body {
  font-family: "Speedee";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --primary-yellow: #FFBC0D;
  --primary-red: #DB0007;
}
/* reset */
a:hover {
  color: inherit;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.1;
}
label.label-lg {
  font-size: 16px;
}
label.label-xl {
  font-size: 20px;
}
.rounded-10px {
  border-radius: 10px;
}
.rounded-16px {
  border-radius: 16px;
}
.rounded-20px {
  border-radius: 20px;
}
.btn.btn-primary {
  background: var(--primary-yellow);
  color: black;
  border-color: var(--primary-yellow);
}
.btn.btn-primary:hover {
  background: var(--primary-red);
  color: white;
}
.btn.btn-red {
  background: var(--primary-red);
  color: white;
  border-color: var(--primary-red);
}
.btn.btn-red:hover {
  color: black;
}
.btn.btn-secondary {
  background: #CCCCCC;
  color: black;
  border-color: #CCCCCC;
}
.btn.btn-lg {
  height: 46px;
  line-height: 44px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
}
.form-control {
  font-size: 14px;
  border-radius: 10px;
  background: white;
  font-weight: normal;
  border: 0;
  padding: 0.525rem 0.75rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.form-control:focus, .form-control:active {
  box-shadow: 0px 3px 6px rgba(255, 188, 13, 0.1882352941);
}
.form-control:disabled {
  background: white;
  color: #999;
}
.nice-select.form-control {
  line-height: 1.5;
  height: auto;
  display: block;
  float: none;
}
.nice-select.form-control .list {
  display: none;
  width: 100%;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.nice-select.form-control .option + .option {
  border-bottom: 1px solid #F1F1F1;
}
.nice-select.form-control.open .list {
  display: block;
}
.nice-select.form-control:after {
  border: 0;
  border-bottom: 5px solid black;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transform: rotate(180deg);
}
.nice-select.form-control.open:after {
  transform: rotate(0);
}
/* header */
header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  z-index: 10;
}
.page-logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.page-logo img {
  width: 200px;
  margin-right: 10px;
}
.page-logo__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.page-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-nav li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: black;
}
.user {
  margin-left: 0px;
}
.user__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #CCCCCC;
  border-radius: 50%;
  color: white;
}
/* end header */
footer {
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 10%) inset;
  padding-top: 10px;
}
body {
  min-height: 100vh;
  position: relative;
}
footer {
  float: left;
  width: 100%;
}
.aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-banner {
  float: left;
  width: 100%;
  height: auto;
}
.video-box {
  float: left;
  width: 100%;
  border: dashed 4px #FEBC0E;
  border-spacing: 55px 50px;
}
.main-banner h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 33px;
}
.main-banner a.btn {
  display: table;
  padding-left: 60px;
  padding-right: 60px;
}
.fixed-thumb {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}
.fixed-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-thumb_square {
  padding-bottom: 100%;
}
.fixed-thumb_contain img {
  object-fit: contain;
}
.card-simplest {
  display: block;
  background: var(--primary-yellow);
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  border-radius: 20px;
}
.card-simplest h6 {
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin: 0;
}
.card-simplest:hover, .card-simplest:active {
  background: var(--primary-red);
}
.card-simplest:hover h6, .card-simplest:active h6 {
  color: white;
}
.title-secondary h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.title-main h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}
.title-main p {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
.title-main p span {
  font-size: 16px;
  color: #666666;
}
.accordion-main {
  border: 0;
}
.accordion-main .accordion-button {
  background: var(--primary-yellow);
  color: black;
  font-weight: bold;
  font-size: 24px;
  padding: 26px 20px;
  padding-right: 40px;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}
.accordion-main .accordion-button:active, .accordion-main .accordion-button:focus {
  box-shadow: none;
}
.accordion-main .accordion-button.collapsed {
  border-radius: 20px;
}
.accordion-main .accordion-button::before, .accordion-main .accordion-button::after {
  content: "";
  width: 15px;
  height: 5px;
  border-radius: 10px;
  background: black;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 20px;
  transition: all 0.3s ease;
  transform: rotate(0);
}
.accordion-main .accordion-button.collapsed::after {
  transform: rotate(90deg);
}
.accordion-main .accordion-button_black {
  background: black;
  color: white;
}
.accordion-main .accordion-button_black::before, .accordion-main .accordion-button_black::after {
  background: white;
}
.accordion-main:first-of-type .accordion-button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-main .accordion-collapse {
  background: #F1F1F1;
}
.accordion-main:last-of-type .accordion-collapse {
  border-radius: 0;
}
.accordion-main:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}
.accordion-main .accordion-body {
  padding-bottom: 30px;
}
.accordion-main_small .accordion-button {
  font-size: 14px;
  padding: 12px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-main_small .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-main_small .accordion-button::before, .accordion-main_small .accordion-button::after {
  height: 3px;
}
.accordion-main_small:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-main_small:first-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.accordion-main_small .accordion-collapse {
  background: none;
  padding-top: 5px;
}
.accordion-main_small .accordion-body {
  background-color: white;
  background: none;
  box-shadow: inset 0 0 0 1px var(--primary-yellow);
}
.accordion-main_small:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.c-scroll-ui::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-scroll-ui::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  padding-right: 5px;
}
.c-scroll-ui::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-sizing: border-box;
}
.m-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.m-checkbox input[type=checkbox], .m-checkbox input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.m-checkbox__box {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0;
}
.m-checkbox__box i {
  opacity: 0;
}
.m-checkbox__label {
  font-size: 13px;
  margin-left: 5px;
}
input:checked + .m-checkbox__box i {
  opacity: 1;
}
.m-checkbox_radio .m-checkbox__box {
  border-radius: 50%;
}
.m-checkbox_radio .m-checkbox__box i {
  font-size: 10px;
}
.m-fileupload-ui {
  position: relative;
}
.m-fileupload-ui input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.m-fileupload-ui label {
  text-align: center;
  background-color: white;
  color: black;
  font-size: 12px;
  padding: 0.525rem 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  display: block;
  margin: 0;
}
.upload-item {
  display: flex;
  align-items: center;
}
.upload-item img {
  width: 35px;
}
.upload-item .content {
  font-size: 12px;
}
.library-tab {
  gap: 20px;
}
.library-tab .nav-item {
  width: 238px;
  max-width: calc(50% - 5px);
}
.library-tab button.nav-link {
  height: 49px;
  line-height: 45px;
  background: none;
  color: #999999;
  font-weight: bold;
  font-size: 17px;
  border: 2px solid var(--primary-yellow);
  padding: 0 15px;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.library-tab button.nav-link.active {
  color: black;
  background: var(--primary-yellow);
}
.burger-card-style h6 {
  font-size: 16px;
  font-weight: bold;
}
.burger-card-style p {
  font-size: 12px;
  font-weight: bold;
}
.burger-card-style a.btn {
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  border: 0;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.burger-card-style a.btn:hover {
  background-color: var(--primary-red);
  color: white;
}
.burger-card {
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 8px;
}
.burger-card h6 {
  margin-bottom: 4px;
}
.burger-card p {
  margin-bottom: 8px;
}
.copy-right p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}
.form-basic-info {
  padding: 35px 20px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.form-protocol-type {
  background: white;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.form-protocol-type span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 16px;
}
.form-protocol-type p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  font-size: 126px;
  font-weight: bold;
}
.form-protocol-detail {
  position: relative;
}
.form-protocol-detail-wrapper {
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding-right: 1px;
  display: flex;
  width: 100%;
}
.form-protocol-detail h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-protocol-detail p {
  font-size: 12px;
  margin-bottom: 5px;
}
.form-protocol-detail .content {
  padding: 16px 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.library-banner {
  height: 196px;
  background-size: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center 80%;
  position: relative;
}
.library-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.library-banner h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
}
.login-bg {
  background-color: #ffbc0d;
}
.page-login {
  min-height: calc(100vh - 61px);
  height: auto;
}
.page-login-content {
  width: 420px;
  max-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  background: white;
  border-radius: 20px;
  padding: 50px 70px;
}
.page-login .page-logo {
  padding: 0;
}
.page-login .page-logo img {
  width: 160px;
  margin-right: 0;
}
.page-login .page-logo__text {
  font-size: 20px;
}
.page-login .forgot-pass {
  font-size: 12px;
  color: #999999;
  line-height: 1;
}
.page-login .forgot-pass:hover {
  color: var(--primary-yellow);
}
.page-login .m-checkbox__box {
  width: 12px;
  height: 12px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-login .m-checkbox__box i {
  font-size: 12px;
}
.page-login .m-checkbox__label {
  font-size: 12px;
  color: #999;
  line-height: 1;
}
.page-login .m-checkbox input:checked + .m-checkbox__box {
  background-color: var(--primary-red);
  color: white;
  border-color: var(--primary-red);
}
.forgot-pass-modal .modal-dialog .modal-content {
  width: 420px;
  max-width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border: 0;
}
.forgot-pass-modal .modal-dialog .head {
  padding: 24px 30px;
}
.forgot-pass-modal .modal-dialog .head h6 {
  font-size: 20px;
  font-weight: bold;
}
.forgot-pass-modal .modal-dialog .head .x-close {
  font-size: 30px;
  color: #999999;
  display: block;
  line-height: 1;
}
.forgot-pass-modal .modal-dialog .head .x-close:hover {
  color: var(--primary-red);
}
.forgot-pass-modal .modal-dialog .head .x-close i {
  display: block;
}
.forgot-pass-modal .modal-dialog .content {
  padding: 0 78px;
  padding-bottom: 40px;
}
.forgot-pass-modal .modal-dialog .content p {
  font-size: 13px;
  color: #999;
}
.forgot-pass-modal .modal-dialog .content .thank h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.forgot-pass-modal .modal-dialog .content .thank p {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: black;
}
.goto-link {
  font-size: 20px;
  color: var(--primary-red);
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
.goto-link i {
  font-weight: normal;
  line-height: 1;
  font-size: 25px;
}
.scan-test-banner .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.scan-test-banner .bg img {
  width: auto;
  height: 100%;
  display: block;
}
.scan-test-banner h1 {
  font-size: 30px;
  font-weight: bold;
}
.scan-test-banner p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.guideline-banner {
  position: relative;
}
.guideline-banner h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.guideline-banner .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  overflow: visible;
}
.guideline-banner .bg img {
  position: absolute;
  top: 50%;
}
.guideline-banner .bg .bg-1 {
  height: 150%;
  left: 0;
  transform: translate(-40%, -50%);
}
.guideline-banner .bg .bg-2 {
  height: 150%;
  right: 0;
  transform: translate(40%, -50%);
}
/*# sourceMappingURL=main.css.map */
.country-name-txt {
  font-size: 1.4rem;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.count-txt {
  font-size: 5rem;
  color: #ffbc0d;
  font-weight: bold;
  text-align: center;
}
.btn-primary {
  background-color: #db0007 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #ffbc0d !important;
  color: #000000 !important;
}
.footerlogo {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.footerlogo img {
  height: 50px;
}
.flag-dv img {
  width: 160px;
  height: 160px;
  border: dashed 4px #FEBC0E;
  border-radius: 100%;
}
.about-banner-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about-banner-txt h2 {
  font-weight: bold;
  border-bottom: 5px solid #ffbc0d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section ul {
  list-style-image: url('../images/li.svg');
  margin-left: 32px;
}
section ul li {
  padding-left: 15px;
  margin-bottom: 20px;
}
.user-img .dropdown-toggle::after {
  display: none;
}
.three-box {
  width: 320px;
  margin: auto;
  max-width: 100%;
  height: auto;
  padding: 20px;
  border: dashed 3px #ffbc0d;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.yellow-bg {
  background-color: #ffbc0d;
}
.three-box p {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-aim-txt {
  border: solid 3px #ffbc0d;
  width: 100%;
  text-align: center;
  float: left;
  padding: 0px;
  color: #000000;
  font-size: 3rem;
  font-weight: bold;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-150 {
  margin-bottom: 150px;
}
.nav-item.active {
  background-color: #FFBC0d;
  padding: 0 10px;
  border-radius: 5px;
}
.yellow-bg-color {
  background-color: #ffbc0d;
}
.red-bx-header {
  background-color: #db0007;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.white-bx-top {
  float: left;
  width: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 50px;
}
.white-bx-top p {
  padding: 8px 10px;
  font-size: 14px;
}
.red-left-bx {
  background-color: #db0007;
  padding: 5px 10px;
  width: 180px;
  height: 180px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-bx-dv {
  width: calc(100% - 180px);
  padding: 20px;
  height: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}
.full-width {
  width: 100%;
}
.txt-label {
  font-weight: bold;
  padding-right: 10px;
  margin-top: 5px;
}
.form-bx-dv {
  width: 280px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px
}
.wow:first-child {
  visibility: hidden;
}
.hme-banner {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffbc0d;
}
.hme-banner-mobile {
  float: left;
  width: 100%;
  height: auto;
  display: none;
  background-color: #ffbc0d;
}
.modal-dialog .modal-content {
  max-width: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: 0;
}
#market .cnt-txt-dv {
  font-size: 12px !important;
  margin-top: 5px !important;
  font-weight: normal !important;
}
#market .flag-box {
  border-radius: 5px;
}
#market a .flag-box {
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
#market a .flag-box:hover {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
@media (max-width: 1024px) {
  .hme-banner-mobile {
    display: block;
  }
  .hme-banner {
    display: none;
  }
}
section {
  float: left;
  width: 100%;
  height: auto;
}
.cars-img {
  width: 500px;
  max-width: 100%;
  float: right;
}
.stroke-line {
  width: 100%;
  float: left;
  height: 30px;
  background-color: #ffbc0d;
}
.dwnld-btn {
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
  transition: all ease-in .3s;
}
.dwnld-btn:hover {
  background-color: #ffffff !important;
  color: #db0007 !important;
}
.dwnld-btn:focus {
  background-color: #ffffff !important;
  color: #db0007 !important;
}
.txt-left-first-child td:first-child {
  text-align: left;
}
.txt-left-first-child th:first-child {
  text-align: left;
}
.submit-form {
  box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
}
.submit-form:hover {
  background-color: #ffffff !important;
  color: #db0007 !important;
}
.submit-form:focus {
  background-color: #ffffff !important;
  color: #db0007 !important;
}
.table-box {
  width: 100%;
  overflow: auto;
}
.table th {
  background-color: #db0007;
  padding: 5px 20px;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.table td {
  padding: 8px 20px;
  font-size: 16px;
  background-color: #ffffff;
  text-align: center;
}
.bx-shadow {
  box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9009; /* makes sure it stays on top */
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -100px; /* is width and height divided by two */
}
.web-win-banner {
  display: block;
  max-width: 100%;
  float: left;
  width: 100%
}
.mob-win-banner {
  display: none;
  max-width: 100%;
  float: left;
  width: 100%
}
@media (max-width: 1024px) {
  .web-win-banner {
    display: none;
  }
  .mob-win-banner {
    display: block;
  }
}
.container-sm {
  max-width: 1100px;
}
.register-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  height: auto;
  padding: 50px 0;
  width: 100%;
}
.form-main-bx-dv {
  width: 450px;
  max-width: 100%;
  margin: auto;
}
footer {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.forgot-pass {
  font-size: 13px;
  color: #999999;
  line-height: 1;
}
.register-page select.form-control {
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-image: url("../../assets/images/down-arrow.svg");
  background-size: 12px;
}
.register-background {
  background-image: url("../../assets/images/register-bg.png");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.register-page img {
  width: 300px;
  max-width: 80%;
}
.create-account {
  font-size: 1.65rem;
  font-weight: 900;
}
.red-color {
  color: #db0007;
}
.light-color {
  color: #999999;
}
.share-btn {
  font-size: 1.1rem;
  color: #000000;
  transition: all ease-in .3s;
}
.share-btn:hover {
  color: #db0007;
}
.thumbnail-box {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: auto;
}
.thumbnail-box-inside {
  display: flex;
}
.imgs-box {
  width: 500px;
  height: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.imgs-box img {
  width: 100%;
  object-fit: cover;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #999999;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
::-moz-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-moz-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-moz-scrollbar-thumb:hover {
  background: #999999;
}
::-moz-scrollbar-thumb:active {
  background: #999999;
}
::-moz-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-moz-scrollbar-track:hover {
  background: transparent;
}
::-moz-scrollbar-track:active {
  background: transparent;
}
::-moz-scrollbar-corner {
  background: transparent;
}
::-ms-scrollbar {
  width: 10px;
  height: 10px;
}
::-ms-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-ms-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-ms-scrollbar-thumb:hover {
  background: #999999;
}
::-ms-scrollbar-thumb:active {
  background: #999999;
}
::-ms-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-ms-scrollbar-track:hover {
  background: transparent;
}
::-ms-scrollbar-track:active {
  background: transparent;
}
::-ms-scrollbar-corner {
  background: transparent;
}
.thumb-icon {
  position: absolute;
  bottom: -75px;
  right: 10px;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 0;
}
.select-head .nice-select .current {
  font-size: 2.5rem;
  font-weight: bold;
}
.select-head .nice-select {
  border: 0;
}
.select-head .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 15px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 15px;
}
.select-head .nice-select .list {
  right: 0;
  left: auto;
}
.dashed-bx {
  padding: 20px;
  border: dashed 3px #ffbc0d;
  border-radius: 15px;
  width: 400px;
  height: 350px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #ffffff;
}
.dashed-bx img {
  width: 100%;
  object-fit: cover;
}
.navbar {
  padding-top: 0;
}
/*Updated CSS June 15 2022*/
.media-container {
  width: 100%;
  float: left;
  overflow: auto;
  border-radius: 0px;
}
.media-scroll-box {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  float: left;
  display: flex;
  min-width: 100%;
  margin-bottom: 15px;
}
.media-box {
  width: 300px;
  max-width: 300px;
  float: left;
  margin-right: 20px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  position: relative;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
  flex-direction: column;
}
.media-box p {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.media-item-img {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 25px;
}
.media-item-img img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.gray-bg {
  background-color: #f9f9f9;
}
.media-dropdown {
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  line-height: normal;
}
.media-dropdown-menu {}
.media-dropdown-menu li {
  padding-right: 15px;
}
.media-dropdown-menu li .media-dropdown-item {
  font-size: 30px !important;
  font-weight: bold !important;
}
.media-item-img .media-overlay {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 300px;
  transition: .5s ease;
  opacity: 0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.media-item-img:hover .media-overlay {
  opacity: 1;
}
.media-overlay img {
  width: 43px;
  /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);*/
}
/****SCROLLBAR****/
.media-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.media-container::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.media-container::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.media-container::-webkit-scrollbar-thumb:active {
  background: #999999;
}
.media-container::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-webkit-scrollbar-track:hover {
  background: transparent;
}
.media-container::-webkit-scrollbar-track:active {
  background: transparent;
}
.media-container::-webkit-scrollbar-corner {
  background: transparent;
}
.media-container::-moz-scrollbar {
  width: 10px;
  height: 10px;
}
.media-container::-moz-scrollbar-button {
  width: 0px;
  height: 0px;
}
.media-container::-moz-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-moz-scrollbar-thumb:hover {
  background: #999999;
}
.media-container::-moz-scrollbar-thumb:active {
  background: #999999;
}
.media-container::-moz-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-moz-scrollbar-track:hover {
  background: transparent;
}
.media-container::-moz-scrollbar-track:active {
  background: transparent;
}
.media-container::-moz-scrollbar-corner {
  background: transparent;
}
.media-container::-ms-scrollbar {
  width: 10px;
  height: 10px;
}
.media-container::-ms-scrollbar-button {
  width: 0px;
  height: 0px;
}
.media-container::-ms-scrollbar-thumb {
  background: #999999;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-ms-scrollbar-thumb:hover {
  background: #999999;
}
.media-container::-ms-scrollbar-thumb:active {
  background: #999999;
}
.media-container::-ms-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.media-container::-ms-scrollbar-track:hover {
  background: transparent;
}
.media-container::-ms-scrollbar-track:active {
  background: transparent;
}
.media-container::-ms-scrollbar-corner {
  background: transparent;
}
/****SCROLLBAR END****/
/*Updated CSS June 15 2022 END*/
.navbar-expand-sm .navbar-nav .dropdown-item {
  padding: 0.6rem 1rem;
  transition: all ease-in .3s;
}
.navbar-expand-sm .navbar-nav .dropdown-item:hover {
  background-color: #ffbc0d;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
  padding-bottom: 0;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
  border: 0;
}
.name-title {
  font-size: 14px;
  color: #666666;
  padding: 0px 15px;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: solid 1px #DDDDBD;
}
.example-image-link {
  position: relative;
}
.example-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}
div.show-image {
  width: calc(25% - 10px);
}
.lb-nav a.lb-next {
  display: none !important;
}
.lb-nav a.lb-prev {
  display: none !important;
}
.lb-details {
  display: none;
}
.page-header {
  height: auto;
  min-height: calc(100vh - 61px);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  padding-top: 100px;
  overflow: auto;
  padding-bottom: 85px;
}
.modal-dialog .head h6 {
  font-size: 20px;
  font-weight: bold;
}
.modal-dialog .head .x-close {
  font-size: 30px;
  color: #999999;
  display: block;
  line-height: 1;
}
.modal-dialog .head .x-close:hover {
  color: var(--primary-red);
}
.modal-dialog .head .x-close i {
  display: block;
}
@media (max-width: 1500px) {
  .example-image {
    height: 200px;
    object-fit: cover;
    overflow: hidden;
  }
  div.show-image {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .example-image {
    height: 200px;
    object-fit: cover;
    overflow: hidden;
  }
  div.show-image {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 467px) {
  .example-image {
    height: 100px;
    object-fit: cover;
    overflow: hidden;
  }
  div.show-image {
    width: calc(50% - 10px);
  }
  .thumb-icon {
    position: absolute;
    bottom: -25px;
    right: 10px;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 0;
  }
}
/***** Updated CSS June 17 2022 *****/
/*Guidelines css start*/
.guideline-section-title {
  font-size: 35px;
  font-weight: bold;
}
.guideline-section-desc p {
  font-size: 18px;
}
.guideline-part-box {
  box-shadow: 0px 9px 12px #00000029;
  border-radius: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.guideline-part-box .collapse-title {
  background-size: 200px;
  background-repeat: repeat;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffbc0d;
  width: 100%;
  padding: 20px;
  position: relative;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}
.guideline-part-box .collapse-title:focus {
  outline: none;
}
.guideline-part-box .collapse-title h2 {
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
  color: black;
  font-weight: bold;
}
.accordion-item {
  border: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}
.guideline-part-box .collapse-title ._icon {
  position: absolute;
  top: 50%;
  right: 48px;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: black;
}
.guideline-part-box .collapse-title:not(.collapsed) ._icon {
  transform: translate(-50%, -50%) scale(1, -1);
}
.guideline-part-box .collapse-content {
  padding: 40px 60px;
}
.guideline-bullet {
  display: block;
  width: 26px;
  height: 26px;
  font-weight: bold;
  color: #000000;
  background: #ffbc0d;
  border-radius: 20px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
}
.guideline-item {
  padding-right: 34px;
  position: relative;
  margin-bottom: 15px;
}
.guideline-item .guideline-bullet {
  position: absolute;
  top: -3px;
  right: calc(100% + 8px);
}
.guideline-item h2 {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
.guideline-item p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: normal;
  margin-top: 5px;
}
.guideline-item p span {
  font-size: 16px;
  color: #6F6E6E;
}
.guideline-item p:last-child {
  margin: 0;
}
.guideline-section-desc._p-no-margin p {
  margin-bottom: 0;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.guideline-submitter-footer .submitter-note {
  border: 2px solid #ffbc0d;
  position: relative;
}
.guideline-submitter-footer .submitter-note > * {
  position: relative;
}
.guideline-submitter-footer .submitter-note img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  pointer-events: none;
}
.guideline-submitter-footer .submitter-note h4 {
  color: #DB0008;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
}
.guideline-submitter-footer h4, .guideline-submitter-footer p {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.guideline-submitter-footer h2 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.guideline-evaluation-title h2 {
  font-size: 30px;
}
.guideline-evaluation-title h2._color-red {
  color: var(--red-color);
}
.guideline-evaluation-title p {
  font-size: 20px;
}
.guideline-evaluation-box {
  box-shadow: 0px 9px 12px #00000029;
  border-radius: 25px;
  padding: 60px;
}
.guideline-evaluation-box._no-shadow {
  box-shadow: none;
}
.guideline-evaluation-box .small-bulet {
  background: #db0007;
  color: white;
  font-size: 20px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 9px #00000029;
}
.guideline-evaluation-box h2 {
  font-size: 30px;
}
.guideline-evaluation-box p {
  font-size: 20px;
}
.guideline-evaluation-box .evaluation-bullet {
  background: #DB0008 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 9px #00000029;
  font-size: 50px;
  line-height: 87px;
  width: 87px;
  height: 87px;
  color: white;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.guideline-item ul li {
  padding-left: 5px;
  margin-bottom: 5px !important;
}
.guideline-item ul {
  list-style-image: url("../images/li-circle.svg");
  margin-left: 20px;
  margin-top: 10px !important;
}
/*Guidelines css end*/
.nice-select:after {
  opacity: 0;
}
.filter-select {
  font-size: 14px;
  border-radius: 10px;
  font-weight: normal;
  border: 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  width: 100%;
}
.table-box-border-radius {
  border-radius: 25px;
}
.table td {
  font-size: 18px;
  font-weight: bold;
}
.table {
  margin-bottom: 0;
}
/*.page-logo img {
    width: 90px;
}*/
.right-bx-dv {
  width: calc(100% - 180px);
  padding: 20px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  flex-direction: column;
}
.txt-label {
  font-size: 20px;
  font-weight: normal;
}
.text-red {
  color: #DB0007;
  font-size: 40px;
  font-weight: bold;
}
/***** Updated CSS June 17 2022 End *****/
#uploadForm {
  height: 0;
  opacity: 0;
  transition: all ease-in .3s;
  text-align: left;
}
#uploadForm p {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #666666;
}
.inpu-form-bx {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 20px !important;
  padding: 20px;
  height: auto;
  position: relative;
}
.upload-close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #666666;
  transition: all ease-in .3s;
  cursor: pointer;
  font-size: 24px;
}
.upload-close:hover {
  color: #db0007;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ffbc0d;
  color: #000000;
}
.nav-link i {
  font-size: 30px;
  color: #cccccc;
}
.nav-pills .nav-link.active i {
  color: #000000;
}
.weeks-tab .nav-item {
  width: 10.5%;
}
.weeks-tab .nav-link {
  width: 100%;
  margin-right: 0;
}
/*Qualitative Submission Form Start*/
.qualitative-submission-form .accordion-item {
  background-color: #f8f8f8;
  border-radius: 20px !important;
}
.qualitative-submission-form .nav-tabs {
  border: 0;
}
section .qualitative-submission-form ul {
  margin-left: 0;
}
section .qualitative-submission-form ul li {
  padding-left: 0px;
  margin-bottom: 0px;
}
.qualitative-submission-form .nav-link img {
  margin-bottom: 5px;
  margin-top: 5px;
}
.qualitative-submission-form .nav-link {
  background: #ffffff;
  color: #666666;
  border: solid 1px #eeeeee;
  margin-right: 10px;
  min-width: 100px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding-bottom: 10px;
}
.qualitative-submission-form .nav-link:hover {
  background: #ffbc0d;
  color: #000000;
  border: solid 1px #ffbc0d;
}
.qualitative-submission-form .nav-link:hover i {
  color: #333333;
}
.qualitative-submission-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ffbc0d;
  border-color: #ffbc0d;
  color: #000000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
}
.qualitative-submission-form .tab-content > .active p {
  font-size: 14px;
  margin-top: 5px;
  color: #666666;
}
.cnt-gray-bx {
  margin-bottom: 20px;
}
.cnt-gray-bx p {
  font-size: 14px;
  margin-top: 5px;
  color: #666666;
}
.qualitative-submission-form .guideline-part-box {
  box-shadow: none;
}
.yellowbx-dv {
  float: left;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #ffbc0d;
}
.qualitative-submission-form .guideline-part-box .collapse-title {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
}
.btn {
  padding: 0.375rem 1.5rem;
  font-weight: bold;
  font-size: 1rem;
}
.btn.btn-lg {
  height: auto;
  line-height: 1.5;
  font-size: 1.2rem;
  padding: .65rem 2.5rem;
}
.qualitative-submission-form .table-box {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-radius: 10px;
}
.qualitative-submission-form .table th {
  background-color: #ffbc0d !important;
  padding: 15px 20px;
  color: #000000 !important;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.qualitative-submission-form .table td {
  padding: 12px 20px;
  font-size: 16px;
  background-color: #ffffff;
  text-align: center;
}
.gcs-box {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding: 20px;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  border-radius: 10px;
  margin-top: 20px;
}
.qualitative-submission-form .guideline-part-box .collapse-title {
  background-image: none;
  background-size: 200px;
  background-repeat: repeat;
  border: 0;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffbc0d;
  width: 100%;
  padding: 20px;
  position: relative;
}
.flag-box {
  width: 100%;
  overflow: hidden;
  float: left;
  border-radius: 15px;
}
.flag-box img {
  width: 100%;
  object-fit: cover;
}
.cnt-txt-dv {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
a .cnt-txt-dv {
  color: #000000;
  transition: all ease-in .3s;
}
a:hover .cnt-txt-dv {
  color: #db0007;
}
a .flag-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
}
a:hover .flag-box {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}
.yellow-clr {
  color: #ffbc0d;
}
.tab-pane .btn-primary {
  margin: 0 5px;
  border-color: #db0007;
  background-color: #db0007;
  transition: all ease-in .3s;
  border-radius: 10px;
}
.tab-pane .btn-primary:hover {
  border-color: #ffbc0d;
  background-color: #ffbc0d;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.btn-primary:active {
  outline: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2) !important;
}
.whte-box {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  padding: 20px;
  width: 100%;
  float: left;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.yellowbx-dv .filter-select {
  line-height: 2;
}
.btn-secondary {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-lg.submit-form {
  border-radius: 10px;
}
.yellow-grad {
  background-image: linear-gradient(rgba(255, 188, 13, 0), rgba(255, 188, 13, 1));
  position: relative;
}
.bottom-img-left {
  width: 150px;
  max-width: 20%;
  float: left;
}
.bottom-img-right {
  width: 150px;
  max-width: 20%;
  float: right;
}
.user__icon i {
  font-size: 18px;
  color: #ffffff;
}
.item-img {
  width: 100%;
  height: auto;
  padding-top: 60%;
  float: left;
  background-image: url("../../assets/images/media-center/logo-box.png");
  background-position: center;
  background-size: 100%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
}
.item-img:hover {
  background-size: 120%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.name-txt {
  float: left;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  color: #3E342F;
  text-transform: capitalize !important;
  line-height: normal;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  overflow: auto;
}
.first-prize {
  background-image: linear-gradient(to right, #ffbc0d, #FDD770);
  padding: 20px;
  float: left;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
}
.first-prize img {
  max-width: 100px
}
.second-prize {
  background-image: linear-gradient(to right, #ffbc0d, #FDD770);
  padding: 20px;
  float: left;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
}
.second-prize img {
  max-width: 100px
}
.third-prize {
  background-image: linear-gradient(to right, #ffbc0d, #FDD770);
  padding: 20px;
  float: left;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-bottom: 20px;
}
.third-prize img {
  max-width: 100px
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 50px;
  height: 50px;
  right: 30px;
  z-index: 2000;
  font-size: 20px;
  border: none;
  border: solid 1px #db0007;
  outline: none;
  background-color: #db0007;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all ease-in .3s;
  padding: 0;
}
#myBtn:hover {
  background-color: #ffbc0d;
  border: solid 1px #ffbc0d;
}
.btn-outline-primary {
  border-color: #ffbc0d;
  color: #000000;
  margin-bottom: 5px;
  padding: 8px 30px;
}
.btn-outline-primary:hover {
  border-color: #ffbc0d;
  color: #000000;
  background-color: #ffbc0d
}
.btn-outline-primary:active {
  border-color: #ffbc0d;
  color: #000000;
  background-color: #ffbc0d
}
.btn-outline-primary:focus {
  border-color: #ffbc0d;
  color: #000000;
  background-color: #ffbc0d
}
@media (max-width: 575.82px) {
  .cnt-txt-dv {
    font-size: 16px;
    margin-top: 5px;
  }
  .qualitative-submission-form .btn {
    width: 100%;
  }
  .accordion-body {
    padding: 10px;
  }
  section .qualitative-submission-form ul li {
    max-width: 33.33%;
  }
  .qualitative-submission-form .nav-link {
    font-size: 14px;
  }
  .cnt-gray-bx p {
    font-size: 13px;
  }
  .gcs-box {
    padding: 20px 10px;
  }
  .gcs-box h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .guideline-part-box .collapse-title {
    padding: 15px;
  }
  .accordion-item:first-of-type .accordion-button {
    border-radius: 15px;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
  }
  .yellowbx-dv {
    padding: 15px;
    margin-top: 20px;
    border-radius: 15px;
  }
  .page-logo img {
    width: 150px;
  }
}
@media (max-width: 360px) {
  section .qualitative-submission-form ul li {
    max-width: 50%;
  }
  .qualitative-submission-form .nav-link {
    font-size: 12px;
  }
  .cnt-gray-bx p {
    font-size: 13px;
  }
}
/*KPI Submission Form End*/
/*guidelines start*/
.gudelines-bx .accordion-button {
  padding: 1rem 0;
  font-size: 1.3rem;
  color: #000000;
  font-weight: bold;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
.gudelines-bx .accordion-button:not(.collapsed) {
  color: #ffbc0d !important;
  box-shadow: none;
  background: none;
  border-bottom: solid 1px #cccccc;
  border-radius: 0;
}
.gudelines-bx .accordion-body {
  padding: 2rem 0;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}
.gudelines-bx .table th {
  background-color: #ffbc0d;
  padding: 8px 20px;
  color: #ffffff !important;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
.gudelines-bx .table td {
  padding: 8px 20px;
  color: #000000 !important;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
.gudelines-bx {
  font-size: 16px;
}
.gudelines-bx p {
  font-size: 16px;
}
.gudelines-bx a {
  color: #ffbc0d;
}
.gudelines-bx a:hover {
  color: #db0007;
}
.yellow-bdr-bx {
  border: dashed 2px #ffbc0d;
  padding: 10px;
  border-radius: 20px;
}
.min-h {
  min-height: 60px;
}
.min-h-350 {
  min-height: 295px;
}
.guidelines-link {
  color: #db0007;
  font-weight: bold;
  text-decoration: underline;
}
.guidelines-link:hover {
  color: #000000;
}
.guideline-gray-bx {
  background-color: #f1f1f1 !important;
  padding: 20px;
  border-radius: 10px;
}
.guideline-gray-bx p {
  color: #000000;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.guideline-gray-bx .notes {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.guideline-item ul.circle {
  list-style-image: none;
}
.guideline-item ul.circle li::before {
  content: "\25E6";
  color: #db0007;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.guideline-table .thead-yellow {
  background-color: #ffbc0d;
}
.guideline-table .thead-yellow th {
  padding-left: 20px;
  padding-right: 20px;
}
.guideline-table tbody td {
  padding: 20px;
}
.guideline-table > :not(caption) > * > * {
  border: 2px solid #ffbc0d;
}
.guideline-yellow-bd {
  border: solid 3px #ffbc0d;
  width: 48%;
  text-align: center;
  padding: 30px;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  float: left;
  margin-bottom: 30px;
}
.guideline-abt-bx {
  width: 300px;
  margin: auto;
  max-width: 100%;
  height: auto;
  padding: 20px;
  border: dashed 3px #ffbc0d;
  border-radius: 15px;
  text-align: center;
}
.guideline-yellow-bd {
  border: solid 3px #ffbc0d;
  width: 48%;
  text-align: center;
  padding: 30px;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  float: left;
  margin-bottom: 30px;
}
.guideline-abt-bx {
  width: 300px;
  margin: auto;
  max-width: 100%;
  height: auto;
  padding: 20px;
  border: dashed 3px #ffbc0d;
  border-radius: 15px;
  text-align: center;
}
.tabs-div .nav-link {
  color: #000000;
}
.tabs-div .nav-link:hover {
  color: #db0007;
}
.tabs-div .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.tabs-div .nav-tabs .nav-link {
  border: 1px solid #cccccc;
  margin-right: 10px;
  border-radius: 5px;
}
div.show-image {
  position: relative;
  float: left;
  margin: 5px;
}
div.show-image:hover img {
  opacity: 0.9;
}
div.show-image:hover input {
  display: block;
}
div.show-image input {
  position: absolute;
  display: none;
}
div.show-image input.update {
  top: 0;
  left: 0;
}
div.show-image input.delete {
  top: 0;
  left: 79%;
}
.delete {
  background-image: url("../../assets/images/delete.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  margin-top: 10px;
  margin-left: 15px;
  border-radius: 40px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.exp-hub-popup {
  padding-right: 65px;
  padding-left: 20px;
  background-image: url("../../assets/images/right-bar.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px top !important;
  background-size: auto 100% !important;
}
.bg-img-blank {
  float: left;
  width: 100%;
  background-image: url("../../assets/images/exp-hub-bg-fixed23.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  min-height: calc(100vh - 100px);
}
.form-range-track-bg {
  background-color: #ffffff !important;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #db0007;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #db0007db0007;
  cursor: pointer;
}
.slider-nbr-1 {
  width: calc(20% + 9px);
  float: left;
  font-size: 14px;
  text-align: right;
  color: #000000;
  font-weight: bold;
}
.slider-nbr-3 {
  width: calc(20% - 9px);
  float: left;
  font-size: 14px;
  text-align: right;
  color: #000000;
  font-weight: bold;
}
.slider-nbr-4 {
  width: calc(20% - 5px);
  float: left;
  font-size: 14px;
  text-align: right;
  color: #000000;
  font-weight: bold;
}
.slider-nbr {
  width: 20%;
  float: left;
  font-size: 14px;
  text-align: right;
  color: #000000;
  font-weight: bold;
}
.wrapper {
  background: #f6f6f6;
  padding: 30px 40px 40px;
  border-radius: 10px;
  max-width: 100%;
  width: 350px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.wrapper .section {
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.wrapper .section .emojis {
  height: 500%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.wrapper .section li {
  height: 20%;
  width: 100%;
  list-style: none;
  transition: all 0.3s ease;
  padding-left: 0;
  margin-bottom: 0;
}
.section li img {
  height: 100%;
  width: 100%;
}
.wrapper .slider {
  margin-top: 40px;
  height: 12px;
  width: 100%;
  position: relative;
  background: #d9d9d9;
  border-radius: 50px;
}
.slider input {
  height: 100%;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  background: none;
  outline: none;
  top: 0;
  z-index: 2;
}
.slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: none;
  cursor: pointer;
}
.slider input::-moz-slider-thumb {
  height: 20px;
  width: 20px;
  background: none;
  cursor: pointer;
}
.slider .progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(45deg, #FD8D58, #DC611E);
  border-radius: 50px;
  position: relative;
}
body.angry .progress-bar {
  background: linear-gradient(45deg, #FD8D58, #DC611E);
}
body.confuse .progress-bar {
  background: linear-gradient(45deg, #FEA954, #DA7315);
}
body.like .progress-bar {
  background: linear-gradient(45deg, #FED151, #DE981F);
}
.slider .thumb {
  height: 25px;
  width: 25px;
  background: #DC611E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 2px;
}
body.angry .thumb {
  background: #DC611E;
}
body.confuse .thumb {
  background: #DA7315;
}
body.like .thumb {
  background: #DE981F;
}
.slider .thumb span {
  height: 100%;
  width: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  background: linear-gradient(#FD8D58, #DC611E);
  display: block;
}
body.angry .thumb span {
  background: linear-gradient(#FD8D58, #DC611E);
}
body.confuse .thumb span {
  background: linear-gradient(#FEA954, #DA7315);
}
body.like .thumb span {
  background: linear-gradient(#FED151, #DE981F);
}
#sbmtBtn {
  display: none;
}
.badge {
  font-size: 0.9em;
}
/*UPDATED CSS JULY 06*/
.img-round {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rating {
  margin-top: 5px;
  display: flex;
  font-size: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  background: none;
}
.rating input {
  display: none
}
.rating label {
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  color: #000;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.rating label {
  padding-top: 2px;
  background: #f1f1f1;
  transition: .3s;
  font-weight: 900
}
.rating label:hover {
  background: #db0007;
  color: #ffffff;
}
.rating input[type='radio']:checked + label {
  background: #db0007;
  color: #ffffff;
}
/*
  .rating input[type='radio']:checked~label {

			
	background: #db0007;

            color: #ffffff;

        }*/
.shadow1 {
  box-shadow: 0px 0px 12px #00000029 !important;
}
.rating-text-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.rating-bx-dv {
  width: 310px;
  margin: auto;
  max-width: 100%;
}
.rating-text-container div {
  font-size: 12px;
  font-weight: 600;
}
.rating-modal-bg {
  background-color: #fff;
  background: url(../img/rate-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.w-20 {
  width: 20%;
  text-align: center;
}
.rating-bx-dv table td {
  font-size: 16px;
}
.rating-bx-dv table th {
  font-size: 16px;
  background-color: #ffffff;
  color: #db0007 !important;
}
/*UPDATED CSS JULY 06 END*/
.leaderboard .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  font-weight: bold;
  color: #000;
}
.leaderboard ul {
  padding-left: 5px;
  padding-right: 5px;
  justify-content: center;
}
.leaderboard ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}
.leaderboard .nav-pills .nav-link {
  background-color: #ffbc0d;
  color: #000000;
  padding: 10px 30px;
  font-size: 1.1rem;
}
.leaderboard .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #db0007;
  color: #ffffff;
}
.active-style {
  background-color: #ffbc0d;
  color: #000000;
}
.row-color td {
  background-color: #ffbc0d !important;
}
td a {
  color: #db0007;
  font-weight: normal;
  font-size: 15px;
}
.tracker-tbl th:first-child {
  text-align: left;
}
.tracker-tbl td:first-child {
  text-align: left;
}
.summary-tab {
  justify-content: center;
}
/*market-summary start*/
.summary-tab .nav-link {
  border: solid 3px #ffffff;
  font-size: 15px;
  font-weight: normal;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 0px;
  min-width: 98px;
  color: #000000;
}
.summary-tab .nav-link:hover {
  border: solid 3px #ffbc0d;
}
.summary-tab .nav-link img {
  height: 25px;
}
/*market-summary end*/
.moretext {
  display: none;
  text-align: left;
  margin-top: 10px;
}
.moreless-button {
  font-weight: bold;
  color: #db0007;
  transition: all ease-in .3s;
  cursor: pointer;
}
.moreless-button:hover {
  color: #000000;
}
#more {
  display: none;
}
.fw-bold {
  font-weight: 900 !important;
}
.phase {
  cursor: auto;
  background-size: cover !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 20px;
}
.phase-cir {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffbc0d;
  border-radius: 180px;
  font-size: 1.2rem;
  line-height: normal;
  text-align: center;
}
.first-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 200px;
}
.first-logo img {
  max-width: 100%;
}
.program-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.dropdown-bx {
  display: flex;
  width: auto;
  align-content: center;
  align-items: center;
  gap: 10px;
  text-align: right;
}
.dropdown-bx select {
  width: 180px;
  font-size: 1rem;
  border-radius: 10px;
  font-weight: normal;
  border: 0;
  padding: 0.525rem 0.75rem;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.dropdown-bx label {
  min-width: 80px;
}
.program-logo img {
  max-width: 80%;
}
.icon-shape {
  padding: 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
table {
  counter-reset: rowNumber;
}
table tr td.cntr::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber);
}
.nav-pills#modifier-tab .nav-link, .nav-pills .show > .nav-link {
  background-color: #ffbc0d;
  color: #000000;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 7px;
}
.nav-pills#modifier-tab .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #db0007;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 1.2rem;
}
#modifier-tab {
  margin-left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 40px !important;
}
#modifier-tab li {
  padding-left: 0;
}
.filter-bx {
  width: 200px;
  margin: auto;
  margin-bottom: 20px;
}
.filter-bx .nice-select .current {
  display: flex;
  justify-content: center;
}
.filter-bx .nice-select.form-control.open .list {
  margin-left: 0;
}
.filter-bx .nice-select .option {
  text-align: center;
}
.green-color {
  color: green !important;
}
.red-color {
  color: #db0007 !important;
}
.yellow-bg-color .navbar-light .navbar-nav {
  margin-left: 0;
}
.yellow-bg-color ul li {
  padding-left: 8px;
  padding-right: 8px;
}
.yellow-bg-color .navbar-light .navbar-nav .nav-link {
  color: #000;
  transition: all ease-in .3s;
  font-weight: bold;
}
.yellow-bg-color .navbar-light .navbar-nav .nav-link:hover {
  color: #db0007;
}
.yellow-bg-color .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: center;
}
.chart-bx {
  width: 300px;
  max-width: 100%;
  margin: auto;
}
.chart-perc {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  margin-top: -100px;
  line-height: 1.2;
}
.chart-bx p {
  font-size: 18px;
  color: #000000;
}
.chart-perc span {
  font-size: 2rem;
}
.elements-table {
  font-size: 1.2rem;
}
.elements-table td {
  padding: 5px;
}
.elements-table th {
  padding: 5px;
}
.msg-text {
  font-style: italic;
}
.c-head {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  background-color: #ffbc0d;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-btn {
  color: #000000;
  transition: all ease-in .3s;
}
.head-btn:hover {
  color: #db0007;
}
.scr-box {
  width: 100%;
  height: 300px;
  float: left;
  overflow: auto;
}
.yel-btn {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  gap: 10px;
  align-items: center;
}
.btn-warning {
  color: #000;
  background-color: #ffbc0d;
  border-color: #ffbc0d;
  transition: all ease-in .3s;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: #db0007;
  background-color: #ffbc0d;
  border-color: #ffbc0d;
  box-shadow: none;
}
.card-header:first-child {
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.yellow-header th {
  background-color: #ffbc0d;
  color: #000000 !important;
  padding: 10px;
  font-size: 15px;
}
.yellow-header td {
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
}
.yellow-header td:first-child {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}
.base-btn {
  color: #000;
  cursor: pointer !important;
  transition: all ease-in .3s;
}
.base-btn:hover {
  color: #db0007;
}
/*Winner page 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: 100%;
  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: 3rem;
  text-transform: capitalize;
  color: #000000;
  line-height: 1.2;
  background-color: #ffbc0d;
  padding: 10px 20px;
  font-weight: 900;
}
.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: auto;
  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: 6s;
  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: 60px;
  height: 84px;
  animation-delay: 0s;
  animation-duration: 9s;
  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: 22px;
  height: 49px;
  animation-delay: 3s;
  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: 5s;
  background: url(../images/awards/c3.png);
}
.home-section .circles li:nth-child(11) {
  left: 5%;
  width: 31px;
  height: 20px;
  animation-delay: 3s;
  animation-duration: 6s;
  background: url(../images/awards/c2.png);
}
.home-section .circles li:nth-child(12) {
  left: 15%;
  width: 78px;
  height: 20px;
  animation-delay: 0s;
  animation-duration: 6s;
  background: url(../images/awards/c1.png);
}
@keyframes animate {
  0% {
    transform: translateY(-1000px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(720deg);
    opacity: .5;
  }
}
.country-bx {
  width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cntr-dv {
  width: 200px;
  margin-top: 5rem;
}
.cntr-dv h1 {
  color: #ffbc0d;
  font-size: 5rem;
  font-weight: bold;
}
.cntr-dv h1 sup {
  font-size: 2.5rem;
}
.cntr-dv h4 {
  font-weight: 900;
  text-align: center;
  font-size: 1.5rem;
}
.img-dvv {
  width: 100%;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
  margin: 10px 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.19);
}
.img-dvv img {
  height: 100%;
}
.center-dv {
  width: 220px;
  margin-top: 0;
}
.center-dv h1 {
  font-size: 6rem;
}
.center-dv h1 sup {
  font-size: 3.5rem;
}
.center-dv h4 {
  font-size: 2rem;
}
.center-dv .img-dvv {
  height: 165px;
}
.long-img {
  width: 400px;
  position: absolute;
  right: 0;
  animation: caranimate 10s linear Infinite;
}
@keyframes caranimate {
  from {
    right: -400px;
  }
  to {
    right: calc(100% + 400px);
  }
}
.yel-road {
  background-image: url("../../assets/images/road.svg");
  background-size: 100%;
  background-position: bottom center;
  height: 200px;
  float: left;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.carousel-control-next, .carousel-control-prev {
  background-color: #ffbc0d;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50px;
  opacity: 1;
  transition: all ease-in .3s;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  background-color: #db0007;
}
.carousel-control-next span, .carousel-control-prev span {
  filter: brightness(0);
  height: 25px;
  width: 25px;
}
.carousel-control-next:hover span, .carousel-control-prev:hover span {
  filter: brightness(1);
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-prev {
  left: 20px;
}
canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/*Winner page End*/
/*UPDATED 10/04/23*/
.idlChampLink {
  flex-direction: column;
  line-height: 16px;
}
.sec::after {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  font-size: .75rem;
  color: #6c757d;
  content: "sec";
}
.idlChampBannerText {
  background-color: #ffbc0d;
  height: auto;
  text-align: center;
  font-weight: normal;
  color: #000000;
  padding: 20px;
  font-size: 1rem;
  width: auto;
}
.bu-table td {
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
}
.bu-table th {
  text-align: center;
  font-size: 2rem;
  color: #ffbc0d;
  padding: 5px;
}
.bu-table tr td:first-child {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffbc0d;
  font-style: italic;
  color: #000;
}
.bu-table tr:last-child td {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffbc0d;
  color: #000;
}
.bu-table td:nth-child(2) {
  background-color: #fdf2d3;
  font-size: 1rem
}
.bu-table td:nth-child(3) {
  background-color: #fbe4a7;
  font-size: 1.2rem
}
.bu-table td:nth-child(4) {
  background-color: #f9d87e;
  font-size: 1.3rem
}
.bu-table tr:last-child td {
  background-color: #ffffff;
}
.center-al-box {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
.yellow-bg-box {
  background-color: #fdf2d3;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
}
.winners-table {
  text-align: center;
}
.winners-table th {
  background-color: #ffbc0d;
  padding: 5px 3px;
  font-size: 1.1rem;
}
.c-div {
  font-size: 1.5rem !important;
  color: #db0007;
}
.winners-table td {
  padding: 3px;
  line-height: normal;
}
.winners-table .mea-bg {
  background-color: #c2d6ec;
}
.winners-table .asia-bg {
  background-color: #fbe6a3;
}
.winners-table .eurpoe-bg {
  background-color: #f7cecd;
}
.winners-table .latam-bg {
  background-color: #cbdeb8;
}
.winners-table .japan-bg {
  background-color: #f1ccb1;
}
.brd-box {
  border: solid 2px #000000;
}
.left-bx-bdr {
  border: 1px solid #000000;
  border-right: 0
}
.cent-bx-bdr {
  border: 1px solid #000000;
  border-left: 0;
  border-right: 0;
}
.right-bx-bdr {
  border: 1px solid #000000;
  border-left: 0;
}
.mea-bg {
  background-color: #c2d6ec !important;
  font-size: 14px !important;
}
.asia-bg {
  background-color: #fbe6a3 !important;
  font-size: 14px !important;
}
.europe-bg {
  background-color: #f7cecd !important;
  font-size: 14px !important;
}
.latam-bg {
  background-color: #cbdfb8 !important;
  font-size: 14px !important;
}
.japan-bg {
  background-color: #f1ccb1 !important;
  font-size: 14px !important;
}
.gudelines-bx .table.clus-table td {
  padding: 2px 20px;
  text-align: center;
}
.gudelines-bx .table.clus-table th {
  text-align: center;
}
/*UPDATED 10/04/23 END*/
/*---NEW CSS IDL 2025 START---*/
.mcSection {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .mcSection h1 {
        font-size: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .mcSection h1, .mcSection p {
        text-align: center;
    }

.mcBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.mcBtn {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: #F1F1F1;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
    width: 170px;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
}

    .mcBtn:last-child {
        margin-right: 0px;
    }

    .mcBtn:first-child {
        margin-left: 0px;
    }

    .mcBtn img {
        width: auto;
        height: 60px;
        margin-bottom: 15px;
    }

.mcBtnTexts {
    font-weight: 700;
    font-size: 16px;
    line-height: 1rem;
}

.mcIdentityBox {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
    margin-bottom: 20px;
}

    .mcIdentityBox img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

.mcOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 1;
    border-radius: 15px;
}

.mcTextOverlay {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 1.6rem;
    text-align: center;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
}

.smwSection {
    background-image: url(../images/new_images_2025/secBanner_2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 200px;
}

    .smwSection h1 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 900;
        text-transform: uppercase;
    }

.lvlContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.lvlbox {
    border: 3px solid #ffbc0d;
    border-radius: 15px;
    padding: 10px 50px;
    font-weight: 900;
    font-size: 1.3rem;
}

.lvlTexts {
    text-align: center;
    font-size: 1.2rem;
}

.lvlCardBox {
    background-color: #FFFFFF;
    width: 100%;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.bulwSection {
    margin-top: 100px;
    margin-bottom: 100px;
}

.highlightBU {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

.bulwYTD {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
}

.lbSection {
    padding-bottom: 100px;
}

img.lbBanner {
    width: 100%;
    height: auto;
}

.lbTrack {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

    .lbTrack img {
        width: 60px;
        height: auto;
    }

.lbTrackTitle {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 15px;
    text-transform: uppercase;
}

.customList {
    list-style-type: none;
    padding-left: 0;
}

    .customList li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        min-height: 24px;
        line-height: 24px;
    }

        .customList li::before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 25%;
            transform: translateY(-40%);
            width: 20px;
            height: 20px;
            background-image: url(../images/new_images_2025/customMarker.svg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

.article li::marker {
    content: "";
    display: none;
}

.navLbTabs {
    border: 0;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
}

    .navLbTabs .nav-item:first-child {
        padding-left: 0;
    }

    .navLbTabs .nav-link {
        height: 50px;
        font-weight: 700;
        font-size: 1.2rem;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border: 2px solid #ffbc0d !important;
        color: #000000 !important;
    }

        .navLbTabs .nav-link.active {
            background-color: #DB0007;
            border: 2px solid #DB0007 !important;
            color: #FFFFFF !important;
        }

        .navLbTabs .nav-link:hover, .navLbTabs .nav-link:focus, .navLbTabs .nav-link:active {
            background-color: #DB0007;
            border: 2px solid #DB0007 !important;
            color: #FFFFFF !important;
        }

.lbListBox {
    width: 100%;
}

.lbTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

    .lbTable th {
        font-size: 16px;
        color: #000000;
        vertical-align: middle;
        text-align: center;
        padding: 10px 20px;
        font-weight: 500;
    }

    .lbTable tbody tr {
        background-color: #FFFFFF;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
        border-radius: 20px;
    }

    .lbTable td {
        font-size: 18px;
        color: #000000;
        vertical-align: middle;
        text-align: center;
        padding: 10px 20px;
        font-weight: 700;
    }

    .lbTable tr td:first-child {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding-bottom: 0px;
    }

    .lbTable tr td:last-child {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.lbRankBox {
    position: relative;
}

    .lbRankBox img {
        position: relative;
        display: block;
        margin: 0 auto;
    }

.lbRankNum {
    position: absolute;
    top: 32%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffbc0d;
    font-size: 18px;
}

.lbGreen {
    color: #68813C !important;
}

.lbRed {
    color: #FFBC0D !important;
}

.lbModalHead {
    background-color: #db0007;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .lbModalHead h6, .lbModalHead .x-close {
        color: #ffffff !important;
    }

.lbModalCard {
    width: 100%;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .16);
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 30px 15px 15px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    height: 130px;
    margin-bottom: 20px;
    position: relative;
}

.lbModalTxt {
    font-weight: 700;
    color: #000000;
    font-size: 1.2rem;
}

.lbModalTitle {
    color: #999999;
    font-size: .8rem;
}

.finalScore {
    font-weight: 900;
    text-align: center;
    margin-top: 30px;
}

.finalScoreTxt {
    font-weight: 700;
    color: #000000;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}

    .finalScoreTxt i {
        color: #DB0007;
    }

.lbModalCard span {
    position: absolute;
    top: 0;
    right: 0;
    color: #DB0007;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 1;
}
.gcs-box {
    margin-bottom: 30px;
    min-height: 205px;
}

.text-right {
    text-align: right;
}
.head-txt-sty {
    font-size: 16px;
}

    .head-txt-sty + h4 {
        font-size: 14px;
    }

.gcs-box-new h4 {
    font-size: 14px;
}

.gcs-box-new .col-12 h5 {
    font-size: 15px;
}

.faq-banner {
    background-color: #ffbc0d;
    height: 250px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .faq-banner h1 {
        font-size: 3rem;
        font-weight: bold;
        margin: 0;
    }

@media (max-width: 767px) {
    .faq-banner {
        height: 150px;
        margin-bottom: 20px;
    }

        .faq-banner h1 {
            font-size: 2rem;
        }
}
