﻿/*Common*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..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');
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto" !important;
    font-size: 14px;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}
a{
    text-decoration:none !important;
}
a:hover {
    text-decoration: underline !important;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #213D80;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5A5A5A;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
/*Header*/
.bg-header {
    background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}
.head-text {
    background-image: linear-gradient(90deg, rgba(79, 115, 199, 1) 7%, rgba(97, 187, 70, 1) 83%);
}
    .head-text {
        background-image: linear-gradient(90deg, rgba(33, 61, 128, 1) 17%, rgba(97, 187, 70, 1) 83%);
        background-size: 200% auto;
        background-clip: text;
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 15s linear infinite;
        display: inline-block;
        font-size: 30px;
    }
@keyframes textclip {
    from {
        background-position: 0% center;
    }

    to {
        background-position: -200% center;
    }
}
/*Text Left*/
.protect{
    width:520px;
}
.border-in {
    position: relative;
    border-radius: 10px;
    outline: 1px solid rgb(0,63,142,0.3);
    outline-offset: -10px;
}

.text {
    color: #003f8e
}

    .text:first-child {
        font-size: 30px;
        color: #003f8e
    }
.tittle {
    padding: 120px 0 !important;
}

/*.tittle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    padding:50px 0;
}*/
/*Right input*/
.border-glow {
    -webkit-box-shadow: 0px 0px 253px 0px rgba(97,187,70,0.45);
    -moz-box-shadow: 0px 0px 253px 0px rgba(97,187,70,0.45);
    box-shadow: 0px 0px 253px 0px rgba(97,187,70,0.20);
}
/* Otp css */
.otp-form .otp-field {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    border: 1px solid #d9d9d9;
    outline: none;
    border-radius: 10px;
    margin: 0 6px;
}

form.otp-form {
    margin: 24px 0;
}

.otp-form .otp-field:focus {
    border-color: #101010;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-form {
    padding-right: 40px; /* Space for the eye icon */
}


form.otp-form {
    margin: 24px 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 540px) {
    form.otp-form {
        transform: scale(0.5);
        flex-wrap: unset;
        width: 100%;
    }
}
/* Footer styling */
.bg-footer {
    background-color: #ecf0f3;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position:fixed;
    width:100%;
    bottom:0;
}

    .bg-footer a {
        text-decoration: none;
        color: #007bff;
        margin: 0 10px;
    }

        .bg-footer a:hover {
            text-decoration: underline;
        }

    .bg-footer .vr {
        height: 20px;
        border-left: 2px solid #000;
        margin: 0 10px;
    }
.footer {
    text-align: center;
    padding: 10px;
    background-color: #ecf0f3;
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 0;
}
/* Custom styles for screens with a max width of 1024px */
@media only screen and (max-width: 1440px) {
    .navbar-brand > img {
        width: 150px;
    }

    .tittle {
        padding: 1rem 0 !important;
    }

    .head-text {
        font-size: 25px;
    }

    .border-in {
        padding: 1rem 0;
    }

    .text:first-child {
        font-size: 20px;
        font-weight: bold
    }

    .text {
        font-size: 12px;
        font-weight: 500
    }

    .protect {
        width: 390px;
    }

    .input-form {
        min-height: calc(1.5em + 0.5rem + (2px * 2)) !important;
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }

    .bg-footer {
        position: relative !important;
    }
}
/* Custom styles for screens with a max width of 1024px */
@media only screen and (max-width: 1200px) {
    .navbar-brand > img {
        width: 150px;
    }
    .tittle {
        padding: 1rem 0 !important;
    }
    .head-text {
        font-size: 25px;
    }
    .border-in{
        padding:1rem 0;
    }
    .text:first-child {
        font-size: 20px;
        font-weight:bold
    }
    .text {
        font-size: 12px;
        font-weight: 500
    }
    .protect {
        width: 390px;
    }
    .input-form {
        min-height: calc(1.5em + 0.5rem + (2px * 2)) !important; 
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }
    .bg-footer {
        position: relative !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bg-footer {
        position: fixed !important;
    }
    .captcha-row {
        flex-direction: column !important;
    }
}
@media only screen and (max-width: 576px) {
    .captcha-row {
        flex-direction: column !important;
    }
}

.captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
}


#textCanvas {
    border: 2px solid #ccc;
}

#reload {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #reload:hover {
        background-color: #45a049;
    }

.caputre-text {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    flex-grow: 0;
}

#submitBtn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

    #submitBtn:hover {
        background-color: #0056b3;
    }

#message {
    font-size: 14px;
    color: red;
    text-align: center;
    margin:0 !important
}
#User {
    text-transform: uppercase;
}
.form-label-row {
    display: block;  /* Makes sure the label is in its own row */
    margin-bottom: 5px;  /* Space between label and the next element */
}

.form-select-row select {
    width: 100%;  /* Ensure the select takes the full width of the container */
    margin-bottom: 10px;  /* Optional: Adds space after the select element */
}
