.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  /* border: 16px solid #f3f3f3; */
  border-radius: 50%;
  /* border-top: 16px solid #3498db; */
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  /* background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); */
  border-color: #e1e1e1;
  border-left-color: #a61b30 !important;
  font-size: 10px;
    /* position: relative; */
    text-indent: -9999em;
    margin: 0 auto;
    border-top: 2px solid rgba(0,0,0,0.2);
    border-right: 2px solid rgba(0,0,0,0.2);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-left: 2px solid #000;
    /* -webkit-animation: av-load8 0.8s infinite linear;
    animation: av-load8 0.8s infinite linear; */
  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.wpcf7-not-valid-tip {
    color: #ba0c2f !important;
    font-size: 13px !important;
    font-weight: normal !important;
    display: block;
}

.wpcf7-spinner {
  visibility: hidden!important;
}


.botones_confirmacion{
  place-content: space-evenly;
  display: flex;
  padding: 15px;
}

#id_confrmdiv
{
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: relative;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}
#id_confrmdiv button {
    background-color: #a61b30;
    color: #ffffff;
    border-color: #840910;
    padding: 4px 15px !important;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    width: 100px;
 
}
#id_confrmdiv button:hover
{
    background-color: #ddd;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}

input#fecha {
    border-color: #E6E9EB  !important;
    border-radius: 8px  !important;
    border: 1px solid #E6E9EB  !important;
    font-size: 16px !important;
    font-family: 'Inter' !important;
    color: #9B9FA0  !important;
    font: 16px "Inter" !important;
    height: 40px;
    display: inline-block;
    width: 100%;
    padding: 8px 6px;
    background-color: white;
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

 .fieldset-estilo {
  position: relative;
  border: 2px solid red;
  border-radius: 8px;
  padding: 20px 15px 15px 15px;
  margin-top: 20px;
}

.legend-estilo {
  position: absolute;
  top: -12px;
  left: 20px;
  background: white;
  padding: 0 10px;
  color: red;
  font-weight: bold;
  font-size: 14px;
}