/*
primary color: #6c0068
light: #9d3d96;
dark: #3d003d;
*/
/* override datepicker dropdown so it can be on top of fixed header */
.datepicker-dropdown {z-index: 2051 !important};

/* remove spinner in input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
/* remove spinner in input type number */

/* ======== [BEGIN] dropzone ========== */

.dz-details, .dz-filename {
    margin-top: -0.5rem!important;
}


.dz-progress {
    margin-top: 1rem!important;
    visibility: hidden;
}
/* ======== [END] dropzone ========== */


/* ======== [BEGIN] separator ========== */
.separator.separator-content{
    display:flex;align-items:center;border-bottom:0;text-align:center
}
.separator.separator-content::after,.separator.separator-content::before{
    content:" ";width:50%;border-bottom:1px solid var(--bs-border-color)
}
.separator.separator-content::before{
    margin-right:1.25rem
}
.separator.separator-content::after{
    margin-left:1.25rem
}
.separator.separator-content.separator-dotted::after,.separator.separator-content.separator-dotted::before{
    border-bottom-style:dotted;border-bottom-color: #EBEDF3
}
.separator.separator-content.separator-dashed::after,.separator.separator-content.separator-dashed::before{
    border-bottom-style:dashed;border-bottom-color: #EBEDF3
}

.separator.separator-content.separator-solid::after,.separator.separator-content.separator-solid::before{
    border-bottom-style:solid;border-bottom-color: #EBEDF3
}

/* ======== [END] separator ========== */

/* ======== [START] SPINNER MATERIAL ========== */
.animloader,
.animloader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.animloader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid #6c0068;
  border-right: 0.6em solid #6c0068;
  border-bottom: 0.6em solid #9d3d96;
  border-left: 0.6em solid #ff80fb;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ======== [END] SPINNER MATERIAL ========== */

.pointer {
  cursor: pointer;
}


.app-img-size-120 {
  height: auto;
  width: 120px;
}


/* theming */

.btn-theme {
  color: #ffffff!important;
}


.burger-icon-color span {
  background-color: rgba(255, 255, 255, 0.65)!important;
}

.burger-icon-color span::before, .burger-icon-color span::after {
  background-color: rgba(255, 255, 255, 0.65)!important;
}

/*
.header-menu .menu-nav > .menu-item > .btn-clienttheme > .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffb3fc!important;
}
*/

.mobile-user-icon > .svg-icon svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffb3fc!important;
}

.btn-clienttheme:hover > span {
  color: #ffffff!important;
}

.symbol.app-symbol-light-primary .app-symbol-label {
  background-color: #ffb3fc;
  color: #6c0068;
}

@media (min-width: 576px) {
  .modal-xxl {
      max-width: 500px;
    }

  .modal-dialog.modal-xxl {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-xxl {
      max-width: 800px;
    }

  .modal-dialog.modal-xxl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1140px;
  }

  .modal-dialog.modal-xxl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .modal-xxl {
    max-width: 1350px;
  }
  .modal-dialog.modal-xxl {
    max-width: 1350px;
  }
}

.highlightText {
  background-color: #FFEB3B!important;
}



.label.label-xxl {
  height: calc(1.5em + 1.40rem + 2px);
  width: calc(1.5em + 1.65rem + 2px);
  font-size: 1.08rem;
}


.label.label-inline-custom {
  width: auto;
  border-radius: 0.42rem;
}

/* ---- begin: DATATABLES ----- */


/* this needed when scroller = true to hide the ugly background */
div.dts div.dataTables_scrollBody {
	background: none; 
}

/* .table thead tr th,  */

.table tbody tr td, .table tfoot tr td {
	padding-top: 0.2rem!important;
	padding-bottom: 0.2rem!important;
}

/* custom width dataTables */

.actionColWidth {
  min-width: 90px!important;
  width: 90px!important;
}

.yesNoColWidth {
  min-width: 50px!important;
  width: 50px!important;
}

.symbolWidth {
  width: 35px!important;
}

/* ie: dragable icon */
.iconWidth {
  width: 25px!important;
}

.dataTables_empty {
	height: 2rem!important;
}



/* datatables fixedColumns plug-in */
.dataTables_processing {
    z-index: 22!important;
    font-weight: 500 !important;
    color: #7E8299 !important;
    font-size: 1rem!important;
}

.dtfc-fixed-left {
  z-index: 1;
  background-color: #ffffff;
}
.dtfc-fixed-right {
  z-index: 1;
  background-color: #ffffff;
  padding-right: 1rem!important;
}

/* 2023-02-25: added sticky-header feature with rowGroup */
tr.rowGroupEnhanced th.rowGroupHeader {
    background-color:var(--light) !important;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    width: 100%!important;
    z-index: 20!important;
    box-shadow: 0 3px 0px -1px rgba(0, 0, 0, 0.08);
}


tr.rowGroupEnhanced th.colEmptyRowGroup {
    background-color:var(--light) !important;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    width: 100%!important;
    z-index: 19!important;
    box-shadow: 0 3px 0px -1px rgba(0, 0, 0, 0.08);
}

/* wrap cell without spaces */
.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
    white-space: -pre-wrap;                 /* Opera 4-6 */
    white-space: -o-pre-wrap;               /* Opera 7 */
    white-space: pre-wrap;                  /* CSS3 */
    word-wrap: break-word;                  /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


td.details-control {

    /* background-image: url("data:image/svg+xml;utf8,<span class='svg-icon svg-icon-primary svg-icon-2x'><svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'><g stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><polygon points='0 0 24 0 24 24 0 24'/><path d='M12.2928955,6.70710318 C11.9023712,6.31657888 11.9023712,5.68341391 12.2928955,5.29288961 C12.6834198,4.90236532 13.3165848,4.90236532 13.7071091,5.29288961 L19.7071091,11.2928896 C20.085688,11.6714686 20.0989336,12.281055 19.7371564,12.675721 L14.2371564,18.675721 C13.863964,19.08284 13.2313966,19.1103429 12.8242777,18.7371505 C12.4171587,18.3639581 12.3896557,17.7313908 12.7628481,17.3242718 L17.6158645,12.0300721 L12.2928955,6.70710318 Z' fill='#000000' fill-rule='nonzero'/><path d='M3.70710678,15.7071068 C3.31658249,16.0976311 2.68341751,16.0976311 2.29289322,15.7071068 C1.90236893,15.3165825 1.90236893,14.6834175 2.29289322,14.2928932 L8.29289322,8.29289322 C8.67147216,7.91431428 9.28105859,7.90106866 9.67572463,8.26284586 L15.6757246,13.7628459 C16.0828436,14.1360383 16.1103465,14.7686056 15.7371541,15.1757246 C15.3639617,15.5828436 14.7313944,15.6103465 14.3242754,15.2371541 L9.03007575,10.3841378 L3.70710678,15.7071068 Z' fill='#000000' fill-rule='nonzero' opacity='0.3' transform='translate(9.000003, 11.999999) rotate(-270.000000) translate(-9.000003, -11.999999) '/></g></svg></span>"); */
    background: url('/assets/images/Angle-right.svg') no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    max-width: 30px!important;
}


tr.shown td.details-control {
    background: url('/assets/images/Angle-down.svg') no-repeat center;
  	background-size: 20px 20px;
    cursor: pointer;
    max-width: 30px!important;
}
    

.filter .select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    justify-content: start!important;
    padding-top: 0.30rem!important;
    padding-bottom: 0.1rem!important;
    min-height: calc(1.05em + 1.1rem)!important;
    font-size: 0.925rem!important;
    line-height: 1.35!important;
    text-transform: none;
    font-weight: normal;
    font-size: 0.825rem;
}

/* ---- end: DATATABLES ----- */

.btn-xs, .btn-group-xs > .btn {
  padding: 0.55rem 0.75rem;
  font-size: 0.825rem;
  line-height: 1.15;
  border-radius: 0.28rem;
}


.h-85 {
  height: 85% !important;
}


@media (max-width: 767px) {
  .form-group-visible-md {
    display: none!important;
  }

  .visible-md {
    display: none!important;
  }

  .ml-10-md {
    margin-left: 0!important;
  }

}
@media (min-width: 768px) {
  .form-group-visible-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .visible-md {
    display: inline-block!important;
  }

  .ml-10-md {
    margin-left: 2.5rem !important;
  }
}




.form-control-readonly-sm {
  min-height: calc(1.35em + 1.1rem + 2px)!important;
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.056rem !important; /* 1.35 */
  border-radius: 0.28rem;
}

.form-control-solid-fixheight-readonly-sm {
  background-color: #F3F6F9!important;
  height: calc(1.35em + 1.1rem + 2px)!important;
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35rem;
  border-radius: 0.28rem;
  border: 1px solid #e4e6ef
}

.form-control-solid-fixheight-readonly-sm:not(:focus) {
  background-color: #F3F6F9!important;
  height: calc(1.35em + 1.1rem + 2px)!important;
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35rem;
  border-radius: 0.28rem;
  border: 1px solid #e4e6ef
}


.form-control-solid-readonly-sm {
  background-color: #F3F6F9!important;
  min-height: calc(1.35em + 1.1rem + 2px)!important;
  padding: 0.25rem 0.75rem 0;
  font-size: 0.925rem;
  line-height: 1.056rem !important; /* 1.35 */
  border-radius: 0.28rem;
  border: 1px solid #e4e6ef
}

.form-control-solid-readonly-sm:not(:focus) {
  background-color: #F3F6F9!important;
  min-height: calc(1.35em + 1.1rem + 2px)!important;
  padding: 0.25rem 0.75rem 0;
  font-size: 0.925rem;
  line-height: 1.056rem !important; /* 1.35 */
  border-radius: 0.28rem;
  border: 1px solid #e4e6ef
}

/* ----------------- */

.form-control-readonly {
  display: block;
  width: 100%;
  min-height: calc(1.2em + 1.3rem + 2px)!important;;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3F4254;
  background-color: #F3F6F9;
  background-clip: padding-box;
  border: 1px solid #E4E6EF;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control-readonly {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control-readonly::-ms-expand {
  background-color: transparent;
  border: 0;
}


/* ----------------- */

.form-control-solid-readonly {
  display: block;
  width: 100%;
  min-height: calc(1.2em + 1.3rem + 2px)!important;;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2; 
  color: #3F4254;
  background-color: #F3F6F9;
  background-clip: padding-box;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control-solid-readonly {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control-solid-readonly::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* [begin] form control xs*/
.form-control-plaintext.form-control-xs {
  padding-right: 0;
  padding-left: 0;
}

.form-control-xs {
  height: calc(1.15em + 1.1rem + 2px);
  padding: 0.35rem 0.55rem;
  font-size: 0.825rem;
  line-height: 1.15;
  border-radius: 0.28rem;
}

.form-control.form-control-pill.form-control-xs {
  border-radius: 1.25;
}



.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
  height: calc(1.15em + 1.1rem + 2px);
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
  padding: 0.35rem 0.55rem;
  font-size: 0.825rem;
  line-height: 1.15;
  border-radius: 0.28rem;
}

.input-group-xs > .custom-select {
  padding-right: 1.5rem;
}

.input-group.input-group-xs i {
  line-height: 0;
  font-size: 0.925rem;
}

/* [end] form control xs */

/* ---- begin: SELECT2 ----- */
/* begin: override close icon */
.select2-selection__clear{
    margin-top: 0.1rem!important;
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f130";
    font-size: 1.5rem;
    color: #7E8299;
}

/* begin:container height */
  /* line-height: 1.056rem !important; */
.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    justify-content: start!important;
    padding-top: 0.30rem!important;
    padding-bottom: 0.3rem!important;
    min-height: calc(1.35em + 1.1rem)!important;
    font-size: 0.925rem!important;
    line-height: 1.35!important;
}

/* fixed responsive issue */
.input-group > .select2-container {
    /*width: auto !important; causing button on the right drop*/
    flex: 1 1 auto !important;
}

/* [AW] override disabled background */
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background-color: #F3F6F9!important; /* [AW] origin value: ffffff; */
  opacity: 1!important;
}

/* PAYROLL-413: [AW] override dropdown open */
.select2-container--default.select2-container--open {
    margin-top: 1px!important;
}

.input-group > .select2-selection__rendered:last-of-type,
.input-group > .select2-container .select2-selection--single:last-of-type
{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  margin-right: 0.08rem!important;
} 

.dropdown-custom-toggle {
  border-top-right-radius: 0.28rem!important;
  border-bottom-right-radius: 0.28rem!important;
}

/*
.input-group > span.select2-selection__rendered,
.input-group > span.select2-selection--single
{
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
} 
*/


/*
.select2-selection__rendered {
    line-height: 1.3rem !important;
}
.select2-container .select2-selection--single {
    min-height: calc(1.26em + 1.3rem) !important;
}

.select2-selection__arrow {
    min-height: calc(1.26em + 1.3rem) !important;
}
*/

/* end:container height */

.no-search .select2-search {
    display:none
}

.select2-multi-minheight {
  min-height: calc(1.30em + 1.3rem + 2px)!important;
}

/* hide default "no result found" in select2 dropdown */
/* GENERAL-1006: enabled this, message will be optional */
/* .select2-results__message {
  display: none !important;
} */

/* hide: Searching... in select2 */
.loading-results {
  display: none !important;
}



/* begin: fixed placeholder in multiple selection */
.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

/*makes the placeholder to be 100% of the width while there are no options selected*
this has been removed and handled in Combobox.js instead
this css causes multiple dropdown has extra line when at least has 1 value in it.
/
/* .select2-search__field {
    max-width: 100% !important;
}   */

/*
.select2-search__field:placeholder-shown {
    width: auto !important;
}  
*/


/*
.select2 {
width:100%!important;
}
*/



/* end: fixed placeholder in multiple selection */



/*
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
}
*/

/* ---- end: SELECT2 ----- */


/* used with dropdown... to limit no of menu items until scroller start kick in */
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
  background-color: #E4E6EF;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.calendarSunday{
  padding-top: 4px;
  border-bottom: 2px solid #ff80fb;
}

.calendarStartNew {
  border-left: 2px solid #1BC5BD;
}

/* ---- begin: TYPEAHEAD ----- */
.tt-menu {
   max-height: 220px;
   overflow-y: auto;
 }

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { min-width: 100%!important; }

.tt-highlight {
  background-color: #FFEB3B!important;
}
/* ---- end: TYPEAHEAD ----- */

/* ---- begin: input touchspin */
/* for chrome */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;}             


/* for mozilla */  
   input[type=number] {-moz-appearance: textfield;}
   
/* --- end: input touchspin */

.required:after {
  content:" *";
  color: #FFA800;
}

.required {
  border-bottom: 1px dashed #FFA800;
}

.required-right:before {
  content:"* ";
  color: #FFA800;
}

.required-right {
  border-bottom: 1px dashed #FFA800;
}

/* override dropdown menu so it can show nicely on modal inside datatable */
.dropdown-menu {
  z-index: 1070!important;
}


/* begin: chip */
.chip {
    display: inline-block;
    padding: 0 2rem;
    height: 3.6rem;
    border-radius: 1.8rem;
    background-color: rgba(24, 28, 50, 0.03);
    position: relative;
    margin: 0.12rem;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}

.chip .title {
  padding: 0.6rem 0rem 0 0rem;
  font-size: 1.15rem;
}

.chip .subtitle {
  padding: 0px 0rem 0 0rem;
  font-size: 0.8rem;
  color: #7E8299 !important;
}

.chip img {
  float: left;
  margin: 0 0.7rem 0 -1.8rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

.closebtn {
  padding-left: 0.9rem;
  color: #888;
  font-weight: bold;
  right: 1.1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
}

.closebtn:hover {
  color: #000;
}


/* begin - sm */

.chip-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 2.6rem;
    border-radius: 1.8rem;
    background-color: rgba(24, 28, 50, 0.03);
    position: relative;
    margin: 0.12rem;
    border: 1px solid rgba(0,0,0,.15);
}

.chip-sm .title {
  padding: 0.2rem 0rem 0rem 0rem;
  font-size: 1rem;
  font-weight: bold;
}

.chip-sm .subtitle {
  padding: 0px 0rem 0.2rem 0rem;
  font-size: 0.7rem;
  color: #7E8299 !important;
}

.chip-sm .pp {
  float: left;
  margin: 0 0.7rem 0 -1.8rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}

/* end - sm */

@media (max-width: 767px) {
  .chip {
    display: inline-block;
    padding: 0 2rem;
    height: 3.4rem;
    border-radius: 1.7rem;
    position: relative;
    margin: 0.12rem;
  }

  .chip .title {
    padding: 0.8rem 0.4rem 0 0.4rem;
    font-size: 1.1rem;
  }

  .chip .subtitle {
    padding: 0 0.4rem;
    font-size: 0.6rem;
    color: #7E8299 !important;
  }

  .chip img {
    float: left;
    margin: 0 0.7rem 0 -1.2rem;
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 50%;
  }

  .closebtn {
    padding-left: 0.6rem;
    color: #888;
    font-weight: bold;
    right: 1.025rem;
    top: 1rem;
    font-size: 1.3rem;
    cursor: pointer;
    position: absolute;
  }

  /* begin - sm */
  .chip-sm {
    display: inline-block;
    padding: 0 2rem;
    height: 3.4rem;
    border-radius: 1.7rem;
    position: relative;
    margin: 0.12rem;
    border: 1px solid rgba(0,0,0,.15);
  }

  .chip-sm .title {
    padding: 0.8rem 0.4rem 0 0.4rem;
    font-size: 1.1rem;
  }

  .chip-sm .subtitle {
    padding: 0 0.4rem;
    font-size: 0.6rem;
    color: #7E8299 !important;
  }

  .chip-sm .pp {
    float: left;
    margin: 0 0.7rem 0 -1.2rem;
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 50%;
  }

  /* end - sm */

}


/* end: chip */

.app-modal-sticky-header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: -1.8rem;
  background-color: #ffffff;
  z-index: 2;
  padding: 1rem!important;
}

.date-input {
  width: inherit !important;
}

/* bootstrap extras */
.bg-main {
    background: #EAF1F7;
}

.h-85 {
  height: 85% !important;
}

.primary-table thead th {
  background-color: #6c0068;
  color: #ffffff;
}


/* BEGIN: skeleton */
/* .modal-fullscreen .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 100%;
    display: flex;
    position: fixed;
    z-index: 1050;
} */

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: none; 
position: fixed;
z-index: 1050;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}
.skeleton--isloading {
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.skeleton--isloading .loading-image {
  min-height: 60px;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
          animation: shine-loading-image 2s infinite ease-out;
}

.skeleton--isloading .loading-doughnut { 
    border: 1.3rem solid #ececec;
    border-radius: 130px;
    height: 130px;
    width: 130px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
            animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton--isloading .loading-text {
  height: 1.2rem;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton--isloading .loading-sub-text {
  height: 0.6rem;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}


.skeleton--isloading .loading-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.skeleton--isloading .loading-content .loading-text-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.skeleton--isloading .loading-content .loading-main-text {
  height: 10px;
  width: 65%;
  margin-bottom: 10px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton--isloading .loading-content .loading-sub-text {
  height: 10px;
  width: 50%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton--isloading .loading-content .loading-btn {
  width: 60px;
  height: 25px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
          animation: shine-loading-container-items 2s infinite ease-out;
}

.skeleton--isloading .loading-content .loading-doughnut {
    border: 1.3rem solid #ececec;
    border-radius: 130px;
    height: 130px;
    width: 130px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
            animation: shine-loading-container-items 2s infinite ease-out;
}


@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}


@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}

@-webkit-keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}

@keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 140px;
  }
}


.tooltip-inner {
    max-width: none!important;
    white-space: nowrap!important;
}


/* END: skeleton */

/* BEGIN: extra for bigger tooltip */
/* .tooltip-md .tooltip-inner {
    max-width: 250px!important;
    width: 250px!important;
}

.tooltip-lg .tooltip-inner {
    max-width: 400px!important;
    width: 400px!important;
}
@media screen and (max-width: 300px) {
  .tooltip-md .tooltip-lg .tooltip-inner {
    max-width: 100%;
  }
} */

/* [BEGIN]: circle divided by 2  */
.circle-half-left-60 .symbol-label, .circle-half-right-60 .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
}


.circle-half-label-60 {
    width: 30px;
    height: 60px;
}

.circle-half-right-60 {
    width: 30px;
    height: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.circle-half-left-60 {
    width: 30px;
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
/* [END]: circle divided by 2  */

/* [BEGIN]: circle divided by 3  */
.pie {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #808080;
    line-height: 10px;
    border-radius: 30px;
    overflow: hidden;
}
/* .pie-2 > div {
  display: inline-block;
  width: 60px;
  height: 30px;
}
.pie-2 > div:nth-child(1) {
  background: #f00;
} */
.pie-3 > div {
  display: inline-block;
  width: 30px;
  height: 35px;
}

.pie .text-b {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3F4254;
}

.pie-3 > div:nth-child(1) {
  /* background: #f00; */
  transform: skewY(155deg);
}

.pie-3 > div:nth-child(1) .text-l {
    position: absolute;
    top: 15px;
    left: 12px;
    transform: skewY(-155deg);
    color: #3F4254;
}

.pie-3 > div:nth-child(2) {
  /* background: #00f; */
  transform: skewY(-155deg);
}

.pie-3 > div:nth-child(2) .text-r {
    position: absolute;
    top: 15px;
    right: 12px;
    transform: skewY(155deg);
    color: #3F4254;
}

.pie-4 > div {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.pie-4 > div:nth-child(1) {
  background: #f00;
}
.pie-4 > div:nth-child(2) {
  background: #00f;
}
.pie-4 > div:nth-child(3) {
  background: #ff0;
}
/* [END]: circle divided by 3  */

/* [CARD] */
.card.card-custom.card-stretch.card-stretch-three-quarter {
  height: 75%;
}
.card.card-custom.card-stretch.card-stretch-three-quarter.gutter-b {
  height: calc(75% - 25px);
}
.card.card-custom.card-stretch.card-stretch-three-quarter.gutter-b-sm {
  height: calc(75% - 10px);
}


.card.card-custom.card-stretch.card-stretch-sixty {
  height: 60%;
}
.card.card-custom.card-stretch.card-stretch-sixty.gutter-b {
  height: calc(60% - 25px);
}
.card.card-custom.card-stretch.card-stretch-sixty.gutter-b-sm {
  height: calc(60% - 10px);
}


.card.card-custom.card-stretch.card-stretch-fourty {
  height: 40%;
}
.card.card-custom.card-stretch.card-stretch-fourty.gutter-b {
  height: calc(40% - 25px);
}
.card.card-custom.card-stretch.card-stretch-fourty.gutter-b-sm {
  height: calc(40% - 10px);
}

.card.card-custom.card-stretch.card-stretch-half.gutter-b-sm {
  height: calc(50% - 10px);
}

.gutter-b-sm {
  margin-bottom: 10px;
}


/* [END] card */

/* [BEGIN] SWAL */
.swal2-html-container-custom {
  max-height: 250px;
  overflow: hidden!important;
}

.min-vh-60 {
  min-height: 60vh !important;
}

.min-vh-70 {
  min-height: 70vh !important;
}