/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_common.scss */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/_common.scss */
body {
  width: 100%;
  height: auto;
  float: left;
  color: #787878;
  line-height: 110%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  background: #F3F9FF;
  font-size: .9rem;
}
/* line 20, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 24, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 29, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ----- Headings and P Styling ------ */
/* line 38, ../sass/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -2.5%;
}

/* line 65, ../sass/_common.scss */
b,
strong {
  font-weight: 700;
}

/* line 70, ../sass/_common.scss */
figcaption {
  line-height: 1.5;
}

/* line 72, ../sass/_common.scss */
p {
  margin: 5px 0px 1rem 0;
  padding: 0 0 0 0;
  text-align: justify;
  color: #787878;
  line-height: 1.5;
  font-size: .9rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

/* line 83, ../sass/_common.scss */
span {
  line-height: 1.5;
}

/* line 85, ../sass/_common.scss */
p::selection,
a::selection,
li::selection,
figure::selection,
figcaption::selection,
span::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background: #6caec8;
  color: #fff;
}

/* line 101, ../sass/_common.scss */
p::-moz-selection,
a::-moz-selection,
li::-moz-selection,
figure::-moz-selection,
figcaption::-moz-selection,
span::-moz-selection h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
  background: #6caec8;
  color: #fff;
}

/* line 116, ../sass/_common.scss */
a {
  outline: none;
  text-decoration: none !important;
}

/* line 121, ../sass/_common.scss */
img {
  width: 100%;
}

/* line 125, ../sass/_common.scss */
ul,
ol,
li {
  color: #787878;
  line-height: 1.2;
  font-size: .9rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

/* ==================================================== */
/*  Common Styles                         */
/* ==================================================== */
/* line 139, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 146, ../sass/_common.scss */
.nicescroll-cursors {
  margin-right: -15px !important;
}

/* line 150, ../sass/_common.scss */
.zeroMarginPadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 155, ../sass/_common.scss */
.showMobile,
.showTab {
  display: none;
}

/* line 160, ../sass/_common.scss */
.hideMobile,
.hideTab {
  display: block;
}

/* line 165, ../sass/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 169, ../sass/_common.scss */
.text-left {
  text-align: left !important;
}

/* line 173, ../sass/_common.scss */
.row-fluid {
  width: 100%;
  display: inline-block;
}

/* line 178, ../sass/_common.scss */
.container-full {
  width: 96%;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 182, ../sass/_common.scss */
.custom-container {
  width: 94%;
  position: relative;
  margin: auto;
  display: block;
}

/* line 187, ../sass/_common.scss */
.showInResponsive {
  display: none;
}

/* line 191, ../sass/_common.scss */
.visible-In768 {
  display: none;
}

/* line 196, ../sass/_common.scss */
.mobileSearchContactArea {
  display: none;
}

/* Prelaoder============================== */
/* line 202, ../sass/_common.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 210, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--yellow-color);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 220, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 246, ../sass/_common.scss */
.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow-up.svg) center no-repeat #0080BA;
  background-size: 60%;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #ffffff;
  border-radius: 100%;
}
/* line 263, ../sass/_common.scss */
.scrollup:hover {
  background: url(../images/arrow-up.svg) center no-repeat #2c2c2c;
  background-size: 60%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 267, ../sass/_common.scss */
.scrollup:hover::before {
  background: #3cc08e;
}

/* line 276, ../sass/_common.scss */
.mobile-hamburger {
  display: none;
}

/* line 277, ../sass/_common.scss */
.hamburger_icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 284, ../sass/_common.scss */
.hamburger_icon .icon {
  position: relative;
  width: 28px;
  height: 3px;
  top: 0;
  left: 5px;
  background: #000;
  transition: .4s;
}
/* line 292, ../sass/_common.scss */
.hamburger_icon .icon:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  top: -8px;
  background: #000;
  transition: .6s;
}
/* line 301, ../sass/_common.scss */
.hamburger_icon .icon:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  top: 8px;
  background: #000;
  transition: .6s;
}
/* line 312, ../sass/_common.scss */
.hamburger_icon.active .icon {
  background: none;
  left: 5px;
  top: -8px;
}
/* line 316, ../sass/_common.scss */
.hamburger_icon.active .icon:before {
  top: 5px;
  transform: rotate(45deg);
  background: #0080BA;
}
/* line 321, ../sass/_common.scss */
.hamburger_icon.active .icon:after {
  top: 5px;
  transform: rotate(-225deg);
  background: #0080BA;
}

/* line 351, ../sass/_common.scss */
.common-sec-intro .title, .common-sec-intro .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .common-sec-intro .sub-title {
  font-size: 2.3rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 14px auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 361, ../sass/_common.scss */
.common-sec-intro .sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
}
/* line 371, ../sass/_common.scss */
.common-sec-intro .sub-para {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 380, ../sass/_common.scss */
.common-sec-intro .description {
  font-size: .8rem;
  font-weight: 400;
  width: 100%;
  max-width: 950px;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 391, ../sass/_common.scss */
.common-sec-intro .overline {
  text-align: left;
  color: #0080BA;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  display: flex;
  font-size: .96rem;
  font-weight: 500;
}
/* line 402, ../sass/_common.scss */
.common-sec-intro .overline.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 407, ../sass/_common.scss */
.common-sec-intro .overline.center {
  text-align: center !important;
}
/* line 412, ../sass/_common.scss */
.common-sec-intro.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 417, ../sass/_common.scss */
.common-sec-intro.center {
  text-align: center !important;
}
/* line 421, ../sass/_common.scss */
.common-sec-intro.white {
  color: #ffffff;
}
/* line 425, ../sass/_common.scss */
.common-sec-intro.black {
  color: #000;
}
/* line 429, ../sass/_common.scss */
.common-sec-intro.dark {
  color: #2c2c2c;
}

/* line 434, ../sass/_common.scss */
.page-title {
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 14px auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 442, ../sass/_common.scss */
.page-title.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 447, ../sass/_common.scss */
.page-title.center {
  text-align: center !important;
}

/* line 452, ../sass/_common.scss */
.sub-title {
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 0;
  color: #2c2c2c;
  margin-bottom: .5rem;
}

/* line 464, ../sass/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 468, ../sass/_common.scss */
.no-mb {
  margin-bottom: 0 !important;
}

/* line 472, ../sass/_common.scss */
.hideIn768 {
  display: inline-block;
}

/* line 476, ../sass/_common.scss */
.showIn768 {
  display: none;
}

/* line 480, ../sass/_common.scss */
.hideInMobile {
  display: inline-block;
}

/* line 485, ../sass/_common.scss */
.showInMobile {
  display: none;
}

/* line 489, ../sass/_common.scss */
.multi-btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
}

/* line 493, ../sass/_common.scss */
.theme-btn,
a.theme-btn {
  display: flex;
  position: relative;
  color: #ffffff;
  background: #0080BA;
  padding: .8rem 1.3rem .8rem 1.2rem;
  column-gap: 5px;
  font-size: .9rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  border: none;
  transition: all 0.3s;
  text-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: -2.5%;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset !important;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
/* line 517, ../sass/_common.scss */
.theme-btn img,
a.theme-btn img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(111%) contrast(101%);
}
/* line 520, ../sass/_common.scss */
.theme-btn.medium span, .theme-btn.medium .text,
a.theme-btn.medium span,
a.theme-btn.medium .text {
  font-size: 1.1rem !important;
  line-height: 1.3;
}
/* line 521, ../sass/_common.scss */
.theme-btn.medium img,
a.theme-btn.medium img {
  width: 20px;
}
/* line 524, ../sass/_common.scss */
.theme-btn.large,
a.theme-btn.large {
  font-size: 1.2rem !important;
}
/* line 526, ../sass/_common.scss */
.theme-btn.large span, .theme-btn.large .text,
a.theme-btn.large span,
a.theme-btn.large .text {
  font-size: 1.2rem !important;
}
/* line 529, ../sass/_common.scss */
.theme-btn.small,
a.theme-btn.small {
  font-size: .9rem !important;
}
/* line 531, ../sass/_common.scss */
.theme-btn.small span, .theme-btn.small .text,
a.theme-btn.small span,
a.theme-btn.small .text {
  font-size: 0.9rem !important;
  line-height: 1.2;
}
/* line 532, ../sass/_common.scss */
.theme-btn.small img,
a.theme-btn.small img {
  width: 18px;
}
/* line 539, ../sass/_common.scss */
.theme-btn.green,
a.theme-btn.green {
  background: #0080BA;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}
/* line 540, ../sass/_common.scss */
.theme-btn.close,
a.theme-btn.close {
  background: #68A9C7;
}
/* line 540, ../sass/_common.scss */
.theme-btn.close:hover,
a.theme-btn.close:hover {
  background: #618595;
}
/* line 542, ../sass/_common.scss */
.theme-btn:hover,
a.theme-btn:hover {
  color: #fff !important;
}
/* line 547, ../sass/_common.scss */
.theme-btn::before, .theme-btn::after,
a.theme-btn::before,
a.theme-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #20ac5a !important;
  top: 0;
  left: 0;
  z-index: -5;
  transform: scaleX(0);
  transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
}
/* line 561, ../sass/_common.scss */
.theme-btn::before,
a.theme-btn::before {
  left: -30%;
}
/* line 565, ../sass/_common.scss */
.theme-btn::after,
a.theme-btn::after {
  right: -30%;
}
/* line 569, ../sass/_common.scss */
.theme-btn:hover::after,
a.theme-btn:hover::after {
  transform: scale(1);
}

/* line 578, ../sass/_common.scss */
.common-modal .modal-dialog {
  width: 90%;
  max-width: 800px;
}
/* line 582, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2rem 0 0 0;
  border: none;
}
/* line 590, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .icon {
  width: 40px;
  height: auto;
  margin: 1rem auto;
}
/* line 594, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .icon-head {
  width: 60px;
  height: auto;
  margin: 1rem auto;
}
/* line 597, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
/* line 597, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .modal-title.center {
  text-align: center;
}
/* line 598, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  font-size: 3rem;
  font-weight: 200;
  background: transparent;
}
/* line 608, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}

/* line 616, ../sass/_common.scss */
.event-modal .bg-wrap {
  background: #F3F9FF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin: auto;
  max-width: 1000px;
  padding: 2rem;
  border-radius: 20px;
  row-gap: 1rem;
}
/* line 629, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-end;
  column-gap: 5px;
}
/* line 631, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .form-group {
  width: 100%;
}
/* line 631, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .form-group .form-control {
  border-radius: 8px;
}
/* line 632, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .theme-btn {
  display: inline-flex;
  width: auto;
  line-height: 0;
  height: 46px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

/* line 637, ../sass/_common.scss */
.list-counter {
  margin: 1rem;
  padding: 0;
  list-style-type: none;
}
/* line 642, ../sass/_common.scss */
.list-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5rem;
}
/* line 647, ../sass/_common.scss */
.list-counter li span {
  font-weight: 600;
}
/* line 650, ../sass/_common.scss */
.list-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: #000;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 500;
}
/* line 663, ../sass/_common.scss */
.list-counter.colm2 li {
  width: calc(50% - 20px);
}

/* line 669, ../sass/_common.scss */
.list-bullet {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 674, ../sass/_common.scss */
.list-bullet li {
  width: calc(100% - 2rem);
  float: left;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.5rem;
}
/* line 683, ../sass/_common.scss */
.list-bullet li::before {
  content: "";
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #787878;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 698, ../sass/_common.scss */
.footer {
  width: 100%;
  position: relative;
  padding: 2rem 0;
  background: #fff;
}
/* line 703, ../sass/_common.scss */
.footer .content-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 709, ../sass/_common.scss */
.footer .content-wrapper li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: .2rem 1rem;
}
/* line 712, ../sass/_common.scss */
.footer .content-wrapper li:last-child {
  border: none;
}
/* line 714, ../sass/_common.scss */
.footer .content-wrapper p, .footer .content-wrapper a, .footer .content-wrapper span {
  margin: 0;
}
/* line 715, ../sass/_common.scss */
.footer .content-wrapper a {
  color: #0080BA;
}

/* line 719, ../sass/_common.scss */
.flex {
  display: flex;
}

/* line 720, ../sass/_common.scss */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 721, ../sass/_common.scss */
.flex-fill {
  display: flex;
  flex: 1 1;
}

/* line 722, ../sass/_common.scss */
.flex-vertical {
  display: flex;
  flex-direction: column;
}

/* line 723, ../sass/_common.scss */
.flex-vertical-center {
  display: flex;
  align-items: center;
}

/* line 724, ../sass/_common.scss */
.flex-between {
  display: flex;
  justify-content: space-between;
}

/* line 725, ../sass/_common.scss */
.p-sm {
  padding: 0.5em;
}

/* line 726, ../sass/_common.scss */
.pl-sm {
  padding-left: 0.5em;
}

/* line 727, ../sass/_common.scss */
.pr-sm {
  padding-right: 0.5em;
}

/* line 728, ../sass/_common.scss */
.pb-sm {
  padding-bottom: 0.5em;
}

/* line 729, ../sass/_common.scss */
.p-md {
  padding: 1em;
}

/* line 730, ../sass/_common.scss */
.pb-md {
  padding-bottom: 1em;
}

/* line 731, ../sass/_common.scss */
.p-lg {
  padding: 2em;
}

/* line 732, ../sass/_common.scss */
.m-md {
  margin: 1em;
}

/* line 733, ../sass/_common.scss */
.size-md {
  font-size: 0.85em;
}

/* line 734, ../sass/_common.scss */
.size-lg {
  font-size: 1.5em;
}

/* line 735, ../sass/_common.scss */
.size-xl {
  font-size: 2em;
}

/* line 736, ../sass/_common.scss */
.half-width {
  width: 50%;
}

/* line 737, ../sass/_common.scss */
.pointer {
  cursor: pointer;
}

/* line 738, ../sass/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 739, ../sass/_common.scss */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 740, ../sass/_common.scss */
.f-main-color {
  color: #2962ff;
}

/* line 741, ../sass/_common.scss */
.f-secondary-color {
  color: #787878;
}

/* line 742, ../sass/_common.scss */
.b-main-color {
  background: #2962ff;
}

/* line 743, ../sass/_common.scss */
.numbers::-webkit-outer-spin-button,
.numbers::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 745, ../sass/_common.scss */
.bod-3 {
  border-radius: 30px;
}

/* line 746, ../sass/_common.scss */
.hd-row {
  display: block;
  width: 100%;
  color: #0080BA;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/* line 748, ../sass/_common.scss */
.doc-upload-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 1rem;
}

/* line 759, ../sass/_common.scss */
.area-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 1rem;
  width: 100%;
}
/* line 768, ../sass/_common.scss */
.area-wrapper .form-sec {
  width: 100%;
}

/* line 776, ../sass/_common.scss */
.custom-form.input-bg-white .form-control {
  background: #fff;
}
/* line 778, ../sass/_common.scss */
.custom-form .form-group {
  display: flex;
  row-gap: 3px;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
/* line 785, ../sass/_common.scss */
.custom-form .form-group .right-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 794, ../sass/_common.scss */
.custom-form .form-group .right-icon.white-bg {
  background: #fff;
}
/* line 795, ../sass/_common.scss */
.custom-form .form-group .right-icon img {
  width: 22px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(258%) hue-rotate(158deg) brightness(93%) contrast(84%);
}
/* line 798, ../sass/_common.scss */
.custom-form .form-label {
  margin: 0;
  font-size: .84rem;
  text-align: left;
}
/* line 799, ../sass/_common.scss */
.custom-form .form-control {
  min-height: 46px;
  padding: .6rem 1rem;
  border: 1px solid #E0E6EB;
  background: #F3F9FF;
  font-weight: 600;
}
/* line 805, ../sass/_common.scss */
.custom-form .form-control::placeholder {
  color: #787878;
  font-weight: 500;
}
/* line 814, ../sass/_common.scss */
.custom-form .form-select {
  min-height: 46px;
  padding: .6rem 1rem;
  border: 1px solid #E0E6EB;
  font-weight: 600;
}
/* line 819, ../sass/_common.scss */
.custom-form .form-select::placeholder {
  color: #787878;
  font-weight: 500;
}
/* line 825, ../sass/_common.scss */
.custom-form .note {
  display: flex;
  column-gap: 5px;
  font-size: .8rem;
}
/* line 829, ../sass/_common.scss */
.custom-form .note img {
  width: 14px;
  height: auto;
}

/* line 834, ../sass/_common.scss */
.common-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: center;
  row-gap: 1rem;
  justify-content: space-between;
}
/* line 843, ../sass/_common.scss */
.common-form-wrapper.column {
  flex-direction: column !important;
}
/* line 847, ../sass/_common.scss */
.common-form-wrapper .row-half {
  width: calc(50% - 2rem);
}
/* line 851, ../sass/_common.scss */
.common-form-wrapper .row-full {
  width: calc(100% - 2rem);
}
/* line 855, ../sass/_common.scss */
.common-form-wrapper .row-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: flex-start;
  row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
/* line 866, ../sass/_common.scss */
.common-form-wrapper .custom-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: flex-start;
  row-gap: 1rem;
  column-gap: 1rem;
}

/* line 879, ../sass/_common.scss */
input[type=file] {
  margin: auto;
  color: #787878;
  border: 2px dashed #bbb;
  padding: 0 !important;
  font-size: .96rem;
}
/* line 885, ../sass/_common.scss */
input[type=file]::file-selector-button {
  padding: .6em 1.5em;
  border-width: 0;
  border-radius: 4px 0 0 4px;
  background: #83A3B2;
  color: #fff;
  transition: all 0.25s;
  cursor: pointer;
  margin: auto 2.5rem auto auto;
  min-height: 46px;
  font-size: .96rem;
}
/* line 896, ../sass/_common.scss */
input[type=file]::file-selector-button:hover {
  background: #0080BA !important;
}
/* line 900, ../sass/_common.scss */
input[type=file]:hover {
  color: #000;
}
/* line 901, ../sass/_common.scss */
input[type=file]:hover::file-selector-button {
  background: #0080BA !important;
}
/* line 905, ../sass/_common.scss */
input[type=file]:hover::before {
  background: url(../images/file-upload.svg) left 10px center no-repeat #0080BA;
  background-size: contain;
}
/* line 910, ../sass/_common.scss */
input[type=file]:focus {
  color: #0080BA;
}
/* line 912, ../sass/_common.scss */
input[type=file]:focus::after {
  background: url(../images/icon-attached.svg) center center no-repeat;
}
/* line 916, ../sass/_common.scss */
input[type=file]:focus::before {
  background: url(../images/file-upload.svg) left 10px center no-repeat #0080BA;
  background-size: contain;
}
/* line 921, ../sass/_common.scss */
input[type=file]::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1000;
  display: block;
  background: url(../images/icon-attachment.svg) center center no-repeat;
  background-size: 100%;
  left: 140px;
  top: 35px;
}
/* line 933, ../sass/_common.scss */
input[type=file]::before {
  content: " Upload file";
  width: 120px;
  height: 20px;
  position: absolute;
  z-index: 1000;
  display: block;
  background: url(../images/file-upload.svg) left 10px center no-repeat #83A3B2;
  background-size: contain;
  color: #fff;
  left: 5px;
  top: 32px;
  padding-left: 30px;
  text-align: left;
  font-size: .96rem;
}

/* line 951, ../sass/_common.scss */
.click-verify, .event-modal .bg-wrap .verify-wrapper.click-verify {
  transition: all 0.25s;
  z-index: 200;
  cursor: pointer;
}
/* line 953, ../sass/_common.scss */
.click-verify .btn-verified, .event-modal .bg-wrap .verify-wrapper.click-verify .btn-verified {
  display: none;
}
/* line 954, ../sass/_common.scss */
.click-verify .theme-btn, .event-modal .bg-wrap .verify-wrapper.click-verify .theme-btn {
  z-index: 50;
}
/* line 955, ../sass/_common.scss */
.click-verify.active, .event-modal .bg-wrap .verify-wrapper.click-verify.active {
  display: flex;
  transition: all 0.25s;
}
/* line 955, ../sass/_common.scss */
.click-verify.active .btn-verify, .event-modal .bg-wrap .verify-wrapper.click-verify.active .btn-verify {
  display: none;
}
/* line 955, ../sass/_common.scss */
.click-verify.active .btn-verified, .event-modal .bg-wrap .verify-wrapper.click-verify.active .btn-verified {
  display: flex;
}

/* line 958, ../sass/_common.scss */
.full-width {
  width: 100% !important;
}

/* line 13, ../sass/_main.scss */
.header {
  width: 100%;
  position: fixed;
  padding: 10px 0;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 10px -10px;
  height: 88px;
}
/* line 16, ../sass/_main.scss */
.header .custom-container {
  width: 98%;
}
/* line 17, ../sass/_main.scss */
.header.scrolled {
  padding: 5px 0;
  height: 78px;
}
/* line 19, ../sass/_main.scss */
.header.scrolled .wrapper .logo img {
  height: 60px;
  transition: all 0.3s;
}
/* line 20, ../sass/_main.scss */
.header.scrolled .wrapper .welcome-action li.welcome .profile-pic {
  height: 46px;
  width: 46px;
  transition: all 0.3s;
}
/* line 22, ../sass/_main.scss */
.header.active {
  width: -webkit-fill-available;
  transition: all 0.3s;
}
/* line 22, ../sass/_main.scss */
.header.active .wrapper {
  transition: all 0.3s;
}
/* line 23, ../sass/_main.scss */
.header .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  padding-left: 0;
  width: -webkit-fill-available;
}
/* line 26, ../sass/_main.scss */
.header .wrapper .logo {
  width: auto;
  display: flex;
}
/* line 26, ../sass/_main.scss */
.header .wrapper .logo img {
  height: 64px;
  width: auto;
}
/* line 27, ../sass/_main.scss */
.header .wrapper .welcome-action {
  display: flex;
  column-gap: 1rem;
}
/* line 29, ../sass/_main.scss */
.header .wrapper .welcome-action li {
  display: inline-flex;
}
/* line 31, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
/* line 33, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome .profile-pic {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
/* line 6, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
/* line 35, ../sass/_main.scss */
.header .wrapper .welcome-action li.action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1rem;
}
/* line 37, ../sass/_main.scss */
.header .wrapper .welcome-action li.action img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(17%) hue-rotate(330deg) brightness(95%) contrast(89%);
}
/* line 38, ../sass/_main.scss */
.header .wrapper .welcome-action li.action a:hover {
  transition: all 0.3s;
}
/* line 38, ../sass/_main.scss */
.header .wrapper .welcome-action li.action a:hover img {
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(963%) hue-rotate(167deg) brightness(99%) contrast(101%);
}
/* line 40, ../sass/_main.scss */
.header .wrapper .welcome-action li.button {
  align-items: center;
}
/* line 42, ../sass/_main.scss */
.header .wrapper .welcome-action li.button a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  display: flex;
  position: relative;
  color: #ffffff;
  background: #0080BA;
  padding: .8rem 1.4rem;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  border: none;
  transition: all 0.3s;
  height: fit-content;
}
/* line 47, ../sass/_main.scss */
.header .wrapper .welcome-action li.button a:hover {
  background: #000;
  color: #ffffff !important;
}

/* line 57, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome, .side-navbar .nav li.welcome {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  border-bottom: 1px dashed #d7d8e1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
/* line 60, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome .profile-pic, .side-navbar .nav li.welcome .profile-pic {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
/* line 6, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome .profile-pic img, .side-navbar .nav li.welcome .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
/* line 62, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action, .side-navbar .nav li .action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.5rem;
  border-top: 1px dashed #d7d8e1;
  padding-top: 1rem;
  margin-top: 1rem;
  width: 100%;
}
/* line 65, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action img, .side-navbar .nav li .action img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(111%) contrast(101%);
}
/* line 66, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action a:hover, .side-navbar .nav li .action a:hover {
  transition: all 0.3s;
}
/* line 66, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action a:hover img, .side-navbar .nav li .action a:hover img {
  transition: all 0.3s;
}
/* line 69, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome, .sidebar-nav-wrapper .nav li .action, .side-navbar .nav li.welcome, .side-navbar .nav li .action {
  display: none;
}

/* line 71, ../sass/_main.scss */
.sidebar-nav-wrapper.active-nav {
  margin-left: 0;
}

/* line 72, ../sass/_main.scss */
.menu-wrapper-container.active {
  margin-left: 300px;
}

/* line 74, ../sass/_main.scss */
.side-navbar {
  width: 300px;
  height: 100%;
  position: fixed;
  margin-left: -300px;
  transition: 0.5s;
  display: block;
  z-index: 1000;
  left: 0;
  background: #0080BA;
  top: 88px;
  padding: 1.5rem 1rem;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
/* line 78, ../sass/_main.scss */
.side-navbar.scrolled {
  top: 78px;
}
/* line 79, ../sass/_main.scss */
.side-navbar .nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 84, ../sass/_main.scss */
.side-navbar .nav li {
  padding: .5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  background: transparent;
}
/* line 86, ../sass/_main.scss */
.side-navbar .nav li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 87, ../sass/_main.scss */
.side-navbar .nav li:hover {
  transition: all 0.3s;
}
/* line 89, ../sass/_main.scss */
.side-navbar .nav li:hover .text-label {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s;
}
/* line 90, ../sass/_main.scss */
.side-navbar .nav li:hover .icon {
  background: #fff;
  transition: all 0.3s;
}
/* line 90, ../sass/_main.scss */
.side-navbar .nav li:hover .icon img {
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(963%) hue-rotate(167deg) brightness(99%) contrast(101%);
}
/* line 92, ../sass/_main.scss */
.side-navbar .nav li .text-label {
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s;
}
/* line 93, ../sass/_main.scss */
.side-navbar .nav li .icon {
  width: 36px;
  height: 36px;
  background: #106a93;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
/* line 96, ../sass/_main.scss */
.side-navbar .nav li .icon img {
  width: 18px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(106%) contrast(101%);
}

/* line 101, ../sass/_main.scss */
.nav-link:active, .nav-link:focus, .nav-link:hover {
  background-color: #ffffff26;
}

/* line 104, ../sass/_main.scss */
.login-Wrapper {
  position: relative;
  padding: 88px 0 0 0;
}
/* line 106, ../sass/_main.scss */
.login-Wrapper .hamburger-menu {
  display: none;
}
/* line 107, ../sass/_main.scss */
.login-Wrapper .banner-sec {
  width: 100%;
  min-height: 83vh;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: url(../images/bg.png) center/cover no-repeat;
}
/* line 110, ../sass/_main.scss */
.login-Wrapper .banner-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: .65;
  z-index: 10;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.94) 30%, rgba(245, 73, 39, 0) 100%);
}
/* line 115, ../sass/_main.scss */
.login-Wrapper .banner-sec .custom-container {
  width: 90%;
  padding: 4rem;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 50;
  min-height: 75vh;
}
/* line 116, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 110;
  row-gap: 2rem;
  background: transparent;
}
/* line 118, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .left-wrap {
  display: inline-flex;
  max-width: 480px;
}
/* line 119, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
}
/* line 121, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap.register {
  max-width: 700px;
}
/* line 123, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap.register .form-sec {
  max-width: 100%;
}
/* line 125, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap.register .form-sec .form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1rem;
}
/* line 126, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap.register .form-sec .hd {
  width: 100%;
}
/* line 127, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap.register .form-sec .form-group.row-half {
  width: calc(50% - 1rem);
}
/* line 131, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 95%;
  row-gap: 1.5rem;
  height: 100%;
}
/* line 133, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title {
  position: relative;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  z-index: 20;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 137, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title {
  font-size: 2.2rem !important;
  color: #ffffff;
}
/* line 140, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-para {
  color: #ffffff;
  z-index: 20;
  position: relative;
  font-size: 1.2rem !important;
  margin: 0;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 145, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec {
  background: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 480px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1.5rem;
  width: 100%;
}
/* line 148, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .hd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* line 150, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .hd span {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #0080BA;
  padding-bottom: .2rem;
  margin-bottom: .5rem;
  font-weight: 700;
}
/* line 152, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec h3 {
  font-size: 1.5rem;
  text-align: center;
}
/* line 153, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec form {
  width: 100%;
}
/* line 154, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-group {
  margin: 0;
  width: 100%;
}
/* line 155, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .btn, .login-Wrapper .banner-sec .banner-wrapper .form-sec .modal-btn-wrapper, .login-Wrapper .banner-sec .banner-wrapper .form-sec .form-btn-wrapper {
  width: 100%;
}
/* line 156, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1rem;
}
/* line 158, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot, .login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
/* line 159, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot {
  justify-content: flex-end;
}
/* line 159, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot a {
  color: #000;
}
/* line 160, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up {
  justify-content: space-between;
  padding-top: .5rem;
  font-size: .8rem;
}
/* line 162, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up a {
  color: #0080BA;
  font-weight: 600;
  font-size: 1.1rem;
}
/* line 164, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .form-label {
  font-size: .8rem;
}
/* line 166, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec h4 {
  font-size: 1.3rem;
  color: #000;
}

/* line 172, ../sass/_main.scss */
.banner-wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 1rem;
  margin-top: 1rem;
  width: 100%;
}
/* line 174, ../sass/_main.scss */
.banner-wrapper .banner {
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  background: #0080BA;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}
/* line 179, ../sass/_main.scss */
.banner-wrapper .banner img {
  width: 38px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(111%) contrast(101%);
}
/* line 180, ../sass/_main.scss */
.banner-wrapper .banner:hover {
  transition: all 0.5s;
  background: linear-gradient(to left, #0080ba, #0090bc, #009daa, #00a687, #20ac5a);
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
/* line 184, ../sass/_main.scss */
.banner-wrapper .banner.bg2 {
  background: linear-gradient(to right, #d73a90, #c249ad, #a35ac5, #7769d6, #2d75df);
}
/* line 186, ../sass/_main.scss */
.banner-wrapper .banner.bg2:hover {
  background: linear-gradient(to left, #d73a90, #c249ad, #a35ac5, #7769d6, #2d75df);
}
/* line 189, ../sass/_main.scss */
.banner-wrapper.in-modal {
  background: transparent;
  padding: 0;
  box-shadow: none;
  width: 100%;
}
/* line 191, ../sass/_main.scss */
.banner-wrapper.in-modal .banner {
  font-size: .96rem;
  border-radius: 8px;
  width: 100%;
  padding: 1rem;
}
/* line 191, ../sass/_main.scss */
.banner-wrapper.in-modal .banner img {
  width: 30px;
}
/* line 191, ../sass/_main.scss */
.banner-wrapper.in-modal .banner span {
  font-size: 1.2rem;
}

/* line 196, ../sass/_main.scss */
.page-main-wrapper {
  position: relative;
  z-index: 90;
  padding-top: 88px;
  transition: all 0.3s;
  background: #F3F9FF;
  min-height: 91vh;
}
/* line 198, ../sass/_main.scss */
.page-main-wrapper .custom-container {
  width: calc(100% - 6rem);
}
/* line 199, ../sass/_main.scss */
.page-main-wrapper.scrolled {
  padding-top: 64px;
}

/* line 202, ../sass/_main.scss */
.mainFlexWrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem 0;
}

/* line 208, ../sass/_main.scss */
.body-container {
  transition: 0.4s;
  padding: 2.5rem 3rem 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  width: -webkit-fill-available;
  position: relative;
}
/* line 211, ../sass/_main.scss */
.body-container .tab-content, .body-container .nav-tabs {
  width: 100%;
}
/* line 212, ../sass/_main.scss */
.body-container .side-float-menu {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
/* line 214, ../sass/_main.scss */
.body-container .side-float-menu img {
  width: 24px;
  height: auto;
}
/* line 216, ../sass/_main.scss */
.body-container.active {
  border-radius: 20px;
}
/* line 216, ../sass/_main.scss */
.body-container.active .side-float-menu {
  border-radius: 20px 0 0 20px;
  left: -80px;
  transition: 0.4s;
}
/* line 217, ../sass/_main.scss */
.body-container .over-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  background: #0080ba0d;
  padding: .2rem 1rem;
  border-radius: 0 30px 30px 0;
}
/* line 222, ../sass/_main.scss */
.body-container .over-data li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .9rem;
  column-gap: 5px;
}
/* line 223, ../sass/_main.scss */
.body-container .over-data li .icon {
  display: flex;
}
/* line 223, ../sass/_main.scss */
.body-container .over-data li .id {
  color: #0080BA;
}
/* line 223, ../sass/_main.scss */
.body-container .over-data li span {
  line-height: 1;
  font-size: .9rem;
  font-weight: 500;
}
/* line 226, ../sass/_main.scss */
.body-container .over-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 227, ../sass/_main.scss */
.body-container .profile-head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: .3rem;
  padding: 1rem 0;
}
/* line 228, ../sass/_main.scss */
.body-container .profile-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/* line 230, ../sass/_main.scss */
.body-container .profile-data .left-wrap, .body-container .profile-data .right-wrap {
  width: calc(50%);
}
/* line 231, ../sass/_main.scss */
.body-container .profile-data .left-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
  row-gap: 1rem;
}
/* line 233, ../sass/_main.scss */
.body-container .profile-data .left-wrap .over-wrap {
  column-gap: 1.5rem;
}
/* line 235, ../sass/_main.scss */
.body-container .profile-data .right-wrap {
  display: flex;
  justify-content: flex-end;
}
/* line 237, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  padding: 0;
  border-radius: 16px;
}
/* line 239, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap, .body-container .profile-data .right-wrap .orgnization-status-wrap .icon-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: .5rem;
  row-gap: .6rem;
}
/* line 242, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .icon-wrap {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(47, 104, 133, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
/* line 246, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .icon-wrap img {
  width: 48px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 248, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .hd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  color: #0080ba;
}
/* line 250, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .hd span {
  font-weight: 400;
  font-size: .9rem;
  color: #787878;
}
/* line 252, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 1rem;
}
/* line 254, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li {
  font-weight: 500;
  font-size: .9rem;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
/* line 257, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li span.label {
  font-weight: 400;
  font-size: .8rem;
  color: #787878;
}
/* line 259, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a {
  padding: .4rem 1rem .4rem 2rem;
  border-radius: 30px;
  position: relative;
  font-size: .9rem;
  display: flex;
}
/* line 261, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span::before, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a::before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 15px;
  border-radius: 30px;
  top: calc(50% - 5px);
}
/* line 262, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.active, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.active {
  background: #d6fed8;
  color: #34b534;
}
/* line 262, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.active::before, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.active::before {
  background: #34b534;
}
/* line 263, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.inactive, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.inactive {
  background: #fed6d6;
  color: #e73232;
}
/* line 263, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.inactive::before, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.inactive::before {
  background: #e73232;
}
/* line 264, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.apply-new, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.apply-new {
  background: #0080BA;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  color: #fff;
  padding: .6rem 1.2rem;
}
/* line 264, ../sass/_main.scss */
.body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip span.apply-new::before, .body-container .profile-data .right-wrap .orgnization-status-wrap .status li.chip a.apply-new::before {
  display: none;
}
/* line 271, ../sass/_main.scss */
.body-container .profile-data .name-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  font-size: 3rem;
}
/* line 273, ../sass/_main.scss */
.body-container .profile-data .name-head span {
  background: linear-gradient(to left, #0080ba, #0090bc, #009daa, #00a687, #20ac5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 275, ../sass/_main.scss */
.body-container .profile-data .content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: .8rem;
}
/* line 277, ../sass/_main.scss */
.body-container .profile-data .content-wrapper h3 {
  font-size: 1.6rem;
  color: #2c2c2c;
}
/* line 279, ../sass/_main.scss */
.body-container .profile-data .contact-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 2rem;
}
/* line 281, ../sass/_main.scss */
.body-container .profile-data .contact-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
}
/* line 283, ../sass/_main.scss */
.body-container .profile-data .contact-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
/* line 283, ../sass/_main.scss */
.body-container .profile-data .contact-list li .icon img {
  width: 18px;
  height: auto;
}
/* line 284, ../sass/_main.scss */
.body-container .profile-data .contact-list li.green .icon {
  background: #ecfdf4;
}
/* line 285, ../sass/_main.scss */
.body-container .profile-data .contact-list li.orange .icon {
  background: #fffaf1;
}
/* line 290, ../sass/_main.scss */
.body-container .profile-description, .body-container .body-content-area-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1rem;
  padding: 2rem;
  background: linear-gradient(to right top, #ffffff, #ebf5ff, #feffff, #f8fafa, #fff);
  border-top: 1px dashed #0080ba;
}
/* line 294, ../sass/_main.scss */
.body-container .profile-description .head, .body-container .body-content-area-wrap .head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
  width: 100%;
}
/* line 296, ../sass/_main.scss */
.body-container .profile-description .head .title, .body-container .profile-description .head .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .body-container .profile-description .head .sub-title, .body-container .body-content-area-wrap .head .title, .body-container .body-content-area-wrap .head .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .body-container .body-content-area-wrap .head .sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2c2c2c;
}
/* line 297, ../sass/_main.scss */
.body-container .profile-description .head .icon, .body-container .body-content-area-wrap .head .icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
/* line 297, ../sass/_main.scss */
.body-container .profile-description .head .icon img, .body-container .body-content-area-wrap .head .icon img {
  width: 18px;
  height: auto;
}
/* line 299, ../sass/_main.scss */
.body-container .profile-description .details, .body-container .body-content-area-wrap .details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  column-gap: 3rem;
}
/* line 301, ../sass/_main.scss */
.body-container .profile-description .details li, .body-container .body-content-area-wrap .details li {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: .3rem;
  row-gap: 1rem;
  width: auto;
}
/* line 303, ../sass/_main.scss */
.body-container .profile-description .details li p, .body-container .profile-description .details li span, .body-container .body-content-area-wrap .details li p, .body-container .body-content-area-wrap .details li span {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
/* line 304, ../sass/_main.scss */
.body-container .profile-description .details li img, .body-container .body-content-area-wrap .details li img {
  width: 18px;
  height: auto;
}
/* line 305, ../sass/_main.scss */
.body-container .profile-description .details li span, .body-container .body-content-area-wrap .details li span {
  color: #787878;
  font-size: .9rem;
  position: relative;
  min-width: 160px;
}
/* line 305, ../sass/_main.scss */
.body-container .profile-description .details li span::after, .body-container .body-content-area-wrap .details li span::after {
  content: ":";
  position: absolute;
  display: inline-block;
  right: 0;
}
/* line 306, ../sass/_main.scss */
.body-container .profile-description .details li p, .body-container .body-content-area-wrap .details li p {
  color: #000;
  font-weight: 500;
}
/* line 312, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
}
/* line 314, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 317, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .chip {
  color: #0080BA;
  background: #EBF5FF;
  border-radius: 30px;
  padding: .4rem 1rem;
  text-align: center;
  line-height: 1.1;
}
/* line 318, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 80%;
}
/* line 320, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 322, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .icon {
  width: 40px;
  height: auto;
  display: flex;
}
/* line 322, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .icon img {
  width: 40px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 323, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 2px;
}
/* line 325, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .item-title {
  font-size: 1.1rem;
  color: #000;
}
/* line 326, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 5px;
}
/* line 328, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap span {
  font-size: .8rem;
}
/* line 328, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
  font-weight: 400;
}
/* line 328, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
  color: #2c2c2c;
  font-weight: 500;
}
/* line 336, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
}
/* line 338, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
  background: #fff;
  padding: 1.5rem;
  border-radius: 1.1rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
/* line 341, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .chip {
  color: #0080BA;
  background: #EBF5FF;
  border-radius: 30px;
  padding: .4rem 1rem;
  text-align: center;
  line-height: 1.1;
}
/* line 342, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
}
/* line 344, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 346, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .icon {
  width: 40px;
  height: auto;
  display: flex;
}
/* line 346, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .icon img {
  width: 40px;
  height: auto;
}
/* line 347, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 15px;
}
/* line 349, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .item-title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
}
/* line 350, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2rem;
  padding: .3rem 0;
  border-radius: 0;
}
/* line 352, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
  column-gap: 5px;
  width: auto;
  min-width: 150px;
}
/* line 353, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap span {
  font-size: .8rem;
}
/* line 354, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
  font-weight: 400;
  color: #0080BA;
  background: linear-gradient(to right top, #ffffff, #ebf5ff, #feffff, #f8fafa, #fff);
  padding: 3px 6px;
}
/* line 355, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
  color: #2c2c2c;
  font-size: .85rem;
  font-weight: 600;
}
/* line 357, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 2rem;
  width: 100%;
}
/* line 359, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item li {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  row-gap: 2px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 364, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item .label {
  font-size: .8rem;
  display: inline-block;
  width: fit-content;
}
/* line 365, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item .value {
  font-weight: 500;
  color: #000;
  display: inline-block;
  width: fit-content;
}
/* line 366, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item .subline {
  color: #787878;
  font-size: .8rem;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  text-transform: capitalize;
}
/* line 369, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item .subline .price {
  font-size: .85rem;
  font-weight: 600;
  color: #3cc08e;
  margin: 0;
}
/* line 370, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item .subline .price span {
  color: #787878;
  font-size: .8rem;
  font-weight: 400;
}
/* line 380, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 382, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap .btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 383, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap a, .body-container .body-content-area-wrap .action-wrap button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
  color: #000;
  font-weight: 500;
  font-size: .96rem;
}
/* line 385, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap a img, .body-container .body-content-area-wrap .action-wrap button img {
  width: 18px;
  height: auto;
}
/* line 389, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip {
  padding: .3rem 1rem;
  border-radius: 30px;
  font-size: .9rem;
}
/* line 391, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.pending {
  color: #FD9002;
  background: rgba(253, 144, 2, 0.1);
  border: 1px solid rgba(253, 144, 2, 0.2);
}
/* line 392, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.approved {
  color: #19C661;
  background: rgba(25, 198, 97, 0.1);
  border: 1px solid rgba(25, 198, 97, 0.2);
}
/* line 393, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.completed {
  color: #82656A;
  background: rgba(130, 101, 106, 0.1);
  border: 1px solid rgba(130, 101, 106, 0.2);
}
/* line 397, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.pending .img-status img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(4483%) hue-rotate(360deg) brightness(103%) contrast(103%);
}
/* line 398, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.approved .img-status img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(461%) hue-rotate(89deg) brightness(89%) contrast(82%);
}
/* line 400, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.completed .img-status img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(5%) saturate(1672%) hue-rotate(300deg) brightness(91%) contrast(89%);
}
/* line 401, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.completed .item-title {
  color: #787878 !important;
  font-weight: 500;
}
/* line 405, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 408, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E6EB;
}
/* line 410, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li:last-child {
  border: none;
}
/* line 411, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
}
/* line 413, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 415, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .icon {
  height: auto;
  display: flex;
  background: rgba(0, 128, 186, 0.1);
  border-radius: 30px;
  padding: 6px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* line 415, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .icon img {
  width: 22px;
  height: auto;
}
/* line 416, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .item-title {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

/* line 425, ../sass/_main.scss */
.payment-area-wrapper {
  width: 100%;
  max-width: 1200px;
}
/* line 427, ../sass/_main.scss */
.payment-area-wrapper .nav-tabs {
  margin: 1rem 0 0 0;
}
/* line 429, ../sass/_main.scss */
.payment-area-wrapper .nav-tabs .nav-link {
  padding: 1rem 1.2rem;
  border: none;
  background: none;
  border-bottom: 2px solid transparent;
  font-weight: 400;
  color: #787878;
}
/* line 430, ../sass/_main.scss */
.payment-area-wrapper .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0080BA;
  color: #000;
  font-weight: 600;
}
/* line 433, ../sass/_main.scss */
.payment-area-wrapper .tab-content {
  margin: 0;
  padding: 2rem;
  background: #fff;
}
/* line 435, ../sass/_main.scss */
.payment-area-wrapper .tab-content .detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
  padding-bottom: 1.5rem;
}
/* line 437, ../sass/_main.scss */
.payment-area-wrapper .tab-content .detail-item li {
  display: flex;
  width: calc(50% - 2rem);
  flex-direction: column;
  row-gap: 5px;
}
/* line 438, ../sass/_main.scss */
.payment-area-wrapper .tab-content .detail-item .label {
  font-size: .8rem;
  color: #0080BA;
}
/* line 439, ../sass/_main.scss */
.payment-area-wrapper .tab-content .detail-item .value {
  font-weight: 500;
  color: #000;
}
/* line 442, ../sass/_main.scss */
.payment-area-wrapper .purchase-section {
  position: relative;
  overflow: visible;
  padding: 2rem;
  background: #fff;
  justify-content: center;
  border-radius: 16px 0 0 16px;
}
/* line 443, ../sass/_main.scss */
.payment-area-wrapper .card-mockup {
  position: relative;
  margin: 2em auto 1.5em;
  width: 94%;
  padding: 1.2em;
  border-radius: .6em;
  background: #72a2f7;
  color: #fff;
  box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}
/* line 444, ../sass/_main.scss */
.payment-area-wrapper .detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 2rem;
}
/* line 446, ../sass/_main.scss */
.payment-area-wrapper .detail-item li {
  display: flex;
  width: calc(50% - 2rem);
  flex-direction: column;
  row-gap: 5px;
}
/* line 447, ../sass/_main.scss */
.payment-area-wrapper .detail-item .label {
  font-size: .96rem;
  color: #0080BA;
}
/* line 448, ../sass/_main.scss */
.payment-area-wrapper .detail-item .value {
  font-weight: 600;
  color: #000;
  font-size: 1.1rem;
}
/* line 449, ../sass/_main.scss */
.payment-area-wrapper .detail-item .subline {
  color: #787878;
  font-size: .8rem;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: capitalize;
}
/* line 452, ../sass/_main.scss */
.payment-area-wrapper .detail-item .subline .price {
  font-size: .85rem;
  font-weight: 600;
  color: #3cc08e;
  margin: 0;
}
/* line 453, ../sass/_main.scss */
.payment-area-wrapper .detail-item .subline .price span {
  color: #787878;
  font-size: .8rem;
  font-weight: 400;
}
/* line 457, ../sass/_main.scss */
.payment-area-wrapper .separation-line {
  border-top: 1px dashed #E0E6EB;
  margin: 0 .8em;
}
/* line 458, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
/* line 461, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .hd {
  text-align: left;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
/* line 462, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .apply-coupon-code {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: .86rem;
  margin: 0;
}
/* line 462, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .apply-coupon-code img {
  width: 14px;
}
/* line 463, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .coupon-info {
  display: flex;
  border: 2px dashed #fff;
  border-radius: 8px;
}
/* line 464, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .coupon-txt-fld {
  background: transparent;
  width: calc(100% - 150px);
}
/* line 466, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .coupon-txt-fld .form-control {
  background: transparent;
  display: inline-flex;
  color: #fff;
  min-height: 50px;
  font-size: 1.1rem;
  border: none;
}
/* line 466, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .coupon-txt-fld .form-control::placeholder {
  color: #fff;
}
/* line 468, ../sass/_main.scss */
.payment-area-wrapper .coupon-wrapper .coupon-btn {
  background: #fff;
  color: #0080BA;
  display: inline-flex;
  width: 150px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 0 8px 8px 0;
  font-weight: 700;
}
/* line 470, ../sass/_main.scss */
.payment-area-wrapper .total-section {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background: linear-gradient(to top right, #165ebf, #49d4a9);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  border-radius: 0 16px 16px 0;
}
/* line 474, ../sass/_main.scss */
.payment-area-wrapper .total-section .total-label {
  font-size: 1.2em;
  font-weight: 400;
  color: #fcf192;
}
/* line 475, ../sass/_main.scss */
.payment-area-wrapper .total-section .value {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
}
/* line 475, ../sass/_main.scss */
.payment-area-wrapper .total-section .value span {
  font-size: 1.1rem;
  font-weight: 400;
}
/* line 477, ../sass/_main.scss */
.payment-area-wrapper .row-div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5rem;
}
/* line 479, ../sass/_main.scss */
.payment-area-wrapper .row-div .custom-form, .payment-area-wrapper .row-div .data-wrapper {
  width: 100%;
}
/* line 480, ../sass/_main.scss */
.payment-area-wrapper .row-div .overview-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
  background: linear-gradient(to top right, #0080ba, #49d483);
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* line 485, ../sass/_main.scss */
.payment-method .custom-form {
  width: 90%;
}
/* line 486, ../sass/_main.scss */
.payment-method .main-back {
  background: #a2cdff !important;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
/* line 488, ../sass/_main.scss */
.payment-method .card-data > div {
  padding-bottom: 1.5em;
}
/* line 488, ../sass/_main.scss */
.payment-method .card-data > div:first-child {
  padding: 1rem 0 .5rem 0;
}
/* line 490, ../sass/_main.scss */
.payment-method .card-property-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1;
  margin-right: .5em;
  color: #2c2c2c;
}
/* line 490, ../sass/_main.scss */
.payment-method .card-property-title span {
  color: #787878;
  font-size: .8rem;
}
/* line 491, ../sass/_main.scss */
.payment-method .card-property-value {
  flex: 1 1;
}
/* line 492, ../sass/_main.scss */
.payment-method .card-number {
  background: #fff;
  border: 1px solid #E0E6EB;
  border-radius: .5rem;
  padding: 0 1em;
  min-height: 46px;
}
/* line 494, ../sass/_main.scss */
.payment-method .card-number-field * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
/* line 495, ../sass/_main.scss */
.payment-method .card-number-field input {
  width: 100%;
  height: 100%;
  padding: .5em 1rem;
  margin: 0 .75em;
  border: none;
  color: #888;
  background: transparent;
}
/* line 498, ../sass/_main.scss */
.payment-method .timer span {
  background: #311b92;
  color: #fff;
  width: 1.2em;
  padding: 4px 0;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
/* line 498, ../sass/_main.scss */
.payment-method .timer span + span {
  margin-left: 2px;
}
/* line 499, ../sass/_main.scss */
.payment-method .timer em {
  font-style: normal;
}
/* line 501, ../sass/_main.scss */
.payment-method .action button {
  padding: 1.1em;
  width: fit-content;
  height: 100%;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  border: none;
  border-radius: .5em;
  transition: background-color .2s ease-in-out;
}
/* line 501, ../sass/_main.scss */
.payment-method .action button:hover {
  background: #2979ff;
}
/* line 502, ../sass/_main.scss */
.payment-method .input-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 3em;
  overflow: hidden;
  border: 1px solid #E0E6EB;
  border-radius: .5rem;
}
/* line 504, ../sass/_main.scss */
.payment-method .input-container input {
  flex: 1 1;
  height: 100%;
  width: 100%;
  min-height: 46px;
  padding: .6rem 1rem;
  border: 1px solid #E0E6EB;
  background: #fff;
  font-weight: 600;
}
/* line 505, ../sass/_main.scss */
.payment-method .input-container input:focus {
  background: #fff;
  color: #2c2c2c;
}
/* line 505, ../sass/_main.scss */
.payment-method .input-container input::placeholder {
  color: #787878;
}
/* line 506, ../sass/_main.scss */
.payment-method .input-container input::-webkit-outer-spin-button, .payment-method .input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 508, ../sass/_main.scss */
.payment-method .input-container i {
  position: absolute;
  right: .5em;
}

/* line 513, ../sass/_main.scss */
.calendar-approval-form {
  display: none;
  transition: all 0.3s;
}
/* line 513, ../sass/_main.scss */
.calendar-approval-form.active {
  display: block;
}

/* line 514, ../sass/_main.scss */
.calendar-approval-message {
  display: none;
  transition: all 0.3s;
}
/* line 514, ../sass/_main.scss */
.calendar-approval-message.active {
  display: flex;
}

/* line 515, ../sass/_main.scss */
.payment-message {
  display: flex;
}

/* line 516, ../sass/_main.scss */
.payment-message, .calendar-approval-message {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
}
/* line 518, ../sass/_main.scss */
.payment-message .hd, .payment-message p, .payment-message .highlight, .calendar-approval-message .hd, .calendar-approval-message p, .calendar-approval-message .highlight {
  text-align: center;
  margin: 0;
}
/* line 519, ../sass/_main.scss */
.payment-message .hd, .calendar-approval-message .hd {
  color: #000;
  font-size: 1.2rem;
}
/* line 520, ../sass/_main.scss */
.payment-message .highlight, .calendar-approval-message .highlight {
  color: #0080BA;
  font-size: 1.2rem;
}
/* line 521, ../sass/_main.scss */
.payment-message p, .calendar-approval-message p {
  color: #787878;
}
/* line 522, ../sass/_main.scss */
.payment-message .multi-btn-wrap, .calendar-approval-message .multi-btn-wrap {
  width: 100%;
  justify-content: center;
}

/* line 524, ../sass/_main.scss */
.input-btn-wrapper {
  padding-top: 1rem;
}

/* line 526, ../sass/_main.scss */
.event-calendar-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 4rem;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 2rem;
}
/* line 528, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* line 529, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  color: #2c2c2c;
}
/* line 531, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar .fc-toolbar-title {
  font-size: 1.41rem;
}
/* line 532, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar a {
  color: #2c2c2c;
}
/* line 532, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar a .fc-event-title, .event-calendar-wrapper .calendar-wrapper #calendar a .fc-event-time {
  color: #ffffff;
}
/* line 533, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar .fc-event, .event-calendar-wrapper .calendar-wrapper #calendar .fc-event-dot {
  background: #17c1c3;
}
/* line 534, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar .fc-daygrid-dot-event.fc-event-mirror, .event-calendar-wrapper .calendar-wrapper #calendar .fc-daygrid-dot-event:hover {
  background: #0080ba;
}
/* line 535, ../sass/_main.scss */
.event-calendar-wrapper .calendar-wrapper #calendar .fc-daygrid-event-dot {
  border: 6px solid rgba(0, 0, 0, 0.2);
}
/* line 538, ../sass/_main.scss */
.event-calendar-wrapper .fc-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
/* line 539, ../sass/_main.scss */
.event-calendar-wrapper .event-table-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: calc(60% - 2rem);
}
/* line 541, ../sass/_main.scss */
.event-calendar-wrapper .event-table-wrapper .head .title, .event-calendar-wrapper .event-table-wrapper .head .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .event-calendar-wrapper .event-table-wrapper .head .sub-title {
  font-size: 1.1rem;
  min-height: 38px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
/* line 543, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 40%;
}
/* line 545, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .head .title, .event-calendar-wrapper .event-add-wrap .head .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .event-calendar-wrapper .event-add-wrap .head .sub-title {
  font-size: 1.2rem;
  min-height: 38px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #0080BA;
  font-weight: 700;
}
/* line 546, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
}
/* line 548, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards .status-chip {
  padding: .2rem .7rem;
  border-radius: 30px;
  font-size: .8rem;
}
/* line 549, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
  background: transparent;
  padding: 1rem 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-top: 1px solid #E0E6EB;
}
/* line 552, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .chip {
  color: #0080BA;
  background: #EBF5FF;
  border-radius: 30px;
  padding: .4rem 1rem;
  text-align: center;
  line-height: 1.1;
}
/* line 553, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 2rem;
  width: 100%;
}
/* line 555, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
}
/* line 557, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .icon {
  width: 28px;
  height: auto;
  display: flex;
}
/* line 557, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .icon img {
  width: 28px;
  height: auto;
}
/* line 558, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
}
/* line 560, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .item-title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
/* line 561, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2rem;
  row-gap: 2rem;
  background: transparent;
  padding: 0;
  border-radius: 0 60px 60px 0;
}
/* line 564, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
  column-gap: 5px;
  width: auto;
  min-width: 150px;
}
/* line 565, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap span {
  font-size: .74rem;
}
/* line 566, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
  font-weight: 400;
  color: #0080BA;
}
/* line 567, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
  font-weight: 500;
  color: #000;
}

/* line 578, ../sass/_main.scss */
#calendar-event {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
}
/* line 580, ../sass/_main.scss */
#calendar-event .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
/* line 580, ../sass/_main.scss */
#calendar-event .fc-toolbar h2 {
  font-size: 1.2rem;
  color: #0080BA;
}
/* line 581, ../sass/_main.scss */
#calendar-event .fc-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  position: relative;
  color: #ffffff;
  background: #0080BA;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  border: none;
  transition: all 0.3s;
  height: 38px;
}
/* line 585, ../sass/_main.scss */
#calendar-event .fc-button.fc-next-button, #calendar-event .fc-button.fc-prev-button {
  background: #fff;
  color: #2464a4;
  padding: .5rem;
}
/* line 586, ../sass/_main.scss */
#calendar-event .fc-button.fc-customButton-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  position: relative;
  color: #ffffff;
  background: url(../images/icon-add-event.svg) left 15px center/20px no-repeat #3cc08e;
  padding: .5rem 1rem .5rem 2.6rem;
  font-weight: 500;
}

/* line 593, ../sass/_main.scss */
.fc-event {
  border: 1px solid #eee !important;
}

/* line 594, ../sass/_main.scss */
.fc-content {
  padding: 3px !important;
}

/* line 595, ../sass/_main.scss */
.fc-content .fc-title {
  display: block !important;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* line 596, ../sass/_main.scss */
#delete-modal .modal-footer > .btn {
  border-radius: 3px !important;
  padding: 0px 8px !important;
}

/* line 597, ../sass/_main.scss */
.fc-scroller {
  overflow-y: hidden !important;
}

/* line 599, ../sass/_main.scss */
.context-menu {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  padding: .5rem;
}
/* line 602, ../sass/_main.scss */
.context-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 603, ../sass/_main.scss */
.context-menu ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5rem;
  padding: .8rem 1.5rem;
  cursor: pointer;
  margin: 0 auto;
  transition: .10s;
  font-size: .9rem;
  line-height: 1;
  text-align: left;
  width: 100%;
}
/* line 606, ../sass/_main.scss */
.context-menu ul li i {
  color: #000;
  font-size: 1.1rem;
}
/* line 607, ../sass/_main.scss */
.context-menu ul li:hover {
  color: #000;
  background: #f3f9ff;
}

/* line 611, ../sass/_main.scss */
.fa, .fas {
  font-size: 13px;
  margin-right: 4px;
}

/* line 614, ../sass/_main.scss */
.main-event-step-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 2rem;
  width: 100%;
}
/* line 616, ../sass/_main.scss */
.main-event-step-wrapper .event-details-head .detail-item li {
  width: calc(100% / 3 - 2rem) !important;
}
/* line 617, ../sass/_main.scss */
.main-event-step-wrapper .doc-upload-row {
  max-width: 100%;
}
/* line 619, ../sass/_main.scss */
.main-event-step-wrapper .doc-upload-row .form-group {
  row-gap: 8px;
}
/* line 619, ../sass/_main.scss */
.main-event-step-wrapper .doc-upload-row .form-group input[type=file]::before {
  top: 40px;
}
/* line 619, ../sass/_main.scss */
.main-event-step-wrapper .doc-upload-row .form-group input[type=file]::after {
  top: 42px;
}
/* line 620, ../sass/_main.scss */
.main-event-step-wrapper .doc-upload-row .form-group .form-label {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
/* line 623, ../sass/_main.scss */
.main-event-step-wrapper .hd-row {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
/* line 624, ../sass/_main.scss */
.main-event-step-wrapper .progress-wrap {
  position: relative;
}
/* line 625, ../sass/_main.scss */
.main-event-step-wrapper .progress-line {
  height: 6px;
  background: #ddd;
  border-radius: 10px;
  display: none;
}
/* line 626, ../sass/_main.scss */
.main-event-step-wrapper .progress-bar {
  height: 2px;
  width: 0%;
  background: #28a745;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: 0;
  transition: 0.4s;
  z-index: 10;
}
/* line 627, ../sass/_main.scss */
.main-event-step-wrapper .step-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2rem;
  margin-top: 15px;
  z-index: 20;
  position: relative;
}
/* line 629, ../sass/_main.scss */
.main-event-step-wrapper .step-nav li {
  font-size: 1rem;
  z-index: 3;
  position: relative;
  background: transparent;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.01) 0px 4px 16px, rgba(17, 17, 26, 0.01) 0px 8px 32px;
}
/* line 632, ../sass/_main.scss */
.main-event-step-wrapper .step-nav li.active {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  background: linear-gradient(to right, #0080ba, #20ac5a);
}
/* line 635, ../sass/_main.scss */
.main-event-step-wrapper .step-btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 5px;
  row-gap: 1rem;
  width: 100%;
}
/* line 637, ../sass/_main.scss */
.main-event-step-wrapper .step-btn-wrapper .stet-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  position: relative;
  color: #ffffff;
  background: linear-gradient(to right, #0080ba, #20ac5a);
  box-shadow: rgba(0, 0, 0, 0.15) 0px -50px 36px -28px inset;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  border: none;
  transition: all 0.3s;
  min-height: 48px;
}
/* line 641, ../sass/_main.scss */
.main-event-step-wrapper .step-btn-wrapper .stet-btn img {
  width: 24px;
}
/* line 642, ../sass/_main.scss */
.main-event-step-wrapper .step-btn-wrapper .stet-btn.secondary {
  background: #0080BA !important;
  box-shadow: none;
}
/* line 645, ../sass/_main.scss */
.main-event-step-wrapper .content-display {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
/* line 647, ../sass/_main.scss */
.main-event-step-wrapper .content-display li.wrapper {
  display: none;
  list-style: none;
  padding: 3rem;
  background: #fff;
  border-radius: 28px;
  font-size: 22px;
  text-align: center;
  width: 100%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
/* line 647, ../sass/_main.scss */
.main-event-step-wrapper .content-display li.wrapper.active {
  display: block;
}
/* line 648, ../sass/_main.scss */
.main-event-step-wrapper .content-display .row-full {
  width: 100%;
}
/* line 649, ../sass/_main.scss */
.main-event-step-wrapper .content-display .sec-title {
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  font-size: 1.2rem;
}
/* line 651, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list {
  background: #f1f7ff;
  padding: 1rem;
  border-radius: 16px;
}
/* line 653, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  margin: 0;
}
/* line 655, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li {
  list-style-type: none;
  border-bottom: solid 1px #F2F2F2;
  user-select: none;
}
/* line 657, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin: 1.5rem 1rem 0;
  user-select: none;
}
/* line 658, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li input[type="checkbox"] + label {
  display: inline-block;
  float: left;
  border-left: solid 1px #D3E3FF;
  padding: 1rem 2rem;
  width: calc(100% - 54px);
  cursor: pointer;
  user-select: none;
}
/* line 659, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li input[type="checkbox"]:checked + label {
  font-weight: 600;
  background: #F9F9F9;
}
/* line 660, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label {
  font-size: 1.1rem;
  color: #000;
  text-align: left;
  font-weight: 500;
}
/* line 662, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label .date-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  background: transparent;
}
/* line 664, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label .date-wrap li {
  border-bottom: none;
}
/* line 664, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label .date-wrap span {
  font-size: .8rem;
}
/* line 665, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label .date-wrap .label {
  font-weight: 400;
}
/* line 665, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li label .date-wrap .value {
  color: #2c2c2c;
  font-weight: 500;
}
/* line 668, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list ul li:after {
  content: '';
  display: block;
  clear: both;
}
/* line 671, ../sass/_main.scss */
.main-event-step-wrapper #events-chk-list .black {
  color: black;
}

/* line 675, ../sass/_main.scss */
.multiple-btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
/* line 677, ../sass/_main.scss */
.multiple-btn-wrapper.left {
  justify-content: flex-start;
  width: 100%;
}
/* line 678, ../sass/_main.scss */
.multiple-btn-wrapper.right {
  justify-content: flex-end;
  width: 100%;
}

/* line 682, ../sass/_main.scss */
.event-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  column-gap: 1rem;
}
/* line 684, ../sass/_main.scss */
.event-category.column-box {
  flex-wrap: wrap;
}
/* line 685, ../sass/_main.scss */
.event-category.column {
  flex-wrap: nowrap;
}
/* line 686, ../sass/_main.scss */
.event-category.row {
  flex-direction: column;
  flex-wrap: nowrap;
}
/* line 688, ../sass/_main.scss */
.event-category.main-category li {
  width: calc(100% / 3 - 1rem);
  padding: 1.5rem;
  border: 1px dashed #d7ebf4;
  background: #f3fdff;
}
/* line 690, ../sass/_main.scss */
.event-category.main-category li .theme-btn, .event-category.main-category li a.theme-btn {
  background: #fff;
}
/* line 690, ../sass/_main.scss */
.event-category.main-category li .theme-btn img, .event-category.main-category li a.theme-btn img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 691, ../sass/_main.scss */
.event-category.main-category li:hover, .event-category.main-category li.select {
  border: 2px dashed #6fb5d5;
  background: #d2f5ff;
}
/* line 692, ../sass/_main.scss */
.event-category.main-category li:hover .theme-btn, .event-category.main-category li:hover a.theme-btn, .event-category.main-category li.select .theme-btn, .event-category.main-category li.select a.theme-btn {
  background: #3cc08e;
}
/* line 692, ../sass/_main.scss */
.event-category.main-category li:hover .theme-btn img, .event-category.main-category li:hover a.theme-btn img, .event-category.main-category li.select .theme-btn img, .event-category.main-category li.select a.theme-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(457%) hue-rotate(215deg) brightness(117%) contrast(101%);
}
/* line 696, ../sass/_main.scss */
.event-category.sub-category {
  row-gap: 0;
}
/* line 698, ../sass/_main.scss */
.event-category.sub-category li {
  width: 100%;
  border-bottom: 1px solid #E0E6EB;
  padding: 1rem 1.5rem;
  background: #fff;
  border-radius: 0;
}
/* line 700, ../sass/_main.scss */
.event-category.sub-category li .title-wrap .headline {
  color: #000;
}
/* line 701, ../sass/_main.scss */
.event-category.sub-category li .title-wrap .subline {
  align-items: center;
  flex-direction: row;
}
/* line 702, ../sass/_main.scss */
.event-category.sub-category li:last-child {
  border: none;
}
/* line 703, ../sass/_main.scss */
.event-category.sub-category li .data-wrap figure {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
}
/* line 703, ../sass/_main.scss */
.event-category.sub-category li .data-wrap figure img {
  width: 32px;
}
/* line 704, ../sass/_main.scss */
.event-category.sub-category li .theme-btn, .event-category.sub-category li a.theme-btn {
  background: #3cc08e;
}
/* line 705, ../sass/_main.scss */
.event-category.sub-category li:hover, .event-category.sub-category li.select {
  background: linear-gradient(to right top, #ebf5ff, #feffff, #f8fafa, #fff);
}
/* line 707, ../sass/_main.scss */
.event-category.sub-category li:hover .title-wrap .headline, .event-category.sub-category li.select .title-wrap .headline {
  color: #000;
}
/* line 708, ../sass/_main.scss */
.event-category.sub-category li:hover .data-wrap figure, .event-category.sub-category li.select .data-wrap figure {
  background: #0080BA;
}
/* line 708, ../sass/_main.scss */
.event-category.sub-category li:hover .data-wrap figure img, .event-category.sub-category li.select .data-wrap figure img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(457%) hue-rotate(215deg) brightness(117%) contrast(101%);
}
/* line 712, ../sass/_main.scss */
.event-category li {
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
/* line 714, ../sass/_main.scss */
.event-category li .data-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  display: inline-flex;
}
/* line 716, ../sass/_main.scss */
.event-category li .data-wrap figure {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 100%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(17, 17, 26, 0.03) 0px 4px 16px, rgba(17, 17, 26, 0.03) 0px 8px 32px;
}
/* line 716, ../sass/_main.scss */
.event-category li .data-wrap figure img {
  width: 36px;
  height: auto;
}
/* line 718, ../sass/_main.scss */
.event-category li:hover .theme-btn, .event-category li:hover a.theme-btn {
  background: #0080BA;
}
/* line 718, ../sass/_main.scss */
.event-category li:hover .data-wrap figure {
  background: white;
}
/* line 719, ../sass/_main.scss */
.event-category li .btn-wrap {
  display: inline-flex;
  column-gap: .5rem;
}
/* line 721, ../sass/_main.scss */
.event-category .title-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: .5rem;
}
/* line 723, ../sass/_main.scss */
.event-category .title-wrap .headline {
  color: #000;
  margin: 0;
  text-align: left;
  font-size: 1.1rem;
}
/* line 724, ../sass/_main.scss */
.event-category .title-wrap .subline {
  color: #787878;
  font-size: .94rem;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  text-transform: capitalize;
}
/* line 726, ../sass/_main.scss */
.event-category .title-wrap .subline .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3cc08e;
  margin: 0;
}
/* line 726, ../sass/_main.scss */
.event-category .title-wrap .subline .price span {
  color: #787878;
  font-size: .94rem;
  font-weight: 400;
}
/* line 729, ../sass/_main.scss */
.event-category .theme-btn, .event-category a.theme-btn {
  background: #3484a8;
  font-size: .9rem;
}
/* line 729, ../sass/_main.scss */
.event-category .theme-btn img, .event-category a.theme-btn img {
  width: 20px;
}

/* line 733, ../sass/_main.scss */
.mainWrapper .modal-dialog {
  width: 100%;
  max-width: 800px;
}
/* line 735, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-header {
  padding: 0;
}
/* line 736, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content-area-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5rem;
}
/* line 738, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content-area-wrapper .common-form-wrapper {
  background: #f6fbff;
  width: 100%;
  padding: 1.5rem;
}
/* line 739, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content-area-wrapper .common-form-wrapper .row-half {
  width: calc(50% - 1rem);
}
/* line 739, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content-area-wrapper .common-form-wrapper .row-full {
  width: 100%;
}
/* line 742, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content {
  padding: 2rem;
  row-gap: 1rem;
}
/* line 742, ../sass/_main.scss */
.mainWrapper .modal-dialog .modal-content .modal-title {
  color: #2c2c2c;
  font-size: 1.5rem;
}

/* line 746, ../sass/_main.scss */
.yes-no-radio-wrapper #yesWrapper, .yes-no-radio-wrapper #noWrapper {
  display: none;
  padding: 2rem;
  border-radius: 20px;
  width: 100%;
  background: #fff;
}

/* line 749, ../sass/_main.scss */
.event-permit-request-wrapper {
  width: 100%;
  max-width: 1000px;
  border-radius: 16px;
}
/* line 751, ../sass/_main.scss */
.event-permit-request-wrapper .head {
  margin-bottom: 1rem;
}

/* line 754, ../sass/_main.scss */
.add-multiple-event-wrap {
  background: rgba(0, 0, 0, 0.02);
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem 0;
}
/* line 756, ../sass/_main.scss */
.add-multiple-event-wrap .round-form-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  column-gap: 10px;
  width: 100%;
}
/* line 757, ../sass/_main.scss */
.add-multiple-event-wrap .multiple-btn-wrapper {
  margin: 0;
}
/* line 758, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  width: 100%;
  row-gap: .5rem;
}
/* line 760, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
}
/* line 762, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item ul.date {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1rem;
  width: 100%;
  border-left: 5px solid #4387ac;
  border-radius: 10px;
  padding-left: 1rem;
}
/* line 764, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item ul.date li {
  display: flex;
  font-size: .9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  width: fit-content;
  border-right: 2px solid #CCDCCC;
  padding-right: 1.5rem;
}
/* line 765, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item ul.date li:last-child {
  border: none;
  padding-right: 0;
}
/* line 766, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item ul.date li span {
  color: #0c98d2;
  font-weight: 500;
  font-size: .9rem;
}
/* line 769, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item .content-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
  width: 100%;
}
/* line 770, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item .title, .add-multiple-event-wrap .event-display-wrap li.list-item .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .add-multiple-event-wrap .event-display-wrap li.list-item .sub-title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
}
/* line 771, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item .location {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  color: #2c2c2c;
}
/* line 771, ../sass/_main.scss */
.add-multiple-event-wrap .event-display-wrap li.list-item .location img {
  width: 18px;
}

/* line 776, ../sass/_main.scss */
.filter-wrpper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  column-gap: 10px;
}
/* line 779, ../sass/_main.scss */
.filter-wrpper .col .input-group {
  margin-top: 21px;
}

/* line 782, ../sass/_main.scss */
.filter-search-btn {
  height: 100%;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 0 20px;
}

/* line 785, ../sass/_main.scss */
.event-table-wrapper {
  padding: 2rem 0;
}
/* line 787, ../sass/_main.scss */
.event-table-wrapper .event-table {
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0 2px;
}
/* line 789, ../sass/_main.scss */
.event-table-wrapper .event-table .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  font-size: .88rem;
}
/* line 789, ../sass/_main.scss */
.event-table-wrapper .event-table .wrap img {
  width: 16px;
}
/* line 790, ../sass/_main.scss */
.event-table-wrapper .event-table a {
  color: #0080BA;
  background: #fff;
  border: 1px solid #0080BA;
  font-weight: 500;
  padding: .5rem 1rem;
}
/* line 791, ../sass/_main.scss */
.event-table-wrapper .event-table .theme-btn img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(2447%) hue-rotate(180deg) brightness(98%) contrast(100%);
}
/* line 794, ../sass/_main.scss */
.event-table-wrapper .event-table thead tr:nth-of-type(odd) th {
  background: #0080ba !important;
}
/* line 795, ../sass/_main.scss */
.event-table-wrapper .event-table th {
  font-size: .94rem;
  font-weight: 600;
  padding: 1rem .6rem;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 797, ../sass/_main.scss */
.event-table-wrapper .event-table th:first-child {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  border: none;
}
/* line 798, ../sass/_main.scss */
.event-table-wrapper .event-table th:last-child {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  border: none;
  text-align: right;
}
/* line 800, ../sass/_main.scss */
.event-table-wrapper .event-table td {
  font-size: .9rem;
  color: #787878;
  padding: .8rem .6rem;
  line-height: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 802, ../sass/_main.scss */
.event-table-wrapper .event-table td:first-child {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  border: none;
}
/* line 803, ../sass/_main.scss */
.event-table-wrapper .event-table td:last-child {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  border: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
/* line 805, ../sass/_main.scss */
.event-table-wrapper .event-table tr {
  margin-top: 1px;
}
/* line 806, ../sass/_main.scss */
.event-table-wrapper .event-table tr td {
  background: transparent !important;
}
/* line 807, ../sass/_main.scss */
.event-table-wrapper .event-table tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.3);
}
/* line 808, ../sass/_main.scss */
.event-table-wrapper .event-table tr:nth-of-type(odd) {
  background: white;
}
/* line 809, ../sass/_main.scss */
.event-table-wrapper .event-table tr:hover {
  background: #daedff !important;
}
/* line 810, ../sass/_main.scss */
.event-table-wrapper .event-table tr:hover a {
  color: #ffffff;
  background: #0080BA;
  border: 1px solid #0080BA;
  font-weight: 500;
}
/* line 811, ../sass/_main.scss */
.event-table-wrapper .event-table tr:hover .theme-btn img, .event-table-wrapper .event-table tr:hover a img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(80%) saturate(5%) hue-rotate(223deg) brightness(119%) contrast(100%);
}

/* line 821, ../sass/_main.scss */
.step-content {
  display: none;
}
/* line 821, ../sass/_main.scss */
.step-content.active {
  display: block;
}

/* line 822, ../sass/_main.scss */
.event-table-data-wrapper {
  width: 100%;
}

/* line 823, ../sass/_main.scss */
.overwrite-full-width {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 824, ../sass/_main.scss */
.common-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5rem;
  width: 100%;
  max-width: 1200px;
}

/* line 826, ../sass/_main.scss */
.nav-tabs {
  border: none;
  background: transparent;
}
/* line 828, ../sass/_main.scss */
.nav-tabs.event-calendar .nav-link {
  font-size: 1.1rem;
  border: none;
  color: #787878;
  background: transparent;
  border-radius: 16px;
  padding: .8rem 2rem;
}
/* line 828, ../sass/_main.scss */
.nav-tabs.event-calendar .nav-link.active {
  border-bottom: none;
  color: #0080BA;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
/* line 829, ../sass/_main.scss */
.nav-tabs .nav-link {
  font-size: 1.1rem;
  border: none;
  border-bottom: 2px solid transparent;
  color: #787878;
}
/* line 829, ../sass/_main.scss */
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0080BA;
  color: #000;
}

/* line 833, ../sass/_main.scss */
.event-details-head {
  background: linear-gradient(to top right, #0080ba, #49d483);
  padding: 1rem;
  border-radius: 28px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* line 836, ../sass/_main.scss */
.event-details-head .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 2rem;
  background: linear-gradient(to bottom, #ffffff, #f8fafa);
  padding: 2rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
  width: 100%;
}
/* line 837, ../sass/_main.scss */
.event-details-head .title, .event-details-head .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .event-details-head .sub-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c2c;
}
/* line 838, ../sass/_main.scss */
.event-details-head .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  padding-bottom: .5rem;
  width: 100%;
}
/* line 838, ../sass/_main.scss */
.event-details-head .wrapper .head {
  max-width: 100%;
}
/* line 839, ../sass/_main.scss */
.event-details-head .icon-head {
  background: linear-gradient(to right top, #ffffff, #ebf5ff, #feffff, #f8fafa, #fff);
  border-radius: 20px;
  padding: 15px 20px;
}
/* line 839, ../sass/_main.scss */
.event-details-head .icon-head img {
  width: 40px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 840, ../sass/_main.scss */
.event-details-head .detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5rem;
}
/* line 842, ../sass/_main.scss */
.event-details-head .detail-item li {
  display: flex;
  width: calc(25% - 2rem);
  flex-direction: column;
  row-gap: 5px;
}
/* line 843, ../sass/_main.scss */
.event-details-head .detail-item .label {
  font-size: .86rem;
  color: #0080BA;
}
/* line 844, ../sass/_main.scss */
.event-details-head .detail-item .value {
  font-weight: 600;
  color: #000;
}
/* line 845, ../sass/_main.scss */
.event-details-head .detail-item .subline {
  color: #787878;
  font-size: .8rem;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  text-transform: capitalize;
  justify-content: flex-start;
}
/* line 846, ../sass/_main.scss */
.event-details-head .detail-item .subline .price {
  font-size: .85rem;
  font-weight: 600;
  color: #3cc08e;
  margin: 0;
}
/* line 846, ../sass/_main.scss */
.event-details-head .detail-item .subline .price span {
  color: #787878;
  font-size: .8rem;
  font-weight: 400;
}

/* line 852, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap.event-list-display .event-list-cards li {
  flex-direction: column;
  align-items: flex-start;
}
/* line 853, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des {
  width: 100%;
}
/* line 855, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1rem;
}
/* line 855, ../sass/_main.scss */
.event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
  flex-direction: row;
}

/* line 859, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item {
  gap: 1rem;
  margin-top: .5rem;
}

/* line 863, ../sass/_main.scss */
.swal2-container .btn.btn-primary {
  min-height: 48px;
  border-radius: 30px !important;
  border: 0 !important;
  background: #0789bd !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: "DM Sans",sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

/* line 877, ../sass/_main.scss */
.emso-epermit-shell .theme-btn,
.emso-epermit-shell .btn.btn-primary,
.emso-epermit-shell .btn.btn-submit,
.emso-epermit-shell .btn.btn-payment,
.emso-epermit-shell .special-btn-primary,
.emso-epermit-shell .team-btn-primary,
.emso-epermit-shell .theme-btn.green,
.emso-epermit-shell .btn-submit,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green {
  min-height: 48px;
  border-radius: 30px !important;
  border: 0 !important;
  color: #fff !important;
  font-family: "DM Sans",sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  background: #0080BA;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset !important;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
/* line 900, ../sass/_main.scss */
.emso-epermit-shell .theme-btn:hover,
.emso-epermit-shell .btn.btn-primary:hover,
.emso-epermit-shell .btn.btn-submit:hover,
.emso-epermit-shell .btn.btn-payment:hover,
.emso-epermit-shell .special-btn-primary:hover,
.emso-epermit-shell .team-btn-primary:hover,
.emso-epermit-shell .theme-btn.green:hover,
.emso-epermit-shell .btn-submit:hover,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green:hover {
  color: #fff !important;
}
/* line 905, ../sass/_main.scss */
.emso-epermit-shell .theme-btn::before, .emso-epermit-shell .theme-btn::after,
.emso-epermit-shell .btn.btn-primary::before,
.emso-epermit-shell .btn.btn-primary::after,
.emso-epermit-shell .btn.btn-submit::before,
.emso-epermit-shell .btn.btn-submit::after,
.emso-epermit-shell .btn.btn-payment::before,
.emso-epermit-shell .btn.btn-payment::after,
.emso-epermit-shell .special-btn-primary::before,
.emso-epermit-shell .special-btn-primary::after,
.emso-epermit-shell .team-btn-primary::before,
.emso-epermit-shell .team-btn-primary::after,
.emso-epermit-shell .theme-btn.green::before,
.emso-epermit-shell .theme-btn.green::after,
.emso-epermit-shell .btn-submit::before,
.emso-epermit-shell .btn-submit::after,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green::before,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #20ac5a !important;
  top: 0;
  left: 0;
  z-index: -5;
  transform: scaleX(0);
  transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
}
/* line 919, ../sass/_main.scss */
.emso-epermit-shell .theme-btn::before,
.emso-epermit-shell .btn.btn-primary::before,
.emso-epermit-shell .btn.btn-submit::before,
.emso-epermit-shell .btn.btn-payment::before,
.emso-epermit-shell .special-btn-primary::before,
.emso-epermit-shell .team-btn-primary::before,
.emso-epermit-shell .theme-btn.green::before,
.emso-epermit-shell .btn-submit::before,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green::before {
  left: -30%;
}
/* line 923, ../sass/_main.scss */
.emso-epermit-shell .theme-btn::after,
.emso-epermit-shell .btn.btn-primary::after,
.emso-epermit-shell .btn.btn-submit::after,
.emso-epermit-shell .btn.btn-payment::after,
.emso-epermit-shell .special-btn-primary::after,
.emso-epermit-shell .team-btn-primary::after,
.emso-epermit-shell .theme-btn.green::after,
.emso-epermit-shell .btn-submit::after,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green::after {
  right: -30%;
}
/* line 927, ../sass/_main.scss */
.emso-epermit-shell .theme-btn:hover::after,
.emso-epermit-shell .btn.btn-primary:hover::after,
.emso-epermit-shell .btn.btn-submit:hover::after,
.emso-epermit-shell .btn.btn-payment:hover::after,
.emso-epermit-shell .special-btn-primary:hover::after,
.emso-epermit-shell .team-btn-primary:hover::after,
.emso-epermit-shell .theme-btn.green:hover::after,
.emso-epermit-shell .btn-submit:hover::after,
.emso-epermit-shell .permit-thank-you-actions .theme-btn.green:hover::after {
  transform: scale(1);
}

@media (min-width: 1600px) {
  /* line 2, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .custom-container,
  .main-event-step-wrapper,
  .body-container .profile-description .head,
  .body-container .body-content-area-wrap .head,
  .body-container .profile-head,
  .emso-dashboard-page .emso-permit-stats,
  .emso-calendar-module, .banner-wrapper,
  .overwrite-full-width .head,
  .overwrite-full-width .area-wrapper {
    max-width: 1200px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 17, ../sass/_media-query.scss */
  .area-wrapper {
    max-width: 1200px;
  }
}
/* -------- Break-Points Max-1800px -  
/* ----------------------------------- */
@media (max-width: 1800px) {
  /* line 24, ../sass/_media-query.scss */
  .body-container.active .event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    flex-direction: column;
    gap: .8rem;
  }
}
/* -------- Break-Points Max-1600px -  
/* ----------------------------------- */
@media (max-width: 1600px) {
  /* line 34, ../sass/_media-query.scss */
  .event-category.main-category li {
    width: calc(50% - 1rem);
  }

  /* line 36, ../sass/_media-query.scss */
  .body-container.active .event-calendar-wrapper .event-add-wrap .event-list-cards li,
  .body-container.active .event-calendar-wrapper .event-add-wrap.event-list-display .event-list-cards li {
    flex-direction: column;
  }

  /* line 41, ../sass/_media-query.scss */
  .body-container.active .event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    flex-direction: column;
  }
}
/* -------- Break-Points Max-1500px -  
/* ----------------------------------- */
@media (max-width: 1500px) {
  /* line 51, ../sass/_media-query.scss */
  .side-navbar {
    width: 280px;
    margin-left: -280px;
  }

  /* line 52, ../sass/_media-query.scss */
  .menu-wrapper-container.active {
    margin-left: 280px;
  }

  /* line 53, ../sass/_media-query.scss */
  .page-main-wrapper .custom-container {
    width: calc(100% - 4rem);
  }

  /* line 54, ../sass/_media-query.scss */
  .mainFlexWrapper {
    padding: 2rem 0;
  }

  /* line 56, ../sass/_media-query.scss */
  .doc-upload-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 59, ../sass/_media-query.scss */
  .doc-upload-row .row-half {
    width: calc(100% - 2rem);
  }

  /* line 63, ../sass/_media-query.scss */
  .body-container .over-data {
    align-items: flex-start;
    row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: center;
  }
  /* line 64, ../sass/_media-query.scss */
  .body-container .profile-data .contact-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .5rem;
    flex-wrap: nowrap;
  }

  /* line 67, ../sass/_media-query.scss */
  .event-calendar-wrapper .event-add-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    flex-direction: column;
  }

  /* line 70, ../sass/_media-query.scss */
  .menu-wrapper-container .event-details-head .detail-item li,
  .menu-wrapper-container .main-event-step-wrapper .event-details-head .detail-item li {
    width: calc(100% / 3 - 2rem) !important;
  }
  /* line 73, ../sass/_media-query.scss */
  .menu-wrapper-container.active .event-details-head .detail-item li,
  .menu-wrapper-container.active .main-event-step-wrapper .event-details-head .detail-item li {
    width: calc(50% - 2rem) !important;
  }
}
/* -------- Break-Points Max-1400px -  
/* ----------------------------------- */
@media (max-width: 1400px) {
  /* line 84, ../sass/_media-query.scss */
  .filter-wrpper {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
  /* line 90, ../sass/_media-query.scss */
  .filter-wrpper .col {
    flex: 1 1 auto;
    width: calc(33% - .5rem);
  }
}
/* -------- Break-Points Max-1199px -  
/* ----------------------------------- */
@media (max-width: 1199px) {
  /* line 102, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .custom-container {
    width: 94%;
    padding: 3rem 2rem;
  }
  /* line 103, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .banner-wrapper .right-wrap,
  .login-Wrapper .banner-sec .banner-wrapper .left-wrap {
    max-width: 400px;
  }

  /* line 107, ../sass/_media-query.scss */
  .area-wrapper {
    max-width: 1000px;
  }

  /* line 109, ../sass/_media-query.scss */
  .body-container {
    padding: 2rem;
  }
  /* line 111, ../sass/_media-query.scss */
  .body-container .profile-description {
    padding: 1.6rem;
  }
  /* line 112, ../sass/_media-query.scss */
  .body-container .profile-head {
    row-gap: 1rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 113, ../sass/_media-query.scss */
  .body-container.active .profile-data {
    flex-direction: column;
  }
  /* line 115, ../sass/_media-query.scss */
  .body-container.active .profile-data .left-wrap, .body-container.active .profile-data .right-wrap {
    width: 100%;
    justify-content: center;
  }
  /* line 116, ../sass/_media-query.scss */
  .body-container.active .profile-data .right-wrap .orgnization-status-wrap {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(to top, #fff, #f5faff);
    margin: 1rem auto;
  }
  /* line 122, ../sass/_media-query.scss */
  .body-container.active .profile-data .right-wrap .orgnization-status-wrap .content-wrap {
    align-items: flex-start;
  }
  /* line 126, ../sass/_media-query.scss */
  .body-container.active .profile-data .right-wrap .orgnization-status-wrap .status {
    align-items: flex-start;
  }

  /* line 134, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .row-div .overview-head {
    flex-direction: row;
  }
  /* line 135, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .detail-item li {
    width: calc(50% - 2rem);
  }
  /* line 136, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .purchase-section, .menu-wrapper-container .payment-area-wrapper .total-section {
    width: 50%;
  }
  /* line 139, ../sass/_media-query.scss */
  .menu-wrapper-container.active .payment-area-wrapper .detail-item li {
    width: calc(50% - 2rem);
  }
  /* line 140, ../sass/_media-query.scss */
  .menu-wrapper-container.active .payment-area-wrapper .row-div .overview-head {
    flex-direction: column;
  }
  /* line 141, ../sass/_media-query.scss */
  .menu-wrapper-container.active .payment-area-wrapper .purchase-section, .menu-wrapper-container.active .payment-area-wrapper .total-section {
    border-radius: 16px;
    width: 100%;
  }
  /* line 142, ../sass/_media-query.scss */
  .menu-wrapper-container.active .payment-area-wrapper form, .menu-wrapper-container.active .payment-area-wrapper .coupon-wrapper {
    width: 100%;
  }
}
/* -------- Break-Points Max-1050px -  
/* ----------------------------------- */
@media (max-width: 1050px) {
  /* line 151, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .banner-wrapper .content-wrapper {
    width: 100%;
  }

  /* line 152, ../sass/_media-query.scss */
  .area-wrapper {
    max-width: 900px;
  }

  /* line 155, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    flex-direction: column;
    row-gap: .8rem;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
  }
  /* line 161, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    row-gap: 10px;
  }
  /* line 163, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .action-wrap {
    padding-left: 56px;
    flex-direction: row-reverse;
  }

  /* line 166, ../sass/_media-query.scss */
  .body-container .profile-data {
    flex-direction: column;
  }
  /* line 168, ../sass/_media-query.scss */
  .body-container .profile-data .content-wrapper, .body-container .profile-data .left-wrap, .body-container .profile-data .right-wrap {
    width: 100%;
  }
  /* line 169, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(to top, #fff, #f5faff);
    margin: 1rem auto;
  }
  /* line 175, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap {
    align-items: flex-start;
  }
  /* line 175, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap .hd {
    text-align: left;
  }
  /* line 175, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap .status {
    align-items: flex-start;
  }
}
/* -------- Break-Points Max-992px -  
/* ----------------------------------- */
@media (max-width: 992px) {
  /* line 185, ../sass/_media-query.scss */
  .hide-In992 {
    display: none !important;
  }

  /* line 186, ../sass/_media-query.scss */
  .mobile-hamburger {
    display: block !important;
  }

  /* line 187, ../sass/_media-query.scss */
  .menu-wrapper-container.active {
    margin-left: 0;
  }

  /* line 190, ../sass/_media-query.scss */
  .page-main-wrapper .custom-container {
    width: 95%;
  }
  /* line 191, ../sass/_media-query.scss */
  .page-main-wrapper .mainFlexWrapper {
    padding-top: 30px;
  }

  /* line 194, ../sass/_media-query.scss */
  .event-calendar-wrapper {
    flex-direction: column;
    border-radius: 16px;
    row-gap: 2rem;
  }
  /* line 198, ../sass/_media-query.scss */
  .event-calendar-wrapper .event-add-wrap {
    width: 100%;
  }
  /* line 199, ../sass/_media-query.scss */
  .event-calendar-wrapper .event-add-wrap .event-list-cards {
    width: 100%;
  }

  /* line 202, ../sass/_media-query.scss */
  .payment-area-wrapper .detail-item li {
    width: 100%;
  }

  /* line 204, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .banner-wrapper {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  /* line 208, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .banner-wrapper .right-wrap, .login-Wrapper .banner-sec .banner-wrapper .left-wrap {
    max-width: 500px;
  }
  /* line 209, ../sass/_media-query.scss */
  .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title, .login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-para {
    text-align: center;
  }

  /* line 213, ../sass/_media-query.scss */
  .menu-wrapper-container .event-details-head .detail-item li,
  .menu-wrapper-container .main-event-step-wrapper .event-details-head .detail-item li {
    width: 100% !important;
  }
  /* line 215, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .detail-item li {
    width: calc(100% - 2rem);
  }

  /* line 218, ../sass/_media-query.scss */
  .body-container {
    padding: 2rem;
  }
  /* line 220, ../sass/_media-query.scss */
  .body-container .profile-description {
    padding: 1.6rem;
  }
  /* line 221, ../sass/_media-query.scss */
  .body-container .profile-head {
    row-gap: 1rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 222, ../sass/_media-query.scss */
  .body-container .profile-data {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  /* line 228, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap {
    width: 100%;
    justify-content: space-between;
  }
  /* line 231, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap {
    align-items: flex-start;
  }
  /* line 232, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .status {
    align-items: flex-start;
  }
  /* line 235, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap .action-wrap {
    flex-direction: column;
    row-gap: .5rem;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
/* -------- Break-Points Max-768px -  
/* ----------------------------------- */
@media (max-width: 768px) {
  /* line 250, ../sass/_media-query.scss */
  .hide-In768 {
    display: none !important;
  }

  /* line 253, ../sass/_media-query.scss */
  .sidebar-nav-wrapper .nav li.welcome, .sidebar-nav-wrapper .nav li .action, .side-navbar .nav li.welcome, .side-navbar .nav li .action {
    display: flex !important;
  }

  /* line 256, ../sass/_media-query.scss */
  .header {
    height: 76px;
  }
  /* line 258, ../sass/_media-query.scss */
  .header.active .wrapper {
    padding-left: 0;
  }
  /* line 260, ../sass/_media-query.scss */
  .header .wrapper .logo img {
    height: 58px;
  }
  /* line 261, ../sass/_media-query.scss */
  .header .wrapper .welcome-action .welcome, .header .wrapper .welcome-action .action {
    display: none !important;
  }
  /* line 263, ../sass/_media-query.scss */
  .header.scrolled {
    height: 70px;
  }
  /* line 263, ../sass/_media-query.scss */
  .header.scrolled .wrapper .logo img {
    height: 50px;
  }

  /* line 266, ../sass/_media-query.scss */
  .login-Wrapper, .page-main-wrapper, .adjust-with-header {
    padding-top: 76px;
  }
  /* line 268, ../sass/_media-query.scss */
  .login-Wrapper.scrolled, .page-main-wrapper.scrolled, .adjust-with-header.scrolled {
    padding-top: 70px;
  }

  /* line 271, ../sass/_media-query.scss */
  .side-navbar {
    top: 76px;
  }
  /* line 271, ../sass/_media-query.scss */
  .side-navbar.scrolled {
    top: 70px;
  }

  /* line 276, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap,
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
  /* line 276, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap .action-wrap,
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .action-wrap {
    flex-direction: row;
  }
  /* line 279, ../sass/_media-query.scss */
  .body-container .profile-data .left-wrap .over-wrap {
    width: 100%;
  }
  /* line 280, ../sass/_media-query.scss */
  .body-container .profile-data .content-wrapper {
    width: calc(100% - 150px);
  }
  /* line 281, ../sass/_media-query.scss */
  .body-container .profile-data .contact-list {
    flex-direction: row;
  }

  /* line 286, ../sass/_media-query.scss */
  .menu-wrapper-container .event-details-head .detail-item li,
  .menu-wrapper-container .main-event-step-wrapper .event-details-head .detail-item li {
    width: 100% !important;
  }
  /* line 288, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .detail-item li {
    width: 100%;
  }
}
/* -------- Break-Points Max-680px -  
/* ----------------------------------- */
@media (max-width: 680px) {
  /* line 297, ../sass/_media-query.scss */
  .page-main-wrapper .custom-container {
    width: 100%;
  }

  /* line 299, ../sass/_media-query.scss */
  .header {
    height: 68px;
    padding: 8px 0;
  }
  /* line 302, ../sass/_media-query.scss */
  .header .wrapper .logo img {
    height: 50px;
  }
  /* line 302, ../sass/_media-query.scss */
  .header .wrapper .welcome-action li.button a {
    padding: .6rem 1.2rem;
  }
  /* line 303, ../sass/_media-query.scss */
  .header.scrolled {
    height: 60px;
    padding: 5px 0;
  }
  /* line 303, ../sass/_media-query.scss */
  .header.scrolled .wrapper .logo img {
    height: 48px;
  }

  /* line 306, ../sass/_media-query.scss */
  .login-Wrapper, .page-main-wrapper, .adjust-with-header {
    padding-top: 68px;
  }
  /* line 308, ../sass/_media-query.scss */
  .login-Wrapper.scrolled, .page-main-wrapper.scrolled, .adjust-with-header.scrolled {
    padding-top: 60px;
  }

  /* line 311, ../sass/_media-query.scss */
  .side-navbar {
    top: 68px;
  }
  /* line 311, ../sass/_media-query.scss */
  .side-navbar.scrolled {
    top: 60px;
  }

  /* line 313, ../sass/_media-query.scss */
  .payment-area-wrapper .nav-tabs {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  /* line 321, ../sass/_media-query.scss */
  .payment-method .card-data > div {
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  /* line 329, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .detail-item {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 330, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .row-div .overview-head {
    flex-direction: column;
  }
  /* line 331, ../sass/_media-query.scss */
  .menu-wrapper-container .payment-area-wrapper .purchase-section, .menu-wrapper-container .payment-area-wrapper .total-section {
    border-radius: 16px;
    width: 100%;
  }

  /* line 336, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap {
    flex-direction: column;
  }
  /* line 338, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .icon-wrap {
    display: none;
  }
  /* line 339, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .content-wrap {
    align-items: center;
  }
  /* line 340, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .hd {
    flex-direction: column;
  }
  /* line 341, ../sass/_media-query.scss */
  .body-container .profile-data .right-wrap .orgnization-status-wrap .status li {
    width: 100%;
  }
  /* line 343, ../sass/_media-query.scss */
  .body-container .profile-data .content-wrapper {
    align-items: center;
  }
  /* line 344, ../sass/_media-query.scss */
  .body-container .profile-data .left-wrap .over-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  /* line 345, ../sass/_media-query.scss */
  .body-container .profile-data .contact-list {
    flex-direction: column;
    row-gap: 10px;
  }
  /* line 347, ../sass/_media-query.scss */
  .body-container .profile-description, .body-container .body-content-area-wrap {
    padding: 1.8rem;
  }
  /* line 348, ../sass/_media-query.scss */
  .body-container .over-data {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
  }
  /* line 350, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 351, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li {
    flex-direction: column;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
  }
  /* line 357, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
    width: 100%;
  }
  /* line 359, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    width: calc(100% - 80px);
  }
  /* line 361, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 368, ../sass/_media-query.scss */
  .common-form-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 1.5rem;
    justify-content: flex-start;
  }
  /* line 373, ../sass/_media-query.scss */
  .common-form-wrapper .row-half {
    width: calc(100% - 2rem);
  }

  /* line 376, ../sass/_media-query.scss */
  .footer .content-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* line 380, ../sass/_media-query.scss */
  .footer .content-wrapper li {
    border: none;
  }
  /* line 381, ../sass/_media-query.scss */
  .footer .content-wrapper p, .footer .content-wrapper a, .footer .content-wrapper span {
    text-align: center;
  }
}
/* -------- Break-Points Max-500px -  
/* ----------------------------------- */
@media (max-width: 500px) {
  /* line 390, ../sass/_media-query.scss */
  .body-container {
    padding: 1.5rem;
  }
  /* line 392, ../sass/_media-query.scss */
  .body-container .profile-head {
    row-gap: 1.5rem;
  }
  /* line 393, ../sass/_media-query.scss */
  .body-container .profile-description, .body-container .body-content-area-wrap {
    padding: 1.4rem;
  }
  /* line 394, ../sass/_media-query.scss */
  .body-container .profile-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 1rem;
  }
  /* line 401, ../sass/_media-query.scss */
  .body-container .profile-data .content-wrapper, .body-container .profile-data .contact-list {
    align-items: center;
  }
  /* line 404, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    row-gap: 10px;
  }
  /* line 406, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
  }
  /* line 412, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    width: 100%;
    align-items: center;
  }
  /* line 415, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .detail-item li {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  /* line 416, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    border-radius: 8px;
    row-gap: 3px;
  }
  /* line 422, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
    display: flex;
    flex-direction: row;
  }
  /* line 423, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
    min-width: 70px;
  }
  /* line 424, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
    color: #2c2c2c;
  }
  /* line 428, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .action-wrap {
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    row-gap: 10px;
  }
  /* line 430, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li {
    row-gap: 1rem;
  }
  /* line 432, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .chip {
    margin: 0 auto;
  }
  /* line 433, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap {
    align-items: center;
  }

  /* line 438, ../sass/_media-query.scss */
  .filter-wrpper .col {
    flex: 0 0 auto;
    width: calc(100% - .5rem);
  }
}
