@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
@media (min-width: 992px) {
  .header-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    font-size: 1rem !important;
    width: 25px;
    padding: 0;
    line-height: 0;
  }
}
@media (min-width: 992px) {
  .header-menu .menu-nav > .menu-item .menu-submenu > .menu-subnav .menu-content .menu-heading > .menu-icon {
    font-size: 1.2rem;
    flex: 0 0 30px;
    padding: 0;
  }
}
.icon-dark-menu i {
  color: #6e7899;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}
.hr-text:before {
  content: "";
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #eef0f7;
}

#kt_content {
  min-height: calc(100vh - 160px);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  cursor: not-allowed;
  color: lightgray;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4d3d3 !important;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4d3d3 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d4d3d3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d4d3d3 !important;
}

.input-group-text {
  border: none;
}

.input-equal-background {
  background-color: #f3f6f9;
}

.invalid-feedback {
  position: absolute;
  color: #e3342f;
  font-size: 0.85rem;
}

.form-group {
  margin-bottom: 2.2rem;
}

.bootstrap-maxlength .badge {
  margin: 0;
  padding: 0;
}

.form-control:hover, .form-control:focus {
  background-color: #EBEDF3 !important;
}

.form-group .form-control {
  padding: 1.65rem 1rem;
}

.form-group label {
  margin-top: auto;
  margin-bottom: auto;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  padding-right: 2.5rem !important;
}

.was-validated .form-control:valid, .form-control.is-valid {
  padding-right: 2.5rem !important;
}

.fileuploader.fileuploader-theme-avatar {
  width: 100% !important;
  height: 175px !important;
}
.fileuploader.fileuploader-theme-avatar .progressbar3 {
  max-width: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.fileuploader.fileuploader-theme-avatar .progressbar3 svg {
  display: none !important;
}
.fileuploader.fileuploader-theme-avatar .progressbar3 i {
  color: #fff;
  background: rgba(54, 153, 255, 0.8);
  border-radius: 50%;
  padding: 6px;
}
.fileuploader.fileuploader-theme-avatar .fileuploader-item-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
}

.select2-container--default.select2-container--disabled {
  background: #f3f3f3 !important;
  border-radius: 0.42rem !important;
}
.select2-container--default.select2-container--disabled * {
  outline: none !important;
  border: 0 !important;
}

.card-body.user_create .settings .select2 {
  max-height: 45px !important;
}
.card-body.user_create .settings .select2 * {
  max-height: 45px !important;
}
.card-body.user_create .settings .select2-search:nth-of-type(1) {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  overflow: visible;
}
.card-body.user_create .settings .select2-search:nth-of-type(1) * {
  padding: 5px 0;
}
.card-body.user_create .settings ul.select2-selection__rendered {
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}
.card-body.user_create .settings ul.select2-selection__rendered li button {
  padding: 8px;
}

.fileuploader-theme-avatar .fileuploader-droparea {
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  transition: all 0.25s ease-in-out;
}

.table-navi-icon {
  font-size: 0.75rem !important;
}

.table.data-table tbody td {
  vertical-align: middle !important;
}

.table td .form-group {
  margin-bottom: 0rem;
}

.table td .switch {
  display: block;
  align-items: center;
  font-size: 1rem;
}

.table td i {
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
}

table.table tr.child td.child ul li span.dtr-data {
  display: flex !important;
  flex-flow: wrap !important;
  gap: 5px !important;
}
table.table tr.child td.child ul li span.dtr-data span {
  margin: 0 !important;
}

td.sorting_1::before {
  margin-top: -8px !important;
  left: 15px !important;
}

.card-label-active {
  position: absolute;
  top: 10px;
  left: 10px;
}

.dropdown-menu-absolute {
  position: absolute;
  right: 20px;
  top: 20px;
}

.media-image-upload-card {
  border: 1px solid #eeeef7 !important;
}

.media-image-upload-card img {
  padding: 10px;
  max-height: 200px;
}

.card-body .d-flex .d-flex a img {
  max-width: none !important;
}
.card-body thead th::before, .card-body thead th::after {
  content: none !important;
}
.card-body thead th::before {
  content: url("/media/svg/icons/Navigation/Arrows-v-blue.svg") !important;
  left: -12px;
  top: -1px;
  height: 10px !important;
  right: initial !important;
  transform: scale(0.7) !important;
}
.card-body thead th:last-child::before, .card-body thead th:first-child::before {
  content: none !important;
}

.col-has-shadow .col {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.065);
}

.media__folder tbody td:nth-of-type(3) {
  width: 60% !important;
}
.media__folder tbody td:nth-of-type(3) img {
  max-width: none !important;
}
.media__folder tbody td:nth-of-type(3) .symbol-group {
  gap: 5px !important;
}
.media__folder tbody td:nth-of-type(3) a {
  border: 0 !important;
}

.d-flex.url_loaded_images > .card .card-header {
  border: 0;
  display: flex;
  position: absolute;
  padding: 13px;
  width: 100%;
  top: -7px;
}
.d-flex.url_loaded_images > .card .card-header .card-title {
  display: none;
}
.d-flex.url_loaded_images > .card .card-header .card-toolbar {
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.d-flex.url_loaded_images > .card .card-header .card-toolbar button {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.d-flex.url_loaded_images > .card .card-header .card-toolbar > :first-child:hover {
  background: rgb(193, 216, 237);
}
.d-flex.url_loaded_images > .card .card-header .card-toolbar > :first-child:hover i {
  color: rgb(52, 144, 220);
}
.d-flex.url_loaded_images > .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.d-flex.url_loaded_images > .card .card-body .img-body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.d-flex.url_loaded_images > .card .card-body .img-body img {
  max-width: 100% !important;
}

.navi .navi-item .navi-link .navi-icon i {
  font-size: 1rem;
}

.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #181C32;
  position: relative;
}

.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1rem;
  color: #3699FF;
  transition: all 0.15s ease;
}

.accordion .card .card-header .card-title {
  padding: 1rem 1.25rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #3699FF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.15s ease;
}

.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1rem;
  color: #181C32;
  transition: all 0.15s ease;
}

@media (min-width: 992px) {
  .login-custom {
    margin-top: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1082px) {
  .width-fix__widget {
    margin-right: 0 !important;
    margin-bottom: 1.5rem;
    flex: 100%;
  }
}
@media (max-width: 991px) {
  .header-mobile button span:not(.svg-icon) {
    background: #3699FF !important;
  }
  .header-mobile button span:not(.svg-icon)::before, .header-mobile button span:not(.svg-icon)::after {
    background: #3699FF;
  }
}
.swal2-popup .swal2-icon {
  margin: 0 auto !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F3F6F9;
  background-color: #F3F6F9;
  outline: none !important;
  border-radius: 0.42rem;
  height: auto;
  line-height: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  margin: 0.4rem 0.4rem 0.4rem 0;
  position: relative;
  float: left;
  color: #3F4254;
  background: #ffffff;
  border: 0;
  border-radius: 0.42rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
  border-color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid white;
  outline: 0;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F3F6F9;
  background-color: #F3F6F9;
  outline: none !important;
  border-radius: 0.42rem;
  height: auto;
  padding: 0.25rem;
  line-height: 0;
}

.input-group.input-group-solid .input-group-prepend ~ .form-control {
  padding-left: 1rem !important;
}

.select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--multiple:hover {
  background-color: #EBEDF3;
}

.select2-container--default .select2-dropdown {
  border: 1px solid #f3f6f9;
  border-top: 0px;
  z-index: 3000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #3F4254;
  min-height: 2.8rem;
  padding: 0 1rem;
  padding-top: 0.3rem;
  line-height: 1.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  margin: 0.1rem 0.4rem 0 0;
  position: relative;
  float: left;
  color: #3F4254;
  background: #e0f0ff;
  border: 0;
  border-radius: 0.42rem;
}

span.bootstrap-maxlength.badge {
  font-family: sans-serif;
  padding: 3px 5px 3px 5px;
  margin-top: 3px;
}

.table-hover tbody tr:hover {
  color: #3F4254;
  background-color: rgba(238, 240, 248, 0.24);
}

.swal2-container {
  z-index: 9999;
}

.dd3-content {
  display: block;
  height: 40px;
  margin: 5px 20px;
  padding: 10px 10px 5px 40px !important;
  color: #333;
  text-decoration: none;
  border: 1px solid #F3F6F9;
  background: #F3F6F9;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  background: #EBEDF3;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 40px;
}

.dd-handle {
  height: 40px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #b8b4b4;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd-handle:hover {
  background: #b8b4b4;
  color: #b8b4b4;
}

.dd {
  max-width: 100%;
}

.dd-menu-items {
  position: absolute;
  top: 10px;
  right: 20px;
}
.dd-menu-items button, .dd-menu-items a {
  margin-right: 10px;
  padding: 0 !important;
}

.dd3-content small {
  font-size: 0.8rem;
  color: #b8b4b4 !important;
}

.dd-collapse, .dd-expand {
  height: 35px;
  font-size: 17px;
  margin: 4px 0 0 30px;
  color: #98a6ad;
  margin-left: 40px !important;
  margin-top: 11px !important;
  padding-left: 13px;
}

.dd-menu-items i {
  font-size: 13px;
}

.dd-empty {
  min-height: 36px !important;
}

button.dd-nestable-btn {
  width: 60px !important;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 100%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}
.twitter-typeahead {
  width: 100% !important;
}

.twitter-typeahead .form-control.tt-hint {
  color: #B5B5C3;
}

.twitter-typeahead .form-control.tt-input {
  color: #3F4254;
}

.twitter-typeahead .twitter-typeahead {
  display: block !important;
}

.twitter-typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 0.65rem 0;
  left: auto !important;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0.42rem;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 0.65rem 1rem;
  font-size: 1rem;
  color: #3F4254;
  cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  color: #3F4254;
  font-weight: 500;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background: #F3F6F9;
}

.css_col {
  height: 150px;
  padding-left: 35%;
  padding-right: 35%;
}

.css_table-add-column {
  width: 100%;
  border: 1px solid white;
  border-collapse: unset !important;
  cursor: pointer;
}

.css_table-add-column td {
  border: 4px solid #dcdce2;
  background-color: #f8f8fc;
}

.media-image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-image-input .media-image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-image-input [data-action=change] {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
.media-image-input [data-action=change] input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.media-image-input [data-action=cancel],
.media-image-input [data-action=remove] {
  position: absolute;
  right: -10px;
  bottom: -5px;
}
.media-image-input [data-action=cancel] {
  display: none;
}
.media-image-input.media-image-input-changed [data-action=cancel] {
  display: flex;
}
.media-image-input.media-image-input-changed [data-action=remove] {
  display: none;
}
.media-image-input.media-image-input-empty [data-action=remove],
.media-image-input.media-image-input-empty [data-action=cancel] {
  display: none;
}
.media-image-input.media-image-input-circle {
  border-radius: 50%;
}
.media-image-input.media-image-input-circle .media-image-input-wrapper {
  border-radius: 50%;
}
.media-image-input.media-image-input-circle [data-action=change] {
  right: 5px;
  top: 5px;
}
.media-image-input.media-image-input-circle [data-action=cancel],
.media-image-input.media-image-input-circle [data-action=remove] {
  right: 5px;
  bottom: 5px;
}
.media-image-input.media-image-input-outline .media-image-input-wrapper {
  border: 3px solid white;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.1490196078);
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table {
  padding: 0;
  width: 100%;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td {
  padding: 0;
  height: 35px;
  text-align: center;
}

.bootstrap-datetimepicker-widget .timepicker-picker .table-condensed {
  width: 100%;
}

.fileuploader {
  max-width: 100%;
}

.fileuploader-theme-gallery .fileuploader-input, .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
  width: 220px !important;
}

.fileuploader-theme-gallery .fileuploader-item .type-holder {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  margin-top: -10px;
  left: -10px;
  text-transform: uppercase;
  z-index: 1;
}

.fileuploader-theme-gallery .fileuploader-item-inner .content-holder span {
  font-size: 12px;
  color: #fff;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
  font-size: 14px;
  text-shadow: none;
  color: white;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
  font-size: 14px;
  text-shadow: none;
  color: white;
}

.fileuploader {
  display: block;
  width: 100%;
  padding: 16px;
  margin: 16px 0;
  background: transparent;
  border-radius: 6px;
}

.fileuploader-theme-gallery .fileuploader-input-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 2px dashed #d5d9e0;
  text-align: center;
  color: #90a0b1;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
  background-color: white;
}

.fileuploader-theme-gallery .fileuploader-item .type-holder {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  left: 5px;
  text-transform: uppercase;
  z-index: 1;
}

.fileuploader-theme-gallery .fileuploader-items .fileuploader-item-inner {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  overflow: hidden;
  z-index: 1;
  padding: 10px;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
  opacity: 0.3;
}

.background-stripes {
  background-size: 30px 30px;
  background-image: linear-gradient(-45deg, #fafafa 25%, transparent 25%, transparent 50%, #fafafa 50%, #fafafa 75%, transparent 75%, transparent);
  animation: stripes 2s linear infinite;
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
