/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

@import url(../fonts/gordita/style.css);

:root {
  --bs-blue: #559bfb;
  --bs-indigo: #2c3782;
  --bs-purple: #816bff;
  --bs-pink: #ff63a5;
  --bs-red: #e85347;
  --bs-orange: #ffa353;
  --bs-yellow: #f4bd0e;
  --bs-green: #1ee0ac;
  --bs-teal: #20c997;
  --bs-cyan: #09c2de;
  --bs-white: #fff;
  --bs-gray: #8091a7;
  --bs-gray-dark: #2b3748;
  --bs-gray-100: #ebeef2;
  --bs-gray-200: #e5e9f2;
  --bs-gray-300: #dbdfea;
  --bs-gray-400: #b7c2d0;
  --bs-gray-500: #8091a7;
  --bs-gray-600: #3c4d62;
  --bs-gray-700: #344357;
  --bs-gray-800: #2b3748;
  --bs-gray-900: #1f2b3a;
  --bs-primary: #0971fe;
  --bs-secondary: #364a63;
  --bs-success: #00a65a;
  --bs-info: #733AEA; /*  #09c2de;*/
  --bs-warning: #FD9722!important;/*#f4bd0e;*/
  --bs-danger: #e85347;
  --bs-light: #e5e9f2;
  --bs-dark: #1f2b3a;
  --bs-gray: #8091a7;
  --bs-lighter: #f5f6fa;
  --bs-primary-rgb: 101, 118, 255;
  --bs-secondary-rgb: 54, 74, 99;
  --bs-success-rgb: 30, 224, 172;
  --bs-info-rgb: 9, 194, 222;
  --bs-warning-rgb: 244, 189, 14;
  --bs-danger-rgb: 232, 83, 71;
  --bs-light-rgb: 229, 233, 242;
  --bs-dark-rgb: 31, 43, 58;
  --bs-gray-rgb: 128, 145, 167;
  --bs-lighter-rgb: 245, 246, 250;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 82, 100, 132;
  --bs-body-bg-rgb: 255, 255, 255;
  /*--bs-font-sans-serif: Roboto, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;*/

  --bs-body-font-size:  1rem;
  --bs-body-font-weight: 400;

  /*--bs-body-line-height: 1.65;*/
  --bs-body-color: #364a63;
  --bs-body-bg: #fff;
  --bs-modal-bg: 255, 255, 255;
  --bs-btn-font-size: 0.9rem!important;
  --bs-btn-disabled-opacity: 0.8;
}

body{
    color: var(--bs-body-color);
    overflow: hidden;
    /*font-family: gordita, Roboto;*/
}
@media (min-width: 992px) {

  body{
      /*zoom: 110%;*/
  }
}
@media (max-width: 768px) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}
input,
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 ,
.nav-tabs-card, .page-title{
  font-family: 'Manrope', sans-serif;
}

.btn, .dual-listbox .dual-listbox__button {
  --bs-btn-font-family: 'Manrope', sans-serif;
}
.scrollable-page{
    display: flex;
    flex-direction: column;
    margin-top: 64.05px;
}
.simplebar-page{
height: calc(100vh);
}
.simplebar-wrap{
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  height: calc(100vh + 80px);
    /*overflow-y: scroll!important;*/
}
.datepicker .table-condensed {
  font-size: 16px!important;
}
.datepicker table tr td.active.day{
    color: white;
}

.full-height{
    min-height: calc(100vh - 290px)!important;
}
.vh-100 {
    height:  calc(100vh - 290px)!important;
}
.vh-400 {
    height:  calc(100vh - 400px)!important;
}
.w-25px{
    width: 25px!important;
}
.pt-05 {
  padding-top: 0.175rem !important;
}

.nk-tb-list {
  font-size: 14px;
/*  color: #8094ae;*/
}
.nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
  font-size: 12px;
}
.dark-mode .modal-icon-tag-wrapper {
  background-color: #141c26;
}
.nk-menu-icon {

  color: #526484;
}
.nk-menu .nk-menu-link {
  color: #364a63;
}
/*DISABLED*/

.nk-menu-item.disabled a,
.nk-menu-item.disabled .nk-menu-icon,
.nk-menu-item.disabled .nk-menu-badge,
.nk-menu-item.disabled .nk-menu-toggle::after{
  color: #8094ae!important;
  cursor: default;
  
}

/*.nk-menu-item.disabled:not(.has-sub) a,*/
.nk-menu-item.disabled:not(>.nk-menu-item){
  pointer-events: none;
}
@media (min-width: 992px) {
  .nk-menu > li.nk-menu-item > .nk-menu-link {
/*    padding: 1.25rem 0;*/
    /*font-size: 16px;*/
    font-size: 1.1rem;
  }
  .nk-menu .nk-menu-link {
    /*font-size: 16px;*/
    font-size: 1.1rem;
  }
}

.link-list a,
.lead-text {
  font-size: 14px;
}

.nk-hide, .hide {display: none !important;}

.b-none{ border:none!important;}

.clickable,
.clickable td  {
  cursor: pointer !important;
}
.not-clickable {
  cursor: default !important;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 1.55rem;
  }
}

/*.clickable span.link,*/
/*.clickable span.link:hover{
    padding-right: 2rem;
}*/
/*.clickable:hover span.link:after {
    font-family: "Nioicon";
    content: "\ea35";
    font-size: 1rem;
    padding-left: .4rem;
    position: absolute;
}*/

/*MODAL*/
@media (min-width: 576px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 820px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    top: 10%;
  }
  .modal-lg, .modal-xl {
    --bs-modal-width: 820px;
  }
}

.modal a.modal-btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: var(--bs-heading-color);
    height: 34px;
  width: 34px;
  font-size: 1.2rem;
  background-color: var(--bs-white);
  border-radius: 50%;
}
@media (min-width: 576px) {
  .nk-auth-body.wide-xs {
    max-width: 480px !important;
  }
}

  .progress-container {
      position: relative;
  }

  /*.progress-bar-top {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      background-color: transparent;
      overflow: hidden;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
  }
*/
  /*.progress-bar-top .bar {
      display: block;
      height: 100%;
      width: 0;
      background-color: #3b82f6;
      transition: width 0.3s ease;
  }*/
.progress-bar-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
/*    background-color: #e5e7eb;*/
    overflow: hidden;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.progress-bar-top .bar {
  display: block;
    height: 100%;
    width: 0;
    border-radius: 0.5rem!important;
    background-color: #3b82f6;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}


/*LOADER*/
.modal-mask {
  position: absolute;
  background-color: #ffffffe3;
  border-radius: 5px;
  overflow: hidden;
  width: 100% !important;
  padding: 0px !important;
  top: 60px;
  bottom: 65px;
  z-index: 2;
}
.dark-mode .modal-mask {
  background-color: #141c26;
}
.modal-loader {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
/*    padding-bottom: 5%;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-loader{
    position: absolute;
    top: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffc9; 
}
.card-inner-loader{
  position: relative;
}
.app-loader{
    z-index: 2!important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #ffffffd4;
    display: flex;
    align-items: center;
    justify-content: center; /*center;*/
    border-radius: var(--bs-modal-border-radius);
}
.body-loader{
    position: fixed;
    top: 0;/*-20%;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffd6;
/*    padding-left: 430px;*/
/*     #f5f6fa; */
}

.dark-mode .body-loader{
    background: #0d141d !important;
}
[data-loader="circle-side"]{
  width: 60px;
  height: 60px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #364a63;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
[data-loader="circle-side-sm"]{
  width: 40px;
  height: 40px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #364a63;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.modal-sm .circle-done {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px rgba(220, 230, 235, 0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 30px;
    color: #3c8efe; 
}
.modal-sm .circle-done.check{
    height: 50px;
    width: 50px;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
[data-loader="circle-side-lg"] {
  width: 70px;
  height: 70px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #364a63;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.circle-done{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px rgba(220, 230, 235, 0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 50px;
    color: #3c8efe; 
}
.circle-done.check{
    height: 90px;
    width: 90px;
/*    margin-top: 0;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

.circle-done i {
    display: inline-block;
    max-width: 0%;
    overflow: hidden; 
}


.inline-loader,
.inline-loader.sm{
/*  display: flex; !important;*/
    display: flex;
  align-items: center;
  justify-content: left;
  background-color: #ffffffc9;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 1rem;
}

.inline-loader.center,
.inline-loader.sm.center{
  justify-content: center;
  padding: 0px!important;
  margin: 0px!important
}
.inline-loader::before,
.inline-loader.sm::before{
    content: "";
    width: 26px;
    height: 26px;
    background-color: #ffffffc9;
    z-index: 3;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #364a63;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;

    display: inline-block;
}

.inline-loader.primary{
    background-color: #0971fe7a;
}
.inline-loader.primary::before,
.inline-loader.sm.primary::before{
    background-color: #0971fee0;
    border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-top-color: rgba(255, 255, 255, 0.45);
    border-right-color: rgba(255, 255, 255, 0.45);
    border-bottom-color: rgba(255, 255, 255, 0.45);
}
.inline-loader.secondary{
    background-color: #45576ea1;
}
.inline-loader.secondary::before, 
.inline-loader.sm.secondary::before {
  background-color: #41536b;
  border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
  border-top-color: rgba(255, 255, 255, 0.45);
  border-right-color: rgba(255, 255, 255, 0.45);
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.rounded-pill .inline-loader{
    border-radius: var(--bs-border-radius-pill) !important;
}


.inline-loader.sm::before{
  width: 20px;
  height: 20px;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn.spinning { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.spinning:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 40%;
  position: absolute;
  border: 2px solid #fff;
  border-right: 2px solid #6690F4;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
/**/
.logo-img {
/*  max-height: 36px;*/
  height: 45px;
}
.logo-img {
  max-height: 45px;
}
.logo-login-img {
/*  max-height: 36px;*/
  height: 180px;
}
@media (min-width: 992px) {
  .nk-menu {
    padding: 0 1.5rem 0 2rem;
    padding-top: 0.75rem;
  }
}
.nk-menu {
  padding-top: 0.75rem;
}

/*LINK LIST MENU*/

.link-list-menu a .icon {
    font-size: 1.325rem;
    width: 1.75rem;
    opacity: .8;
    color: var(--bs-body-color);
}

.link-list-menu.no-arrow a::after {
  content: "";
}
.nk-menu-link.no-arrow::after{
    display: none;
}
/*LIST GROUP*/
.link-list-opt li.active > a {
    background: #52648412;
}
.link-act-check::after, 
.link-list-opt li.active > a::after, 
.link-list-opt a.active::after, 
.link-check li.active > a::after, 
.link-check li a.active::after {
    content: "\e9b7";
    font-size: 1rem;
}
.list-group-item.active {
/*  z-index: 2;*/
/*  color: var(--bs-list-group-active-color);*/
/*  background-color: #9eb4da30;*/
/*  border-color: var(--bs-list-group-active-border-color);*/
}
.smart-filter-list-group{
    overflow: auto!important;
    max-height: 120px;
}
/* NOTIFICATIONS */
.nk-quick-nav-icon .badge{
    position: absolute;
    border-radius: 50%;
}
.nk-quick-nav-icon .badge.up{
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
}
.nk-notification-item {
  padding: 1rem 1.75rem;
}
.icon-status::after{
    display: none;
}
/*FORM CONTROL*/
.form-icon {
  height: calc(2.5rem + 2px);
}
.form-icon.lg {
  min-height: calc(3rem + 2px);
  padding: 0.695rem 1rem;
}
.form-icon.xl {
  min-height: calc(3.2rem + 2px);
}

.form-label,
.custom-control-label {
  font-size: 1.05rem;
}
@media (min-width: 768px) {
  .nk-block-text h5, .nk-block-text .h5, .nk-block-text h6, .nk-block-text .h6 {
    font-size: 1.05rem;
  }
}

.form-control, .dual-listbox .dual-listbox__search, div.dataTables_wrapper div.dataTables_filter input {
/*  display: block;
  width: 100%;
  padding: 0.4375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #3c4d62;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;*/
  border: 1px solid #c0c5d2;/*#dbdfea;*/
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  height: calc(2.75rem + 2px);
  padding: 0.85rem 1.25rem 0.65rem 1.25rem;
  font-size: 1rem;
}

.form-control-sm {
  border-radius: 2px;
}


.form-control-lg {
    min-height: calc(3rem + 2px);
    padding: 0.895rem 1rem 0.695rem 1rem;
    font-size: 1.05rem;
    border-radius: 3px;
}

.form-control-xl {
  border-radius: 4px;
  font-size: 1.15rem;
  line-height: 2rem;
  padding: 0.687rem calc(3.25rem + 2px) 0.687rem 1.25rem;
}

.form-control-lg ~ .form-label-outlined {
    top: .9875rem;
    font-size: 1.05rem;
}
.form-label-outlined{
  color: #bac9e4;
}

.focused .form-label-outlined{
    color: #3c4d62;
    top: calc(-0.4375rem + -2px);
}

/*.form-icon-xl {
  height: calc(3.25rem + 2px) !important;
}*/
.form-icon-xl .icon{
    font-size: 22px;
}


select.fw-bold + span .select2-selection--single {
    font-weight: 700 !important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    box-shadow: none;
    color: #ec5855;
    display: ;display: block;
    font-size: 0.9rem;
}

.help-block{
    color: #808080b8;
    display: ;display: block;
    font-size: 0.9rem;
}
/*TAGIFY*/

.form-control-lg.tagify {
    padding: 0.495rem 0.5rem;
    height: auto!important;
}

.tagify__tag--editable > div {
    color: var(--bs-primary);
}
.tagify__tag > div {
    color: #3c4d62;
    line-height: inherit;
}
.tagify__tag > div::before {
  border: 1px solid #ccd0d7;
}

.tagify__tag > div {
  color: #3c4d62;
  line-height: inherit;
}
.tagify__tag--editable > div {
  color: var(--bs-primary);
}
.tagify__tag > div::before {
  border: 1px solid #ccd0d7;
}
/* CUSTOM SWITCH*/
.custom-switch {
    padding-left: 3rem;
}
.custom-switch .custom-control-label::before {
    width: 2.35rem;
    left: -3rem;
}
.custom-switch .custom-control-label::after {
    left: calc(-3rem + 4px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.55rem - 10px));
}
.custom-switch .custom-control-input:checked:disabled ~ .custom-control-label::after {
    transform: translateX(calc(1.45rem - 10px));
}

/*sm*/
.custom-switch.custom-control-sm .custom-control-label::before {
    width: 1.56875rem;
}
.custom-switch.custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.01875rem - 8px));
}
.custom-switch.custom-control-sm .custom-control-input:checked:disabled ~ .custom-control-label::after {
    transform: translateX(calc(1.11875rem - 8px));
}
/*lg
.custom-switch.custom-control-lg .custom-control-label::before {
    width: 3.25rem;
}
.custom-switch.custom-control-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.15rem - 12px));
}
.custom-switch.custom-control-lg .custom-control-input:checked:disabled ~ .custom-control-label::after {
    transform: translateX(calc(2.05rem - 12px));
}
/**/

/*.custom-switch {
    padding-left: 3rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.50rem - 8px));
}
*/
.custom-switch.custom-control-sm .custom-control-label::after {
    top: 0.2475rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0971fe;
}
.custom-switch.danger .custom-control-input:checked ~ .custom-control-label::before, 
.custom-switch.danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #e85347;
  border-color: #e85347;
}
.custom-switch.danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e85347;
}
.dark-mode .custom-control-input:checked ~ .custom-control-label::before {
/*  background-color: #0971fe !important;*/
  border-color: #0971fe !important;
  background-color: #0971fe !important;
}

/**/
.dark-switch::before {
    width: 2.4rem;
}
.dark-switch.active::before {
    background-color: #0971fe;
    border-color: #0971fe;
}
.dark-switch::after {
    right: 1.1rem;
}
/*CUSTOM CHECKBOX*/

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
    /*font-size: .9rem;
    padding-top: 0rem;*/
    /*line-height: 1.25rem;*/
    display: inline-block;
}
table .nk-tb-col-check {
  padding-right: 0.1rem !important;
}
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    /*width: 1.3rem;
    height: 1.3rem;*/

}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.indeterminate ~ .custom-control-label::before {
  /*background-color: #0971fe;*/
  border-color: #559bfb;
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");*/

}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    font-size: 1.1rem;
}
.pro-control .custom-control-label::before,
.pro-control .custom-control-label::after {
    font-size: 1rem;
}
.pro-control .custom-control-label::after {
  top: 1rem;
  left: 1rem;
}
.pro-control .custom-control-label {
/*  padding: 1.5rem;
  border-radius: 4px;*/
  border: 1px solid #dbdfea;
}
.pro-control .custom-control-input:checked ~ .custom-control-label {
  border-color: #0971fe;
}
/*.custom-control-label::before:not(.g-item .custom-control-label::before), 
.custom-control-label::after:not(.g-item .custom-control-label::after) {
    top: -3px;
}*/
.custom-switch .custom-control-label::before {
    top: 0;
}

.custom-control-label::before {
    box-shadow: none;
}

/* CUSTOM CONTROL*/


.custom-control-pro .custom-control-label {
  border: 1px solid #dbdfea;
  padding: .825rem 1.125rem .8rem 3.375rem;
  font-size: 1.1rem;
  border-radius:3px;
}
.custom-control-pro .custom-control-label.checked {
  /*border-color: var(--bs-primary);*/
}
.custom-control-label.checked::before {
  /*background-color: #fff;*/
  border-color: var(--bs-primary);
}
.custom-control-pro.custom-control-lg .custom-control-label {
  border: 1px solid #dbdfea;
  padding: 0.6375rem 1.125rem 0.6375rem 3.375rem;
}
.custom-control-lg .custom-control-label::before, 
.custom-control-lg .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.custom-control-pro.custom-control-sm .custom-control-label {
  padding: 0.4475rem 1.125rem 0.4275rem 3rem;
  font-size: 12px;
  line-height: 1.25rem;
  border-radius: 3px;
}
/*Btn*/

.btn, .dual-listbox .dual-listbox__button {
  --bs-btn-padding-x: 1.125rem;
  --bs-btn-padding-y: 0.562rem;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-line-height: 1.25rem;
}
.btn-sm, .btn-group-sm > .btn, .dual-listbox .btn-group-sm > .dual-listbox__button {
  --bs-btn-line-height: 1.25rem;
  --bs-btn-padding-x: 1.125rem;
  --bs-btn-padding-y: 0.4375rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 3px;
}
.btn, .dual-listbox .dual-listbox__button {
  font-size: 0.94 rem;
}
.btn-white.active {
   color: #fff;
  background: #526484;
  border-color: #526484;
}
.btn-success {
/*  --bs-btn-color: #fff;*/
  --bs-btn-bg: #21b16f;
  --bs-btn-border-color: #21b16f;
/*  --bs-btn-hover-color: #fff;*/
  --bs-btn-hover-bg: #21b16f;
  --bs-btn-hover-border-color: #21b16f;
/*  --bs-btn-focus-shadow-rgb: 64, 229, 184;*/
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #21b16f;
  --bs-btn-active-border-color: #21b16f;
/*  --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);*/
/*  --bs-btn-disabled-color: #fff;*/
  --bs-btn-disabled-bg: #36c684;
  --bs-btn-disabled-border-color: #36c684;
}
.btn-lg, .btn-group-lg > .btn, .dual-listbox .btn-group-lg > .dual-listbox__button {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
/*  --bs-btn-font-size: .9rem;*/
  --bs-btn-border-radius: 4px;
}
/*Custom fields*/

.btn-custom-fiels{
    margin-top: 1.65rem;
    margin-left: 0.75rem;
}
/** Box shadow */

.form-control:focus, .form-control.focus, .custom-control-input:focus ~ .custom-control-label::before, 
.custom-file-input:focus ~ .custom-file-label, .select2-container--default .select2-selection--single:focus, 
.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: 0;
}
.data-col .select2-container span:not(span.select2-selection__arrow) {
  display: block!important;
}

/** Select2 */
.select2-container .select2-ssearch--inline .select2-search__field {
  color: #bac9e4;
  min-width: 160px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #bac9e4;
}

.select2-container--default .select2-selection--single {
  height: calc(2.75rem + 2px);
  padding: 0.795rem 1rem;
  font-size: 1rem;
  border: 1px solid #c0c5d2;
  border-radius: 3px;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.75rem + 2px);
}
.select2-container--default.select2-lg .select2-selection--single {
  height: calc(3rem + 2px);
  padding: 0.895rem 1rem;
  font-size: 1.12rem;
  border: 1px solid #c0c5d2;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.select2-container--default.select2-xl .select2-selection--single {
  border: 1px solid #c0c5d2;
  border-radius: 3px;

}
.select2-container--default.select2-xl .select2-results__option {

    font-size: 1rem;
}
.select2-container--default.select2-lg .select2-selection--single .select2-selection__rendered {
  /*line-height: 1.25rem;*/
/*  padding: .6875rem calc(2.525rem + 2px) .6875rem 1rem;*/
    padding:0px;

}

.select2-container--default.select2-lg .select2-selection--single .select2-selection__arrow {
  height: calc(3rem + 2px);
}
.select2-container.select2-lg .select2-selection--multiple {
    min-height: calc(2.75rem + 2px);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-lg .select2-selection--multiple .select2-selection__choice {
    border-radius: 100px;
}
.select2-container--default.select2-lg .select2-selection--multiple .select2-selection__choice {
    padding: .15rem .55rem!important;
}
.select2-container--default.select2-lg .select2-selection--multiple {
    font-size: .9rem!important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline input::placeholder {
    color: #b6c6e3;
    opacity: 1;
    font-size: 15px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color);
}
.select2-results__option {
    border-radius: 0px;
    font-size: 0.9rem;
    color: var(--bs-body-color);
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select2-results__options {
  border-radius: 2px;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.25rem 0.75rem;
  width: 100%;
  border-radius: 2px;
  /*margin-bottom: 6px;*/
  color: var(--bs-body-color);
}
.select2-search--inline{
    display: contents;
}

/*.select2-search__field:placeholder-shown{
    width: 100%;
}*/
.select2-container--default.select2-lg .select2-selection--multiple .select2-selection__rendered {
  padding: .225rem .1875rem;
}

.select2-container--default.select2-xl .select2-selection--single {
  font-size: 1.15rem;
  padding: 0.695rem 1rem;
}
.select2-container--default.select2-xl .select2-selection--single .select2-selection__rendered {
  line-height: 2rem;
  padding:0px;
}
.select2-container--default.select2-xl .select2-dropdown {
/*  font-family: Roboto, sans-serif;*/
  font-size: 16px!important;
  font-weight: 400;

}
/*.select2-container--default .select2-results{
    max-height: 200px;
    overflow-y:auto;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height:inherit;
  overflow-y: inherit;
}*/

/*/ACCORDION*/

.accordion-item a.disabled {
    cursor: initial !important;
    color: var(--bs-gray-500)!important;
}

.accordion.bx-none {
  border-radius: 0px!important;
  border-left: none!important;
  border-right: none!important;
}
.accordion.head-b-none .accordion-head{
  border-bottom: none;
}
.accordion.head-b-none .accordion-body.show .accordion-inner{
  border-top: none;
}
.accordion.head-b-none .accordion-item:not(:last-child) .accordion-head.collapsed,
.accordion.head-b-none .accordion-item:not(:last-child) .accordion-head.collapsed .accordion-inner{
  border-bottom: 1px solid #dbdfea;
}

.sticky-card.stick{
    position: sticky;
/*    position: fixed;*/
    top: 100px;
/*    min-width: 30%;*/
}

.file-upload{
    cursor: pointer;
}
.file-upload .form-file-input{
     position: absolute;
     cursor: pointer;
}
/*CARD*/
@media (max-width: 575.98px) {
.table-card-aside.card-stretch {
    margin: 0px;
    /*border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;*/
  }
}

table.dataTable {
    border-radius: 4px;
    background-color: transparent;
}
@media (max-width: 1199.98px) {
    .table-card-aside .card-inner{
        padding: 0rem;
/*        margin: -24px;*/
    }
    .table-card-aside.card-bordered {
        border: 0 !important;
        border-radius:4px!important;
    }
}
/*ASIDE CARD*/

.card-aside {
    min-height: 100%;
}
@media (min-width: 992px) { 
    .settings-card-aside {
        width: 300px;
    }
}
.card-aside .accordion,
.permissions .accordion {
    border-radius: 0px;
    border: 0px!important;
    /*border-bottom: 1px solid #dbdfea!important;*/
    background: #fff0;
}
.card-aside .accordion-head .title,
.permissions .accordion-head .title {
/*    font-size: 0.9375rem;*/
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.card-aside .accordion-head .title span, .permissions .accordion-head .title span{
  margin-top: .15rem;
}
.card-aside .accordion-head .title .icon {
    font-size: 1.325rem;
    width: 1.5rem;
    opacity: 1;
    color: var(--bs-body-color);
}
.card-aside .accordion-head .title .icon.ni-mail{
    font-size: 1.225rem;
    margin-left: 0.09rem;
}
.card-aside .accordion-head .title .icon.ni-shield-star{
    font-size: 1.425rem;
    margin-left: -0.09rem;
}
.dark-mode .card-aside .accordion-head .title,
.dark-mode .card-aside .accordion-icon{
    color: #8094ae!important;
}
.card-aside .accordion-item:not(:last-child) .accordion-head {
    border-bottom: 1px solid transparent;
}
.card-aside .accordion-item:not(:last-child) .accordion-head.collapsed{
    border-bottom: 1px solid #dbdfea!important;
}
.card-aside .accordion-item  .accordion-inner {
  padding: 0 1.5rem 1.25rem;
}
.card-aside .accordion-item:last-child .accordion-inner {
  border: 0px!important;
}
.dark-mode .card-aside .accordion-item:not(:last-child) .accordion-head.collapsed{
    border-color: #1d2d40 !important;
}
.card-aside .accordion.noborder .accordion-item:not(:last-child) .accordion-head.collapsed {
    border-bottom: 1px solid transparent!important;
}
.card-aside .accordion.noborder .accordion-item:not(:last-child) .accordion-head {
    border-bottom: 1px solid transparent!important;
}
.card-aside .accordion.noborder .accordion-item:not(:last-child) .accordion-inner {
  border-bottom: 1px solid transparent!important;
  padding-bottom: 0rem;
}
.card-aside .accordion.noborder .accordion-head {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.card-aside .accordion.noborder .accordion-item:first-child .accordion-head {
  margin-top: 1.75rem;
  /*padding-bottom: 0.75rem;*/
}
.card-aside .accordion-head.collapsed .title,
.card-aside .accordion-head.collapsed .title .icon,
.card-aside .accordion-head.collapsed .accordion-icon::before{ 
  color: var(--bs-body-color);
}
.card-aside .accordion-head:not(.collapsed) .title,
.card-aside .accordion-head:not(.collapsed) .title .icon,
.card-aside .accordion-head:not(.collapsed) .accordion-icon::before{
    color: #0971fe;  
    /*color: var(--bs-body-color);*/
}
.dark-mode .card-aside .accordion-head:not(.collapsed) .title{
  color: #0971fe!important;
}
.card-aside .accordion-head.head-only:not(.collapsed) .title{
  color: #0971fe;
}
.card-aside .accordion-icon::before {
    content: "";
    font-family: "Nioicon";
    transition: 0.4s;
}
.card-aside .accordion-inner .link-list-menu{
    padding: 0;
}
.card-aside .accordion-inner .link-list-menu a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 1.05rem;
/*    font-weight: 400;*/
}
.card-aside .accordion-inner .link-list-menu li:last-child a {
  padding-bottom: 0.4rem;
}
.card-aside .accordion-item:last-of-type {
  margin-bottom: 2rem;
}
/*@media (min-width: 576px){
    .card-aside .accordion-inner .link-list-menu a  {
      padding: 0.25rem 0 0.25rem 1.5rem;
    }
}*/
@media (max-width: 990px){
    .card-aside-left {
      border-right: none;
    }
}

/*CARD*/


/*.nk-sidebar-body .simplebar-content,*/
.simplebar-wrapper{
/*  margin-top: 16px!important;*/
/*    padding-bottom: 40px!important;*/
}

/*
@media (min-width: 1200px) {
  .nk-sidebar-content .nk-sidebar-menu {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .nk-sidebar {
    overflow: hidden;
    transform: translateX(0);
    width: 290px;
  }
}*/

/*MODAL*/

@media (min-width: 576px) {

    .modal {
/*        --bs-modal-margin: 8.75rem;*/
    }

/*    .modal-dialog-top:not(.modal-fullscreen) {*/
/*        padding-top: 5%;*/
/*    }*/
    .modal-header {
        padding-top: 1.5rem;
    }
    .modal-body {
        padding-top: 0rem;
    }
    .modal-dialog {
        /*    min-height: calc(100% - 3.5rem);*/
        min-height: auto!important;
    }
     .modal-auth {
        --bs-modal-width: 450px;
      }
}

.modal-footer {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
}
/*.modal-body{
    max-height: 600px;
}*/
@media (min-width: 576px) {
  .modal-del {
    --bs-modal-width: 460px;
  }
}

.modal-header.modal-movable{
        cursor: move;
    }
/*ALERT*/
.alert {
  --bs-alert-padding-y: .7265rem;
}

.alert.alert-icon > .icon {
  font-size: 1.45rem;
  line-height: 1!important;
  top: .8rem!important;
  margin-left: -2px;
}

.custom-alert.alert {
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  z-index: 1052;
  border-radius: 3px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  padding: 0px!important;
  margin: 0px;
  /*opacity: 0.25;*/
  /*right: -350px;*/
}
.custom-alert.animate {
  opacity: 0.25;
  right: -450px;
}
@media (max-width: 768px) {
   /*.custom-alert.alert {
      bottom: 3.5rem;
   }*/
   /*.custom-alert.animate {
      opacity: 0.25;
      right: calc(50% - 4px);
   }*/
}
.custom-alert .progress {
    background-color: #fff6;
    box-shadow: none !important;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
.custom-alert .progress-bar{
    background-color: white;
}

.custom-alert.alert-dismissible .close {
  top: .9rem;
  transform: translateY(-50%);
  transition: .3s ease;
  position: absolute;
  right: .5rem;
  padding: 0px;
  color: currentColor;
  margin: 0px;
  text-shadow: none;
/*opacity: .5;*/
}
.custom-alert .body {
  position: relative;
  padding: 1.6rem 1.8rem 1.6rem;
  font-size: .9rem;
  max-width: 350px;
}
.custom-alert .icon {
  position: absolute;
  left: 1.2rem;
  top: 1.55rem;
  font-size: 1.5rem;
}
.custom-alert.alert-icon .body{
  padding-left: 3.25rem;
}
.acustom-alert.alert-dismissible .body{
  padding-right: 3.75rem;
}
.custom-alert.alert-info {
  /*background-color: #f5325c;
  color: #fff;*/
}
.custom-alert.alert-danger {
  /*background-color: #f5325c;*/
  background-color: #f11;
  color: #fff;
}
.custom-alert.alert-success {
  background-color: #1fc048f2;
  color: #fff;
}
.custom-alert.alert-warning {
  background-color: #ffc437;
  color: #fff;
}

.modal-body .custom-alert.alert {
  position: relative;
  right: inherit;
  bottom: inherit;
  box-shadow: none;
  margin-bottom:.5rem;
}

.modal-body .custom-alert .body {
  position: relative;
  padding: 0.9rem 1.2rem 0.9rem;
  max-width: 100%;
}
.modal-body .custom-alert.alert-dismissible .close {
  top: 1.6rem;
  right: .9rem;
}
/*FILE MANAGER*/
#folder-context-menu {
  display: none;
}

/*INPUT*/
.input-group.no-border{
    display: inline-flex;
    align-items: center;
}
.input-group.no-border .form-control{
    border-radius: 3px!important
}
.input-group.no-border .input-group-append{
    position: absolute;
    z-index: 1;
    right: 0px;
    padding: .5rem;
    padding-right: .8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.input-group.no-border .input-group-append:hover{
    color:red;
}

/*TABLE */

@media (min-width: 576px){
    .nk-tb-col-check {
        width: 2rem;
    } 
  }
.nk-tb-head .nk-tb-col {
    color: var(--bs-body-color);
    font-size: 1.1em;
}

.nk-tb-list, .nk-tb-head .nk-tb-col {
  font-size: 1.05rem;
    color: var(--bs-body-color);
}
.nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
  font-size: .8rem;
}
@media (min-width: 1540px) {
  .nk-tb-list {
    font-size: .975rem;
  }
}

.nk-tb-list.titles .nk-tb-col{
    padding: 1.8rem;
}
.nk-tb-list.titles .nk-tb-head .nk-tb-col{
    padding: 0.5rem 1.8rem;
    color: #8094ae;
    font-size: 0.9em;
}
/*.tr-underline{
  font-size: .9rem;
    color: var(--bs-body-color);
}*/
.underline:hover,
.tr-underline:hover{
    text-decoration-color: currentcolor;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: auto;
    cursor:pointer;
/*    color: var(--bs-link-color)!important;*/
}

.nk-tb-head .nk-tb-col {
    color: var(--bs-body-color);
    font-size: 1em;
}
.link-list-menu a {
    font-weight: 400;
    line-height: 1.3rem;
    color: var(--bs-body-color);
}
.link-list-plain li.active > a, .link-list-plain a.active {
  color: var(--bs-primary);
}
@media (min-width: 576px){
    .link-list-menu a {
        padding: 0.7rem 1.5rem;
    }
}
@media (min-width: 576px){
    .nk-tb-item .nk-tb-col:first-child {
        padding-left: 1.5rem;
    }
}
.nk-tb-item .nk-tb-col.nocheckbox{
  padding: 0px;
  padding-left: 0.5rem!important;
}
.link-list-menu a .icon {
    font-size: 1.325rem;
    width: 1.75rem;
    opacity: .8;
    color: var(--bs-body-color);
}
.link-list-menu.no-arrow a::after {
  content: "";
}
.nk-tb-col .user-avatar-group .user-avatar{
    border: 1px;
}
.nk-tb-col .user-avatar-group .user-avatar:not(:first-child) {
    margin-left: -.4rem;

}
.nk-tb-col-avatar{
  width: 40px!important;
}

.nk-tb-col .list-sm li:not(:last-child) {
  padding-bottom: .05rem;
}
/*DATATABLE*/
div.dataTables_wrapper .datatable-wrap {
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
/*@media (min-width: 768px){*/
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-end!important;
    }
/*}*/
div.dataTables_wrapper div.dataTables_length span {
  margin-left: 0rem!important;
  margin-right: 0rem!important;
}
table.dataTable thead > tr > th.nk-tb-col-tools {
  padding-right: 1.25rem;
  text-align: right;
}
  
}

table.dataTable tr.nk-tb-item.inactive:not(td.nk-tb-col-tools),
table.dataTable tr.nk-tb-item.inactive a:not(ul.nk-tb-actions a){
    color: #adadad !important;
}
table.dataTable tr.nk-tb-item.inactive img {
    -webkit-filter: grayscale(100%); 
}
table.dataTable tr.nk-tb-item.is_updated{
  background-color: rgba(246, 254, 9, 0.09);
  animation: overlay-fade-in 0.4s ease 1;
  animation: overlay-fade-in 0.8s ease 1;
}
.dark-mode table.dataTable tr.nk-tb-item.is_updated{
  background-color: rgba(25, 41, 62, 0.78);
}
table.dataTable tr.nk-tb-item.deleted_row:not(td.nk-tb-col-tools),
table.dataTable tr.nk-tb-item.deleted_row a:not(ul.nk-tb-actions a){
    color: var(--bs-danger)!important;
}
table.dataTable tr.nk-tb-item.deleted_row img {
    -webkit-filter: grayscale(100%); 
}

@media (min-width: 576px){
  .nk-tb-item .nk-tb-col:last-child {
    padding-right: 1.25rem;
  }
}
div.dataTables_wrapper .custom-control-pro.custom-control-sm .custom-control-label::before, 
div.dataTables_wrapper .custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0.525rem;
}
div.dataTables_wrapper .custom-control-pro.custom-control-sm .custom-control-label {
  padding: .4575rem .925rem .4575rem 2.4rem;
  /*font-size: 13px;
  line-height: 1.25rem;
  border-radius: 4px;*/
}
div.dataTables_wrapper .custom-control-pro.custom-control-sm .custom-control-label::before, 
div.dataTables_wrapper .custom-control-pro.custom-control-sm .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0.625rem;
}
div.dataTables_wrapper .custom-control-pro .custom-control-label {
  border: 1px solid #dbdfea;
}

div.datatable-filter .custom-checkbox .custom-control-label::before,
div.datatable-filter .custom-checkbox .custom-control-label::after {
  width: 1.15rem;
  height: 1.15rem;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  height: 8rem;
  vertical-align: inherit !important;
  font-size: .8rem;
}

div.dataTables_wrapper .filter-form-wrapper{
    border-bottom: 1px solid #dbdfea;
}
div.dataTables_wrapper .filter-form-wrapper .filter-form{
    
}
div.dataTables_wrapper  .filter-form-wrapper .filter-form{
    align-items: center;
    padding: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.DTTT_container .custom-control-group{
    padding: 0.375rem;
}
.DTTT_container .custom-control-group > * {
  padding: 0rem;
/*  margin: 0 -1px;*/
/* margin-left: calc(1px * -1);*/
}
.DTTT_container .custom-control-pro.no-control .custom-control-input:checked ~ .custom-control-label, 
.DTTT_container .custom-control-pro.no-control .custom-control-input:not(:disabled):active ~ .custom-control-label{
  border-color: #526484 !important;
  background-color: #526484 !important;
  color: white;
}

.DTTT_container .custom-control-pro.no-control .custom-control-label {
    padding: 0.44rem 1rem;
    border-width: 1px;
}
.DTTT_container .custom-control-group .custom-control-pro.no-control >  :not(.custom-control-input:checked) ~ .custom-control-label{
    margin: 0 calc(1px * -1)!important;
}

.DTTT_container .custom-control-group > :not(:last-child) .custom-control-pro .custom-control-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.DTTT_container .custom-control-group > :not(:first-child) .custom-control-pro .custom-control-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.dt-print-view {
  overflow: auto !important;
  height: auto !important;
  background-color: #fff !important;
  padding: 15px;
  font-size: .9rem;
}
.dt-print-view .table > :not(caption) > * > * {
  color: #000 !important;
}
.dt-print-view h4 {
  text-align: center;
  color: #000 !important;
}
.dt-print-view table.dataTable thead th {
  background-color: #fff;
  color: #000;
  border-color: #dbdfea !important;
  border-bottom: 0 !important;
}
.dt-print-view table.dataTable.display tbody tr:hover td {
  background-color: #f1f1f5 !important;
}
.dt-print-view table.dataTable.display tbody td {
  background-color: #fff;
  color: #000;
  border-color: #f1f1f5 !important;
}
.dt-print-view table.dataTable.no-footer {
  border: 1px solid #dbdfea;
  border-top: 0;
  border-radius: 4px;
}

.table-csti {
    position: relative;
    max-height: 400px; /* Hauteur défilable */
    overflow-y: auto; /* Active le défilement vertical */
}

table.sticky_thead thead,
.sticky_tabs{
    position: sticky;
    top: 0;
    z-index: 2; /* Assurez-vous que le thead reste au-dessus */
    background-color: white; /* Pour éviter de voir le contenu en dessous */
}
.dark-mode table.sticky_thead thead, 
.dark-mode .sticky_tabs {
  background-color: #141c26;
}

/**/

.nk-block-text p{
    font-size: 1rem;
}
/*Leftmenu submenu indicator*/
.nk-hide-indicator::after{
    display: none;
}
.link-list-opt.columnFilter li.active > a {
  color: #52648494;
  text-decoration: line-through;
}
.link-list-opt.columnFilter li.active > a::after{
  content: "\ea06";
}
.search-content .form-control {
  /*padding: calc(2.125rem + 2px);*/
  /*padding-right: calc(2.125rem + 2px);*/
  /*font-size: 1em;*/
  font-size: 16px;
  font-weight: 300 !important;
  border: 0px;
}
.search-back .icon{
   font-size: 1.4rem!important;
}
.search-submit {
  right: 5px;
}

/**/
/*BADGE*/
.badge {
  margin: calc(var(--bs-modal-footer-gap) * 0.4);
}
.btn.btn-spaced{
    /*padding: 0.2125rem  0.75rem !important;
    cursor: pointer !important;
    font-size: 11px;*/
    margin: calc(var(--bs-modal-footer-gap) * 0.4);
}
/*TINYMCE*/
.tox-tinymce {
  border: 1px solid #c0c5d2!important;
  border-radius: 3px!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tox-tinymce.tox-edit-focus{
    border: 1px solid #006ce7!important;
    box-shadow: 0 0 0 3px rgba(34, 99, 179, 0.1);
}
.tox .tox-split-button {
  align-items: center;
}
.tox .tox-split-button svg {
  height: auto;
}
.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
.tox.tox-edit-focus .tox-edit-area::before {
    border: none!important;
}
.dark-mode .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #141c26;
}
.dark-mode .tox .tox-tbtn {
  background: #141c26;
}
.dark-mode .tox .tox-tbtn--disabled, 
.dark-mode .tox .tox-tbtn--disabled:hover, 
.dark-mode .tox .tox-tbtn:disabled, 
.dark-mode .tox .tox-tbtn:disabled:hover {
  background: #141c26;
}
.dark-mode .tox .tox-tbtn--bespoke {
  background: #141c26;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  width: 2.5em!important;
}
.tox-tbtn--select[aria-label="Fonts"] .tox-tbtn__select-label{
  width: 7.65em!important;
}
.tox-statusbar{
    display: none!important;
}
.tox .tox-dialog__body{
    display: block!important;
}
.tox .tox-dialog__body-nav {
    max-width: 100%!important;
    flex-direction: row!important;
    padding: 0px!important;
    padding-top: 16px!important;
    border-bottom: 1px solid #dbdfea;
    margin: 0 15px;
}
.tox-dialog__body-nav-item{
    margin: 0 10px 0 0 !important;
}
/*SUMMERNOTE*/
.note-editor.note-frame, .note-editor.note-airframe{
/*  border: none!important;*/
border: 1px solid #c0c5d2;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.note-statusbar{
    display: none;

}

/*LANGUAGES*/

.lang-icon {
  display: inline-flex;
  height: 24px;
  width: 24px;
  border-radius: 3px;
}
.lang-icon img.icon {
  border-radius: 3px;
}
.lang-icon.rounded {
  display: inline-flex;
  height: 24px;
  width: 24px;
  border-radius: 50%!important;
}
.lang-icon.rounded img.icon {
  border-radius: 50%!important;
}
.lang-icon.lang-icon-lg  {
  height: 34px;
  width: 34px;
}
/*DROPDOWN*/

.dropdown-toggle.show{
    /*background: #526484;
    color: #FFF;*/
}
.nk-quick-nav-icon.dropdown-toggle {
  border-radius: 50%;
}
.nk-quick-nav-icon.dropdown-toggle.show{
  /*position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";*/
  background-color: #e5e9f2;
  border-radius: 50%;

/*  transition: all 0.3s;*/
}

.dropdown-list-img{
    width: auto;
    height: 15px;
    min-height: 0.5rem;
}

/*noUislider*/

.noUi-horizontal .noUi-handle {
  width: 26px;
  height: 26px;
}
.noUi-handle {
  border: 1px solid #0971fe;
  background: #0971fe;

/*  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);*/
}
.noUi-active {
  box-shadow: none!important;
}
.noUi-connects {
  border-radius: 4px;
  margin-left: -0.70rem;
/*  margin-right: -0.70rem;*/
  width: calc(100% + 1.4rem)!important;;
}
.noUi-wrap {
  background: #dbdfea;
  border-radius: 4px;
  padding: 0 .7rem;
}


/*DATEPICKER*/
.datepicker.datepicker-dropdown {
  padding: 0px;
}
.datepicker .datepicker-days,
.datepicker .datepicker-months,
.datepicker .datepicker-years,
.datepicker .datepicker-decades,
.datepicker .datepicker-centuries{
    padding: 10px;
}
.datepicker-custom-list.list-group{
     border: 0px;
}
.datepicker-custom-list.list-group .list-group-item{
  border-left: 0px;
  border-right: 0px;
}
.datepicker-custom-list.list-group .list-group-item:first-child {
  border-top: 0px;
}
.datepicker-custom-list.list-group .list-group-item:last-child {
  border-bottom: 0px;
}
.input-daterange .input-group-addon
 {
  margin-left: 0px;
  margin-right: 0px;
}
/*TIME PICKER*/

.bootstrap-timepicker-widget table td:not(.separator) {
  width: 20px;
}
.bootstrap-timepicker-widget table td {
  height: auto;
}
.bootstrap-timepicker-widget table td a {
  padding: 0;
}

/*FILTER*/
.filter-item-box {
  display: inline-block;
/*  margin: 5px;*/
}

/*ICON TAG*/
.modal-icon-tag-wrapper{
    max-height: 240px;
    /*background-color: #e5e9f2;
    border-radius: 3px;*/
/*    padding: .8rem;*/
    /*display: flex;
    align-items: center;*/
    background-color: #e5e9f275;
    border-radius: 3px;
    padding: .9rem
}
.icon-tag {
  padding: 10px 15px;
  border-radius: 3px;
  height: 40px;
  width: 41px;
}
.icon-tag:hover {
  background-color: #f6f8f9;
}
.icon-palet .active {
  background-color: var(--bs-primary);
  color: var(--bs-white);;
}
/*REST API*/
.rest-tools .input-group-prepend button.dropdown-toggle-split{
    padding-right: .44375rem;
    padding-left: .44375rem;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rest-tools .input-group-prepend button:first-child{
    width: 65px;
    text-align: left;
}
/*.rest-tools .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-radius: 4px 0 0 0;
}
.rest-tools .select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
    border-radius: 0 0 0 4px;
}
.rest-tools .select2-container--default .select2-selection--single:focus{
    box-shadow: none;
    border-color: #dbdfea;
}*/

.rest-tools .form-control.border-bottom-only {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dbdfea;
}
.rest-tools .input-group.url > :not(:first-child):not(.input-group-append):not(button){
  margin-left: 0px;
}
.rest-tools .form-control.border-bottom-only:focus {
  box-shadow: none;
  /*background: transparent;*/
  /*background-color: #fef7e259;*/
  border-color: var(--bs-primary);
}
.rest-tools .form-icon {
    /*width: auto;*/
    background-color: white;
    top: -1px;
    justify-content: flex-end;
}
.rest-tools .btn:focus,
.rest-tools .btn.active,
.rest-tools .btn.active:focus{
    box-shadow: none!important;
}
.rest-tools .restapi_reslut{
    margin-top: 1rem;
}
.rest-tools .restapi_reslut .nav{
    display: inline-block;
    border: none;
}
.rest-tools .result-preview, 
.rest-tools .result-pretty,
.rest-tools .result-raw{
    height: 400px;
    overflow-y: auto;
/*    padding: 1rem;*/
}
.rest-tools .restapi_reslut .btn-group > .btn:not(:first-child){
  margin-left: -4px;
}
.rest-tools pre{
    margin: 0!important;
}
.rest-tool .status.response-200 {
  color: var(--bs-success);
}
.rest-tool .status.response-403, 
.rest-tool .status.response-404, 
.rest-tool .status.response-406, 
.rest-tool .status.response-500 {
  color: var(--bs-danger);
}
/*SWAL2*/

.swal2-container {
  padding-top: 10%;
}
.swal2-actions {
  margin: auto 0;
}
.swal2-popup {
  padding-bottom: 1.5rem;
}

/*FROM DATA ITEM*/

.form-data-item {
  position: relative;
  padding: 0.8rem 0;
  display: block;

}
/*.form-data-item.border:not(:last-child) */
.form-data-item.border-bottom{
  border-bottom: 1px solid #e5e9f2;
  padding-top: 0.70rem!important;
}
/*.form-data-item[data-toggle] {
  cursor: pointer;
}*/

.btn[data-inline-loader]:disabled,
.btn[data-inline-loader].disabled {
    pointer-events: none;
    opacity: 0.7
}
.form-data-item .data-col-label {
    display: inline-block;
    transition: color 0.3s;
    color: #8094ae;
}
.form-data-item .data-col-input {
    display: block;;
    transition: color 0.3s;
}
.form-data-item.reverse {
    display: flex;
    align-items: center;
}
.form-data-item.reverse .data-col-label {
    display: inline-block;
    order: 2;
}
.form-data-item.reverse .data-col-input {
    display: inline-block;
    order: 1;
}


@media (min-width: 992px) { /*768px*/


    .nk-data.label-300 .data-col-label{
        width: 300px!important;
    }

    .form-data-item {
        /* padding: 1.5rem 1.25rem;*/
        display: flex;
        align-items: center;
    }

    .form-data-item .data-col-label {
        flex-grow: 0;
        margin-left: auto;
        width: 200px!important;
        transition: color 0.3s;
    }
    .modal .form-data-item .data-col-label {
        width: 220px!important;
    }
    table .form-data-item .data-col-label {
        width: 400px!important;
    }
    .form-data-item .data-col-input {
        flex-grow: 1;
        transition: color 0.3s;
    }
    .form-data-item.reverse .data-col-label {
/*        display: inline-block;*/
        order: 1;
    }
    .form-data-item.reverse .data-col-input {
/*        display: inline-block;*/
        order: 2;
    }
    .is-compact .form-data-item {
        padding-top: 0.70rem;
    }

}
/*@media (min-width: 1200px) and (max-width: 1359px) {
  .card-aside-wrap .data-list .data-col {
    flex-wrap: wrap;
  }
  .card-aside-wrap .data-list .data-label {
    width: 100%;
  }
}*/
.is-compact .form-data-item {
  padding-top: 0;
  padding-bottom: 0.75rem;
}
/*DARK MODE*/

.dark-mode .ql-picker.ql-expanded .ql-picker-label,
.dark-mode .active > .nk-menu-link, .dark-mode .is-theme .nk-menu-link:hover .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon,
.dark-mode .is-theme .nk-menu-sub .nk-menu-link:hover,
.dark-mode .is-theme .nk-menu-sub .active > .nk-menu-link, .dark-mode .page-link:hover {
  color: #0971fe !important;
}
.dark-mode .page-item.active .page-link {
  color: #fff !important;
  background-color: #0971fe !important;
  border-color: #0971fe !important;
}

.nav-link.disabled, .nav-link:disabled {
  color: #7e90a87a;
}
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    font-size: .975rem;
  }
}
/*DATA LIST*/

.data-item .icon.ni {
  color: inherit;
  text-align: center;
  height: 32px;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
}

.data-item .data-col .data-col{

    min-height: 4.5rem;
}
.data-item .data-col .data-col:first-child{
    margin-top: 1rem;
}
.data-item {
  border-bottom: 1px solid #e5e9f2;
}
.dark-mode .data-item {
  border-bottom-color: #1d2d40;
}
.data-value {
    flex-grow: 1;
    width: 100%;
    padding: .45rem 0 .65rem 0;
    font-size: 1rem;
}


@media (min-width: 1200px) and (max-width: 1359px) {
  .card-aside-wrap .data-list .data-col {
    flex-wrap: inherit;;
  }
}
@media (max-width: 991px) {
 .card-aside-wrap .data-list .data-col {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {

  /*.data-list:not(:first-child) {
    margin-top: 2rem;
  }
  .data-list-s2:not(:first-child) {
    margin-top: 1.25rem;
  }*/
  .data-item {/*
    padding: 1.5rem 1.25rem;*/
    padding: 0.5rem 0rem;
    min-height: 4rem;
  }
    .data-item .data-col .data-col{
        min-height: 2.65rem;
    }
    .data-item .data-col .data-col:first-child{
        margin-top: 0;
    }
  .data-col.align-start {
    align-items: start;
  }
  .data-col.align-start .data-label{
    padding-top: 0.5rem;
  }

  /*.data-col-end {
    width: 200px;
    text-align: right;
    justify-content: flex-end;
  }*/
  .data-label:not([class^=w-]) {
    max-width: 200px;
  }
}
/*Nav tab*/

@media (min-width: 576px) {
  .nav-tabs-card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
/*EDITABLE*/
.editable-error-block{
    display: none;
}
.editable-input .select2-container--default .select2-selection--single{
    height: calc(2.5rem + 2px)!important;
    font-size: 15px;
    border-radius: 2px!important;
}
.editable-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
    padding: 0.625rem 1.25rem;
    padding-right: 1.25rem;
}
.editable-input .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
  border-radius: 2px 2px 0 0!important;
}
/**/

.datatable-tools .select2-selection__rendered {
/*  padding: 0.4375rem 1.5rem 0.4375rem 0.8375rem !important;*/
padding: 0.4375rem calc(1.65rem + 2px) 0.4375rem 1rem!important;;
}
/*Editable*/
.editable-empty{
  color: #797979;
  font-weight: 400 !important;
}
.editable-buttons .btn-sm {
  --bs-btn-padding-y: 0.25rem!important;
  --bs-btn-padding-x: 0.75rem!important;
  --bs-btn-font-size: 0.75rem!important;
  --bs-btn-border-radius: 3px!important;
}
/**/

.list-apps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem;
}
.list-apps + .list-apps {
    border-top: 1px solid #e5e9f2;
}
.list-apps li {
    width: 33.33%;
    padding: 0.5rem;
    text-align: center;
}
.list-apps a:hover .list-apps-title {
    color: #627a99;
}
.list-apps-media {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0.25rem auto 0.375rem;
}
.list-apps-media .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    color: #6576ff;
    background: rgba(101, 118, 255, 0.3);
}
.list-apps-title {
    padding: 0.125rem;
    display: block;
    transition: color 0.4s;
    color: #364a63;
    font-size: 12px;
    font-weight: 500;
}
.list-apps-wrap {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    max-height: calc(100vh - (65px + 1px));
}
.list-apps-wrap.content-active {
    opacity: 1;
    visibility: visible;
}
.dark-mode .list-apps + .list-apps,{
    border-color: #1d2d40 !important;
}
.dark-mode .list-apps-title {
    color: #b6c6e3;
}
.dark-mode .list-apps a:hover .list-apps-title {
    color: #fff;
}
/*FILES*/

.nk-files-view-grid .nk-file-icon-type {
    width: 60px;
    margin-top: .5rem;
}
/*.nk-files-view-grid .nk-file {
    max-width: 173px;
}*/
  .nk-files-view-grid .nk-file {
/*    width: calc(50% - 16px);*/
    width: 100%;
  }
  @media (min-width: 428px) {
    .nk-files-view-grid .nk-file {
        width: calc(50% - 16px);
    }
}
@media (min-width: 576px) {
    .nk-files-view-grid .nk-file {
        width: calc(33.33% - 16px);
    }
}
@media (min-width: 768px) {
  .nk-files-view-grid .nk-file {
/*    width: calc(25% - 16px);*/
    max-width: 211.33px;
    
  }
}
/*@media (min-width: 992px) {
  .nk-files-view-grid .nk-file {
    max-width: 204.5px!important;
  }
}
@media (min-width: 1200px) {
  .nk-files-view-grid .nk-file {
    max-width: 211px!important;
  }
}
@media (min-width: 1540px) {
  .nk-files-view-grid .nk-file {
    max-width: 213px!important;
  }
}*/

.nk-file:hover{
    background: #f9f9f9;
    border-color: var(--bs-primary);
}

.nk-file.selected-folder-item {
    background: #f9f9f9;
    border-color: var(--bs-primary);
}

.nk-file-name {
  font-weight: 400;
  font-size: .875rem;
}


/*.nk-files-view-grid .nk-file {
    width: calc(20% - 16px);
  }
@media (min-width: 1200px) {
  .nk-files-view-grid .nk-file {
    width: calc(20% - 16px);
  }
}
@media (min-width: 992px) {
  .nk-files-view-grid .nk-file {
    width: calc(20% - 16px);
  }
}

@media (min-width: 576px) {
  
}*/

/**/
.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:100px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:0px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:1.2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-moz-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-o-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-moz-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-o-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}/* Magnific Popup CSS */

/*dropzone*/
.dropzone {
  border: 1px dashed #ccc !important;
  border-radius: 5px;
}
.dropzone.dz-drag-hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.dropzone .dz-image {
  background: #eee;
  border-radius: 2px !important;
}
.dz-started {
  padding: 0 !important;
}
.upload-thumbnail-sm {
  height: 110px;
  width: 110px;
  border: none !important;
  background: url("../images/svg/filepreview.svg") #fff no-repeat center center;
  outline: none;
}
.upload-progress-sm {
  width: 82px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}



/*#pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: 10;
}*/
/*post dropzone*/
.post-dropzone {
  background: #fff;
  border-radius: 5px;
}
.post-dropzone.dz-drag-hover {
  border: 1px dashed #337ab7;
}
.post-dropzone.dz-drag-hover * {
  opacity: 0.2;
}
.post-dropzone .preview:hover img {
  opacity: 0.2;
}
.post-dropzone .delete {
  width: 24px;
  height: 24px;
  margin-left: -24px;
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  opacity: 0.8;
  display: inline-block;
  margin-top: 0;
  text-align: center;
  line-height: 23px;
}
.post-dropzone .preview:hover img {
  opacity: 0.5;
}
.post-dropzone .preview:hover .delete {
  opacity: 1;
  background-color: #000;
}
.post-dropzone .preview:hover .copy-link {
  display: inline-block !important;
  background-color: #000;
}
.post-dropzone .copy-link {
  width: inherit;
  cursor: pointer;
  color: #fff;
  position: absolute;
  display: none;
  text-align: center;
  line-height: 23px;
  bottom: -1px;
  background: #f0f0f0;
}
.box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
}
.box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1rem;
}
.box-content {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
  overflow-x: hidden;
  position: relative;
}
.box-content .btn-delete{
    position: absolute;
    right: .15rem;
    top: .15rem;
    color: var(--bs-heading-color);
    height: 34px;
    width: 34px;
    font-size: 1em;
    font-weight: 400;
    background-color: var(--bs-white);
    border-radius: 50%;
    border: 1px solid #364a6333;
}
.btn-delete::before {

  height: 34px;
  width: 34px;
  top: 50%;
}
.box.fit .box-content {
  width: 100%;
}

.not-clickable {
  cursor: default !important;
}

/*POPOVER*/

.popover {
  font-size: 13.5px;
}
.popover-content {
  padding: 15px;
}
.app-popover {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 180px;
}
.app-popover .confirmation-title {
  padding: 15px 15px 0px;
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
.app-popover .app-popover-body {
  padding: 15px;
}
.app-popover .app-popover-arrow {
  top: -6px;
  border-color: transparent;
  transform: rotate(225deg);
  border: solid transparent;
  height: 12px;
  width: 12px;
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  left: 10px;
}
.app-popover .app-popover-arrow.bottom-arrow {
  bottom: -6px;
  top: unset;
  transform: rotate(45deg);
}

/*OTP*/
.otp_field_wrapper{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otp_field_wrapper .form-control {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
/*    font-weight: 700;*/
    line-height: 4rem;
    text-align: center;
/*    border: 1px solid var(--bs-primary);*/
/*    outline: none;*/
    padding: 0px;
    border-radius: 3px;
}
@media (max-width: 575.98px) {
    .otp_field_wrapper{
        width: 340px;
    }
    .otp_field_wrapper .form-control {
        width: 3.1rem;
        height: 3.1rem;
        font-size: 1.2rem;
    }
    .otp_field_wrapper .btn{
        --bs-btn-padding-y: 0.675rem;
        --bs-btn-padding-x: 1.5rem;
    }
}