body {
  overflow-x: hidden;
  /* margin-top: 98px !important; */
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

body {
	height: 100%;
}

.text-center {
  text-align: center;
}

.dancepro-bg {
  background-color: #FFF;
  overflow-x: hidden;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.892443) 0%, #000000 100%);
  background-image: url("../../images/dance_life_images/Soloist.png");
  background: url(../../images/dance_life_images/Soloist.png) no-repeat;
  background-size: cover;
}

.thankyou-bg {
  background-color: #FFF;
  overflow-x: hidden;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.892443) 0%, #000000 100%);
  background-image: url("../../images/dance_life_images/Thank you.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-attachment: fixed;
}

/* font family */
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../../fonts/lato-v23-latin/lato-v23-latin-regular.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../../fonts/lato-v23-latin/lato-v23-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../../fonts/lato-v23-latin/lato-v23-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../../fonts/lato-v23-latin/lato-v23-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../../fonts/lato-v23-latin/lato-v23-latin-regular.svg') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;

  src: local(''),
    url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
}

@import url('https://fonts.googleapis.com/css2?family=Kurale&display=swap');

/* font family */
/* placeholder style start */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* end placeholder style */
#selectbx1 option:checked,
#selectbx2 option:checked {
  /* background-color: #D69F30 !important; */
  background-color: #D69F30;

  /* padding: 10px 0px 10px 20px; */
}

/* soloist h2 style */
.dance-pro-label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  /* line-height: 22px; */
  color: #A49C9C;
}

.page_proper_heading h3 {
  color: #A67D00 !important;
  font-family: lato;
  font-weight: 600 !important;
  font-size: 30px !important;
}

.add_member_heading h3 {
  color: #A67D00 !important;
  font-family: lato;
  font-weight: 600 !important;
  font-size: 25px !important;
}

.soloist_information_h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}

.soloist_information_h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF !important;
}

.dance_style_selection_disabled_label {
  background: #A67D00 !important;
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF !important;
}

.asterisks_are_Required {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* text-align: center; */
  color: #F39B10;
}

/* end soloist h2 style */

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  z-index: 2;
  height: calc(100vh - 70px);
  margin-top: 70px;
}

.off-canvas-sidebar .wrapper-full-page~.fixed-plugin .dropdown .dropdown-menu {
  -webkit-transform: none;
  transform: none;
}


.fixed-plugin .button-container .github-button {
  display: inline
}

#selectbx1,
#selectbx2 {
  border: none;
  width: 100%;
  height: 88%;
  background: #D9D9D9;
  font-size: 24px;
  padding: 15px 10px 15px 10px;
  overflow-y: auto;
  font-size: 20px;
}

/* #selectbx1 option ,#selectbx2 option {
	padding: 4px 8px;
} */
#selectbx1 option:hover,
#selectbx2 option:hover {
  background-color: #BFB9B9;
}

#selectbx1 option:checked,
#selectbx2 option:checked {
  background-color: #BFB9B9;
}

.register_dance_style_select {
  /* width: 40%; */
  /* height: 320px; */
}

.register_dance_style_buttton {
  /* width: 20%; */
  justify-content: center;
  align-items: center;
  display: flex;
  /* height: 320px; */
}

.alertmsg {
  font-style: rgb(252, 5, 5);
}

.image-upload-container {

  width: 100%;
}

.form-input {
  background: #fff;
  border-radius: 10px;
  height: 190px;
}

.form-input input {
  display: none;
}

.form-input label {
  display: block;
  cursor: pointer;
  height: 190px;
}

.image-upload-lebel {
  cursor: pointer !important;
  border: none;
  padding: 12px 40px 12px 40px;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: none;
  box-shadow: none;
  font-family: 'Lato';
  font-style: normal;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 6px;
}

.form-input .imageLabel {
  justify-content: center;
  align-items: center;
  display: flex;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type='time']::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 10%;
  left: 35%;
}

.form-input img {
  width: 100%;
  height: 100%;
  /* opacity: .4; */
  border-radius: 10px;
  background-color: #FFFFFF;


}

.capezioImgRemove {
  top: 66px !important;
}

.imgRemove {
  position: absolute;
  background-color: transparent;
  border: none;
  font-size: 23px;
  outline: none;
  top: 0;
  right: 17px;
}

.file-ip-1-preview {
  border-radius: 10px;
}

.imgRemove::after {
  content: '\00d7';
  color: #ffffff;
  font-weight: 900;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #000;
  padding: 0px 7px 2px 7px;
  background-color: #000;
}

.small {
  color: #fff;
}

.selectedSongStyle {
  /* padding: 12px; */
  padding: 10px;
  width: 100%;
  background-color: #A67D00 !important;
  border-radius: 6px;
  margin-bottom: 11px;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
  background-color: #BABABA;
  cursor: not-allowed;
  border-bottom: 1px dotted #d2d2d2;
  background-repeat: no-repeat;
}

.payment_summary_item_cost {
  background-color: #A67D00 !important;
  border-radius: 6px;
  color: #fff !important;
}

.th_item_cost {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF !important;
}

.total_and_payvia_text_style {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.grand_total_amount {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF !important;
}

.artistSongStyle {
  padding: 21px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A49C9C;
  /*text-align: center;*/
}

.multiPerformerInput {
  background: #A67D00 !important;
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.multiPerformerInput:focus {
  background: #A67D00 !important;
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF !important;

}

.incss {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 1rem;
  background: #FFFFFF;
  border-radius: 5px;

}

.incss:focus {
  background-color: white;
}

.incss2 {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 1rem;
  color: #9B9393;
}

.incss3 {
  background-color: #A67D00 !important;
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF !important;
}

.date_padding {
  padding: 20px !important;
}

.select_style_padding {
  padding: 0px 0px 0px 20px !important;
}

.btn_margin {
  box-shadow: none;
  background: #77AB47;
  border-radius: 6px !important;
}

.btn_margin:focus {
  box-shadow: none;
  background: #77AB47;
  border-radius: 6px !important;
}

.btn_margin:hover {
  background-color: #77AB47;
  box-shadow: none;
}

.style_option_text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF !important;
}

.time_track_format {
  font-size: 12px;
  color: #fff;
}

.time_track_format_height {
  line-height: 14px;
}

.style_option2_text {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #F39B10 !important;
}

.style_option2_text:hover {
  color: #000;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.select_option_style {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}

.select_option_style:hover {
  background-color: #D69F30 !important;
}

.select_option_style2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /* font-size: 24px; */
  font-size: 16px;
  line-height: 29px;
  /*text-align: center;*/
  color: #000000;
}

.select_option_style2:hover {
  background-color: #D69F30 !important;

}

/* continue button */
.dance_continue_btn {
  cursor: pointer !important;
  border: none;
  padding: 12px 40px 12px 40px;
  box-shadow: none;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: none;
  box-shadow: none;
  font-family: 'Lato';
  font-style: normal;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 6px;
}

.dance_continue_btn:focus {
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%) !important;
}

.dance_continue_btn2 {
  cursor: pointer !important;
  padding: 10px 20px;
  border: none;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: none;
  box-shadow: none !important;
  font-family: 'Lato';
  box-shadow: none !important;
  font-style: normal;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 5px;
}

.back_btn_margin {
  margin-right: 20px !important;
}

.dance_payment_continue_btn {
  cursor: pointer;
  border: none;
  padding: 15px 22px 15px 22px;
  box-shadow: none;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: none;
  box-shadow: none;
  font-family: 'Lato';
  font-style: normal;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 3px;
}
.coupon_code_apply_button {
	cursor: pointer;
    border: none;
    padding: 4px 15px 4px 15px;
    box-shadow: none;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-transform: none;
    box-shadow: none;
    font-family: 'Lato';
    font-style: normal;
    text-align: center;
    color: #000000 !important;
    background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
    border-radius: 0 3px 3px 0;
}

/* end continue button */
.select_style {
  color: #b2b2b2;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: none;
}

.btn-continue {
  background-color: #9B9393;
}

.form-control,
.is-focused .form-control {

  background-color: #ffffff;
}

table {
  border-collapse: separate;
  border-spacing: 5px;
}

table.borderless td,
table.borderless th {
  border: none !important;
}

.borderless td {
  background-color: #9B9393;
  border-collapse: separate;
  border-radius: 5px;


}

.pay_div {
  border-top: 1px solid #958e8e;
}

/* circle progress bar style  */
.rental-manager-progress-bar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: 15px;
  margin-top: 55px;
}

.aub {
  color: #ffffff !important;
  padding: 16px 34px 16px 34px;
  background: #77AB47 !important;
  box-shadow: none !important;

}

.aub:hover {
  color: #ffffff !important;
  padding: 16px 34px 16px 34px;
  background: #77AB47 !important;
  box-shadow: none !important;
}

.aub:focus {
  color: #ffffff !important;
  padding: 16px 34px 16px 34px;
  background: #77AB47 !important;
  box-shadow: none !important;
}

.cross_btn {
  color: #ffffff !important;
  box-shadow: none !important;
  background: #F44336;
  border-radius: 5px;
}

.cross_btn_margin {
  margin-left: 9px;
}

.cross_btn:hover {
  color: #ffffff !important;
  box-shadow: none !important;
  background: #F44336 !important;
  border-radius: 5px;
}

.cross_btn:focus {
  background: #F44336 !important;

}

.active {
  /* position: absolute; */
  width: 60px;
  height: 60px;
  left: 329px;
  top: 111px;
  border: 5px solid #A67D00;
  background-color: #ffffff;
  /* border-color: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%); */
}

.rental-manager-progress-bar-container div {
  background-color: #D9D9D9;
  margin-top: -40px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
}

/* End circle progress bar style  */


.form-control:invalid {
  background-image: linear-gradient(to top, rgba(244, 67, 54, 0) 0px, rgba(244, 67, 54, 0) 0px), linear-gradient(to top, #d2d2d2 0px, rgba(210, 210, 210, 0) 0px);
  ;
}

.label-right-step1 {
  /* margin-top: 12px; */
  text-align: right;
  width: 100%;
}

/* #stripe-payment-form #card-element.__privateStripeFrame5286,iframe{
border: 4px solid rebeccapurple;
background-color: yellow;
} */
#stripe-payment-form {
  /* padding: 10px 15px 10px 15px; */
  padding: 30px;
  margin-top: 0px;
  border-bottom: 1px solid #958e8e;
  border-right: 1px solid #958e8e;
  border-left: 1px solid #958e8e;


  /* border: 0px 1px 1px 1px solid #958e8e; */
}

#stripe-payment-form #card-element {
  background: white;
  margin-bottom: 7px;
  /* padding: 10px 10px 10px 10px; */
  border-radius: 6px;
  padding: 15px;
  margin-top: 6px;
}

#stripe-payment-form #submit {
  font-weight: 600;
  padding: 14px 35px 14px 35px;
  /* color: #16ab16; */
  border: none;
  border-radius: 6px;
  background-color: #16ab16;
  box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
  border: 1px solid #958e8e;
  color: black;
  font-size: 12px;
  letter-spacing: 2px;

}

.pay-btn-div {
  text-align: center;
  /* align-items: center; */
}

.InputContainer .InputElement {
  position: unset;
  top: 0;
}

/* .InputElement{
  position: unset;
  top: 0;
}
.InputContainer{
  position: unset;
  top: 0;
} */
/* .ElementsApp input {
    background-color: transparent;
    border: none;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    height: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    width: 100%;
} */
.card-span {
  margin-left: 3px;
  color: #1F1F1F;
  font-weight: bold;
  /* margin-bottom: 2px;*/
}

.payment-top-bar {
  font-size: 23px;
  color: #343a40;
  margin-top: 20px;
  padding: 19px;
  background-color: transparent;
  border: 1px solid grey;
  font-weight: bolder;
  background: #9d9696;
}

/* ticket page style */
.ticket_div {
  align-items: center;
  background-color: #8f8f8f;
  padding: 20px;
  border-radius: 6px;
  margin: 0px 12px 0px 0px;
  justify-content: center;
  display: flex;
}

.ticket_div_h4 {
  width: 100%;
  background-color: #B2B2B2;
  color: #000;
  font-weight: 400;
}

.ticket_label {
  border: 1px solid #fff;
  margin: 0;
  width: 83px;
  background-color: #fff;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  color: #000;
}

.price_show {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.event_txt {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}

.alert.alert-danger a {
  color: #9c27b0;
}

.contact_map {
  background-image: url('../../../public/images/try.jpg');
}

.contact_input_style {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A49C9C;
  padding: 30px 5px 30px 15px;
  border-radius: 5px;
}

.contact_input_style_message {
  border-radius: 5px;
  height: 200px !important;
  padding: 15px;
}

.contact_submit_btn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 5px;
  padding: 25px;
}

.contact_submit_btn:focus {
  box-shadow: none;
}

.contact_submit_btn:hover {
  box-shadow: none;
  color: #000000;
}

.sign_up_cursor:hover {
  cursor: pointer !important;
}

/*main css */
.contact-addres h5 {
  font-family: poppins !important;
  font-size: 20px !important;
  font-weight: 600;
}

.contact-addres ul li {
  font-family: poppins !important;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 30px;
}

.contact-addres ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 27px;
}

.contact-addres {
  color: #303030 !important;
  border-radius: 20px !important;
  padding: 30px !important;
  background: #FFFFFF;
}

footer p {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 32px !important;
  color: #CDCBCC !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  word-spacing: 2px;
}

.checkbox p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-left: 30px;
  color: rgba(94, 94, 94, 0.93);
  margin: 0;
}

.sign-up-content h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

/*.p-style p {
  font-family: 'Lato' !important;
  font-style: normal  !important;
  font-weight: 300  !important;
  font-size: 24px  !important;
  line-height: 32px  !important;
  margin-top: 13px;
  color: #000000 !important;
}
.p-style h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
}*/
.home_upcoming_events {
  min-height: auto;
  max-height: 800px;
  overflow-x: auto;
}

.p-style h4 {
  font-size: 19px;
  color: #000000;
  font-weight: 600;
}

.title h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000000;

}

.dancer-details p {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  line-height: 32px !important;
  text-align: center !important;
  color: #000000 !important;
}

.dancer-details h4 {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  color: #000000 !important;
}

.dancer-single h5 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.testi-style p {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #000000 !important;
}

.testi-style h5 {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #000000 !important;
}

.testi-style h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 29px;
  color: #000000 !important;
}

.img-content .overlay h3 {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #FFFFFF !important;
  /* color: green; */
  /* font-size: 22px; */
  /* margin: 0; */
}

.img-content .overlay p {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #FFFFFF !important;
  /* font-size: 12px; */
  /* font-weight: 300; */
  /* margin-top: 8px; */
}

.home_banner_right {
  min-height: 744px;
  max-height: 744px;
  overflow-x: auto;
}

.sign-up-content2 {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 120% !important;
  text-align: center !important;
  color: #FFFFFF !important;
}

/* createprogram css start */
.th_background {
  background-color: #D9D9D9;
}

.th_background p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;

  color: #000000;
}

.available_entries {
  padding: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.program_head_right {
  background: #EDEDED;
  border-right: 5px solid #F4F6F9;
}

.program_head_left {
  background: #EDEDED;
  border-left: 5px solid #F4F6F9;
}

.session_div {
  padding: 9px;
  background-color: #D9D9D9;
  ;
}

.entry_p_border {
  padding: 5px;
  background: #ededed;
  border-radius: 2px;
}

.entry_selected_div {
  background: #F9F9F9;
  border: 1px solid #A8A8A8;
  border-radius: 2px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.table-my-secondary {
  background-color: #BFB9B9;
  border-collapse: collapse;
  border: 0px;
}

.table-my-secondary td {
  background-color: transparent;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  line-height: 17px;
  color: #000000;
  /* border: 0.2px solid #000000; */
}

.create_program_btn {
  padding: 9px 15px 9px 15px !important;
  background: #A3A3A3 !important;
  border-radius: 5px !important;
  border: none !important;
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: center !important;
  color: #000000 !important;
}

.program_headline {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 47px;
  color: #000000;
}

.program_input {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  color: #A49C9C !important;
  background: #D9D9D9 !important;
  border-radius: 5px !important;
}

.program_option_text {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: center !important;
  color: #000000 !important;
}

.program_option_text2 {
  font-family: 'Lato' !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  color: #A49C9C !important;
  background-color: transparent !important;
}

.btn_margin_program {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 29px !important;
  text-align: center !important;
  color: #000000 !important;
  background: #A3A3A3 !important;
  border-radius: 5px !important;
}

.program_option_text2 {
  background: #BFB9B9;
  border-radius: 5px;
}

.scroll_table {
  overflow-y: scroll;
  height: 355px;
}

.interval_head {
  background: #D9D9D9;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  opacity: 0.5;
}

.interval_btn {
  padding: 5px 13px 5px 13px;
  border: none;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  border-radius: 5px;
  background: #A3A3A3;
}

/* .interval_tab th{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  border-radius: 5px;
  border: 0 !important;
} */
/* .interval_tab td{
  background: #D4CCCC;
  border-radius: 5px;
  padding: 0.75rem;
  border: 0 !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
} */
.btn_gray {
  background: #BFB9B9;
  border-radius: 5px;
}

.scroll_interval_tab {
  overflow-y: auto !important;
  height: 200px !important;
}

.scroll_interval_tab th {
  position: sticky;
  top: 0;
  background-color: #F4F6F9;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  /* opacity: 0.5; */
  border: 0 !important;
}

.scroll_interval_tab td {
  background: #D4CCCC;
  border-radius: 5px;
  padding: 0.75rem;
  border: 0 !important;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  /* opacity: 0.5; */
}

.right_border {
  border-right: 3px solid #F4F6F9;
}

.interval_th_only th {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  border-radius: 5px;
  border: 0 !important;
}

.program_select_option_style:checked {
  background: #BFB9B9 !important;
}

.program_select_option_style:hover {
  background-color: #BFB9B9 !important;
}

.program_select_option_style2:checked {
  background: #BFB9B9 !important;
}

.program_select_option_style2:hover {
  background-color: #BFB9B9 !important;
}

/* createprogram css end */
/* single event page style start */
/*.single_event_slider_inner_text{
  position: absolute;
  padding: 20px 0px 0px 20px;
}
.single_event_slider_inner_text h3{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
}
.single_event_slider_inner_text h4{
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-size: 24px;
color: #FFFFFF;
}
.single_event_slider_inner_text p{
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-size: 12px;
color: #FFFFFF;
word-wrap: break-word;
}*/
.single-event-banner {
  margin: auto;
}

.single-event-banner img {
  width: 100%;
  object-fit: cover;
}

/* .slick-list{
  margin-top: 99px !important;
} */
.single-event-banner .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 18px;
  width: 100%;
}

.slider-full .slick-slide {
  position: relative;
}

.card_bg_img {
  height: 250px;
  border-radius: 20px;
}

.card_bg_img img {
  height: 250px;
  width: 100%;
  object-fit: fill;
  border-radius: 20px;
}

.image_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}

.disabled_event_text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.card_text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
}

.single_register {
  cursor: pointer;
  border: none;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding: 7px 18px 7px 18px;
}

.admin_login_button {
  width: 180px;
}

.admin_login_button button {
  cursor: pointer;
  border: none;
  background: linear-gradient(180deg, #FCEE79 0%, #CC8B1C 100%);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  padding: 7px 18px 7px 18px;
}

.single_div_text h1 {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 59px;
  color: #000000;
}

.single_div_text p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.border_top {
  border-top: 1px solid #CDCBCC !important;
  border-bottom: 5px solid #CDCBCC !important;
}

.text-dark_gallery {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  /* color: #000000; */
  color: #FFF;
}

.slick-dotted.slick-slider {
  margin-top: -25px !important;
}

.single-event-slider .slick-prev {
  left: 20px;
  z-index: 1;
}

.single-event-slider .slick-next {
  right: 34px;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
  /* font-size: 30px !important; */
  color: #FFFFFF !important;
}

/* single event page style end */

/*faq page*/
.faq_bg_img {
  top: 85px;
  background-image: url(../../images/single/faq.png);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
}

.accordion .accordion-item {
  border: 0.5px solid #000000;
  border-radius: 5px;
  background: #FFFFFF;
  margin: 9px;
  padding: 0px 19px;
}

.faq {
  margin-top: 100px;
  padding: 80px;
}

.faq h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /*text-align: center;*/
  color: #000000;
}

.accordion .accordion-item button[aria-expanded='true'] {
  /*border-bottom: 1px solid #03b5d2;*/
  /*border: 0.5px solid #000000;*/
  border-radius: 5px;
  background: #FFFFFF;
}

.accordion button {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.accordion button .icon {
  background: #000;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #fff;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  /*color: #03b5d2;*/
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  /* overflow-y: scroll; */
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  /*font-size: 1rem;
  font-weight: 300;*/
  /*margin: 2em 0;*/
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.page-header:after,
.page-header:before {
  position: absolute;
  /* z-index: 0; */
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

/*faq page end*/
/*contact page*/
.contact-list {
  list-style-type: none;
  /*margin-left: -30px;
  padding-right: 20px;*/
}

.contact-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 109%;
  text-transform: capitalize;
  color: #616161;
}

.contact-text a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 109%;
  text-transform: capitalize;
  color: #616161;
}

.contact-list li {
  margin-bottom: 20px;
  color: #474545;
}

/*end contact page*/

/* all events style */
.event-card-display .event-card {
  /* background: #F2D865; */
  background: #EDEDED;
  border: 0.2px solid #A8A8A8;
}

.all_event_heading {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}

.heading_style {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}

.event-card .card-body .card-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  /* height: 25px; */
}

.card-title-height {
  height: 44px;
}

.event-card .card-body .card-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  opacity: 0.5;
}

.see_more {
  padding: 12px 120px;
  color: #FFFFFF !important;
  background: #262626 !important;
  border: 0.5px solid #A8A8A8 !important;
  text-transform: none !important;
}

.all_events_bg {
  height: 200px;
  background-image: url("../../images/dance_life_images/Thank\ you.png");
  background-size: cover;
  /* margin-top: 99px !important; */
}

.event-card img {
  /* height: 150px; */
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.event-card-image {
  /* height: 150px; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* End all events style */

/*others modification style*/
/* .select2-dropdown {
  width: auto !important;
  min-width: 200px;
  max-width: 600px;
  overflow-x: visible;
  overflow-y: visible;
} */


.wh-200 {
  /* width: 400px !important; */
  height: 400px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.bg-000 {
  background: #000;
}
.thankyou-bg .bg-000 {
  background: transparent;
}

.slick-slider {
  padding-left: 10px;
}

.single_event_bg_color {
  background-color: #000;
}

.overlay2 {
  padding: 15px;
  /* background-color: #7f7f7f; */
  color: #000;
}

.overlay2 h3,
h4,
p {
  color: #FFF;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px;
}

.other-p {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.dancer-details {
  height: 100% !important;
}

.judge_img img {
  border-radius: 20px;
}

.white_a a {
  color: #ffffff;
}

.gap_judge {
  gap: 10px;
}

.card_bg_img_judge {
  height: 57%;
}

.card_bg_img_judge img {
  height: 100% !important;
  border-radius: 20px;
}

.judge20 {
  max-width: 20%;
}

.judge_border {
  justify-content: space-between;
  border-top: 2px solid #CC8B1C;
  border-bottom: 2px solid #CC8B1C;
  padding: 40px 0px;
  margin: 40px 0px;
}

.navbar.navbar-absolute {
  /* position: absolute; */
  position: sticky;
  margin-bottom: 0;
  width: 100%;
  /* padding-top: 30px !important; */
  z-index: 1029;
}

.card {
  box-shadow: none;
}

.image_overlay a {
  color: #FFFFFF;
}

.dancer-list-flex {
  gap: 36px !important;
}

.bg-dance-pro-gold {
  background-color: #A67D00 !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}

.row {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.csv_file_style {
  border-radius: 4px;
  height: 43px;
  padding: 11px;
}

.btn-group-vertical {
  width: 100% !important;
}

.mt-50 {
  margin-top: 80px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px;
}

.overflow_scroll {
  overflow-x: scroll !important;
}

.height-500 {
  /* height: 350px; */
}

.search_bar {
  padding: 20px;
  background: #FFFFFF;
}

.dance_style_search_bar input:focus {
  background-color: rgb(255, 255, 255);
}


.dance_style_search_bar input::placeholder {
  color: #888888;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.dance_style_search_bar_second {
  background: #D9D9D9;
  padding: 20px;

}
.coupon_badge {
	border: 1px solid #A67D00;
    padding: 5px 10px;
    background: #A67D00;
    color: #fff;
    border-radius: 20px;
}
.coupon_badge span {
	margin-left: 5px;
    cursor: pointer;
}

.select2-selection--multiple {
	/* display: none !important; */
	/* min-height: 0 !important; */
}
.selection {
	display: none !important;
}
.select2-results {
	/* height: 280px; */
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 320px !important;
	height: 320px !important;
}
.select1div, .select2div {
	max-height: 320px;
	height: 320px;
}
.select2-container--open {
	/* position: sticky !important; */
	position: static !important;
}
.select2-dropdown {
	z-index: 0 !important;
}
.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
	width: 100% !important;
}
/*end others modification style*/
/*Loader start*/
.lds-roller {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: .75;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Loader end*/

/*-------media queries-------*/
@media only screen and (min-width: 1280px) {
  .single-event-banner {
    width: 1280px !important;
  }

}


@media only screen and (min-width: 1300px) {
  .overlay2 {
    padding: 15px 0;
    /* background-color: #7f7f7f; */
    color: #000;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-full-page {
    margin-top: 79px;
  }

  .navbar.navbar-absolute {
    position: fixed;
  }
}

@media only screen and (max-width: 700px) {
  .image-upload-container {
    grid-template-areas: 'img-u-one img-u-two img-u-three'
      'img-u-four img-u-five img-u-six';
  }
}

@media only screen and (max-width: 976px) {
  .single-event-banner img {
    width: 100%;
    object-fit: cover;
    margin-top: 32px;
  }
}

/*-----------*/

@media only screen and (min-width: 200px) and (max-width: 399px) {
  .judge20 {
    max-width: 100%;
  }

  .slider-full .image-item img {
    width: 100%;
    height: 45vh;
  }

  .slider-full ul.slick-dots {
    bottom: 89px;
  }

  .slick-dotted.slick-slider {
    margin-top: -15px !important;
  }

  .card_bg_img {
    height: 250px;
    border-radius: 20px;
  }

  .card_bg_img img {
    height: 250px;
    width: 100%;
    object-fit: fill;
    border-radius: 20px;
  }

  .accordion .accordion-item {
    padding: 0px 5px !important;
  }

  .accordion button .accordion-title {
    font-size: 14px;
  }

  .accordion .accordion-content p {
    /* overflow-y: scroll; */
    font-size: 12px;
  }

  .csv_btn {
    margin-top: 15px;
  }

  .label-right-step1 {
    text-align: left !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 499px) {
  .judge20 {
    max-width: 100%;
  }

  .single_event_slider_inner_text {
    position: absolute;
    padding: 28px 0px 0px 25px;
  }

  .slider-full .image-item img {
    width: 100%;
    height: 40vh;
  }

  .card_bg_img {
    height: 250px;
    border-radius: 20px;
  }

  .card_bg_img img {
    height: 250px;
    width: 100%;
    object-fit: fill;
    border-radius: 20px;
  }

  .image_overlay {
    height: 100%;
  }

  .accordion .accordion-item {
    padding: 0px 5px !important;
  }

  .accordion button .accordion-title {
    font-size: 14px;
  }

  .accordion .accordion-content p {
    font-size: 12px;
  }

  .slick-dots {
    margin-bottom: 10px !important;
  }

  .csv_btn {
    margin-top: 15px;
  }

  .label-right-step1 {
    text-align: left !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {

  button.slick-prev.slick-arrow:before,
  button.slick-next.slick-arrow:before {
    font-size: 40px !important;
  }

  .judge20 {
    max-width: 50%;
  }

  .card_bg_img {
    height: 250px;
    border-radius: 20px;
  }

  .card_bg_img img {
    height: 250px;
    width: 100%;
    object-fit: fill;
    border-radius: 20px;
  }

  .image_overlay {
    height: 100%;
  }

  .faq {
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .accordion .accordion-item {
    padding: 0px 5px !important;
  }

  .accordion button .accordion-title {
    font-size: 14px;
  }

  .accordion .accordion-content p {
    font-size: 12px;
  }

  .csv_btn {
    margin-top: 15px;
  }

  .label-right-step1 {
    text-align: left !important;
  }
}

@media only screen and (max-width: 450px) {
  .rental-manager-progress-bar-container div {
    background-color: #D9D9D9;
    margin-top: -32px;
    width: 35px;
    height: 35px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    z-index: 99;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .age_group_margin {
    margin-top: 18px !important;
  }

  .dance_payment_continue_btn {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .judge20 {
    max-width: 50%;
  }

  .accordion button .accordion-title {
    font-size: 16px;
  }

  .accordion .accordion-item {
    padding: 0px 4px !important;
  }

  .accordion .accordion-content p {
    font-size: 14px;
  }

  /* .csv_btn{
      margin-top: 15px;
    } */
  .label-right-step1 {
    text-align: left !important;
  }

  .dance_payment_continue_btn {
    padding: 9px 15px 9px 15px;
  }

  .dance_continue_btn {
    padding: 9px 15px 9px 15px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .judge20 {
    max-width: 20% !important;
  }

  .image_overlay {
    height: 100%;
  }

  .gap_judge {
    gap: 10px;
  }

  .card_bg_img_judge {
    height: 57%;
  }

  .card_bg_img_judge img {
    height: 100% !important;
    border-radius: 20px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 575px) {

  button.slick-prev.slick-arrow:before,
  button.slick-next.slick-arrow:before {
    font-size: 0px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
  .dance_continue_btn {
    padding: 12px 20px 12px 20px;
  }
}