@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #486f88;
    background-color: #eeeef6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

.fileuploader-theme-gallery .fileuploader-input-inner:hover .fileuploader-icon-main {
    margin-bottom: 0px !IMPORTANT;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i{
    color: #fff !important;
}

.fileuploader-input h4 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 0px !IMPORTANT;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    background: #00528e !important;    
    color:#FFF !important;
}
.fileuploader-input {
    margin: 0px !IMPORTANT;
    width: 100% !IMPORTANT;
    text-align: center !IMPORTANT;
}
.fileuploader-input h3.fileuploader-input-caption {
    margin: auto !IMPORTANT;
    border: 0px !IMPORTANT;
    border-radius: 0px !IMPORTANT;
    background: transparent !IMPORTANT;
}
.main-fileuploader .fileuploader-theme-gallery .fileuploader-input-inner {
    border: 2px dashed #00528e !important;
    color: #00528e !important;
    padding-top: 20px !IMPORTANT;
    padding-bottom: 20px !IMPORTANT;
    margin-bottom: 10px !IMPORTANT;
}


.site-header .uk-navbar-container{
    background: #00528e;
}

.auth-form h4{
    font-size: 20px;
}

img.mobile-logo{
    max-width: 120px;
}

.uk-form-icon .fa-eye-slash, .uk-form-icon .fa-eye{
    cursor: pointer;
    pointer-events: auto;
    color: #999 !important;
}

a{
    color: #00528e !important;
}

.login-btn{
    background: #00528e !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.uk-input, .uk-select, .uk-textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.uk-select{
    padding: 0px;
    padding-left: 10px;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    color: #343a40;
    background-color: #fff;
    border-color: #8fd3fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(17,161,253,0.25);
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 4px;
}

.switcher-section .switcher-tab {
    margin-bottom: 0px !important;
}

.switcher-section .switcher-tab li a {
    border: 1px solid #ccc;
    border-bottom: none;
}

.switcher-section .switcher-tab li.uk-active a {
    background: #2d586e;
    color: #FFF !important;
    border-bottom: 0px !important;
}

.switcher-section .switcher-content  {
    border: 1px solid #CCC;
    margin-top: 0px !important;
    padding: 10px;
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success{
    background: #00528e !important;
}

.fileuploader-input h3.fileuploader-input-caption {
    margin: auto !IMPORTANT;
    border: 0px !IMPORTANT;
    border-radius: 0px !IMPORTANT;
    background: transparent !IMPORTANT;
    color: #00528e !important;
}

.uk-button-primary {
    background: #00528e !important;
    color: #fff !important;
}
.uk-label {
    color: #fff !important;
    text-decoration: none !important;
}

#submit_loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url('/images/loading2.gif') no-repeat center center;
    z-index: 10000;
}

.normal-table {
    border: 1px solid #ccc;
}
.normal-table thead {
    background: #00528e;
    border: 1px solid #00528e;
}
.normal-table thead th {
    color: #fff;
}

.landing-page .stepper {
    position: relative;
    max-width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
}

.landing-page .stepper::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    z-index: 0;
    border-radius: 2px;
}


/* Animated progress line */
.landing-page .progress-line {
    position: absolute;
    top: 22px;
    left: 0;
    height: 4px;
    background: #00528e;
    z-index: 1;
    border-radius: 2px;
    width: 0%;
    transition: width 0.5s ease;
}

/* Step circles */
.landing-page .step {
    position: relative;
    text-align: center;
    z-index: 2;
    flex: 1;
    cursor: pointer;
}

.landing-page .step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #555;
    line-height: 40px;
    margin: 0 auto 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.landing-page .step:hover .circle {
    transform: scale(1.2);
}

.landing-page .step.active .circle,
.landing-page .step.completed .circle {
    background: #00528e;
    color: #fff;
}

.landing-page .step.completed .circle::after {
    content: none;
}

.landing-page .step span {
    font-size: 0.85rem;
    color: #666;
    display: block;
}

.landing-page .step.active span {
    color: #00528e;
    font-weight: 600;
}

/* Step content */
.landing-page .step-content {
    margin-top: 30px;
    transition: opacity 0.5s ease;
}

.landing-page .step-content.uk-hidden {
    opacity: 0;
    display: none;
}

.landing-page .step-content {
    margin-top: 0px !important;
    padding: 10px;
}

/* Thank You Page (Start) */
.thank-you-page .quote-id-text {
    color: #252525; 
    font-size: 20px;
}
/* Thank You Page (End) */

@media only screen and (max-width: 600px) {
    .fileuploader-input h3.fileuploader-input-caption {
        font-size: 16px;
    }
    
    .thank-you-page .heading-text {
        font-size: 20px;
    }
    .thank-you-page .uk-card-title {
        font-size: 15px;
    }
    .thank-you-page .quote-id-text {
        font-size: 14px;
    }
}