@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #009D58;
    --light: #Fff;
    --dark: #191C24;
}

a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, h6{
    color: #474746 !important;
}

body{
    background: #F5F6F6 !important;
    font-family: 'Montserrat', sans-serif;
}

.container-xxl{
    max-width: unset !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #EEF1F4;
}

::-webkit-scrollbar{
	width: 3px;
	background-color: #EEF1F4;
    height: 5px;
}

::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #C2CACD;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 99;
}

.nav-item.nav-link {
    gap: 12px;
    display: flex;
    transition: all .5s;
    align-items: center;
}

.nav-item.nav-link.active, .nav-item.nav-link:hover{
    opacity: 1;
}

.navbar-brand{
    margin-bottom: 30px !important;
}

.nav-item.dropdown span{
    font-weight: 500;
    color: #2B4551;
    font-size: 14px;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.navbar.top-bar-nav{
    margin-top: 20px;
}

.top-bar-nav-wrp{
   width: 100%;
   padding: 0px;
}
.last-bdr-none .border-end:last-child{border: none !important;}
.top-bar-nav-wrp h5{
    color: #2b4551;
    font-size: 28px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 600;
}

.top-bar-nav-wrp h5 span{
    color: #889296;
}

.table-top-headeing{
    padding: 0 23px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar .navbar .navbar-nav .nav-link {
    padding: 14px 20px 14px 25px;
    color: var(--dark);
    font-weight: 600;
    border-radius: 0 30px 30px 0;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0;
}

.sidebar .navbar .navbar-nav .nav-link:first-child{
    border-top: 1px solid #EFEFEF;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.sidebar .navbar .navbar-nav .nav-link:hover img,
.sidebar .navbar .navbar-nav .nav-link.active img{
    filter: invert(33%) sepia(77%) saturate(2956%) hue-rotate(139deg) brightness(79%) contrast(101%);
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
    margin-left:;
    padding: 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.sidebar-toggler img{
 width: 20px;
}

.sidebar-toggler{
    width: 20px !important;
    margin-right: 10px;
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    
    transition: .5s;
    /* content: "\f078" !important; */
    font: normal normal normal 16px/1 FontAwesome;
}

.side-bar-toggle-right{
    background: #fff;
    width: 16%;
    box-shadow: 4px 0px 25px 0px rgba(0, 0, 0, 0.12);
    height: 100%;
    float: right;
}

.side-bar-toggle-right button{
    width: 100%;
    background: none;
    border: none;
    padding: 10px 20px;
    text-align: right;
}

.side-bar-toggle-right .dropdown-item{
    padding: 15px 22px;
    border-top: 1px solid #EFEFEF;
    color: #474746 !important;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-line-top{
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
}

.top-bar-line-bottom{
    padding: 14px 23px;
    width: 100%;   
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.top-bar-line-top-left-nav{
    display: flex;
}

.top-bar-line-top-left-nav a{
    font-size: 14px;
    font-weight: 500;
    padding: 23px 24px;
}


.top-bar-line-top .navbar-nav{
    border-left: 1px solid #EFEFEF;
    padding: 0 22px;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
        display: none;
    }
}

.side-bar-toggle-mobile{
    display: none !important;
}

/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.box-stats h6{
    margin-bottom: 8px !important;
    font-size: 38px;
    font-weight: 600 ;
}

.box-stats p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.notification-bar-dash h6{
    font-size: 20px;
    font-weight: 600;
}

.notification-scroll-area p.seprator-rem{
    color: #9daab0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.notification-scroll-area{
    overflow-x: auto;
    height: 240px;
    width: 99%;
    margin-bottom: 10px;
}

.notification-block{
    display: flex;
    gap: 21px;
    padding-left: 20px;
    position: relative;
}

.notification-block h6{
    font-size: 14px;
    font-weight: 500;   
    line-height: 20px;
}

.notification-unread::before {
    content: '';
    position: absolute;
    border-radius: 50px;
    background-color: #FF9C06; 
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
}

.notification-read::before {
    content: '';
    position: absolute;
    border-radius: 50px;
    background-color: #28a745; 
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
}

.notification-block small{
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;   
}

.active-notification h6{
    font-weight: 600; 
}

.active-notification h6:before{
    background-color: #009d58;
}

.top-drop-down-wrapper{
    position: relative;
    border-left: 1px solid #EFEFEF;
}

.top-drop-down-wrapper .dropdown-menu {
    box-shadow: 0 4px 11px #0000001c;
}

.top-drop-down-wrapper .dropdown-menu a{
    padding: 8px 15px;
}

.nav-item.dropdown .nav-link::after{
    display: none;
}



/***======================= vehicle ========================***/
.clients-table{
  margin-bottom: 0;
}

.clients-table thead tr th, .clients-table tbody tr td{
    border-bottom: 1px solid #9daaaf40 !important;
    padding: 8px 23px;
    vertical-align: baseline;
}
.clients-table.location-tbl tbody tr td{ padding-top: 2px; padding-bottom: 2px;}

.table-icon-td-align{
    display: flex;
    gap: 3px;
    align-items: center;
}


.clients-table.without-btn thead tr th, .clients-table.without-btn tbody tr td{
    border-bottom: 1px solid #9daaaf40 !important;
    padding: 17px 23px;
}

.clients-table thead tr th{
    color: #9DAAB0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.clients-table tbody tr td{
   color: #474746;
   font-weight: 500;
   font-size: 14px;
   vertical-align: middle;
}

.table-icon-td img{
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.view-client-able-btn{
    background: #E6F5EE;
    color: #009D58 !important;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.remove-trade-vehicle-btn {
    color: #fff !important;
}

.table-top-bar{
    padding: 23px 23px 10px;
    display: flex;
    justify-content: space-between;
}

.table-top-bar h3{
    font-size: 20px;
    font-weight: 600;
}

.table-top-bar form input{
    background: #F1F4F6;
}

.table-top-bar form input::placeholder{
    color:#889296;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
}

.table-top-bar form input{
    padding: 0.375rem 0.75rem 0.375rem 2.5rem;
}

.table-top-bar form{
    position: relative;
    width: 245px;
    margin-left: auto;
    margin-right: 10px;
}

.search-btn{
    position: absolute;
    top: 0px;
    left: 8px;
    border: none;
    background: none;
    height: 100%;
}

.add-client-bnt{
    background: #009d58 !important;
    border-radius: 8px;
    border: none;
    color: #fff;
    /* color: #fff !important; */
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.add-client-bnt-exportvehicle{
    border-radius: 8px;
    border: none;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #009d58 !important;
    background: #fff !important;
    border: 2px solid #009d58;
}



.add-valuers-bnt{
    background: #009d58 !important;
    border-radius: 8px;
    border: none;
    color: #fff !important;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width:max-content;
}
.invert-img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(101%) contrast(294%);
}

.add-client-bnt span{
    font-size: 30px;
    line-height: 10px;
}

.pagination{
    padding: 15px 0px;
    align-items: center;
    margin-bottom: 0;
}

.page-item-prv a, .page-item-nxt a, .page-item span.page-link{
    background: #fff;
    border-radius: 50% !important;
    border: none;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item-prv .page-link img{
    transform: scaleX(-1);
}

.page-item-nxt{
    margin: 0 18px 0 8px;
}

.page-item-count{
    padding: 0;
    vertical-align: middle;
    margin: 0 2px;
    color: #474746;
    font-weight: 600;
    text-transform: uppercase;
}

.action-btns-table{
    display: flex;
    gap: 12px;
}

.delete-btn-sm{
    background: #FFE8E5;
}

.modal{
    background: rgba(43, 69, 81, 0.40);
    justify-content: center;
    align-items: center;
}

.modal .modal-content{
    width: 77%;
    border: none;
    border-radius: 0;
    padding: 30px 30px;
}

.close-modal{
    position: absolute;
    top: 13px;
    right: 14px;
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}

.close-modal:hover{
    border: 1px solid #dedfdf;
}

.model-content-box h6{
    font-size: 28px;
}

.conducteur-form-wrap form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}
.add-conducteur{
    margin: 10px 0px;
    display: flex;
    justify-content: end;

}

button.add-conducteur-bnt {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #009d58;
    color: #009d58 !important;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


form .from-row-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 22px;
    /* margin: 3px;
   padding: 8px;*/
}

form .from-row-wrapper .from-row-block{
    width: 100%;
    display: flex;
    flex-direction: column;
}

form .from-row-wrapper .from-row-block label{  
    width: 100%;
    justify-content: center;
}

.from-row-wrapper .from-row-block label{
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    min-height:40px;

}
form .from-row-wrapper .from-row-block label.container-check{padding:10px 30px; width: max-content; margin-top: -3px;}


form .from-row-wrapper .from-row-block input, form .from-row-wrapper .from-row-block textarea, select{
    background: #F1F4F6;
    border: none;
    font-size: 12px;
    padding: 10px 14px;
    color: #474746;
    font-weight: 500;
}
.w170{width: 170px; padding-right: 40px;}

.conducteur-form-wrap{
    padding: 0 24px 30px;
    border: 1px solid #dedfdf;
    border-radius: 8px;
    margin: 10px;
}

form .from-row-wrapper .from-row-block  input::placeholder{
    color:#474746;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
}

.btn-primary-gold{
    border-radius: 4px;
    background: #009d58;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    border: none;
    padding: 12px 30px;
}

.form-modal-content-wrppaer{
    display: flex;
    gap: 20px;
}

.form-modal-content-wrppaer .form-modal-left{
    width: 73%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-modal-content-wrppaer .form-modal-right{
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-modal-content-wrppaer .form-modal-right p{
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.form-blocks-top-head{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tabs-filter{
    display: flex;
    margin: 0 20px;
    gap: 12px;
}

.tabs-filter button{
    border-radius: 4px;
    border: 1px solid #E3E8EA;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
}

.tabs-filter button.active-btn-filter{
    border: 1px solid #009d58;
    background: #F6F0E5;
}

.table-top-bar-project form{
    width: 60%;
}

.contact-tab-vehicle-wrapper{
    display: flex;
}

.contact-tab-vehicle-wrapper .contact-tab-vehicle-child-left{
    width: 50%;
    border-right: 1px solid #EFEFEF;
}

.contact-tab-vehicle-wrapper .contact-tab-vehicle-child-right{
    width: 50%;
}

/***======================= projects ========================***/
.projects-data-table{
    padding: 34px 25px;
}

.data-table-top{
    border-bottom: 1px solid #F1F4F6;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-bottom: 12px;
}

.data-table-top p{
    color: #2B4551;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.datatable-records{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.datatable-records a{
    border-radius: 4px;
    background: #F1F4F6;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
}

.datatable-records a span{
    font-weight: 600;
}

.project-add-pop-up-form .form-modal-left{
    width: 50%;
}

.project-add-pop-up-form .project-modal-left{
    width: 50%;
}

.project-add-pop-up-form .project-modal-left .from-row-wrapper, .project-add-pop-up-form .project-modal-left .from-row-wrapper textarea{
    height: 100%;
}

.add-client-bntin-form{
    width: 100%;
    background: #F6F0E5;
    color: #A48E64;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0;
}

.add-client-bntin-form span{
    font-size: 29px;
    line-height: 19px;
    font-weight: 400;
}

.tabstable-top-tab-bar{
    padding: 0;
    border-bottom: 1px solid rgba(157, 170, 175, 0.15);
    margin-bottom: 0px;
}

.tabstable-top-tab-bar ul{
    margin-bottom: 0;
    gap: 0;
    flex-wrap: nowrap;
    overflow: auto;
}

.placeholder-select-box{
    padding: 20px 0;
}

.select-as-tab-div{
    width: 37%;
    position: relative;
    padding: 0 23px;
}

.select-as-tab-div .from-row-block {
    width: 100%;
    position: absolute;
    top: 100px;
}

.select-as-tab-div .from-row-block select{
    color: #474746;
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    -webkit-appearance: none;
    background-image: url(../img/drop-down.png);
    background-repeat: no-repeat;
    background-position: center right 18px;
}

.select-as-tab-div .from-row-block select option{
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
}

.nav-pills .nav-link{
    width: max-content;
}

.tabstable-top-tab-bar ul li {
    border-right:  1px solid #EFEFEF;
}

.tabstable-top-tab-bar ul li:last-child{
    border-right:  none;
}

.tabstable-top-tab-bar ul li a{
    color: #474746;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    padding: 20px 22px;
}

.tabstable-top-tab-bar ul li a.active{
    background-color: transparent !important;
    color: #009d58 !important;
    border-bottom: 3px solid #009d58;
    border-radius: 0;
}

.tabs-hd-top-ico{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 23px 10px;
}

.requestresponse-wrapper{
    padding: 14px 23px;
}
.requestresponse-wrapper .message-histo-accordian-wrapper{padding: 0px;}
.requestresponse-wrapper .accordion-message{margin: 0px 15px;}
.requestresponse-wrapper .accordion-message .accordion-item{margin-bottom:0px;}

.tabs-hd-top-ico h5{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.tabs-hd-top-ico h5 img{
    margin-top: -2px;
}

.tabs-hd-top-ico button.add-client-bnt{
    color: #009d58;
    background: #fff !important;
    border: 2px solid #009d58;
    color: #fff;
}

.tabs-hd-top-ico a.add-client-bnt{
    color: #009d58 !important;
    background: #fff !important;
    border: 2px solid #009d58;
    color: #fff;
}

.btn-table-download{
    background: #F6F0E5 !important;
    color: #A48E64 !important;
}

.btn-table-upload{
    color: #5B2383 !important;
    background-color: #5B23831F;
}

.btn-table-upload:hover{
    background: #5B2383;
}

.btn-table-upload:hover img{
    filter: invert(49%) sepia(82%) saturate(690%) hue-rotate(302deg) brightness(165%) contrast(100%);
}

.btn-table-upload span{
    color: #8E9BA2;
    margin: 0 0 0 -7px;
}

.address-in-tbl{
    width: 70%;
}

.opactity-none{
    opacity: 0;
}




/***======================= Chat ========================***/
.message-chatwrapper{
    padding: 0 23px 23px;
}

.message-chatwrap{
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    padding: 5px 0 0;
}

.tabstable-top-tab-bar-message{
    border: none;  
    width: 49%;
    padding-right: 0;
}

.tabstable-top-tab-bar.tabstable-top-tab-bar-message ul{
    gap: 14px;
}

.tabstable-top-tab-bar-message button{
    border-radius: 4px !important;
    border: 1px solid #E3E8EA !important;
    padding: 10px 28px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background: none !important;
}

.tabstable-top-tab-bar.tabstable-top-tab-bar-message button.active, .tabstable-top-tab-bar-message button:hover{
    border: 1px solid #009d58 !important;
    background: #F6F0E5 !important;
    color: #2B4551 !important;
}

.messages-tab-content{
    padding: 0 23px 23px;
}

.messages-tab-wrapper{
    position: relative;
}

.messagetabs-right-dv{
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    padding: 14px 21px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    top: 17px;
    right: 2.2%;
    width: 47%;
    justify-content: space-between;
}

.messagetabs-right-dv p{
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.messagetabs-right-dv-check-boxes{
    display: flex;
    gap: 20px;
    align-items: center;
}

.messagetabs-right-dv-check-boxes div{
    display: flex;
    align-items: center;
    gap: 12px;
}

.messagetabs-right-dv-check-boxes input{
    margin-top: 0 !important;
}

.messagetabs-right-dv-check-boxes label{
    color: #2B4551;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.message-tab-content-wrapper{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.message-tab-content-wrapper-left, .message-tab-content-wrapper-right{
    width: 85%;
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    padding: 20px;
}

.message-tab-content-wrapper-inner {
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
}

.message-tab-content-wrapper-left, .message-tab-content-wrapper-right{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.message-tab-content-wrapper-left .from-row-block, .message-tab-content-wrapper-right .from-row-block, .message-tab-content-wrapper-inner .from-row-block{
    display: flex;
    flex-direction: column;    
}

.message-tab-content-wrapper-left .from-row-block label, .message-tab-content-wrapper-right .from-row-block label, .message-tab-content-wrapper-inner .from-row-block label{
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.message-tab-content-wrapper-left .from-row-block textarea, .message-tab-content-wrapper-right .from-row-block textarea, .message-tab-content-wrapper-inner .from-row-block textarea{
    background: #F1F4F6;
    border: none;
    font-size: 14px;
    padding: 9px 17px;
    color: #2B4551;
    font-weight: 400;
    height: 114px;
}

.attach-file-top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.attach-file-top-bar label{
    margin-bottom: 0 !important;
}

.attach-file-wrapper{
    position: relative;
    display: flex;
    gap: 6px;
}

.attach-file-wrapper input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.attach-file-wrapper p{
    margin-bottom: 0;
    color: #879197;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.from-row-block div.action-btns-table {
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    background-color: #fff;
    padding: 4px 4px 4px 18px;
}

.from-row-block div.action-btns-table span {
    color: #2B4551;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.from-row-block-input-images {
    display: flex;
    gap: 3px;
}

button.from-row-block-btn {
    border-radius: 4px;
    border: 1px solid #009d58;
    width: fit-content;
    padding: 14px 19px;
    background-color: #fff;
    color: #2B4551;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.from-row-block-btn img {
    border-radius: 2px;
    background: #009d58;
    padding: 3px;
}

.message-tab-content-wrapper .add-client-bnt {
    margin: 0 0 0 auto;
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
}

.client-demand-type {
    display: flex;
    gap: 15px;
}

.client-demand-type select {
    width: 300px;
    padding: 12px 10px;
}

.client-demand-type a {
    padding: 0 30px;
}

.message-historique-edit-top{
    padding: 0px 0;
    justify-content: flex-end;
    border: none;
}

.message-historique-edit-top button{
    padding: 14px 16px;
}

.message-histo-accordian-wrapper{
    border-radius: 4px;
    border: 1px solid #F0F2F3;
    padding: 30px 22px;
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

.list-heading-accord{
    color: #2B4551;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.accordion-message{
    margin: 12px 0 20px;
}

.accordion-message .accordion-item{
    margin-bottom: 10px;
    border-radius: 8px 8px 0px 9px;
    background: #F5F5F5;
    border: none;
    padding: 10px 0;
}

.accordion-message .accordion-button:not(.collapsed){
    box-shadow: none;
    background: transparent;
}

.accordion-message .accordion-item{     
    position: relative;
}

.accordion-message .accordion-item .accordion-body{
   padding: 15px 0 0 0;
}

.accordion-message .accordion-item button{    
    position: absolute;
    top: 27px;
    right: 20px;
    background: transparent;
    padding: 0;
}

.accordion-message .accordion-item button{    
    box-shadow: none;
    border: none;
}

.accordion-message .accordion-item table{
    margin-bottom: 0;
}

.accordion-message .accordion-item table th{
    font-weight: 600;
    color: #9FA2A2;
    font-size: 12px;
}

.accordion-message .accordion-item table td{
    color: #474746;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-message .accordion-item table th, .accordion-message .accordion-item table td{
    border: none !important;
    padding: 3px 23px !important;
}

.accordion-message .accordion-item table td.date-intable{
    color: #9FA2A2;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    position: relative;
    top: -24px;
    width: 150px;
}

.accordion-message .accordion-item .contact-responsetable-sep{
    margin-top: 10px;
}

.accordion-message .accordion-item .contact-responsetable-sep td{
    text-transform: unset;
}

.navbar .top-bar-nav-wrp a.navbar-brand{
   margin: 0 10px 0 0 !important;
}

.contact-tab-left-form .message-tab-content-wrapper-right{
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 15px 23px; 
}

.contact-tab-left-form .message-tab-content-wrapper-right .from-row-block textarea{
    border-radius: 8px;
    color: #474746;
    font-size: 12px;
    font-weight: 500;
}

.contact-tab-left-form .message-tab-content-wrapper-right .from-row-block input,
.contact-tab-left-form .message-tab-content-wrapper-right .from-row-block select{
    color: #474746;
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    padding-right: 40px;;
}

.contact-tab-left-form .message-tab-content-wrapper-right .from-row-block select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/drop-down.png');
    background-repeat: no-repeat;
    background-position: center right 18px;
    width: 100%;
    max-width: 100%;
}

.contact-tab-left-form .message-tab-content-wrapper-right button.add-client-bnt{
    width: fit-content;
    margin-left: auto;
}

.contact-tab-left-form .message-tab-content-wrapper-right .form-sep-heading{
    width: 100%;
    color: #474746;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
}


.container-check{
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-size: 10px !important;
    font-weight: 700 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #474746 !important;
    border-radius: 8px;
    border: 1px solid #009D58;
    margin-bottom: 0 !important;
    height: 37px;
    display: flex;
    align-items: center;
  }
  
  /* Hide the browser's default checkbox */
  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .container-check .checkmark {
    position: absolute;
    top: 9px;
    right: 10px;
    height: 17px;
    width: 17px;
    background-color: #F1F4F6;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-check input:checked ~ .checkmark {
    background-color: #009D58;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }




/* Chat -box */
.page-message {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.screen{
    width: 100%;
}

.screen-container {
height: 100%;
}


/* Chat */

.chat {
height: calc(100% - 69px);
}

.chat-container {
height: 100%;
}

/* Conversation */

.conversation {
z-index: 0;
position: relative;
}

.conversation ::-webkit-scrollbar {
transition: all .5s;
width: 5px;
height: 1px;
z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
background: #b3ada7;
}

.conversation .conversation-container {
    overflow-x: hidden;
    padding: 0 16px;
    margin-bottom: 5px;
    overflow-y: auto;
    height: 500px;
}

.conversation .conversation-container:after {
content: "";
display: table;
clear: both;
}

/* Messages */

.message {
color: #2B4551;
clear: both;
line-height: 18px;
font-size: 14px;
padding: 11px 16px;
position: relative;
margin: 8px 0;
max-width: 50%;
word-wrap: break-word;
z-index: -1;
}

.message:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
}

.metadata {
display: inline-block;
float: right;
position: relative;
bottom: -4px;
width: 100%;
}

.metadata .time {
color: #A48E64;
font-size: 12px;
display: inline-block;
}

.metadata .tick {
display: inline-block;
margin-left: 2px;
position: relative;
top: 4px;
height: 16px;
width: 16px;
}

.metadata .tick svg {
position: absolute;
transition: .5s ease-in-out;
}

.senedr-name-chat{
    color: #2B4551;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    position: absolute;
    top: -29px;
    left: 0;
}

.metadata .tick svg path{
 fill: #A48E64;
}

.metadata .tick svg:first-child {
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: perspective(800px) rotateY(180deg);
        transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: perspective(800px) rotateY(0deg);
        transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
-webkit-transform: perspective(800px) rotateY(0);
        transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
-webkit-transform: perspective(800px) rotateY(-179.9deg);
        transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
margin: 16px 0 8px;
}

.message.received {
background: #F6F0E5;
border-radius: 0px 5px 5px 5px;
float: left;
}

.message.received .metadata {
padding: 0;
}

.message.received:after {
border-width: 0px 10px 10px 0;
border-color: transparent #F6F0E5 transparent transparent;
top: 0;
left: -10px;
}

.message.sent {
background: #F6F0E5;
border-radius: 5px 0px 5px 5px;
float: right;
margin-top: 40px;
}

.message.sent:after {
border-width: 0px 0 10px 10px;
border-color: transparent transparent transparent #F6F0E5;
top: 0;
right: -10px;
}

/* Compose */

.conversation-compose {
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
height: 47px;
width: 100%;
z-index: 2;
background: #F1F4F6;
}

.conversation-compose div,
.conversation-compose input {
height: 100%;
}

.conversation-compose .input-msg {
border: 0;
flex: 1 1 auto;
font-size: 14px;
margin: 0;
outline: none;
min-width: 47px;
background: transparent;
font-weight: 400;
padding: 0 16px;
}

.conversation-compose .photo {
flex: 0 0 auto;
border-radius: 0 0 5px 0;
text-align: center;
position: relative;
width: 48px;
}

.conversation-compose .photo button{
    border: none;
    height: 100%;
    padding: 0;
}

.conversation-compose .photo button img{
    width: 18px;
    margin-top: -5px;
}


.conversation-compose .send {
background: transparent;
border: 0;
cursor: pointer;
flex: 0 0 auto;
margin-left: 8px;
margin-right: 8px;
padding: 0;
position: relative;
outline: none;
}

.conversation-compose .send .circle {
background: #009d58;
border-radius: 4px;
color: #fff;
position: relative;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.conversation-compose .send .circle i {
font-size: 24px;
margin-left: 5px;
}

.time-zone-chat{
    border-radius: 16px;
    background: #F1F4F6;
    color: #2B4551;
    font-size: 12px;
    margin-bottom: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 2px 16px;
}

.datepicker{
    background-image: url(../img/calendar-dark.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;  
}

#timepicker{
    background-image: url(../img/clock-time.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;  
}



/* Small Screens */

@media (max-width: 768px) {

.conversation {
    height: calc(100vh - 55px);
}
.conversation .conversation-container {
    height: calc(100vh - 120px);
}

.message {
  max-width: 90%;
}
}


@media (max-width: 600px) {  
    .sidebar {
        z-index: 9999;
    }

    .select-as-tab-div {
        width: 87%;
    }

    .side-bar-toggle-mobile{
        display: inline-flex !important;
    }
    .navbar .top-bar-nav-wrp a.navbar-brand{
        margin: 6px 10px 0 11px !important;
    }

    .side-bar-toggle-right {
        width: 60%;
    }

    .table-responsive{
        height: 100%;
    }

    .tabstable-top-tab-bar ul li button {
        width: max-content;
    }

    .conducteur-form-wrap .from-row-wrapper{
        flex-direction: column;
    }

    .contact-tab-vehicle-wrapper {
        flex-direction: column;
    }

    .contact-tab-vehicle-wrapper .contact-tab-vehicle-child-left {
        width: 100%;
    }

    .contact-tab-vehicle-wrapper .contact-tab-vehicle-child-right {
        width: 100%;
    }

    .contact-tab-left-form .message-tab-content-wrapper-right .from-row-wrapper{
        flex-direction: column;
    }

    .contact-tab-vehicle-child-right .message-tab-content-wrapper .table-responsive{
        height: unset;
    }

    .sidebar .navbar-brand img{
        opacity: 1;
    }

    .top-bar-nav-wrp h5 {
        font-size: 15px;
        gap: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 170px;
        display: block;
    }

    .top-bar-nav-wrp h5 img{
        margin: 0 4px;
        width: 10px;
    }

    .table-top-bar{
        flex-direction: column;
        gap: 15px;
    }

    .table-top-bar form, .add-client-bnt {
        width: 100%;
    }

    .view-client-able-btn{
        width: max-content;
    }

    .modal .modal-content {
        width: 95%;
    }

    .form-modal-content-wrppaer {
        flex-wrap: wrap;
    }

    .form-modal-content-wrppaer .form-modal-right {
        width: 100%;
        padding: 50px 0;
    }

    .form-modal-content-wrppaer .form-modal-left {
        width: 100%;
    }

    .model-content-box form .from-row-wrapper{
        flex-wrap: wrap;
    }

    .modal{
        overflow: auto;
        align-items: flex-start;
        padding: 20px 0;
    }

    .tab-content .table-responsive{
        margin-bottom: 20px;
    }

    .table-responsive::-webkit-scrollbar-track{
        border-radius: 10px !important;
        background-color: #EEF1F4 !important;
    }
    
    .table-responsive::-webkit-scrollbar{
        width: 2px !important;
        background-color: #EEF1F4 !important;
    }
    
    .table-responsive::-webkit-scrollbar-thumb{
        border-radius: 10px !important;
        background-color: #C2CACD !important;
    }

    .tabstable-top-tab-bar ul{
        gap: 24px;
        flex-wrap: nowrap;
    }

    .tabs-hd-top-ico{
        flex-wrap: wrap;
        gap: 10px;
    }

    .tabs-filter{
        margin: 0;
        gap: 12px;
        overflow: auto;
        padding-bottom: 10px;
    }

    .project-add-pop-up-form .project-modal-left {
        width: 100%;
    }

    .project-add-pop-up-form .project-modal-left .from-row-wrapper textarea {
        height: 150px;
    }

    .tabstable-top-tab-bar ul.nav{
        overflow: auto;
        padding-bottom: 10px;
    }

    .messagetabs-right-dv{
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .tabstable-top-tab-bar-message {
        width: 100%;
    }

    .message-tab-content-wrapper-left, .message-tab-content-wrapper-right {
        width: 100%;
    }

    .from-row-block div.action-btns-table{
        flex-direction: column;
    }

    .client-demand-type{
        flex-wrap: wrap;
    }

    .client-demand-type select{
        width: 100%;
    }

    .client-demand-type .btn-table-download{
        width: 100%;
        padding: 20px 30px;
    }

    .message-histo-accordian-wrapper{
        height: unset;
        padding: 10px;
    }

    .accordion-message .accordion-item table td, .accordion-message .accordion-item table th{
        display: block;
    }

    .top-bar-line-top{
        flex-wrap: wrap;
    }

    .top-bar-line-top .navbar-nav{
        position: absolute;
        bottom: 13px;
        right: 0;
    }
}

.form-control
{
    text-transform: none;
    font-size: 15px;
}
.w3-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #191a1c38;
    display: none;
}
.w3-modal .w3-modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w3-modal .w3-modal-content .w3-container {
    width: 500px;
    border-radius: 8px;
    background: #fff;
    padding: 18px 18px 24px;
}
.w3-modal .w3-modal-content .w3-container span.w3-button {
    margin-left: auto;
    margin-right: 0;
    width: 44px;
    height: 44px;
    background: #EEF0F3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.w3-modal .w3-modal-content .pop-up-content {
    padding: 0px 16px;
}

.w3-modal .w3-modal-content .w3-container form .pop-up-form-data .from-row-wrapper .from-row-block input {
    font-size: 12px;
    padding: 10px 14px;
    color: #474746;
    font-weight: 500;
    background: transparent;
    border: 1px solid #DADCDF !important;
    margin-bottom: 15px;
}

.w3-modal .w3-modal-content .w3-container form .pop-up-footer-btns .bottom-button button.add-client-bnt {
    margin: 0 0 0 auto;
}

.w3-modal .w3-modal-content .pop-up-content h3 {
    margin-bottom: 20px;
    color: #000 !important;
}

.clients-table tbody tr td .edit-delet-action-btns-table button.delete-square {
    border: unset;
    background: #ffe8e5;
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.clients-table tbody tr td .edit-delet-action-btns-table {
    display: flex;
    gap: 8px;
}

.clients-table tbody tr td .edit-delet-action-btns-table a.edit-square, .clients-table tbody tr td .edit-delet-action-btns-table button.edit-square {
    width: 35px;
    height: 35px;
    display: flex;
    border: unset !important;
    justify-content: center;
    align-items: center;
}

.clients-table tbody tr td label.container-check.table-data-checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border: unset;
}

.clients-table tbody tr td label.container-check.table-data-checkbox span.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009d581f;
}

.container-check input:checked ~ .checkmark {
    background: #009d58 !important;
}
.clients-table tbody tr td label.container-check.table-data-checkbox span.checkmark::after {
    width: 7px;
    height: 12px;
    left: 8px;
}
/*  */
.profile-picture-user {
    width: 64px;
    position: relative;
}

.profile-picture-user button.profile-img-change-btn {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FF9C06;
    border: 5px solid #fff;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture-user button.profile-img-change-btn img {
    width: 100%;
}

.table-responsive .contact-tab-left-form.profile-form form .from-row-wrapper .from-row-block input {
    background: transparent;
    border: 1px solid #DADCDF !important;
    padding: 10px 14px;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #474746 !important;
}

.toast {
    position: absolute;
    top: 45px;
    right: 5px;
    z-index: 9999999;
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
/*footer css */
.footer {
    position: absolute;
    bottom: 10px;
    right: 32px;
    color: #2b4551;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.groupe input , .role select{ 
    font-size: 12px;
    padding: 10px 14px;
    color: #474746;
    font-weight: 500;
    background: transparent !important;
    border: 1px solid #DADCDF !important;
    margin-bottom: 15px;
}

.resync {
    background: #E6F5EE;
    color: #020202 !important;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.delete-conducteur ,.remove-conducteur{
    right: 36px;
    background: #F1F4F6 !important;
    box-shadow: 3px 7px #d2d7da;
    padding: 3px;
    background: transparent;
    border: none;
    border-radius: 4px;
}

.dropdown-menu[data-bs-popper]{
    margin-top: 0px;
}
.dropdown-menu{
    padding:0px;
    border:none;
    border-radius: 0px;
}
.Sinistres {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px; /* Adjusts the vertical spacing between the two links */
}

.sinistre-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.sinistre-link span {
    font-size: 30px;
    min-width: 90px;
    text-align: center;
    font-weight: 600;
}

.footer span{
    text-wrap: balance;
    display: flex;
    flex-wrap: wrap;
    justify-content: end; margin-right: 25px;
    align-items: center;
    text-align: center;
}

.box-stats{height: 100%;}
.box-stats h5{font-size: medium; margin-bottom: 0px;}

@media screen and (max-width: 1400px) {
    .box-stats h5{font-size: small;}
}

@media(max-width:1200px){
    .Sinistres a.sinistre-link{

        gap: 12px !important;
    }

}
@media(max-width:991px){
    .Sinistres a.sinistre-link{

        gap: 40px !important;
    }

    .box-stats h6{
        font-size: 20px !important;
    }
    .sinistre-link span{
        font-size: 24px !important;
    }
    .footer span{
        font-size: 16px !important;
    }

}
@media(max-width:769px){

    .box-stats img.img, .img-fluid {
        width: 40px !important;
    }

    .sinistre-link span {
        font-size: 18px !important;
    }
    
    .sinistre-link h5 {
        font-size: 16px;
    }
    .Sinistres a.sinistre-link {
        gap: 16px !important;
    }
    .box-stats{
        padding: 10px !important;
    }
    .box-stats h5{
        font-size: 16px !important;
    }
    .footer span{
        font-size: 12px !important;
    }
    .footer{
        bottom: 2px !important;

    }
}
#navbarDropdownMenuLink {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-content: center;
	justify-content: start;
}

.nav-item.nav-link .img {
	width: 24px;
	height: 24px;
}

.prochainement{
    color: #009d58;
    margin: 5px;
}

.synchroniser{
    height: 100%;
}

.environnement-dev{
        padding: 14px 20px 14px 25px;
        color: red !important;
        font-weight: 600;
        border-radius: 0 30px 30px 0;
        outline: none;
        font-size: 14px;
        border-bottom: 1px solid #EFEFEF;
        border-radius: 0;
}

.prochainement{
    display: flex;
    gap: 8px;
    width: 50%;
    justify-content: end;
}

.contrats-prochainement{
    width: 50%;
}

.top-bar-line-bottom h5 span{
    margin: 50px;
}

@media (min-width: 768px) {
    .mobile-view {
        display: none;
    }
}

.pagination-example{
    display: flex;
}
.page-dropdown {
    padding: 15px 0px;
    margin: 0 13px;
    height: unset;
}
.per_page{
    color: #474746;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    background-color: #fff !important;
    opacity: 1 !important;
}
.custom-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="gray" d="M0 0l5 6 5-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/* Details Grid */
.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.details-grid p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.modal-footer {
    margin-top: 15px;
}
.maintenance-item{
    display: flex;
    gap: 35%;
    margin-top: 8px;
}
.maintenance-title{
    margin-left: 15%;
}
.maintenance-data{
    display: flex;
    gap: 20%;
    margin-top: 8px;
    margin-left: 10%;
}

form#driver-form .conducteur-form-wrap .from-row-wrapper.from-row-wrapper-btns button.add-client-bnt {
    margin-top: 25px;   
}


.form-control:disabled, .form-control:read-only {
    background-color: #F1F4F6;
    opacity: 1;
    border-color: #F1F4F6;
    font-size: 15px;
    height: 38px;
}


div#pills-qualité .table-responsive form .from-row-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 10px 25px;
}


div#pills-qualité .table-responsive form .from-row-wrapper .from-row-block button.add-client-bnt {
    margin-bottom: 20px;
}

div#pills-qualité .table-responsive {
    margin: 10px;
}


.from-row-wrapper .from-row-block label {
    color: #9DAAB0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.maintenance-data .maintenance-title {
    position: absolute;
    margin-left: 20%;
}

.maintenance-title {
    margin-left: 10%;
}


.message-histo-accordian-wrapper.contact-lisitng .table-responsive table thead,
.message-histo-accordian-wrapper.contact-lisitng .table-responsive table tbody{
    width: 100%;
}

.message-histo-accordian-wrapper.contact-lisitng .table-responsive table thead tr,
.message-histo-accordian-wrapper.contact-lisitng .table-responsive table tbody tr{
    display: flex !important;
}

.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table th:first-child,
.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table td:first-child,
.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table th:nth-child(2),
.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table td:nth-child(2){
    width: 24%;
}

.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table th,
.message-histo-accordian-wrapper.contact-lisitng .table-responsive .clients-table td{
    width: 17%;
    text-align: left !important;
}