button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

/*.verify-model {
    display: inline-flex;
    flex-direction: column;
    height: 557px;
    align-items: center;
    gap: 30px;
    padding: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
}*/

    .verify-model .upload-file-area {
        position: relative;
        width: 460px;
        height: 517px;
        background-color: white;
        border-radius: 10px;
        padding: 30px;
    }

.verify-model .text-wrapper {
    /*        position: absolute;*/
    /*width: 350px;*/
    height: 24px;
    /*        top: 61px;
        left: 55px;*/
    font-family: "Inter", Helvetica;
    font-weight: 900;
    color: #1C2956;
    font-size: 33px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px
}

    .verify-model .we-ve-sent-a {
/*        position: absolute;*/
        width: 400px;
        height: 168px;
/*        top: 127px;
        left: 30px;*/
        font-family: "Inter", Helvetica;
/*        font-weight: 400;*/
        color: rgba(130, 130, 130, 1);
        font-size: 20px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

    .verify-model .span {
/*        font-weight: 300;*/
        color: rgba(130, 130, 130, .8);
    }

    .verify-model .text-wrapper-2 {
        font-weight: 700;
        color: rgba(130, 130, 130, .9);
    }

    .verify-model .text-wrapper-3 {
        font-weight: 400;
        color: rgba(130, 130, 130, .8);
        text-decoration: underline;
    }

    .verify-model .input-field {
        display: flex;
        flex-direction: column;
        /*width: 240px;*/
        height: 60px;
        align-items: center;
        gap: 8px;
/*        position: absolute;
        top: 334px;
        left: 110px;*/
        margin: 30px 0 20px 0;
    }

    .verify-model .input {
        font-size: 20px; /* Adjust the size as needed */
        display: flex;
        width: 242px;
        align-items: center;
        padding: 12px 16px 12px 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        margin-top: -1.00px;
        margin-bottom: -1.00px;
        margin-left: -1.00px;
        margin-right: -1.00px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid;
        border-color: rgba(217, 217, 217, 1);
    }

    .verify-model .value {
        position: relative;
        flex: 1;
        font-family: "Inter", Helvetica;
        font-weight: 400;
        color: rgba(30, 30, 30, 1);
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 100%;
        font-style: normal;
    }

    .verify-model .button {
        all: unset;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 400px;
        align-items: flex-start;
        position: absolute;
        top: 419px;
        left: 30px;
    }

    .verify-model .extended-FAB {
        display: flex;
        flex-direction: column;
        min-width: 80px;
        height: 62px;
        align-items: center;
        justify-content: center;
        position: relative;
        align-self: stretch;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
        background: radial-gradient( 50% 50% at 50% 50%, rgb(0, 171, 220) 0%, rgb(0, 123.58, 170.45) 99.22% );
    }

    .verify-model .state-layer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 16px 20px 16px 16px;
        position: relative;
        flex: 1;
        align-self: stretch;
        width: 100%;
        flex-grow: 1;
    }

    .verify-model .label-text {
        position: relative;
        width: fit-content;
        margin-top: -2.00px;
        font-family: "Roboto", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 32px;
        white-space: nowrap;
        font-style: normal;
    }

    .verify-model .error-label {
        color: red;
        text-align: center;
    }

/*    .sending-model {
        display: inline-flex;
        flex-direction: column;
        height: 557px;
        align-items: center;
        gap: 30px;
        padding: 20px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);
    }*/

    .sending-model .upload-file-area {
        position: relative;
        width: 460px;
        height: 517px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }

    .sending-model .button {
        all: unset;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 400px;
        align-items: flex-start;
        position: absolute;
        top: 425px;
        left: 33px;
    }

    .sending-model .extended-FAB {
        display: flex;
        flex-direction: column;
        min-width: 80px;
        height: 62px;
        align-items: center;
        justify-content: center;
        position: relative;
        align-self: stretch;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
        background: radial-gradient(50% 50% at 50% 50%, rgb(0, 171, 220) 0%, rgb(0, 123.58, 170.45) 99.22%);
    }

    .sending-model .state-layer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 16px 20px 16px 16px;
        position: relative;
        flex: 1;
        align-self: stretch;
        width: 100%;
        flex-grow: 1;
    }

    .sending-model .label-text {
        position: relative;
        width: fit-content;
        margin-top: -2.00px;
        font-family: "Roboto", Helvetica;
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0px;
        line-height: 32px;
        white-space: nowrap;
        font-style: normal;
    }

    .sending-model .overlap-group {
        position: absolute;
        width: 500px;
        height: 284px;
        top: -20px;
        left: -20px;
    }

    .sending-model .drag-drop-files {
        display: inline-flex;
        align-items: flex-start;
        gap: 10px;
        padding: 5px;
        position: absolute;
        top: 194px;
        left: 48px;
    }

    .sending-model .text-wrapper {
        position: relative;
        width: 395px;
        margin-top: -1.00px;
        font-family: "Inter", Helvetica;
        font-weight: 900;
        color: #1c2956;
        font-size: 55px;
        text-align: center;
        letter-spacing: 0;
        line-height: 80px;
    }

    .sending-model .https-lottiefiles {
        position: absolute;
        width: 500px;
        height: 278px;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .sending-model .div {
        position: absolute;
        width: 412px;
        height: 109px;
        top: 268px;
        left: 24px;
        font-family: "SF Pro", Helvetica;
        font-weight: 400;
        color: #000000;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.3100000023841858px;
        line-height: 21px;
        font-style: normal;
    }

.resendCounter {
    font-size: 13px;
    font-weight: 500;
    color: #666666
}

