@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@1,500&display=swap');
.logo {
    width: 200px;
}

.logo2 {
    width: 100px;
}

.icon_box {
    position: fixed;
    top: 20px;
    left: 20px;
}

.logo3 {
    width: 113px;
    background-color: #0072BC;
    border-radius: 10px;
    padding: 7px;
}

.logo4 {
    display: inline;
    width: 113px;
}

.back_to_admin {
    /* position: absolute;
top: 20px;
left: 20px; */
    font-size: 20px;
    color: #282828;
}

.user_icon {
    border-radius: 50%;
    background: #125ea0;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    border: 2px solid #3373ad;
}

.w-40 {
    width: 40%;
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: #0f4675;
    padding: 5px 0;
    font-size: 14px;
    z-index: 2;
}

.tab-link {
    font-size: 22px;
}

::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none !important;
}

.iconBox img {
    border: 1px solid #e4e6e7;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 9px;
    width: 100%;
    text-align: center;
    float: left;
    margin-left: 5px;
    height: 65px;
    object-fit: contain;
    transition: all .4s;
}

.iconBox.appointment input {
    display: none;
}

.iconBox.appointment.selected,
.iconBox.appointment:checked {
    background: pink;
    border: 1px solid pink;
}

.iconBox img:hover {
    border: 1px solid #44cff5;
    cursor: pointer;
}

input:checked+img {
    background: rgb(187 235 250);
    border: 1px solid #03c0f3;
    transform: scale(0.95);
}

input:checked+svg {
    background: #ffe4d4;
    border: 1px solid #ee1d23;
}

.days label {
    width: 50px;
    height: 50px;
    background-color: #8494a3;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 15px;
}

.days input:checked+label,
.days input+label.active {
    background-color: #ee1d23;
    color: #fff;
}

.days input[type=radio] {
    display: none;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    border-radius: 10px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #03c0f3 !important;
    cursor: pointer;
    background: #ffffff;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 24px;
    width: 100%;
    position: relative;
    padding: 15px 40px;
    box-shadow: inset 0 0 15px #03c0f3;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f0565b;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
}

.img-preview {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
}

.heading-color {
    color: #282828;
    font-size: 28px !important;
}

.login_bg {
    background-image: url('../img/login_background (2).jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}


/* .nav-img {
    visibility: hidden;
} */


/* .nav-purple-soft a {
color: #d7511f !important;
} */

.back_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #eee;
    font-size: 18px;
}

.back_btn a {
    color: #eee;
}

label.error {
    color: hsl(358deg 85% 52%);
    font-size: 1rem;
    position: relative;
    display: contents;
    padding: 4px;
}

.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #085190;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #085190;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh;
}

body {
    background-image: url('../img/dashboard_bg.png');
    background-position: center;
    /* background-attachment: fixed;   */
    background-repeat: no-repeat;
    background-size: cover;
}

.sticky_header {
    background: #ddf4fb;
    border-radius: 10px;
}


/* html, body,section{
    height: 100% !important;
} */

.media_type.appointment svg {
    font-size: 34px;
    text-align: center;
    background: rgb(6 68 122 / 10%);
    padding: 8px 12px;
    border-radius: 5px;
    color: #0072BC;
    margin: 0 10px;
    width: auto;
    text-align: center;
}

.buttons {
    background: linear-gradient(133.25deg, #085190 1%, #085190 120.29%);
    color: #fff;
    padding: 10px 7px;
    font-size: 12px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    font-weight: 600;
    border: 2px solid #ff9800;
}

.buttons i {
    font-size: 28px;
    margin-bottom: 5px;
}

.count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #085190;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

i.line-icons {
    font-size: 80px;
    width: auto;
    color: #efefef;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.35rem;
    justify-content: end;
    margin-top: 5px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #085190;
    border-color: #085190;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #085190;
    background-color: #fff;
    border: 1px solid #dddfeb;
}

.page-item.disabled .page-link {
    color: #858796;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dddfeb;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.dataTables_wrapper label {
    display: inline-flex;
    align-items: center;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http: //www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    /* margin-left: 5px; */
}

.dataTables_wrapper label {
    display: inline-flex;
    align-items: center;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
    font-size: 14px !important;
}

.dataTables_filter label {
    justify-content: end;
}


/* .table-warning,
.table-warning>th,
.table-warning>td {
background-color: #ed7e1a;
color: #fff;
} */

 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

 ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.table svg path {
    fill: #ed7e1a;
}

.appointment {
    width: 100%;
}

.day_box input[type="checkbox"] {
    display: none;
}

@media(max-width: 900px) {
    .icon_box {
        position: relative !important;
        text-align: center;
        top: auto;
        left: auto;
        justify-content: center !important;
    }
    .logo3,
    .logo4 {
        display: inline;
        width: 140px;
    }
    .position-absolute {
        position: relative !important;
    }
    .nav-hover-zoom {
        height: 35%;
    }
    .footer {
        position: fixed;
    }
    .offcanvas-body {
        margin-bottom: 30px;
    }
    .nav_tab_div {
        height: auto !important;
    }
}

@media(max-width: 1600px) {
    .bg-soft-blue {
        margin-top: 90px !important;
    }
}

.btn-boots-warning {
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    width: 14rem;
    border: 0;
    font-size: 14px;
    padding: 10px 5px;
}

.card-span img {
    transition: all .4s;
    height: 70px;
}

.card-span:hover img {
    transform: scale(1.12);
}


/* .login_bg {
    background-image: url('../img/login_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */

.brand_logo {
    /* width: 160px; */
    margin: 0 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.bg-soft-blue p {
    font-size: 14px !important;
}

.titleicon {
    font-size: 16px;
    color: #717075;
    font-family: system-ui;
}

.input-container-flex {
    padding-left: 20px;
    margin-top: -15px;
    margin-bottom: -15px;
    font-size: 70%;
    text-shadow: 1px 1px 1px #fff;
    color: #6d6d6d;
    letter-spacing: 0.5px;
}

.log-in {
    text-align: center;
    font-weight: 700;
    color: #0072BC;
    font-size: 30px;
    text-shadow: 1px 1px 1px #fff;
}

.effect5 {
    position: relative;
}

.login-btn {
    width: 100%;
    height: 45px;
    border-radius: 9px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    background: #0077bd;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 40px;
    position: relative;
    transition: all .3s ease-in-out;
}

.login-btn button {
    background: transparent;
    border: none;
    outline: none;
    font-weight: 700;
}

.login-btn:hover,
.btn:hover {
    transform: scale(0.95);
}

.btn {
    transition: all .3s ease-in-out;
}

.login-btn:focus {
    box-shadow: inset 2px 2px 2px #a5a5a5, inset -2px -2px 2px #fff;
}

.login_form input[type=text],
.login_form input[type=email],
.login_form input[type=password],
.login_form textarea,
.login_form .form-boots-control {
    outline: none;
    border: 1px solid #b4e8f9;
    background: transparent;
    box-shadow: inset 0 0 15px #5dcef2;
    padding: 14px 21px;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
    font-size: 16px !important;
    text-shadow: 1px 1px 1px #fff;
    color: #716f6f;
    letter-spacing: 0.5px;
    background: #fff;
    font-weight: 600 !important;
}

.login_form select.form-boots-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;
}

.login_form input[type=text]:focus,
.login_form input[type=email]:focus,
.login_form input[type=password]:focus,
.login_form textarea:focus {
    /* box-shadow: inset 2px 2px 2px #b1b1b1, inset -2px -2px 2px #fff !important; */
    background: #eff8ff;
    border: 1px solid #03C0F3 !important;
    box-shadow: none;
}

.login_form input[type="button"] {
    border: none;
    box-shadow: inset 2px 2px 2px #a5a5a5, inset -2px -2px 2px #fff;
    border-radius: 3px;
    padding: 6px 8px;
    cursor: pointer;
    transition: 0.3s all;
}

.login_form input[type="button"]:hover {
    box-shadow: inset 1px 1px 1px #a5a5a5, inset -1px -1px 1px #fff;
}

 ::placeholder {
    text-shadow: 1px 1px 1px #fff;
    color: #6d6d6d;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    transition: 0.3s all;
}

.back_to_home {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 18px;
}

a:hover {
    color: #fff;
}

.login_form {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-default {
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    background: #03c0f3;
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 20px;
    position: relative;
    padding: 15px 80px;
    font-family: system-ui;
}

.nav_tab_icon {
    width: 100px;
    height: 100px;
}

.tab_sidebar {
    position: relative;
}

.tab_side::before {
    content: '';
    display: block;
    background-image: url(../img/side_line.png);
    background-position: 38% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 25% 100%;
    z-index: -1;
}

.nav_tab_div {
    background: #03c0f3;
    padding: 30px;
    border-radius: 25px;
    /* border: 3px solid #0072BC; */
    text-align: center;
    max-width: 100%;
    height: 215px;
}

.tab_sidebar .nav_tabs {
    margin: 20px 0;
}


/* .tab_sidebar .nav_tabs:nth-child(2){
    margin: 20px 0 20px;
} */

.nav_tab_div h3 {
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    color: #0072BC;
    margin-top: 5px;
    font-family: 'Karla', sans-serif;
}

.inner_heading_text {
    font-size: 27px;
    color: #0077be;
    font-family: system-ui;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 15px !important;
}

.nav_tab_div:hover {
    transform: scale(0.95);
}

.nav_tab_div {
    transition: all .3s ease-in-out;
}

.nav_tabs {
    position: relative;
}

.tab_sidebar .nav_tabs:after {
    content: '';
    position: absolute;
    display: block;
    top: 65px;
    right: -200px;
    background-image: url(../img/red_line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: -1;
    height: 80px;
}

.text-red {
    color: #EE1D23 !important;
}

.text-purple {
    color: #622583 !important;
}

.border_line {
    position: relative;
}

.border_line::before {
    content: '';
    display: block;
    background-color: transparent;
    border: 3px solid #5fc7b7;
    border-radius: 30px;
    margin: 130px 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 290px;
}

@media screen and (max-width:990px) and (min-width:320px) {
    .border_line::before {
        margin: 85px 0px !important;
    }
}

.text-marron {
    color: #4B221B !important;
}

.text-skyblue {
    color: #0A92A2!important;
}

.text-lightblue {
    color: #5C6BC0!important;
}

.text-lightgreen {
    color: #7FC240!important;
}

.text-scolor {
    color: #546E7C!important;
}

.select2-container--default .select2-selection--single {
    border-radius: 40px!important;
    padding: 14px!important;
    height: auto !important;
    box-shadow: inset 0 0 15px #acb1b3;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px!important;
    right: 15px!important;
}

.select2-dropdown {
    top: 10px!important;
    border-radius: 20px !important;
    padding: 10px!important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%)!important;
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ee1d23!important;
}

.select2-results__option {
    border-radius: 12px!important;
    padding: 8px!important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px!important;
    border-radius: 12px!important;
    outline: none !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    opacity: 1!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #a9a9a9!important;
    cursor: not-allowed !important;
    pointer-events: auto!important;
}
{
pointer-events: auto!important;

}
.line_row {
    display: inline-block;
    padding: 5px 20px;
    background: #e3e3e3;
    margin: 10px 0 10px;
    color: #000;
    border-left: 2px solid #03c0f3;
    line-height: 1.5;
}

.custom_check span {
    color: #000;
    vertical-align: bottom;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 16px;    
}

.custom_check input {
    display: none;
}

.custom_check span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #adadad;
    left: 0;
    top: 0px;
    border-radius: 2px;
}

.custom_check input:checked +  span:before {
    background: #03c0f3;
    box-shadow: inset 0 0 0px 3px #ffffff;
    border: 1px solid #03c0f3;
}
.iconBox input:checked + img {
    border: 3px solid #0077BD;
    transform: scale(1);
    /* filter: blur(1px); */
}

.iconBox img {
    border: 3px solid #e4e6e7;
    padding: 0;
    
}   
.iconBox img:hover {
    border: 3px solid #0077BD;
    cursor: pointer;
}