.full-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.849);
    z-index: -1;
    display: none;
}

.master-submenu-head{
    font-size: 18px;
    padding: 0px;
    margin: 10px 0px 0px 15px;
}

.master-submenu-close{
    font-size: 35px;
    margin-right: 10px;
}

.sidenav {
    height: 560px;
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #9b9b9b;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 10px 0px 0px 0px;
}

.sidenav2 {
    height: 560px;
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #9b9b9b;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 10px 0px 0px 0px;
}

@media (max-width: 491px) {
    .sidenav {
        height: 580px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }
}

@media (max-width: 491px) {
    .sidenav2 {
        height: 570px !important;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: 0;
        background-color: #9b9b9b;
        overflow-x: hidden;
        transition: 0.5s;
        border-radius: 10px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
    .sidenav {
      height: 575px !important;
      position: fixed;
      z-index: 1;
      bottom: 0;
      right: 0;
      background-color: #9b9b9b;
      overflow-x: hidden;
      transition: 0.5s;
      border-radius: 10px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
    .sidenav2 {
      height: 575px !important;
      position: fixed;
      z-index: 1;
      bottom: 0;
      right: 0;
      background-color: #9b9b9b;
      overflow-x: hidden;
      transition: 0.5s;
      border-radius: 10px 0px 0px 0px;
    }
}

.mobilemenu-main-height{
    height: 510px !important;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .header-fixed .wrapper {
        padding-top: 45px !important;
    }
}

@media (min-width: 992px) {
    .header-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
        height: 45px !important;
        padding: 0;
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.05);
    }
}

.custom-right-icon-align {
    margin-top: -2px !important;
    width: 35px;
}

.full-screen-custom{
    position: fixed; 
    right: 0; 
    margin-right: 15px; 
    top: 9px !important;
}


/* For User Profile */
.my-profile-div {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; /* Change left to right */
    background-color: #4e4e4e;
    overflow-x: hidden;
    transition: 0.1s;
}

/* For User Profile Mobile */
.my-profile-div-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; /* Change left to right */
    background-color: #4e4e4e;
    overflow-x: hidden;
    transition: 0.1s;
}

.user-profile-card {
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.custom-whatsapp-icon-color{
    color: #33e533;
    z-index: 9;
    position: relative;
    right: 27px;
    top: 0px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .mobile-footer {
      margin-bottom: 70px !important;
    }
}

.bet-mobile {
    /* width: 40%; */
    height: 60px;
}

.history-back-button{
    position: relative;
    top: 7px;
}

.right-icon-align {
    margin-top: 12px;
    width: 35px;
}

.sidenav .fab {
    color: #ff0000 !important;
    font-size: 22px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 0px !important;
}


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0.475rem !important;
    border-bottom-right-radius: 0.475rem !important;
}

.password-icon-btn{
    position: absolute;
    right: 10px;
    top: 9px;
}

.form-control-lg {
    /* min-height: calc(1.5em + 1.65rem + 2px); */
    height: 30px;
    padding: 3px 10px !important;
    font-size: 1.15rem;
    border-radius: 0.475rem;
}

.form-select.form-select-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #4a4d6091;
    transition: color 0.2s ease, background-color 0.2s ease;
    font-weight: 500;
    height: max-content;
    padding-top: 2px;
    padding-left: 5px !important;
    padding-bottom: 4px;
    width: 100% !important;
}

@media (max-width: 575px) {
    .whatsapp-setup-div{
        justify-content: start !important;
        margin-left: 15px !important;
    }    
}