/*.page_head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    text-align: center;
    left: 0;
    margin: 0 auto;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    right: 0;
}
*/
button[disabled] {
  background-color: #e1e1e1;
}

.user_panel a.anchor_global {
  background: #03dac5;
}

.top_inner_section .drawer_close_button i.fas {
    line-height: 28px;
}

.similar_to_movie_ul li:nth-child(6n+6) {
    margin-right: 0;
}

.toggle_animated .toggle_ball.toggled {
    left: 20px;
    transition-timing-function: cubic-bezier(.39,-0.53,.83,.67);
}

.movie_thumb_heading {
  height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.movie_thumb_catagories {
  float: left;
  width: 100%;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movie_info_box::after {
    opacity: 0.3;
}

.movie_info_box::before {
    filter: blur(45px);
}

.tailoured_movie_thumb_heading{
    font-size: 18px;
}

.genres_wrap .checkbox_wrap:nth-child(9n+9){
    margin-right: 0;
}

#filter_form .ui-widget-header {
    background: #03dac5 !important;
}

#filter_form .ui-slider-horizontal {
    height: 7px;
}

#filter_form .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -.6em;
}

#filter_form .ui-widget.ui-widget-content {
    border: 1px solid #03dac5;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, #filter_form .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #03dac5;
    background: #03dac5;
    border-radius: 10px;
}

.load_more_button {
    background: #03dac5;
    border: none;
    color: #000;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
}

.wd100, .similar_to_movie_ul .wd100{
    width: 100%;
}

.profile_button.active{
    outline: none;
    background: #03dac5;
    color: #000;
}

.actions_btns_wrapp .profile_button.active i {
    color: #000;
}

.edit_user_profile_picture i {
    line-height: 38px;
}

.spinner {
  margin: 100px auto 20px;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.filter_common_checkbox_wrap {
  float: left;
  width: 100%;
  margin: 16px 0 0 0;
  height: 180px;
  overflow: auto;
}

#genres_slider {
  visibility: visible !important;
}

#st-1 {
  /* display: block; */
  display: inline-block;
  float: left;
}

#st-1.st-has-labels .st-btn {
  height: 37px;
}

#st-1 .st-btn[data-network="sharethis"] {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #03dac5;
}

#st-1 .st-btn > span {
  vertical-align: middle;
}

#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: inline-block !important;
}

.similar_to_list li:nth-child(2n+1) {
  clear: none;
}

.similar_to_head {
  min-height: 60px;
}

footer ul li {
  float: none;
  width: unset;
  display: inline-block;
}

.latest-movies .owl-nav {
  top: 83px;
  transform: none;
}

.latest-movies .owl-nav button {
   top: unset; 
  position: relative;
}


.abcRioButton {
  border-radius: 3px !important;
  margin: 15px auto;
}

#genre_list .dropdown-item:active,#genre_list .dropdown-item:hover,
#sub_genre_list .dropdown-item:active,#sub_genre_list .dropdown-item:hover{
    background: #03dac5;
}
#genre_list .dropdown-item input:checked,#sub_genre_list .dropdown-item input:checked {
    accent-color: #03dac5;
}
@media screen and (max-width: 480px) {
    .platform-specific .filter_head{
        font-size: 12px;
    }
}