
html {
    height: 100%;
    font-size: 16px;
}
.nav-link {
    font-size:16px;
}


html body {
    height: 100%;
    overflow: hidden;
}



/* Set the height of the video container */
#video-container {
    height: 100vh;
}

/* Style the video */
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Style the login form */
#login-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 100px;
    max-width: 400px;
}

#login-card {
    min-width: 90%;
    border: none;
}

.form-label {
    font-weight: 700;
}
/* Center the login form horizontally on small screens */
@media (max-width: 912px) {
    #login-form {
        margin-left: auto;
        margin-right: auto;
    }

    .video-container, .login-container {
        margin-top: 10%;
        height: 80vh !important;
    }

    .container-fluid {
        padding: 20px;
        overflow-y: auto;
        max-height: 100vh;
    }

    .field-validation-error {
        font-size : 9px !important;
    }
    .form-label {
        font-size: 0.6rem !important;
        font-weight: 400;
    }

    
}
/* Center the login form horizontally on small screens */
@media (max-width: 576px) {


    .video-container, .login-container {
        height: auto !important;
        margin-top: 0%;
        width: 100%;
    }

    .container-fluid {
        padding: 5px;
        overflow-y: auto;
        max-height: 100vh;
    }

    .reg-form-main {
        font-size : 9px !important;
    }

    .selectize-dropdown-content, .selectize-input {
        font-size: 8px;
        text-align: center;
        border: none;
    }

    .selectize-input {
        width: 113px !important;
        /* padding: 8px; */
    }
}

        html body .container-fluid.body-content {
            position: absolute;
            top: 10vh;
            bottom: 30px;
            right: 0;
            left: 0;
            overflow-y: auto;
        }
.k-button-solid-primary {
    background-color: #007b9f !important;
    border-color: white !important;
    border-width: 1px;
    color: white !important;
}

    .k-button-solid-primary:hover {
        background-color: #458899 !important;
        border-color: #007b9f !important;
        border-width: 1.2px;
    }
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10vh;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5vh;
}

.border-primary {
    border-color: #007b9f !important;
}

.btn-custom {
    background-color: #6666ff;
    border-color: #007b9f !important;
    color: white
}

    .btn-custom:hover {
        background-color: #000099;
        border-color: #000080 !important;
        color: white
    }

.border-error {
    border-color: red !important;
}
.btn-primary {
    background-color: #007b9f;
    border-color: white !important;
    border-width : 1px;
    color: white !important;
}

    .btn-primary:hover {
        background-color: #458899;
        border-color: #007b9f !important;
        border-width : 1.2px;
    }

.check-box-validation {
    border : none !important;
}

.link-styled a {
    background: linear-gradient(to right, rgba(255,255,255,0) 50%, #fff 50%) 100% 50% / 220% 100% no-repeat, linear-gradient(to right, #3eaad8, #3eaad8) 100% 100% / 100% 2px no-repeat, linear-gradient(to right, #3eaad8, #3eaad8) 100% 0% / 100% 2px no-repeat, linear-gradient(to right, #3eaad8, #3eaad8) 0 0 / 2px 100% no-repeat, linear-gradient(to right, #3eaad8, #3eaad8) 100% 0 / 2px 100% no-repeat;
    color: #008cd8;
    cursor: pointer !important;
    font: normal normal 16px / 1.35 "Work Sans", Helvetica, Arial, Verdana, sans-serif;
    padding: 5px 8px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
}

    .link-styled a:hover, .link-styled a:focus {
        background-position: 0 50%, 100% 100%, 100% 0, 0 0, 100% 0;
        color: #000;
        outline: none;
        transition: all .5s ease-in-out;
    }

.text-brand {
    color: #007b9f
}

.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

    .wizard-content-left h1 {
        color: #ffffff;
        font-size: 38px;
        font-weight: 600;
        padding: 12px 20px;
        text-align: center;
    }



.form-wizard-next-btn {
    background-color: #007b9f;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}

    .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
        color: #ffffff;
        opacity: 0.6;
        text-decoration: none;
    }
.form-wizard {
    color: #888888;
    padding: 30px;
}

    .form-wizard .wizard-form-radio {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

        .form-wizard .wizard-form-radio input[type="radio"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            background-color: #dddddd;
            height: 25px;
            width: 25px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            position: relative;
            cursor: pointer;
        }

            .form-wizard .wizard-form-radio input[type="radio"]:focus {
                outline: 0;
            }

            .form-wizard .wizard-form-radio input[type="radio"]:checked {
                background-color: #fb1647;
            }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    display: inline-block;
                    background-color: #ffffff;
                    border-radius: 50%;
                    left: 1px;
                    right: 0;
                    margin: 0 auto;
                    top: 8px;
                }

                .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
                    content: "";
                    display: inline-block;
                    webkit-animation: click-radio-wave 0.65s;
                    -moz-animation: click-radio-wave 0.65s;
                    animation: click-radio-wave 0.65s;
                    background: #000000;
                    content: '';
                    display: block;
                    position: relative;
                    z-index: 100;
                    border-radius: 50%;
                }

            .form-wizard .wizard-form-radio input[type="radio"] ~ label {
                padding-left: 10px;
                cursor: pointer;
            }

    .form-wizard .form-wizard-header {
        text-align: center;
    }

    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        background-color: #007b9f;
        color: #ffffff;
        display: inline-block;
        min-width: 100px;
        min-width: 120px;
        padding: 10px;
        text-align: center;
    }

        .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
            color: #ffffff;
            opacity: 0.6;
            text-decoration: none;
        }

    .form-wizard .wizard-fieldset {
        display: none;
    }

        .form-wizard .wizard-fieldset.show {
            display: block;
        }

    .form-wizard .wizard-form-error {
        display: none;
        background-color: #d70b0b;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        font-size: 12px;
    }
.field-validation-error {
    font-size: 12px;
    border-top: 1px solid red;
    width: 100% !important;
    display: block;
}
    .form-wizard .form-wizard-previous-btn {
        background-color: #fb1647;
    }


.error-text {
    color:red;
    font-weight:700;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

    .form-wizard .wizard-form-text-label {
        position: absolute;
        left: 10px;
        /*color: #007b9f;*/
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    }

    .form-wizard .wizard-form-text-label-date {
        position: absolute;
        left: 10px;
        /*color: #007b9f;*/
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    } 

    .form-wizard .focus-input .wizard-form-text-label {
        /*color: #007b9f;*/
        top: -18px;
        transition: 0.2s linear all;
        font-size: 12px;
    }

    .form-wizard .form-wizard-steps {
        margin: 30px 0;
    }

        .form-wizard .form-wizard-steps li {
            width: 33%;
            float: left;
            position: relative;
        }

            .form-wizard .form-wizard-steps li::after {
                background-color: #f3f3f3;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                border-bottom: 1px solid #dddddd;
                border-top: 1px solid #dddddd;
            }

            .form-wizard .form-wizard-steps li span {
                background-color: #dddddd;
                border-radius: 50%;
                display: inline-block;
                height: 40px;
                line-height: 40px;
                position: relative;
                text-align: center;
                width: 40px;
                z-index: 1;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                width: 100%;
            }

            .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
                background-color: #007b9f;
                color: #ffffff;
            }

            .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
                background-color: #007b9f;
                left: 10%;
                width: 90%;
                border-color: #007b9f;
            }

            .form-wizard .form-wizard-steps li.activated::after {
                width: 100%;
                border-color: #007b9f;
            }

            .form-wizard .form-wizard-steps li:last-child::after {
                left: 0;
            }

    .form-wizard .wizard-password-eye {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}
