/* BACKGORUND DARK EVERY PAGE START */
body {
  background-color: #202020;
  background-image: #202020;
}

/* FONT STYLE FAMILY */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat !important;
}

p {
  font-family: Roboto !important;
}

.center-on-col {
  float: none !important;
  margin: auto !important;
}

/* CUSTOM SCROLL BAR COLOR */

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d31a6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* BACKGORUND DARK EVERY PAGE END */

.btn-primary {
  background-color: #5d31a6 !important;
  border-color: #5d31a6 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active {
  background-color: #a46cff !important;
  border-color: #a46cff !important;
}

.btn-primary-active {
  background-color: #a46cff !important;
  border-color: #a46cff !important;
}

.bg-on-live {
  background-color: #c4c4c4;
  background: #c4c4c4;
}

.bg-black {
  background-color: #202020;
  background: #202020;
}

/* SAFARI WEIRD BUTTON FIXING */
a {
  -webkit-appearance: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: red;
  border-color: red; /*set the color you want here*/
}

.btn-primary-sbd {
  background-color: #6d3bbd !important;
  border-color: #6d3bbd !important;
  color: white;
}

.btn-live-end {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: white;
}

.btn-primary-sbd:hover,
.btn-primary-sbd:focus,
.btn-primary-sbd:active,
.btn-primary-sbd.active,
.open > .dropdown-toggle.btn-primary-sbd {
  color: #dcdcdc !important;
  background-color: #7c49d0 !important;
  border-color: #7c49d0 !important; /*set the color you want here*/
  outline: none !important;
  box-shadow: none !important;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 10000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2:active,
.btn-primary-2.active,
.open > .dropdown-toggle.btn-primary-2 {
  /* opacity: 50%; */
  color: #7c49d0 !important;
  background-color: #cecece !important;
  border-color: #cecece !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-sawer {
  background-color: #52e141 !important;
}
/* .btn-sawer:hover,
.btn-sawer:focus,
.btn-sawer:active,
.btn-sawer.active,
.open > .dropdown-toggle.btn-sawer {
  color: #52e141 !important;
  background-color: #52e141 !important;
  border-color: #51f240 !important; 
  outline: none !important;
  box-shadow: none !important;
} */

.bg-page {
  background-color: #202020 !important;
  border-color: #202020 !important;
}

.btn-primary-2 {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.text-primary {
  color: #5d31a6 !important;
}
.text-primary:hover {
  opacity: 75%;
  color: #5d31a6 !important;
}

.text-white-on-button {
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* identical to box height */

  color: #ffffff !important;
}

.text-primary-on-button {
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  text-align: center;

  color: #5d31a6;
}

.text-gray {
  color: #7e7e7e !important;
  font-size: 25px;
}

.text-c-gray {
  color: #7e7e7e !important;
}

.bg-primary {
  background-color: #5d31a6 !important;
  border-color: #5d31a6 !important;
}

.bg-gray {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}

.btn-ended {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  border-radius: 5px;
}

.bg-primary-gradient {
  background-color: #5d31a6 !important;
  border-color: #5d31a6 !important;
  background-image: linear-gradient(#5d31a6, #7a31a6);
}

.bg-gradient-catalog {
  background-image: linear-gradient(#000000, #202020);
}

.border-radius-card-2 {
  border-radius: 15px;
}

.text-category-catalog {
  color: #c4c4c4;
}

.text-category-catalog-rating {
  color: #7e7e7e;
}

.bg-catalog-card {
  background-color: #343434 !important;
  border-color: #343434 !important;
}

.bg-catalog-card-2 {
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}

.bg-catalog-card-white {
  background-color: white !important;
  border-color: #202020 !important;
}

.containter-showbizlive {
  background-color: #343434 !important;
  border-color: #343434 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.pt-content {
  padding-top: 80px;
}

.long-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* SWEET ALERT 2 */
.swal2-styled.swal2-confirm {
  background-color: #5d31a6 !important;
}

.slick-track {
  display: flex !important;
  float: left;
}

.slick-slide {
  height: inherit !important;
  float: left;
}

button,
button:active,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a,
a:active,
a:hover {
  text-decoration: none !important;
}

input,
input:active,
input:focus,
input:hover {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #5d31a6 !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.img-h {
  width: 100%;
  height: auto;
}

.bordered {
  border-radius: 15px;
}

.share-icon {
  z-index: 3;
  font-size: 18px;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.4em 0.5em;
  background-color: white;
  color: black;
  position: absolute;
  right: 15px;
  top: 10px;
}

.light-black-bg {
  background-color: #343434;
}

.bg-darkgrey {
  background-color: #343434;
  border-color: #343434;
}

.no-pad-left-right {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-dark-d {
  background-color: #202020 !important;
  border-color: #202020 !important;
}

.form-custom {
  color: white !important;
  background-color: #444444 !important;
  border-color: transparent !important;
}

.r-icon {
  z-index: 3;
  font-size: 18px;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.4em 0.5em;
  background-color: white;
  color: black;
}

.text-back-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  margin: 0% !important;
}

.text-btn-pr {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* identical to box height */
  margin: 0% !important;

  color: #ffffff;
}

.text-btn-sc {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /* identical to box height */

  text-align: center;

  color: #5d31a6;
  margin: 0% !important;
}

.text-sub-m {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin: 0% !important;
  color: #c4c4c4;
}

.text-sos {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;

  color: #ffffff;
}

.text-title-pr {
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;

  color: #ffffff;
}

.text-view-all {
  padding: 5px;
  margin: 0px;
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;

  color: #ffffff;
}

/* SWIPER CAROUSEL BUTTON HANDLER  */
.swiper-pagination {
  --swiper-theme-color: #ffa800 !important;
}

.text-or {
  color: #ffa800 !important;
}

.border-only-top-10 {
  border-radius: 10px 10px 0px 0px !important;
}

.border-only-15 {
  border-radius: 15px !important;
}

.border-only-10 {
  border-radius: 10px !important;
}

.border-only-5 {
  border-radius: 5px !important;
}

.bg-accordion {
  background-color: #322548 !important;
  border-radius: #322548 !important;
}

.bg-detail-primary {
  background-color: #322548 !important;
  border-color: #322548 !important;
}

.img-for-detail {
  width: 60%;
  height: auto;
}

.img-w-100-border-5 {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.img-w-100-border-15 {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border-color: #202020;
}

.img-w-100-border-10 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border-color: #202020;
}

.img-w-100 {
  width: 100%;
  height: auto;
}

.shadow-bg-primary {
  box-shadow: 0 0.5rem 1.5rem #5d31a6 !important;
  transition: box-shadow 0.5s;
}

.shadow-bg-primary:hover {
  box-shadow: 0 1rem 2rem #5d31a6 !important;
}

.text-title-empty {
  font-family: Montserrat !important;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  /* line-height: 73px; */

  color: #ffffff;
}

.text-subtitle-empty {
  font-family: Roboto !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  /* line-height: 150%; */
  /* or 37px */

  color: #ffffff;
}

.badge-rating {
  padding: 0.5em 0.75em !important;
  color: #ffffff;
  background-color: #ffa800;

  font-family: Roboto !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.btn-close-custom {
  padding: 2px;
  border-radius: 50%;
  border-color: transparent;
  background-color: red;
  color: white;
}

.form-custom-2 {
  color: white !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}

.btn-outline-secondary {
  color: #fff;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}

.btn-outline-secondary:hover {
  opacity: 80% !important;
}

/* HANDLER CSS FOR SWIPER BANNER RESPONSIVE  */

.desktop-on {
  display: flex !important;
}

.mobile-on {
  display: none !important;
}

@media (max-width: 900px) {
  .desktop-on {
    display: none !important;
  }

  .mobile-on {
    display: block !important;
  }
}
/* END FOR  HANDLER CSS FOR SWIPER BANNER RESPONSIVE  */
