body.customer-area-active .cuar-css-wrapper {
  /* drop uploader btn style */ }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone {
    width: 100%;
    min-height: 100px;
    text-align: center;
    border: 3px dashed #999999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 10px 0; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone.hover {
    border: 3px dashed #4A90E2; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone .text_wrapper {
    margin-top: 30px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone .text_wrapper i {
    font-size: 50px;
    color: #9B9B9B;
    position: relative;
    top: 14px;
    margin-right: 25px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone .text {
    font-family: "Raleway";
    font-size: 24px;
    color: #9B9B9B; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    list-style: none;
    margin: 10px auto 35px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files li {
    font-family: "Raleway";
    font-size: 18px;
    color: #000000;
    background-color: #f5f5f5;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin: 0;
    padding: 5px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files li i.action-delete {
    color: #ff0000;
    float: right;
    cursor: pointer; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb {
    width: 90%;
    text-align: left;
    list-style: none;
    margin-bottom: 35px;
    overflow: auto; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li {
    min-width: 100px;
    display: inline-block;
    float: left;
    font-family: "Raleway";
    font-size: 18px;
    color: #000000;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 5px 15px;
    text-align: center; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background-size: cover;
    margin: 0 auto;
    border: 1px solid #e1e1e1; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail .du_hover_layer {
    width: 100px;
    height: 100px;
    border-radius: 7px;
    background: #fff;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover .du_hover_layer {
    opacity: .8;
    position: absolute;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files li .du_progress {
    display: inline-block;
    float: right;
    margin: 0px;
    position: relative;
    right: 8px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li .du_progress {
    float: right;
    width: 0px;
    height: 0px;
    margin-top: -100px;
    position: relative;
    right: 75px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li .du_progress canvas {
    margin-top: 25px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_180 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_270 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i {
    font-size: 32px;
    position: relative;
    top: calc(50% - 16px);
    color: #4A90E2;
    display: block; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail:hover i {
    visibility: hidden;
    opacity: 0;
    display: none; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.action-delete {
    color: #FF0000;
    visibility: hidden;
    opacity: 0;
    float: none;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover i.action-delete {
    visibility: visible;
    opacity: 1;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files.thumb li span.title {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files li:nth-child(even) {
    background-color: transparent; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone ul.files li i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin: 0px 10px; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone .errors p {
    color: #FF0000; }
  body.customer-area-active .cuar-css-wrapper .drop_uploader.drop_zone input[type=file] {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  body.customer-area-active .cuar-css-wrapper #scorm-to-export-drop-zone {
    border: 2px dashed #0087F7;
    background-color: white;
    min-height: 150px;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
  body.customer-area-active .cuar-css-wrapper .button:hover,
  body.customer-area-active .cuar-css-wrapper .button:active,
  body.customer-area-active .cuar-css-wrapper .button:visited,
  body.customer-area-active .cuar-css-wrapper .button:focus {
    text-decoration: none; }
  body.customer-area-active .cuar-css-wrapper .button {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box; }
  body.customer-area-active .cuar-css-wrapper .button:hover,
  body.customer-area-active .cuar-css-wrapper .button:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
  body.customer-area-active .cuar-css-wrapper .button.button-primary,
  body.customer-area-active .cuar-css-wrapper button.button-primary,
  body.customer-area-active .cuar-css-wrapper input[type="submit"].button-primary,
  body.customer-area-active .cuar-css-wrapper input[type="reset"].button-primary,
  body.customer-area-active .cuar-css-wrapper input[type="button"].button-primary {
    color: #FFF;
    background-color: #434343;
    border-color: #434343;
    transition: all 0.05s ease; }
  body.customer-area-active .cuar-css-wrapper .button.button-primary:hover,
  body.customer-area-active .cuar-css-wrapper button.button-primary:hover,
  body.customer-area-active .cuar-css-wrapper input[type="submit"].button-primary:hover,
  body.customer-area-active .cuar-css-wrapper input[type="reset"].button-primary:hover,
  body.customer-area-active .cuar-css-wrapper input[type="button"].button-primary:hover,
  body.customer-area-active .cuar-css-wrapper .button.button-primary:focus,
  body.customer-area-active .cuar-css-wrapper button.button-primary:focus,
  body.customer-area-active .cuar-css-wrapper input[type="submit"].button-primary:focus,
  body.customer-area-active .cuar-css-wrapper input[type="reset"].button-primary:focus,
  body.customer-area-active .cuar-css-wrapper input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #fdaa4a;
    border-color: #fdaa4a; }

.drop_uploader.drop_zone {
  width: 100%;
  min-height: 100px;
  text-align: center;
  border: 3px dashed #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0; }

.drop_uploader.drop_zone.hover {
  border: 3px dashed #4A90E2; }

.drop_uploader.drop_zone .text_wrapper {
  margin-top: 30px; }

.drop_uploader.drop_zone .text_wrapper i {
  font-size: 50px;
  color: #9B9B9B;
  position: relative;
  top: 14px;
  margin-right: 25px; }

.drop_uploader.drop_zone .text {
  font-family: "Raleway";
  font-size: 24px;
  color: #9B9B9B; }

.drop_uploader.drop_zone ul.files {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  margin: 10px auto 35px; }

.drop_uploader.drop_zone ul.files li {
  font-family: "Raleway";
  font-size: 18px;
  color: #000000;
  background-color: #f5f5f5;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin: 0;
  padding: 5px; }

.drop_uploader.drop_zone ul.files li i.action-delete {
  color: #ff0000;
  float: right;
  cursor: pointer; }

.drop_uploader.drop_zone ul.files.thumb {
  width: 90%;
  text-align: left;
  list-style: none;
  margin-bottom: 35px;
  overflow: auto; }

.drop_uploader.drop_zone ul.files.thumb li {
  min-width: 100px;
  display: inline-block;
  float: left;
  font-family: "Raleway";
  font-size: 18px;
  color: #000000;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 5px 15px;
  text-align: center; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  background-size: cover;
  margin: 0 auto;
  border: 1px solid #e1e1e1; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail .du_hover_layer {
  width: 100px;
  height: 100px;
  border-radius: 7px;
  background: #fff;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover .du_hover_layer {
  opacity: .8;
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }

.drop_uploader.drop_zone ul.files li .du_progress {
  display: inline-block;
  float: right;
  margin: 0px;
  position: relative;
  right: 8px; }

.drop_uploader.drop_zone ul.files.thumb li .du_progress {
  float: right;
  width: 0px;
  height: 0px;
  margin-top: -100px;
  position: relative;
  right: 75px; }

.drop_uploader.drop_zone ul.files.thumb li .du_progress canvas {
  margin-top: 25px; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail.rotate_270 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail i {
  font-size: 32px;
  position: relative;
  top: calc(50% - 16px);
  color: #4A90E2;
  display: block; }

.drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail:hover i {
  visibility: hidden;
  opacity: 0;
  display: none; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.action-delete {
  color: #FF0000;
  visibility: hidden;
  opacity: 0;
  float: none;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }

.drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover i.action-delete {
  visibility: visible;
  opacity: 1;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in; }

.drop_uploader.drop_zone ul.files.thumb li span.title {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.drop_uploader.drop_zone ul.files li:nth-child(even) {
  background-color: transparent; }

.drop_uploader.drop_zone ul.files li i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin: 0px 10px; }

.drop_uploader.drop_zone .errors p {
  color: #FF0000; }

.drop_uploader.drop_zone input[type=file] {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

/* drop uploader btn style */
#scorm-to-export-drop-zone {
  border: 2px dashed #0087F7;
  background-color: white;
  min-height: 150px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }

.button:hover,
.button:active,
.button:visited,
.button:focus {
  text-decoration: none; }

.button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
.button:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #434343;
  border-color: #434343;
  transition: all 0.05s ease; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #fdaa4a;
  border-color: #fdaa4a; }
