<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*custom font*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);



/*basic reset*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: montserrat, arial, verdana;
    background-color: rgb(24, 75, 109);
}

@font-face {
    font-family: 'Icons';
    src: url('/fonts/Icons.ttf');
}

@font-face {
    font-family: 'CrimsonText';
    src: url('/fonts/CrimsonText.ttf');
}

.background {
    background: linear-gradient(rgb(24, 75, 109), rgb(93, 182, 226));
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -100;
}

#app {
    height: 100%;
    min-height: 100vh;
}

/*form styles*/

.msform {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset,
#msform .div1 {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}

.fieldset1 .div1 {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.makecvform {
    display: flex;
    max-width: unset !important;
    flex-direction: row-reverse;
    justify-content: center;
}

.makecvcv3 {
    display: block;
    width: 80%;
    margin: 0 10%;
}

/*----------- main options --------------*/

.main_options_parent {
    width: 50%;
}

/*----------- main options --------------*/

@media only screen and (max-width: 700px) {
    .makecvform {
        max-width: 400px !important;
    }

    .makecvcv3 {
        display: none;
    }

    .main_options_parent {
        width: 100%;
    }
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 16px;
    /*max-width: 260px;*/
}

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

/* Firefox */

#msform input[type="number"] {
    appearance: none;
    -moz-appearance: textfield;
}

/*buttons*/

#msform .action-button {
    width: 100px;
    background: #5050ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: montserrat, arial, verdana;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #5050ff;
}

.blue-button {
    width: 100px;
    background: #5050ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: montserrat, arial, verdana;
}

.blue-button:hover,
.blue-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #5050ff;
}

#msform .closed {
    background-color: gray;
}

#msform .closed:hover,
#msform .closed:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px gray;
}

#msform .clrpkr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

#msform .clrpkr input {
    margin: 0;
    margin-right: 10px;
    width: 40px;
    height: 35px;
    padding: 4px;
    cursor: pointer;
    text-align: center;
}

#msform .arrow {
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 30%;
    cursor: pointer;
    box-shadow: unset;
}

#msform .arrow:hover,
#msform .arrow:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc;
}

/*-------------------------------*/

#msform .clrpkr input:hover,
#msform .clrpkr input:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc;
}

#msform .clrpkr label {
    margin: 0;
    width: 50%;
}

/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27ae60;
    color: white;
}

.select1 {
    /* on iphone */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,&lt;svg fill="black" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12,15.5a1.993,1.993,0,0,1-1.414-.585L5.293,9.621,6.707,8.207,12,13.5l5.293-5.293,1.414,1.414-5.293,5.293A1.993,1.993,0,0,1,12,15.5Z"/&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-position: right 1px center;
    padding-right: 30px;
    /* end on iphone */
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
}

.titl {
    color: white;
    font-weight: bold;
    font-size: 36px;
    margin: 20px;
}

.inptbtn1 {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.inptbtn1:hover,
.inptbtn1:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc;
}

.table1 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table1 td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    word-break: break-word;
    padding: 8px;
    font-weight: bold;
}

.table1 tr:nth-child(even) {
    background-color: #dddddd;
}

.table1 .del {
    color: red;
    text-align: end;
    cursor: pointer;
    font-size: 12px;
}

.table1 .move {
    text-align: end;
    cursor: pointer;
    font-size: 12px;
}

.div1 .urinpt {
    background-color: gainsboro;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px 0px;
}

/* dropdown */

.dropdown-content {
    display: none;
    top: 45px;
    right: 20px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.navbarimg {
    width: 25px;
    cursor: pointer;
    padding: 0px 10px;
}

.btnlikeinpt {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
    max-width: 260px;
    background-color: white;
    text-align: initial;
    cursor: pointer;
}

#msform .div .alert {
    color: red;
}

#msform .div .alert ul {
    list-style: unset;
}

@media only screen and (max-width: 350px) {

    #msform fieldset,
    #msform .div1 {
        margin: 0;
        width: 100%;
        border-radius: unset;
    }
}

.btnsvbk {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .btnsvbk {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: center;
    }
}

/* end dropdown */

/* company */

.company {
    font-family: montserrat, arial, verdana;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

.company .company1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company .company2 {
    margin: 1vw 0;
}

.company .company3 {
    margin: 2vw 0;
}

.company .img {
    width: 20vw;
    height: 20vw;
}

.company .img img {
    width: 98%;
    height: 98%;
    object-fit: cover;
    border-radius: 50%;
    border: solid 3px #2c3e50;
}

.company .divright {
    margin-left: 4vw;
    width: 40vw;
}

.company .title {
    font-size: 3.2vw;
    margin: 2.5vw 0 0.6vw 0;
}

.company .subtitle {
    color: #5d5d5d;
    font-size: 1.86vw;
}

.company .about {
    font-size: 1.86vw;
    width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.company .contact {
    margin: 3vw 0;
}

.company .icotxt img {
    width: 3vw;
    margin-right: 1.5vw;
}

.company .icotxt {
    display: flex;
    margin: 1vw 0;
}

.company .icotxt img {
    width: 3vw;
    height: 3vw;
    margin-right: 1.5vw;
}

.company .icotxt p {
    font-size: 1.86vw;
    font-weight: bold;
}

.company .icotxt a {
    text-decoration: none;
    color: black;
    font-size: 1.86vw;
    font-weight: bold;
}

.company .company2 .inptbtn1 {
    font-weight: bold;
    padding: 1.5vw;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 26vw;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 1.3vw;
    max-width: 260px;
    margin: 1vw;
    cursor: pointer;
}

.div1 .arraylist {
    display: block;
    margin: 10px 0;
    overflow: auto;
}

.div1 .arraylist .arrayel {
    padding: 10px;
    background-color: gainsboro;
    border-radius: 25px;
    font-size: 12px;
    float: left;
    margin: 5px;
}

.div1 .arraylist .arrayel span {
    color: red;
    cursor: pointer;
}

#succdiv {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 10%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, 0);
    margin: auto;
    z-index: 100;
    max-width: 400px;
}

#succdiv .div1 {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

#succdiv .div1 .alert {
    display: flex;
    justify-content: space-between;
}

#succdiv .div1 .alert a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .company {
        padding: 20px 20px;
    }

    .company .company1 {
        flex-direction: column;
    }

    .company .img {
        width: 30vw;
        height: 30vw;
    }

    .company .divright {
        text-align: center;
        margin: 0;
    }

    .company .title {
        font-size: 4.8vw;
        margin: 3.75vw 0 0.9vw 0;
    }

    .company .subtitle {
        font-size: 2.8vw;
    }

    .company .contact {
        margin: 4.5vw 0;
    }

    .company .icotxt {
        margin: 1.5vw 0;
    }

    .company .icotxt img {
        width: 4.5vw;
        height: 4.5vw;
        margin-right: 2.25vw;
    }

    .company .icotxt p {
        font-size: 2.8vw;
    }

    .company .icotxt a {
        font-size: 2.8vw;
    }

    .company .company3 {
        margin: 3vw 0;
    }

    .company .about {
        font-size: 2.8vw;
    }

    .company .company2 {
        text-align: center;
    }

    .company .company2 .inptbtn1 {
        padding: 3vw;
        width: 52vw;
        font-size: 2.6vw;
        margin: 2vw;
    }
}

@media only screen and (max-width: 300px) {
    .company {
        border-radius: unset;
        width: 100%;
        margin: unset;
    }
}

/* end company */

.options1 {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 15px;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    box-sizing: border-box;
    width: 80%;
    position: relative;
    margin: 40px auto;
}

.options1 .inptbtn2 {
    font-weight: bold;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
    max-width: 260px;
    margin: 10px;
    cursor: pointer;
}

.options1 .inptbtn2:hover,
.options1 .inptbtn2:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc;
}

@media only screen and (max-width: 400px) {
    .options1 {
        flex-direction: column;
        margin: unset;
        width: 100%;
        align-content: center;
        flex-wrap: wrap;
        margin: 40px 0;
        border-radius: unset;
    }

    .options1 .inptbtn2 {
        margin: 10px 0;
    }
}

#msform .timeshift {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

#msform .timeshift .ll {
    margin: 0 5px 0 0;
}

#msform .timeshift .rr {
    margin: 0 0 0 5px;
}

#msform .timeshift p {
    font-weight: bold;
}

.container .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*------------ Circles info container ----------------*/

.msform .circles_container {
    display: flex;
    justify-content: space-around;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

.msform .circles_container .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.msform .circles_container .circle {
    background-color: gainsboro;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.msform .circles_container .circle p {
    font-weight: bold;
}

/*------------ end Circles info container ----------------*/

/* table33 */

.table33 {
    margin: 30px auto;
    background: white;
    max-width: 800px;
}

.table33 th {
    text-align: center;
}

.table33 td {
    word-break: break-all;
    padding: 10px;
}

/* end table33 */

/* general */

.ginput {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
    max-width: 260px;
}

.gbutton {
    width: 100px;
    background: #5050ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: montserrat, arial, verdana;
}

.gbutton:hover,
.gbutton:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #5050ff;
}

/* end general */

/*-------- recaptcha --------------*/

.g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
}

@media only screen and (max-width: 410px) {
    .g-recaptcha {
        transform: scale(0.78);
    }
}

@media only screen and (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.69);
    }
}

@media only screen and (max-width: 350px) {
    .g-recaptcha {
        transform: scale(0.79);
    }
}

@media only screen and (max-width: 300px) {
    .g-recaptcha {
        transform: scale(0.65);
    }
}

/*-------- end recaptcha --------------*/

/*-------- popup msg -----------------*/
.popupmsg {
    position: fixed;
    z-index: 100;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 6%;
    top: 70px;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.fadeout {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.icontxt {
    font-family: 'Icons', sans-serif;
}

.crimson {
    font-family: 'CrimsonText', sans-serif;
}

/*-------- popup msg -----------------*/
</pre></body></html>