body {
    background: #262626;
    font-weight: 400;
    font-family: "Work Sans", sans-serif !important;
}
.text-primary{color: #525252 !important;}
.text-secondary{color:#6F6F6F !important;}
.text-cross{color: #A22621 !important; text-decoration: line-through;}
.change-color{fill: #FFC20C; }

p{margin-bottom: 0 !important;}
header {
    border-radius: 24px 24px 0px 0px;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-28 {
    font-size: 28px;
}
.font-30 {
    font-size: 30px;
}
.font-32 {
    font-size: 32px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}

.font-weight-sbold {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}
.padding{padding-right: 0px !important; padding-left: 0px !important;}
.bg-light {
    background: #f3f3f3 !important ;
}
.bg-light1{
    background: #E0E0E0;
}
*[class*="border-"] {
    border-color: #e0e0e0 !important;
}
section.mvh-100 {
    min-height: calc(100vh - 140px);
}

.search .form-control {
    border-radius: 100px;
    height: 48px;
    padding: 20px;
}

.search a {
    right: 20px;
    top: 10px;
    z-index: 111;
}
.form-control:focus,
.form-control {
    box-shadow: none;
    border: 0px;
}

.btn-outline-dark {
    border: 1px solid #a8a8a8 !important;
    padding-top: 5px;
}

.movies .card {
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    border: 0px;
}
.movies .card .detail {
    background: url("../img/detail-line.svg") repeat-x;
    margin-top: -2px;
    height: 60px;
    position: relative;
    display: table;
    width: 100%;
}

.movies .card .detail h4{
    display: table-cell;
    padding: 10px;
}

.movies .card .detail .label{
    background-color: #161616;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    right: 10px;
    padding:2px 5px;
    top: -30px;
}
.movies .card .detail:before {
    background: #f3f3f3;
    width:20px ;
    height: 20px;
    content:  " " ;
    position:absolute;
    border-radius: 50%;
    top: -10px;
    left: -10px;
}

.movies .card .detail:after {
    background: #f3f3f3;
    width:20px ;
    height: 20px;
    content:  " " ;
    position:absolute;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}
.modal-bottom{
    align-items: flex-end;
}
.modal-content{
    border-radius: 24px;
}

.btn-outline-dark{
    color: #393939;
    border-color: #393939;
}

.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
    background: #262626 !important ;
    color: #FFC20C !important ;
    outline: 0 !important;
    border-color:#262626  !important ;
 /* Elevation | Lvl 2 */
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16) !important;
}
 
.modal-dialog-centered.modal-bottom.modal-plain{
    min-height: calc(100%);
}
.modal-dialog-centered.modal-bottom.modal-plain .modal-content{
    border-bottom-right-radius: 0px  !important;

    border-bottom-left-radius: 0px !important;

}

.modal .highlight{
    width: 32px;
height: 5px;
background: #D8D8D8;
border-radius: 4px;
display: inline-block;
}
.custom-select{
    background-color: #FCFCFC;
border: 1px dashed #D6D6D6;
height: calc(2em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    border-radius: 6px;
}
.min-height{min-height: calc(100vh - 371px); padding-bottom: 7rem!important;}
.border-top1{margin-top: -25px;}
.margin-0{margin: 0px;}
.padding-0{padding: 0px;}
.head-image{overflow: hidden;
    border-radius: 24px 24px 0px 24px;
    position: relative;
max-height: 340px;}
    
.nav-dots span{
    border-radius: 3px;
    background-color: #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
}
.nav-dots span.active{
    width: 20px;
    background-color: #FFC20C;
}
.nav-dots span.visited{background-color: #FFC20C;}
.centered {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  .mt-06{margin-top: 6px;}
.mt-20{margin-top: 20px;}
.pl-05{padding-left: 5px;}
.pl-20{padding-left: 20px;}
.pr-20{padding-right: 20px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.pt-06{padding-top: 6px;}
.pb-06{padding-bottom: 6px;}
.img-gradient:after {
    content:'';
    position: absolute;
    left:0; top:50px;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 82.29%);
 }
 .nav-tabs{border: none;}
 section ul li{background-color: #fff;  }
 section ul li a {
    background-color: #fff;
    color: #6F6F6F;
    padding: 20px;
    display: block;}
 section ul li a.active{background-color: #F3F3F3; color: black; font-weight: 600;}
 
section ul li.button-curve{border-radius: 0 24px 0 0;  z-index: 111; position: relative; overflow: hidden;}
 
.custom-tabs:after{
    background: #000000;
    width: 35px;
    height: 33px;
    content: " ";
    position: absolute;
    top: -10px;
    right: 0px;
}
.tab-content{background-color: #F3F3F3;}
.scroll-x {
    background-color: #F3F3F3;
    overflow-x: scroll;
    white-space: nowrap;
}
div.scroll-x.movie-date a{
    display: inline-block;
    color:#6F6F6F;
    text-align: center;
    width: 62px;
    height: 62px;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 12px;
  }
  div.scroll-x.movie-type a{
    display: inline-block;
    color:#161616;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 12px;
  }
  div.scroll-x.movie-type.fixed a{
    display: inline-block;
    color:#161616;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    margin-left: 12px;
    width: 89px;
    height: 64px;

  }

  .scroll-x.movie-date a:first-child , .scroll-x.movie-type a:first-child , div.scroll-x.movie-type.fixed a:first-child{
      margin-left: 20px;
  }
  div.scroll-x.movie-date a.active , div.scroll-x.movie-type a.active{border: solid 1px #FFC20C !important; color: #161616; font-weight: 600; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);}
.dropdown-toggle::after{color:  #6F6F6F; float: right; margin-top: 10px;}
.btn-secondary{
    background: #FCFCFC;
    border: 1px dashed #D6D6D6;
    box-sizing: border-box;
    border-radius: 6px;
    color: #161616!important ;
    padding: 12px 16px;
}
.btn-secondary:hover , .btn-secondary:active , .btn-secondary:focus {
    color: #161616 !important;
    background-color: #FCFCFC !important;
    border: solid 1px #FFC20C !important;
    box-shadow: none !important;
}
div.scroll-x.movie-type a.disable{
    background: #E0E0E0;
}
.btn.btn-primary.disable {
    background: #E0E0E0 !important;
    color: #6F6F6F !important;
    border: none;
}
.btn.btn-primary.disable svg path{
    stroke:  #6F6F6F !important;
}
footer {
    background: #F3F3F3;
    padding-bottom: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .center{  
    padding-top: 24px;
    display: block;
    width: 100%;  
  }
  .bg-secondary{ background-color: #E5E5E5 !important;}
  .position-relative .center-align{
      position: absolute;
      width: 100%;
      bottom: -5px;
}
.total-amount{background: #FFFFFF;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 24px 24px 0px 0px;
    }