/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  /*background = gradient + image pattern combo*/
 /* background: linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)), */
  
}

body {
  font-family: montserrat, arial, verdana;
}

#msform {
  width: auto;
  max-width: 700px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 80px 50px;
  box-sizing: border-box;
  width: auto;
  margin: 0 5%;
  /*stacking fieldsets above each other*/
  position: relative;
  border-radius: 10px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input:not([type="checkbox"]):not(.previous):not(.next),
#msform textarea  {
    height: 54px;
    min-height: 54px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    font-family: inherit;
    transition: .15s;
    font-weight: 400;
    font-size: 16px;
    height: 54px;
    min-height: 54px;
    color: inherit;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 54px;
    box-shadow: -4px -4px 11px #fff, 3px 11px 20px rgba(0, 0, 0, .15);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
  
  }


* select  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBdY4xCoAwEAQ9DPEB+UAqSWGqVL7bR1ilskhlJ9gkD5CQxK3kUFw4Dma5vSVjzCilnFtrQ/cjIrpyzr6PMSal1A6mAT8HtdaEWUIIB3HDWuuwHEMbtD4f3kmopYUQUynFI+3k3g2U5SWcTaeFeQAAAABJRU5ErkJggg==);
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
  height: 54px;
  min-height: 54px;
  width: 100%;
  padding: 0 20px 0 20px;
  font-size: 16px;
  font-family: inherit;
  transition: .15s;
  border: 1px solid #e8e9ef;
  height: 54px;
  min-height: 54px;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 16px;
  background-position: top 50% right 15px;
  color: inherit;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 54px;
  box-shadow: -4px -4px 11px #fff, 3px 11px 20px rgba(0, 0, 0, .15);
}


.detail-field {

  margin: 25px 0 !important;

}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: transparent;
  font-weight: bold;
  color: #555;
  border-color: #555;
  border-width: 0 0 1px 0;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.2s;
}

#msform .action-button:hover,
#msform .action-button:focus {
  border-color: #b17b7b;
  font-size: 16px;
}

/*headings*/
.fs-title {
  font-size: 26px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/* Rueda de porcentaje */
.progress-wheel {
  width: 100px;
  height: 100px;
  margin: 0 auto -60px;
  position: relative;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  background: white;
  z-index: 9999999;
}

.progress-wheel svg {
  width: 100%;
  height: 100%;
}

.progress-wheel circle {
  fill: white;
  stroke: #e0e0e0; /* Color de fondo de la rueda */
  stroke-width: 10;
}

.progress-wheel .progress-circle {
  stroke: #27ae60; /* Color de la rueda de progreso */
  stroke-dasharray: 283; /* Circunferencia del círculo (2 * π * r) */
  stroke-dashoffset: 283; /* Inicia sin progreso */
  transition: stroke-dashoffset 0.5s ease;
}

.progress-wheel .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #2c3e50;
}



/*social buttons*/
.jsf-btn-radio {
  width: auto;
  display: block;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 18px;
  font-weight: 900;
  transition: .15s;
  text-decoration: none;
  cursor: pointer;
  color: #3347ff;
  height: auto;
  min-height: 18px;
  border-radius: 54px;
  padding: 20px 33px 20px 33px;
  text-align: center;
  background: #fff;
  user-select: none;
  box-shadow: -4px -4px 11px #fff, 3px 11px 20px rgba(0, 0, 0, .15);
  position: relative;
  margin-bottom: 15px;

}

.jsf-btn-radio:hover {
  background-color: #eceef3;
  box-shadow: 0px -3px 6px #fff, 0px 2px 10px rgba(0, 0, 0, .15);
}

.jsf-btn-radio:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="blue" width="18px" height="18px"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>');
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  font-family: "jsf-icomoon";
  font-size: 20px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3347ff;
}

.jsf-ssl-secured-container {
  display: flex
;
  align-items: center;
  padding: 4px;
  border: 1px dashed #b5b5b6;
  border-radius: 6px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

jsf-ssl-secured {
  display: flex;
}


.jsf-checkbox {
  display: flex;
  align-items: center;
}

.jsf-checkbox__input {
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 4px;
  flex-shrink: 0;
}


.jsf-checkbox__text {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-left: -16px;
  color: #2b335c;
  cursor: pointer;
}

.jsf-checkbox__text:before {
  content: "";
  display: flex;
  flex-shrink: 0;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 3px;
}


/*Erroe message*/

.input-error {
  border: 2px solid red !important;
  background-color: #fff;
  margin-bottom: 10PX;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 3px;
  position: relative;
  top: 0px; /* Lo acerca al borde */
  margin-bottom: 10PX;
}



   /* Estilo para el calendario visible */
   #calendar-container {
    position: relative;
    margin-top: 20px;
}

#paydate-display {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

/* Estilo opcional para el campo oculto */
#paydate-hidden {
    display: none;
}

/* Estilo para el contenedor del calendario siempre visible */
#calendar {
    margin-top: 10px;
}


.flatpickr-calendar.inline , .flatpickr-rContainer , .flatpickr-days , .dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}




.flatpickr-months .flatpickr-month {

   height: 60px !important;
   margin-bottom: 20px !important;

}