﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    color:#453333 !important;
}
h1, h2, h3, h4, h5, label, span, div {
    color: #453333 !important;
}

.usrName {
    color: #ffffff !important;
    font-size: 14px;
}
.usrRole {
    color: #e9dfdf !important;
    font-size: 12px;
}
.usrCard {
    margin-top:-31px;
    margin-left:-31px;
    height:70%;
}

.docName {
    font-family: Cambria;
    font-weight: bold;
    font-size: 14px
}

.docDiv {
    width: 32%;
}

.bg-dark{
    color:white !important;
}
.form-control, .form-select, .table {
    color: #453333 !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.mybg {
    background-color: #F9F9F9 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.mybg {
    background-color: #F9F9F9 !important;
}


/* fallback for old browsers */
.login-background {
    background: #fccb90;
}
/* Chrome 10-25, Safari 5.1-6 */
.login-background {
    background: -webkit-linear-gradient(to right, #4C6882, #CECCCD, #CECCCD, #CECCCD);
}
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
.login-background {
    background: linear-gradient(to right, #4C6882, #CECCCD, #CECCCD, #CECCCD);
}


.required::after {
    
    content: " *" !important;
    color: red !important;
}


.custom-control-label.required::after {
    content: " *" !important;
    color: red !important;
    position: absolute;
    top: 0.175rem;
    left: -0.5rem;
    display: block;
}


@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.picture-container {
    position: relative;
    cursor: pointer;
    text-align: left;
    width: 150px;
}

.picture {
    /*width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;*/
}

    .picture:hover {
        border-color: #2ca8ff;
    }

.content.ct-wizard-green .picture:hover {
    border-color: #05ae0e;
}

.content.ct-wizard-blue .picture:hover {
    border-color: #3472f7;
}

.content.ct-wizard-orange .picture:hover {
    border-color: #ff9500;
}

.content.ct-wizard-red .picture:hover {
    border-color: #ff3b30;
}

.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 150px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.doctorList {
    height: 18rem;
    overflow-y: scroll;
}

.selectedBooking {
    border: 2px solid blue;
}

#name-error {
    font-size: .75rem !important;
}

.loaderCustom {
    border: 4px solid #f3f3f3; /* Light gray border */
    border-top: 4px solid #3498db; /* Blue border for animation */
    border-radius: 50%;
    width: 40px;
    display: none;
    height: 40px;
    animation: spin 1s linear infinite; /* Animation for rotating border */
    margin: 20px auto; /* Center the loader */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.txt-maroon {
    color: #fa5c7c;
}


.modal-custom .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.fixed-height-div {
    height: 15rem !important;
    overflow: auto;
}

.fixed-height-div-md {
    height: 25rem !important;
    overflow: auto;
}

.ul-custom {
    list-style: none;
}

.h-custom {
    height: 20rem;
    overflow: auto;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: auto;
}

@media (max-width:577px) {
    .img-div {
        display: none;
    }

    .login-container {
        height: 100%;
    }
}

#DNTCaptchaInputText {
    width: 50%;
}

#dntCaptchaRefreshButton {
    float: right;
    width: 10%;
}

#dntCaptchaImg {
    margin-bottom: 4px;
    width: 30%;
    float: right;
    background-color: #CCCCCC;
    padding-right: 8px;
}

.mdi-reload::before {
    
    font-size: 20px;
    color: #000;
}

.hw-custom {
    height: 150px !important;
    width: 150px !important;
}

.img-content {
    object-fit: cover;
}

.calendar-custom .datepicker .datepicker-dropdown .dropdown-menu {
    bottom: 0 !important;
    top: auto !important;
}

.amt-text{
    text-align:right !important;
}

.fw-bold{
    font-weight:200;
}

.table-container {
    overflow-x: auto;
    max-width: 100%;
    position: relative;
}

.sticky-column-1 {
    position: sticky;
    left: 0;
    background-color: #f5f5f5 !important;
    z-index: 2;
    backdrop-filter: blur(2px);
}
.sticky-column-2 {
    position: sticky;
    left: 50px;
    background-color: #f5f5f5 !important;
    z-index: 2;
    backdrop-filter: blur(2px);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(0 0 0 / 20%);
}

.table-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.table-container::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(0 0 0 / 20%);
}
.custom-scrollbar {
    overflow: hidden;
    overflow-x:hidden !important;
}
    .custom-scrollbar:hover {
        overflow: scroll;
        overflow-x: scroll !important;
    }

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: #F5F5F5;
   
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(0 0 0 / 20%);
}

.text-norwrap table tr th, .text-norwrap table tr td {
    text-wrap: nowrap;
}
.dashCardHeight {
    height: 460px !important;
}
.dashUpperCardHeight{
    height:165px !important;
}
.dashGrid {
    max-height:370px !important;
    width:105%;
}

.chkSize input[data-switch]:checked + label:after {
    left: 87px;
}

.chkSize input[data-switch] + label {
    width: 135px;
}

label {
}

.chkSize input[data-switch]:checked + label {
    width: 110px;
}

.chkSize input[data-switch] + label:before {
    left: 22px;
}

.chkSize input[data-switch]:checked + label:before {
    left: 7px;
}