/* @author: Brijesh Start */
.slot_label {
  display: block;
  position: relative;
  padding-left: 25px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.slot_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #d47979;
}

/* On mouse-over, add a grey background color */
.slot_label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.slot_label input:checked ~ .checkmark {
    background-color: #ffff;
    border: 1px solid red;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.slot_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.slot_label .checkmark:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b23636;
}
@media (max-width: 768px) {
  .slot_label .checkmark:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b23636;
} 
.slot_label {
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#zenotiAjaxForm span {
  color: #790000;
  margin-left: 0px;
  font-weight: bolder;
  margin-top: 5px;
}
}
/* @author: Brijesh End */

#zenotiAjaxForm ul.g-form{
    width: 100%;
    margin: 0!important;
list-style-type: none;
display: block;
padding: 0;
}
#zenotiAjaxForm select.gfield_select{
    -moz-appearance: none;
    -webkit-appearance: none;
    
}
#zenotiAjaxForm ul.g-form>li {
    display: inline-block;
vertical-align: top;
width: 49%;
padding-right: 20px;
float: none;
margin-bottom: 13px;
}
#zenotiAjaxForm .lbl{
    display: block;
line-height: 1.3;
clear: both;
font-weight: 700;
font-size: 17px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
float: none;
}
#zenotiAjaxForm .txtBox {
    width: 100%;
height: 39px;
margin: 7px 0 0 0;
padding-left: 5px;
padding-right: 0;
border-radius: 4px;
border: 1px solid #d8d8d8;
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;

font-size: 1rem;
background-color: #fff;
box-shadow: inset 0 1px 2px rgb(51 51 51 / 10%);
}
#zenotiAjaxForm span {
  color: #790000;
  /* margin-left: 10px; */
  font-weight: bolder;
  margin-top: 5px;
}
#zenotiAjaxForm .description {
    width: 100%!important;
}
#zenotiAjaxForm .field_7 {
    width: 46%;
}
#zenotiAjaxForm .form_button {
    font-weight: bold;
    display: inline-block;
vertical-align: middle;
margin: 0;
padding: 1em 1em;
border: 1px solid transparent;
border-radius: 8px;
transition: background-color .25s ease-out,color .25s ease-out;
font-family: "Roboto",Arial,sans-serif;
font-size: 1rem;
-webkit-appearance: none;
line-height: 1;
text-align: center;
	width:240px;
cursor: pointer;
background-color: #c66700;
color: #fff;
text-align: left;
box-shadow: none;
margin-top: 20px;
margin-bottom: 30px;
font-size: 17px;
font-weight: bold; 
	text-transform:uppercase!important;
}
#zenotiAjaxForm .gform_title{
    line-height: 1.4;
    font-size: 28.8px;
    text-align: left;
    font-family: "Times New Roman" ;
}
#zenotiAjaxForm .date{
    width: 47%;
    padding-left: 5px;
    text-align: left;
    float: left;
}
#zenotiAjaxForm .p-tag{
    font-weight: 500;
font-style: italic;
font-size: 1rem;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-size: 18px;
color:#000;
}
.zenoti_wrapper {
    box-sizing:border-box; padding: 2rem;border-radius: 6px;
box-shadow: 0 0 40px 0 rgb(0 0 0 / 16%);
background-color: #fff;width:677px;margin: 30px;
height: auto;
    overflow: hidden;
}
#zenotiAjaxForm .loader-wheel {
    /*--background: url('https://icon-library.com/images/loading-icon-transparent-background/loading-icon-transparent-background-12.jpg');--*/
    background:url('https://i.pinimg.com/originals/48/6a/a0/486aa0fa1658b7522ecd8918908ece40.gif');
    background-size: cover;
    height: 170px;
    width: 100%;
    display:none;
}

body {
overflow-x: hidden;
}

         /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  height: auto;
  position: relative;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 99999;
 
}

#card_load_iframe {
 height: auto;
 min-height: 480px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.et_pb_column {
z-index: unset!important
}
#zenotiAjaxForm {
    padding:0px;
}




/* tab Styling */


.tab {
  overflow: hidden;

  
  
}
.tablinks {
background:#708090;
color: #fff;
margin-top: 10px;
}

/* Style the buttons inside the tab */
.tab a{
 float: left;
border-right: 1px solid aliceblue;
outline: none;
cursor: pointer;
padding: 6px 16px;
transition: 0.3s;
font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.tabsactive {
  background-color: #ccc;
}


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  
} 


/*21-06-2021*/

.wholePageLoader {
opacity: 0.8;
background-color: #ccc;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1000;
display:none;
}
.tabsactive {
   width: auto;
   height: 37px;
   margin: 0 auto;
   margin-top: 10px;
   position: relative;
   background-color: #c66700;
   border-radius: 0 6px 6px 6px;
   box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
}
.tabsactive::before {
  content: '';
    width: 25%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #c66700;
    position: absolute;
    top: -12px;
    left: 0px;
}
.tagLoader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 
              50% 50% no-repeat rgb(249,249,249);
}
.loader_Content {
margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9999;
    font-size: 30px;
    top: 30%;
}
/* 20-05-2021 PLEASE DO NOT ALTER ROW OR COLUMN CSS. THANK YOU
.et_pb_row {
   width: 100%!important;
   max-width: 1200px!important;
}
.et_pb_column_2 {
   padding-left: 0px!important;
   padding-right: 0px!important;
}
.whitebox {
   overflow: hidden;
} 
.active {
background: #ccc;
}*/
table.schedule_show td {
  font-size: 17px;
  padding: 4px;
  color: #000;
}
table.future_show button {
  background-color: #c66700;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
}
table.future_show td {
  padding: 5px;
}

@media (max-width: 768px) {
  table.schedule_show tbody tr td {
    font-size: 11px;
    padding: 3px 0px;
    color: #000;
  }
  table.future_show button {
    background-color: #c66700;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
  }
  #zenotiAjaxForm .gform_title {
  font-size: 16.8px;
  text-align: center;
  }
  #zenotiAjaxForm .p-tag {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  }
  #zenotiAjaxForm .date {
  width: 100%;
  }
  #zenotiAjaxForm .lbl {
  font-size: 12px;
  text-align: justify;
  }
  #zenotiAjaxForm ul.g-form > li {
  display: block;
  width: 100%;
  }
  #zenotiAjaxForm .field_7 {
      width: 100%;
  }

  .tab a {
    font-size: 12px;
    padding: 8px 7px;
    }
    .tablinks {
    margin-top: 13px;
    }
    
    .tabcontent table tr td {
    width: 100%;
    float:left;
    }
    .tabcontent h4 {
    margin-top: 5px;
    font-size: 14px;
    }
    .tab h4{
    font-size:14px;
    }
    #zenotiAjaxForm ul.g-form > li {
      float: left;
      }

  .cons-radio-box {
      display: flex;
  }

    @media only screen and (max-width: 768px) {
        .cons-radio-box {
            display: block;
        }
        #zenotiAjaxForm span {
          color: #790000;
          /* margin-left: 10px; */
          font-weight: bolder;
          margin-top: 0px;
      }
    }
  
  }