.lgcard {
    /* min-height: 600px !important; */
    display: flex;
}

.doclnk {
    display: flex;
    position: relative;
    display: inline-block;
    margin: 46px quto;
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px rgba(180, 180, 180, 0.281);
    padding: 10px 30px;
}

    .doclnk:hover {
        opacity: 0.9;
        text-decoration: none;
        color: #fff !important;
    }

.mttt {
    height: 100vh;
}

.doclnk .bgtxt {
    position: relative;
    z-index: 1000;
}

.vguide {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 30%;
    bottom: 80px;
    /* border:solid 1px white; */
    color: #fff;
    font-size: 14px;
}
    /* .*/

    .vguide:hover {
        color: yellow;
    }

.doclnk .bgxx {
    width: 195px;
    height: 46px;
    background-color: rgb(41, 167, 2);
    width: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    position: absolute;
}

.xjustify {
    text-align: center;
    font-size: 15px !important;
}

.flxbox {
    flex-grow: 1;
}

.morelnkx {
    display: inline-block;
    /* text-transform: uppercase; */
    color: white;
    padding: 10px 20px;
}

.cont-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-color: yellow;
}

.formcardx {
    position: relative;
    z-index: 500;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.othbtns {
    position: relative;
    z-index: 1000;
}

    .othbtns * {
        display: inline-block;
        background-color: #ffffff;
        /* padding: 10px 15px; */
        padding: 6px 10px;
        border-radius: 9px;
        margin-left: 5px;
        text-decoration: none;
        color: black;
    }

    .othbtns a {
        background-color: rgba(255, 255, 255, 0.54);
        text-decoration: none;
        /* margin-left: 5px; */
        font-size: 14px;
        margin-left: 3px;
        border: solid 1px #ccc;
        text-shadow: 0px 1px 2px rgba(82, 63, 105, 0.3);
    }

        .othbtns a:hover {
            background-color: #29a702;
            color: white;
        }

.form-group input {
    border: solid 1px #cacaca !important;
    padding: 20px 15px !important;
    margin-bottom: 20px !important;
}

.submitbtn {
    text-align: center;
    display: flex;
}

    .submitbtn > button {
        align-items: center;
    }

.chkbox {
    border: solid 2px red;
    display: inline-block;
    padding: 4px 10px;
}

.forgotpass {
    display: flex;
    justify-content: space-between;
}

    .forgotpass a {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: black !important;
    }

.chkbox + .custom-control-label::before {
    background-color: white;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 0.2rem; /* Aligns better vertically */
}

.notmobile {
    display: block;
}

@media (max-width: 1000px) {
    .notmobile {
        display: none;
    }

    .fdiv {
        padding: 3rem !important;
    }
}

@media (max-width: 1200px) {
    .fdiv {
        padding: 2rem 8px !important;
    }
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

    .checkbox-container input {
        display: none;
    }

    .checkbox-container label {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }

    .checkbox-container input:checked + label .checkbox::before {
        content: "\2714";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        background-color: #4285f4;
        color: white;
        font-size: 14px;
        border-radius: 4px;
    }

    .checkbox-container input:not(:checked) + label .checkbox::before {
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: white;
    }

.checkbox {
    margin-right: 10px;
}

.checkbox-label {
    font-size: 16px;
}

.recaptcha-icon {
    margin-left: auto;
    width: 20px;
    height: 20px;
    background-image: url("recaptcha-icon.png"); /* Placeholder for reCAPTCHA icon */
    background-size: cover;
}

#requestButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: not-allowed;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    color: #fff;
}

    #requestButton.enabled {
        background-color: #4caf50;
        cursor: pointer;
    }

.xboxmodal {
    min-height: 600px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

/* Force width of the modal dialog to 70% of screen width */
.reqmodal .modal-dialog {
    width: 55% !important;
    max-width: 55% !important;
}

.reqmodal .bootbox-close-button {
    padding: 10px 20px;
    /* position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  color: #fff;
  background-color: transparent;
  border: none; */
}

/* Optional: responsive adjustment */
@media (max-width: 768px) {
    .bootbox .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;
    }

    .dflexgrow {
        padding: 2rem !important;
    }
}

.dflexfrm {
    padding-left: 20px !important;
}
