.main-div,
.bottom-footer {
    background-color: #09061a;
}

.cust-bg {
    background-color: #09061a;
}

.header {
    background-color: #e3db04;
    padding: 0 3.5rem;
}

.header .nav-menu__link {
    padding: 25px 0;
}

.login-btn {
    border: 1px solid rgba(33, 37, 41, 1) !important;
    padding: 0.5rem 2rem;
    font-size: 13px;
    font-weight: 600;
    color: black;
}

.reg-btn {
    border: 1px solid rgba(33, 37, 41, 1) !important;
    background-color: rgba(33, 37, 41, 1) !important;
    padding: 0.5rem 2rem;
    font-size: 13px;
    font-weight: 600;
    color: #e3db04;
}

.main-div {
    padding: 0 4rem 2rem 4rem;
}

.sub-menu li {
    cursor: pointer;
    color: white;
    font-size: 13px;
}

.sub-menu li:hover {
    color: #cccccc;
}

.search {
    height: 40px;
}

.home-icon {
    border: 2px solid #e3db04;
    color: #e3db04 !important;
    margin-right: 10px;
}

.icon {
    font-size: 20px;
}

.title-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.small_hr {
    width: 65px;
    background-color: #e3db04;
    border: 2px solid #e3db04;
}

.small_hr hr {
    color: #e3db04;
}

.game-div {
    background-color: #151225;
    height: 150px;
    min-height: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0.75rem;
    background: url('./../Lucky Habibi Logo 2.png');
    background-size: auto;
    background-repeat: round;
    position: relative;
    cursor: pointer;
}

.game-div .game {
    background-color: #5a5a5ab3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
}

.game-div .bid {
    color: #e3db04;
    text-align: right;
    font-size: 10px;
}

.game-div .title {
    color: #ffbe47;
    font-size: 14px;
    position: relative;
    top: 75px;
}

.game-div .description {
    color: white;
    font-size: 15px;
    position: relative;
    top: 75px;
}

.add-icon {
    border: 2px solid #e3db04;
    color: #e3db04 !important;
}

.plus-divider .divider {
    background-color: #e3db04;
    height: 3px;
}

.plus-divider .first-divider {
    margin-right: 10px;
}

.plus-divider .second-divider {
    margin-left: 10px;
}

.see-all {
    background-color: #bf996b;
    padding: 5px 15px;
    border-radius: 25px;
}

.page-footer {
    color: white;
    font-size: 13px;
}

.page-footer .menu {
    margin-bottom: 2px;
}

.page-footer .menu a {
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

.page-footer .menu a:hover {
    color: #cccccc;
}

.sponsor div {
    background-color: white;
    height: 40px;
    width: 70px;
    padding: 2px 5px;
    border-radius: 7px;
}

.sponsor img {
    height: 35px;
    width: 60px;
    object-fit: contain;
}

.bottom-footer {
    border-top: 1px solid #e3db04;
}

.page-footer .language-select {
    width: 125px;
    background-color: #bf996b;
    border: 1px solid #bf996b;
}

.page-footer .social-icons img {
    cursor: pointer;
}

.page-footer .social-icons img:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
}

.page-footer .email {
    margin-left: 10px;
}

.page-footer .email a {
    color: white;
    cursor: pointer;
}

.page-footer .email a:hover {
    color: #cccccc;
}

/* After Login CSS */
/* .login-header {
    padding: 0;
}

.login-header .user-info .name {
    color: white;
    font-size: 14px;
    margin-left: 5px;
} */

.dashboard-nav {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}



.sidebar-list__link {
    font-size: 13px;
    font-weight: 700;
    color: #8b8b8b;
}

.sidebar-list__link:hover {
    background-color: #6a6a6a !important;
}

.sidebar-active-link {
    color: white !important;
}

.sidebar-list__link:hover .sidebar-list__icon .icon-div {
    background-color: #2a2a2a !important;
    color: #2a2a2a !important;
}

.sidebar-active-link:hover .sidebar-list__icon .icon-div {
    background-color: #FF7952 !important;
    color: white !important;
}

.sidebar-list__link .sidebar-list__icon {
    height: unset;
    width: unset;
}

.sidebar-list__link .sidebar-list__icon .icon-div {
    background-color: #6a6a6a;
    height: 30px;
    width: 30px;
    border-radius: 8px;
    margin-right: 3px;
}

.sidebar-active-link .sidebar-list__icon .icon-div {
    background-color: #FF7952;
}

.sidebar-list__link .sidebar-list__icon .icon-div i {
    padding: 7px;
    color: white;
    font-size: 17px;
}

.dashboard-main-div {
    padding: 0;
}

.dashboard-body__content {
    margin: 22px 0 0 0;
}

.dashboard-sub-menu li {
    cursor: pointer;
    color: #565656;
    font-size: 15px;
}

.dashboard-sub-menu li:hover {
    color: #cccccc;
}

.dashboard-sub-menu .active {
    color: white;
}

.dashboard-sub-menu li .icon {
    font-size: 20px;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-btn:hover {
    color: black;
}

.reg-btn:hover {
    color: #e3db04;
}

.login-box {
    padding: 5rem 0;
}

.login-card {
    background-color: white;
    border-radius: 30px;
    width: 60%;
}

.login-card .form {
    width: 65%;
}

.login-card .form .title {
    font-size: 1.6rem;
    font-weight: 600;
    color: black;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-card .form .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.cust-form {
    text-align: start;
    width: 70%;
}

.cust-form .form-group {
    margin-top: 15px;
}

.cust-form label {
    color: black;
    font-weight: 600;
    font-size: 13px;
}

.cust-form .form-control {
    font-size: 0.8rem;
    border-radius: .5rem;
    line-height: 1.9;
}

.cust-form .form-control:focus {
    box-shadow: none;
    border-color: #e3db04;
}

.cust-form .forgot-password {
    text-align: right;
}

.cust-form .sign-up {
    text-align: center;
}

.cust-form .sign-up label {
    font-size: 12px;
    color: #818181;
    font-weight: 500;
}

.cust-form .sign-up label strong {
    color: black;
    cursor: pointer;
}

.cust-button {
    padding: 0.5rem 2rem;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-radius: .5rem;
    background-color: #d1b21d;
    color: white;
}

.cust-button:hover {
    color: white;
}

.login-card .image {
    width: 40%;
}

.login-card .image img {
    height: 100%;
    width: 100%;
    border-radius: 0 30px 30px 0;
}

.required-border {
    border: 1px solid red;
}

.signup-box {
    padding: 5rem 0;
}

.signup-card {
    background-color: white;
    border-radius: 30px;
    width: 60%;
}

.signup-card .form {
    width: 65%;
}

/* .signup-card .form div {
    width: 100%;
} */
.signup-card .form .stepper .step {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 12.5px;
    padding: 9px;
}

.signup-card .form .stepper .filled-step {
    background-color: #d1b21d;
    color: white;
}

.signup-card .form .stepper .unfilled-step {
    background-color: #e1e1e1;
    color: black;
}

.signup-card .form .stepper .step-divider {
    width: 70%;
    margin: auto 10px;
    position: relative;
}

.signup-card .form .stepper .step-divider .full {
    background-color: #e1e1e1;
    color: black;
    height: 6px;
    border-radius: 7px;
}

.signup-card .form .stepper .step-divider .half-filled {
    position: absolute;
    top: 0;
    background-color: #d1b21d;
    width: 50%;
    height: 6px;
    border-radius: 7px;
}

.signup-card .form .stepper .step-divider .full-filled {
    position: absolute;
    top: 0;
    background-color: #d1b21d;
    width: 100%;
    height: 6px;
    border-radius: 7px;
}

.signup-card .form .title {
    font-size: 1.3rem;
    font-weight: 600;
    color: black;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.signup-card .form .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.signup-card .form .checkbox-text {
    font-size: 10.5px;
    margin-left: 8px;
}

.signup-card .image {
    width: 40%;
}

.signup-card .image img {
    height: 100%;
    width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767px) {
    .login-card {
        width: 100%;
    }

    .login-card .image {
        display: none;
    }

    .login-card .form {
        width: 100%;
    }

    .signup-card {
        width: 100%;
    }

    .signup-card .image {
        display: none;
    }

    .signup-card .form {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .login-card {
        width: 75%;
    }

    .signup-card {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    .login-card {
        width: 80%;
    }

    .signup-card {
        width: 80%;
    }
}