﻿@import url("/Fonts/Poppin.css");

.custom-modal .modal-header {
    position: relative;
    padding-bottom: 10px;
}

.custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    color: #333;
}


.custom-modal .btn-primary {
    margin-top: 20px;
    width: 100px;
    background-color: #007bff;
    border-color: #007bff;
}

.custom-modal .modal-body {
    padding: 15px;
}

.svg-logo {
    margin-bottom: 10px;
}

.blockui {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
    cursor: wait;
    position: fixed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.already-p {
    font-size: 14px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    /*max-width: 950px;*/
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.sign-container {
    display: grid;
    grid-template-columns: 34% 66%;
}

.left-section {
    padding: 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, .heading-mini {
    margin-bottom: 10px;
    font-size: 19px;
    color: white;
}

p {
    color: #bbb;
}

a {
    color: #35B9E0;
    text-decoration: none;
}

form {
    width: 100%;
}

.input-group {
    margin-bottom: 10px;
    align-items: center;
}

    .input-group label {
        flex: 1;
        margin-right: 10px;
    }

    .input-group input {
        flex: 3;
        display: block;
        padding: 10px;
        border: none;
        border-radius: 4px;
        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: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.terms input {
    margin-right: 10px;
}

.terms label {
    margin-left: 10px;
    cursor: pointer;
}

.create-account-btn {
    padding: 13px 25px;
    border: none;
    border-radius: 5px;
    background-color: #00b8d4;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

    .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;
    font-family: 'Poppins', sans-serif;
    &:hover

{
    background-color: #00a8a8;
}

}

.pwd-cont {
    display: flex;
    gap: 10px;
    .input-group

{
    flex: 1;
    position: relative;
    .toggle-password

{
    position: absolute;
    /* right: 0; */
    right: -10px;
    top: 47px;
    cursor: pointer;
}

input {
    /* width: -webkit-fill-available; */
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #4a4a4a;
    font-family: 'Poppins',sans-serif;
}

}
}

@media (max-width: 768px) {
    body {
        height: auto;
    }

    .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;*/
        margin-bottom: 10px;
    }

    .radio-custom-btn {
        display: none;
    }

    .create-account-btn {
        width: 100%;
    }

    .modal-content {
        margin: 38% auto;
    }

    /*form{
        width:93%;
    }*/
}

.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;
    }

.inp-lbl {
    font-size: 14px;
}

.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;
}

.txt-font-14 {
    font-size: 14px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    margin: 0;
    width: 14px;
    height: 14px;
    border: solid 1px rgb(119 119 119);
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

    input[type="checkbox"]::after {
        content: "";
        position: absolute;
        top: 45%;
        left: 51%;
        width: 8px;
        height: 3px;
        border: solid 2px transparent;
        border-right: none;
        border-top: none;
        transform: translate(-50%, -50%) rotate(-45deg);
        transition: border-color 0.2s;
    }

    input[type="checkbox"]:checked {
        border-color: #0dcaf0;
        background-color: #0dcaf0;
    }

        input[type="checkbox"]:checked::after {
            border-color: #fff;
        }


    input[type="checkbox"]:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }

    input[type="checkbox"]:focus {
        outline: none;
        box-shadow: 0 0 4px rgba(0, 135, 134, 0.6);
    }

    input[type="checkbox"]:active {
        transform: scale(0.95);
        transition: transform 0.1s;
    }

    input[type="checkbox"]:disabled {
        border-color: rgba(0, 0, 0, 0.38);
        background-color: rgba(0, 0, 0, 0.12);
        cursor: not-allowed;
    }

        input[type="checkbox"]:disabled::after {
            border-color: rgba(255, 255, 255, 0.38);
        }

.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);
    backdrop-filter: blur(8px);
}

.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;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.code-input input:focus-visible {
    outline-offset: -100px
}

.code-input input:focus {
    border: 1px solid #fff;
}

.confirmation {
    color: white;
    font-size: 23px;
    margin: 10px 0;
}

.resend {
    color: #00c8c8;
    font-size: 13px;
    margin: 5px 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.not-email {
    font-size: 13px;
    text-align: end;
    margin: 5px 0;
}

.blur {
    filter: blur(5px);
}

.account-btn {
    width: 100%;
}

.bg-transparent {
    cursor: pointer;
    background: transparent;
    border: none;
    color: #00b8d4 !important
}

    .bg-transparent:hover {
        text-decoration: underline
    }

input {
    outline: none;
}


.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 */
.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;
}

/* Show popup */
.popup-overlay.active {
    display: block;
    opacity: 1;
}

.popup-box.active {
    opacity: 1;
    transform: translateY(0);
}

/* Close button */
.close-btn-terms {
    position: absolute;
    top: 15px;
    right: 3px;
    background: none;
    border: none;
    font-size: 20px;
    color: #cccccc;
    cursor: pointer;
    transition: color 0.3s;
}

    .close-btn-terms:hover {
        color: #ff4c4c;
    }

.popup-content {
    max-height: 500px;
    overflow-y: auto;
    font-size: 15px;
    color: #cccccc;
    line-height: 1.6;
    padding-right: 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;
        }

    .popup-content h3 {
        /* color: #00bcd4; */
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
    }

    /* Main title styling */
    .popup-content h2 {
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 15px;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup-box {
        padding: 15px 20px;
    }

    .popup-content h2 {
        font-size: 18px;
    }

    .popup-content h3 {
        font-size: 14px;
    }
}

input:focus-visible {
    outline-offset: -100px;
    border: 1px solid #00b8d4;
}

input:focus {
    outline: none;
    /*border: 1px solid #00b8d4 !important */
    border: 1px solid #00b8d4;
}

.alert {
    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 {
    background-color: rgba(244, 67, 54, 0.2);
    border: 1px solid #f44336;
    color: #f44336;
}

.alert-success {
    background-color: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

.alert-message {
    flex-grow: 1;
    margin-right: 10px;
}

.close-btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
}

    .close-btn i {
        font-size: 14px;
    }


/*.email-wrapper {
    position: relative;
    input

{
    width: -webkit-fill-available;
    padding: 10px;
    background-color: #333;
    border-radius: 5px;
    color: white;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #4a4a4a;
    font-family: 'Poppins',sans-serif;
}

.verify-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00c8e0;
    text-decoration: none;
}

}*/
.custom-input-group {
    display: flex;
    gap: 10px;
}

.custom-input-wrapper {
    flex: 1;
}

.custom-input-container {
    position: relative;
}

.custom-form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #4a4a4a;
    background-color: #333;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    caret-color: inherit;
}

.custom-success-icon,
.custom-error-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.custom-success-icon {
    /*color: #28a745;*/
    color: #00b8d4;
}

.custom-error-icon {
    color: #dc3545;
}

.custom-error-message {
    color: #dc3545;
    font-size: 12px;
    display: none;
    margin-bottom: 5px;
}

.custom-inp-lbl {
    font-size: 14px;
}

.custom-input-container.error input {
    border-color: #dc3545 !important;
    caret-color: #dc3545 !important;
}

.custom-input-container.success input {
    /*border-color: #28a745 !important;*/
}

/*.email-wrapper {
    position: relative;
    input

{
    width: -webkit-fill-available;
    padding: 10px;
    background-color: #333;
    border-radius: 5px;
    color: white;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #4a4a4a;
    font-family: 'Poppins',sans-serif;
}

.verify-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00c8e0;
    text-decoration: none;
}
}*/
.verify-link {
    color: #00c8e0;
    text-decoration: none;
    font-size: 12px; /* Adjust size if needed */
}

.dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 23px;
    cursor: pointer;
}

.m-top-10 {
    margin-top: 10px;
}

.location-permission-body {
    background-color: #1e1e1e;
    color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.location-demo-container {
    text-align: center;
    margin-bottom: 30px;
}

.location-trigger-btn {
    background: linear-gradient(135deg, #35B9E0, #2a9fc7);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(53, 185, 224, 0.3);
}

    .location-trigger-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(53, 185, 224, 0.4);
    }

.location-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: block;
    animation: locationOverlayFadeIn 0.3s ease;
}

.location-permission-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #2b2b2b;
    border-radius: 16px;
    padding: 32px;
    max-width: 450px;
    width: 90%;
    z-index: 1001;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(53, 185, 224, 0.2);
    opacity: 0;
    animation: locationPopupSlideIn 0.4s ease forwards;
}

.location-popup-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

    .location-popup-header div {
        display: flex;
        align-items: center;
    }

.location-permission-icon {
    width: 44px;
    height: 44px;
    background: #35B9E0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

    .location-permission-icon svg {
        width: 24px;
        height: 24px;
    }

.location-popup-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.location-popup-description {
    color: #b8b8b8;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 14px;
}

.location-popup-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.location-popup-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 100px;
    font-family: 'Poppins'
}

.location-deny-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .location-deny-btn:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-1px);
    }

.location-allow-btn {
    background: linear-gradient(135deg, #35B9E0, #2a9fc7);
    color: white;
}

    .location-allow-btn:hover {
        transform: translateY(-1px);
    }

.location-popup-close {
    background: none;
    border: none;
    color: #b8b8b8;
    font-size: 24px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

    .location-popup-close:hover {
        color: #35B9E0;
        background: rgba(53, 185, 224, 0.1);
    }

@keyframes locationOverlayFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes locationPopupSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes locationPopupSlideOut {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.location-permission-popup.location-popup-closing {
    animation: locationPopupSlideOut 0.3s ease forwards;
}

@media (max-width: 480px) {
    .location-permission-popup {
        padding: 24px;
        margin: 20px;
    }

    .location-popup-actions {
        flex-direction: column;
    }

    .location-popup-header {
        flex-direction: column;
        text-align: center;
    }

    .location-permission-icon {
        margin: 0 0 12px 0;
    }
}
