@font-face {
    font-family: 'bold';
    src: url('../fonts/GraphikLCG-Bold.ttf');
}
@font-face {
    font-family: 'regular';
    src: url('../fonts/GraphikLCG-Regular.ttf');
}
@font-face {
    font-family: 'medium';
    src: url('../fonts/GraphikLCG-Medium.ttf');
}
@font-face {
    font-family: 'semibold';
    src: url('../fonts/GraphikLCG-Semibold.ttf');
}
img{
    max-width: 100%;
    max-height: 100%;
}
body{
    background-color: #F2F7FA !important;
}
.v-application {
    font-family: 'regular' !important;
}
.v-main__wrap{
    background-color: #F2F7FA;
}
.w_100{
    width: 100% !important;
}
.v-btn{
    text-transform: capitalize !important;
}
.mymenu_link{
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0 !important;
}
.mymenu_link .v-list-item__action{
    margin-right: 15px !important;
}
.mymenu_link .v-list-item__action i{
    color:  rgba(255, 255, 255, 0.6);
}
.mymenu_link .v-list-item__title{
    font-family: 'medium';
    font-size: 14px !important;
    line-height: unset !important;
    color: rgba(255, 255, 255, 0.6);
}
.menu_has_sub .v-icon{
    color:  rgba(255, 255, 255, 0.6) !important;
}
.menu_has_sub .v-list-item__title{
    font-family: 'medium';
    font-size: 14px !important;
    line-height: unset !important;
    color: rgba(255, 255, 255, 0.6);
}
.menu_has_sub .v-list-item__icon{
    margin-right: 15px !important;
}
.menu_has_sub .v-list-group__header.v-list-item--active{
    background-color: #0076C3;
    border-radius: 0 !important;
}
.mymenu_link.active{
    background-color: #0076C3;
    border-radius: 8px;
}
.mymenu_link.active  .v-list-item__action i{
    color: #fff;
}
.mymenu_link.active .v-list-item__title{
    color: rgba(255, 255, 255, 1);
}
.menu_has_sub .v-list-group__header.v-list-item--active{

}
.menu_has_sub  .v-list-item--active  .v-icon{
   color: #fff !important;
}
.menu_has_sub .v-list-item--active .v-list-item__title{
    color: #fff;
}
.mymenu_link .v-list-item__action{
   margin-top: 8px;
    margin-bottom: 8px;
}
.menu_has_sub .v-list-item__content a{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.menu_has_sub .my_child_link{
    padding: 5px 0 5px 40px !important;
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    border-left: 1px #2E343D solid;
}
.menu_has_sub .my_child_link .v-list-item__title{
    font-size: 14px !important;
}
.menu_has_sub .my_child_link:hover .v-list-item__title,
.menu_has_sub .my_child_link.active .v-list-item__title{
    color: #fff;
}
.menu_has_sub .my_child_link::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #2E343D;
    margin: auto;
}
.menu_has_sub .my_child_link::after{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-color: #2E343D;
    margin: auto;
    border-radius: 50%;
}
.menu_has_sub .my_child_link.active::after,
.menu_has_sub .my_child_link.active::before{
    background-color: #fff;
}
.my_v-app-bar .v-toolbar__content{
    padding: 4px 40px;
}
.header_left_ring_btn_cover{
    position: relative;
}
.header_left_ring_btn_cover.active::before{
    content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: #F23D5B;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
}
.header_left_ring{
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #DDE8ED;
    border-right: 1px solid #DDE8ED;
    max-width: 60px;
}
.header_left{
    display: flex;
    align-items: center;
}
.medium_14_001D38{
    color: #001D38;
    font-size: 14px;
    font-family: 'medium';
    text-transform: capitalize;
}
.regular_12_738699{
    color: #738699;
    font-size: 12px;
    text-transform: capitalize;
}
.header_downicon_cover{
    background-color: #DDE8ED;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.cover_admin_inside{
    padding: 15px 40px;
}
.simple_table .v-data-table{
    border-radius: 0 !important;
    background: #FFFFFF;
    border: 1px solid #DDE8ED;
    box-shadow: 0px 2px 6px rgba(221, 232, 237, 0.5);
}
.v-data-table__wrapper::-webkit-scrollbar {
    height: 10px;
}
.v-data-table__wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
}
.v-data-table__wrapper::-webkit-scrollbar-thumb {
    background: #0076C3;
    border-radius: 0;
}
.v-data-table__wrapper::-webkit-scrollbar-thumb:hover {
    background: #0076C3;
}
.simple_table .v-data-table table{
    border-collapse: collapse;
}
.simple_table .v-data-table table th{
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #738699 !important;
    font-family: 'medium';
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid #DDE8ED;
    border-bottom: 1px solid #DDE8ED;
}
.simple_table .v-data-table table th:last-child{
    border-right: none;
}
.simple_table .v-data-table table td{
    color: #001D38 !important;
    font-weight: 500;
    font-family: 'medium';
    border-bottom: 1px solid #DDE8ED !important;
    border-right: 1px solid #DDE8ED !important;
    min-width: 45px;
}
.simple_table .v-data-table table tr:first-child td{
    border-top: 1px solid #DDE8ED !important;
}
.simple_table .v-data-table table td:last-child{
    border-right: none !important;
}
.simple_table .v-data-table table th.overflow_unset{
    overflow: unset !important;
}
.v-select_cover_v1{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.v-select_cover_v1 .v-text-field{
    margin-top: 0;
}
.v-select_cover_v1 .v-select.v-select--chips input{
    font-size: 14px;
}
.v-select_cover_v1 .theme--light.v-chip:not(.v-chip--active),
.v-chip.v-size--default{
    background-color: #738699;
    color: #fff !important;
    font-size: 12px;
    border-radius: 0 !important;
}
/*.v-select_cover_v1 .theme--light.v-icon{*/
/*    color: #fff;*/
/*}*/
.v-text-field_cover_v1 .theme--light.v-input input::placeholder,
.v-select_cover_v1 .v-select.v-select--chips input::placeholder,
.v-menu_cover_v1 .theme--light.v-input input::placeholder{
    color: #B8C2CC;
    opacity: 1;
    font-size: 14px;
}
.v-text-field_cover_v1 .theme--light.v-input input:-ms-input-placeholder,
.v-select_cover_v1 .v-select.v-select--chips input:-ms-input-placeholder,
.v-menu_cover_v1 .theme--light.v-input input:-ms-input-placeholder{
    color: #B8C2CC;
    font-size: 14px;
}
.v-text-field_cover_v1 .theme--light.v-input input::-ms-input-placeholder,
.v-select_cover_v1 .v-select.v-select--chips input::-ms-input-placeholder,
.v-menu_cover_v1 .theme--light.v-input input::-ms-input-placeholder{
    color: #B8C2CC;
    font-size: 14px;
}
.v-text-field_cover_v1 .theme--light.v-text-field > .v-input__control > .v-input__slot:before,
.v-text-field_cover_v1 .theme--light.v-text-field > .v-input__control > .v-input__slot:after,
.v-select_cover_v1 .v-input__slot:before,
.v-select_cover_v1 .v-input__slot:after,
.v-menu_cover_v1 .v-text-field > .v-input__control > .v-input__slot:before,
.v-menu_cover_v1 .v-text-field > .v-input__control > .v-input__slot:after{
     display: none !important;
 }
.v-text-field_cover_v1{
    min-width: 140px;
}
.v-menu_cover_v1 i.v-icon.notranslate.material-icons.theme--light{
    display: none;
}
.v-menu_cover_v1 .v-input__prepend-outer{
    display: none !important;
}
.min_widht_200{
    min-width: 200px !important;
}
.v-menu_cover_v1 .theme--light.v-input input{
    font-size: 13px;
    color: #001D38;
}
.v-menu_cover_v1 .v-input__slot,
.v-text-field_cover_v1 .v-input__slot,
.v-select_cover_v1 .v-input__slot{
    margin-bottom: 0 !important;
}
.v-menu_cover_v1 .v-text-field__details,
.v-text-field_cover_v1 .v-text-field__details,
.v-select_cover_v1 .v-text-field__details {
    display: none !important;
}
.v-menu_cover_v1 .v-input,
.v-text-field_cover_v1 .v-input,
.v-select_cover_v1 .v-input {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.v-text-field_cover_v1 .theme--light.v-input input{
    font-size: 13px;
    color: #001D38;
}
.v-select_cover_v1 .v-text-field .v-input__append-inner{
    margin-top: 7px;
}
.kv_15x15{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}
.kv_15x15 img{
    max-width: 100%;
    max-height: 100%;
}
button.common_btn{
    text-transform: capitalize !important;
    border-radius: 0 !important;
}
.simple_input_v1{
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 0;
    background-color: transparent;
    height: 40px;
    padding: 5px 10px;
    max-width: 80px;
    font-size: 12px;
    color: #001D38;
}
.simple_input_v1{

}
.simple_input_v1:focus{
    border-color: #0076C3;
    outline: none;
}
.contact_inside_footer_right_send{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.contact_inside_footer{
    padding: 15px 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_inside_footer>nav{
    margin-top: 10px;
}
.contact_inside_footer_left .common_btn,
.contact_inside_footer_right_send .common_btn{
    color: #0076C3 !important;
    font-family: 'medium';
    font-weight: 500;
    font-size: 14px;
}
.contact_inside_footer_left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.v-pagination_v1 ul li:first-child .v-pagination__navigation{
    margin-left: 0;
}
.v-pagination_v1 .v-pagination__item,
.v-pagination_v1 .theme--light.v-pagination .v-pagination__navigation{
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    font-family: 'medium';
    background-color: transparent !important;
    color: #0076C3 !important;
}
.v-pagination_v1 .v-pagination__item:hover,
.v-pagination_v1 .v-pagination__item.v-pagination__item--active,
.v-pagination_v1 .theme--light.v-pagination .v-pagination__navigation:hover{
    box-shadow: none;
    background-color: rgba(0, 118, 195, 0.8) !important;
    color: #fff !important;
}
.v-pagination_v1 .v-pagination__item:focus,
.v-pagination_v1 .theme--light.v-pagination .v-pagination__navigation:focus{
    outline: none;
}
.v-pagination_v1 .theme--light.v-pagination .v-pagination__item--active{
    background-color: #0076C3 !important;
}
.contact_inside_header_left_icon svg{
    fill: #738699;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 10px;
}
.contact_inside_header_left_icon2 svg{
    fill: #738699;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 1px;
}
.contact_inside_header_left_bnt.v-btn{
    color: #738699 !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    font-family: 'semibold';
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDE8ED;
    padding: 18px 15px !important;
    height: auto !important;
}
.contact_inside_header_left_bnt.v-btn:hover svg{
    fill: #001D38;
}
.contact_inside_header_left_bnt.v-btn.active svg{
    fill: #0076C3;
}
.contact_inside_header_left_bnt.v-btn:hover{
    color: #001D38 !important;
}
.contact_inside_header_left_bnt.v-btn.active{
    color: #0076C3 !important;
    border-color: #0076C3;
}
.contact_inside_header_left_bnt.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before{
    opacity: 0;
}
.contact_inside_header_left_bnt.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined){
    background-color: transparent !important;
}
.contact_inside_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kv_15x15{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
}
.my_btn_v1{
    border-radius: 5px !important;
    color: #fff !important;
    font-family: 'semibold';
    font-size: 12px;
    font-weight: 600;
}
.bg_9B51E0{
    background-color: #9B51E0 !important;
}
.bg_738699{
    background-color: #738699 !important;
}
.bg_7386100{
    background-color: #acacac !important;
}
.bg_27AE60{
    background-color: #27AE60 !important;
}
.bg_738699{
    background-color: #738699 !important;
}
.bg_00568F{
    background-color: #00568F !important;
}
.bg_0088dc{
    background-color: #0088dc !important;
}
.contact_inside_header_right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -8px;
}
.contact_inside_header_left{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contact_inside_header{
    padding: 0;
}
.table_header_drop_list_group{
    padding: 0 20px !important;
}
.table_header_drop_list_group .v-list-item:not(:last-child) {
    border-bottom: 1px solid #DDE8ED;
}
.table_header_drop_list_group .v-list-item__title{
    font-weight: 500;
    font-size: 14px;
    font-family: 'medium';
    color: #001D38;
}
.kv_25x25{
    width: 25px !important;
    height: 25px !important;
}
.kv_35x35{
    width: 35px !important;
    height: 35px !important;
}
.my_table_drop_btns{
    display: flex;
    flex-direction: column;
    max-width: 250px;
    padding: 0 !important;
}
.my_table_drop_btns .v-btn{
    width: 100%;
    min-height: 54px;
    background-color: #fff !important;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    color: #001D38;
    font-family: 'medium';
    border-bottom: 1px solid #DDE8ED;
}
.my_table_drop_btns .v-btn:hover{
    background-color: #0076C3 !important;
    color: #fff;
}
.my_table_drop_btns .v-btn .v-btn__content{
    align-items: flex-start !important;
}
.my_table_drop_btns .v-btn:last-child{
    border-bottom: none;
}
.my_table_drop_btns.v-list-item::after{
    display: none !important;
}
.color_DDE8ED{
    color: #DDE8ED !important;
}
.login_footer_right .v-btn{
    color: #738699 !important;
    border: 0;
    font-size: 14px;
}
.login_footer_right .v-btn.active{
    color: #0076C3 !important;
    font-family: 'medium';
    font-weight: 500;
}
.login_main{
    display: flex;
}
.login_main_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 40px 60px;
    align-items: center;
}
.login_footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.login_form{
    padding: 15px 0;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}
.login_form_all_h4{
    font-size: 36px;
    text-align: center;
    color: #001D38;
    font-family: 'bold';
    font-weight: bold;
}
.login_form_all_h5{
    font-size: 14px;
    text-align: center;
    color: #001D38;
}
.my_v-text-field{
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 0;
    background: rgba(245, 248, 250, 0.9);
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    overflow: hidden;
}
.my_v-text-field.theme--light.v-text-field > .v-input__control > .v-input__slot:before,
.my_v-text-field.theme--light.v-text-field > .v-input__control > .v-input__slot:after{
    display: none;
}
.my_v-text-field .v-text-field__details{
    display: none !important;
}
.my_v-text-field.theme--light.v-input input{
    max-height: unset !important;
    height: 54px;
    padding: 20px 20px 0 20px;
    font-size: 14px;
    color: #001D38;
}
.my_v-text-field .v-input__slot{
    margin-bottom: 0;
}
.my_v-text-field.v-text-field .v-label{
    transform: translateY(10px)  scale(1);
    left: 20px !important;
    color: #738699;
    font-size: 14px;
}
.my_v-text-field.v-text-field .v-label--active{
    transform: translateY(0) scale(1);
    color: #0076C3;
}
.my_v-text-field:focus-within{
    background-color: #fff;
    border-color: #0076C3;
}
.blue_btn{
    background-color: #0076C3 !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    font-family: 'semibold';
    color: #FFFFFF !important;
}
.green_btn{
    background-color: #27AE60 !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'semibold';
    color: #FFFFFF !important;
}
.login_form_all .blue_btn{
    width: 100%;
    margin-bottom: 25px;
    min-height: 54px;
    border-radius: 0 !important;
}
.my_v-checkbox .v-input__slot{
    display: flex;
    align-items: center;
    justify-content: center;
}
.my_v-checkbox  label.v-label.theme--light{
    flex: unset !important;
    font-size: 14px;
    color: #001D38;
}
.login_main_right{
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 80px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login_main_right::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background-color: rgba(1, 155, 255, 0.8);*/
    z-index: -1;
}
.login_main_right_top{
    max-width: 620px;
    margin: auto;
}
.login_main_right_top_h1{
    font-weight: bold;
    font-size: 100px;
    line-height: 100px;
    color: #FFFFFF;
    font-family: 'bold';
}
.login_main_right_top_h4{
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: normal;
}
.login_main_right_bot{
    margin: 15px auto 0 auto;
    max-width: 780px;
    max-height: 640px;
    display: flex;
    align-items: flex-end;
}
.logoPage_main{
    background-color: #0076C3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 100vh;
}
.my_modal_v-card{
    padding: 30px 40px;
    border-radius: 8px !important;
    box-shadow: none !important;
}
.my_v-dialog{
    box-shadow: none !important;
}
.semibold_24_001D38{
    font-family: 'semibold';
    font-size: 23px;
    color: #001D38;
}
.regular_14_001D38{
    color: #001D38;
    font-size: 14px;
}
.info_modal_items_child{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.info_modal_items_child:last-child{
    margin-bottom: 0;
}
.info_modal_items_child>h6{
    width: 50%;
}
.regular_14_738699{
    font-size: 14px;
    color: #738699;
}
.regular_14_738700{
    font-size: 16px;
    color: #020204;
    font-weight: bold;
}

.my_v-textarea{
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
.my_v-textarea.v-text-field > .v-input__control > .v-input__slot:after,
.my_v-textarea.v-text-field > .v-input__control > .v-input__slot:before{
    display: none;
}
.my_v-textarea .v-text-field__details{
    display: none !important;
}
.my_v-textarea.theme--light.v-input textarea{
    max-height: unset !important;
    height: 100px;
    padding: 30px 20px 0 20px;
    font-size: 14px;
    color: #001D38;
    line-height: 1;
}
.my_v-textarea .v-input__slot{
    margin-bottom: 0;
}
.my_v-textarea.v-text-field .v-label{
    transform: translateY(10px)  scale(1);
    left: 20px !important;
    color: #738699;
    font-size: 14px;
}
.my_v-textarea.v-text-field .v-label--active{
    transform: translateY(0) scale(1);
    color: #0076C3;
    background-color: #fff;
    box-shadow: 0 1px 9px 6px #ffffff;
    top: 3px;
    padding-top: 3px;
}
.my_v-textarea:focus-within{
    background-color: #fff;
    border-color: #0076C3;
}
.feedback_modal_main .blue_btn,
.feedback_modal_main .white_btn,
.feedback_modal_main .green_btn {
    width: 100%;
    margin-bottom: 25px;
    min-height: 54px;
}
.white_btn{
    background-color: #FFFFFF !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    font-family: 'semibold';
    color: #738699 !important;
}
.my_modal_menu .v-input__prepend-outer,
.my_modal_menu .v-text-field > .v-input__control > .v-input__slot:before,
.my_modal_menu .v-text-field > .v-input__control > .v-input__slot:after,
.my_modal_menu .v-text-field__details{
    display: none;
}
.my_modal_menu{
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    background-color: rgba(245, 248, 250, 0.9);
}
.my_modal_menu .theme--light.v-input input{
    max-height: unset !important;
    height: 54px;
    padding: 20px 20px 0 20px;
    font-size: 14px;
    color: #001D38;
}
.my_modal_menu .v-input__slot{
    margin-bottom: 0;
}
.my_modal_menu .v-text-field .v-label{
    transform: translateY(10px)  scale(1);
    left: 20px !important;
    color: #738699;
    font-size: 14px;
}
.my_modal_menu .v-text-field .v-label--active{
    transform: translateY(0) scale(1);
    color: #0076C3;
}
.my_modal_menu:focus-within{
    background-color: #fff;
    border-color: #0076C3;
}
.my_modal_menu .v-text-field{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.checkout_btnv1{
    max-width: 340px;
    min-height: 54px;
    margin: auto;
    width: 100%;
}
.conmodal_main{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDE8ED;
    padding-bottom: 30px;
}
.conmodal_main_left{
    width: 50%;
    padding-right: 20px;
}
.conmodal_main_right{
    width: 50%;
    padding-left: 20px;
}
.block_50per_cover{
    display: flex;
    flex-wrap: wrap;
}
.block_50per_left{
    width: 50%;
    padding-right: 15px;
}
.block_50per_right{
    width: 50%;
    padding-left: 15px;
}

.v-autocomplete_cover{
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(245, 248, 250, 0.9);
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    overflow: hidden;
}
.v-autocomplete_cover .theme--light.v-text-field > .v-input__control > .v-input__slot:before,
.v-autocomplete_cover .theme--light.v-text-field > .v-input__control > .v-input__slot:after{
    display: none;
}
.v-autocomplete_cover .v-text-field__details{
    display: none !important;
}
.v-autocomplete_cover .theme--light.v-input input{
    max-height: unset !important;
    height: 54px;
    padding: 20px 20px 0 20px;
    font-size: 14px;
    color: #001D38;
}
.v-autocomplete_cover .v-input__slot{
    margin-bottom: 0;
}
.v-autocomplete_cover .v-text-field .v-label{
    transform: translateY(10px)  scale(1);
    left: 20px !important;
    color: #738699;
    font-size: 14px;
}
.v-autocomplete_cover .v-text-field .v-label--active{
    transform: translateY(0) scale(1);
    color: #0076C3;
}
.v-autocomplete_cover:focus-within{
    background-color: #fff;
    border-color: #0076C3;
}
.v-autocomplete_cover .v-text-field .v-input__append-inner{
    margin-top: 15px !important;
}
.v-autocomplete_cover .v-input{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.autocomplete_btn_modal{
    width: 100%;
    font-family: 'semibold';
    font-weight: 600;
    font-size: 12px !important;
    line-height: 14px;
    color: #0076C3 !important;
    background-color: #fff !important;
    justify-content: flex-start !important;
}
.hr_DDE8ED{
    height: 1px;
    background-color: #DDE8ED !important;
    border: none !important;
}
.autocomplete_btn_modal .v-btn__content{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.v-autocomplete_cover_no-data{
    max-width: 340px !important;
}
.semibold_18_001D38{
    color: #001D38;
    font-size: 18px;
    font-family: 'semibold';
}
.v-text-field_cover_v1.min_width_60{
    max-width: 60px !important;
}
.th_cover_add_input{
    padding: 0 !important;
}
.table_add_input{
    padding: 10px;
    font-family: 'medium';
    font-weight: 500;
    font-size: 14px;
    color: #001D38;
    width: 100%;
    border: 1px solid transparent;
}
.table_add_input:focus{
    outline: none;
   border-color: #0076C3;
}

.table_add_input::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: #B8C2CC;
    opacity: 1;
    font-weight: normal;
    font-family: 'regular';
}
.table_add_input:-ms-input-placeholder{
    font-size: 14px;
    line-height: 14px;
    color: #B8C2CC;
    font-weight: normal;
    font-family: 'regular';
}
.table_add_inputt::-ms-input-placeholder{
    font-size: 14px;
    line-height: 14px;
    color: #B8C2CC;
    font-weight: normal;
    font-family: 'regular';
}


.th_cover_add_input::placeholder {
    color: #B8C2CC;
    opacity: 1;
    font-family: 'regular';
    font-weight: normal;
}
.th_cover_add_input:-ms-input-placeholder {
    color: #B8C2CC;
    font-family: 'regular';
    font-weight: normal;
}
.th_cover_add_input::-ms-input-placeholder {
    color: #B8C2CC;
    font-family: 'regular';
    font-weight: normal;
}
.span_110px{
    display: inline-block;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.span_150px{
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.span_300px{
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.contract_files_all_child{
    display: flex;
    background: #FFFFFF;
    border: 1px solid #DDE8ED;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
}
.contract_files_all_child_left,
.contract_files_all_child_right{
    width: 50%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    font-family: 'medium';
    color: #001D38;
}
.contract_files___right1{
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.contract_files___action1{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contract_files___left1{
    width: 50%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.contract_files_all_child.active{
    border-color: #0076C3;
    background-color: #fff;
}
.contract_files_all_child.active .contract_files___left1:first-child{
    color: #0076C3;
}
.color_738699{
    color: #738699 !important;
}
.contract_files_all_child .contract_files___action1 i{
    color: #F23D5B !important;
}
.contract_files_all_child .contract_files___right1{
    color: #27AE60;
}
.contract_mod_payment_all{
    display: flex;
    flex-wrap: wrap;
}
.contract_mod_payment_all_left{
    width: 50%;
    padding-right: 20px;
}
.contract_mod_payment_all_left2{
    width: 100%;
    padding-right: 20px;
}
.contract_mod_payment_all_right{
    width: 50%;
    padding-left: 20px;
}
.contract_mod_payment__left_row_rught{
    width: 50%;
    padding-left: 5px;
}
.contract_mod_payment__left_row{
    display: flex;
    flex-wrap: wrap;
}
.contract_mod_payment__left_row_left{
    width: 50%;
    padding-right: 5px;
}
.conmodal_main_right_top{
    padding: 10px;
    background-color: #F5F8FA;
    border: 1px solid #DDE8ED;
    border-radius: 0;
    height: calc(100% - 450px);
}
.conmodal_main_right_top iframe{
    border: none;
    width: 100%;
    height: 100%;
}
.conmodal_main_iframe_cover{
    height: calc(100% - 55px);
}
.conmodal_feedback_h_btn{
    border-bottom: 1px solid #DDE8ED;
    margin-right: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    font-family: 'semibold';
    color: #738699 !important;
    border-radius: 0 !important;
    margin-bottom: -1px;
    padding: 15px 10px !important;
    height: unset !important;
}
.conmodal_feedback_h_btn.active{
    color: #0076C3 !important;
    border-bottom: 1px solid #0076C3 !important;
}
.conmodal_feedback_header{
    border-bottom: 1px solid #DDE8ED;
    margin-bottom: 20px;
}
.conmodal_feedback_read{
    height: 250px;
    overflow: auto;
    padding-right: 20px;
}

.conmodal_feedback_read::-webkit-scrollbar {
    width: 4px;
}
.conmodal_feedback_read::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #DDE8ED;
    border-radius: 10px;
}
.conmodal_feedback_read::-webkit-scrollbar-thumb {
    background: #0076C3;
    border-radius: 10px;
}
.conmodal_feedback_read::-webkit-scrollbar-thumb:hover {
    background: #0076C3;
}
.conmodal_feedback_body{
    border: 1px solid #DDE8ED;
    padding: 20px 0 20px 20px;
    border-radius: 0;
}
.conmodal_feedback_read_child{
    border-bottom: 1px solid #DDE8ED;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.conmodal_feedback_write_all{
    position: relative;
    padding-right: 20px;
    margin-top: 20px;
    display: flex;
    width: 100%;
}
.conmodal_feedback_input{
    width: 100%;
    height: 54px;
    border: 1px solid #DDE8ED;
    box-sizing: border-box;
    border-radius: 0;
    padding: 10px 165px 10px 20px;
    color: #001D38;
}
.conmodal_feedback_input:focus{
    border-color: #0076C3;
    outline: none;
}
.conmodal_feedback_btn{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    font-family: 'semibold';
    background-color: #0076C3 !important;
    border-radius: 0 !important;
    width: 155px;
    height: 54px !important;
    position: absolute !important;
    right: 20px;
    top: 0;
    bottom: 0;
}
.conmodal_feedback_input::placeholder{
    color: #738699;
    opacity: 1;
    font-size: 14px;
}
.conmodal_feedback_input:-ms-input-placeholder{
    color: #738699;
    font-size: 14px;
}
.conmodal_feedback_input::-ms-input-placeholder{
    color: #738699;
    font-size: 14px;
}
.conmodal_main_footer_all{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -10px;
}
.conmodal_main_footer_all_child{
    max-width: 340px;
    width: 100%;
    margin: 10px;
}
.conmodal_main_footer_all_child .conmodal_main_footer_btnv1{
    max-width: 340px;
    min-height: 54px;
    margin: auto;
    width: 100%;
    border-radius: 0;
}
.grey_btn{
    max-width: 340px;
    min-height: 54px;
    margin: auto;
    width: 100%;
    background-color: #738699 !important;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF !important;
    border-radius: 0 !important;
}
.conmodal_feedback_btn_icon{
    display: none !important;
}
.w100_h54_btn{
    width: 100%;
    min-height: 54px;
}
.btn_86_54{
    min-width: 86px !important;
    height: 54px !important;
}
.modalCancel_bnts{
    font-weight: 600;
    font-size: 14px;
    font-family: 'semibold';
    color: #FFFFFF !important;
    margin: 10px !important;
    border-radius: 0 !important;
}
.bg_0076C3{
    background-color: #0076C3 !important;
}
.max_580{
    max-width: 580px !important;
}
.admin_common_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.max_150{
    max-width: 150px !important;
}

.my_v-checkbox .v-messages{
    display: none !important;
}
.modalPermissions_all .my_v-checkbox.v-input--selection-controls{
    margin-top: 0 !important;
}
.modalPermissions_all .my_v-checkbox .v-input__slot{
    justify-content: flex-start;
}
.modalPermissions_all .my_v-checkbox .theme--light.v-icon{
    color: #DDE8ED;
}
.medium_14_0076C3{
    color: #0076C3;
    font-size: 14px;
    font-family: 'medium';
}
.max_340{
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.v-btn__content {
    height: 100%;
}

.v-data-table__wrapper {
    white-space: nowrap;
}

.simple_table.table_width .v-data-table table td:nth-child(2) {
    max-width: 250px;
    min-width: 220px;
    white-space: normal !important;
}
.simple_table.table_width.excel_report_table table td:nth-child(2) {
    max-width: 250px;
    min-width: 0 !important;
    white-space: normal !important;
}
.simple_table.table_width.excel_report_table table td:nth-child(1) {
    max-width: 400px;
    min-width: 250px !important;
    white-space: normal !important;
}
.simple_table.table_width.excel_report_table2 table td:nth-child(1) {
    max-width: 400px;
    min-width: 400px !important;
    white-space: normal !important;
}
.simple_table.table_width.excel_table_fifth table td:nth-child(3) {
    max-width: 400px;
    min-width: 120px !important;
    white-space: normal !important;
}
.excel_contracts_count{
    max-width: 100px;
    white-space: normal;
}

.apexcharts-canvas svg {
    overflow: visible;
}
.datepicker_error_block_none .v-text-field__details{
    display: none !important;
}
@media only screen and (max-width: 1600px) {
    .login_main_right_top_h1 {
        font-size: 80px;
        line-height: 1;
    }
    .login_main_right_top_h4{
        font-size: 16px;
        line-height: 1;
    }
    .v-autocomplete_cover_no-data {
        max-width: 250px !important;
        margin: auto;
    }
}
@media only screen and (max-width: 1400px) {
    .login_main_right_top_h1 {
        font-size: 60px;
        line-height: 1;
    }
    .login_main_right_top_h4{
        font-size: 14px;
        line-height: 1;
    }
}
@media only screen and (max-width : 1200px) {
    .conmodal_main_left {
        width: 100%;
        padding-right: 0;
    }
    .conmodal_main_right {
        width: 100%;
        padding-left: 0;
    }
    /*.conmodal_main_right_top{*/
    /*    height: 500px;*/
    /*}*/
}
@media only screen and (max-width : 991px) {
    .contact_inside_header{
        flex-direction: column-reverse;
    }
    .contact_inside_header_right,
    .contact_inside_header_left{
        justify-content: flex-start;
        width: 100%;
    }
    .my_v-app-bar .v-toolbar__content{
        padding: 4px 15px;
    }
    .cover_admin_inside {
        padding: 15px;
    }
    .login_main_left{
        width: 100%;

        position: relative;
        z-index: 1;
    }
    .login_main_right{
        display: none;
    }
    .contract_mod_payment_all_left{
        width: 100%;
        padding-right: 0;
    }
    .contract_mod_payment_all_right{
        width: 100%;
        padding-left: 0;
    }
    .contract_mod_payment_all{
        border-bottom: 1px solid #DDE8ED;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width : 768px) {
    .conmodal_main_footer_all {
        flex-direction: column;
        margin: 10px;
    }
    .conmodal_main_footer_all_child,
    .conmodal_main_footer_all_child .conmodal_main_footer_btnv1,
    .grey_btn{
        max-width: unset;
    }
    .conmodal_feedback_btn_icon{
        display: block !important;
    }
    .conmodal_feedback_btn_text{
        display: none;
    }
    .conmodal_feedback_btn{
        width: 60px;
    }
    .conmodal_feedback_input {
        padding: 10px 65px 10px 10px;
    }
}
@media only screen and (max-width : 640px) {
    .block_50per_left {
        width: 100%;
        padding-right: 0;
    }
    .block_50per_right {
        width: 100%;
        padding-left: 0;
    }
    .contract_files_all_child_left,
    .contract_files_all_child_right{
        width: 100%;
    }
    .contract_mod_payment__left_row_left {
        width: 100%;
        padding-right: 0;
    }
    .contract_mod_payment__left_row_rught {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width : 480px) {
    .v-pagination_v1 .v-pagination__item,
    .v-pagination_v1 .theme--light.v-pagination .v-pagination__navigation{
        font-size: 12px;
        min-width: 24px;
        height: 24px;
        margin: 2px;
    }
    .login_main_left{
        padding: 15px;
    }
    .login_form_all_h4{
        font-size: 30px;
    }
    .my_modal_v-card{
        padding: 15px;
    }
    .info_modal_items_child>h6{
        font-size: 12px;
    }
    .conmodal_feedback_body .regular_14_001D38{
       font-size: 12px;
    }
    .conmodal_feedback_body{
        padding: 10px 0 10px 10px;
    }
    .conmodal_feedback_read {
        padding-right: 10px;
    }
}




.apexcharts-legend.position-bottom.apexcharts-align-left, .apexcharts-legend.position-top.apexcharts-align-left, .apexcharts-legend.position-right, .apexcharts-legend.position-left {
    min-width: 50%;
}


.apexcharts-legend-text {
    font-size: 14px !important;
}

.report-card-main-title {
    align-content: center;
    align-items: center
}

.report-card-title {
    color: black!important;
    font-weight: bold!important;
}

.report-card-sub-title {
    color: black!important;
}

.report-card-col {
    margin: 10px;
}

.inputWrapper {
    width: 100%;
}

.modalBTN {
    position: unset!important;
}