* {
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', sans-serif;
    user-select: none;
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.roboto-regular {
    font-family: 'Roboto Regular', sans-serif;
}

.poppins-thin {
    font-family: 'Poppins Thin', sans-serif;
}

.title {
    text-align: center;
}

.uppercase-title {
    text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-family: 'Roboto', sans-serif;
}


/*  BRITANICA START */

.border-shadow {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    border-radius: 9px;
}

.comfortaa-bold {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
}

.comfortaa-regular {
    font-family: 'Comfortaa', sans-serif;
}

.fa-angle-up,
.fa-angle-down,
.fa-plus-circle,
.fa-minus-circle {
    cursor: pointer;
}


/*  BRITANICA END */


/* Cookies Agreement */

.cookies-agreement {
    background-color: #002266;
    position: fixed;
    top: 91%;
    z-index: 2000;
    width: 100%;
    height: 9%;
}

.cookies-agreement .cookies-container {
    width: 90%;
    position: relative;
    left: 5%;
    height: 50%;
    top: 25%;
}

.cookies-agreement .cookies-container .cookies-inline-block {
    display: inline-block;
}

.cookies-agreement .cookies-container .cookies-text {
    color: #fff;
    font-size: 0.9vw;
}

.cookies-agreement .cookies-container .cookies-policy-text {
    color: #1E4F91;
    font-size: 0.9vw;
    margin-left: 1%;
}

.cookies-agreement .cookies-container .cookies-policy-text a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: inherit;
    text-decoration: inherit;
}

.cookies-agreement .cookies-container .cookies-agree-button {
    background-color: #1E4F91;
    color: #fff;
    padding: 0.3vw 0.7vw 0.3vw 0.7vw;
    font-size: 1vw;
    border-radius: 10px;
    width: 17%;
    cursor: pointer;
    text-align: center;
    margin-left: 13%;
}

.page-container,
.dashboard-page-container {
    overflow: hidden;
}


/* Popups Start*/


/* Error popup */

.swal2-icon.swal2-error {
    border-color: #F40000;
}

.error-msg-text,
.error-mgs-icon {
    color: #F40000;
    font-size: 2.5rem;
    margin-bottom: 10%;
}

.error-mgs-icon {
    margin-right: 2%;
    margin-top: 3%;
    font-size: 2.5rem;
}

.error-confrim-msg-button {
    border-radius: 50px !important;
}


/* Success popup */

.successful-msg-text {
    color: #1e5090;
    font-size: 2.5rem;
    margin-bottom: 5%;
}

.success-confirm-msg-button {
    border-radius: 50px !important;
}


/* Warning popup */

.warning-confirm-msg-button {
    background-color: #008143 !important;
    border-radius: 50px !important;
}

.warning-cancel-msg-button {
    background-color: #fff !important;
    border: 1px solid #1e5090 !important;
    border-radius: 50px !important;
    color: #1e5090 !important;
}

.warning-msg-icon {
    color: #f9ba18;
    font-size: 2.5rem;
}

.warning-msg-text {
    color: #f9ba18;
    font-size: 2.1rem;
    margin-bottom: 5%;
    padding-left: 10px;
}

.warning-confirm-msg-button-wizard-step {
    font-size: 1rem !important;
    margin-top: 20px;
    color: #fff !important;
    background-color: #f9ba18 !important;
    border-radius: 50px !important;
}

.warning-cancel-msg-button-wizard-step {
    font-size: 1rem !important;
    margin-top: 20px;
    background-color: #ffffff !important;
    color: #1e5090 !important;
    border: 1px solid #1e5090 !important;
    border-radius: 50px !important;
}

.confirm-button-icon,
.cancel-button-icon {
    font-size: 1.2rem;
    position: relative;
    left: 6%;
    top: 2px;
}


/* Buttons */

.swal2-styled.swal2-confirm,
.warning-cancel-msg-button,
.warning-confirm-msg-button-wizard-step,
.warning-cancel-msg-button-wizard-step {
    font-family: 'Roboto Regular', sans-serif !important;
}


/* Content */

#swal2-content {
    font-family: 'Roboto Regular', sans-serif !important;
    color: #9d9d9d;
}


/* Popups End*/


/* LOADER START */

.loader {
    display: none;
    background-image: url("../images/loader.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    position: fixed;
    margin: auto auto;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}


/* LOADER END */

@media (min-width: 0px) and (max-width: 576px) {
    .page-container {
        background-color: #f5f5f5;
        position: relative;
        min-height: 100vh;
        width: 100%;
        padding-top: 34.9vw;
    }
    .border-shadow {}
    .cookies-agreement {
        background-color: #002266;
        position: fixed;
        top: 72%;
        z-index: 2000;
        width: 100%;
        height: 30%;
    }
    
    .cookies-agreement .cookies-container {
        width: 90%;
        position: relative;
        
        height: 100%;
        top: 6%;
    left: 5%;}
    
    .cookies-agreement .cookies-container .cookies-inline-block {
        display: inline-block;
    }
    
    .cookies-agreement .cookies-container .cookies-text {
        color: #fff;
        font-size: 4vw;
    }
    
    .cookies-agreement .cookies-container .cookies-policy-text {
        color: #1E4F91;
        font-size: 0.9vw;
        margin-left: 1%;
    }
    
    .cookies-agreement .cookies-container .cookies-policy-text a {
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        color: inherit;
        text-decoration: inherit;
    }
    
    .cookies-agreement .cookies-container .cookies-agree-button {
        background-color: #1E4F91;
        color: #fff;
        
        font-size: 4vw;
        border-radius: 10px;
        width: 100%;
        cursor: pointer;
        text-align: center;
        
    margin-left: 0;padding: 10px 0;margin-top: 8%;}
}


/* // Small devices (landscape phones, less than 768px) */

@media (min-width: 576px) and (max-width: 768px) {
    .page-container {
        background-color: #f5f5f5;
        position: relative;
        min-height: 100vh;
        width: 100%;
        padding-top: 16%;
    }
}


/* // Medium devices (tablets, less than 992px) */

@media (min-width: 768px) and (max-width: 992px) {
    .page-container {
        background-color: #f5f5f5;
        position: relative;
        min-height: 100vh;
        width: 75vw;
        padding-top: 0vw;
        padding-right: 2vw;
        left: 24vw;
    }
}


/* // Large devices (desktops, less than 1200px) */

@media (min-width: 992px) and (max-width: 1200px) {
    .page-container {
        background-color: #f5f5f5;
        position: relative;
        min-height: 100vh;
        width: 90vw;
        padding-top: 0vw;
        left: 16vw;
    }
}

.swal2-container,
.daterangepicker {
    z-index: 1000000000000 !important;
}

@media (min-width: 1200px) {
    .page-container {
        background-color: #f5f5f5;
        position: relative;
        min-height: 100vh;
        width: 85%;
        padding-top: 0vw;
        left: 15vw;
    }
    .application-sending-loader {
        display: none;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }
    .application-sending-loader .loader-text {
        font-size: 3vw;
        font-weight: bold;
        color: #002266;
        text-align: center;
        position: relative;
        top: 25%;
    }
    .application-sending-loader .loader-application {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #002266;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        margin: auto;
        position: relative;
        top: 30%;
    }
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}