﻿* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background: black;
}
/*Background color*/
/*#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}*/
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 2px;
}
#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
   /* padding: 20px 40px 30px 40px;*/
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0 5px;
    padding: 15px !important;
   /* margin: 0 3% 20px 3%;*/
    /*stacking fieldsets above each other*/
    position: relative;
}
.recaptcha-box{
    margin: 10px 0 0;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /*padding-bottom: 20px;*/
    /*stacking fieldsets above each other*/
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
.first-time-visible {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.first-time-visible.fade-out {
    opacity: 0;
}
#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}
#msform input:not(.extra_info input),
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: Saira;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}
#msform .extra_info input {
    height: unset !important;
}
input[type="radio"] {
    width: unset !important; 
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid black;
    outline-width: 0;
}
/*Blue Buttons*/
#msform .action-button {
    width: 48% !important;
    background: green;
    font-weight: bold;
    color: white !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px black;
}
/*Previous Buttons*/
#msform .action-button-previous {
    width: 48% !important;
    background: red;
    font-weight: bold;
    color: white !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}
select.list-dt:focus {
    border-bottom: 2px solid black;
}
/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}
/*FieldSet headings*/
.fs-title {
    font-size: 15px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}
/*progressbar*/
#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
}
#progressbar .active {
    color: #000000;
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.5%;
    float: left;
    position: relative;
}
/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f013";
}
#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f007";
}
#progressbar #signature:before {
    font-family: FontAwesome;
    content: "\f040";
}
#progressbar #extra_info:before {
    font-family: FontAwesome;
    content: "\f05a";
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}
/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}
/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: black;
}
/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}
.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}
.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
/*Fit image in bootstrap div*/
.fit-image {
    width: 28%;
    object-fit: cover;
}
.req {
    color: red;
}
.msg-error {
    color: red;
}
input {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
}
.signature-pad {
    margin-top: 20px;
    text-align: center;
}
.signature-pad canvas {
    border: 1px solid #ccc;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}
.signature-actions {
    text-align: center;
    margin-top: 5px;
}
.signature-actions button {
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .action-button.w-25{
        width: 37% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .action-button.w-25{
        width: 46% !important;
    }
}
@media (max-width: 500px) {
    .firmaClass {
        padding: 20px 8px 30px 8px !important;
    }
}
/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader-box {
    text-align: center;
}
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}
.loading-text {
    margin-top: 10px;
    font-size: 16px;
    color: black;
    font-family: Arial, sans-serif;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.logo {
    width: 21%;
}
.top-first-logo{
    margin-top: 10px;
    width: 42%;
    margin-bottom: 10px;
}
.tu-poliza{
    font-size: 16px;
}
.seguro-font-size{
       font-size: 18px;
}
@media (max-width: 450px) {
.seguro-font-size{
       font-size: 15px;
}
 .g-recaptcha {
    transform: scale(0.86);
    transform-origin: 0 0;
  }
    .fit-image {
    width: 30px;
    }
    #progressbar{
        margin-bottom: 15px;
    }
    .pl-mobile-0{
        padding-left: 0;
    }
    #msform{
      margin-top: 0;
    }
    #recaptcha iframe {
      max-width: 100%!important;
        width: 100%;
    }
    .mobile-x-0{
        margin: 0;
        padding: 0;
    }
    .logo {
        width: 50%;
    }
    .top-first-logo{
        margin-top: 10px;
        width: 100%;
    }
    #progressbar li {
        font-size: 10px;
    }
    .heading {
        font-size: 14px;
        font-weight: bold;
    }
    .vin_heading {
        font-size: 14px;
    }
    .w-25 {
        width: 80% !important;
    }

    #msform .action-button, #msform .action-button-previous {
        width: 80% !important;
    }
}
