/*body[data-leftbar-theme="light"] .side-nav .side-nav-link {
    color: #000000;
}

.navbar-custom .topbar-menu .nav-link {
    color: #000;
}*/
.modal {
    backdrop-filter: blur(4px);
}
.parsley-errors-list {
    color: #B94A48 !important;
    margin-bottom: 0px;
    padding-left: 0px !important;
    list-style: none;
}

.swal2-cancel {
    margin-left: 0.75rem !important;
}

.zoom {
    transition: transform .2s;
    width: 32px;
    height: 32px;
}

.zoom:hover {
    transform: scale(1.5);
}

.hideIntakeField {
    display: none;
}
.dt-button-collection .dropdown-menu{
    height: 9rem;
    overflow-y: auto;
}

.hideIntakeField {
    display: none;
}
.page-title-box .page-title-right {
    float: right;
    margin-top: 10px !important;
}
.breadcrumb {
    padding: 0rem 0!important;
}
.page-title-right{
    display: block !important;
}
/*body .dataTables_wrapper .dataTables_scrollBody{
    min-height: 200px !important;
}*/
page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
.main-page {

    width: 210mm;
    min-height: 240mm;
    /*margin: 10mm auto;*/
    /*background: red;*/
    /*box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);*/
    /*margin-top: 0px !important;*/
}

/*.sub-page {*/
/*    !*padding: 1cm;*!*/
/*    !*height: 297mm;*!*/
/*}*/

@page {
    size: A4;
    margin: 0;
}

@media print {
    .main-page {
        /*margin: 0;*/
        /*border: initial;*/
        /*border-radius: initial;*/
        /*width: 210mm;*/
        /*height: 297mm;*/
        /*min-height: initial;*/
        /*box-shadow: initial;*/
        /*background: initial;*/
        /*page-break-after: always;*/
    }
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    /*position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;*/
}


/* Parsely validation */
.parsley-error {
    animation: shake 0.8s;
    border-color: #B94A48;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/**/

select#fil_team_member {
    border: none;
}

/*user global filter search*/

.custom1 {
    width:100%;
    /*width: 300px;*/
    /*height: 40px;*/
    /*background-color: #727cf5;*/
   /* position: relative;
    margin: auto;*/
}
.custom1 select {
    border: none;
    background-color: transparent;
    appearance: auto !important;
    position: relative;
    color: #fff;
    z-index: 2;
}

.custom1::before , .custom2::before {
    position: absolute;
    left: -525px;
    top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    color: #000000;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.dropdown-item {

    padding: 0.375rem 0.5rem !important;

}

.cropper-view-box {
    outline: 2px solid #39f !important;
    outline-color: #39f !important;
}

.card{
    box-shadow: 0px 0px 4px #d4d6dd;
    /*box-shadow: 0 1px 3px rgb(54 64 67 / 30%), 0 4px 8px 3px rgb(54 64 67 / 15%);*/
    border: 1px solid #fff;
}

.text-right {
    text-align: end !important;
}
