body {
  font-family: 'speedee', sans-serif;
  color: #000000;
  font-weight: normal;
  background-color: #f9f9f9;
	font-size: 16px;
}
a {
  color: #db0007;
  text-decoration: none;
}
a:hover {
  color: #ffbc0d;
  text-decoration: none;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #db0007;
}
.btn {
  transition: all ease-in .3s;
}
.btn.btn-primary {
  background: #ffbc0d;
  color: #000000;
  border-color: #ffbc0d;
}

.btn.btn-primary:hover {
  background: #db0007;
  border-color: #db0007;
  color: white;
}
.btn.btn-primary:focus {
  background: #db0007;
  border-color: #db0007;
  color: white;
  transition: all ease-in .3s;
}
.btn.btn-primary {
  background: #ffbc0d;
  color: black;
  border-color: #ffbc0d;
}
.btn.btn-primary:hover {
  background: #db0007;
  border-color: #db0007;
  color: white;
}
.btn.btn-primary:focus {
  background: #db0007;
  border-color: #db0007;
  color: white;
}
.carousel-caption h1 {
  font-size: 7rem;
  line-height: 1;
}
.carousel-caption p {
  font-size: 1.5rem !important;
}
/*search button*/
.button {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  /*margin: 4px 2px;

	font-size: 14px;
	padding-left: 32px;
	padding-right: 32px;
	height: 50px;
	line-height: 50px;
	text-align: center;*/
  color: #38312D;
  /*text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}
.button:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  color: #FFC600;
}
.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}
.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.searchbutton {
  position: absolute;
  font-size: 34px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: -4px;
  margin-right: 0px;
  right: 0;
}
.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: transparent;
  color: black;
}
.search {
  position: absolute;
  left: 49px;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: #ffffff;
  border-radius: 8px !important;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search:focus {
  width: 350px;
  border: solid 2px #ffbc0d !important;
  /* Bar width+1px */
  padding: 0 16px 0 0;
  border-radius: 100px;
  padding-left: 20px;
}
.expandright {
  left: auto;
  right: 49px;
  /* Button width-1px */
}
.expandright:focus {
  padding: 0 0 0 16px;
  padding-right: 8px;
}
.search-txt-box {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 25px;
  padding-bottom: 0;
  display: none;
}
/*search button end*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1000;
}
main {
  padding-top: 100px;
}
.navbar-brand img {
  height: 60px;
}
.navbar-brand-mobile {
  display: none;
}
.navbar-brand {
  margin-right: 0;
}
.text-end .nav-link span {
  display: none;
}
.logo-main img {
  height: 90px;
}
.navbar-expand-xl .offcanvas .offcanvas-body {
  align-items: center;
  justify-content: flex-end;
}
.navbar-expand-xl .navbar-nav {
  align-items: center;
}
.nav-link {
  color: #000000;
  font-weight: bold;
  padding: 5px 10px !important;
  transition: all ease-in .3s;
}
.nav-link.logo-main {
  padding: 5px 40px !important;
}
.text-end .nav-link img {
  height: 28px;
  margin-right: 8px;
}
.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: #db0007;
}
.navbar .dropdown ul {
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 10px;
  border: solid 1px #ffbc0d;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  color: black;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: black;
  background-color: #ffbc0d;
}
.navbar .dropdown:hover > ul {
  top: 100%;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 50rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}
/* rtl:end:remove */
.carousel-item img {
  width: 100%;
}
.carousel-control-next-icon {
  background-image: url("../../assets/images/next.svg");
  background-repeat: no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("../../assets/images/prev.svg");
  background-repeat: no-repeat;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-caption {
  color: black;
}
.btn {
  transition: all ease-in .3s;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 1rem;
}
.btn:hover {
  box-shadow: 0 3px 3px 0 rgb(219 0 7 / 15%), 0 3px 1px -2px rgb(219 0 7 / 20%), 0 1px 5px 0 rgb(219 0 7 / 15%);
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
  }
}
h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 900;
}
.left-aligner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section {
  margin-bottom: 3rem;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  text-align: center;
}
.circle-img {
  margin: auto;
  border-radius: 100%;
  border: solid 5px #db0007;
  background-image: url("../../assets/images/circle-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper {
  padding-bottom: 50px !important;
}
.swiper-slide .circle-img {
  width: 70%;
  padding-top: 70%;
  transition: all ease-in .3s;
  margin-top: 40%;
}
.swiper-slide-active .circle-img {
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(100% - 30px) !important;
  color: #666666 !important;
  border: solid 3px #ffbc0d;
  border-radius: 5px;
  font-size: 13px !important;
  width: auto !important;
  background-color: #ffffff !important;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  transition: all ease-in .3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  border: solid 3px #db0007;
}
.swiper-button-next i, .swiper-button-prev i {
  color: black;
  font-size: 20px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: calc(50% - 110px) !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: calc(50% - 110px) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.campaign-sec {
  background-image: url("../../assets/images/yellow-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.best-campaign {
  background-image: url("../../assets/images/yellow-bg-2.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.best-campaign .swiper-button-next, .best-campaign .swiper-button-prev {
  border: solid 3px #db0007;
}
.best-campaign .swiper-button-next:hover, .best-campaign .swiper-button-prev:hover {
  border: solid 3px #ffbc0d;
}
.best-camp {
  margin: auto;
  border-radius: 20px;
  border: solid 5px #db0007;
  background-image: url("../../assets/images/best-camp-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide .best-camp {
  width: 75%;
  padding-top: 75%;
  transition: all ease-in .3s;
  margin-top: 15%;
}
.swiper-slide-active .best-camp {
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
}
.best-campaign .swiper {
  padding-bottom: 100px !important;
}
.contact-left-bg {
  background-image: url("../../assets/images/yellow-bg-3.svg");
  background-position: center left;
  background-size: 50% auto;
  background-repeat: no-repeat;
}
.contact-right-bg {
  background-image: url("../../assets/images/contact-bg.png");
  background-position: right top;
  background-size: 250px;
  background-repeat: no-repeat;
}
.yellow-box {
  background-color: #ffbc0d;
  border-radius: 15px;
  padding: 20px;
  width: 80%;
  margin-top: 50px;
}
.contact-left-bg h1 {
  font-size: 5rem;
}

.form-control {
  margin-bottom: 20px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  height: 45px;
	font-size: 1rem;
}
footer {
  background-color: white;
  padding: 20px;
  text-align: center;
}
.footer-logo {
  height: 90px;
  margin-top: 20px;
}
.btn-outline-primary {
  background-color: transparent;
  color: black;
  border: solid 2px #ffbc0d;
  margin-bottom: 10px;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  border: solid 2px #ffbc0d;
  background-color: #ffbc0d;
  color: black;
}
footer .copyright {
  color: #666666;
  margin-bottom: 0;
}
.slider-bg {
  width: 100%;
  height: 50rem;
  background: linear-gradient(#ffbc0d, white);
  position: relative;
}
.mike {
  width: 400px;
  margin-left: -200px;
  left: 50%;
  z-index: 5;
  top: 50px;
  position: absolute;
}
.mike img {
  width: 100%;
}
.brush {
  width: 90%;
  left: 5%;
  z-index: 2;
  top: 0px;
  position: absolute;
}
.get-div {
  width: 300px;
  margin-left: -410px;
  left: 50%;
  z-index: 3;
  top: 110px;
  position: absolute;
}
.insp-div {
  width: 644px;
  margin-right: -644px;
  right: 50%;
  z-index: 4;
  top: 340px;
  position: absolute;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 100;
}
.slide-2-right-img {
  width: 400px;
  background-image: url("../images/slide-2-img.jpg");
  background-position: top center;
  background-size: cover;
  right: 20%;
  z-index: 3;
  top: 0px;
  position: absolute;
  height: 50rem;
}
.slide-2-circle {
  width: 50%;
  left: -10%;
  z-index: 4;
  top: -30%;
  position: absolute;
}
.btn-danger {
  background-color: #db0007;
  border-color: #db0007
}
.btn-danger:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #db0007;
}
/*Evaluation tracker start*/
.main-banner {
  width: 100%;
  height: 400px;
  background-image: url("../../assets/images/yellow-bg-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-banner h1 {
  font-size: 7rem;
  text-align: center;
  font-weight: 900;
  line-height: .8;
}
.card {
  border-radius: 20px;
}
.card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}
/*.badge {
  padding: 10px 20px;
  background-color: #f7f7f7 !important;
  margin-bottom: 5px;
}*/
.text-gray {
  color: #999999;
}
.average-score {
  color: #DB0007;
  font-weight: bold;
  font-size: 3rem;
}
.average-score-sub {
  font-size: .9rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.border-right {
  border-right: solid 1px #dddddd;
}
.card-head-txt {
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card {
  margin-bottom: 20px;
  border: 0;
}
.search-bx {
  border: solid 2px #dddddd;
  border-radius: 8px;
  padding-left: 50px;
  outline: none;
  box-shadow: none;
  height: 43px;
  width: 300px;
}
.search-btnic {
  position: absolute;
  opacity: .5;
  left: 23px;
  top: 8px;
  z-index: 900;
}
.search-btnic:hover {
  opacity: 1;
}
.btn-outline-default {
  border: solid 2px #dddddd;
  font-weight: normal;
  color: #666666;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:focus {
  box-shadow: none;
  color: #db0007;
  border: solid 2px #dddddd;
  outline: none;
}
#divMsg {
  position: absolute;
  top: 50px;
  right: 10px;
  background-color: #ffffff;
  width: 600px;
  max-width: 100%;
  border: solid 1px #cccccc;
  ;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in .3s;
  z-index: 3000;
  font-size: .9rem;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.1em;
}
.form-check-input:checked {
  background-color: #ffbc0d;
  border-color: #ffbc0d;
  box-shadow: none;
}
.form-check-input:checked img {
  filter: brightness(0) !important;
}
.form-check-input[type=checkbox] {
  border-radius: 0.3em;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("../../assets/images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
hr {
  border-color: #aaaaaa;
}
.btn-sm {
  padding: 5px 28px;
  font-size: 14px;
}
.right-aligner {
  display: flex;
  justify-content: flex-end;
}
.btn-light {
  background-color: transparent;
  color: #999999;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: transparent;
  color: #db0007;
  border-color: #ffffff;
}
.btn-link {
  background-color: transparent;
  color: #db0007;
  text-decoration: none;
  padding-left: 0;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background-color: transparent;
  color: #ffbc0d;
  box-shadow: none;
}
textarea:focus, input[type=checkbox]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #ffbc0d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 188, 13, 0.6);
  outline: 0 none;
}
/*Evaluation tracker end*/
/*Campaign Details start*/
.camp-banner {
  width: 100%;
  min-height: 400px;
  background-image: url("../../assets/images/camp-details-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 380px;
  margin-bottom: 30px;
}
.camp-head {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 5rem;
  line-height: 1;
  margin-bottom: 20px;
}
.label-btn {
  font-weight: bold;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.bg-danger {
  background-color: #db0007 !important;
  padding: 12px 20px;
}
.dark-label {
  margin-right: 5px;
  padding: 6px 12px;
}
textarea.form-control {
  min-height: 100px;
}
.fav-icn {
  width: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: -5px;
}
.camp-det-bx {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.camp-det-img {
  position: relative;
  height: 100%;
  text-align: center;
}
.camp-det-img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  border-radius: 20px;
}
.documents-card {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}
.documents-card.card-btn {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.doc-icn {
  width: 50px;
  height: 40px;
  float: left;
}
.doc-txt {
  width: calc(100% - 50px);
  height: 40px;
  float: left;
  padding-left: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.accordion-button:not(.collapsed) {
  color: #db0007;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  padding: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  box-shadow: none !important;
}
.bs-accordion-btn-active-icon {
  color: #db0007;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 20px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px !important;
}
.accordion-item {
  margin-bottom: 15px;
  border: solid 1px #eeeeee !important;
  border-radius: 20px !important;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
  text-transform: uppercase;
  padding: 10px 35px !important;
  font-size: 1.2rem;
  background-color: #F1F1F1;
  margin-right: 10px;
  margin-bottom: 10px;
}
.media-library .accordion-button {
  border-radius: 14px;
  background-color: #ffbc0d;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border-bottom: solid 1px #ccc;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.media-library .accordion-item {
  border: solid 5px #ffbc0d !important;
}
.media-library .accordion-item:first-of-type .accordion-button {
  border-radius: 14px !important;
}
.media-library .accordion-item:last-of-type .accordion-button {
  border-radius: 14px !important;
}
.accordion-item:first-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded img {
  border-radius: 10px;
}
.modal {
  z-index: 2000;
  border: 0;
}
.btn-close {
  opacity: 1;
}
.btn-close:hover {
  opacity: .8;
}
.modal-title {
  font-weight: bold;
}
.modal-header {
  padding: 25px 20px;
  border: 0;
}
.btn-icn-boxes {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 10px 0;
}
.btn-icn-boxes a img {
  height: 35px;
}
.btn-icn-boxes a {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0);
  border-radius: 30px;
  transition: all ease-in .3s;
}
.btn-icn-boxes a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
  transform: scale(1.5);
}
.modal-content {
  border-radius: 15px;
}
.bg-image {
  margin: 10px 0;
}
.modal-header .btn-close {
  box-shadow: none !important;
}
.form-select {
  border: solid 1px #dddddd;
  border-radius: 8px;
  padding-left: 15px;
  outline: none;
  box-shadow: none;
  height: 45px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.form-control {
  border: solid 1px #eeeeee;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  padding: .55rem 1rem;
  background-color: #eeeeee;
  transition: all ease-in .3s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(255, 188, 13, 0.8);
  box-shadow: 0px 0px 5px rgba(255, 188, 13, 0.5);
  outline: 0 none;
}
.form-select:focus {
  border-color: rgba(255, 188, 13, 0.8);
  box-shadow: 0px 0px 5px rgba(255, 188, 13, 0.5);
  outline: 0 none;
}
.form-control:focus {
  border-color: rgba(255, 188, 13, 0.8);
  box-shadow: 0px 0px 5px rgba(255, 188, 13, 0.5);
  outline: 0 none;
}
.accordion-body label {
  font-weight: 900;
  font-size: 1.1rem;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.info-icn {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.score-box {
  width: 500px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.score-txt {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #db0007;
}
.button-box-dv {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
}
/*Campaign Details End*/
/*Campaign-market start*/
.drop-dwn-btn {
  min-width: 180px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  border-radius: 10px;
  padding: 10px 20px;
}
.swiper-slide .trust {
  border: solid 5px #ffffff;
  background-image: url("../../assets/images/trust/trust-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
  border-radius: 50px;
}
.trust {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.trust .swiper-button-next, .trust .swiper-button-prev {
  border: solid 3px #db0007;
}
.trust .swiper-button-next:hover, .trust .swiper-button-prev:hover {
  border: solid 3px #ffbc0d;
}
.trust {
  border-radius: 20px;
  border: solid 5px #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide .trust {
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
}
.swiper-slide .trust:hover {
  border: solid 5px #ffbc0d;
}
.swiper-slide-active .trust {
  width: 100%;
  padding-top: 100%;
  transition: all ease-in .3s;
  margin-top: 0px;
}
.trust .swiper {
  padding-bottom: 100px !important;
}
.inside-cnt {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  flex-direction: column;
  border-radius: 50px;
  border: solid 5px #ffbc0d;
  justify-content: center;
  opacity: 0;
  transition: all ease-in .3s;
}
.inside-cnt:hover {
  opacity: 1;
}
.inside-cnt p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
/*Campaign market end*/
/*submission form start*/
.red-border {
  width: 100%;
  padding: 30px;
  float: left;
  border: solid 4px #db0007;
  margin-top: 30px;
  border-radius: 30px;
}
.yellow-border {
  width: 100%;
  padding: 30px;
  float: left;
  border: solid 4px #ffbc0d;
  margin-top: 10px;
  border-radius: 30px;
}
.yellow-border label {
  font-weight: normal;
  margin-bottom: 10px;
}
.yellow-border .form-control {
  border: solid 1px #ffbc0d;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.yellow-border .form-select {
  border: solid 1px #ffbc0d;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.text-muted {
  font-size: 14px;
  margin-top: -12px;
}
/*.camp-mech-title {
  font-size: 24px;
  font-family: "speedee Bold";
  text-align: center;
  margin-top: 15px;
  color: #000000;
}*/
.form-time input {
  background-size: 50px;
}
.chanel-btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #666666;
  gap: 10px;
  border-radius: 10px;
  transition: all ease-in .3s;
}
.chanel-btn:hover {
  color: #000000;
  background: #ffbc0d;
  padding: 5px 10px;
}
.chanel-btn h3 {
  font-size: 1.2rem;
  margin: 0;
}
.img-dv {
  position: relative;
  padding: 3px;
  width: 50px;
  border-radius: 50%;
  border-color: transparent;
}
.img-dv img {
  width: 100%;
  max-width: 50px;
}
.vedio-details-new {
  display: flex;
  gap: 20px;
  width: 100%;
}
.side-icon-remove {
  display: flex;
}
.add-class {
  display: flex;
  padding-right: 13px;
  align-items: center;
}
.add-class h3 {
  text-align: left;
  font: normal normal normal 25px/32px Speedee;
  letter-spacing: 0px;
  font-size: 21px;
  color: #707070;
  opacity: 1;
  margin: 0px;
}
.add-class i {
  font-size: 30px;
}
.add-class a {
  font-size: 22px;
  padding-right: 6px;
  color: #df1a21;
  padding-bottom: 5px;
}
.media-bx {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.media-bx img {
  height: 170px;
}
.media-bx img {
  height: 200px;
}
.btn-tx {
  width: 130px;
  padding: 3px 8px;
  background-color: transparent;
  transition: all ease-in .3s;
  margin: auto;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 20px;
}
.media-bx:hover .btn-tx {
  background-color: #ffbc0d;
}
.vedio-hadding {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: solid 1px #ffbc0d;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.red-label {
  font-weight: bold !important;
  color: #db0007;
  font-size: 1.2rem;
}
.red-message {
  color: #db0007 !important;
  margin-bottom: 10px;
}
label.chanel-checkbox:hover {
  color: #000;
}
.last-btns {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
.last-btns .btn-lg {
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 1.3rem;
  border-radius: 10px;
  width: 150px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
/*submission form end*/
/*Get Inspired start*/
.get-ins {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 115px;
}
.main-head-div {
  font-size: 7rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}
.get-ins-bg {
  background-position: top 60px center;
  background-image: url("../../assets/images/get-inspired-bg.svg");
  background-size: 500px;
  height: auto;
  background-repeat: no-repeat;
}
.get-ins-bg-pod {
  background-position: top 50px left;
  background-image: url("../../assets/images/get-inspired/head-bg.svg");
  background-size: 500px;
  height: auto;
  background-repeat: no-repeat;
}
.dot-bg {
  background-position: bottom left;
  background-image: url("../../assets/images/get-ins-dot.svg");
  background-size: 300px;
  background-repeat: no-repeat;
  font-size: 1.5rem;
  padding: 30px 50px;
}
.bn-img {
  width: 500px;
  max-width: 80%;
  margin-top: 50px;
}
.circleimg {
  width: 550px;
  height: 550px;
  border-radius: 550px;
  background-image: url("../../assets/images/get-inspired/get-ins-1.jpg");
  background-size: cover;
  border: solid 5px #db0007;
  margin: auto;
}
.get-brush-bg {
  background-image: url("../../assets/images/get-inspired/brush-bg.png");
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  align-items: center !important;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 100px;
  padding: 50px 0;
}
.circleimg-left {
  width: 500px;
  height: 500px;
  border-radius: 500px;
  background-image: url("../../assets/images/get-inspired/get-ins-1.jpg");
  background-size: cover;
  border: solid 5px #ffbc0d;
  margin: auto;
  background-position: center;
}
.get-brush-bg-left {
  padding: 50px 0;
  margin-bottom: 100px;
  margin-top: 100px;
  align-items: center !important;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  background-image: url("../../assets/images/get-inspired/brush-bg.png");
  background-size: auto 100%;
  background-position: center right 100%;
  background-repeat: no-repeat;
}
.circle-padding-box {
  padding: 0 200px;
  width: 100%;
  display: flex;
  align-items: center;
}
.yelow-bdr {
  width: 100%;
  border: solid 5px #ffbc0d;
  border-radius: 20px;
  margin-bottom: 50px;
}
.text-right {
  text-align: right;
}
.videobox {
  width: 100%;
  height: 100%;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  background-color: #000000;
  display: flex;
}
.videobox video {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}
.paddin-bx {
  float: left;
  width: 100%;
  padding: 20px !important;
}
.epi-back {
  background-image: url("../../assets/images/get-inspired/epi-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 0;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
}
.align-tab-dv {
  display: flex;
  justify-content: center;
}
/*Get Inspired end*/
/*Gudelines page start*/
.guidelines-page .nav-tabs .nav-link {
  background-color: #db0007;
  border-color: #db0007;
  padding: 10px 35px !important;
  font-size: 1.2rem;
  color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.guidelines-page .nav-tabs .nav-link.active {
  background-color: #db0007;
  border-color: #db0007;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.guidelines-page .tab-content > .active {
  display: block;
  border: solid 4px #db0007;
  border-radius: 20px;
  padding: 20px;
}
.guideline-bullet {
  display: block;
  width: 26px;
  height: 26px;
  color: white;
  font-weight: bold;
  background: #db0007;
  border-radius: 20px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
}
.guideline-item {
  padding-right: 34px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
}
.pl-5, .px-5 {
  padding-left: 2.5rem !important;
}
.guideline-item .guideline-bullet {
  position: absolute;
  top: -3px;
  right: calc(100% + 8px);
}
.guideline-item h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.guideline-item p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}
.relative {
  position: relative;
}
.guideline-item p span {
  font-size: 16px;
  color: #6F6E6E;
}
.guideline-item p:last-child {
  margin: 0;
}
.guideline-section-title {
  font-size: 35px;
  font-weight: bold;
}
.guideline-section-desc._p-no-margin p {
  margin-bottom: 0;
}
.guideline-section-desc p {
  font-size: 20px;
}
.guideline-section-desc p bold {
  font-family: "speedee Bold"
}
.guide-sec {
  background-image: url("../../assets/images/guidelines/sec-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 250px;
  padding-top: 100px;
}
.guide-sec h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
}
.guide-sec p {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: center;
}
.orange-clr {
  color: #F26F2D !important;
}
.orange-bg-clr {
  background-color: #F26F2D !important;
}
.evalubtn {
  border-color: #ffbc0d !important;
  background-color: #ffbc0d !important;
  color: #000000 !important;
}
.evalu.active {
  border-color: #ffbc0d !important;
}
/*29-11-2022*/
.rating_chart-wrapper {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#rating_chart text {
  font-family: 'speedee';
  transition: all .3s ease;
  font-weight: bold !important;
}
#rating_chart .chart_level:hover text {
  text-shadow: 1px 8px 10px rgba(0, 0, 0, .3);
}
#rating_chart .chart_level .active {
  opacity: 0;
  cursor: pointer;
}
#rating_chart .chart_level .active._visible {
  opacity: 1;
}
.chart_level-table {
  display: none;
}
.chart_level-table._visible {
  display: block;
}
.heading-new-div {
  padding-top: 0;
  text-align: center;
  font-size: 2em;
  font-family: 'speedee';
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  color: rgb(224, 30, 44);
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-box {
  width: 50px;
  height: 50px;
  background-color: rgb(224, 30, 44);
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 5px;
  padding-right: 15px;
  padding-bottom: 2px;
}
.sub-txt-p {
  font-size: 1.1em;
}
.scale-main-box {
  width: 560px;
  margin: auto;
  display: flex;
  max-width: 100%;
}
.scale-boxes {
  width: 140px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  max-width: 25%;
}
.scale-heading {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  background-color: rgb(224, 30, 44);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.scale-sub-text {
  flex-grow: 1;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  background-color: rgb(224, 30, 44);
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 10px;
  line-height: normal;
  min-height: 140px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.heading-creative-scale {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  margin-top: 30px;
}
.heading-creative-scale span {
  font-weight: normal;
}
.borrowed {
  background-color: rgb(237, 72, 40);
}
.unclear {
  background-color: rgb(240, 88, 43);
}
.cliche {
  background-color: rgb(237, 100, 45);
}
.ownable {
  background-color: rgb(242, 111, 45);
}
.heads-up {
  background-color: rgb(246, 149, 46);
}
.cutting-edge {
  background-color: rgb(246, 168, 45);
}
.breake-through {
  background-color: rgb(255, 196, 56);
  text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}
.contagious {
  background-color: rgb(252, 208, 49);
  text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}
.cultural {
  background-color: rgb(249, 218, 47);
  text-shadow: 0px 0px 5px rgba(125, 95, 2, 0.3);
}
.p-0 {
  padding: 0;
}
.borrowed-clr {
  color: rgb(237, 72, 40);
}
.unclear-clr {
  color: rgb(240, 88, 43);
}
.cliche-clr {
  color: rgb(237, 100, 45);
}
.ownable-clr {
  color: rgb(242, 111, 45);
}
.heads-up-clr {
  color: rgb(246, 149, 46);
}
.cutting-edge-clr {
  color: rgb(246, 168, 45);
}
.breake-through-clr {
  color: rgb(255, 196, 56);
}
.contagious-clr {
  color: rgb(252, 208, 49);
}
.cultural-clr {
  color: rgb(249, 218, 47);
}
.table-box {
  width: 100%;
  float: left;
  overflow-x: auto;
}
/*29-11-2022*/
/*Gudelines page end*/
/*FAQ start*/
.faq .accordion-item {
  margin-bottom: 30px;
}
.faq .accordion-button {
  border: solid 5px #ffbc0d;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 12px 20px;
  margin-bottom: -20px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2) !important;
}
.faq .accordion-item:first-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.faq .accordion-body {
  border: solid 5px #db0007;
  border-radius: 20px;
  padding-top: 40px;
}
.faq .accordion-item {
  box-shadow: none;
  background: transparent;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  border: solid 5px #ffbc0d;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.faq .accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.faq .accordion-button:not(.collapsed) {
  color: #db0007;
}
.faq-head {
  font-size: 3rem;
  margin-bottom: 50px;
  margin-top: 50px;
}
.media-library .accordion-button::after {
  background-image: url("../../assets/images/caret-down.svg");
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: 15px;
  transform: rotate(-90deg);
}
.media-library .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.faq .accordion-button::after {
  background-image: url("../../assets/images/faq-arrow.svg");
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 35px;
}
.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(1);
}
/*FAQ End*/
/*Campaign Library Start*/
.campSection {
  height: calc(100vh - 97px);
  display: flex;
  align-items: center;
}
.camp-library-bg {
  background: url(../images/camp-library/camplib-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.close-container {
  height: auto;
  padding: 50px 0 0 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.camplib-left h1 {
  font-size: 7rem;
  line-height: 110px;
}
.camplib-left .camplib-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
}
.camplib-left .camplib-text {
  font-size: 1.5rem;
  width: 70%;
}
.nav-tabs#campTab {
  border-bottom: 10px solid #db0007;
  padding: 15px 0 0;
  margin-bottom: 30px;
}
.nav-tabs#campTab:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: none;
}
.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.nav-tabs#campTab > .nav-item > .nav-link {
  color: #000000;
  margin: 0;
  margin-right: 5px;
  background-color: #ffbc0d;
  border-radius: 20px 20px 0 0;
  font-size: 1rem;
  padding: 15px 50px !important;
  line-height: 1.5;
  text-transform: uppercase;
}
.nav-tabs#campTab > .nav-item > .nav-link:hover {
  background-color: #db0007;
  color: #FFFFFF;
  box-shadow: none;
}
.nav-tabs#campTab > .nav-item > .nav-link.active {
  background-color: #DB0007;
  border-radius: 20px 20px 0 0;
  color: #FFFFFF;
  box-shadow: none;
  border-color: #DB0007;
}
.nav-tabs#campTab > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.nav-tabs#campTab.nav-tabs-neutral > .nav-item > .nav-link {
  color: #FFFFFF;
}
.nav-tabs#campTab.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
#campTabContent .card {
  border: 0;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  transition: all ease-in .3s;
}
#campTabContent .card:hover {
  background-color: #ffbc0d;
}
#campTabContent .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
#campTabContent .card img {
  height: 30px;
}
.campCard-title {
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
}
.tab-content#campTabContent {
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  height: 450px;
}
/*Campaign Library end*/
/*Leaderboard start*/
.leaderboard-container {
  background-color: #ffbc0d;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.leaderboardTopContainer {
  display: flex;
  justify-content: space-evenly;
}
.leaderboardTop {
  width: 200px;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.leaderboardPodium1 {
  width: 200px;
  height: 500px;
  background-color: #ffbc0d;
  border-radius: 25px 25px 0 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.leaderboardPodium2, .leaderboardPodium3 {
  width: 200px;
  height: 400px;
  background-color: #ffbc0d;
  border-radius: 25px 25px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.leaderboardPodium1 img, .leaderboardPodium2 img, .leaderboardPodium3 img {
  width: 100%;
}
.topCountry {
  text-align: center;
}
.topCountry img {
  width: 150px
}
.topCountryName {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  height: 80px;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topNum {
  font-size: 4rem;
  font-weight: bold;
  color: #db0007;
  margin-bottom: 20px;
}
.topScoreBox {
  position: relative;
  display: block;
}
.topScore {
  font-size: 4rem;
  color: #000000;
  font-weight: bold;
  margin-top: 50px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#leaderboardRanks {
  background: transparent;
  padding: 0 30px;
  font-family: Sans-Serif;
  font-size: 18px;
  color: #444;
  margin: -20px auto 0;
  border: 10px solid #ffbc0d;
  max-height: 0px;
  overflow: hidden;
  overflow-y: auto;
  /* Set Transitions */
  transition: all ease-in-out 1s;
  z-index: 1;
}
#leaderboardRanks.open {
  max-height: 820px;
  border: 10px solid #ffbc0d;
  padding: 60px 30px 30px;
  /* Set transitions */
  transition: all ease-in-out 1s;
}
#leaderboardRanksShow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db0007;
  color: #fff;
  font-family: sans-serif;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  margin: -25px auto 10px;
  z-index: 3;
  position: relative;
}
#leaderboardRanksShow img {
  width: 20px;
  height: auto;
}
.leaderboardListBox .card {
  border: 0;
  border-radius: 20px;
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
  text-align: center;
  justify-content: center;
  transition: all ease-in .3s;
}
.leaderboardListBox .card:hover {
  background-color: transparent;
}
.leaderboardListBox .card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.rankBox {
  position: absolute;
  left: 0;
  top: 0;
}
img.rankImg {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100px;
  height: auto;
}
.rankText {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  color: #000000;
  font-weight: bold;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.rankDataBox {
  float: left;
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
img.rankCountry {
  height: 70px;
}
.rankCountryName {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
}
.rankScores {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
}
/*Leaderboard end*/
/*AWARDS Start*/
.awards-banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-banner h1 {
  font-size: 7rem;
  text-align: center;
  font-weight: 900;
  line-height: .8;
}
.awards-banner h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: .8;
}
.winnerBG {
  width: 500px;
  height: 150px;
  display: flex;
  background-image: url("../../assets/images/yellow-bg-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}
.winnerBG .winnerText {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  color: #db0007;
  font-weight: bold;
  line-height: 1.2;
}
.highlightsImg {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.highlightsImg .circle-img {
  width: 250px;
  height: 250px;
  transition: all ease-in .3s;
  margin: 0;
}
.highlightsImg .yellowBorder {
  border: solid 5px #ffbc0d;
}
.sparkle1, .sparkle2, .sparkle3 {
  position: absolute;
}
.sparkle1 {
  top: 2%;
  right: 20%;
}
.sparkle2 {
  top: 20%;
  left: 20%;
}
.sparkle3 {
  bottom: 40%;
  right: 10%;
}
.home-section {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.home-section .home-content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-section .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.home-section .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.home-section .circles li {
  background: rgba(219, 0, 7, .5);
  background-repeat: no-repeat;
}
.home-section .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.home-section .circles li:nth-child(1) {
  left: 25%;
  width: 74px;
  height: 80px;
  animation-delay: 0s;
  background: url(../images/awards/c12.png);
}
.home-section .circles li:nth-child(2) {
  left: 10%;
  width: 74px;
  height: 74px;
  animation-delay: 2s;
  animation-duration: 12s;
  background: url(../images/awards/c11.png);
}
.home-section .circles li:nth-child(3) {
  left: 70%;
  width: 81px;
  height: 62px;
  animation-delay: 4s;
  background: url(../images/awards/c10.png);
}
.home-section .circles li:nth-child(4) {
  left: 40%;
  width: 118px;
  height: 84px;
  animation-delay: 0s;
  animation-duration: 18s;
  background: url(../images/awards/c9.png);
}
.home-section .circles li:nth-child(5) {
  left: 65%;
  width: 86px;
  height: 75px;
  animation-delay: 0s;
  background: url(../images/awards/c8.png);
}
.home-section .circles li:nth-child(6) {
  left: 75%;
  width: 83px;
  height: 70px;
  animation-delay: 3s;
  background: url(../images/awards/c7.png);
}
.home-section .circles li:nth-child(7) {
  left: 35%;
  width: 122px;
  height: 99px;
  animation-delay: 7s;
  background: url(../images/awards/c6.png);
}
.home-section .circles li:nth-child(8) {
  left: 50%;
  width: 48px;
  height: 54px;
  animation-delay: 15s;
  animation-duration: 45s;
  background: url(../images/awards/c5.png);
}
.home-section .circles li:nth-child(9) {
  left: 20%;
  width: 66px;
  height: 55px;
  animation-delay: 2s;
  animation-duration: 35s;
  background: url(../images/awards/c4.png);
}
.home-section .circles li:nth-child(10) {
  left: 85%;
  width: 55px;
  height: 57px;
  animation-delay: 0s;
  animation-duration: 11s;
  background: url(../images/awards/c3.png);
}
.home-section .circles li:nth-child(11) {
  left: 5%;
  width: 131px;
  height: 120px;
  animation-delay: 3s;
  animation-duration: 12s;
  background: url(../images/awards/c2.png);
}
.home-section .circles li:nth-child(12) {
  left: 15%;
  width: 178px;
  height: 120px;
  animation-delay: 0s;
  animation-duration: 12s;
  background: url(../images/awards/c1.png);
}
@keyframes animate {
  0% {
    transform: translateY(-1000px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(720deg);
    opacity: .5;
  }
}
/*AWARDS End*/
/*Login Start*/
.loginBG {
  background-color: #FFFFFF;
  background: url(../images/loginBG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.loginSection {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginContainer {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px
}
.loginLeft, .loginRight {
  float: left;
  width: 50%;
  height: 650px;
  max-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.loginLeft {
  background-color: #000000;
  background: url(../images/loginBGLeft.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.loginRight {
  background-color: #FFFFFF;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.leftContent {
  text-align: center;
}
.leftContent img {
  width: 200px;
  height: auto;
  max-width: 90%;
}
.leftContent p {
  width: 100%;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.rightContent {
  width: 100%;
  text-align: center;
}
.rightContent h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 900;
  line-height: .8;
  margin-bottom: 30px;
}
.rightContent label {
  font-weight: normal;
  margin-bottom: 2px;
}
.rightContent .form-control {
  border: solid 1px #ffbc0d;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.rightContent label {
  text-align: left !important;
  justify-content: flex-start;
  display: flex;
  font-size: 15px;
}
.rightContent .btn-danger:hover {
  background-color: #ffbc0d;
  color: #000000;
  border-color: #ffbc0d;
}
.rightContent .btn-danger:focus {
  background-color: #ffbc0d;
  color: #000000;
  border-color: #ffbc0d;
}
.passwordShowHide {
  position: absolute;
  bottom: 6px;
  right: 20px;
  cursor: pointer;
  font-size: 1.1rem;
}
.passwordHide {
  display: none;
}
/*Login End*/
.dpdwn-slct {
  width: 180px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  border-radius: 10px;
  padding: 10px 20px;
}
.dpdwn-slct .form-select {
  background-color: #db0007;
  border-color: #db0007;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
  background-image: url("../../assets/images/caret-down-white.svg");
  background-size: 10px;
}
.swiper-slide .trust {
  border: solid 0px #eee;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
}
.cam-h-100 {
  height: calc(100% - 4rem);
}
.dark-label img {
  height: 15px !important;
}
.score-bx-main {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  gap: 15px;
}
.score-box-dv {
  background: white;
  padding: 10px;
  height: 150px;
  align-items: center;
  border-radius: 15px;
  color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border: solid 4px #db0007;
}
.score-box-dv span {
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.score-box-dv p {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
}
.score-box-dv.total-scr {
  border-color: #ffbc0d;
}
.score-box-dv.total-scr p {
  color: #db0007
}
.summary-item {
  margin-bottom: 15px;
  border: solid 1px #eeeeee !important;
  border-radius: 20px !important;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.summary-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding: 20px;
}
.summary-header {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #000000;
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border-bottom: solid 1px #ccc;
  font-size: 1.2rem;
  margin-bottom: 0;
}
/*
submission form CSS*/
.media-bx .image-checkbox-checked {
  border-color: #ffbc0d !important;
  border-top-left-radius: calc(.35rem - 1px);
  border-top-right-radius: calc(.35rem - 1px);
}
.media-bx .image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
  display: flex;
}
.media-bx .checkcontainer-new {
  text-align: center;
  margin: 23px 0;
  padding-left: 0;
}
.media-bx .checkcontainer-new {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  user-select: none;
  width: 100%;
  max-width: 170px;
  margin: 0 auto 20px;
}
.media-bx .image-checkbox input[type="checkbox"] {
  display: none;
}
.media-bx .checkcontainer-new input, .checkcontainer input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
}
.media-bx .image-checkbox .fa {
  position: absolute;
  color: #000000;
  background-color: #ffbc0d;
  padding: 10px;
  top: 0;
}
.media-bx .image-checkbox .hidden {
  display: none !important;
}
.media-bx .image-checkbox-checked .fa {
  display: block !important;
}
.media-bx .camp-mech-title {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'Speedee', sans-serif;
}
.image-checkbox-checked ~ .camp-video, .image-checkbox-checked ~ .camp-image, .image-checkbox-checked ~ .camp-audio {
  background-color: #ffbc0d;
  max-width: 130px;
  padding: 3px 8px;
  transition: all ease-in .3s;
  margin: auto;
  border-radius: 20px;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 25px;
  user-select: none;
  width: 20%;
  margin-top: 12px;
}
label.chanel-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
label.chanel-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
label.chanel-checkbox ._img {
  position: relative;
  padding: 2px;
  border: 2px solid #ffbc0d;
  border-radius: 50%;
  border-color: transparent;
}
label.chanel-checkbox input:checked + ._img {
  border-color: #000000;
}
label.chanel-checkbox ._img img {
  width: 100%;
  max-width: 50px;
}
label.chanel-checkbox ._img i {
  position: absolute;
  top: 13px;
  left: 20rem;
  /*transform: translate(-50%,-100% );*/
  font-size: 20px;
  color: #000;
  opacity: 0;
}
label.chanel-checkbox input:checked + ._img i {
  opacity: 1;
}
.active-icon {
  background: #ffbc0d;
  width: 367px;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  max-height: 60px;
}
label.chanel-checkbox h3 {
  font-size: 19px !important;
}
/*Last btn*/
.submission-section .last-btns .Submit-button a, .submission-section .last-btns .clear-button a, .submission-section .last-btns .save-button:hover a {
  color: #fff;
}
.submission-section .last-btns .Submit-button:hover a {
  color: #DB0007;
}
.submission-section .last-btns .save-button a, .submission-section .last-btns .preview-button:hover a {
  color: #000;
}
.submission-section .last-btns .preview-button:hover {
  background-color: #ffbc0d;
  border-color: #ffbc0d;
}
.submission-section .upload-label-submission {
  color: black;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ffbc0d !important;
  background-image: none;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 0;
}
.favorite-icn {
  width: auto;
  position: absolute;
  left: 0px;
  top: 20px;
  padding: 5px 15px;
  padding-right: 25px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.mark-exch {
  background-color: #FFFFFF;
  background: url("../../assets/images/loginBG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 100px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.mark-exch .main-head-div {
  font-size: 5.5rem;
  line-height: normal;
}
/*Search dropdown css  start*/
.search-div {
  position: absolute;
  width: 300px;
  left: 0;
  top: 50px;
  margin-left: -300px;
  text-align: left;
}
.searched-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 300px;
}
.searched-ul li a {
  margin-top: -1px; /* Prevent double borders */
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}
.searched-ul li a:hover:not(.header) {
  background-color: #eee;
}
.list-img {
  border-radius: 8px;
  max-width: 50px;
  max-height: 50px;
  padding-right: 5px;
}
.search-list {
  padding-left: 0px !important;
  display: flex;
  justify-content: flex-start;
}
/*Search dropdown css  end*/
.close-icndv {
  float: right;
  font-size: 22px;
  margin-top: -15px;
  margin-right: -10px;
  color: #666666;
  transition: all ease-in .3s;
  cursor: pointer;
}
.close-icndv:hover {
  color: #db0007;
}
.modal-header .close {
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: .5;
  cursor: pointer;
  transition: all ease-in .3s;
}
.modal-header .close:hover {
  opacity: 1;
}
.ml-1 {
  margin-left: 10px;
}
.submission-form-page .nav-tabs .nav-link {
  background-color: #ffbc0d;
  border-color: #ffbc0d;
  padding: 10px 35px !important;
  font-size: 1.2rem;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.page-logo {
  padding: 15px 0 !important;
}
.navbar {
  padding: 15px 0px;
}
.banner-dv {
  width: 100%;
  background-color: #ffbc0d;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/register-bg.png);
  background-size: cover;
  height: 250px;
  background-repeat: no-repeat;
  background-position: right center;
  margin-bottom: 2rem;
}
.card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
 
  padding-top: 30px;
  border-top: solid 7px #ffbc0d;
}
.card-body {
  padding: 30px;
  padding-top: 5px;
}
.card-body h2 {
  color: #db0007;
}
.form-select {
  border: solid 1px #eeeeee;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  padding: .55rem 1rem;
  background-color: #eeeeee;
  transition: all ease-in .3s;
}
.banner-dv h2 {
  font-size: 3rem !important;
}
.btm-img {
  max-height: 392px;
  max-width: 100%;
}
/*29/01/2025*/
td input {
  border: solid 1px #eeeeee;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  padding: .55rem 1rem;
  background-color: #eeeeee;
  transition: all ease-in .3s;
}
.deleteBtn {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #ffbc0d;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all ease-in .3s;
}
.deleteBtn:hover {
  background-color: #db0007;
  color: #fff;
}
td .btn-success {
  font-weight: normal;
  padding-left: 13px;
  padding-right: 13px;
  margin: 2px;
}
td .btn-secondary {
  font-weight: normal;
  padding-left: 13px;
  padding-right: 13px;
  margin: 2px;
}
.gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}
/*login css*/
.loginContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff; /* Adjust as needed */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional */
}
.loginLeft {
  flex: 1;
  text-align: center;
}
.loginRight {
  flex: 1;
  padding: 0 20px; /* Adjust as needed */
}
.leftContent img {
  max-width: 100%;
  height: auto;
}
.rightContent {
  max-width: 400px; /* Adjust as needed */
  margin: 0 auto;
}
/*login start*/
main {
  padding-top: 100px;
  min-height: calc(100vh - 65px);
}
.login-bg {
 
  background-color: #ffbc0d;
}
.login-bg .page-logo {
  padding: 0 !important;
}
.page-login-content {
  width: 440px;
  max-width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.page-login {
  min-height: calc(100vh - 64px);
  margin-bottom: 0;
}
.page-login .form-control {
  margin-bottom: 5px;
  height: 43px;
}
.bg-light {
  background-color: #ccc;
}
.btn {
  padding: 8px 20px; 
}
#myTable.table th {
    background-color: #fff;
    text-align: left;
}
#myTable.table td {
    background-color: #fff;
    text-align: left;
}
label {

	font-weight: normal;

}
.pull-right {
	float: right;
}
.details-card label.label-lg {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
	font-weight: bold;
}
.accordion-body {
    padding: 1rem 1.25rem;
	background-color: #f9f9f9;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.accordion-body .card {
	background-image: none;
	
	border: none;
}
.accordion-button {
	text-transform: capitalize!important;
}
.cotatct-act {
	float: right;
	margin-bottom: 20px;
	text-transform: capitalize!important;
}
.form-basic-info {
    padding: 30px 20px;
	padding-bottom: 20px;
}
.card ul {
    list-style: disc;

    margin: 0;
	
}
.card ul li {
   
    line-height: 1.5;
}
.card ul li ul{
	margin-top: 7px;
   margin-bottom: 15px;
   list-style: circle;
	    padding-left: 20px;
}
.results-box {
	min-height: 100px; max-height: 300px; overflow-y: auto;
	padding: 20px;
	border:solid 1px #ccc;
	border-radius:10px;
}

.combination-item:hover {
	animation: subtle-bounce 1s infinite;
}

/* Only adding these new styles for hover and click effects */
li:hover {
	background-color: rgba(255, 215, 0, 0.1); /* Light yellow on hover */
	cursor: pointer;
}

li.active {
	background-color: rgba(255, 140, 0, 0.1); /* Light orange when clicked */
}

/* Updated styles to be more specific and fix hover/active states */
#resultsContainer > li {
	cursor: pointer;
	background-color: transparent;
	transition: background-color 0.2s ease;
}

	#resultsContainer > li:hover {
		background-color: #f5f5f5; /* Light grey */
	}

	#resultsContainer > li.active {
		background-color: #f0f0f0; /* Slightly darker grey for active state */
	}

	/* Prevent hover effect on the inner elements */
	#resultsContainer > li span {
		pointer-events: none;
	}

	/* Style for the first line only */
	#resultsContainer > li > div:first-child {
		cursor: pointer;
		padding: 4px;
	}

		#resultsContainer > li > div:first-child:hover {
			background-color: #f5f5f5;
		}

		#resultsContainer > li > div:first-child.active {
			background-color: #f0f0f0;
		}

	/* Explicitly remove hover effects from second child */
	#resultsContainer > li > div:nth-child(2) {
		pointer-events: none;
	}

      #loaderOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(108, 107, 107, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .loader-content {
        text-align: center;
    }

    .spinner {
        border: 5px solid #f3f3f3;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        margin: 0 auto 10px;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }