/* online casino section */
body {
  background-color: #fff;
}

.sl_casino_main_wrapper {
  width: 100%;
  max-width: 100% !important;
  padding-bottom: 40px;
}
.sl_custom_main_row {
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  border: 4px solid #f4f4f4;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  border-radius: 5px !important;
  position: relative;
  display: none;
}
.sl_custom_main_row.showActive{
  display: flex;
}
.sl_casino_label {
  font-size: 24px;
  color: #ff6030 !important;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: inherit;
}
.sl_casino_text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  margin: 0px;
  width: 100%;
  font-family: inherit;
}
.sl_casino_text p {
  margin: 0px;
  text-transform: capitalize;
}
.sl_casino_text ul {
  padding-left: 0px;
}
.sl_casino_text ul li {
  list-style: none;
  text-transform: capitalize;
}
.ct_bulletList ul{
  /* text-align: left; */
  margin-bottom: 0px;
}
.ct_bulletList ul li{
  font-size: 12px;
  margin-left: 0px !important;
  list-style-position: outside;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl_casino_text ul li:before {
  content: '';
  width: 16px;
  background-image: url(../../casino-master/images/casino-chip.png);
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.sl_wager_label {
  font-size: 34px;
  font-family: inherit;
}
.sl_casino_logo {
  width: 100%;
  height: auto;
}
.sl_col_20 {
  width: 20%;
  flex: 20%;
  max-width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  align-self: center;
  text-align: center;
  color: #fff;
}
.read_more_link {
  border-radius: 30px;
  font-size: 16px;
  line-height: normal;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
  border-width: 0px;
  background: #808080;
  padding: 16px 22px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
}
.read_more_link:hover {
  color: #fff;
  background: linear-gradient(45deg, #e74c42 1%, #c81772 47%, #8424ac 97%);
  border-color: #8223ac;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.redemple_link {
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
  background-color: #cc2e7d;
  background-image: none;
  background: #cc2e7d;
  background: -webkit-linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  background: linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  padding: 14px 22px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
}
.redemple_link:hover {
  color: #fff !important;
  background: linear-gradient(45deg, #e74c42 1%, #c81772 47%, #8424ac 97%) !important;
  border-color: #8223ac !important;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.filter_casino_list:focus {
  outline: none;
  box-shadow: none;
}
.loaderDiv {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  /* background-color: #000000a8; */
}
.d-none {
  display: none;
}

.careerfy-main-content {
  background-color: #000;
}
.filter_dropdown_wrapper label {
  color: #000 !important;
  font-size: 16px;
  font-family: inherit;
}
.filter_container_wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100% !important;
}
.filter__btn {
  border-radius: 6px;
  font-size: 11px;
  line-height: 18px;
  /* box-shadow: 0 1px 6px rgb(0 0 0 / 12%); */
  transition: all 0.5s ease-in-out;
  border-width: 0px;
  /* background: #ffffff; */
  background: -webkit-linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  background: linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  padding: 11px 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 7px 10px 0px;
  cursor: pointer;
  font-family: inherit;
}
.filter__btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to top, #fff, #fff);
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.filter__btn:hover {
  transform: translateY(-6px);
  color: #000;
}

.filter__btn:hover:before {
  opacity: 1;
}
.filter_inner_wrapper {
  display: flex;
}
.filter_dropdown_clear {
  display: flex;
  position: relative;
  padding: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #f0f1f5;
}
.filter_btn_wrapper {
  position: relative;
}
.filter_dropdown_wrapper {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 260px;
  border-radius: 5px;
  background-color: #fff;
  overflow-y: hidden;
  z-index: 200;
  display: none;
  box-shadow: 0px 2px 10px 0px #e1e1e1;
}
.filter_dropdown_wrapper.filter_dropdown_show {
  display: block !important;
}

.filter_deposit_bonus_wrapper {
  padding: 20px;
  text-align: left;
}
.filter_dropdown_clear_action {
  color: #000 !important;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}
.filter_range_slider {
  margin: 2rem 0px 1rem;
  text-align: center;
  position: relative;
}
input[type="range"].multirange {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
  background-color: #fff;
  border: none !important;
  -webkit-appearance: none;
  height: unset;
}
input[type="range"].multirange.range_right_input {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.range_left_input {
  position: absolute;
  width: calc(100% - 2.5rem);
  z-index: 1;
}
input[type="range"].multirange:focus {
  outline: none;
}
input[type="range"].multirange::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e85d2a;
  border-radius: 2px;
}
input[type="range"].multirange.range_right_input::-webkit-slider-runnable-track {
  background: #e85d2a;
}
input[type="range"].multirange::-webkit-slider-thumb {
  border: 1px solid #abb0ba;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
/* input[type=range].multirange:focus::-webkit-slider-runnable-track {
    background: #f2dedf;
  } */
.filter_range_input_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.85rem;
}
.filter_range_input {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  width: calc(100% - 5px) !important;
  border-radius: 5px;
  padding: 5px 10px !important;
  font-size: 14px !important;
  color: #000 !important;
  box-sizing: border-box;
  font-family: inherit;
}
.default_casino_input {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px !important;
  font-size: 14px !important;
  color: #000 !important;
  font-family: inherit;
}
span.slider_suffix {
  color: #000;
  font-size: 13px;
  font-family: inherit;
}
.slider_from_value {
  color: #000;
  font-size: 13px;
  font-family: inherit;
}
.filter_submit_btn {
  border-radius: 0px;
  font-size: 14px;
  line-height: 18px;
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
  border-width: 0px;
  background: #808080;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px auto 0px;
  width: fit-content;
  display: block;
  font-family: inherit;
}
.filter_range_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* .dBlock{
    display: block;
} */
.filter_dropdown_close {
  cursor: pointer;
}
.filter__btn.filterAdd {
  background: #fff !important;
  color: #000;
}
.filter_right_dropdown {
  width: 18%;
}
.filter_casino_list {
  width: 100%;
  color: #000;
  text-transform: capitalize;
}
.empty_dropdown_list {
  text-align: center;
  margin: 2rem 0;
}
.list_empty_result {
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
  background-image: none;
  background: linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  font-family: inherit;
}
.casino_search_wrapper {
  display: flex;
  align-items: flex-start;
}
.casino_search_form {
  display: inline-flex;
  max-width: 0;
  overflow: hidden;
  transition: 0.5s ease all;
}
.casino_search_form input.default_casino_input {
  margin: 0 0.4em;
  border: none;
  background: none;
  border-bottom: 1px solid #ccf;
  color: inherit;
  font-family: inherit;
  font-size: 1.5em;
  width: 100%;
  font-family: inherit;
}
#filter_casino_list {
  -webkit-appearance: none !important;
  /* background-image:url('http://devmontdigital.co/wp-content/uploads/2021/07/down-chevron.svg') !important; */
}
.filter_form {
  position: relative;
}
.cv_label {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 0;
  pointer-events: none;
  color: #fff;
}
input#casino_search {
  position: relative;
}
.close_search {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  /* top: 0px; */
  margin: auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: pointer;
  
}
.sl_custom_main_row:nth-child(1) {
  margin-top: 30px !important;
}
.sl_custom_main_row {
  box-sizing: border-box;
}
.casino_search_form {
  overflow: visible !important;
}

.casino_search_form .filter_deposit_bonus_wrapper {
  padding: 0px !important;
  position: relative;
}
input#deposit_range_max::-webkit-slider-thumb {
  background: #fff;
  position: relative;
  z-index: 30;
}
#wager_range_max::-webkit-slider-thumb {
  background: #fff;
  position: relative;
  z-index: 30;
}
#wager_range_min {
  width: 100%;
}
#deposit_range_min {
  width: 100%;
}
/* #form_bonus {
    padding: 10px 20px;
} */
button.filter_submit_btn.filter_search_btn.d-none {
  display: none !important;
}
.filter_left_sort {
  width: unset;
  position: static;
  z-index: 3;
  /* background: #000; */
}
input#casino_search {
  margin: 0px;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
  text-transform: capitalize;
  border-radius: 0px;
  box-sizing: border-box;
  height: 100%;
}
input#casino_search:focus{
  outline: none !important;
  box-shadow: none !important;
}
input#casino_search::placeholder {
  color: #fff !important;
}
body.page-id-6152 #main {
  padding-top: 40px !important;
}
.filter_right_dropdown {
  margin-left: auto;
}
.filter__btn {
  margin-bottom: 0px;
}
#input#casino_search {
  width: 85%;
}
.casino_search_form {
  max-width: 100%;
  padding: 10px 0px;
  z-index: 1;
  position: static;
  padding: 0px !important;
  transition: 0.5s linear;
  /* transform: translateX(-300px); */
  /* transform-origin: left; */
  opacity: 0;
  visibility: hidden;
}
.casino_search_form.casino_search_form_anim {
  /* transform: translateX(0px); */
  opacity: 1;
  visibility: visible;
}

#filter_casino_list {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: unset;
  font-family: inherit;
}
#upload_image {
  display: block !important;
}
.form_upload_group #upload_image::-webkit-file-upload-button {
  -webkit-appearance: button;
  background-color: #dc2c3b;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 3px;
  vertical-align: middle;
  padding: 3px 15px;
  margin-left: 3px;
}
.load_more_data {
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  transition: box-shadow 0.2s ease-out, opacity 0.45s;
  background-image: none;
  background: -webkit-linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  background: linear-gradient(135deg, #cc2e7d 30%, #e56027 100%);
  padding: 14px 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 40px auto 0px;
  display: block;
  cursor: pointer;
  font-family: inherit;
}
.load_more_data.d-none{
  display: none;
}
#bottom-bar {
  position: unset !important;
}

/* Casion Carousel Css */
.casino_card_slider .casino_carousel_col {
  width: 25%;
  border: 3px solid #fff;
  position: relative;
  background-color: #000;
  padding: 40px 20px;
  border-radius: 8px;
  height: auto;
  box-sizing: border-box;
}

.logo_casino_sl img {
  /* width: 50%; */
  height: 80px;
  object-fit: contain;
}
.logo_casino_sl {
  text-align: center;
}
.bonus_inner_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 130px;
  padding: 10px 16px 0;
  border: 2px dashed #ff6030;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-width: 2px 2px 0;
  position: relative;
  margin: 20px 0px 10px;
}
.bonus_inner_content p {
  font-size: 24px;
  color: #ff6030;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-family: inherit;
}
.bonus_inner_content .sl_carousel_text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  font-family: inherit;
}
.bonus_inner_content::before {
  content: " ";
  display: block;
  position: absolute;
  height: 0px;
  border-bottom: 2px dashed #ff6030;
  width: 50%;
  left: 0;
  transform: rotate(11deg);
  bottom: -16px;
}
.bonus_inner_content::after {
  content: " ";
  display: block;
  position: absolute;
  height: 0px;
  border-top: 2px dashed #ff6030;
  width: 50%;
  right: 0px;
  transform: rotate(169deg);
  bottom: -16px;
}
.btn_design {
  padding: 50px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino_carousel_main_wrapper .swiper-button {
  background-image: none !important;
  background: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  color: #595bd4;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 10px -1px rgb(0 0 0 / 35%);
}
.casino_carousel_main_wrapper{
  width: 100%;
  max-width: 100% !important;
}
.casino_carousel_main_wrapper .swiper-button::after {
  display: none;
}
.casino_carousel_main_wrapper .swiper-button::before {
  display: none;
}
.casino_carousel_main_wrapper .ccs-next {
  right: -44px;
}
.casino_carousel_main_wrapper .ccs-prev {
  left: -44px;
}
.casino_carousel_main_wrapper .dashicons:before {
  border: solid #595bd4;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: " ";
}
.casino_carousel_main_wrapper .dashicons.dashicons-arrow-left:before {
  transform: rotate(135deg);
}
.casino_carousel_main_wrapper .dashicons.dashicons-arrow-right:before {
  transform: rotate(-45deg);
}

.casino_carousel_main_wrapper .ccs_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ff6030;
  border-radius: 30px;
  opacity: 1;
  position: unset;
  transform: none;
  margin: 0 16px 0 0;
}
.casino_carousel_main_wrapper .ccs_pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 12px;
  background: #ff6030;
}
.casino_carousel_main_wrapper .ccs_pagination {
  padding-top: 0;
  text-align: left;
  position: relative;
  bottom: unset;
}
.casino_carousel_main_wrapper .casino_card_slider {
  padding-bottom: 35px;
}
.casino_carousel_main_wrapper span.dashicons {
  line-height: 10px;
}
.play_btn_link {
  border-radius: 30px;
  font-size: 16px;
  line-height: normal;
  border-width: 0px;
  padding: 16px 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  background: linear-gradient(45deg, #e74c42 1%, #c81772 47%, #8424ac 97%);
  border-color: #8223ac;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  font-family: inherit;
}
.play_btn_link:hover {
  color: #fff;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
  background: linear-gradient(to right, #808080 100%, #808080 100%);
}
