body {
    background: linear-gradient(to bottom, #87CEEB, #FFFFFF);
    background-repeat: no-repeat;
    background-color: #fff;
}

.bg-main {
    background-color: #0D3642;
}

.text-main {
    color: #0D3642 !important;
}

.f-4 {
    font-weight: 400;
}

.highlight-color {
    color: #56b01a;
}

.highlight {
    color: #56b01a !important;
    font-size: 24px !important;
    font-weight: 700;
}

.otp-in {
    width: 40px;
    height: 40px;
}

.form-group {
    margin: 10px 0px !important;
}

label {
    color: rgba(13, 54, 66, 0.767);
    font-size: 14px;
    font-weight: 400;
}

.reddot::after {
    content: ' *';
    color: red;
}

input,
select {
    background-color: #f3f4f9 !important;
    border-radius: 4px !important;
}

button {
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #0d3642 !important;
}

button:active {
    background-color: #56b01a !important;
}

button:disabled {
    background-color: #7f949a !important;
}

.progress-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: conic-gradient(#0d3642 0%, #0d3642 0%, #7f949a 0%, #7f949a 100%);
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

.progress-text {
    max-width: 36px !important;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    position: absolute;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}

button:hover {
    background-color: #0d3642;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 30px solid #0D3642;
    border-bottom: 21px solid transparent;
}

.pr-2 {
    padding-right: 30px;
}

.active {
    background-color: #0d3642 !important;
}

.radio-con {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 39px !important;
    background-color: #f3f4f9;
}

.radio-con>label {
    font-size: 14px;
}

.active>label {
    color: white;
}

input[type=radio] {
    accent-color: #56b01a;
}


.step {
    animation: fadeIn 0.5s forwards;
}

.move {
    animation: logo 0.5s forwards;
}

.coin-img {
    width: 200px;
    animation: fadeIn 0.5s forwards, hovering 2s ease-in-out infinite;
}

@keyframes hovering {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes logo {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.border-main {
    border-color: #0D3642 !important;
}

#resend {
    font-size: 12px !important;
}

#prev {
    background-color: transparent !important;
    color: #0d3642 !important;
    border: #7f949a 0.5px solid !important;
}

input:focus {
    backdrop-filter: blur(0px) !important;
    filter: none !important;
}

input:active {
    backdrop-filter: blur(0px) !important;
    filter: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input:focus,
    textarea:focus,
    select:focus {
        filter: none !important;
        /* Remove blur */
        outline: none !important;
        /* Remove default outline, if needed */
    }
}

input[type="date"] {
    display: block !important;
    /* Ensure it's displayed */
    visibility: visible !important;
    /* Ensure it's visible */
    opacity: 1 !important;
    /* Ensure it's fully opaque */
}


.otp-con {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.otp-pop-up {
    height: fit-content
}

.otp-in {
    width: 50px;
    height: 50px;
}

.otpbtn {
    /* box-shadow: 0px 0px 2px 1px rgba(255, 216, 24, 1); */
    background-color: #0D3642;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

body {
    height: 100vh;
}

.container-1 {
    max-width: 600px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

select {
    appearance: menulist !important;
}

#businessNameOptions {
    width: 300px;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1;
}

#businessNameOptions option {
    display: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#businessNameOptions option:last-child {
    border-bottom: none;
}

#businessNameOptions option:hover {
    background-color: #f0f0f0;
}

#businessName {
    position: relative;
}

#businessName:focus+#businessNameOptions {
    display: block;
}

#businessNameOptions option:active {
    background-color: #ccc;
}

main {
    background-color: transparent;
}

form {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border: 1px solid rgba(0, 0, 0, .125);
}

/* input[type="checkbox"] {
            width: 20px;
            height: 50px;
            margin-top: -10px;
        } */

@media only screen and (min-width: 768px) {
    main {
        background-color: white;
    }

    .coin-img {
        width: 300px;
    }

    #businessNameOptions {
        width: 520px;
    }

    .radio-con {
        width: auto;
    }

    h4,
    h5,
    .highlight {
        font-size: 28px !important;
    }

    .radio-con>label {
        font-size: 16px;
    }

    form {
        box-shadow: none;
        border: 0px;
    }

    .top {
        height: 90vh;
    }
}


.otp-input {
    text-align: center;
    width: 40px;
    height: 40px;
}