
/* ===========================================================================================================================================================
    GLOBAL FONTS 
   =========================================================================================================================================================== */
@font-face {
    font-family: "Gilroy-Black";
    src: url('../fonts/Gilroy/Gilroy-Black.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-BlackItalic";
    src: url('../fonts/Gilroy/Gilroy-BlackItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url('../fonts/Gilroy/Gilroy-Bold.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-BoldItalic";
    src: url('../fonts/Gilroy/Gilroy-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url('../fonts/Gilroy/Gilroy-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-ExtraBoldItalic";
    src: url('../fonts/Gilroy/Gilroy-ExtraBoldItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Heavy";
    src: url('../fonts/Gilroy/Gilroy-Heavy.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-HeavyItalic";
    src: url('../fonts/Gilroy/Gilroy-HeavyItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Light";
    src: url('../fonts/Gilroy/Gilroy-Light.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-LightItalic";
    src: url('../fonts/Gilroy/Gilroy-LightItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url('../fonts/Gilroy/Gilroy-Medium.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-MediumItalic";
    src: url('../fonts/Gilroy/Gilroy-MediumItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url('../fonts/Gilroy/Gilroy-Regular.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-RegularItalic";
    src: url('../fonts/Gilroy/Gilroy-RegularItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url('../fonts/Gilroy/Gilroy-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-SemiBoldItalic";
    src: url('../fonts/Gilroy/Gilroy-SemiBoldItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-Thin";
    src: url('../fonts/Gilroy/Gilroy-Thin.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-ThinItalic";
    src: url('../fonts/Gilroy/Gilroy-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-UltraLight";
    src: url('../fonts/Gilroy/Gilroy-UltraLight.otf') format('opentype');
}

@font-face {
    font-family: "Gilroy-UltraLightItalic";
    src: url('../fonts/Gilroy/Gilroy-UltraLightItalic.otf') format('opentype');
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ===========================================================================================================================================================
    HTML EMELEMENTS 
   =========================================================================================================================================================== */

body {
    font-family: Gilroy-Regular;
    font-size: 15px;
    color: #613587 /*#666*/;
    margin: 0;
    line-height: 1.25; /* Adjust as needed */
    background-image: url("../images/join-page-pic 1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.modal .btn {
    background-color: #613587;
    color: white;
    font-family: Gilroy-Black;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gilroy-Heavy;
    line-height: 1;
}

.bigH1 {
    font-size: 50px;
}

.bigH2 {
    font-size: 20px;
}

a {
    text-decoration: underline;
    color: #613587;
}

label {
    font-family: Gilroy-SemiBold;
}

.dropdown-item {
    font-family: Gilroy-SemiBold;
    font-size: 15px;
    color: #613587;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.form-check-label {
    font-family: Gilroy-SemiBold;
    padding: 2px 0px 0px 0px
}

.me-auto {
    color: #dc3545;
}

.toast-body {
    background-color: white;
}

#Pagination {
    margin: 50px 0px 0px 0px;
}

    #Pagination .btn {
        height: 50px;
        width: 100%;
        color: #ffffff;
        background: #613587;
        font-family: Gilroy-Bold;
        font-size: 15px;
    }

        #Pagination .btn:hover {
            background: #d9bda3;
        }


        #Pagination .btn[aria-hidden="true"] {
            display: none;
        }


.message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
}

.message-center {
    width: 40%;
    padding: 50px
}

.wrapper {
    max-width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 85vh;
}

    .wrapper .text-holder {
        width: 51%;
        margin: 10px 0px 0px 0px;
        padding: 50px;
        text-align: left;
        color: white;
    }

    .wrapper form {
        width: 49%;
    }


#wizard {
    min-height: 300px;
    background: #fff;
    padding: 0px 20px 10px;
}

.sectionheader {
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.form-row {
    margin-bottom: 10px;
}

    .form-row label {
        margin-bottom: 8px;
        display: block;
    }

    .form-row.form-group {
        display: flex;
    }

        .form-row.form-group .form-holder {
            width: 50%;
            margin-right: 5px;
        }

            .form-row.form-group .form-holder:last-child {
                margin-right: 0px;
            }

.form-holder {
    position: relative;
}

    .form-holder i {
        position: absolute;
        top: 11px;
        right: 19px;
        font-size: 17px;
        color: #999;
    }

.form-control {
    height: 40px;
    border: 1px solid #ffffff;
    background: #e6e6e6;
    width: 100%;
    padding: 0 10px;
    font-family: Gilroy-SemiBold;
    font-size: 15px;
    color: #613587;
    border-radius: unset;
}

    .form-control:focus {
        border-color: #613587;
        color: #613587;
    }

    .form-control::-webkit-input-placeholder {
        color: #613587;
        font-family: Gilroy-SemiBold;
    }

    .form-control::-moz-placeholder {
        color: #613587;
        font-family: Gilroy-SemiBold;
    }

    .form-control:-ms-input-placeholder {
        color: #613587;
        font-family: Gilroy-SemiBold;
    }

    .form-control:-moz-placeholder {
        color: #613587;
        font-size: 15px;
        font-family: Gilroy-SemiBold;
    }



@media (max-width: 1800px) {
    .wrapper {
        max-width: 70%;
        margin: auto;
        display: flex;
        align-items: center;
        height: 85vh;
    }

        .wrapper .text-holder {
            width: 45%;
            margin: 100px 0px 0px 0px;
            padding: 50px;
            text-align: left;
            color: white;
        }

        .wrapper form {
            width: 55%;
        }

    .message-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 85vh;
    }

    .message-center {
        width: 40%;
        padding: 30px
    }
}

@media (min-width:1200px) and (max-width: 1399px) {

    .wrapper {
        max-width: 90%;
        margin: auto;
        display: flex;
        align-items: center;
        height: 85vh;
    }

        .wrapper .text-holder {
            width: 45%;
            margin: 0px 0px 0px 0px;
            padding: 50px;
            text-align: left;
            color: white;
        }

        .wrapper form {
            width: 55%;
        }


    .message-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 85vh;
    }

    .message-center {
        width: 50%;
        padding: 30px
    }
}

@media (min-width:992px) and (max-width: 1199px) {

    .wrapper {
        max-width: 90%;
        margin: auto;
        display: flex;
        align-items: center;
        height: 75%;
    }

        .wrapper .text-holder {
            width: 40%;
            margin: 0px 0px 0px 0px;
            padding: 20px;
            text-align: left;
            color: white;
        }

        .wrapper form {
            width: 60%;
        }


    .message-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 85vh;
        margin: 20px 0px 0px 0px;
    }

    .message-center {
        width: 60%;
        padding: 30px
    }
}

@media (min-width:768px) and (max-width: 991px) {

    .wrapper {
        display: block;
        max-width: 70%;
    }

        .wrapper .text-holder {
            width: 100%;
            padding: 0px 0px 0px 0px;
            margin: 40px 0px 40px 0px;
            display: block;
            text-align: center
        }

        .wrapper form {
            width: 100%;
        }

    #wizard {
        height: unset;
    }

    .message-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 85vh;
        margin: 20px 0px 0px 0px;
    }

    .message-center {
        width: 70%;
        padding: 30px
    }
}

@media (min-width:481px) and (max-width: 767px) {
    .bigH1 {
        font-size: 36px;
    }

    .bigH2 {
        font-size: 18px;
    }

    .wrapper {
        display: block;
        max-width: 70%;
        height: unset;
    }

        .wrapper .text-holder {
            width: 100%;
            padding: 0px 0px 0px 0px;
            margin: 40px 0px 40px 0px;
            text-align: center
        }

        .wrapper form {
            width: 100%;
        }

    #wizard {
        min-height: unset;
        padding: 10px 10px 20px;
    }

    .form-row.form-group {
        display: block;
        font-size: 15px;
    }

        .form-row.form-group .form-holder {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            font-size: 15px;
        }


    .message-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 85vh;
        margin: 40px 0px 0px 0px;
    }

    .message-center {
        width: 90%;
        padding: 20px
    }
}


@media (max-width: 480px) {

    .bigH1 {
        font-size: 30px;
    }

    .bigH2 {
        font-size: 18px;
    }

    .wrapper {
        display: block;
        max-width: 90%;
        height: unset;
    }

        .wrapper .text-holder {
            width: 100%;
            padding: 0px 0px 0px 0px;
            margin: 40px 0px 40px 0px;
            display: block;
            text-align: center
        }

        .wrapper form {
            width: 100%;
        }

    #wizard {
        min-height: unset;
        padding: 10px 10px 20px;
    }

    .form-row.form-group {
        display: block;
        font-size: 15px;
    }

        .form-row.form-group .form-holder {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            font-size: 15px;
        }


    .message-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 85vh;
        margin: 40px 0px 0px 0px;
    }

    .message-center {
        width: 90%;
        padding: 20px;
    }
}
