/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}
.gradient {
  background: #ea1688;
  background: linear-gradient(135deg, #323490 0%, #ea1688 33%, #eb2e2e 69%, #fde92d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea1688', endColorstr='#fde92d', GradientType=1);
}
.img-logo {
  display: block;
  max-width: 169px;
  height: auto;
  margin: 0 auto;
}
.container-white {
  color: #9E9E9E;
  background-color: #fff;
  border-radius: 9px;
  padding: 1rem;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.section-title {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
}
.table-responsive {
  min-height: 600px !important;
}
.enabled-item {
  background: rgba(229, 255, 234, 0.5);
  border-radius: 12px;
  color: #3DCD59;
  padding: 3px;
}
.disabled-item {
  background: rgba(255, 215, 217, 0.5);
  border-radius: 12px;
  color: #F33944;
  padding: 3px;
}
.filter {
  color: #9E9E9E;
  background-color: #fff;
  border-radius: 9px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.filter .form-inline > * {
  margin-right: 10px;
}
.options a + a {
  margin-left: 12px;
}
.transition {
  transition: all 0.5s ease;
}
.icon-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
}
.icon-link:hover,
.icon-link:focus,
.icon-link:active {
  text-decoration: none;
}
.icon-link .fal,
.icon-link .fas {
  margin-right: 5px;
  color: #3CAACB;
}
.icon-link span {
  color: #3CAACB;
}
.fas.fa-color-default,
.far.fa-color-default,
.fal.fa-color-default {
  color: #3CAACB;
}
.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.gallery {
  padding-right: 15px;
}
.gallery > div {
  padding-right: 0;
  margin-top: 15px;
}
.modal-content {
  border-radius: 0;
}
.panel-empty {
  padding: 100px 0;
  text-align: center;
  font: 400 18px / 1em 'Roboto', sans-serif;
  color: #BDBDBD;
  background-color: #F5F5F5;
  border-radius: 24px;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  /*height:2em;*/
  padding: 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__frame {
  transition: none;
}
.upload-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.upload-container .upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(224, 224, 224, 0.5) url('../images/icons/upload.svg') no-repeat center;
  background-size: 48px;
}
.upload-container img {
  max-height: 250px !important;
}
.top-buffer-sm {
  margin-top: 15px;
}
.nav-link:hover {
  background-color: #8989893e !important;
  color: #3CAACB !important;
}
.nav-link.active {
  color: #3CAACB !important;
}
.tab-options .nav-item .nav-link.active:hover {
  color: #3CAACB !important;
}
.tab-options .nav-item .nav-link.active {
  font-size: 1.25rem;
  background-color: #fff !important;
  border-radius: 0px;
  border-bottom: 3px solid #3CAACB !important;
  color: #626568 !important;
}
.tab-options .nav-item .nav-link {
  font-size: 1.25rem;
  background-color: #fff !important;
  color: #626568 !important;
}
.tab-options .nav-item .nav-link:hover {
  color: #3CAACB !important;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #d5d5d5;
}
*::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  border-radius: 20px;
}
.thumbnail img {
  width: 100px;
  height: 100px;
}
.table-line-height {
  line-height: 14px;
}
.btn-add-content {
  border-radius: 8px;
  background-color: #3CAACB;
  color: #fff;
}
.btn-remove-content {
  height: 37px;
  border-radius: 8px;
  background-color: #ca0303;
  color: #fff;
}
.switch-label-md {
  font-size: 20px !important;
}
.create-variations {
  margin-bottom: 5px;
}
.create-variations span {
  margin-left: 5px;
  color: #626568;
}
.chip {
  font-size: 1.05rem;
  background-color: #ECECEC;
  border-radius: 10rem;
  padding: 0.25em 0.4em;
  margin-right: 8px;
}
.cursor-pointer {
  cursor: pointer;
}
.text-very-dark {
  color: #000000;
}
.file-name {
  font-size: 17px;
}
.word-break {
  word-break: break-all;
}
@media (max-width: 1079px) {
  .general-view {
    margin-bottom: 12px;
  }
}
.content-edit-item {
  border: solid 1px #c2c2c2;
  border-radius: 18px;
  padding: 10px;
}
.import-history-section {
  margin-bottom: 30px;
}
.import-history-section .import-history-header {
  margin-bottom: 10px;
}
.import-history-section .import-history-header a {
  color: #9E9E9E;
}
.import-history-section .import-history-header a:hover {
  color: #3CAACB;
}
.import-history-section .import-history-item {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.import-history-section .import-history-item .import-history-item-header {
  padding: 10px 15px;
  background: #F5F5F5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.import-history-section .import-history-item .import-history-item-header:hover {
  background: #ededed;
}
.import-history-section .import-history-item .import-history-item-body {
  padding: 15px;
  border-top: 1px solid #E0E0E0;
}
.import-history-section .import-history-item .import-history-item-body .import-detail-label {
  font-size: 12px;
  color: #9E9E9E;
  margin-bottom: 2px;
}
-webkit-keyframes autofill to {
  color: #666;
  background: transparent;
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
          animation-name: autofill;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.error label {
  color: #D50000;
}
.form-group.error .form-control {
  border: 2px solid #D50000;
  padding-right: 37px;
  background: url('../images/icons/exclamation-circle.svg') no-repeat center right;
}
.value {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #3CAACB;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.form-control {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #424242;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.form-control::placeholder {
  color: #E0E0E0;
  opacity: 1;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff url('../images/icons/angle-down.svg') no-repeat center right;
  background-size: 14px;
  padding-right: 8px;
  background-origin: content-box;
}
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #E0E0E0;
}
.form-control:focus {
  border-color: #3CAACB;
  box-shadow: none;
}
.form-control.form-control-lg {
  height: 54px;
  font: 300 24px / 1em 'Roboto', sans-serif;
}
.validation-message {
  opacity: 0;
  font: 300 12px / 1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #D50000;
  margin-top: 5px;
  transition: all 0.5s ease;
}
form:not(.form-inline) label {
  display: block;
  color: #000000;
  font-size: 12px;
}
form:not(.form-inline) label.form-check-label {
  display: inline-block;
  font: 300 14px / 1.75em 'Roboto', sans-serif;
}
label {
  font: 300 14px / 1.5em 'Roboto', sans-serif;
}
label.radio-inline {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #3CAACB;
}
label.req {
  font-weight: 700;
}
label span {
  color: #BDBDBD;
  font-weight: normal;
}
label span:before {
  content: ' ';
}
div.checkbox label {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
  color: #3CAACB;
  display: inline-block;
}
h2.separator {
  font: 400 36px / 1em 'Roboto', sans-serif;
  color: #424242;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin: 15px 0;
}
form .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
  margin-top: 30px;
}
.btn {
  border: none;
  text-transform: uppercase;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn.active.focus,
.btn:active.focus,
.btn.active:focus,
.btn:active:focus,
.btn.focus,
.btn:focus {
  outline: none;
  outline-offset: unset;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #3CAACB;
}
.btn.btn-default.active.focus,
.btn.btn-default:active.focus,
.btn.btn-default.active:focus,
.btn.btn-default:active:focus,
.btn.btn-default.focus,
.btn.btn-default:focus {
  color: #ffffff;
  background-color: #292929;
}
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] .btn.btn-default:hover {
  background-color: #424242;
}
.btn.btn-lg {
  font: 700 24px / 1em 'Roboto', sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 30px;
  border-radius: 9px;
}
.input-group-addon {
  border: 1px solid #E0E0E0;
}
.table {
  background-color: #fff;
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
  border-bottom-color: #3CAACB;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  vertical-align: middle;
  border-bottom: 1px solid #E0E0E0;
}
.table > tbody > tr.inactive {
  color: #9E9E9E;
  background-color: #F5F5F5;
}
.table td:first-child,
.table th:first-child {
  padding-left: 0;
}
.table td:last-child,
.table th:last-child {
  padding-right: 0;
}
.table-container {
  padding: 1rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(66, 66, 66, 0.5);
}
.nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0;
}
.nav-tabs > li > a {
  color: #ffffff;
  background-color: #3CAACB;
  text-transform: uppercase;
  border-radius: 24px;
  border: 0;
  padding: 5px 15px;
  margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  background-color: #424242;
  border: 0;
}
.breadcrumb a {
  text-transform: uppercase;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.pagination li > a,
.pagination li > span {
  padding: 8px 12px;
  font: 300 14px/1em 'Roboto', sans-serif;
  color: #424242;
  text-decoration: none;
}
.pagination li > a:focus,
.pagination li > span:focus,
.pagination li > a:hover,
.pagination li > span:hover {
  color: #3CAACB;
}
.pagination li.active > a,
.pagination li.active > span,
.pagination li.active > a:focus,
.pagination li.active > span:focus,
.pagination li.active > a:hover,
.pagination li.active > span:hover {
  color: #ffffff;
  background-color: #3CAACB;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #FF3D00;
  text-transform: uppercase;
  font-size: 11px;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #FF3D00;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #FF3D00;
  background-color: #FF9E80;
  border-color: #FF3D00;
}
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #E0E0E0;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #E0E0E0;
  background-color: #FAFAFA;
  border-color: #E0E0E0;
}
.help-block {
  display: inline-block;
  font-size: 11px;
}
.well {
  border: 0;
  background-color: #FAFAFA;
  border-radius: 24px;
  box-shadow: none;
}
ul.list-inline > li > label.value {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fa-color-red {
  color: #ca0303;
}
.fa-color-green {
  color: #03b143;
}
/* for sm */
.custom-switch .custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.custom-switch .custom-switch-sm .custom-control-label ::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}
.custom-switch .custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1rem - 0.25rem));
          transform: translateX(calc(1rem - 0.25rem));
}
/* for md */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}
.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(1.5rem - 0.25rem));
          transform: translateX(calc(1.5rem - 0.25rem));
}
/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2rem - 0.25rem));
          transform: translateX(calc(2rem - 0.25rem));
}
/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(calc(2.5rem - 0.25rem));
          transform: translateX(calc(2.5rem - 0.25rem));
}
.title-primary {
  color: #3CAACB;
}
.file-upload-area {
  border-color: #3CAACB;
  color: #3CAACB;
}
.file-upload-area h6 {
  color: #3CAACB;
  font-weight: 600;
}
.file-upload-area i {
  color: #3CAACB;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave {
  transition: 0.2s linear all;
}
.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-confirm-title {
  line-height: 1.25em;
  text-transform: uppercase;
}
.bootstrap-tagsinput {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  min-height: 39px;
  padding: 2px;
  margin-bottom: 30px;
  box-shadow: none;
  cursor: text;
  flex-wrap: wrap;
}
.bootstrap-tagsinput input[type='text'] {
  font: 300 18px / 1em 'Roboto', sans-serif;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 3px 3px 3px 7px;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input[type='text']:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  font: 300 18px / 1em 'Roboto', sans-serif;
  margin: 3px;
  padding: 5px;
}
.bootstrap-tagsinput .tag.big {
  color: #ffffff;
  background-color: #CDDC39;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag [data-role='remove'] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role='remove']:after {
  content: '\00D7';
  font-weight: bold;
  padding: 0px 2px;
}
.ngrateit {
  display: flex;
  justify-content: center;
}
.ngrateit-star {
  background-size: 32px;
}
.rating {
  display: flex;
  align-items: center;
}
.rating.rating-center {
  flex-direction: column;
}
.rating .star {
  width: 134px;
  height: 24px;
  background: url(../Images/bg-Rate.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.rating .star.star-0 {
  background-position: 2px -2px;
}
.rating .star.star-1 {
  background-position: -2px -36px;
}
.rating .star.star-2 {
  background-position: -2px -70px;
}
.rating .star.star-3 {
  background-position: -2px -104px;
}
.rating .star.star-4 {
  background-position: -2px -138px;
}
.rating .star.star-5 {
  background-position: -145px -2px;
}
.rating .star.star-lg {
  width: 178px;
  height: 32px;
  background: url('../Images/bg-Rate.png') no-repeat;
  display: inline-block;
}
.rating .star.star-lg.star-0 {
  background-position: -293px -2px;
}
.rating .star.star-lg.star-1 {
  background-position: -293px -36px;
}
.rating .star.star-lg.star-2 {
  background-position: -293px -70px;
}
.rating .star.star-lg.star-3 {
  background-position: -293px -104px;
}
.rating .star.star-lg.star-4 {
  background-position: -293px -138px;
}
.rating .star.star-lg.star-5 {
  background-position: -483px -2px;
}
.cropbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  z-index: 1001;
}
.cropbox .crop {
  overflow: hidden;
  background: #3CAACB;
  width: 500px;
  height: 500px;
  margin-bottom: 15px;
}
.cropbox .cancel {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .cropbox .crop {
    width: 300px;
    height: 300px;
  }
}
.note-editable {
  font: 300 14px / 1.5em 'Roboto', sans-serif;
}
.note-editable b {
  font-weight: 700;
}
.color-picker-wrapper .color-picker-input-swatch {
  padding-left: 40px;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) {
  top: 6px;
  width: 29px;
  height: 29px;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left {
  left: 6px;
}
#auth-login .auth-main {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #F5F5F5;
}
#auth-login .auth-main .pattern1 {
  position: fixed;
  top: 0px;
  right: 30px;
}
#auth-login .auth-main .pattern2 {
  position: fixed;
  bottom: 0px;
  left: 30px;
}
#auth-login .auth-main .auth-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#auth-login .signin {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#auth-login .powered-by {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
#auth-login .forgot {
  color: #22A2FF;
  line-height: 54px;
  text-transform: uppercase;
}
#auth-login .forgot a {
  text-decoration: unset;
}
#auth-login .email-wrapper,
#auth-login .password-wrapper {
  position: relative;
}
#auth-login .email-wrapper i,
#auth-login .password-wrapper i {
  position: absolute;
  top: 15px;
  left: 12px;
}
#auth-login .email-wrapper input,
#auth-login .password-wrapper input {
  padding-left: 35px;
}
body {
  overflow-x: hidden;
}
/* GENERAL STRUCTURE */
#wrapper > .sidebar {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 239px;
  background-color: #fff;
  transition: all 0.5s ease;
}
#wrapper > .sidebar .menu {
  overflow-y: auto;
}
#wrapper > .sidebar .signature {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 239px;
  background-color: #fff;
  color: #000 !important;
}
#wrapper > .content {
  position: static;
  margin-left: 239px;
  padding: 80px 0 30px;
  min-width: 300px;
  transition: all 0.5s ease;
}
#wrapper.open > .sidebar {
  left: 0;
}
#wrapper.open > .content {
  margin-left: 239px;
}
/* MENU */
#wrapper > .sidebar {
  padding-top: 64px;
}
#wrapper > .sidebar .user {
  height: 239px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#wrapper > .sidebar .user p {
  color: #626568;
}
#wrapper > .sidebar .user .user-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  /* border: 5px solid @color-brand-1; */
}
#wrapper > .sidebar .user .user-name {
  margin-top: 15px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
#wrapper > .sidebar .user .user-role {
  font-size: 1rem;
}
#wrapper > .sidebar .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wrapper > .sidebar .menu ul li {
  border-top: 1px solid #e6e6e6;
}
#wrapper > .sidebar .menu ul li a {
  font: 400 18px / 1em 'Roboto', sans-serif;
  width: 239px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0;
  width: 100%;
  text-decoration: none;
  color: #626568;
}
#wrapper > .sidebar .menu ul li a div .fal {
  line-height: 1.5em;
  padding: 0 12px;
}
#wrapper > .sidebar .menu ul li a div.icon {
  width: 50px;
  color: #3CAACB;
  text-align: center;
}
#wrapper > .sidebar .menu ul li a div.area {
  font-weight: 400;
}
#wrapper > .sidebar .menu ul li a div.link {
  margin: 8px 0 7px;
}
#wrapper > .sidebar .menu ul li a div.arrow {
  margin-left: auto;
}
#wrapper > .sidebar .menu ul li a:hover {
  text-decoration: none;
  color: #3CAACB;
  /* background: darken(@color-white, 5%); */
}
#wrapper > .sidebar .menu ul li a:active,
#wrapper > .sidebar .menu ul li a:focus {
  text-decoration: none;
}
#wrapper > .sidebar .menu ul li .menu-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#wrapper > .sidebar .menu ul li .menu-item .fal.on {
  display: none;
}
#wrapper > .sidebar .menu ul li .menu-item .fal.off {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item .fal.on {
  display: inline;
}
#wrapper > .sidebar .menu ul li.selected .menu-item .fal.off {
  display: none;
}
#wrapper > .sidebar .menu ul li.selected .submenu {
  height: auto;
}
#wrapper > .sidebar .menu ul li .submenu {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#wrapper > .sidebar .menu ul li .submenu a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#wrapper > .sidebar .menu ul li .submenu .link {
  font-size: 1rem;
}
/* TOPBAR */
nav.navbar-controlpanel {
  z-index: 1000;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  top: 1;
  right: 0;
  height: 64px;
  width: 100vw;
  /* min-width: @min-content-width; */
  color: #626568;
  background-color: #3CAACB;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0px 2px 4px -1px #000;
  transition: all 0.5s ease;
}
nav.navbar-controlpanel .block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.navbar-controlpanel .block > * {
  margin-right: 12px;
}
nav.navbar-controlpanel .block > *:last-child {
  margin-right: 0;
}
nav.navbar-controlpanel div {
  color: #fff;
}
nav.navbar-controlpanel div i {
  font-size: 1.5rem;
}
nav.navbar-controlpanel div.title {
  font: 400 18px / 1em 'Roboto', sans-serif;
}
nav.navbar-controlpanel div .img-profile {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
/* RESPONSIVE */
@media (min-width: 1200px) {
  #wrapper nav.navbar-controlpanel .menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  #wrapper nav {
    position: fixed;
  }
  #wrapper > .sidebar {
    left: -239px;
    padding-top: 0px;
    max-height: 100vh;
  }
  #wrapper > .content {
    margin-left: 0;
  }
  #wrapper nav.navbar-controlpanel {
    min-width: 300px;
    left: 0;
  }
  #wrapper nav.navbar-controlpanel .title {
    font-size: 14px;
  }
  #wrapper.open > .sidebar {
    left: 0;
  }
  #wrapper.open > .content {
    margin-left: 239px;
  }
  #wrapper.open nav.navbar-controlpanel {
    min-width: 300px;
    left: 239px;
  }
}
.table-responsive {
  min-height: 0 !important;
}
.kpi-wrapper {
  color: #212121;
  border: 1px solid #F5F5F5;
  background-color: #FAFAFA;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.kpi-wrapper > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 15px;
  text-align: center;
}
.kpi-wrapper .kpi > canvas {
  width: 400px;
  height: 308px;
}
.kpi-wrapper .kpi.kpi-singlevalue {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-singlevalue .fas {
  color: #3CAACB;
  margin-right: 10px;
}
.kpi-wrapper .kpi.kpi-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-panel .kpi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kpi-wrapper .kpi.kpi-panel .kpi-item .fas {
  color: #3CAACB;
  margin-bottom: 10px;
}
.kpi-wrapper .kpi h3 {
  font: 700 24px/1em 'Roboto', sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
}
.kpi-wrapper .kpi table {
  width: 100%;
}
.kpi-wrapper .kpi table td {
  text-align: center;
}
.general-view {
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0px 5px 10px;
  width: 175px;
  height: 125px;
}
.general-view .text-box {
  min-height: 62px;
}
.general-view.lighten {
  background-color: #3CAACB;
}
.general-view.darken {
  background-color: #277a93;
}
.general-view .title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.general-view .value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  white-space: nowrap;
}
.general-view .value span {
  font-size: 0.95rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.card-chart {
  background: #fff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-height: 100%;
}
.card-chart .title {
  padding: 1.3rem 0rem 0rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #424242;
}
.card-chart table {
  margin-top: 1rem;
}
.card-chart table th {
  color: #424242;
}
.card-chart table td,
.card-chart table th {
  padding-left: 0.75rem !important;
}
.card-chart .table-ranking tr:nth-child(1),
.card-chart .table-ranking tr:nth-child(2),
.card-chart .table-ranking tr:nth-child(3) {
  background-color: #3CAACB;
  color: #fff;
}
.card-chart select {
  background: #ECEBEB;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  color: #424242;
  border: none;
  padding: 0.2rem;
  margin: 0.75rem 0rem 0rem 0.75rem;
}
.card-chart select.filter-select {
  cursor: pointer;
  width: 90%;
  background: #fff;
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #424242;
  border: none ;
  padding: 0.5rem;
  margin: 1rem;
}
.card-chart select.filter-select:focus {
  border: none ;
  box-shadow: 0 0 0 0 ;
  outline: 0 ;
}
.card-chart select.ranking {
  margin: 0rem 0rem 0.5rem 1rem;
}
#content-editor #target {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}
#content-editor .content-max {
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 300px;
}
@media (display-mode: fullscreen) {
  #content-editor {
    background-color: #ffffff;
    margin: 30px;
  }
  #content-editor #target {
    height: 100vh;
    max-height: none;
  }
}
.content-editor .content-editor-body {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}
.content-editor .content-max {
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 300px;
}
@media (display-mode: fullscreen) {
  .content-editor {
    background-color: #ffffff;
    margin: 30px;
  }
  .content-editor .content-editor-body {
    height: 100vh;
    max-height: none;
  }
}
.trash-icon {
  font-size: 1.5rem !important;
  color: #ca0303;
  cursor: pointer;
}
.trash-icon:hover {
  color: #7f0202;
}
body {
  font: 400 14px / 1.5em 'Roboto', sans-serif;
  background-color: #f5f5f5;
}
h1 {
  color: #3CAACB;
  font: 900 60px / 1em 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
a {
  color: #424242;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
  color: #292929;
}
p + p:last-child {
  margin-bottom: 0;
}
.note-editable {
  font: 300 18px / 1.5em 'Roboto', sans-serif;
}
.pointer {
  cursor: pointer;
}
div.ng-confirm-content-pane {
  overflow: auto;
  overflow-wrap: break-word;
}
