.LogoutBtn {
    border: 0px solid #fff;
    padding: 10px 25px !important;
    border-radius: 20px;
    background: transparent;
    font-size: 15px;
    line-height: 15px;
    margin-left:35px;
}
.nav-link {
    color: #fff !important;
}
.LogoutBtn:hover {
    border: 1px solid #fff;
}

.dropdown-menu[data-bs-popper] {
    left: 25%;
    z-index: 99999;
}
.dropdown-menu {
    background-color: #ff6f64;
    color:#fff !important;
}

.dropdown-item {
    padding: 0px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #ff6f64 !important;
    }
/*.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffeceb;
}*/
.table > :not(caption) > * > * {
    padding: 10px 10px;
}
.borrad50{
    border-radius:50px;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    float: right;
    justify-content: right;
}

.font17px {
    font-size: 17px;
}
.greencolor {
    color: #009846;
}
.redcolor {
    color: #e31e24;
}
.popText {
    font-size: 15px;
    line-height: 25px;
}

.topP30 {
    padding-top: 30px;
}
.botP30 {
    padding-bottom: 30px;
}
.lrP30 {
    padding-left: 30px;
    padding-right: 30px;
}

.leftP30 {
    padding-left: 30px;
}

.borBLGrey2 {
    border-bottom: 2px solid #cbcbcb;
}

.borRLGrey2 {
    border-right: 2px solid #cbcbcb;
}
.topP0{
    padding-top:0px;
}

.topP10 {
    padding-top: 10px;
}
.bottomP10{
    padding-bottom:10px;
}
.leftP15{
    padding-left:15px;
}
.tbP30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.lightGrey {
    font-size: 13px;
    color: #9f9f9f;
}
.tbP5 {
    margin: 8px 0px;
    line-height: 19px;
}
.colorBlack{
    color:#000;
}
.DelCUstomBtn > a {
    margin-bottom: -30px;
    overflow: hidden;
}
.AppointBg
{
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding-top: 0px !important;
    background-image: url(../img/SAH_symbol.svg);
    background-position: bottom right;
    background-size: 25%;
    background-repeat: no-repeat;
}

.BorTB {
    border-top: 1px solid grey;
    padding-top: 30px;
    margin-top: 30px;
}

.button_slide {
    color: #FFF;
    border: 2px solid #ff6f64;
    border-radius: 60px;
    padding: 4px 40px;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #D80286;
    -webkit-transition: ease-out 0.8s;
    -moz-transition: ease-out 0.8s;
    transition: ease-out 0.8s;
    letter-spacing: 2px;
    z-index: 9999;
}

.slide_right {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Ensures the gradient doesn't overflow */
}

    .slide_right::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, #B870BF 5%, #DA7093 50%, #FF6F64 95%);
        transition: width 0.3s ease-out; /* Adjust transition timing as needed */
        z-index:-1;
    }

    .slide_right:hover::before {
        width: 100%;
        color:#fff;
    }
    .slide_right:hover {
        color: #fff !important;
    }

.border-top {
    border-top: 2px solid #8e8e8e !important;
}
.padTop10{
    padding-top:10px !important;
}
.blank-row {
    height: 10px !important;
    border: 0px;
    padding-top: 60px !important;
    font-size: 22px;
    color: #b870be;
    font-weight: 600;
    padding-left: 0px !important;
}

.fixed-header {
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 1000; /* Ensure it's above other content */
    padding: 15px 0px;
}
 
.table-container {
    max-height: 500px; /* Adjust based on your needs */
    overflow-y: auto;
    border: 1px solid #ddd;
}

.table thead th {
    position: sticky;
    top: 60px;
    background-color: #f8f9fa; /* Adjust to match your design */
    z-index: 1020; /* Higher than .fixed-header */
    font-weight: 400;
    
}
 


/*Parent CSS*/
.bgLog {
    background-image: url(../img/BgLog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.borBPink {
    border-bottom: 2px solid #ff6f64;
}


@media(max-width:500px)
{
    .bgLog {
        background-image: url(../img/Log_BG_M.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
           .bgLog::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(255 188 188 / 55%);
        z-index: 1;
        }

        .bgLog > * {
            position: relative;
            z-index: 2;
        }
}