﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: normal;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.ei-l-outer {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.box-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.card-box {
    border: 1px solid #DFE3F3;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 4px 24px #DADFF4;
    min-width: 520px;
    max-width: 520px;
    /* min-height: 590px; */
    box-sizing: border-box;
    position: relative;
}

.ei-loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 12px;
}

    .ei-loader-container img {
        max-width: 72px;
    }

.card-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
}

.color-75 {
    color: rgb(51, 51, 51, 0.75);
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: rgb(51, 51, 51, 0.75);
}

.form-control {
    outline: none;
    border-radius: 8px;
    border: solid 1px #e1e1e1;
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 42px;
    padding: 8px 16px;
    box-sizing: border-box;
}

    .form-control:focus {
        border: solid 1px #0089C9;
    }

.btn-primary,
.btn-outline-primary {
    background-color: rgba(31, 106, 220, 1);
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 8px 12px;
    color: #FFF;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    cursor: pointer;
    height: 48px;
    font-weight: 600;
    box-sizing: border-box;
    transform: all 0.5s ease-in;
}

.btn-outline-primary {
    background-color: #FFF;
    border: solid 1px rgba(31, 106, 220, 1);
    color: #333;
    text-decoration: none;
    /* cursor: default; */
}

    /* .btn-primary:hover {
   background-color: #4ca761;
 } */

    .btn-outline-primary:hover {
        background-color: rgba(31, 106, 220, 1);
        color: #FFF;
    }

.justify-content-start {
    justify-content: flex-start !important;
}

/* .w-120{
  width: 120px;
 } */

.gap-30 {
    gap: 30px !important;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
}

    .or-divider::before,
    .or-divider::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #e1e1e1;
    }

    .or-divider:not(:empty)::before {
        margin-right: .75em;
    }

    .or-divider:not(:empty)::after {
        margin-left: .75em;
    }

.fp-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
}

a.btn {
    text-decoration: none;
}

.fp-block a,
a {
    color: #21409A;
    font-weight: 500;
}

    .fp-block a:hover,
    a:hover {
        text-decoration: none;
    }

.list {
    line-height: 34px;
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 24px;
}

.mb-50 {
    margin-bottom: 50px;
}



.fs-18 {
    font-size: 18px !important;
}

.fs-21 {
    font-size: 21px;
}

code {
    background-color: #EBEFFE;
    border: solid 1px #e1e1e1;
    padding: 2px 6px;
    border-radius: 4px;
    font-style: italic;
}

.phone-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: solid 1px #ced7ed;
    padding: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 24px;
}

    .phone-box strong {
        font-weight: 500;
    }

    .phone-box:hover {
        background-color: #f7f9ff;
    }

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
}

.v-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .v-code .form-control {
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }

.actions {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
    margin-top: 36px;
}

    .actions.center {
        justify-content: center;
    }

.custom-check {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

    .custom-check .form-check-input {
        width: 20px;
        height: 20px;
        border: 2px solid #e1e1e1 !important;
        background-color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: none;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        position: relative;
    }

        .custom-check .form-check-input:checked::after {
            content: "✔";
            color: #fff;
            font-size: 13px;
            position: absolute;
            top: -2px;
            left: 3px;
        }

        .custom-check .form-check-input:checked {
            background-color: #0089C9 !important;
            border-color: #0089C9 !important;
        }


            .custom-check .form-check-input:checked:hover {
                box-shadow: 0 0 8px rgba(0, 105, 129, 0.5);
            }


    .custom-check .form-check-input {
        border-radius: 4px;
    }


    .custom-check .form-check-label {
        margin-left: 6px;
        font-size: 15px;
        cursor: pointer;
        user-select: none;
        color: #333;
    }

.tooltip-custom {
    position: relative;
    cursor: pointer;
    display: inline-flex;
}

.tooltip-icon {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}


.tooltip-custom .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 240px;
    background: #ffffff;
    color: #333;
    text-align: left;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    box-shadow: 0 4px 24px #DADFF4;
    z-index: 99;
    top: 50%;
    left: 125%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
}

    .tooltip-custom .tooltip-text::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent #ffffff transparent transparent;
    }

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.pc-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 24px;
}

    .pc-info .form-control {
        padding: 4px 12px;
        border-radius: 0px;
        height: 30px;
        width: 190px;
    }

    .pc-info .device-icon {
        background-color: #e1e1e1;
        height: 30px;
        width: 30px;
        text-align: center;
        padding: 10px;
    }

@media (max-width: 576px) {
    .card-box {
        padding: 24px;
        min-width: 90%;
        max-width: 90%;
    }

    .v-code {
        gap: 6px;
    }

        .v-code .form-control {
            height: 42px;
            width: 42px;
            font-size: 18px;
            padding: 8px;
        }

    .fs-21 {
        font-size: 16px;
    }

    .phone-box {
        font-size: 13px;
    }

    .arrow {
        height: 54px;
    }

    .actions {
        gap: 30px;
    }
}
