.login-body-section {
    background: url('../img/main-bg.png');
    background-size: cover;
    overflow: hidden;
}

.login-wrapper .loginbox {
    max-width: 500px;
    min-height: 350px !important;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

.login-wrapper .loginbox .login-right {
    width: 100% !important;
    display: block;
}

/* .container {
    background: url(../images/img/bg-game.png);
    background-size: cover;
    padding: 3rem;
    position: relative;
    display: flex;
    height: 80vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

.login-wrapper .loginbox {
    /* background-color: rgba(229, 233, 255, 0.1) !important */
    background-color: rgb(189 199 198 / 76%) !important;
    /* background-color: unset !important */
}

.btn-primary-yellow,
.btn-primary-yellow:hover {
    background-color: #3D9BE9 !important;
    border: 0 !important;
}

/* .dark-input, .dark-input:focus {
    background-color: rgb(189 199 198 / 76%) !important;
    border-color: #fff !important;
    color: #fff !important;
} */

.form-group-label label {
    background-color: rgb(189 199 198 / 76%) !important;
    color: #fff !important;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.form-check-input:focus {
    border-color: #e7002f !important;
    box-shadow: 0 0 0 .25rem rgb(253 13 68 / 39%) !important;
}

.form-check-input,
.form-check-label,
.cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width: 425px) {
    .draft-summary {
        flex-wrap: wrap !important;
    }
}


.profile-views.icon-error {
    top: 35% !important;
}

.select2-container {
    z-index: 99999 !important;
}

.select-container-label {
    z-index: 999999 !important;
}

/* .profile-views.icon-error {
    margin-right: 15px;
} */

.form-control.is-invalid-email {
    /* background-position: right calc(.375em + 2.188rem) center; */
    background-size: 0;
}

.list-group-item.active {
    background: #ffc107;
}

/* end common class */
.top-status ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.top-status ul li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 8px solid #ddd;
    box-shadow: 1px 1px 10px 1px #ddd inset;
    margin: 10px 5px;
}

.top-status ul li.active {
    border-color: #06C167;
    box-shadow: 1px 1px 20px 1px #ffc107 inset;
}

/* end top status */

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 30px;
}

ul.timeline>li:before {
    content: '\2713';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 5px;
    width: 50px;
    height: 50px;
    z-index: 400;
    text-align: center;
    line-height: 50px;
    color: #d4d9df;
    font-size: 24px;
    border: 2px solid var(--ogenix-primary);
}

ul.timeline>li.active:before {
    content: '\2713';
    background: #28a745;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0;
    left: 5px;
    width: 50px;
    height: 50px;
    z-index: 400;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    border: 2px solid var(--ogenix-primary);
}

/* end timeline */
.list-group-item.active {
    background: #3d9be9 !important
}

.bg-warning {
    background: #06C167 !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    /*transform: translateY(-100%);*/
}

.close {
    float: right;
    text-align: right;
    font-size: 30px;
}

.modal-content h2 {
    text-align: center;
    margin-top: -35px;
}

.button_div {
    justify-content: center;
    text-align: center;
}

.button_div button {
    margin-right: 10px;
    background: #06C167;
    border: 1px solid #06C167;
    padding: 5px 15px;
    color: #FFFFFF;
    border-radius: 2px;
}

#addAddressForm input {
    padding: 5px;
}

.nice-select {
    padding: 0px !important;
    height: 38px !important;
    line-height: 38px !important;
}

.add_address_button {
    background: #06C167;
    border: 1px solid #06C167;
    padding: 5px 15px;
    color: #FFFFFF;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .main_flex_div {
        display: flex;
        flex-direction: column;
    }

    .inner_flex_div {
        min-width: 100% !important;
    }

    .modal-content {
        padding: 10px 0px !important;
        min-width: 95% !important;
        height: 700px;
        overflow: scroll;
    }

    .close {
        margin-right: 10px;
    }
}