body{
    background-color: #567042 !important;
}
.sp-container {
    height: 100vh;
    width: 100%;
    font-family: "Helvetica Neue", "Open sans", sans-serif;
    background-color: gray;
    background-image: -webkit-linear-gradient(top left, #223874, #8bb46d);

    padding-top: 100px;
}

.sp-email-phn-form-div {
    /*height: 80%;*/
    width: 40%;
    background-color: #fff;
    margin: auto;
    min-width: 300px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sp-email-phn-dialog {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.sp-logo {
    margin: auto;
}

.sp-logo-img {
    height: 35px;
}

.sp-form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.sp-otp-form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.sp-bg {
    background-color: #213b70 !important;
}

.sp-unlocked-offer-text {
    margin-top: 10px;
    text-align: center;
}

.sp-sc-card {
    height: 300px;
    border-color: #fff;
    width: 100%;
    margin-top: 10px;
}

.sp-loading-spinner {
    height: 15px !important;
    font-size: 8px;
}

.sp-notifications {
    z-index: 1000;
    position: fixed;
    top:7px;
    right:10px;
    margin-left: 10px;
    background: #e8f5e9;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #409945;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6pmx rgba(0,0,0,0.23);
    display: inline-flex;
}

.sp-notifications-bg-error {
    background: #F2DEDE;
    color: #B94A48;
}
.sp-notification-close-div {
    height: 10px;
    right: 6px;
    top: 0px;
    font-size: 14px;
    cursor: pointer;
}

.sp-notification-text {
    font-size: 12px;
    margin-right: 10px;
    margin-left: 5px;
}

.landscape{
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top left, #223874, #8bb46d);
}

.landscape_mode {   
    text-align: center;
    width: 100%;
    top: 35%;
    position: absolute;    
}

.rotate-ltext,.rotate-ptext{
    color: white;
}

.landscape_apply_mode {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sp-issued-amt {
    text-align: center;
    font-size: 32px;
    color: #223874;
    font-weight: bold;
}

.sp-issued-card-title {
    font-size: medium;
    color: #494949;
    text-align: center;
}

.sp-issued-card-sub-title {
    font-size: medium;
    text-align: center;
    color: #494949;
}

#success_container {
    display: none;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px; 
    border: 1px solid transparent; 
    border-radius: 4px;
}