*{
    scrollbar-color:#EEEEEE #ffffff;
    scrollbar-width:thin;
}
*::-webkit-scrollbar{
    width:10px;
    height: 5px;
    background-color:#EEEEEE;
    border-radius: 0.625rem;
} 
*::-webkit-scrollbar-thumb{

    background-color:#AAAAAA;
    border-radius:0.625rem;
}
*::-webkit-scrollbar-track{
    border:0.0625rem solid #fff;
    border-radius:0.625rem;
}
/* top-heading-search */
.top-heading-search{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.top-heading-search .h5{
    font-size: 20px;
    color: #141B2E;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 0rem;
    margin-top: 6px;
}
.top-heading-search .top-right-search{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
}
.top-heading-search .top-right-search .btn.btn-small{
    margin-left: 20px;
}
.top-heading-search .top-right-search .btn-group,
.top-right-search-inner .btn-group {
    width: 140px;
    margin-left: 20px;
}
.top-heading-search .top-right-search .btn-group .dropdown-menu,
.top-right-search-inner .btn-group .dropdown-menu{
    min-width: 140px;
}
.top-heading-search .top-right-search .search-input,
.search-input{
    width: 250px;
    position: relative;
    margin-left: 20px;
}
.top-heading-search .top-right-search .search-input .search-input-icon,
.search-input .search-input-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 8px;
    margin: auto;
}
.top-heading-search .advance-search{
    color: #DB1806;
    margin-top: 4px;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    display: inline-block;
    text-decoration: underline;
}
.top-right-search-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.advance-search-close{
    position: absolute;
    right: 18px;
    top: 10px;
}
.advance-search-close{
    position: absolute;
    right: 16px;
    top: 8px;
}
.advance-search-close img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
/* advance-search-box */
.advance-search-box{
    padding: 20px 30px;
    position: relative;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 10px 35px 0px rgba(191, 191, 191, .12);
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}
.advance-search-box .h6{
    font-size: 16px;
    color: #141B2E;
    font-family: 'Poppins-Medium';
}
.advance-search-box .form-group{
    margin-bottom: 10px;
}
.advance-search-box.show{
    display: block;
}
/* table css */
.my-table{
    width: 100%;
    overflow: auto;
    padding:6px 30px 4px 30px;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 10px 35px 0px rgba(191, 191, 191, .12);
    scrollbar-color:#EEEEEE #ffffff;
    scrollbar-width:thin;
}
.my-table::-webkit-scrollbar{
    width:5px;
    height: 5px;
    background-color:#EEEEEE;
    border-radius: 0.625rem;
} 
.my-table::-webkit-scrollbar-thumb{
    background-color:#EEEEEE;
    border-radius:0.625rem;
}
.my-table::-webkit-scrollbar-track{
    border:0.0625rem solid #fff;
    border-radius:0.625rem;
}
.my-table .table thead th{
    font-size: 12px;
    color: #9395A1;
    padding:18px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #BFBFBF;
    border-top: none;
    font-family: 'Poppins-SemiBold';
    white-space: nowrap;
}
.sort-arrow-table{
    width: 4px;
    display: inline-block;
    line-height: 6px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 2px;
}
.sort-arrow-table img{
    display: block;
}
.sort-arrow-table .arrow-down{
    transform: rotateX(-180deg);
}
.my-table .table tbody tr:nth-child(even){
    background: #FAFAFA;
}
.my-table .table tbody td{
    font-size: 14px;
    color:#141B2E;
    vertical-align: middle;
    padding:13px 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #EEEEEE;
    border-top: none;
    font-family: 'Poppins-Regular';
}
.my-table .table td a{
    color:#141B2E;
    text-decoration: none;
}
.table-action-icon{
    width: 16px;
    height: 16px;
    object-position: center;
    object-fit: contain;
    margin: 0px 4px;
}


.chips{
    min-width: 100px;
    min-height: 32px;
    border-radius: 4px;
    text-align: center;
    padding: 5px 8px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins-Regular';
}
.chips-red{
    background: rgba(206, 21, 0, .04);
    color: #CE1500;
}
.chips-orange{
    background: rgba(255, 153, 0, .04);
    color: #FF9900;
}
.chips-yallow{
    background: rgba(230, 191, 5, .08);
    color: #E6BF05;
}
.chips-sky{
    background: rgba(39, 170, 226, .06);
    color: #27AAE2;
}
.chips-green{
    background: rgba(55, 159, 0, .05);
    color: #379F00;
}


/* pagination */
.pagination{
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination li a{
    background: transparent;
    color: #9395A1;
    transition: all 200ms;
    width: 24px;
    height: 24px;
    border-radius: 0.25rem;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
    background: transparent;
    color: #9395A1;
}
.pagination .page-item:first-child .page-link:focus,
.pagination .page-item:last-child .page-link:focus{
    color: #0E0440;
}
.pagination li a:hover,
.pagination li a.active,
.pagination li a:focus{
    background: #0E0440;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

/* top-gradient */
.top-gradient{
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(162,13,0,1));
    width: calc(100% - 64px);
    height: 93px;
    margin-left: auto;
    top: 60px;
    position: relative;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-gradient .h4.blue0e{
    font-family:'Poppins-SemiBold' !important;
    margin: 3px 0px;
}
.top-gradient .btn-group {
    width: 170px;
}
.top-gradient .btn-group .dropdown-menu{
    min-width: 170px;
}
.top-gradient .menu-droup{
    background: transparent;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0rem 0rem;
    cursor: pointer;
}
.top-gradient .dropdown-item img{
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 0.5rem;
}

/* tab-parent */
.tab-parent .nav.nav-tabs{
    height: 41px;
}
.tab-parent .nav-tabs .nav-item .nav-link{
    width: 152px;
    height: 52px;
    background: url(../images/structure/parent-tab-bg.svg) no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #9395A1;
    text-align: center;
    position: relative;
    z-index: 9;
    left: -7px;
    top: -5px;
    padding-top: 16px;
}
.tab-parent .nav-tabs .nav-item .nav-link.active{
    background: url(../images/structure/parent-tab-bg-white.svg) no-repeat;
    color: #141B2E;
    font-family: 'Poppins-Medium';
    position: relative;
    z-index: 99;
}
.tab-parent .nav-tabs .nav-item + .nav-item{
    margin-left: -26px; 
}
.tab-parent .nav-tabs .nav-item{
    position: relative;
}
.set-svg{
    position: absolute;
    top: -8px;
    left: -2px;
    z-index: -1;
}
.tab-parent .tab-content{
    padding: 30px 30px;
    background: #ffffff;
    box-shadow: 0px 10px 35px 0px rgba(191, 191, 191, .12);
    border-radius: 0px 8px 8px 8px;
    position: relative;
    z-index: 100;
}
.tab-parent .tab-content .tab-child .nav.nav-tabs{
    height: auto;
}
.tab-parent .tab-content .tab-child .nav-item + .nav-item{
    margin-left: 0px;
}
.tab-parent .tab-content .tab-child .nav-item .nav-link{
    background: none;
    color: #9395A1;
    height: 20px;
    font-size: 14px;
    padding: 0;
    width: auto;
    left: auto;
    top: auto;
    margin-right: 30px;
    position: relative;
}
.tab-parent .tab-content .tab-child .nav-item .nav-link.active{
    color: #DB1806;
}
.tab-parent .tab-content .tab-child .nav-item .nav-link.active::after{
    content: '';
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -26px;
    margin: auto;
    background: url(../images/structure/child-tab-active-icon.svg) no-repeat;
    width: 28px;
    height: 16px;
    background-size: contain;
}
.tab-parent .tab-content .tab-child .tab-content{
    padding: 24px 0px 0px 0px;
    position: relative;
    background: none;
    box-shadow: none;
}
.inner-gray-box{
    padding: 30px 30px 15px 30px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 0.5rem;
    background: #F2F3F7;
}
.tab-parent .tab-content .tab-child .tab-content .inner-gray-box .fontfamily-medium{
    font-family: 'Poppins-Medium';
}
.fild-value-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.fild-value-row .fild-column{
    min-width: 150px;
    position: relative;
    color: #9395A1;
    font-size: 14px;
}
.fild-value-row .fild-column.min-width210{
    min-width: 210px;
}
.fild-value-row .fild-column::after{
    content: ':';
    position: absolute;
    right: 0px ;
    color: #9395A1;
}
.fild-value-row .value-column{
    font-size: 14px;
    color: #141B2E;
    padding-left: 50px;
}
.tab-parent .tab-content .inner-gray-box .table .width200{
    width:200px;
}
.tab-parent .tab-content .inner-gray-box .table .width90{
    width: 90px;
}
.tab-parent .tab-content .inner-gray-box .table th{
    border-bottom:1px solid #BFBFBF;
    border-top: none;
    font-size: 12px;
    color: #9395A1;
    font-family: 'Poppins-SemiBold';
}
.tab-parent .tab-content .inner-gray-box .table td{
    border-bottom:1px solid #E3E3E3;
    font-size: 14px;
    vertical-align: middle;
}
.tab-parent .tab-content .inner-gray-box .table td a.red-a,
a.red-a{
    color: #DB1806;
    text-decoration: underline;
     cursor: pointer;
}
.topRightBtn{
    position: absolute;
    top: -25px;
    right: 0px;
}
.comments-box{
    padding: 12px 10px;
    color: #141B2E;
    border-bottom: 1px solid #E3E3E3;
}
.table-document-icon{
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 0.5rem;
    object-fit: contain;
    margin-right: 14px;
}
/* calendar */
#calendar{
    background-color: #F2F3F7;
    border-radius: 0.5rem;
    /* max-height: calc(100vh - 290px);
    overflow: auto;
    scrollbar-color:#EEEEEE #ffffff;
    scrollbar-width:thin; */
}
.fc-scroller{
    scrollbar-color:#EEEEEE #ffffff;
    scrollbar-width:thin;
    max-height: calc(100vh - 425px);
}
#calendar::-webkit-scrollbar,
.fc-scroller::-webkit-scrollbar{
    width:5px;
    background-color:#EEEEEE;
    border-radius: 0.625rem;
} 
#calendar::-webkit-scrollbar-thumb,
.fc-scroller::-webkit-scrollbar-thumb{
    background-color:#EEEEEE;
    border-radius:0.625rem;
}
#calendar::-webkit-scrollbar-track,
.fc-scroller::-webkit-scrollbar-track{
    border:0.0625rem solid #fff;
    border-radius:0.625rem;
}
#calendar .fc-header-toolbar{
    padding: 20px 15px 0px 5px;
}
#calendar .fc-left>div{
    display: flex;
    padding-top: 0px;
}
#calendar .fc-left h2{
    font-size: 16px;
    color: #141B2E;
    font-family: 'Poppins-Medium';
}
#calendar .fc-left .btn{
    background: transparent;
    color: #141B2E;
    width: 16px;
    height: 16px;
    min-width: 16px;
    padding: 0;
    margin: 0px 10px;
}
#calendar .fc-right .btn-group{
    background-color: #E3E5EC;
}
#calendar .fc-right .btn-group .btn{
    background-color: #E3E5EC;
    min-width: 48px;
    width: 48px;
    min-height: 32px;
    font-size: 12px;
    color: #9395A1;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    box-shadow: none;
}
#calendar .fc-right .btn-group .btn:hover{
    z-index: 0;
    outline: none;
}
#calendar .fc-right .btn-group .btn.active{
    background-color: #DB1806;
    color: #ffffff;
    box-shadow: none;
}
.scheduled-modal .my-table{
    background-color: #F2F3F7;
    border-radius: 0.5rem;
    box-shadow: none;
}
.scheduled-modal .my-table .checkbox{
    height: 17px;
}
.scheduled-modal .my-table .table tbody tr:nth-child(even){
    background: transparent;
}

/*  */
.performed-modal .input-group-append.multi_sigle_select{
    width: 90px;
}
.performed-modal .input-group-append .dropdown-toggle{
    width: 100%;
    border:0rem;
    font-size: 14px;
    background: #F2F3F7;
    color: #141B2E;
    border-radius: 0px 4px 4px 0px !important;
    text-align: left;
    padding-left: 10px;
}
.v-form-inp-cl,.form-group {
    position: relative;
}
.v-form-inp-cl i,.form-group i{
        position: absolute;
    bottom: 17px;
    right: 12px;
    color: #999999;
    cursor: pointer;
    font-size: 16px;
}

/* switch toggle */
.switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px;
}  
.switch input {
    display:none;
}  
.switch .slider {
    background-color: #9395a1;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}  
.switch .slider:before {
    background-color: #fff;
    bottom: 1px;
    margin: auto;
    content: "";
    height: 18px;
    left: 1px;
    position: absolute;
    transition: .4s;
    width: 18px;
    box-shadow: 0rem 0rem 2px rgba(00,00,00,.16);
}  
.switch input:checked + .slider {
    background-color: #DB1806;
}  
.switch input:checked + .slider:before {
    transform: translateX(15px);
}  
.switch .slider.round {
    border-radius: 34px;
}  
.switch .slider.round:before {
    border-radius: 50%;
}
/* error */
.error{
    position: absolute;
    bottom: -18px;
    left: 2px;
    font-size: 10px;
    color: #DB1806;
}
.advance-search-box .ds-datedropdow {
    width: 100%;
}
.select-signup-ul li a:hover {
    color: #141B2E;
}
.my-table-gray.my-table {
    background: #f1f2f6;
    padding: 0;
}
.my-table-gray.my-table .table tbody tr:nth-child(even) {
    background: #f1f2f6;
}