@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@363;400&display=swap');

body{
    font-family: 'Cairo', sans-serif;
    text-align: start !important;
}
.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
    margin-left: 10px;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.fixed-top{
    top: 64px!important;
}
@media (max-width: 576px) {
    .fixed-top{
        top: 65px!important;
    }
}
.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

select.custom-select-sm {
    padding-right: 1.5rem !important;
}

.card-body-no-padding {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

[dir=rtl] .dt-buttons,
[dir=rtl] .dataTables_length,
[dir=rtl] .dataTables_info {
    float: right;
}

[dir=rtl] .dataTables_filter,
[dir=rtl] .dataTables_paginate {
    float: left;
}

[dir=rtl] .dt-buttons {
    margin-right: 10px;
}

[dir=rtl] table.dataTable thead .sorting:after,
[dir=rtl] table.dataTable thead .sorting_asc:after,
[dir=rtl] table.dataTable thead .sorting_desc:after {
    right: auto;
    left: 8px;
}

[dir=rtl] table.dataTable thead .sorting:before,
[dir=rtl] table.dataTable thead .sorting_asc:before,
[dir=rtl] table.dataTable thead .sorting_desc:before {
    right: auto;
    left: 16px;
}

[dir=rtl] table.table-bordered th:last-child,
[dir=rtl] table.table-bordered td:last-child {
    border-right-width: 1px;
}

[dir=rtl] table.table-bordered th:first-child,
[dir=rtl] table.table-bordered td:first-child {
    border-right-width: 0;
}

div.dataTables_processing {
    z-index: 1;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a {
    color: white;
    background-color: blue;
    border-color: blue;
}

.mark-as-done {
    text-align: right;
}

[dir=rtl] .mark-as-done {
    text-align: left;
}

/* New Site Management Styling - Admin Dashboard */
[dir=rtl] .custom-file-label::after {
    right: auto;
}

/* Site Styling */
[dir=rtl] nav .navbar-nav .dropdown-menu-right {
    left: 0;
    right:auto;
}
.navbar-brand img{
    max-width: 100px;
}
.bg-transparent{
    background: #FFFFFF!important;
    border-bottom: 1px solid #ccc;
}
.content-table{
    display: table;
}
.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}
.site h1{
    font-size: 24px;
    font-weight: 900;
}
.site h2{
    font-size: 24px;
    font-weight: 600;
    color: #0549eb;
}
.site h3{
    font-size: 22px;
    font-weight: 600;
    color: #0549eb;
}
.site h4{
    font-size: 16px;
    font-weight: 600;
    color: #535353;
}
#staff h4{
    font-size: 13px;
}
.site h5{
    font-size: 14px;
    font-weight: 600;
    color: #535353;
}
.site .h1{
    font-size: 16px;
}
.tags{
    font-size: 14px!important;
    display: inline-block;
    margin-left: 5px;
}
.tags a{
    text-decoration: none;
}
.site p{
    font-size: 14px;
    color: #535353;
}
.site .card p:last-child{
    margin-bottom: 0px;
}
.sec{
    margin-top: 150px;
    min-height: 500px;
}
.sec-1{
    margin-top: 120px;
    background-image: linear-gradient(#fff, #f7f4f4);
}
.sec-1 .content-table{
    position: relative;
}
.site .owl-carousel.owl-drag .owl-item {
    margin-top: 8px;
    margin-bottom: 8px;;
}
.owl-carousel .owl-item img{
    max-height: 140px;
    height: 100%;
}
.sec-1 .bulk-1{
    width: 25px;
    height: 25px;
    border: 4px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    top: 50px;
    box-shadow: 5px 5px 30px #55dad3;
}
.sec-1 .bulk-2{
    width: 30px;
    height: 30px;
    border: 5px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    right: 180px;
    bottom: 100px;
    box-shadow: 5px 5px 30px #55dad3;
}
.sec-1 .bulk-3{
    width: 35px;
    height: 35px;
    border: 6px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    left: 20px;
    bottom: 30px;
    box-shadow: 5px 5px 30px #55dad3;
}
/*Section 2 */
.site .svg-container-1{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin: auto;
}
.site .svg-container-1 img{
    width: 75px;
}
.site .features .svg-container-1{
    background: rgb(233 238 249);
}
.site .card{
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 20px;
    box-shadow: 10px 10px 50px #ebe9f5;
}
.site .features .card{
    border-top: 3px solid rgb(205 218 249);
}

/*Section 3 */
.site .svg-container-2{
    width: 65px;
    height: 60px;
    border-radius: 8px;
    margin: auto;
    background: #E1F2F1;
}
.site .svg-container-2 img{
    width: 30px;
}
.site .hayato-carousel, .site .carousel-doctors, .site .carousel-partners, .site .carousel-about-us{
    direction: ltr;
    text-align: center;
}
.site .hayato-carousel .hayato-item{
    border: 1px solid rgba(0,0,0,.08)!important;
    border-radius: 20px;
}
.site .hayato-carousel .hayato-item img{
    max-width: 80px;
    margin: auto;
}
.site .hayato-carousel .hayato-item h4{
    font-size: 14px;
    font-weight: 600;
    color: #0549eb;
}
.site .hayato-carousel .hayato-item p{
    font-size: 12px;
    color: #535353;
}
/*Section 4 */
.sec-4, .sec-5{
    margin-top: 130px;
}
.site .section-overlay{
    background: #F7F7FA;
    border-radius: 10px;
    position: relative;
}
.sec-4 .bulk-1{
    width: 25px;
    height: 25px;
    border: 4px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    right: -25px;
    top: 20px;
    box-shadow: 5px 5px 30px #55dad3;
}
.sec-4 .bulk-2{
    width: 30px;
    height: 30px;
    border: 5px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    right: -70px;
    bottom: -15px;
    box-shadow: 5px 5px 30px #55dad3;
}
.sec-4 .bulk-3{
    width: 35px;
    height: 35px;
    border: 6px solid #55DAD3;
    background-color: #1FD0C6;
    position: absolute;
    border-radius: 50%;
    left: 45px;
    bottom: 50%;
    box-shadow: 5px 5px 30px #55dad3;
}

.site .sec-4-img{
    max-width: 340px;
    width: 100%;
    position: absolute;
    top: -45px;
}
.site .statitics-count{
    width: auto;
}
.site .svg-container-3{
    width: 55px;
    height: 50px;
    border-radius: 8px;
    margin: auto 8px;
    background: #E1F2F1;
    float: right;
}
.site .svg-container-3 img{
    width: 25px;
}
.site .count-container{
    float: right;
    margin: auto 8px;
}
.site .count-container h5{
    font-weight: 900;
}
.site .download-links img{
    max-width: 160px;
    max-height: 47px;
}
/* Section 5*/
.site .hayato-carousel-navs .owl-nav.disabled, .site .hayato-carousel-navs .owl-nav{
    display: block;
    margin-top: 18px;
}
.site .hayato-carousel-navs .fa{
    border: 1px solid #0549eb;
    border-radius: 5px;
    padding: 4px 6px;
    color: #0549eb;
}
.site .hayato-carousel-navs .owl-next, .site .hayato-carousel-navs .owl-prev{
    display: inline-block;
    margin: 0px 35px;
}
.site .specialist{
    background: #E1F2F1;
    color: #0549eb;
    border-radius: 5px;
    padding: 2px 4px;
}
.sec-5 .border{
    border-color: rgb(243, 237, 237)!important;
    border-radius: 10px;
    box-shadow: 8px 0px 20px rgb(241, 238, 238);
}
.site .partner-hover{
    display: none!important;
}
.site .carousel-partners .hayato-item:hover .partner-default{
    display: none!important;
}
.site .carousel-partners .hayato-item:hover .partner-hover{
    display: block!important;
}
/* testimonials */
[dir=rtl] .site .carousel-about-us .row{
    direction: rtl;
}
.site .carousel-about-us .testimonials-img{
    max-width: 55px;
    border-radius: 50%;
}
.site .carousel-about-us .testimonials-img img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
[dir=rtl] .site .carousel-about-us .testimonials-img{
    float: right;
    margin-left: 8px;
}
[dir=ltr] .site .carousel-about-us .testimonials-img{
    float: left;
    margin-right: 8px;
}
[dir=rtl] .site .carousel-about-us .testimonials-identity{
    float: right;
}
[dir=ltr] .site .carousel-about-us .testimonials-identity{
    float: left;
}
.site .carousel-about-us strong, .site .carousel-about-us em{
    font-size: 12px;
}
.site .carousel-about-us .star-5{
    width: 120px;
    height: 19px;
    background-image: url('../images/site/star-5.png');
}
.site .carousel-about-us .star-4{
    width: 120px;
    height: 19px;
    background-image: url('../images/site/star-4.png');
}
.site .carousel-about-us .star-3{
    width: 120px;
    height: 19px;
    background-image: url('../images/site/star-3.png');
}
.site .carousel-about-us .star-2{
    width: 120px;
    height: 19px;
    background-image: url('../images/site/star-2.png');
}
.site .carousel-about-us .star-1{
    width: 120px;
    height: 19px;
    background-image: url('../images/site/star-1.png');
}
/* Support */
.sec-6 textarea{
    max-height: 200px;
    min-height: 75px;
}
.sec-6 .form-button{
    margin: 0px;
}
[dir=rtl] .sec-6 .form-button{
    text-align: left;
}
[dir=ltr] .sec-6 .form-button{
    text-align: right;
}
.sec-6 .form-button button{
    width: 130px;
    background-color: #0549eb;
    color: #ffffff;
}
/*Footer */
footer{
    border-top: 1px solid #ccc;
}
[dir=rtl] footer{
    text-align: right;
}
[dir=ltr] footer{
    text-align: left;
}
footer .copy-right{
    background-color: #F7F7FA;
}
footer .copy-right p{
    margin: 0px;
}
footer .download-links img{
    max-width: 100px;
    max-height: 30px;
}
footer h1{
    font-size: 14px;
    font-weight: 600;
}
footer ul{
    margin: 0px;
    padding: 0px;
}
footer ul li{
    list-style: none;
    margin: 0px;
}
footer ul li a{
    color: #535353;
    text-decoration: none;
    line-height: 35px;
    font-size: 14px;
}
footer ul li a:hover{
    text-decoration: none;
}
/*Privacy*/
.sec-privacy{
    background-color: #f6f6f9;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .site .sec-4-img-container{
        height: 350px;
    }
    .site .sec-4-img{
        top: -40px;
    }
    .site .download-links img {
        max-width: 100px;
        max-height: 30px;
    }
    .site .bulk-1,
    .site .bulk-2,
    .site .bulk-3{
        display: none;
    }
}
@media (max-width: 576px) {
    .site .features:nth-child(2) .card{
        margin-top: 0px;
    }
    .site .features:nth-child(3) .card{
        margin-top: 0px;
    }
    .site .statitics-count{
        width: 100px;
        margin: auto;
    }

}
