.checkout-app-container {
    --input-group-addon-bg: whitesmoke;
}

.checkout-app-container .form-group {
    margin-bottom: var(--spacer);
}

.sr-login-remember-me-div .form-group {
    display: flex;
    justify-content: flex-end;
}

.registration-wrapper .btn-primary,
.sr-login-wrapper .btn-primary {
    position: relative;
}

.disabled-btn-color-hide {
    color: transparent;
}

.sr-custom-checkbox {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.sr-custom-checkbox label {
    padding-left: 10px;
}

.sr-custom-checkbox .sr-custom-checkbox-control {
    border-radius:0;
    float: left;
    margin-left: -1.5em;
    width: 20px;
    height: 20px;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    flex-shrink: 0;
}

.sr-custom-checkbox .sr-custom-checkbox-control:active {
    filter: brightness(90%);
}

.sr-custom-checkbox .sr-custom-checkbox-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.sr-custom-checkbox .sr-custom-checkbox-control:checked {
    background-color: var(--global-color);
    border-color: var(--global-color);
}

.sr-custom-checkbox .sr-custom-checkbox-control:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.sr-register .iti {
    width: 100%;
}

.sr-register .iti .iti__flag-container {
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
}

.sr-register .iti.iti--allow-dropdown .iti__selected-flag {
    display: flex;
    justify-content: center;
    background-color: var(--input-group-addon-bg);
    width: 80px;
}

.sr-register .iti.iti--allow-dropdown .iti__selected-flag:focus {
    outline: none;
}

.sr-register .iti .iti__selected-flag .iti__flag {
    left: 25px;
}

.sr-register .iti .iti__selected-flag .iti__arrow {
    right: 14px;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 7px solid #9ea4a6;
}

.sr-register .iti .iti__country-list {
    z-index: 4;
}

.checkout-app-container .sr-input-group-addon-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: whitesmoke;
}

@media (max-width: 370px) {

    .sr-login-forgotten-div {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .sr-login-remember-me-div {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .sr-login-remember-me-div .sr-custom-checkbox-label {
        font-size: 12px;
    }
}