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

/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
    /*Image only BG fallback*/
    /* background: url(../images/gs.png); */
    /*background = gradient + image pattern combo*/
    background: white;
    /*     linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)),
        url(../images/gs.png); */
}
@font-face {
    font-family:oskelly ;
    src: url(../fonts/SFProText-Regular.ttf);
    font-size: 16px;
    font-weight: 400;
}

body {
    font-family: "oskelly", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/*form styles*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .form-width {width: 100%;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .form-width {width: 80%;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .form-width {width: 50%;}
}

/*form styles*/
#msform {
    margin: 10px auto;
    position: relative;
    text-align: center;
}

#msform fieldset {
    background: white;
    border: 0 none;
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
    /*padding: 10px 10px;*/

    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input[type=text],#msform input[type=number], #msform textarea {
    padding: 15px;
    border: 1px solid rgba(200,200,200,0.5);
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    /*font-family: montserrat, serif;*/
    /*color: #868686;*/
    font-size: 13px;

}

input[type=text],input[type=number], input[type=submit], input[type=button], input[type=checkbox] {
    -webkit-border-radius:0;
    -webkit-appearance: none;
}

/*buttons*/
#msform .action-button {
    background: linear-gradient(0deg, #000000, #000000);
    color: white;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    border: 0 none;
    cursor: pointer;
    padding: 15px 5px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.close-oferta-button {
    width: 100px;
    background: black;
    font-weight: bold;
    font-size: 14px;
    color: white;
    border: 0 none;
    /*border-radius: 1px;*/
    cursor: pointer;
    padding: 10px 5px;
    margin-left: 30%;

}
/*#msform .action-button:hover, #msform .action-button:focus {*/
/*    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;*/
/*}*/
#msform .action-button:disabled {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
/*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;
}

.next {}
.previous {}
.submit {}

.chkBox {
    width: 16px;
    height: 16px;
    margin: 5px 5px 5px 5px;
    position: relative;
    /*top: 3px;*/
    accent-color: black;
    *overflow: hidden;
    border: solid 1px #000000;
}


/*.chkLabel {*/
/*    display: block;*/
/*    padding-left: 15px;*/
/*    text-indent: -15px;*/
/*    text-align: left;*/
/*    font-weight: normal;*/
/*    font-size: 15px;*/
/*    !*  original value 13px *!*/
/*    color: #666;*/
/*}*/
.text-info {
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: justify;
    font-weight: normal;
    /*font-family: montserrat, serif;*/
    font-size: 13px;
    color: #666;
}
.oferta {
    height: 200px;
}
.success {
    height: 300px;
}
.sms {
    height: 120px;
    overflow-y: hidden;
}
p {
    margin-top: 10px;
}
.logo {
    width: 170px;
    height: 30px;
    margin-top: 28px;
    /*margin-left:11px;*/
    gap: 0;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 28px;

}
.error-msg {
    color: red;
}
.input-error {
    background-color: rgba(255,0,0,0.1);
}
input[type='radio'] {
    transform: scale(1.2);
    margin-right: 1em;
    margin-bottom: 0.5em;
    accent-color: #000000;
    border: 1px solid #000000;
}

input[type=checkbox]:checked {
     background: #000000;
 }
input[type=checkbox]:checked:after {
    color: #ffffff;
    content: "\2713";
    margin-left: 2px;

}

a {
    color: #868686;
}
.warning {
    font-size: small;
    color: red;
}
.selectBlock {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-bottom: 10px;
	padding-top: 10px;

}
.selectBlock label {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
    font-size: 13px;
    color: #666;
}
.selectBlock select {
	width: 70%;
}
/* radio styles */
label {
    display: block;
}
.floatBlock {
    margin: 0 1.8em 0 0.5em;
}
.genderOptions {
    border: none;
    /*margin: auto;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    font-size: 0.8em;
    /* margin: 1em 0 2em 1em; */
}
.genderOptions label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.osk-subheader {
    font-weight: 700;
    margin-bottom: 22px;
    text-align: start;
    color: #000000;
    line-height: normal;

}
.osk-subtext {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    text-align: start;
}
.osk-fineprint {
    margin-top: 15px;
    font-size: 0.6em;
    color: #868686;
    opacity: 0.8;
    text-align: start;
    line-height: 120%;
}
.osk-fineprint-footer {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    text-align: start;
    margin-top: 10px;
    line-height: normal;
}
.osk-soglasie {
    margin-top: 10px;
}
.osk-inline {
    display: inline-block;
}

::placeholder {
    color: rgba(200,200,200,0.5);
}
