:root{
 --text-note-color: #333333;
 --rose-color:#e91e63;
 --purple-color:#9c27b0
}/* sidebar logo  */
.logo-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.text-note-color{
    color:var(--text-note-color) !important;
}
/* dataTable th  */
.desktop{
    min-width: 50px !important;
}
.dataTable th{
    white-space: nowrap;
}
/* contract notes modal */
#notes_modal_header{
    display: block !important;
}
#contract_notes_modal .modal-dialog, .modal-content{
    height: 90% !important;
}
#contract_notes_modal .modal-body{
    max-height: calc(100% - 20px);
    overflow-y: auto;
}
/* cursor */
.c-pointer{
    cursor: pointer;
}

.bg-purple{
   background-color: var(--purple-color) !important
}

.bg-light{
    background-color:#f3f3f3!important
}
.bg-white {
    background:#fff!important
}

.bg-warning {
    background-color: #ffa726!important
}

.border-success {
    border-bottom:2px solid #4caf50!important
}
.border-warning {
    border-bottom:2px solid #ffa726!important
}

.border-info {
    border-bottom:2px solid #00bcd4 !important
}
.cursor-pointer{
    cursor:pointer!important
}
.bg-rose {
    background-color:var(--rose-color) !important
}

.border-2-rose-transp {
   border: 2px solid rgba(233,30,99, 0.27) !important
}
.btn-outline-rose,.btn-outline-rose:hover,.btn-outline-rose:active,.btn-outline-rose:focus,.btn-outline-rose:not(:disabled):not(.disabled):active,
.btn-outline-rose:not(:disabled):not(.disabled).active,
.show > .btn-outline-rose.dropdown-toggle{
    color: var(--rose-color);
    background-color: transparent;
    border:1px solid var(--rose-color);
}
.btn-outline-rose.disabled,
.btn-outline-rose:disabled {
  color: #a7a7a7;
  background-color: transparent;
}

.shadow{
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14)
}

.shadow-none{
    box-shadow:none!important
}

.bg-custom-grey-light{
    background:#f7f7f7
}


.op75{
    opacity: 0.75;
}
.opacity-hover:hover{
    opacity:0.8
}

.smaller-font {
    font-size: 100%!important;
}
a.text-primary:hover, a.text-primary:focus {
    color: rgba(155, 39, 176, 0.7) !important;
}

.btn:not(.btn-just-icon):not(.btn-fab) .fa-solid, .btn:not(.btn-just-icon):not(.btn-fab) .fa-thin {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -1em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle;
}

.fontSize-1-8{
    font-size:1.8em!important
}

.h-100vh {
    height:100vh
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.text-no-break {
    white-space: pre;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    vertical-align: top;
}

.word-break {
    word-break: break-all !important;
}

.min-width-980 {
    min-width: 980px !important;
}

.min-width-1140 {
    min-width: 1140px !important;
}
/* Fix to input forms - to align with selectpicker & select 2 */
.form-group input{
    display: inline-block;
    padding-top: 12px;
    margin: 0.3125rem 0px;
    min-height: 34px;
    height: initial;
    padding-bottom: 5px !important;
}
.form-group:not(.is-filled,.select-with-label) .bmd-label-floating, .form-group:not(.is-filled,.select-with-label) .bmd-label-placeholder {
    top: calc(10px + 0.3125rem);
}
.is-focused .bmd-label-floating, .is-filled .bmd-label-floating, .select-with-label .bmd-label-floating{
    top: -0.7rem;
}
/* _____________________________________________________________ */
@media (min-width: 576px){

    #profile .card .card-body .col-form-label{
        text-align: left !important;
    }
    .max-width-CT {
        max-width:170px;
    }
}

/* table heading min width for actions */
.actions-column-5{
    min-width: 150px;
    max-width: 150px;
}

.actions-column-4{
    min-width: 120px;
    max-width: 120px;
}

.actions-column-3{
    min-width: 96px;
    max-width: 96px;
}
.actions-column-2{
    min-width: 50px;
    max-width: 50px;
}

/*------------ Sidebar-------------------*/
    .nav .nav-item .nav,
    .user .nav .nav-item {
        padding: 0 0px 0px 20px;
        transition: padding 300ms linear;
    }

    .sidebar-mini .nav .nav-item .nav {
        padding: 0px
    }

    .sidebar .user .photo {
        margin-left: 0px;
        min-width: 34px;
        max-width: 34px;
    }
    .sidebar .user .photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sidebar .user .user-info .caret {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .user .user-info {
        margin: 0 15px;
        border-radius: 3px;
        color: #fff;
        text-transform: capitalize;
        font-size: 13px;
        padding: 0.5rem 10px;
        transition: all 150ms ease-in;
        display: flex;
        align-items: center;
    }

    .user .user-info a {
        padding: 0;
        flex-grow: 1;
    }

    .sidebar-mini .sidebar .user .nav .nav-item {
        padding: 0px
    }

    .user .nav a .sidebar-mini i {
        font-size: 17px;
        line-height: 20px;
        width: 26px;
    }

    .user .user-info:hover,
    .user .user-info .dropdown-menu a:hover,
    .user .user-info .dropdown-menu a:focus,
    .user .user-info.active {
        background-color: rgba(200, 200, 200, 0.2);
        color: #fff;
        box-shadow: none;
    }

    .sidebar-mini .sidebar .sidebar-wrapper .user div>ul>li>a .sidebar-normal {
        margin: 0;
        position: relative;
        transform: translateX(0px);
        opacity: 1;
        white-space: nowrap;
        display: block;
    }

    @media (min-width: 991px) {

        .sidebar-mini .sidebar:hover .nav .nav-item .nav,
        .sidebar-mini .sidebar:hover .user .nav .nav-item,
        .user .nav .nav-item {
            padding: 0 0px 0px 20px;
            transition: padding 300ms linear;
        }

        .sidebar-mini .sidebar:hover .sidebar-wrapper .user div>ul>li>a .sidebar-normal,
        .sidebar-mini .sidebar:hover .sidebar-wrapper .user .user-info>a>span {
            transform: translate3d(0px, 0, 0);
            opacity: 1;
        }

        .sidebar-mini .sidebar .sidebar-wrapper .user div>ul>li>a .sidebar-normal {
            transform: translate3d(-25px, 0, 0);
            opacity: 0;
        }
    }

/*_______________________________________*/

/* --------- Select2 Design ----------------*/

.select2.select2-container {
    border: 0 !important;
    background-image: linear-gradient(to top, var(--purple-color) 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
    background-size: 0 100%, 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom, 50% calc(100% - 1px);
    background-color: transparent !important;
    transition: background 0s linear !important;
    float: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #3c4858 !important;
    min-height: 34px;
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 0 !important;
    padding-bottom: 5px !important;
    margin: 0.3125rem 0px;
    width: 100% !important;
    position: relative;
}

.select2.select2-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    bottom: 0;
    right: 0;


}

.select2.select2-container:focus::after,
.select2.select2-container:active::after {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0px;
    transform: scale(1);
    transform-origin: 50%;
    display: block;
    opacity: 0.1;
}


/* select with tags  */
.select2-container .select2-selection--multiple {
    min-height: auto;
    margin-top: -7px;
    position: relative;
    transition: 0.3s ease all;
}

.select2-container .select2-selection--multiple::after {
    content: attr(data-content);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    transition: 0.3s ease all;
    color: #AAAAAA;
    line-height: 2;
    font-weight: 400;

}
.focusedLabel .select2-container .select2-selection--multiple::after{
    bottom:initial;
    top:-1.3rem;
    line-height: 1.4;
    font-weight: 400;
    font-size: 0.6875rem;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    margin: 0px;
    margin-top: -10px;
    bottom: -6px;
    position: relative;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0px
}

.select2-search.select2-search--inline {
    height: 29px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 23px !important;
    margin-top: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    border-radius: 0;
    font-size: 0.785rem;
    background-color: transparent;
    border: 0px !important;
    padding-left: 15px;
    border-radius: 2px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: initial;
    margin-bottom: 8px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    padding: 2px 4px;
    background-color: #ffffff;
    border: 0px !important;
    color: var(--purple-color);
    height: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__choice__display {
    padding: 5px 6px;
    display: inline-block;
    background-color: var(--purple-color);
    border-radius: 2px;
}

/* end of select with tags -multiselect  */
.select2.select2-container .select2-selection {
    border: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
    background: none;
    line-height: initial;
    height: initial;

}

.select2.select2-container .select2-selection--single .select2-selection__arrow {
    right: 29px;
    will-change: transform;
    transition: transform 150ms linear;
    width: 0px;
    height: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow b {
    will-change: transform;
    transition: transform 150ms linear;
    border-width: 0.3em;
    border-top: 0.3em solid #3c4858 !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    font-size: 11px;
}

.select2.select2-container.select2-container--above.select2-container--open .select2-selection__arrow b {
    border-top: 0 !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0.3em solid #3c4858 !important;
    border-left: 0.3em solid transparent !important;
}

.select2.select2-container .select2-selection:focus,
.select2.select2-container--open {
    background-size: 100% 100%, 100% 100% !important;
    transition-duration: 0.3s !important;
    box-shadow: none !important;
}

.select2-container--open .select2-dropdown--below {
    border: 0px !important
}


.select2-container .select2-search--dropdown .select2-search__field {
    border: 0px;
    border-bottom: 1px solid #d2d2d2;
    transition: background 0s linear !important;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
    border: 0px;
    border-bottom: 1px solid var(--purple-color);
}

.select2-container .select2-dropdown {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
    padding: 0.3125rem;
    border: 0px !important
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.42857143;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-left: 0px;
}

.select2-container .select2-results .select2-results__option {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: 0.8125rem;
    border-radius: 0.125rem;
    transition: all 150ms linear;
    min-width: 7rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    line-height: 1.42857143;
    text-overflow: ellipsis;
    word-wrap: break-word;
    position: relative
}

.select2-container .select2-results .select2-results__option::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    background: #fff;
    margin: auto;
    bottom: 0;
    right: 0;

}

.select2-container .select2-results .select2-results__option:focus::after,
.select2-container .select2-results .select2-results__option:active::after {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 0px;
    transform: scale(1);
    transform-origin: 50%;
    display: block;
    opacity: 0.1;
}


.select2-container .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container .select2-results__option--selected {
    background: var(--purple-color);
    color: #fff !important;
}

.select2-container .select2-results__option--disabled {
    color: #a3a3a3 !important;

}

.select2-container .select2-results .select2-results__option :focus,
.select2-container .select2-results .select2-results__option :hover,
.dropdown-menu a:focus,
.select2-container .select2-results .select2-results__option :active,
.select2-results__option--highlighted {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
    background-color: var(--purple-color);
    color: #fff !important;
}


/* --------- end of Select2 Design ----------------*/

/* Css for floatin label for when it doesn't fit .container */
.bmd-form-group .bmd-label-floating {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
}
/* ___________________ */

/* ---------------Datatable layout fixes ------------*/
.dataTables_wrapper,.table-responsive{
    overflow:hidden!important;

}
.dataTables_wrapper >.row:nth-child(2)>.col-sm-12{
    overflow:auto!important;
}

table.dataTable{
    border-collapse: collapse!important;
}
table.dataTable thead>tr>th {
    font-size: 0.9rem;
    padding: 12px 21px 12px 10px !important;
    font-weight: normal;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: flex;
    align-items: center;
}

 table.dataTable > thead > tr > td, table.dataTable > tbody > tr > td, table.dataTable > tfoot > tr > td{
    border-color:transparent;
    padding: 5px 10px!important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    top: initial;
    left: initial;
    height: 17px;
    width: 17px;
    margin-right: 5px;
    display: inline-block;
    position: initial;
    font-weight: bold;
    background-color: var(--rose-color);
    line-height: 17px;
    border: 0px;
    box-shadow: none;
    color:#fff!important
}

table.dataTable > tbody > tr[role=row] > td:first-child >.pl-4{
    padding:0px!important
}
table.dataTable > tbody > tr > td:first-child{
    padding-left:10px!important
}

/* datatable itermes/page select dropdown style */

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.ct-select-wrap {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid var(--purple-color);
    margin: 0px 2px;

}

.ct-select-wrap select {
    height: auto !important;
    padding: 0px 10px;

}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #495057;
    line-height: 1.1;
    font-weight: inherit;
    justify-content: space-between;
    padding: 0px 5px;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-color: #686868 transparent transparent;
    margin-left: 4px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #eee;
}

.options-customized {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0;
    list-style: none;
    border: 0px;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    color: #333;
}

.options-customized li {
    margin: 0 0;
    padding: 4px 5px;
    font-size: 13px;
}

.options-customized li:hover {
    background-color: var(--purple-color);
    color: white;
}

.showOpList {
    display: block !important
}
/* ---------------end of Datatable layout fixes ------------*/


/* --------------scrollbar design ------------*/

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

  /* Track */
  ::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 5px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
  }
/* ___________________ */


/* -------------- Companies Details Modal  ------------*/

.modal-custom-size {
    max-width: 1020px;
}

.quick-view-details.modal {
    overflow: hidden;
    max-height: 100%;
    padding: 0px 20px;
}

.quick-view-details .modal-dialog {
    height: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.quick-view-details .modal-content {

    display: block;
    max-height: 91%;
    height: 91% !important;
}

.quick-view-details .modal-content .content,
.quick-view-details .modal-content .content>.container-fluid,
.quick-view-details .modal-content .content>.container-fluid>.row,
.quick-view-details .modal-content .content>.container-fluid>.row>div,
.quick-view-details .modal-content .content>.container-fluid>.row>div>.card {
    height: 100%
}

.quick-view-details .modal-content .content>.container-fluid>.row>div>.card {
    margin: 0;
    box-shadow: none;

}

.quick-view-details .modal-content .scroll-table {
    margin: 0;
    /* height: 175px; */
    overflow: auto !important;
}

.quick-view-details .modal-content .content>.container-fluid>.row>div>.card .card-body {
    transition: 0.33s, cubic-bezier(0.685, 0.0473, 0.346, 1);
    overflow: auto;
}

.quick-view-details .modal-content .table thead tr th {
    font-size: 0.9rem;
}

.quick-view-details .modal-content .table>thead>tr>th,
.quick-view-details .modal-content .table>tbody>tr>th,
.quick-view-details .modal-content .table>tfoot>tr>th,
.quick-view-details .modal-content .table>thead>tr>td,
.quick-view-details .modal-content .table>tbody>tr>td,
.quick-view-details .modal-content .table>tfoot>tr>td {
    padding: 8px 8px;
}

.quick-view-details .modal-content thead {
    position: sticky;
    background: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 8%);
}

.quick-view-details .modal-content .table {
    margin-bottom:0px
}

.quick-view-details .modal-content .table th,
.quick-view-details .modal-content .table td {
    /* border:0px */
}

.quickView-card {
    flex: 1 1 auto;
    min-height: 0px;
}
.ct-modal-open,
.modal-open {
    overflow: hidden !important;
}

.ct-modal-open.perfect-scrollbar-on .sidebar,
.ct-modal-open.perfect-scrollbar-on .main-panel {
    height: initial !important;
    max-height: initial !important;
    overflow: hidden !important;
}

@media screen and (max-width:992px) {

    .ct-modal-open.perfect-scrollbar-on .sidebar,
    .ct-modal-open.perfect-scrollbar-on .main-panel {

        overflow: hidden !important;
    }
}


/*__________________________________________________________*/

.disabled-select-label.is-focused .bmd-label-floating, .disabled-select-label.is-filled .bmd-label-floating {
    top: -0.5rem;
}

/*-------------------------- Select Category on Edit Contact --------------------------*/
.not-checked .filter-option .filter-option-inner-inner {
    color: #AAAAAA;
}

/*-------------------------- end of Select Category on Edit Contact --------------------------*/

.table-responsive-dashboard{
    overflow-x: auto !important;
}
.table-responsive-dashboard table {
    min-width:400px;
}
.table-responsive-dashboard table.table-5{
    min-width:600px;
}
.table-responsive-dashboard table.table-5 th{
    min-width:20%
}
.table-responsive-dashboard table.table-6{
    min-width:700px;
}
.table-responsive-dashboard table.table-6 th{
    min-width:16.66%
}

.table-responsive-dashboard .table thead tr th {
    font-size: 0.9rem;
}


/* --------------------- Search Filters -------------------------------- */
.search-filter-btn.collapsed .search-filter-icon {
    color: #fff;
    background-color: var(--purple-color) !important;
    border-color: var(--purple-color) !important;
    box-shadow: none
}

.search-filter-btn.collapsed .search-filter-icon:hover,
.search-filter-btn.collapsed .search-filter-icon:focus,
.search-filter-btn.collapsed .search-filter-icon:active {
    box-shadow: 0 14px 26px -12px rgb(156 39 176 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(156 39 176 / 20%) !important;
}

.table-filtered .search-filter-btn .search-filter-icon {
    background-color: #47a44b !important;
    border-color: #39843c !important;
    box-shadow: none
}

.table-filtered .search-filter-btn .search-filter-icon:hover.table-filtered .search-filter-btn .search-filter-icon:focus,
.table-filtered .search-filter-btn .search-filter-icon:active {
    box-shadow: 0 14px 26px -12px rgb(76 175 80 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(76 175 80 / 20%) !important;
}

.search-filter-btn .search-filter-icon i {
    font-size: 15px !important;
    vertical-align: unset !important;
    margin: 0px !important;
    margin-top: 3px !important;
}

.search-filter-btn .filter-arrow {
    transition: all 0.2s ease-in;
    font-size: 0.78rem !important;
    vertical-align: initial !important;
}

.search-filter-btn.collapsed i.filter-arrow {
    transform: rotate(180deg);
}

.search-filter-inputs .form-group {
    position: relative
}

.search-filter-inputs .form-group .clear-val {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity 0.2s ease-in;
    cursor: pointer;
    z-index: 3
}



.search-filter-inputs .form-group.is-filled .clear-val:hover {
    color: red
}

.search-filter-inputs .form-group.is-filled:hover .clear-val {
    opacity: 1;
}

.loadingoverlay {
    top: 0px !important;
    height: 100vh !important;
    position: fixed !important;
}

.select-with-label label {
    will-change: left, top, contents;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    top: -1rem;
    left: 0;
    font-size: 0.6875rem;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
}


.filter-icon-inTable {
    text-align: right;
    font-size: 0.875rem;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 4px;

}
.search-filter-inputs .form-group.is-filled.field-filtered input,
.search-filter-inputs .form-group.is-filled.field-filtered button.dropdown-toggle,
.table-filtered .search-filter-inputs .form-group.is-filled.field-filtered .select2.select2-container {
    background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
    background-size: 100% 100%, 100% 100%;
    transition-duration: 0.3s;
    box-shadow: none;
}
@media screen and (max-width:1024px) {
    .search-filter-inputs .form-group.is-filled .clear-val {
        opacity: 1;
    }

}
.zones_container{
    display: flex;
}
#expiration_date_filter{
    top: 0 !important;
    left: 0 !important;
}



/* ---------------------Detail View Page -----------------------*/



/***expandable divs******/
.expandable-content {
    overflow: hidden;
}

.expandable-content .smaller-column {

    max-width: 400px;


}

.col-min-height {

    min-height: 400px;
}

.expandable-content .expandable-div {
    transition-property: opacity, max-width, transform;
    transition-duration: 0.1s, 0.35s, 0.7s;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
    max-height: 100%;
}

.expandable-content .expandable-div .dots-on-expand::before {
    content: '';
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 3px;
    top: 2px;
    font-size: 22px;
    color: #AAAAAA
}

.expandable-content .expandable-div.expanded .dots-on-expand::before {
    content: '\f142';

}


.expandable-content .expandable-div.expanded {
    max-width: 100%;
}

.expandable-content .expandable-div .card-body {
    overflow: hidden
}

.expandable-content .expandable-div.go-left.collapsible-div-width {
    transform: translate(-100vh, 0px);
}

.expandable-content .expandable-div.go-right.collapsible-div-width {
    transform: translate(100vh, 0px);
}

.expandable-content .collapsible-div-width {
    max-width: 0%;
    opacity: 0;
    position: relative
}

.expandable-content .collapsible-div-hidden {
    display: none !important
}

.expandable-content .expand-view i {
    transition: all 0.3s ease-in;
}

.expandable-content .expand-view.exp-icon i {
    transform: rotate(360deg);
}

.expandable-content .expand-view.exp-icon i::before {
    content: '\e4ba';

}

/*_____end of expandable divs_______*/

.scrollable-table-container {
    justify-content: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: stretch;
}

.scrollable-table-container .scroll-vertical {
    margin: 0;
    /* overflow: auto !important; */
    flex: 1 1 auto;
    height: 0;
    width: 100%;
    display: flex;
}

.scrollable-table-container .scroll-horizontal {
    margin: 0;
    /* overflow: auto !important; */
    flex: 1 1 auto;
    width: 100px;
    position: relative;
    z-index: 0;
}

.scrollable-table-container .scroll-table thead {
    position: sticky;
    background: #fff;
    z-index: 2;
    top: 0px;
    left: 0px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 8%);
}

.collapse-icon {
    transition: all 0.3s ease-in
}

.collapsed .collapse-icon {
    transform: rotate(180deg);
}

.max-height-table-collapse {
    max-height: 100%
}

.note-collapse-max-height {
    max-height: 500px !important
}

.scrollable {
    position: relative
}

.max-height-license {
    max-height: calc(100vh - 100px);
}

.quickView-container {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    max-width: 30px
}

#quickView {
    opacity: 0;
    transform: translate(100px, 0px);
    transition: all 0.35s ease-in;
    max-width: 0px
}


.quickView-container:hover #quickView {
    opacity: 1;
    transform: translate(0px, 0px);
    max-width: 100px
}

.quickView-container .quickViewBtn {
    transition: all 0.35s ease-in;
    opacity: 0.5
}

.quickView-container:hover .quickViewBtn {
    opacity: 0
}

.quickView-container:hover .quickViewBtn i {
    transition: all 0.35s ease-in;

}

.quickView-container:hover .quickViewBtn i {
    transform: rotate(180deg)
}

.license-page-notes#notes {
    min-width: 50%
}

.max-width-50 {
    max-width: 50%
}

@media screen and (max-width:767px) {
    .col-min-height {
        min-height: 500px
    }
}

.dropdown.bootstrap-select{
    width: 100%!important;
}
.dropdown.bootstrap-select .dropdown-menu.show{
    min-width: 100%!important;
}


/*---------------------------input fixes-----------------------*/
.ct-input-grp .input-grp-prepend{
    background: #f3f3f3;
    padding: 2px 5px 0px 6px;
    border-radius: 8px 0px 0px 8px;
    margin-top: 0px!important;
    margin-bottom: 0.3125rem;
    margin-right: 0px!important;
    transition: all 0.2s ease-in;
    border: solid 2px #f3f3f3;
    border-right: 0px;
}
.ct-input-grp .input-grp-prepend i{
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 500;
}

.ct-input-grp.is-focused .input-grp-prepend,.ct-input-grp.is-filled .input-grp-prepend{
    background: #f3f3f3;

}
.ct-input-grp.is-focused i,.ct-input-grp.is-filled i {
    color: var(--purple-color);
    transition: all 0.2s ease-in;
}
.ct-input-grp.is-focused .input-grp-prepend {
    border-color: var(--purple-color) !important;
}
.ct-input-grp.is-focused.has-success .input-grp-prepend {
    border-color: #4caf50 !important;
}
.ct-input-grp.is-focused.has-success i {
    color:#4caf50
}
.ct-input-grp .bmd-label-floating{
   left:20px;
    transition: all 0.2s ease-in;
}
.ct-input-grp.is-focused .bmd-label-floating, .ct-input-grp.is-filled .bmd-label-floating {
    top: -1rem;
    left:0px;
}


.ct-input-grp.is-focused  label,.ct-input-grp.is-focused  label
/*----------------invoice table ------------------*/
td.dt-nowrap { white-space: nowrap }

.fix-img-shape{
    width: 100px;
    height: 100px;
}

.avatar-image, .fix-img-shape img{
    max-width: 100%;
    object-fit: revert;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

/*---------------- company name search ------------------*/

#search-results{
    max-height: 200px;
    overflow-y : scroll;
    min-height: 0px;
    background: #fff;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    border-radius: 0px 0px 10px 10px;
    z-index: 888;
    color: #000;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    border-top: 1px solid #f5f5f5;
    transition: all 0.3s ease;
    opacity: 1;
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
}

.hideop {
    opacity: 0 !important;
}

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

/*---------------- Data sender ------------------*/
.toggle_buttons{
    text-transform: none;
}

.toggle_buttons_group .active{
    background-color: var(--purple-color) !important;
}

.data_sender_item{
    text-transform: none;
    overflow:hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(151 128 136 / 40%) !important;
    transition:all 0.2s ease-out;
    width:calc(100% - 2px);
    border:1px solid var(--purple-color)!important;
    padding-top: 7px!important;
}

.data_sender_item:hover,.item_hover{
    color:var(--purple-color) !important;
    background:#fff !important;
    box-shadow:none!important;
    border: 1px solid#fff!important;
    box-shadow: 0 15px 11px -15px rgb(156 39 176 / 42%) inset, 0 8px 3px -5px rgb(156 39 176 / 20%) !important;

}

.data_sender_card{
    max-height: 450px;
}

/* searchJS styling */
.item_hide {
    display: none!important;
}

.input-group.customInput-rightIcon{
position: relative;


}
.input-group.customInput-rightIcon input{
    padding-bottom: 0px;
    height: 28px;
    padding-left:5px
}
.input-group.customInput-rightIcon .closeSearchJS {
    position: absolute;
    top:0px;
    bottom:0px;
    padding: 0.75rem 5px;
    right: 0;
    border-right: 0!important;
    cursor:pointer;
    z-index: 6;

}
.input-group.customInput-rightIcon .closeSearchJS i{

    font-size:20px!important
}
.input-group.customInput-rightIcon .form-control{
   padding-right:1.5rem
}


mark {
    background-color: yellow;
  }
/* searchJS styling */

.fileinput .file-custom-ellipsis{
max-width:100%;
max-height: 49px;
overflow: auto;
}

.order-15 {
    order:15
}

.order-14 {
    order:14
}

.order-13 {
    order:13
}


@media screen and (min-width:1200px)
{

    .order-lg-13{
        order: 13;
    }
    .order-lg-14{
        order: 14;
    }
}
/* selectpicker background */
.gray_background .dropdown-toggle{
    background-color: #999 !important;
}

.purple_background .dropdown-toggle{
    background-color: #9c27b0 !important;
}

.eia{
    display: none;
}

.external-url{
    display: none;
}

.user_style_zoom{
    display: none;
}

.tagify{
    --tags-disabled-bg: #6b4971;
    --tags-hover-border-color: var(--rose-color);
    --tags-focus-border-color: var(--rose-color);
    --tags-border-color: var(--rose-color);
    --tag-border-radius: 1em;
    --tag-bg: var(--rose-color);
    --tag-hover: var(--rose-color);
    --tag-text-color: #ffffff;
    --tag-remove-bg: var(--rose-color);
    --tag-remove-btn-color: #ffffff;
    --tag-invalid-color: var(--rose-color);
    --tag-invalid-bg: #9c2e2e;
}

.tagify.form-control {
    height: unset;
    padding: 0.5rem 0 0 0;
}

.tags-input {
    height: auto;
}

.tagify__tag>div {
    padding: 0.3em 0.5em 0.3em 1em;
}

.tagify__input {
    margin: 8px;
}

.tagify__tag>div>:only-child {
    width: auto;
}

.modal-content-height {
max-height: 80vh; /* Set a fixed height */
    overflow: hidden;  /* Remove default scroll */
}

