body {
      font-family: Arial, sans-serif;
      background-color: #f6f6f6;
      margin: 0;
      padding: 0;
    }
 
	.main_sec {padding:80px 0px;}
    .steps {
      display: flex;
      align-items: center;
      padding: 20px;
      font-size: 14px;
      color: #aaa;
	  text-align: center;
      justify-content: center;
    }
 
    .steps span {
      display: flex;
      align-items: center;
      gap: 5px;
    }
 
    .steps span.active {
      color: black;
      font-weight: bold;
    }
 
    .steps .divider {
      margin: 0 10px;
    }
 button.btn.btn-primary {
    margin: 0;
    margin-left: 3%;
}
    .container {
      background: white;
      margin: 0 auto;
      max-width: 53%;
      padding: 30px;
      border-radius: 10px;
    }
 
    .location {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 20px;
    }
 
    .legend {
      display: flex;
      gap: 20px;
      font-size: 14px;
      margin-bottom: 20px;
    }
 
    .legend span {
      display: flex;
      align-items: center;
      gap: 5px;
    }
 
    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
 
    .available { background-color: green; }
    .fast { background-color: #f57c00; }
    .sold { background-color: #aaa; }
 
    .dates {
      display: block;
      gap: 15px;
      margin-bottom: 30px;
    }
 
    .dates button {
      padding: 10px 15px;
      border: 1px solid #1abc9c;
      border-radius: 5px;
      background-color: white;
      cursor: pointer;
      width: 115px;
      text-align: center;
      font-size: 14px;
      transition: all 0.2s ease;
	  margin:5px;
	  color:#495a4a;
    }
 
    .dates button.selected {
      background-color: #c7e5ca;
      border-color: #28a745;
    }
 
    .proceed-btn {
      width: 100%;
      padding: 15px;
      background-color: #ccc;
      border: none;
      border-radius: 5px;
      color: white;
      font-size: 16px;
      cursor: not-allowed;
      transition: background-color 0.3s ease;
    }
 
    .proceed-btn.active {
      background-color: #28a745;
      cursor: pointer;
    }
 
    /* Hide content steps */
    .step-content {
      display: none;
    }
 
    .step-content.active {
      display: block;
    }
	body{
  overflow-x: hidden;
}
.main_cont {width:80%; margin:0 auto; height:105vh;}
.res-steps-container {display: flex; align-items: center; justify-content: center;}
#employer-post-new-job .res-steps-container .res-steps {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #0aa7e1;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 20px
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 5px;
    background: #0aa7e1;
    width: 50%;
    margin: -22px 0 0 50%;
    float: left
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-three .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-four .res-progress-bar {
    width: 50%;
    margin-right: 50%
}

#employer-post-new-job .res-step-form {
    position: absolute;
	
}

#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #0aa7e1;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two, #employer-post-new-job .res-form-three, #employer-post-new-job .res-form-four {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #f19b20 !important
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}
.date_box {padding:20px 0px 10px;}
.date_box p {font-size:17px; padding:5px;}
.date_box ul {display:block; padding:0px;}
.date_box ul li { padding: 12px 0px; border-radius: 4px; text-align: center; border: 1px solid rgb(64, 212, 97); cursor: pointer;
    font-size: 14px; font-weight: 500; line-height: 20px; letter-spacing: 0.2px; width: 110px; list-style:none; float:left; margin:7px;}
button.btn.btn-default.btn.res-btn-orange {
    background: #e78812;
    color: #fff;
    padding: 10px 40px;
    clear: both;
    display: block;
    position: relative;
    top: 50px;
	font-size:17px;
	margin:0 auto;
}
.ticket_box {border:1px #ccc solid; border-radius:6px; padding:10px; margin-bottom:20px; overflow:hidden;}
.ticket_left {width:85%; float:left;}
.ticket_left p {font-size:16px; margin:0px;}
.ticket_left span {display:block; color:#999; font-size:14px;}
.multiple {color: #b5712d; font-size: 14px !important;}
.ticket_right {width:13%; float:right;}
.quantity {
  display: flex;
  border: 2px solid #e9a66b;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantitybtn {
  background-color: #e9a66b;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  line-height:32px;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.person-form {
      border: 1px solid #ccc;
      padding: 15px;
      margin-bottom: 10px;
    }
    .form-group {
      margin-bottom: 10px;
    }
    label {
      display: block;
      margin-bottom: 4px;
    }
    input {
      width: 100%;
      padding: 6px;
      box-sizing: border-box;
    }
    .add-btn {
      margin-top: 10px;
      display: block;
    }
	
label {
      display: block;
      margin-top: 15px;
      color: #555;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
	input[type="date"]{
      width: 100%;
      padding: 10px;
      margin-top: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
@media only screen and (max-width: 600px) {
  div#content-step1 {
    max-width: 100% !important;
}
.step-content.active {
   max-width: 100% !important;
           text-align: left;
}
}