.logo {
    width: 88px;
}

.logo2 {
    width:175px;
}

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

.logo3 {
    width: 70px;
}

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

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

.user_icon {
    border-radius: 50%;
    background: linear-gradient(45deg, #1172ab, #3fb5e5);
    width: 55px;
    height: 55px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    border: 2px solid #1874ac;
}

.w-40 {
    width: 430px;
    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 #dbdbdb;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 3px;
    width: 100%;
    text-align: center;
    float: left;
    margin-left: 5px;
    height: 45px;
    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 #06447a;
    cursor: pointer;
}

input:checked+img {
    background: rgb(6 68 122 / 12%);
    border: 1px solid #06447a;
    transform: scale(0.9);
}

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

.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: #324279;
    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 {
    display: inline-block;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background:linear-gradient(45deg, #1172ab, #3fb5e5);
    border-color: #1172ab;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}

.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.png');
    background-size: cover;
    background-position: bottom;
    /* width: 100%; */
    background-repeat: no-repeat;
}

.login_vector {
    width: 410px;
    max-width: 100%;
}


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


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


.back_btn a {
    color: #eee;
}



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

body {
    max-width: 100%;
    overflow-x: hidden;
}


/* 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: #06447a;
    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: #2b5e8b
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: #2b5e8b
}

.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;
        position: relative;
        width: 70px;
        top: auto;
        left: auto;
    }
    .position-absolute {
        position: relative !important;
    }
   
    .footer {
        position: fixed;
    }
    .offcanvas-body {
        margin-bottom: 30px;
    }
    .card-img-overlay span, .text-vertical{
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
}

@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;
}

.form {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    box-shadow: 5px 10px 40px #00000072;
    /* background-image: url('../img/login.png'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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: #06447a;
    font-size: 170%;
    text-shadow: 1px 1px 1px #fff;
}

.login-btn {
    width: 100%;
    height: 45px;
    border-radius: 7px;
    border: none;
    box-shadow: 0px 3px 3px #b5b5b5, 0px -3px 3px #fff;
    font-weight: 900;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    background: linear-gradient(45deg, #0b669b, #189ad2);
    transition: 0.3s;
    display: block;
    text-align: center;
    line-height: 45px;
}

.login-btn:hover {
    box-shadow: 0px 5px 8px rgb(7 42 72 / 20%), 0px -5px 8px rgb(13 90 155 / 10%);
}

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

.form input[type="text"],
.form input[type="password"] {
    width: 300px;
    border-radius: 30px;
    outline: none;
    border: none;
    background: transparent;
    padding: 18px;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    color: #282828;
    letter-spacing: 0.5px;
    background: #ebecf0;
    border: 1px solid #ccc;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus {
    box-shadow: inset 2px 2px 10px #a5a5a5, inset -10px -10px 10px #d4dce9;
}

.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;
}

.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: 14px;
    transition: 0.3s all;
}


a:hover {
    color: #fff;
}