body {
    height: 100% !important;
    font-family: 'poppins', sans-serif !important;
    height: 100vh;
}
#content-wrapper {
    overflow-y: auto !important;
    height: 100vh !important;
}
.bg-image {
    overflow: hidden;
}
.card-transparent {
    background-color: rgba(244, 248, 252, 0.74);
    color: #000000;
    width: 27%;
    opacity: 1;
}
@media screen and (max-width: 914px) { 
    .card-transparent {
        width: 70%;
    }
}
@media screen and (max-width: 575px) { 
    .card-transparent {
        width: 90%;
        margin: auto;
        margin-top: 150px;
    }
    
}
@media screen and (max-width: 1095px) { 
    table tr td {
        min-width: 200px !important;
    }
}

.card-border-round {
    border: none;
    border-radius: 8px;
}
.pad-0 {
    padding: 0 !important;
}
.pad-right-0 {
    padding-right: 0 !important;
}
.h-100 {
    height: 100%;
}
.marg-auto {
    margin: auto;
}
.mt-120 {
    margin-top: 120px;
}
.bg-image {
    background-image: url('../img/images/background_login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    height: 100vh;
}
.input-round {
    border-radius: 10px;
    height: 50px;
    border-right: none;
}
.w-form {
    width: 100%;
}
.h-50-px {
    height: 50px !important;
}
.input-group-append {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-blue {
    background-color: rgb(30, 152, 252) !important;
}

.btn-round {
    border-radius: 10px;
}
.ft-14 {
    font-size: 14px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.mt--70 {
    margin-top: -70px !important;
}
.mt--100 {
    margin-top: -100px !important;
}

.bg-color-sidebar {
    background-color: #EEF3F4 !important;
    color: #000000 !important;
}

.sidebar .nav-item a, .sidebar .nav-item  .fas, .sidebar .nav-item a::after {
    color: rgb(143, 144, 145) !important;
}
.sidebar .nav-item a:hover, .sidebar .nav-item .fas:hover {
    color: rgb(104, 105, 105) !important;
}
.sidebar .nav-item a:active {
    color: rgb(30, 152, 252) !important;
}
.btn-min-blue {
    background-color: rgb(30, 152, 252) !important;
    color: #ffffff !important;
    line-height: 35px !important;
    width: 186px;
}
.bg-color-blue {
    background-color: rgb(30, 152, 252) !important;
    color: #ffffff !important;
}
.input-search {
    height: 38px;
}
@media (min-width: 576px) {
    .form-inline .input-group, .form-inline .custom-select {
        width: 65% !important;
    }
}
#content {
    background-color: #ffffff !important;
}
table th {
    color: rgb(143, 144, 145) !important;
    font-size: 15px;
}
.small-img-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.big-img-round {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.badge-round {
    border-radius: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
table .badge-danger {
    background-color: rgb(250, 171, 171) !important;
}
table .badge-success {
    background-color: rgb(171, 250, 197) !important;
}
table .badge-gray {
    background-color: rgb(209, 209, 209) !important;
}
table .badge {
    color: #000 !important;
    font-weight: 500 !important;
    width: 100px !important;
}
.color-blue {
    color: rgb(30, 152, 252) !important;
}
.page-item.active .page-link {
    background-color: rgb(30, 152, 252) !important;
    border-color: rgb(30, 152, 252) !important;
}
.text-black {
    color: #000 !important;
}
@media (min-width: 768px) {
    .flex-60 {
        flex: 0 0 60% !important;
    }
}
.ft-20 {
    font-size: 20px !important;
}
.ft-27 {
    font-size: 27px !important;
}
.line-h-15 {
    line-height: 15px !important;
}

table thead tr th:first-child {
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
table thead tr th:last-child {
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}
table thead tr th {
    font-weight: 500 !important;
}

.actions {
    min-width: 180px !important;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(30, 152, 252) !important;
}

.pr-20 {
    padding-right: 20px !important;
}
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.pull-right {
    float: right !important;
}
.card-person .card-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgb(30, 152, 252) !important;
    color: #ffffff !important;
}

.card-person {
    background-color: #EEF3F4 !important;
    color: #000000 !important;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 450px !important;
}
.card-person .body-person {
    margin: auto;
    text-align: center;
    padding-top: 60px;
}
.card-person .card-body img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border: 4px solid rgb(30, 152, 252);
}
.card-person .card-body hr {
    width: 48px;
    background-color: rgb(30, 152, 252) !important;
    height: 0.2vh !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card-person .card-body .first-p {
    font-size: 22px;
    margin-bottom: 0 !important;
    font-weight: 600;
}
.color-gray {
    color: rgb(143, 144, 145) !important;
}
.btn-white {
    background-color: #ffffff !important;
    color: rgb(30, 152, 252) !important;
    border-radius: 5px;
    font-size: 12px;
}
.block {
    margin-bottom: 10px !important;
}
.block label {
    display: inline-block;
    width: 246px;
    margin-top: 5px;
    color: #808081 !important;
    font-size: 14px;
}

@media screen and (max-width: 1100px) {  
    .block label {
        display: none !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1210px) {  
    .block input[type="date"] {
        width: 51% !important;
    }
}
@media screen and (min-width: 1211px) and (max-width: 1255px) {  
    .block input[type="date"] {
        width: 53% !important;
    }
}
@media screen and (min-width: 1256px) and (max-width: 1345px) {  
    .block input[type="date"] {
        width: 55% !important;
    }
}
@media screen and (min-width: 1346px) and (max-width: 1420px) {  
    .block input[type="date"] {
        width: 57% !important;
    }
}

.w-label-select {
    width: 235px !important;
}

.modal-content {
    border-radius: 10px !important;
}
.modal-content .modal-title {
    font-size: 20px !important;
    color: rgb(102, 102, 104);
}
.cursor {
    cursor: pointer;
}
.list-group-item img {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgb(30, 152, 252) !important;
}

.card-many-person {
    overflow-y: auto !important;
}

.card-collaborateur {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    padding-top: 5px !important;
    height: 222px !important;
}

.card-collaborateur img {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #EEF3F4 !important;
    margin: auto;
    margin-bottom: 20px !important;
}

.card-collaborateur hr {
    width: 48px;
    background-color: rgb(30, 152, 252) !important;
    height: 0.2vh !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: auto;
}

.dropdown-toggle::after {
    display: none !important;
}
.card-collaborateur .dropdown-toggle, .card-direction .dropdown-toggle  {
    text-align: right;
}
.fw-600 {
    font-weight: 600;
}
.w-15 {
    width: 15% !important;
}
.min-h-200 {
    min-height: 200px !important;
}

.card-direction {
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    padding-top: 5px !important;
    height: 260px !important;
    color: #ffffff !important;
}
.card-blue {
    background-color: rgb(30, 152, 252) !important;
}
.card-gray {
    background-color: rgb(187, 187, 187) !important;
}

.semi-opac {
    opacity: 0.5 !important;
}
.card-direction img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #EEF3F4 !important;
    margin: auto;
    margin-bottom: 20px !important;
    padding: 8px;
}

.card-direction hr {
    width: 48px;
    background-color: #fff !important;
    height: 0.2vh !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: auto;
}

.icon-bg-white {
    background-color: #fff !important;
    color: rgb(30, 152, 252) !important;
    padding: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    margin: auto;
    padding-top: 7px !important;
    padding-left: 7px !important;
}

.w-14 {
    width: 14% !important;
}


@media (min-width: 768px) {
    .modal-add {
        width: 650px;
        margin: 30px auto;
    }

}

select, .select2 {
    width: 100% !important;
}

.mb--8 {
    margin-bottom: -8px !important;
}

.string-in-table {
    font-size: 12px !important;
}

@media (max-width: 1360px) {
    .string-in-table {
        font-size: 10px !important;
    }
}
.pr-28 {
    padding-right: 28px !important;
}
.no-border {
    border: none !important;
}
.mt--22 {
    margin-top: -22px !important;
}
.img-normal {
    border-radius: 0% !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
    height: 700px !important;
    overflow-x: hidden !important;
}

.min-h-130 {
    min-width: 130px !important;
}
.h-230 {
    height: 230px !important;
}

@media (max-width: 769px) {
    .col-tab-ml-30 {
        margin-left: 30px !important;
    }
    .overflow-y-auto {
        overflow-x: auto !important;
    }
}


.h-45 {
    height: 45px !important;
}
.h-34 {
    height: 34px !important;
}

.card-badge-visite {
    border-radius: 12px !important;
}
.card-badge-visite .card-header {
    background-color: #ffffff !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    border-radius: 12px !important;
}
.card-badge-visite .card-body .fa {
    color: rgb(30, 152, 252) !important;
    width: 25px !important;
    margin-top: 3px !important;
    text-align: center;
}

.card-badge-visite small {
    color: #848486 !important;
}

.icon-bg-blue {
    background-color: rgb(30, 152, 252) !important;
    color: #ffffff !important;
    padding: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    margin: auto;
    padding-top: 7px !important;
    padding-left: 7px !important;
}


@media (max-width: 1191px) {
    .card-badge-visite .img-in-header {
        display: none;
    }
    .card-badge-visite .card-body {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.card-badge-visite .text-in-header {
    width: 290px !important;
}
.card-body .btn-in-div {
    padding: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p-15 {
    padding: 15px !important;
}
@media (min-width: 768px) and (max-width: 970px) {
    /*.card-badge-visite {
        width: 132px !important;
    }*/
}

.w-100 {
    width: 100% !important;
}
.mt--15 {
    margin-top: -15px !important;
}

.img-collaborateur {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #EEF3F4 !important;
    margin: auto;
    margin-bottom: 20px !important;
    border: 4px rgb(30, 152, 252) solid !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.item-card {
    padding-left: 0 !important;
    
}
.hr-blue {
    background-color: rgb(30, 152, 252) !important;
    height: 2px !important;
    width: 40px;
}

.card-badge-visite .card-body {
    padding-left: 0 !important;
}

.min-h-730 {
    height: 730px !important;
}
.min-h-805 {
    height: 805px !important;
}
.card-side {
    border-radius: 12px;
}
.hr-success {
    background-color: rgb(80, 240, 186) !important;
    height: 5px;
    margin-bottom: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 80%;
}
.hr-danger {
    background-color: rgb(240, 80, 93) !important;
    height: 5px;
    margin-bottom: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 80%;
}
.hr-warning {
    background-color: rgb(240, 165, 80) !important;
    height: 5px;
    margin-bottom: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 80%;
}
.hr-gray {
    background-color: rgb(173, 173, 173) !important;
    height: 5px;
    margin-bottom: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 80%;
}
.card-badge-visite .card-footer, .card-side .card-footer {
    padding-bottom: 0 !important;
    background-color: #fff !important;
}

.sidebar #sidebarToggle {
    background-color: #ccc !important;
}
.w-70 {
    width: 70px !important;
}

@media (min-width: 768px) and (max-width: 1079px) {
    .col-side-visite {
        display: none !important;
    }
    .col-first-visite {
        width: 100% !important;
    }
}
.mb--3 {
    margin-bottom: -3px !important;
}
.first-card-visite{
    min-height: 391px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.ml-32{
    margin-left: 32px !important;
}
.h-24 {
    height: 24px !important;
}
.fa-danger {
    color: red !important;
}
.badge-in-item {
    padding: 3px 19px 3px 19px;
}
.mt-140 {
    margin-top: 140px !important;
}
.min-h-838 {
    min-height: 838px !important;
}

@media (max-width: 878px) {
    .ft-name, .ft-tel {
        font-size: 12px !important;
    }
    .input-dynamic-seacrh {
        width: 70% !important;
    }
}

.card-dashbord {
    color: #fff !important;
}
.ft-12 {
    font-size: 12px !important;
}

.card-dashbord {
    border-radius: 10px;
    height: 94% !important;
}
.card-dashbord .fas {
    border: 1px solid white;
    border-radius: 50%;
    padding: 8px;
    height: 50px;
    width: 50px;
    text-align: center;
}

.content-stat {
    min-height: 550px !important;
    margin-left: 4px;
    margin-right: 4px;
}
.over-y-auto {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.content-stat tbody tr td {
    font-size: 15px !important;
} 
#myChart {
    background-color: #fff !important;
}
.w-10 {
    width: 10% !important;
}
.btn-connect {
    height: 35px !important;
    width: 50% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
}

.avatar-profil {
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #EEF3F4 !important;
    margin: auto;
    margin-bottom: 20px !important;
}

.content-img-profil {
    text-align: center;
    min-height: 838px !important;
    padding-top: 275px;
    margin-top: -20px !important;
}

.content-img-profil div {
    border: 1px solid #ccc;
    padding: 20px 0px 20px 0px;
    width: 70%;
    margin: auto;
    border-radius: 5px;
}
.content-img-profil h5 {
    color: rgb(145, 145, 145);
    font-size: 18px;
}

.min-h-250 {
    min-height: 250px !important;
}

.col-item-active {
    background-color: rgb(231, 231, 231) !important;
}

@media (min-width: 768px){
    .sidebar {
        width: 18rem !important;
        overflow-y: auto !important;
        height: 100vh !important;
        overflow-x: hidden !important;
    }

}


.field-icon {
    margin-left: -25px;
    margin-top: 15px;
    margin-right: 5px;
    z-index: 2;
}
.color-rouge {
    color: red !important;
}