@font-face {
  font-family: "Primary-Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Semibold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* used for the primary Bold fonts */
/* used for the primary Medium fonts */
/* used for the primary Regular fonts */
/* used for the primary color texts Ex: bordered active tabs  */
/* used for the secondary color texts*/
/* used for the black texts */
/* used for the white color */
/* used for the anchor tags */
/* used for the from label texts and breadcrumb active color */
/* used for the table head text colors */
/* used for the table body text colors */
/* used for the mandatory text colors and validation texts */
/* used for the primary background color  Ex: primary btns  */
/* used for the secondary background color  Ex: secondary btns  */
/* used for the form border color Ex: text box border  */
/* used for the primary border btns color Ex: loadmore border btn  */
/* used for the secondary border btns color Ex: advanced filter border btn  */
/*used for table outer border */
.popup-emoji {
  width: 50px;
  height: 50px;
}

.neutral-emoji {
  width: 55px;
}

.custom-list-group-item {
  border: 1px solid #E4E4E4;
  border-top-width: 1px !important;
  border-radius: 5px;
}

.x-cross-btn {
  background: #FFD7D7;
  width: 20px;
  height: 25px;
  border-radius: 25px;
}

.x-cross-btn img {
  width: 12px;
  height: 12px;
}

.x-cross-btn:hover {
  background: #eba2a2;
}

.custom-list-group {
  overflow-y: auto;
  height: 200px;
}

.custom-list-group::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: none;
}

.custom-list-group::-webkit-scrollbar-thumb {
  background: #e6e4e4;
  border-radius: 10px;
}

.custom-list-group::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .custom-list-label {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
  .upload-btn {
    padding: 8px;
  }
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn {
  background: #E2E2E2;
  color: #474343;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 24px;
  position: relative;
  z-index: 1;
  height: 40px;
}

.file-input-field {
  position: absolute;
  top: 0px;
}

.checkbox-col {
  width: 20px;
}

.popup-data {
  color: #404040;
}

.cust-date::-webkit-calendar-picker-indicator,
.cust-time::-webkit-calendar-picker-indicator {
  background-image: url(../images/date-icon.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
}

.cust-time::-webkit-calendar-picker-indicator {
  background-image: url(../images/time-icon.svg);
}

.toast-header-color {
  color: #27303a !important;
}

.custom-toast-success {
  background-color: #F6FFF9 !important;
  border: 1px solid #48C1B5;
  border-radius: 12px;
}

.custom-toast-failure {
  background-color: #FFF5F3 !important;
  border: 1px solid #F4B0A1;
  border-radius: 12px;
}

.popup-brd-radius {
  border-radius: 8px;
}

.overlay {
  position: fixed;
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 1050;
}

.overlay.overlay-front {
  z-index: 9999;
}

.loading-text {
  margin-left: -8px;
}

.Loader {
  width: 50px;
  height: 50px;
}

.loader-color {
  color: #ffffff;
  background-color: #6C70C9;
}

.loader-inner-circle {
  background-color: #000000;
  display: inline-block;
  z-index: 1061;
  height: 42px;
  position: absolute;
  width: 42px;
  border-radius: 42px;
}

.emoji-active {
  width: 64px;
  height: 64px;
  border-radius: 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.emoji-active.selected {
  background-color: #d4fbd4;
  border: 1px solid #11C158;
  justify-content: center;
}

.cus-btn-close {
  position: absolute;
  top: -21px;
  right: 0px;
  background-image: url(../images/white-close-btn.png);
  opacity: 1;
}/*# sourceMappingURL=popup.css.map */