:root{
    --primary-color: #0098db;
    --alt-color:#;
    --secondary-color:#;
    --background-color: #ffffff;
    --background-alt-color:#0098db;

    --tw-gradient-from:  #0098db ;
    --tw-gradient-to:  #0ce6f2 ;


    --text-color: #000;
    --text-color-alt: #FFF;




}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

body{
    background-color: var(--background-color);
}


html, p, span{
    color: var(--text-color);
}

.uk-container-small{
    max-width: 100%;
    padding-left: 320px;
    padding-right: 80px;
}


.inter , .uk-navbar-nav > li > a{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;

}

.uk-navbar-nav > li > a{
    font-size: 12pt;
}

.uk-form-label{
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.uk-overlay h1{
    font-size: 72px;
    line-height:72px;
    letter-spacing: -1.8px;
    overflow-wrap: break-word;
    text-align:center;
    font-weight: bold;


}
.h1-alt{
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-to));
}

h2{

}

.uk-label{
    font-family: "Inter", sans-serif;
    font-weight: bold;
    border-radius: 13px;
    font-size: 12pt;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 2px 17px 2px 17px;
    color: #FFF;
    vertical-align: middle;
    line-height: 38px;
}

.uk-button{
    font-family: "Inter", sans-serif;
    font-weight: bold;
    border-radius: 13px;
    font-size: 12pt;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 2px 17px 2px 17px;
}

.uk-button-primary{

}

.uk-button-red{
    color: #FFF;
    background-color: #f01e1e;
}
.uk-button-red:hover{
    color: #FFF;
    background-color: #e50f0f;
}

.uk-button-large{
    padding: 8px 22px 8px 22px;
    font-size: 16pt;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.uk-button-small{
    font-size: 11pt;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.uk-button-small > svg { width: 20px; vertical-align: text-bottom; }
.uk-button > svg { width: 20px; vertical-align: sub; }

.uk-button-disabled{
    pointer-events: none;
    cursor: not-allowed;
    background-color: #B3B3B3;
}

.uk-card{
    border-radius: 13px;
}


.uk-input, .uk-textarea{
    border-radius: 11px;
    border: 1px solid var(--background-alt-color);
}

.uk-input::placeholder{
    font-size: 11pt;
}

.uk-alert{
    border-radius: 13px;

}

#navbar{
    background-color: #ffffffb3;
    box-shadow: 0;
    position: sticky;
    top: 0;
    height: 74px;
    max-height: 74px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.uk-background-white{
    background-color: #FFF !important;
}

.uk-section{
    position: relative;
    background-color: transparent;
}

.uk-section-alt{
    background-color: var(--background-alt-color);
    padding: 0;
    margin: 0;
}
.uk-section-alt, .uk-section-alt .uk-container, .uk-section-alt .uk-grid, .uk-section-alt .uk-width-1-2{
    height: 400px;
    max-height: 400px;
}
.uk-section-alt-image{
    height: 280%;
    position:absolute;
    top: -240px;
    z-index: 0;
}

.uk-section-first{

}

.uk-text-white{
    color: #FCFCFC;
}


.sidebar-left{
    position: fixed;
    top: 80px;
    bottom: 0;
    box-sizing: border-box;
    width: 240px !important;
    padding: 40px 40px 60px 40px;
    overflow: auto;
    width: 300px !important;
    padding: 45px 45px 60px 45px;
    z-index: 9;
}


.gjs-cv-canvas {
    /*top: 0 !important;
    width: 100% !important;
    height: 100% !important;*/
}

.uk-modal-full .uk-modal-dialog{
    height: 100%;
}

.uk-spinner > *{
    color: #FFF;
}


footer{
    background-color: var(--primary-color);
    padding-top: 24px;
    padding-bottom: 24px;
}


.air-datepicker-global-container, .air-datepicker{
    z-index: 5000;
}

#signature{
border: 2px solid #B2DFF1;
border-radius: 8px;
width: 600px;
height:200px;
}


.required{
    vertical-align: top;
    font-size: 12pt;
    margin-left: 4px;
    color: red;
}




@media (min-width: 320px) and (max-width: 480px) {
    .uk-overlay h1 { font-size: 44px; line-height: 44px; }
    .uk-text-large { font-size: 1.3rem; line-height: 1.3; }
    .uk-container-small { padding-left: 10px; padding-right: 10px; }
    .uk-button { font-size: 10pt;   padding: 2px 7px 2px 7px; }
    .uk-label { font-size: 10pt; }
    .uk-section{ padding-top: 0; }
    .h1-alt{ font-weight: 600; }
}
