﻿/*NavMenu*/ /*NavMenu*/
/*#2c5fd0*/
/*Component1*/
/*Components*/
/*NavMenu*/
.navbar-brand {
  font-size: 1rem !important;
}

.navbar-dark .navbar-brand {
  color: #55c6fb !important;
}

.my-component {
  background-color: #EE4799 ;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: Montserrat;
}

/* =========================================== */
.text-primary {
  color: #EE4799  !important;
}

h4 {
  font-family: Montserrat;
}

.btn-primary {
  background-color: #EE4799  !important;
  border-color: #EE4799  !important;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #EE4799  !important;
  border-color: #EE4799  !important;
  box-shadow: 0 0 0 0.25rem rgb(76, 114, 151) !important;
}

.img-bx {
  position: relative;
  display: block;
}

.img-bx img {
  width: 100%;
}

.img-bx.vr-img img {
  width: auto;
  height: 100%;
}

input {
  outline: 0 !important;
}

.close-btn {
  position: absolute;
  right: 20px;
}

.color-pointer {
  fill: #EE4799 ;
  stroke: #EE4799 ;
  stroke-miterlimit: 10;
}

.fill-primary {
  fill: #EE4799 ;
}

.cls-1 {
  isolation: isolate;
}

.cls-2 {
  fill: #EE4799 ;
}

.cls-4, .cls-5, .cls-6 {
  fill: none;
  stroke: #EE4799 ;
  stroke-miterlimit: 10;
}

.cls-4 {
  stroke-width: 3.43px;
}

.cls-5, .cls-6 {
  stroke-linecap: round;
  stroke-width: 1.71px;
}

.cls-5 {
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.w-90 {
  width: 90% !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.8rem !important;
}

.fs-10 {
  font-size: 0.75rem !important;
}

.content-w {
  width: clamp(275px, 95%, 475px);
}

.footer-w {
  width: clamp(275px, 95%, 497px);
}

.bg-primary {
  background-color: #EE4799  !important;
}

.btn-rounded {
  border-radius: 1.5rem;
}

.icon-m {
  height: 70px;
  width: 70px;
}

/* =========================================== */
/* =========================================== */
.notification-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.85rem;
  background-color: #EE4799 ;
  color: #ffffff;
}

/* ========================== */
.banner {
  position: relative;
  max-height: 300px !important;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #fff;
}
.banner .banner-img-container {
  max-height: 300px;
  width: 66%;
}
.banner .banner-img-container img {
  object-fit: cover;
}
.banner .img-bx {
  position: absolute;
  left: 12%;
}

.logo {
  max-width: 23vw;
}

@media (max-width: 668px) {
  .logo {
    max-width: 35vw;
  }
}
@media (min-width: 669px) and (max-width: 1800px) {
  .logo {
    max-width: 28vw;
  }
}
input::placeholder {
  color: #EE4799  !important;
  font-weight: 500;
}

textarea::placeholder {
  color: #EE4799 ;
  font-size: 1.25rem;
  font-weight: 500;
}

footer {
  background-color: #EE4799 ;
}

footer a {
  color: #ffffff;
}

.line-h-1 {
  line-height: 1rem;
}

.sub-heading {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .sub-heading {
    font-size: 15px;
    line-height: 19px;
  }
}
.validation-message {
  color: red;
  width: 100%;
  margin: 0.2rem 0;
  font-family: auto;
}

/*Word-break*/
.break-txt {
  word-break: break-word !important;
  hyphens: auto !important;
  width: 100% !important;
}

/*upload Button*/
.container-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

input[type=file] {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 8px;
  font-size: 17px;
  color: #b8b8b8;
}

.button-wrap {
  position: relative;
}

.button {
  display: inline-block;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #8ebf42;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

/*input[type=checkbox] {
    position: relative;
    cursor: pointer;


    &:before {
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        top: 10%;
        left: 0;
        border: 2px solid $checkboxBorderColor;
        border-radius: 0;
        background-color: white;
    }

    &:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 4px;
        left: 6px;
    }
}*/
.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrapper.checkbox-border-2 .checkmark {
  border: 2px solid #6c6c6c;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-wrapper .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #6c6c6c;
}
.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: transparent;
}
.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wrapper .checkmark:after {
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 11px;
  border: solid #6c6c6c;
  border-width: 0 2px 2px 0;
}

.image-content {
  max-width: 280px;
}

.btn-download {
  background: #fff;
  padding: 0.5rem 2rem;
  width: fit-content !important;
  font-weight: 500;
  font-size: 20px !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 6px;
}

@media screen and (max-width: 578px) {
  .message-container .message-heading {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px;
    text-align: center;
  }
  .social-icons {
    font-size: 22px !important;
  }
  .sec-heading-wrapper .sub-heading {
    font-size: 18px !important;
    max-width: 355px !important;
    line-height: 1.2 !important;
  }
  .img-container {
    max-width: 200px !important;
  }
  footer p {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .svg-container {
    max-width: 300px !important;
  }
  .btn-primary * {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}
body {
  color: #000;
  background: #f4f4f4;
}

.input-group {
  max-width: 600px;
  margin: 2rem auto;
}

.input-group label {
  font-size: 18px;
}

.input-group input {
  background: #fff !important;
  padding: 1rem !important;
  font-weight: 500;
  color: #EE4799 ;
}

.accescode-wrapper {
  padding-top: 0.5rem !important;
  margin-bottom: 3rem !important;
}

@media screen and (min-width: 579px) {
  .sec-heading-wrapper .heading {
    font-size: 30px;
    max-width: 683px;
  }
  .sec-heading-wrapper .sub-heading {
    margin: auto;
    font-size: 22px;
  }
  .thankyou-page.sec-heading-wrapper .sub-heading {
    max-width: 775px;
    margin: auto;
  }
  .nominate-box {
    max-width: 650px;
    border-radius: 2rem;
  }
  .nominate-box h4 {
    font-weight: bold;
  }
  .nominate-box .nominate-btn {
    padding: 0.5rem 3rem !important;
  }
  .message-container .message-heading {
    text-align: left;
  }
  .sub-heading-content {
    max-width: 640px;
    margin: auto;
  }
  .ms-n2 {
    margin-left: -2.5rem;
  }
  .me-n2 {
    margin-right: -2.5rem;
  }
  .receiver-container {
    max-width: 750px;
  }
  .receiver-container .code-input-wrapper {
    text-align: right;
  }
  .sender-container {
    max-width: 500px;
  }
}
.stroke-primary {
  stroke: #EE4799 ;
}

.img-container {
  max-width: 350px;
  margin: auto;
}

.img-container .image-content {
  width: 100%;
}

.svg-container {
  max-width: 430px;
}

.content-h {
  width: clamp(410px, 100%, 340px);
}

.shadow-h {
  box-shadow: rgba(184, 184, 184, 0.7) 0px -46px 36px -52px, rgba(184, 184, 184, 0.7) 0px 46px 36px -52px;
}

.video-container {
  background-color: #cecece;
  border: 2px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.videoElement {
  display: block;
}

.video {
  position: relative;
}

.play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  color: #EE4799 ;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  height: 50px;
  width: 90px;
  opacity: 0;
  transition: all 0.2s linear;
}

.video-container .play-pause.not-started,
.video-container:hover .play-pause {
  opacity: 1;
}

.play-pause .play {
  border: 1rem solid #EE4799 ;
  border-left: 1.8rem solid #EE4799 ;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(12px);
}

.play-pause .pause {
  display: flex;
  justify-content: space-between;
  width: 1.6rem;
  height: 1.8rem;
}

.play-pause .pause > div {
  height: 100%;
  width: 0.6rem;
  background-color: #EE4799 ;
}

.video-track-bar {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-top: 2px solid #cecece;
}

.video-track-bar .video-timer {
  font-size: 0.75rem;
  white-space: nowrap;
  width: 20ch;
}

.video-track-bar .video-seek-area {
  cursor: pointer;
}

.video-track-bar .video-seek-bar,
.video-track-bar .video-seek-area {
  width: 100%;
  height: 5px;
  background-color: #ececec;
  border-radius: 5px;
  margin-right: 10px;
}

.video-track-bar .video-seek-bar {
  position: relative;
  width: 0%;
  background-color: #EE4799 ;
  margin-right: 10px;
}

.video-track-bar .video-seek-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #EE4799 ;
  height: 18px;
  width: 9px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s linear;
}

.video-track-bar .video-seek-area:hover .video-seek-bar::before {
  opacity: 1;
}

.custom-textarea {
  height: 100%;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 5px #cfcfcf;
  border: none;
  resize: none;
  outline: none;
  background: #fff;
  color: #EE4799 ;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  padding: 1.5rem 2rem;
  max-width: 500px;
}

.custom-h-50 {
  height: 125px;
}

.custom-textarea-message {
  border-radius: 4rem;
  max-width: 500px;
}

.invert-transform {
  transform: scaleX(-1);
}

.custom-h {
  height: 200px;
}

.postition {
  top: calc(100% - 7.3px);
}

@media screen and (max-width: 578px) {
  .custom-textarea {
    font-size: 18px !important;
  }
}
.min-h-100 {
  min-height: 100px;
}
