html {
    width: 100vw;
    overflow-x: hidden;
    font-size: 14px;
}

img[src=""] {
    display: none;
}

.radio label {
    cursor:pointer;
}

.sub-container {
    width: 60%;
    margin: auto;
}

.picker {
    font-size: 1rem;
}

@media (max-width: 766px) {
    .sub-container {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .navbar-transparent {
        background-color: transparent !important;
    }

    .picker {
        font-size: 0.7rem;
    }
}

@media (max-width: 575px) {
    .footer-fixed {
        /*display: none;*/
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        background-color: #FFFFFF;
        z-index: 10;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 27%);
    }

    .header-fixed {
        /*display: none;*/
        position: fixed;
        /*bottom: 0;*/
        width: 100% !important;
        /*padding-top: 10px;*/
        /*padding-left: 20px;
        padding-right: 20px;*/
        top: 0;
        margin-top: 65px;
        height: 70px !important;
        /*background-color: #FFFFFF;*/
        z-index: 10;
        box-shadow: 0px 4px 20px rgb(0 0 0 / 27%);
    }

    .wizard .steps ul li a {
        margin-top: 0.33rem !important;
        margin-bottom: 0.33rem !important;
    }

    .wizard .steps ul li::before, .wizard .steps ul li::after {
        top: 1.76rem;
    }
}

.card {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card-header {
    padding: 2rem 2rem 0rem 2rem;
}

@media (max-width: 766px) {
    .card {
        margin-top: 0rem;
        border-radius: 0rem;
    }

    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: initial;
    }

    .card-body {
        padding: 0.5rem 0rem 1rem 0rem;
    }
}

.card-body {
    padding: 2rem 2rem 
}

.card-footer {
    padding: 2rem 2rem !important;
}

.swal2-content {
    padding: 0 !important;
}
.swal2-popup {
    border-radius: 1.28572rem !important;
}

.loadingX {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}

.loadingX.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s ease-in-out;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.loadingX {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/*background: #0000009c;*/

.loading-logo {
    position: absolute;
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 0 1rem 0 0;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0;
}

.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }

    25% {
        stroke: #de3e35;
    }

    50% {
        stroke: #f7c223;
    }

    75% {
        stroke: #1b9a59;
    }

    100% {
        stroke: #4285f4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}


.badge {
    padding: 0.28rem 1.11rem 0.34rem 0.8rem;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 10px;
    /*left: 40px;*/
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 30px;
}

.nav-item::before {
    width: 94%;
    left: 12px;
}

.menu-title {
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

*, *::be

.swal2-content {
    padding: 0em !important;
}

.swal2-actions {
    padding: 0em !important;
}

.swal2-popup {
    padding: 1.5em !important;
}

.swal2-popup.swal2-header-gray {
    background-image: linear-gradient( 180deg, #EEEEEF 65px, white 65px);
}

.swal2-popup .swal2-actions {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    margin-bottom: 0em !important;
    margin-top: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    column-gap: 1rem;
    z-index: 0;
}

.swal2-icon-content {
    font-size: 2.7em !important;
    line-height: 0.9;
    align-items: flex-start;
}

.swal2-icon {
    width: 3em !important;
    height: 3em !important;
    line-height: 3em !important;
}

.swal2-popup .swal2-title {
    display: block !important;
    font-size: 1.44444rem !important;
    color: #AC8A0B !important;
    margin-bottom: 0 !important;
}

.swal2-popup .swal2-content {
    font-size: 1.11111rem !important;
}

.swal2-x-mark-line-left {
    left: 0.5em !important;
}

.swal2-x-mark-line-right {
    right: 0.5em !important;
}

.swal2-icon {
    margin: 0.9em auto !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 1.3em !important;
    width: 2em !important;
    height: 0.3em !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.6em !important;
    left: .3em !important;
    width: 1em !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 1.5em !important;
    right: .2em !important;
    width: 2em !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(105, 202, 51, 0.6) !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em !important;
    left: -2.0635em !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.2em !important;
    left: 1em !important;
    height: 1rem !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    width: 1.75em !important;
    height: 0.5em !important;
    background-color: #C59D0A !important;
}

.swal2-icon.swal2-success .swal2-success-fix {
    height: 0em !important;
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-success, .swal2-icon.swal2-question, .swal2-icon.swal2-info, .swal2-icon.swal2-error {
    border-color: #C59D0A !important;
    color: #826600 !important;
}

.swal2-popup .swal2-image {
    max-height: 90%;
}

.swal2-popup .swal2-header {
    display: contents !important;
}

/* mobile */

table.table-borderless td {
    padding: 0rem;
}

table.table-borderless thead {
    display: none;
}

div.item-list, 
table.table-borderless td div.item-list {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 10px;
}

table.table-borderless td div.item-list-row {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 10px 0px;
}

table.table-borderless td div.item-list-disabled {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 10px;
    opacity: 0.5;
}

table.table-borderless td div.item-list-row-disabled {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 10px 0px;
    opacity: 0.5;
}

table.table-borderless td label.header-list {
    line-height: 1.2rem;
}

.dataTables_scroll {
    border-bottom: 0px solid !important;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0;
}

.dataTables_empty {
    color: #CBCBCB;
    font-size: 1.333333rem;
    text-align: center;
    padding: 40px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 0;
    border-collapse: separate;
}

.breadcrumb-right {
    right: 2.5rem !important;
}

.swal-full-screen-popup {
    border-radius: 0em;
    height: -webkit-fill-available !important;
    width: -webkit-fill-available !important;
    border-radius: 0em !important;
}

.swal-full-screen-container {
    padding: 0em !important;
}

.wizard > .actions {
    margin-top: 1rem;
}

.wizard .steps ul li.current .step {
    color: #5A8DEE;
    border: 3px solid #5A8DEE;
}

.wizard .steps ul li.done .step {
    color: #39DA8A;
    border: 3px solid #39DA8A;
}

.wizard .steps ul li.current ~ li .step {
    color: #828D99;
    border: 3px solid #828D99;
}

.wizard .steps ul li a .step {
    line-height: 0.8rem;
}

.hr-border {
    border-width: 0px;
    border-bottom: 1px solid #CACFD2;
    border-radius: 0px;
    text-align: right;
}

.wizard .steps ul li i.step2 {
    background-color: #FFFFFF;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    z-index: 1;
    width: 1.33rem;
    height: 1.33rem;
    border-radius: 50%;
    font-size: 1.6rem;
}

.wizard .steps ul li a:nth-child(n+1) {
    padding-left: 1rem;
}


.collapse-step {
    display: flex;
    flex-direction: column;
}

.collapse-step .collapse-step-header {
    padding: 0.75rem;
    flex-grow: 1;
    /*display: inline-flex;*/
    display: flex;
}

@media (min-width: 576px) {
    .collapse-step .collapse-step-header {
        border-top-left-radius: 0.267rem !important;
        border-top-right-radius: 0.267rem !important;
    }
}

.collapse-step .collapse-step-body {
    padding: 1rem 1rem;
    flex-grow: 1;
}

.collapse-step-body-first {
    border-radius: 0.267rem 0.267rem 0 0;
}

.collapse-step-body-last {
    border-radius: 0 0 0.267rem 0.267rem;
}

@media (min-width: 576px) {
    .collapse-step .collapse-step-body {
        padding: 1rem 2rem;
    }
}

.item-vline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 5px;
    right: 0px;
    border-right: 1px solid #D7D7D7;
}

@media (min-width: 576px) {
    .item-vline::before {
        right: 0px;
    }
}

@media (min-width: 576px) {
    .item-md-vline::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 5px;
        right: 15px;
        border-right: 1px solid #D7D7D7;
    }
}

.item-list-collapse {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: -17px;
    margin-bottom: 0.5rem;
    border: 1px solid #D7D7D7;
}

.border-round {
    padding: 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
}

.border-round-not-padding {
    margin-bottom: 0.5rem;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 10px;
}

.items-vhline {
    padding: 1rem;
}

.items-vhline::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    right: 0;
    border-right: 1px solid #D7D7D7;
}


@media (max-width: 575px) {
    .items-vhline::before {
        bottom: 46.5%;
        height: 5px;
        width: 100%;
        right: 0;
        border-top: 1px solid #D7D7D7;
        border-right: 0px solid #D7D7D7;
    }
}

.items-vhline::after {
    content: '\0E2B\0E23\0E37\0E2D';
    background-color: white;
    padding: 5px;
    position: absolute;
    right: 47.5%;
    top: 38%;
}

@media (max-width: 575px) {
    .items-vhline::after {
        top: 43%;
    }
}

@media (min-width: 574px) {
    .items-vhline::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 10%;
        height: 70%;
        width: 5px;
        right: 49.5%;
        border-right: 1px solid #D7D7D7;
    }
}

.bx-circle-hilight {
    background: #F9F7F1;
    padding: .5em;
    border-radius: 50%;
}

.bx-circle-hilight-blue {
    background: #3880D5;
    padding: .5em;
    border-radius: 50%;
}

.bx-circle-hilight-gray {
    background: #E6E6E6;
    padding: .5em;
    border-radius: 50%;
}

.bx-circle-hilight-plus {
    background: #F9F7F1;
    padding: .5em;
    border-radius: 50%;
}

/*.img-zoom-in::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: #5251515e;
    z-index: 1;
}*/

.img-zoom-in img {
    width: 100%;
    left: 0;
    position: absolute;
    clip: rect(50px, 1000px, 150px, 0);
    margin-top: -50px;
    filter: brightness(70%) sepia(100) saturate(0);
}

/*.img-mask-zoom {
    width: 100%;
    background: gray;
    opacity: 0.2;
    height: 100px;
    position: absolute;
    top: 1px;
    z-index: 3;
}*/

.img-zoom-in::after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB2klEQVRYhe2WO0vEQBSF7wRLSwmyyGItVmJtoY1YiMgW1oIoYiEisv9EtrCwsLMVK3+F4GIhYieoWIjI4uOzmBHD3Ukyk6zaeCHFTvac881kXkYKCkhFpCUicyIyISKpe3UvIhciciYix8aY2yKf6AJSoAP0KK8ecAA0BhW+ANwFBOt6BJbqhq8C7xXCv+od2KjTc1/4FbAHTAMj7pkCdoHLHIjl2PCU/mF/BdrAUIFuCNihf648EjMnsBNOhy9G6Oc9EIeh4tQjbgfTf/tsezoxFiLcVMKromEv8EmArvLaKdMlYjeZbHWMMW+xAMaYDxHZV83au7881NOx4RmvSeV1HSJ6UKKRGgDDyuu5TJNUDcupj1hBIvZgyVazBsC4+q29vQAXqm22BoDWam8vwJlqW6u6DEVkXTVrb69w1LMRla5fj4/eT16BsM+JPc+z1QPmI8JngRflcRRD38AeIBpi2w1tni5xPdfhT8G9z5gt4T+Ouw5kErvOh4EJYAs49/z/a/hXogAcxEYORJWqDLFM/+cIqScXOhCIBnDoMczr6RHQBFYGBuFAxrA3nhPgGnh2zw1wir2WNZVmsBAVwf8h/iFCIVp/DVF+ZfthiO6vAjiIFnZP6QIzn9TA/Qx6PEfbAAAAAElFTkSuQmCC');
    display: block;
    position: absolute;
    top: 40%;
    left: 45%;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.badge-sub-header {
    height: 27px;
    width: 28px;
    padding: 0.28rem 0.7rem 0.4rem 0.7rem;
}

.bx-circle-hilight-complete {
    padding: .5em;
    border-radius: 50%;
    border: 2px solid #11B372;
}

.img-zoom-in-demand img {
    width: 100%;
    /*left: 0;
    position: absolute;*/
    clip: rect(50px, 1000px, 150px, 0);
    /*margin-top: -50px;*/
    filter: brightness(70%) sepia(100) saturate(0);
}

.img-zoom-in-demand::after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB2klEQVRYhe2WO0vEQBSF7wRLSwmyyGItVmJtoY1YiMgW1oIoYiEisv9EtrCwsLMVK3+F4GIhYieoWIjI4uOzmBHD3Ukyk6zaeCHFTvac881kXkYKCkhFpCUicyIyISKpe3UvIhciciYix8aY2yKf6AJSoAP0KK8ecAA0BhW+ANwFBOt6BJbqhq8C7xXCv+od2KjTc1/4FbAHTAMj7pkCdoHLHIjl2PCU/mF/BdrAUIFuCNihf648EjMnsBNOhy9G6Oc9EIeh4tQjbgfTf/tsezoxFiLcVMKromEv8EmArvLaKdMlYjeZbHWMMW+xAMaYDxHZV83au7881NOx4RmvSeV1HSJ6UKKRGgDDyuu5TJNUDcupj1hBIvZgyVazBsC4+q29vQAXqm22BoDWam8vwJlqW6u6DEVkXTVrb69w1LMRla5fj4/eT16BsM+JPc+z1QPmI8JngRflcRRD38AeIBpi2w1tni5xPdfhT8G9z5gt4T+Ouw5kErvOh4EJYAs49/z/a/hXogAcxEYORJWqDLFM/+cIqScXOhCIBnDoMczr6RHQBFYGBuFAxrA3nhPgGnh2zw1wir2WNZVmsBAVwf8h/iFCIVp/DVF+ZfthiO6vAjiIFnZP6QIzn9TA/Qx6PEfbAAAAAElFTkSuQmCC');
    display: block;
    position: absolute;
    top: 40%;
    left: 40%;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.back-bar {
    position: relative;
    padding: 0.75rem 0.75rem;
}

@media (max-width: 575px) {
    .swal2-container-bottom {
        padding: 0 !important;
    }

    .swal2-popup-bottom {
        margin-bottom: 0px !important;
        border-radius: 30px 30px 0 0 !important;
        padding: 0em 1em 1em !important;
        position: fixed !important;
        bottom: 0;
    }

    .swal2-content-bottom {
        text-align: left !important;
    }
}

.swal2-close {
    color: #000 !important;
}

.swal2-close:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.swal2-top-close {
    border: 1px solid #bbb;
    width: 40%;
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
}

.form-control-sm {
    font-size: 1rem !important;
}

.content-hidden {
    height: 66px;
    overflow: hidden;
    position: relative;
}

.content-hidden:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
}

.content-visible {
    height: auto !important;
    overflow: hidden;
}

.btn .badge {
    padding: 0.15rem 0.7rem 0.3rem 0.6rem !important;
    top: 1px !important;
}

.btn .badge-circle {
    height: 21px !important;
    width: 0px !important;
}

.owner-item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 1px solid #d7d7d752;
}

.image-face-round {
    object-fit: contain;
    background-color: #e7eaef;
    border-radius: 1.5rem;
}

.item-list-collapse-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: -20px;
    border: 1px solid #D7D7D7;
}

.bg-top-left {
    position: absolute;
    top: 60px;
    height: 200px;
    z-index: -10;
}

.bg-top-right {
    position: absolute;
    top: 60px;
    right: 0;
    height: 200px;
    z-index: -10;
}

.bg-bottom-left {
    position: fixed;
    bottom: 0px;
    height: 200px;
    z-index: -10;
}

.bg-bottom-right {
    position: fixed;
    bottom: 0px;
    right: 0;
    height: 200px;
    z-index: -10;
}

.card-alert {
    border-top-width: 6px;
}

@media (max-width: 575px) {
    .bg-bottom-left {
        bottom: 0;
    }

    .bg-bottom-right {
        bottom: 0;
    }

    .card-alert {
        border-top-width:0px;
    }
}

.header-line-lite.active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 48px;
    left: 0;
    border-top: 2px solid #826600;
}

.header-line-lite::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 0px solid #EBEBEB;
}

.header-line-lite {
    position: relative;
    font-size: 1.11111rem !important;
    color: #718499;
    font-weight: 700;
    padding-bottom: 1rem;
}

.header-line-lite.active {
    color: #826600;
}

.custom-switch .custom-control-label {
    height: 23px;
    width: 40px;
}

.custom-switch .custom-control-label::before {
    height: 23px;
    width: 40px;
}

.custom-switch .custom-control-label:after {
    top: 2px;
    left: 5px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    left: -5px;
}

.navigate-bar {
    background-color: rgb(255 255 255 / 0.50)
}

.breadcrumb {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.thead-dark) th {
    background-color: #F8F9FA;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    color: #6e6b7b;
    width: 14px;
    height: 14px;
    content: '';
    right: 0.3rem;
    top: 1.1rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    color: #6e6b7b;
    width: 14px;
    height: 14px;
    content: '';
    right: 0.3rem;
    top: 2rem;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

.table thead th, .table tfoot th {
    vertical-align: top;
    text-transform: uppercase;
    font-size: 0.888888rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
}

table.dataTable td, table.dataTable th {
    padding: 1.2rem;
    vertical-align: middle;
}

table.document-upload.dataTable td, table.document-upload.dataTable th {
    padding: 0 0 1rem 0;
}

.table .thead-light th {
    color: #4B627B;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-right: 1.5rem;
}

.dataTables_length {
    padding-left: 1.7rem;
}

.has-icon-left .form-control-position i {
    top: 5px;
}

.picker__select--month, .picker__select--year {
    height: 3em;
}

.picker--opened .picker__frame {
    top: 20%;
}

.picker__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.bs-stepper .bs-stepper-header {
    padding: 2rem 2rem !important;
}

.bs-stepper .bs-stepper-content {
    padding: 2rem 2rem !important;
}

.bs-stepper .bs-stepper-content .content .content-header {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

.collapsible .card.no-card-shadow.open, .accordion .card.no-card-shadow.open {
    box-shadow: none !important;
}

.collapsible .card, .accordion .card {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.collapsible .card .card-header, .accordion .card .card-header {
    padding: 1rem 0 !important;
}

 .collapsible .card .card-body, .accordion .card .card-body {
    padding: 2rem 0 0 0 !important;
}

.collapsible .card .card-header, .accordion .card .card-header {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0 !important;
}

.dashed-spacing {
    background-image: linear-gradient(to right, #d2d2d2 30%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    padding: 1rem 0 1rem 0;
}

.clip-button {
    position:relative;
    clip-path: inset(0);
}

.clip-button.bg-grad-default {
    background: linear-gradient(17.27deg, #B7B7B7 -312.88%, #F7F7F7 90.99%);
}

.clip-button.bg-grad-hilight {
    background: linear-gradient(15.97deg, #AC8A0B -304.77%, #FFFFFF 138.6%);
}

.clip-button .clip-image {
    position: absolute;
    bottom: -35px;
    right: -33px;
    transform: rotate(-20deg);
}

.item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-list-header {

}

.item-list-content {
    position: relative;
    width: 100%;
    height: 76px;
    border: 1px dashed #D8D6DE;
    box-sizing: border-box;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    font-size: 1rem;
    padding: 7px;
    border-radius: 8px;
}

.picker__holder {
    width: 375px;
}

.single-limits-daterange {
    cursor: pointer;
}

.select2.is-valid ~ .select2-container .select2-selection {
    border-color: #11B272 !important;
}

.dataTables_info {
    margin-top: 0.55rem !important;
    color: #1D1D32 !important;
    font-size: 0.88889rem;
    margin-right: auto;
    font-weight: normal;
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #01236F !important;
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    border-color: #01236F !important;
}

.nav-tabs .active {
    background-color: #02329D !important;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control:disabled {
    background: #F0F0F0 !important;
}

.dropdown-menu::before {
    width: 0;
    height: 0;
}

.dropdown-menu i {
    color: #1D1D32;
}

.bx-pip-combine {
    position: absolute;
    top: 18px;
    left: 29px;
    background-color: white;
}

.bx-check-combine {
    position: absolute;
    top: 6px;
    left: 23px;
    font-size: 1.5rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #01236F !important;
}

input.disabled, input:disabled {
    color: #1D1D32 !important;
}

.icon-zoom {
    padding: 0px;
    background-color: transparent;
    transition: transform .1s; /* Animation */
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.icon-zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.icon-zoom img {
    width: 18px;
    height: 18px;
    padding: 0px;
}