﻿/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
@import url("/Fonts/Poppin.css");

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction:column;
    min-height: 100vh;
}
.wrapper-container{
    display:flex;
    flex-direction:column;
}
.already-p {
    font-size: 14px;
}
.svg-logo{
    margin-bottom:10px;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sign-container {
    display: grid;
    grid-template-columns: 34% 66%;
    /* grid-template-columns: 40% 70%; */
}

.left-section {
    /* padding: 20px 40px; */
    padding: 40px 40px 20px 40px;
    background-color: #282828;
}

.right-section {
    padding: 35px;
    background-color: #232323;
}


.logo {
    width: 65px;
    margin-bottom: 20px;
    background: white;
    padding: 17px;
    border-radius: 15px;
}

.illustration {
    display: flex;
    justify-content: center;
}

    .illustration img {
        width: 100%;
    }

.heading {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

p {
    color: #bbb;
}

a {
    color: #35B9E0;
    text-decoration: none;
}

form {
    width: 100%;
}

.input-group {
    margin-bottom: 15px;
    /* align-items: center; */
}

    .input-group label {
        flex: 1;
        margin-right: 10px;
    }

    .input-group input {
        flex: 3;
        display: block;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        background-color: #333;
        color: #fff;
    }

.verify-btn {
    background-color: #00c8c8;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

    .verify-btn:hover {
        background-color: #00a8a8;
    }

.user-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .user-type input[type="radio"] {
        display: none;
    }

    .user-type label {
        flex: 1;
        text-align: center;
        padding: 10px;
        border: 1px solid #333;
        border-radius: 5px;
        cursor: pointer;
        background-color: #333;
    }

    .user-type input[type="radio"]:checked + label {
        background-color: #00c8c8;
    }

.terms {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .terms input {
        margin-right: 10px;
    }

.create-account-btn {
    padding: 14px 35px;
    border: none;
    border-radius: 5px;
    background-color: #00b8d4;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

    .create-account-btn:hover {
        background-color: #00a8a8;
    }

.account-btn {
    width: 100%;
    padding: 14px 35px;
    border: none;
    border-radius: 5px;
    background-color: #00b8d4;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    &:hover

{
    background-color: #00a8a8;
}

}

.pwd-cont {
    display: flex;
    gap: 18px;
    .input-group

{
    flex: 1;
    position: relative;
    .toggle-password

{
    position: absolute;
    right: 13px;
    top: 50px;
    cursor: pointer;
}

input {
    width: -webkit-fill-available;
    padding: 15px 10px;
    margin: 10px 0;
}

}
}
.heading-font {
    font-size: 23px !important;
    font-family: cursive, sans-serif !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.inp-lbl {
    font-size: 14px;
}


.email-wrapper {
    position: relative;
    input

{
    width: -webkit-fill-available;
    padding: 15px 10px;
    background-color: #333;
    border: 1px solid transparent;
    border-radius: 5px;
    color: white;
    margin: 10px 0;
    width: 100% !important;
}

.verify-link {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #00c8e0;
    text-decoration: none;
}

}

.input-group {
    flex-direction: column;
}

    .input-group input {
        border-radius: 5px !important;
    }

/* .forget-pass {
                                                    margin-top: 15px;
                                                } */
.forget-pass{
    font-size:14px;
}
input:focus-visible {
    outline-offset: -100px;
    border: 1px solid #00b8d4;
}

input {
    outline: none;
}

.blur {
    filter: blur(5px);
}

.account-btn {
    width: 100%;
}


/* Footer Styling */
.footer {
    text-align: center;
    padding: 7px 10px;
    background-color: #282828;
    color: #bbb;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

    .footer .link {
        /* color: #00c8c8; */
        color: #ffffff;
        text-decoration: none;
        margin: 0 5px;
    }

        .footer .link:hover {
            text-decoration: underline;
        }
@media (max-width: 768px) {
    body {
        height: auto;
        /* width: 100%;
                max-width: 90%; */
    }
    .forget-pass {
        text-align: center;
    }
    .footer{
        position:relative;
    }
    .sign-container {
        display: grid;
        grid-template-columns: auto;
    }

    .logo-cont {
        display: none;
    }

    .heading-txt,
    .heading {
        display: none;
    }

    .left-section {
        padding: 40px;
        display: flex;
        justify-content: center;
    }

    .right-section {
        display: flex;
        flex-direction: column;
        padding: 30PX 9px;
    }

    .already-p {
        display: none;
    }

    .radio-custom-btn {
        display: none;
    }

    .create-account-btn {
        width: 100%;
    }

    .modal-content {
        margin: 38% auto;
    }
    /*  form {
                        width: 100%;
                        max-width: 90%;
                    } */
}

.alert-danger {
    background-color: #fff !important;
    border-color: #eed3d7 !important;
    color: red !important;
}

.alert {
    padding: 10px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissible .btn-close {
    padding: 0.9rem 1rem !important;
}

.radio-btn-group {
    display: flex;
    gap: 18px;
}

.radio-button-lbl {
    color: #d8d8d8;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 7px;
    background-color: #333;
    transition: background-color 0.3s ease;
    flex: 1;
    margin: 15px 0;
}

    .radio-button-lbl input[type="radio"] {
        display: none;
    }

.radio-custom-btn {
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

    .radio-custom-btn::after {
        content: '';
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 49.5%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.2s ease;
    }

.radio-button-lbl input[type="radio"]:checked + .radio-custom-btn::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio-button-lbl input[type="radio"]:checked ~ .radio-label {
    color: white;
}

.radio-button-lbl input[type="radio"]:checked ~ .radio-custom-btn {
    border-color: white;
}

.radio-button-lbl input[type="radio"]:checked + .radio-custom-btn::after {
    background-color: white;
}

.radio-button-lbl:has(input[type="radio"]:checked) {
    background-color: #00b8d4;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #232323;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: white;
    max-width: 350px;
    border-radius: 8px;
}

.close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: rgb(117, 116, 116);
        text-decoration: none;
        cursor: pointer;
    }

.code-input {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    input

{
    background: #00c8c8;
    color: white;
}

}

.code-input input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.confirmation {
    color: white;
    font-size: 23px;
    margin: 15px 0;
}

.resend {
    color: #00c8c8;
    font-size: 13px;
    margin: 5px 0;
    cursor: pointer;
}

.not-email {
    font-size: 13px;
    text-align: end;
    margin: 5px 0;
}


.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-box {
    background: #1c1c1c;
    max-width: 700px;
    width: 90%;
    margin: 3% auto;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup-overlay.active {
    display: block;
    opacity: 1;
}

.popup-box.active {
    opacity: 1;
    transform: translateY(0);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 3px;
    background: none;
    border: none;
    font-size: 20px;
    color: #cccccc;
    cursor: pointer;
    transition: color 0.3s;
}

    .close-btn:hover {
        color: #ff4c4c;
    }

.popup-content {
    max-height: 500px;
    overflow-y: auto;
    font-size: 15px;
    color: #cccccc;
    line-height: 1.6;
    padding-right: 15px;
}

    .popup-content h2 {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .popup-content h3 {
        /* color: #00bcd4; */
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
    }

    /* Custom scrollbar */
    .popup-content::-webkit-scrollbar {
        width: 8px;
    }

    .popup-content::-webkit-scrollbar-track {
        background: #2e2e2e;
        border-radius: 10px;
    }

    .popup-content::-webkit-scrollbar-thumb {
        background: #555555;
        border-radius: 10px;
    }

        .popup-content::-webkit-scrollbar-thumb:hover {
            background: #777777;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup-box {
        padding: 15px 20px;
    }

    .popup-content h2 {
        font-size: 18px;
    }

    .popup-content h3 {
        font-size: 14px;
    }
}

.text-wrap {
    text-wrap: nowrap !important;
}

.alert-rc {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px 0;
    position: relative;
    color: #333;
    background-color: rgba(255, 0, 0, 0.1);
}

.alert-danger-rc {
    background-color: rgba(244, 67, 54, 0.2);
    border: 1px solid #f44336;
    color: #f44336;
}

.alert-success-rc {
    background-color: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

.alert-message-rc {
    flex-grow: 1;
    margin-right: 10px;
}

.close-btn-rc {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
}

    .close-btn-rc i {
        font-size: 14px;
    }

