.light {
  --primary: #AB070F;
  --primary-light: #FF9CA1;
  --primary-med: #E1040F;
  --primary-dark: #341A1B;
  --dark-grey: #FAFAFA;
  --black: #F2F2F2;
  --grey-secondary: #4B4E55 ;
  --blue: #245DEF;
  --blue2: #1548CA;
  --green: #15A053;
  --green: #43B100;
  --green-light: #4CC800;
  --grey: #D4DCE9;
  --gray-light: #C8D1E1;
  --med-black: #C8D1E1;
  --secondary: #E2AE28;
  --secondary-comp: #F3B209;
  --secondary-dark: #B68300;
  --warning: #FB7800;
  --linear-gradient-warning: linear-gradient(193.27deg, #EFB00F 9.62%, #DD4B0D 90.46%);
  --linear-gradient-success: linear-gradient(193.27deg, #1DD868 9.62%, #00762F 86.82%);
  --linear-gradient-danger: linear-gradient(193.27deg, #FF3535 9.62%, #750000 90.46%);
  --orange: #E87317;
  --purple: #BB16BE;
  --white-custom: #a2a2a3;
  --white:#242629;
  /* ///////////////////// */
  --yellow: #fed02e;
  --pink: #ff1276;
  --pink2: #ff1276;
  --pink-light: #ffeaf3;
  --gold: #fdba12;
  --red: #ff1212;
  --grey0: #494949;
  --grey1: #808080;
  --grey2: #33373b;
  --grey3: #313131;
  --grey4: #fafafa;
  --grey-500: #667085;
  --gray-800: #1d2939;
  --grey5: #ededed;
  --grey6: #d1d1d1;
  --grey7: #9e9e9e;
  --grey8: #8c8c8c;
  --font-s: 12px;
  --font-xs: 13px;
  --font-m: 14px;
  --font-l: 15px;
  --font-xl: 17px;
  --font-xxl: 20px;
}
.light .mega-menu .menu-categories .category-item .sub-category-items .sub-category-item::before {
  filter: grayscale(100);
}
.light .form-check .form-check-input:checked[type=checkbox] {
  filter: brightness(0.2);
}
.light .movie-slide .movie-number {
  -webkit-text-fill-color: var(--primary);
}
.light .dropdown .dropdown-menu .dropdown-item::after {
  filter: brightness(0.23);
}
.light .single-movie .top-info .rates .text-grey-secondary {
  color: white !important;
}
.light .light-logo {
  display: block;
}
.light .dark-logo {
  display: none;
}
.light .navbar-toggler-icon {
  filter: brightness(0);
}
.light .sidebar-menu .accordion .accordion-header .accordion-button::after {
  filter: unset;
}/*# sourceMappingURL=light.css.map */