@font-face {
    font-family: Poppins-Regular;
    src: url(/fonts/Poppins-Regular.ttf?1c701c9a6b587802e3d0211e89c52f4a);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(/fonts/Poppins-Medium.ttf?b59f6a636397975c540983a35a5b22f7);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(/fonts/Poppins-Bold.ttf?e2abc8f5e9a67ea669ea33339d2bc83a);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(/fonts/Poppins-SemiBold.ttf?5981b450a68d5134225b3eb6b04d523f);
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}


iframe {
    border: none !important;
}

/*------------------------------------------------------------------
[ Form ]*/

/*.question-form {*/
/*    width: 100%;*/
/*    display: grid;*/
/*    justify-items: center;*/
/*}*/

.btn.btn-primary {
    background: #185176;
    border: 1px solid #72a8cb;
    color: white !important;
}

.form-check-input:checked {
    background-color: #185176;
}

@media (max-width: 992px) {
}


.footer-line {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: 0.8em;
}

.navbar {
    background-color: white;
    height: 80px;
    display: block !important;
}

.navbar .logo {
    max-height: 60px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*.username {*/
/*    display: block;*/
/*    float: right;*/
/*    margin-top: 8px;*/
/*    margin-right: 10px;*/
/*}*/

.navbar-brand {
    margin-right: 0;
}

.navbar-not-auth {
    display: inline-block;
}

.navbar-toggler {
    display: block;
    float: right;
}

.container {
    display: contents !important;
}

#navbarMenu {
    padding: 20px;
}

#navbarMenu a {
    font-size: 1.4em;
    text-decoration: none;
}


.navbar .btnmenu {
    font-size: 1.5rem;
    border-style: none;
    background-color: transparent;
}

.border-radius {
    background-color: white;
    border-bottom: 4px solid #185176;
    margin-bottom: 4px;
    height: 35px;
    border-radius: 0 0 50% 50%;
    margin-top: -20px;
}

.navbar-toggler-icon i {
    color: #185176;
}

.navbar-toggler-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/
/* login-page New page */
.container-login {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ftco-section {
    padding: 7em 0;
}


.login-wrap .social {
    width: 100%;
}

.login-wrap .social a {
    text-decoration: none;
    width: 100%;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: black;
    background: #eae194;
}

.login-wrap .social a:hover {
    background: #eaab7b;
    color: #fff;
    border-color: #eaab7b;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.d-md-flex {
    display: flex;
}

/*////////////////////////////// third /////////////////////////////////*/

.form-all {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    font-family: Verdana;
    font-size: 12px;
}

.logo-user {
    text-align: center;
}

.loginBox {
    text-align: center;
    color: black;
    padding: 75px;
}

.form-radio-item {
    display: block;
}


.file-field .btn {
    max-width: 18rem;
    min-width: 18rem;
    display: block;
}

.invia-center {
    text-align: center;
}

.invia-center .btn {
    width: 50%;
}

.form-fixer {
    display: flex;
    align-items: baseline;
}

.thank-you {
    border-top-width: 10px;
    border-top-color: #185176;
    margin: 20px;
    border-radius: 1.25rem;
}

.to-add {
    max-width: 80%;
}

.thank-you h3 {
    margin: 10px;
}

.form-line {
    font-size: 1.1rem;
    padding: 5px;
    margin-top: 20px;
    border-top-width: 2px;
    border-top-color: #185176;
    border-radius: 0.5rem;
}

.to-change .to-change1 {
    display: inline;
}

.to-change1 {
    float: right;
}

.to-change1 a {
    padding: 0;
    color: #878787;
}

.btn {
    border-radius: 40px;
}

.questions {
    margin-bottom: 30px;
}

.description {
    font-size: 0.75em;
}

small {
    font-size: 0.6em;
    font-style: italic;
}

h3.page-title {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.fa-arrow-left {
    font-size: 1.4rem;
}

th {
    font-weight: normal;
}

.btn-primary:active:focus {
    box-shadow: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

#main-container {
    min-height: 100vh;
    position: relative;
    padding-bottom: 40px;
}

#main-container {
    background-color: #f8fbff;
}

.left-button {
    position: absolute;
    top: 5px;
    left: 0;
}

.left-button a {
    color: #185176;
}

.check-togle {
    width: 40px !important;
    height: 20px;
}

.page-link {
    border-radius: 50% 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 5px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

