
.verify-otp-btn {
    width: 40%;
    padding: 8px 0px;
    margin-right: 25px;
    margin-top: 12px;
    border: navajowhite;
    border-radius: 5px;
    font-size: 16px;
    display: none;
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    transform: translateY(-50%);
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Center container styling */
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

.bg-overlay {
    position: relative;
    background-size: cover;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

/* Button styling */
.video-button {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff4757;
    color: #ffffff;
    font-size: 24px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    z-index: 2;
    box-shadow: 0 0 1rem #000;
}

/* Wave styling */
.wave {
    position: absolute;
    border: 1rem solid rgba(255, 71, 87, 0.7);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2.5s infinite ease-out;
    pointer-events: none;
}

/* Create three waves with staggered animation delays */
.wave:nth-child(2) {
    animation-delay: 0.3s;
}

.wave:nth-child(3) {
    animation-delay: 1.3s;
}

/* Animation for pulsing effect */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* Modern Form Submit Button */
.submit-btn {
    width: 100%;
    padding: 7px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(45deg, #28a745, #28a745);
    border: none;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 2.5rem;
}

/* Hover Effect */
.submit-btn:hover {
    background: linear-gradient(45deg, #218838, #1e7e34);
    /*box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);*/
    transform: translateY(-2px);
}

/* Active Button Effect */
.submit-btn:active {
    background: linear-gradient(45deg, #1e7e34, #19692c);
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);*/
    transform: translateY(1px);
}

.form-group.row .col-form-label, .form-group.row .form-control {
    gap: 5px;
}

.custom-input-group {
    display: flex;
    margin-bottom: .5rem;
}

.custom-input-group > label {
    margin-bottom: 0;
    padding: 8px 5px;
    background: #eee;
    font-weight: normal;
    height: 4.5rem;
    display: flex;
    justify-content: start;
    align-items: start;
    border: 1px solid #3c8dbc2e;
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: 15rem;
    font-size: 20px;
}

.custom-input-group > input {
    height: 4.5rem;
    border-color: #3c8dbc2e;
    box-shadow: none;
    border-width: 1px;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
}

.custom-input-group > input:focus {
    border-color: #3c8dbc;
    box-shadow: none;
    border-width: 1px;
}

.modal-fullscreen-custom {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    max-width: none;
    max-height: none;
    margin: 50px auto;
}

.modal-content {
    height: 100%;
    border-radius: 10px;
}

.custom-form {
    height: 100vh;
    /*background: white;*/
    padding: 1rem 4rem;
    /*box-shadow: 7px 9px 3rem #0701015c;*/
}

.custom-form-sub-section {
    padding: 1rem 4rem;
    width: 100vh;
}

.form-title {
    margin-left: -14px;
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2rem;
}


/*// @@
  @@ SSLcommerze style

 */
.sslcom-main-container {
    height: 100vh;
    justify-content: center;
    align-items: start;
    display: flex;
}


.sslcom-row {
    border-radius: 5px;
    margin-top: 7rem;
    box-shadow: 13px 22px 40px #0003;
    padding: 3rem 2.5rem;
}


.sslcom-payment-title {
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background: #bcc4ca57;
    border-radius: 8px;
    margin-bottom: 16px;
}


.custom-grid{
    padding: 1rem;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.custom-grid > label{
    cursor: pointer;
    padding-top: 5px;
}


/*    Responsive */

/* Extra large screens (large desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* Large screens (desktops, 1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {

}

/* Medium screens (tablets, 768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    body{
        background: white;
    }
    .custom-form-sub-section {
        /*margin-top: 26rem;*/
        margin-top: 113rem;
        width: 100%;
    }

    .login-page, .register-page {
        background: white;
    }

    .custom-form {
        box-shadow: none;
    }
}



@media ( min-width: 810px) and ( max-width: 810px) {
    .custom-form-sub-section {
        margin-top: 43rem;
    }
    #payment_methods div.col-md-6:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1080px) and (max-width: 1080px) {
    .custom-form-sub-section {
        margin-top: 43rem;
    }

    #payment_methods div.col-md-6:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Small screens (landscape phones, 576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    body{
        background: white;
    }
    .login-page, .register-page {
        background: white;
    }

    .custom-form {
        box-shadow: none;
    }

    .custom-input-group > label {
        font-size: 17px;
    }

    .custom-form-sub-section {
        /*margin-top: 16rem;*/
        margin-top: 114rem;
        width: 100%;
    }

    #payment_methods div.col-md-6:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Extra small screens (portrait phones, 375px to 575px) */
@media (min-width: 375px) and (max-width: 575px) {
    body{
        background: white;
    }
    .p-0-374 {
        padding: 0 !important;
    }

    .custom-input-group > label {
        font-size: 16px;
    }

    .custom-form-sub-section {
        /*margin-top:-25rem;*/
        margin-top: 69rem;
    }

    .form-title {
        font-size: 2.3rem;
    }

    #payment_methods div.col-md-6:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Ultra small screens (small phones, less than 375px) */
@media (max-width: 374px) {
    body{
        background: white;
    }
    .p-0-374 {
        padding: 0 !important;
    }

    .custom-input-group > label {
        font-size: 16px;
    }

    .custom-form-sub-section {
        margin-top: 73rem;
    }

    .form-title {
        font-size: 2.3rem;
    }

    #payment_methods div.col-md-6:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}


.subscription-package-card {
    padding: 1.2rem;
    border: 1px solid darkgray;
    border-radius: 5px;
    padding-bottom: .5rem;
}

.subscription-package-card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
}

.line-through{
    margin-top: 10px;
    text-decoration: line-through;
    text-decoration-color: grey;
    text-decoration-thickness: 2px;
}

.package-discount{
    position: absolute;
    top: 1px;
    /* transform: rotate(45deg); */
    right: 16px;
    background: #6a4706;
    padding: 0 7px;
    color: aliceblue;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

.blur-circle-1 {
    width: 10px;
    height: 10px;
    background: #0202ff9c;
    border-radius: 50%;
    filter: blur(2px);
    box-shadow: 0 0 4px blue;
    margin-right: 10px;
}

.blur-circle-2 {
    width: 10px;
    height: 10px;
    background: rgba(11, 174, 6, 0.61);
    border-radius: 50%;
    filter: blur(2px);
    box-shadow: 0 0 4px #08f101;
    margin-right: 10px;
}

.blur-circle-3 {
    width: 10px;
    height: 10px;
    background: rgba(0, 250, 162, 0.61);
    border-radius: 50%;
    filter: blur(2px);
    box-shadow: 0 0 4px #00ffb2;
    margin-right: 10px;
}

.package-facility-list {
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.package-facility-list li {
    padding: 5px 0;
}

.package-facility-list i {
    color: orange;
    font-size: 14px;
}

.custom-grid {
    padding: 1rem;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    border-radius: 5px;
}