@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
@font-face {
  font-family: 'Parisienne';
  src: url("/font/Parisienne-Regular.eot?") format("eot"), url("/font/Parisienne-Regular.woff") format("woff"), url("/font/Parisienne-Regular.ttf") format("ttf"), url("/font/Parisienne-Regular.svg#Parisienne-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.rc-time-picker {
  display: flex;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  align-items: center; }

.rc-time-picker * {
  box-sizing: border-box; }

.rc-time-picker-clear {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1;
  margin: 0;
  background-color: #e8e8e8;
  border-radius: 50%; }

.rc-time-picker-clear-icon:after {
  content: "x";
  font-size: 12px;
  font-style: normal;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  height: 20px;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.rc-time-picker-clear-icon:hover:after {
  color: #666; }

.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: text;
  font-size: 16px;
  word-spacing: 1px;
  line-height: 1;
  color: #8999B0;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed; }

.rc-time-picker-panel {
  z-index: 99999999;
  width: 170px;
  position: absolute;
  box-sizing: border-box; }

.rc-time-picker-panel * {
  box-sizing: border-box; }

.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5; }

.rc-time-picker-panel-narrow {
  max-width: 113px; }

.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent; }

.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9; }

.rc-time-picker-panel-input-invalid {
  border-color: red; }

.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative; }

.rc-time-picker-panel-select-active {
  overflow-y: auto; }

.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0; }

.rc-time-picker-panel-select:last-child {
  border-right: 0; }

.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%; }

.rc-time-picker-panel-select li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rc-time-picker-panel-select li:hover {
  background: #edfaff; }

li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold; }

li.rc-time-picker-panel-select-option-disabled {
  color: #ccc; }

li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed; }

.rc_footer_comp {
  align-items: center;
  cursor: pointer; }
  .rc_footer_comp span {
    display: inline-block;
    color: #68dbd6;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    margin: 5px 17px 5px 17px; }

.logo {
  width: 16%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 990px) {
    .logo {
      width: 55%; } }

.get_started {
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: #68dbd5; }
  @media screen and (max-width: 990px) {
    .get_started {
      margin-bottom: 30px; } }

.slick_item {
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 500px; }
  @media screen and (max-width: 990px) {
    .slick_item {
      height: calc(100vh - 50px); } }

.slick-dots {
  bottom: 45px; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent !important;
  background-color: #fff; }

.slick-dots li button:before {
  font-size: 2px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '\2022';
  text-align: center;
  opacity: 1;
  color: #0000;
  border: 2px solid #fff;
  border-radius: 50%; }

.navbar_main {
  position: absolute;
  top: 0px;
  z-index: 1;
  color: #fff;
  padding: 15px 0px;
  width: 100%; }
  .navbar_main.without_login_page_header {
    position: relative;
    background-color: #fff; }
    .navbar_main.without_login_page_header a,
    .navbar_main.without_login_page_header li {
      color: #cbd9d9; }
    @media screen and (max-width: 990px) {
      .navbar_main.without_login_page_header {
        background-color: #cbd9d9; } }

.nav_options {
  width: 54.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 708px;
  margin-top: -3px; }
  @media (max-width: 1280px) and (min-width: 991px) {
    .nav_options {
      width: 70.5%;
      gap: 20px; } }
  @media screen and (max-width: 990px) {
    .nav_options {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      text-align: center;
      max-width: unset;
      padding: 0px;
      margin-top: 35px; } }
  .nav_options li,
  .nav_options li a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 600; }
    @media screen and (max-width: 990px) {
      .nav_options li,
      .nav_options li a {
        margin: 22px 0px;
        font-size: 15px; } }
    .nav_options li .signin_btn,
    .nav_options li a .signin_btn {
      padding: 7.25px 18px;
      border-radius: 4px;
      background: #68DBD6;
      color: #fff;
      text-decoration: none; }
      @media screen and (max-width: 990px) {
        .nav_options li .signin_btn,
        .nav_options li a .signin_btn {
          display: block; } }

.nav_logo img {
  width: 80%;
  max-width: 330px; }

.landing_page {
  overflow: hidden; }

#hamburger,
#hamburger1 {
  display: none; }

.burger_label {
  display: none; }
  @media screen and (max-width: 990px) {
    .burger_label {
      position: absolute;
      right: 38px;
      top: 30px;
      display: block; } }

@media screen and (max-width: 990px) {
  .navbar_inner.df {
    transition: 1s ease all;
    left: -100%;
    display: flex;
    position: fixed;
    top: 0px;
    z-index: 1111;
    color: #fff;
    padding: 25px 0px;
    width: 100%;
    background-color: #0000008f;
    width: 72%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: flex-start; } }

@media screen and (max-width: 990px) {
  #hamburger:checked ~ .navbar_inner,
  #hamburger1:checked ~ .navbar_inner {
    left: 0px; } }

#hamburger:checked ~ .burger_label span,
#hamburger1:checked ~ .burger_label span {
  margin: 0px;
  display: none;
  transition: 0.5s ease all; }
  #hamburger:checked ~ .burger_label span:first-child,
  #hamburger1:checked ~ .burger_label span:first-child {
    transform: rotate(45deg);
    margin-top: 14px;
    display: block; }
  #hamburger:checked ~ .burger_label span:last-child,
  #hamburger1:checked ~ .burger_label span:last-child {
    transform: rotate(-45deg);
    margin-top: -7px;
    display: block; }

.navbar_main1 {
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  color: #cbd9d9;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .navbar_main1 .burger_label {
      position: fixed;
      right: 15px;
      top: 14px;
      display: block;
      z-index: 111; } }
  .navbar_main1 .nav_options li,
  .navbar_main1 .nav_options li a {
    color: #cbd9d9; }
  .navbar_main1 .burger {
    background-color: #000;
    width: 42px;
    height: 4px; }
  .navbar_main1 #hamburger1:checked ~ .burger_label span:last-child {
    transform: rotate(-45deg);
    margin-top: -5px;
    display: block; }
  .navbar_main1 #hamburger1:checked ~ .burger_label span:first-child {
    transform: rotate(45deg);
    margin-top: 24px;
    display: block; }
  @media screen and (max-width: 767px) {
    .navbar_main1 .mob_fixed_nav1_main {
      width: 100%;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      min-height: 60px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.048);
      padding: 0px 15px;
      padding-top: 15px;
      padding-bottom: 5px;
      z-index: 99;
      display: flex !important; } }
  .navbar_main1 .mob_fixed_nav1_main .navbar_notification {
    margin-right: 32px; }
  @media screen and (max-width: 767px) {
    .navbar_main1 .mob_fixed_nav1 {
      display: flex;
      justify-content: center;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .navbar_main1 .nav_logo img {
      max-width: 90px;
      width: 90%; } }

@media screen and (max-width: 990px) {
  .navbar_inner .nav_logo {
    position: absolute; } }

.bell_icon {
  width: 22px; }

.profile_icon {
  width: 34px; }

.navbar_notification {
  position: relative; }
  .navbar_notification span {
    background-color: #f53997;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -12px;
    border: 3px solid #fff; }

.navbar_profile {
  position: relative; }
  .navbar_profile li {
    margin: 6px 0px;
    font-size: 14px; }
    .navbar_profile li a {
      color: #fff;
      text-decoration: none;
      font-weight: 500; }

.navbar_profile_dropdown {
  display: none;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 265px;
  background: #68dbd6;
  box-shadow: 4px 4px 6px rgba(158, 158, 158, 0.25);
  border-radius: 35px;
  flex-direction: column;
  padding: 30px 40px;
  color: #fff; }
  .navbar_profile_dropdown:after {
    content: '';
    width: 95px;
    height: 100px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: -52px;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .navbar_profile_dropdown:after {
        display: none; } }
  @media screen and (max-width: 767px) {
    .navbar_profile_dropdown {
      right: -70px;
      width: 222px; } }

.navbar_profile:hover .navbar_profile_dropdown {
  display: flex; }

.navbar_notification_main {
  position: relative;
  right: -25px; }

.notification_outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000; }

.notification_dropdown .infinite-scroll-component {
  max-height: 220px;
  overflow: auto;
  padding-right: 28px; }

.notification_dropdown {
  display: block;
  position: absolute;
  background: #ffffff;
  box-shadow: 4px 4px 6px rgba(158, 158, 158, 0.25);
  border-radius: 50px;
  right: 0px;
  top: 50px;
  width: 350px;
  border-radius: 25px;
  flex-direction: column;
  padding: 25px 30px;
  color: #aab5b5;
  min-height: 100px;
  height: 400px;
  max-height: 80vh;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .notification_dropdown {
      left: unset;
      right: -68px;
      top: 45px;
      width: 225px;
      padding: 10px 15px;
      padding-top: 25px; } }
  .notification_dropdown:after {
    content: '';
    width: 105px;
    height: 125px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: -52px;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .notification_dropdown:after {
        display: none; } }
  .notification_dropdown .close_btn_noti {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    z-index: 999;
    color: #cbd9d9;
    font-size: 25px; }
  .notification_dropdown h5 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .notification_dropdown h5 {
        margin-bottom: 15px; } }
  .notification_dropdown .notification_date {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .notification_dropdown ul li {
    font-size: 14px;
    position: relative;
    color: #aab5b5;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f2f7;
    padding: 10px 0px; }
    .notification_dropdown ul li img {
      margin-right: 15px; }

.notification_listing {
  cursor: pointer; }

.notification_content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.unread::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(/unread.png);
  background-repeat: no-repeat;
  display: inline-block; }

.read::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background-image: url(/read.png);
  background-repeat: no-repeat;
  display: inline-block; }

.SingleDatePickerInput__withBorder_2 {
  border: none !important; }

input[type='number'] {
  -moz-appearance: textfield;
  -webkit-appearance: none; }

input[type='password'].password_dots {
  font-size: 55px;
  line-height: 0;
  height: 0;
  padding-top: 12px;
  padding-right: 60px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    input[type='password'].password_dots {
      font-size: 40px; } }
  input[type='password'].password_dots ::placeholder {
    vertical-align: middle;
    line-height: 1; }

input[type='password'] {
  padding-right: 50px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.item_container {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .item_container .content_part {
    max-width: 500px;
    text-align: center;
    margin-bottom: 100px; }
    .item_container .content_part .board_title {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      font-family: inherit; }
    .item_container .content_part .board_img {
      max-width: 150px;
      margin: 40px auto; }
      .item_container .content_part .board_img.large {
        max-width: 180px; }
      .item_container .content_part .board_img.big {
        max-width: 180px;
        margin: 20px auto; }
      @media screen and (max-width: 600px) {
        .item_container .content_part .board_img {
          max-width: 120px;
          margin: 40px auto; } }
      @media screen and (max-width: 400px) {
        .item_container .content_part .board_img {
          max-width: 100px;
          margin: 40px auto; } }
    .item_container .content_part .board_p {
      font-size: 16px;
      line-height: 1.3;
      font-weight: 400;
      font-family: inherit;
      color: #fff;
      max-width: 380px;
      margin: 0 auto; }

.sign_main .df {
  align-items: unset; }

.sign_left {
  width: 48%;
  display: flex;
  min-height: 100vh; }
  @media screen and (max-width: 767px) {
    .sign_left {
      width: 100%;
      height: auto;
      display: block;
      min-height: unset; } }
  .sign_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
    position: relative;
    left: 0px; }
    @media screen and (max-width: 767px) {
      .sign_left img {
        width: 100%;
        min-height: unset;
        object-fit: cover; } }

.sign_right {
  width: 62%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .sign_right {
      width: 100%;
      padding: 20px 32px;
      min-height: unset;
      margin: 30px auto; } }
  @media screen and (max-width: 767px) {
    .sign_right .form_group .half {
      width: 100%;
      margin: 7.5px 0px; } }
  .sign_right .h2 {
    display: inline-block;
    padding-bottom: 50px; }

.arrow_left {
  width: 10px;
  margin-right: 25px; }

.h2 {
  display: inline-block;
  color: #68dbd6;
  font-size: 30px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .h2 {
      font-size: 24px; } }

.form_group {
  margin: 18px 0px;
  width: 100%; }
  .form_group label {
    color: #aab5b5;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  .form_group input,
  .form_group textarea {
    resize: none;
    background-color: #f4f8f8;
    border-radius: 40px;
    border: none;
    padding: 13px 22px;
    width: 100%;
    color: #68dbd6 !important;
    font-family: inherit;
    font-size: 14px;
    min-height: 50px; }
    .form_group input:hover, .form_group input:focus,
    .form_group textarea:hover,
    .form_group textarea:focus {
      outline: none;
      border: none;
      box-shadow: none; }
    .form_group input::placeholder,
    .form_group textarea::placeholder {
      color: #aab5b5;
      font-weight: 400;
      font-size: 13px;
      word-spacing: 1px;
      letter-spacing: 0.5px; }
  .form_group input:-internal-autofill-selected {
    background-color: #f4f8f8 !important;
    color: #68dbd6 !important; }
  .form_group .pr input {
    padding-left: 60px; }
    .form_group .pr input.pass_input {
      padding-right: 60px; }
  .form_group .pr .pass_eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-20px) translateY(-50%);
    border: none;
    outline: none;
    background: transparent; }
    .form_group .pr .pass_eye .eye_icon {
      max-width: 25px;
      position: relative;
      top: unset;
      left: unset;
      transform: translate(0px) !important; }
  .form_group .password_input {
    position: relative; }
    .form_group .password_input input.pass_input {
      padding-right: 60px; }
    .form_group .password_input .pass_eye {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateX(-20px) translateY(-50%);
      border: none;
      outline: none;
      background: transparent; }
      .form_group .password_input .pass_eye .eye_icon {
        max-width: 25px;
        position: relative;
        top: unset;
        left: unset;
        transform: translate(0px) !important; }
  .form_group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px; }
  .form_group .calender {
    position: relative; }
    .form_group .calender input {
      padding-right: 60px; }
    .form_group .calender img {
      position: absolute;
      right: 20px;
      left: unset; }
  .form_group .forget {
    color: #cbd9d9;
    text-align: left;
    display: block;
    font-size: 13px;
    padding-top: 6px;
    font-weight: 500;
    max-width: 122px;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
    white-space: nowrap;
    cursor: pointer; }
  .form_group .half {
    width: 48%; }
  .form_group .input_err_msg {
    font-size: 13px;
    line-height: 1.6;
    color: red;
    margin-top: 2px;
    font-weight: 400;
    text-align: left !important;
    width: 100%;
    margin-left: 0px !important;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .form_group .input_err_msg {
        margin-top: 0px;
        font-weight: 400;
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0px !important;
        text-align: left !important; } }

.mobile_input_group {
  display: flex;
  width: 100%;
  align-items: stretch; }
  .mobile_input_group .country_code_select {
    background: #f4f8f8;
    border: none;
    outline: none;
    padding: 5px;
    padding-right: 15px;
    padding-left: 22px;
    width: 135px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("/picker_arrwo_bottom.png");
    background-position: 80px center;
    background-size: 14px;
    background-repeat: no-repeat;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    font-family: inherit;
    font-size: 14px;
    color: #aab5b5;
    font-weight: 400;
    cursor: pointer; }
  .mobile_input_group input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 0px !important; }

.checkbox_custom {
  display: none; }

.keep_logged {
  height: 20px;
  width: 20px;
  background-color: #f4f8f8;
  border-radius: 2px;
  display: block;
  margin-right: 12px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-radius: 5px;
  cursor: pointer; }

.dont_show_main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 38px auto; }
  .dont_show_main span {
    position: relative;
    left: 0;
    font-size: 12px;
    font-weight: 500; }
  .dont_show_main .keep_logged {
    position: relative; }

.checkbox_custom:checked ~ .keep_logged {
  background-color: #68dbd6;
  background-image: url("/check_w.svg"); }

.keepSignedIn {
  color: #cbd9d9;
  font-size: 12px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  width: fit-content;
  flex-direction: row !important; }

.dont_have_account {
  color: #68dbd6;
  margin-top: 40px;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  .dont_have_account b {
    cursor: pointer; }

.sign_right_inner {
  max-width: 600px;
  width: 60%;
  padding-left: 40px;
  margin-top: 8%;
  min-height: 575px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sign_right_inner {
      max-width: 100%;
      width: 100%;
      padding-left: 0px;
      margin-top: unset;
      height: unset; } }
  .sign_right_inner .form_group {
    margin-bottom: 30px; }

.social_login_img {
  margin: 8px 12px;
  cursor: pointer;
  width: 40px; }

.sign_btn {
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .sign_btn {
      position: relative;
      bottom: unset;
      max-width: 600px;
      width: 100%; } }
  .sign_btn .colored_btn {
    width: 100%; }

.continue_btns {
  margin-left: 35px; }
  @media screen and (max-width: 767px) {
    .continue_btns {
      margin-left: 0px; } }

.signup2_text {
  margin: 25px 0px;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center; }

.TnC_text {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  font-size: 14px;
  padding-right: 30px; }

.full_page_view {
  margin-bottom: 50px;
  min-height: 70%; }

.terms_content {
  height: 40vh;
  overflow: auto; }
  .terms_content p {
    text-align: left !important; }
  .terms_content ul {
    padding: 0px 0px 0px 40px !important; }
  .terms_content li {
    list-style-type: initial !important; }

.terms_content,
.country_code_select,
.infinite-scroll-component {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .terms_content::-webkit-scrollbar,
  .country_code_select::-webkit-scrollbar,
  .infinite-scroll-component::-webkit-scrollbar {
    width: 6px; }
  .terms_content::-webkit-scrollbar-track,
  .country_code_select::-webkit-scrollbar-track,
  .infinite-scroll-component::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .terms_content::-webkit-scrollbar-thumb,
  .country_code_select::-webkit-scrollbar-thumb,
  .infinite-scroll-component::-webkit-scrollbar-thumb {
    background: #888; }
  .terms_content::-webkit-scrollbar-thumb:hover,
  .country_code_select::-webkit-scrollbar-thumb:hover,
  .infinite-scroll-component::-webkit-scrollbar-thumb:hover {
    background: #555; }

.event_lists .slick-list {
  padding-top: 30px; }

.slick-list .hand_dollar {
  width: unset;
  max-width: 45px;
  height: 100%;
  max-height: 45px;
  position: absolute;
  top: 0;
  right: 0px;
  transform: translate(0%, -25%);
  z-index: 10; }

.hosted_event_main {
  position: relative;
  width: 200px; }

.half1 .rc-time-picker-clear {
  top: 50%;
  margin: 0;
  transform: translateY(-50%); }

@media screen and (max-width: 767px) {
  .rc-time-picker {
    width: 100%; } }

.menu_active {
  color: #68dbd6 !important; }

.signin_btn_onwhite {
  color: #68dbd6;
  text-decoration: none;
  border: 2px solid #68dbd6;
  padding: 10px 50px;
  border-radius: 50px;
  text-decoration: none; }

.accept_term_text {
  font-weight: 500;
  font-size: 14px;
  color: #aab5b5; }

.continue_btn {
  transition: 0.4s;
  padding: 12px !important; }
  .continue_btn:hover {
    background-color: #68dbd6;
    color: #fff !important; }
  .continue_btn.active {
    background-color: #68dbd6;
    color: #fff !important; }

.cont_next_btn_box {
  margin-top: 80px;
  text-align: right; }
  .cont_next_btn_box .cont_next_btn {
    max-width: 160px;
    margin-left: auto;
    margin-right: 0px; }
    .cont_next_btn_box .cont_next_btn:disabled {
      opacity: 0.5; }

.confirm_Popup_outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #232323; }
  .confirm_Popup_outer .confirm_Popup_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 940px;
    padding: 50px;
    background: #fff;
    text-align: center;
    border-radius: 20px; }
    @media (max-width: 1599px) {
      .confirm_Popup_outer .confirm_Popup_inner {
        max-width: 740px;
        padding: 40px; } }
    @media (max-width: 767px) {
      .confirm_Popup_outer .confirm_Popup_inner {
        max-width: 100%;
        width: 90%;
        padding: 20px;
        border-radius: 20px; } }
    .confirm_Popup_outer .confirm_Popup_inner .txt_heading {
      display: block;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      color: #aab5b5;
      margin: 29px 0 15px;
      text-align: center; }
      @media (max-width: 1599px) {
        .confirm_Popup_outer .confirm_Popup_inner .txt_heading {
          font-size: 16px; } }
    .confirm_Popup_outer .confirm_Popup_inner > p {
      color: #aab5b5;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%; }
      @media (max-width: 1599px) {
        .confirm_Popup_outer .confirm_Popup_inner > p {
          font-size: 16px; } }
    .confirm_Popup_outer .confirm_Popup_inner .email_id {
      max-width: 436px;
      margin: auto;
      border-radius: 50px;
      background-color: #f4f8f8;
      display: block;
      margin-top: 20px;
      padding: 10px 30px; }
      .confirm_Popup_outer .confirm_Popup_inner .email_id input {
        color: #68dbd5;
        font-size: 18px;
        background-color: transparent;
        width: 100%;
        font-style: normal;
        font-weight: 600;
        line-height: 160%;
        border: none; }
        @media (max-width: 1599px) {
          .confirm_Popup_outer .confirm_Popup_inner .email_id input {
            font-size: 16px;
            margin-top: 0px; } }
    .confirm_Popup_outer .confirm_Popup_inner .sign_upemail_id {
      background: transparent !important;
      color: #68DBD5;
      font-weight: 600;
      margin-top: 0px !important; }
    .confirm_Popup_outer .confirm_Popup_inner .yes_btn,
    .confirm_Popup_outer .confirm_Popup_inner .cancel_btn {
      border-radius: 50px;
      background: #68dbd6;
      color: #fff;
      text-align: center;
      display: block;
      width: 100%;
      max-width: 436px;
      font-size: 20px;
      font-style: normal;
      padding: 10px 0 12px;
      margin: 20px auto;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
      border: 2px solid transparent;
      cursor: pointer;
      margin-bottom: 0; }
      @media (max-width: 1599px) {
        .confirm_Popup_outer .confirm_Popup_inner .yes_btn,
        .confirm_Popup_outer .confirm_Popup_inner .cancel_btn {
          font-size: 16px;
          font-weight: 500; } }
    .confirm_Popup_outer .confirm_Popup_inner .yes_btn {
      margin-top: 30px; }
    .confirm_Popup_outer .confirm_Popup_inner .cancel_btn {
      border: 2px solid #68dbd6;
      color: #68dbd5;
      background-color: transparent; }

.success_screen .confirm_Popup_inner {
  background: #68DBD6; }
  .success_screen .confirm_Popup_inner .txt_heading {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    margin: 18px 0 7px 0;
    line-height: normal; }
  .success_screen .confirm_Popup_inner p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

.success_screen .yes_btn {
  border-radius: 50px !important;
  background: #FFF !important;
  color: #68DBD6 !important;
  font-weight: 700 !important;
  max-width: 336px !important; }

.add_rsvp_outer .add_rsvp_inner {
  border-radius: 20px;
  height: 75%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_data_list li {
    border: 1px solid #f0f2f7;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 30px; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_data_list li > div {
      display: flex;
      align-items: center;
      gap: 16px;
      color: #aab5b5;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_data_list li > div button {
        background-color: transparent;
        border: none; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .close_bar {
    display: block;
    position: relative; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .close_bar b {
      color: #68dbd6;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .close_bar b {
          font-size: 20px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .close_bar img {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      @media (max-width: 767px) {
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .close_bar img {
          width: 13px; } }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top > span {
    color: #aab5b5;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 28px;
    display: block; }
    @media (max-width: 767px) {
      .add_rsvp_outer .add_rsvp_inner .rsvp_top > span {
        font-size: 14px; } }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top > p {
    color: #aab5b5;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 37px; }
    @media (max-width: 767px) {
      .add_rsvp_outer .add_rsvp_inner .rsvp_top > p {
        font-size: 12px; } }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .warning_box {
    background: #B62626;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #fff;
    text-align: left;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .warning_box {
        margin-bottom: 16px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .warning_box b {
      display: block;
      margin-bottom: 6px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_attendee_box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    border-radius: 15px;
    border: 1px dashed #cbd9d9;
    color: #aab5b5;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 767px) {
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_attendee_box {
        padding: 15px;
        font-size: 12px; }
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_attendee_box img {
          width: 16px; } }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio input[type="radio"] {
    display: none; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio label {
    cursor: pointer;
    position: relative;
    font-size: 4rem; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio label::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #cbd9d9;
    border-radius: 4px;
    top: 50%;
    left: -5rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio label::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #68dbd6;
    border: 2px solid #68dbd6;
    border-radius: 4px;
    top: 50%;
    left: -5.1rem;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio input[type="radio"]:checked + label::before {
    border-color: #68dbd6; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .form_outer > .custom_radio input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(0.55); }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_fix {
    max-height: 226px;
    overflow: auto;
    padding-bottom: 70px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .add_rsvp_btns {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 88%;
    background-color: #fff;
    margin: auto; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name,
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 767px) {
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name,
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex {
        flex-direction: column;
        gap: 15px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name > div,
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex > div {
      width: 100%; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name label,
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex label {
      color: #aab5b5;
      text-align: left;
      margin-bottom: 12px;
      display: block;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name label,
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex label {
          font-size: 14px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name input,
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex input {
      padding: 14px 40px;
      color: #68DBD6;
      border-radius: 50px;
      background: #f4f8f8;
      border: none;
      font-size: 16px;
      width: 100%;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media (max-width: 767px) {
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name input,
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex input {
          padding: 14px 20px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name ::-ms-input-placeholder,
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex ::-ms-input-placeholder {
      /* Edge 12-18 */
      color: #aab5b5; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .name ::placeholder,
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_flex ::placeholder {
      color: #aab5b5; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .custom_radio_check > div > div {
    margin-right: 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .add_more_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 13px 22px;
    border-radius: 50px;
    border: 1px solid #68dbd6;
    color: #68dbd6;
    background-color: transparent;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .add_btn {
    background-color: #68dbd6;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .form_txt {
    color: #AAB5B5;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-top: 30px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form textarea {
    width: 100%;
    border-radius: 12px;
    background: #F4F8F8;
    color: #68DBD6 !important;
    font-weight: 500 !important;
    height: 98px;
    resize: none; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn {
    margin-top: 20px;
    position: relative; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn label {
      color: #aab5b5;
      padding-left: 40px;
      display: block;
      text-align: left;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #cbd9d9;
        border-radius: 5px;
        background: #fff; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn input:checked + label:before {
      border: 2px solid #68dbd6; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .radio_btn input:checked + label:after {
      content: "";
      width: 14px;
      height: 14px;
      background: #68dbd6;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 3px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .req_text {
    color: #aab5b5;
    text-align: left;
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form textarea {
    border-radius: 12px;
    background: #f4f8f8;
    padding: 20px;
    color: #aab5b5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 98px;
    border: none;
    margin-top: 20px;
    resize: none; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form textarea::placeholder {
    color: #aab5b5; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .save_add {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px dashed #cbd9d9;
    color: #aab5b5;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 0;
    margin: 30px 0; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .add_form .save_add img {
      width: 20px;
      margin-right: 15px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .warning_box_outer {
    max-height: 279px;
    overflow: auto;
    padding-bottom: 70px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #F0F2F7;
    background: #FFF;
    padding: 13px 17px;
    margin-bottom: 14px; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px; }
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div span {
        color: #AAB5B5;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: block;
        text-align: left; }
        @media (max-width: 767px) {
          .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div span {
            display: block;
            width: 105px;
            overflow: auto; } }
        .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div span span {
          color: #AAB5B5;
          font-size: 14px;
          font-weight: 400; }
          @media (max-width: 767px) {
            .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div span span {
              white-space: pre; } }
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div button {
        border: none;
        background-color: transparent; }
      .add_rsvp_outer .add_rsvp_inner .rsvp_top .data_listing_outer .data_listing > div:first-child {
        gap: 10px; }
  .add_rsvp_outer .add_rsvp_inner .rsvp_bottom {
    position: absolute;
    bottom: 0px;
    padding-bottom: 40px;
    left: 0;
    background-color: #fff;
    width: 100%; }
    .add_rsvp_outer .add_rsvp_inner .rsvp_bottom button {
      display: block;
      border: none;
      background: #68dbd6;
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: uppercase;
      padding: 11px;
      border-radius: 50px;
      width: 80%;
      margin: auto;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .add_rsvp_outer .add_rsvp_inner .rsvp_bottom button {
          width: 92%;
          font-size: 15px;
          padding: 9px; } }
    .add_rsvp_outer .add_rsvp_inner .rsvp_bottom button:disabled,
    .add_rsvp_outer .add_rsvp_inner .rsvp_bottom button[disabled] {
      background-color: grey;
      cursor: not-allowed; }

.item-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.df.profile_main {
  padding: 25px 0px;
  align-items: unset; }
  @media screen and (max-width: 767px) {
    .df.profile_main {
      padding: 20px 0px; } }
  .df.profile_main button {
    width: 100%;
    margin: 5px auto; }

.profile_left {
  display: flex;
  flex-direction: column;
  width: 245px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .profile_left {
      flex-direction: column;
      width: 100%; } }
  .profile_left label.colored_btn {
    width: 100%;
    text-align: center; }

.profile_heading {
  color: #68dbd6;
  font-size: 24px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .profile_heading {
      margin-top: 30px; } }
  .profile_heading ~ .hr {
    margin: 25px auto; }

.profile_right {
  width: calc(100% - 260px);
  padding: 0px;
  padding-left: 75px; }
  @media screen and (max-width: 767px) {
    .profile_right {
      width: 100%;
      padding-left: 0px; } }

.profile_detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .profile_detail {
      flex-direction: column;
      align-items: flex-start; } }
  .profile_detail h3 {
    margin-right: 75px; }
    @media screen and (max-width: 767px) {
      .profile_detail h3 {
        margin-right: 25px; } }
  .profile_detail input {
    background-color: #f4f8f8;
    max-width: 415px;
    width: 100%;
    border: none;
    padding: 15px 35px;
    border-radius: 40px; }
    @media screen and (max-width: 767px) {
      .profile_detail input {
        max-width: 100%; } }
  .profile_detail .input_err_msg {
    font-size: 12px;
    margin-left: 20px; }

.profile_edit_main .profile_detail {
  justify-content: space-around;
  margin: 15px 0px; }
  .profile_edit_main .profile_detail input {
    max-width: unset; }
  .profile_edit_main .profile_detail .profile_edit_input {
    flex: 1; }

.profile_edit_main .profile_detail input {
  font-size: 16px;
  color: #aab5b5;
  -webkit-text-fill-color: #aab5b5; }
  @media screen and (max-width: 767px) {
    .profile_edit_main .profile_detail input {
      width: 100%; } }

.profile_detail h3 {
  margin-right: 50px;
  white-space: nowrap;
  min-width: 125px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .profile_detail h3 {
      margin-top: 12px;
      padding-left: 25px;
      margin-bottom: 5px;
      font-size: 13px; } }

.profile_detail.profile_detail_heading h3 {
  padding-left: 0px; }

.pr_left {
  position: relative; }
  .pr_left input {
    padding-right: 75px; }
  .pr_left .calender_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    max-width: 20px; }

.df.profile_main.profile_edit_main {
  align-items: flex-start; }

.profile_edit_btns {
  margin: 75px auto; }
  .profile_edit_btns button {
    width: 48%;
    max-width: 300px; }

.profile_img_add {
  padding: 32px;
  padding-top: 0px; }
  .profile_img_add img {
    width: 170px;
    height: 170px;
    object-fit: cover; }

.profile_img_add img {
  cursor: pointer;
  border-radius: 50%; }

#add_user_profile {
  display: none; }

.admin_contact_info {
  text-transform: uppercase; }
  .admin_contact_info h4 {
    color: #aab5b5;
    font-weight: 500;
    margin-bottom: 25px; }

.admin_contact {
  margin: 10px auto;
  text-transform: capitalize;
  font-size: 14px; }
  .admin_contact a {
    color: #68dbd6 !important; }

.send_gift_p {
  margin: 50px auto !important;
  text-transform: uppercase !important;
  padding: 0px 25px;
  font-size: 14px !important; }

.event_details p.p1 {
  color: #68dbd6;
  font-size: 25px;
  font-weight: 700; }

.event_details p.p2 {
  color: #68dbd6;
  font-size: 12px;
  font-weight: 500; }

.event_details p.p3 {
  color: #cbd9d9;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.2px; }

.event_details p.p4 {
  color: #cbd9d9;
  font-size: 16px;
  font-weight: 400;
  max-width: 635px;
  margin: 22px auto;
  margin-bottom: 32px; }

.attach_video {
  background-color: #f1f6f6;
  height: 400px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  margin-bottom: 0px;
  border-radius: 20px;
  overflow: hidden; }

#attach_video {
  display: none; }

.attach {
  cursor: pointer;
  display: inline-block; }

.mt_45 {
  margin-top: 45px; }

.mb_18 {
  margin-bottom: 18px; }

.make_video_btn {
  color: #aab5b5;
  background-color: transparent;
  border: none;
  font-weight: bold;
  display: inline-block;
  font-size: 16px; }

.attach_make_separator {
  margin: 0px 25px; }

.profile_detail_heading h3 {
  margin-right: 50px;
  width: 75px; }
  @media screen and (max-width: 767px) {
    .profile_detail_heading h3 .profile_detail h3 {
      margin-right: 25px; } }

.profile_detail.profile_detail_heading {
  margin-bottom: 30px; }

@media screen and (max-width: 990px) {
  .profile_edit_input {
    width: 100%; } }

.profile_img_add + label {
  cursor: pointer; }

.backdrop_close {
  position: fixed;
  background-color: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.history_main {
  margin: 25px auto; }

.history_search {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 75%;
  min-width: 200px; }
  @media screen and (max-width: 767px) {
    .history_search {
      width: 100%; } }
  .history_search input {
    background: #F1F6F6;
    border-radius: 50px;
    width: 100%;
    outline: none;
    border: none;
    padding: 15px;
    min-height: 50px;
    display: block;
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .history_search input {
        padding-left: 48px; } }
    .history_search input::placeholder {
      color: #CBD9D9;
      font-weight: 700;
      font-size: 14px; }
  .history_search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px; }
    @media screen and (max-width: 767px) {
      .history_search img {
        left: 15px; } }

.history_item {
  margin: 75px 0px; }
  .history_item .date {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px; }
  .history_item li {
    border-bottom: 0.5px solid #F0F2F7;
    padding: 15px 0px;
    padding-bottom: 25px;
    font-size: 14px; }

.history_end {
  color: #EAECF1;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 80px; }

.setting_ul {
  margin: 30px auto; }
  .setting_ul li {
    border-bottom: 0.5px solid #F0F2F7;
    padding: 15px 0px;
    padding-top: 30px;
    font-size: 14px; }
    .setting_ul li a {
      color: #AAB5B5;
      text-decoration: none;
      font-weight: 500; }

.hide {
  display: none; }

.switch {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 340px) {
    .switch {
      width: 65%; } }

.slider {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  width: 70px;
  height: 30px;
  transform: translateY(-50%); }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked ~ .switch .slider {
  background-color: #68dbd6; }

input:focus ~ .switch .slider {
  box-shadow: 0 0 1px #68dbd6; }

input:checked ~ .switch .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.form_group.df.a_c.jc_c.receive_monetary_gifts {
  align-items: flex-start !important; }

.receive_monetary_gifts {
  justify-content: flex-end !important;
  align-items: flex-end !important;
  margin-top: 80px; }
  @media (max-width: 991px) {
    .receive_monetary_gifts {
      margin-top: 16px; } }
  .receive_monetary_gifts .half1:last-child {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    bottom: 0px;
    justify-content: space-between; }

.search_event_main a {
  width: 45%;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .search_event_main a {
      width: 100%; } }
  .search_event_main a button {
    margin: 0px auto !important;
    margin-bottom: 20px !important; }

.search_event_main .colored_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 500px;
  margin: 0px 20px; }
  .search_event_main .colored_btn img {
    margin-left: 32px;
    max-width: 22px; }

.search_event {
  position: relative;
  margin-right: 40px; }
  .search_event .qr_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: unset;
    width: 25px; }
    @media screen and (max-width: 767px) {
      .search_event .qr_icon {
        right: 18px; } }

.hosted_event {
  margin-right: 20px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .hosted_event {
      margin-right: 0px;
      width: unset;
      max-width: unset;
      max-height: 285px; } }
  .hosted_event:after {
    content: '';
    background-image: linear-gradient(180deg, rgba(104, 219, 214, 0.483) 0%, rgba(0, 0, 0, 0.574) 100%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .hosted_event img {
    height: 250px;
    width: 100%; }
  .hosted_event .event_date {
    position: absolute;
    top: 20px;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block; }
  .hosted_event .event_address {
    position: absolute;
    bottom: 38px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .hosted_event .event_address h4 {
      font-size: 15px;
      margin-bottom: 7px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0px 5px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .hosted_event .event_address p {
      text-transform: uppercase;
      margin: 0px 10px;
      font-weight: 600; }

.event_listing_main .slick_item {
  width: 100%;
  height: unset;
  min-height: unset; }

.event_listing_main .slick-slider.slick-initialized {
  position: relative;
  padding-left: calc((100vw - 1083px) / 2 - 15px);
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 990px) {
    .event_listing_main .slick-slider.slick-initialized {
      padding-left: 5%; } }

.event_listing_main .slick-slide + div {
  margin-right: 12px; }

.event_listing_main .slick-slide:first-child {
  margin-right: 12px; }

.event_lists {
  margin: 30px auto; }
  @media screen and (max-width: 767px) {
    .event_lists {
      margin: 0px auto; } }
  .event_lists h2 {
    font-size: 18px;
    margin: 30px;
    margin-top: 50px;
    margin-left: 0px;
    font-weight: 600;
    margin-bottom: 0px; }
  .event_lists .slick-next {
    right: 25%; }
  .event_lists .slick-prev {
    left: calc((100vw - 990px) / 2 - 45px);
    z-index: 99; }
    @media screen and (max-width: 990px) {
      .event_lists .slick-prev {
        left: 2%; } }
  .event_lists .slick-next:before {
    content: '';
    background-image: url(/white_arrow.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    z-index: 1;
    display: block;
    background-size: contain;
    opacity: 1; }
  .event_lists .slick-prev:before {
    content: '';
    background-image: url(/arrow_left.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    z-index: 1;
    display: block;
    background-size: contain;
    opacity: 1; }

.past_events .hosted_event:after {
  background-image: unset;
  background: rgba(240, 240, 240, 0.63); }

.no_event_found {
  text-align: center;
  margin: 70px auto; }
  .no_event_found p {
    font-weight: 500;
    margin-bottom: 40px;
    font-weight: 600; }

.create_event_img_img {
  width: calc(100% + 150px) !important;
  object-fit: cover;
  max-width: unset !important;
  margin-left: -75px;
  margin-top: -75px;
  height: 400px !important; }
  @media screen and (max-width: 767px) {
    .create_event_img_img {
      height: 45vh !important; } }

.change_img_button {
  padding: 14px 45px;
  background-color: #68dbd6;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  cursor: pointer; }

#create_event_img {
  display: none; }

.create_event_input {
  width: 100%;
  background-color: #f1f6f6;
  margin-top: -25px;
  padding: 100px 75px;
  text-align: center;
  font-size: 12px;
  position: relative;
  height: 400px; }
  @media screen and (max-width: 667px) {
    .create_event_input {
      height: unset; } }
  .create_event_input p {
    font-weight: 600;
    padding: 12px;
    margin-top: 8px; }
  .create_event_input img {
    cursor: pointer;
    width: 15%;
    max-width: 140px; }
    @media screen and (max-width: 767px) {
      .create_event_input img {
        width: 30%;
        max-width: 300px; } }

.create_event_output {
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  width: 100%;
  margin-top: -25px;
  color: #fff;
  text-align: center;
  position: relative; }
  .create_event_output .create_event_output_content {
    padding-top: 10%;
    position: absolute;
    top: 22%;
    width: 100%;
    font-weight: 600; }
    @media screen and (max-width: 990px) {
      .create_event_output .create_event_output_content {
        top: 22%; } }
    .create_event_output .create_event_output_content p {
      font-size: 15px;
      margin: 10px auto; }
  .create_event_output span {
    text-transform: uppercase;
    display: block;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    font-size: 17px; }

.event_time_input .form_group {
  margin: 0px; }

.event_created {
  width: 400px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .event_created {
      width: 100%; } }
  .event_created .qr {
    width: 50%;
    margin-top: 22px; }
  .event_created img {
    width: 100px; }
  .event_created h3 {
    font-size: 20px;
    margin: 18px;
    font-weight: 600; }
  .event_created .event_created_icons {
    align-items: center;
    justify-content: center;
    margin: 12px; }
    @media screen and (max-width: 767px) {
      .event_created .event_created_icons {
        display: flex;
        flex-direction: row; } }
    .event_created .event_created_icons img {
      width: 36px;
      margin: 10px; }

.event_qr_text {
  font-size: 12px;
  max-width: 300px;
  margin: 0 auto;
  font-weight: 600; }

.receive_toggle {
  position: relative; }
  .receive_toggle h4 {
    margin: 0px !important; }
    @media screen and (max-width: 767px) {
      .receive_toggle h4 {
        flex: 1; } }

.active-monetary {
  color: #68dbd6;
  padding-left: 20px !important; }

.edit-wrap {
  display: flex;
  background: #68dbd6;
  border-radius: 50px;
  padding: 10px 15px;
  justify-items: center;
  align-items: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .edit-wrap {
      background: #ffff; } }
  .edit-wrap img {
    width: 24px !important;
    height: 24px !important;
    margin-left: 15px !important; }
    @media (max-width: 767px) {
      .edit-wrap img {
        display: none; } }
  .edit-wrap span {
    font-size: 14px;
    font-weight: 600;
    color: white; }
    @media (max-width: 767px) {
      .edit-wrap span {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        color: #68dbd6; } }

.event_location {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .event_location {
      margin-top: 16px; } }
  .event_location > div {
    width: 100%;
    max-width: 1070px; }

.event_details {
  margin: 50px auto;
  text-align: center; }
  .event_details input {
    border: none;
    margin: 20px auto;
    text-align: left;
    text-transform: capitalize;
    color: #68dbd6;
    font-size: 35px;
    font-weight: 600;
    padding: 14px;
    letter-spacing: 0.5px;
    padding-bottom: 18px;
    width: 100%; }
    .event_details input::placeholder {
      color: #68dbd6; }
    .event_details input.gift_message {
      font-size: 14px;
      max-width: 300px; }
  .event_details .event_created_p {
    font-weight: 600;
    font-size: 18px; }
  .event_details h4 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 16px; }
  .event_details p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    word-break: break-word; }
    .event_details p span {
      margin: 0px 20px; }
      @media screen and (max-width: 767px) {
        .event_details p span {
          margin: 0px 5px; } }
  .event_details .border_btn {
    margin: 48px auto;
    color: #68dbd6;
    width: 350px; }
    @media screen and (max-width: 767px) {
      .event_details .border_btn {
        width: 100%; } }
  .event_details .btns {
    display: flex;
    gap: 50px;
    max-width: 800px;
    margin: auto;
    justify-content: center; }
    .event_details .btns .border_btn {
      width: 100%; }
  .event_details .slider {
    position: relative;
    top: unset;
    transform: unset;
    margin-left: 35px; }
    @media screen and (max-width: 767px) {
      .event_details .slider {
        margin-left: 0px; } }
  .event_details .switch {
    justify-content: center; }

.no_flex_btn {
  max-width: 100% !important; }

.banner_btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  max-width: 59%;
  gap: 30px;
  margin: auto;
  z-index: 0;
  margin-top: -25px; }
  @media screen and (max-width: 991px) {
    .banner_btns {
      max-width: 100%; } }

.edit_delete {
  position: absolute;
  right: 0px; }
  @media screen and (max-width: 767px) {
    .edit_delete {
      flex-direction: row !important;
      position: relative;
      right: unset;
      justify-content: center !important; } }
  .edit_delete img {
    width: 45px;
    height: 45px;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .edit_delete img {
        margin: 0px; } }

.code_input {
  display: flex;
  align-items: center;
  justify-content: center; }
  .code_input input {
    background-color: #f4f8f8;
    border: none;
    min-height: 132px;
    border-radius: 42px;
    width: 72px;
    margin: 40px 20px;
    text-align: center;
    padding: 12px; }
    @media screen and (max-width: 767px) {
      .code_input input {
        min-height: 65px;
        width: 38px;
        padding: 2px;
        margin: 3px;
        font-size: 25px !important; } }

.mobile_verification_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
  margin: 40px auto; }
  .mobile_verification_inputs input {
    background-color: #f4f8f8;
    border: none;
    min-height: 95px;
    border-radius: 42px;
    width: 14%;
    text-align: center;
    padding: 12px;
    color: #68dbd6;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .mobile_verification_inputs input {
        min-height: 65px;
        padding: 2px;
        margin: 3px;
        font-size: 25px !important; } }

.contact_verification_modal {
  font-weight: 600; }

.email_verification_img {
  margin: 40px 0px; }
  .email_verification_img img {
    margin: 0;
    width: 110px;
    height: 110px;
    cursor: pointer;
    text-align: center; }

.or {
  width: 100%;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center; }
  .or span {
    background-color: #fff;
    width: 200px;
    margin-top: -60px; }

.qr_scan_main {
  position: relative;
  min-height: 200px;
  margin: 45px auto; }
  .qr_scan_main ~ .colored_btn {
    width: 375px; }
    @media screen and (max-width: 767px) {
      .qr_scan_main ~ .colored_btn {
        width: 100%; } }

.qr_scan {
  width: 242px;
  margin: 0 auto;
  position: relative; }

.qr_scan_border {
  position: relative;
  width: 100%; }

.qr_code {
  position: absolute;
  top: 50%;
  left: 0;
  width: 85%;
  margin: 0 auto;
  transform: translatey(-50%);
  right: 0;
  border-radius: 15px; }

.scanner {
  border-top: 4px solid #68dbd6;
  border-radius: 3px;
  position: relative;
  bottom: 185px;
  z-index: 0; }

.navbar_profile_dropdown li a {
  color: #fff !important; }

.event_img {
  min-height: 250px; }

.pb_0 {
  padding-bottom: 0px;
  padding-top: 75px; }

.date_input_full {
  position: relative; }
  .date_input_full .SingleDatePicker,
  .date_input_full .DateInput,
  .date_input_full .SingleDatePickerInput__withBorder {
    width: 100%;
    background: transparent;
    border: none; }
  .date_input_full .DateInput__disabled {
    background: transparent; }
  .date_input_full .rsvp_disabled {
    opacity: 0.5; }
  .date_input_full .DateInput_input__disabled {
    font-style: normal;
    opacity: 0.6; }
  .date_input_full input {
    padding-right: 30px; }

.form_group img.date_calender {
  position: absolute;
  bottom: 0px;
  top: unset;
  right: 20px;
  left: unset;
  width: 24px; }
  @media screen and (max-width: 767px) {
    .form_group img.date_calender {
      transform: unset;
      top: 50%; } }

.mr_0 {
  margin-right: 0px !important; }

.ml_0 {
  margin-left: 0px !important; }

.half1.mr_0 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .half1.mr_0 {
      flex-direction: column; } }

.create_event_output_img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .ml_22_mob {
    margin-left: 22px; } }

.img_gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) -34.75%, rgba(104, 219, 214, 0.59) 154.21%); }

.image_picker_modal {
  width: 100%;
  overflow: auto; }
  .image_picker_modal::-webkit-scrollbar {
    width: 1px; }
  .image_picker_modal .ReactCrop .ReactCrop__image {
    width: auto;
    max-height: 50vh; }
  .image_picker_modal .crop_button_box {
    width: 100%;
    text-align: center;
    margin-top: 20px; }

.placeholcer_change input::placeholder {
  color: #68dbd6; }

.edit-wrap img + img {
  display: none; }
  @media (max-width: 767px) {
    .edit-wrap img + img {
      display: block; } }

.rsvp_list_inner, .gift_list_inner {
  margin: 28px 0 50px; }
  .rsvp_list_inner .header_box, .gift_list_inner .header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .rsvp_list_inner .header_box, .gift_list_inner .header_box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px; } }
    .rsvp_list_inner .header_box > span, .gift_list_inner .header_box > span {
      color: #AAB5B5;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
    .rsvp_list_inner .header_box > div, .gift_list_inner .header_box > div {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media (max-width: 767px) {
        .rsvp_list_inner .header_box > div, .gift_list_inner .header_box > div {
          align-items: flex-start;
          margin-top: 10px; } }
      .rsvp_list_inner .header_box > div span, .gift_list_inner .header_box > div span {
        border-radius: 50px;
        background: #68DBD6;
        padding: 19px 42px;
        display: flex;
        align-items: center;
        gap: 15px;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer; }
        @media (max-width: 1599px) {
          .rsvp_list_inner .header_box > div span, .gift_list_inner .header_box > div span {
            padding: 15px 20px;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .rsvp_list_inner .header_box > div span, .gift_list_inner .header_box > div span {
            padding: 7px !important;
            font-size: 13px !important; }
            .rsvp_list_inner .header_box > div span img, .gift_list_inner .header_box > div span img {
              height: 18px !important;
              width: 20px !important; } }
  .rsvp_list_inner .rsvp_not_allowed, .gift_list_inner .rsvp_not_allowed {
    background: #f19832;
    padding: 10px;
    color: #fff;
    opacity: 1;
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .rsvp_list_inner .rsvp_not_allowed, .gift_list_inner .rsvp_not_allowed {
        font-size: 15px; } }
  .rsvp_list_inner .attending_data, .gift_list_inner .attending_data {
    display: flex;
    gap: 18px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .rsvp_list_inner .attending_data, .gift_list_inner .attending_data {
        flex-direction: column; } }
    .rsvp_list_inner .attending_data li, .gift_list_inner .attending_data li {
      padding: 8px 12px 8px 11px;
      border-radius: 60px;
      background-color: #F0F2F7; }
      .rsvp_list_inner .attending_data li img, .gift_list_inner .attending_data li img {
        margin-right: 8px; }
      .rsvp_list_inner .attending_data li span, .gift_list_inner .attending_data li span {
        color: #AAB5B5;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        @media (max-width: 767px) {
          .rsvp_list_inner .attending_data li span, .gift_list_inner .attending_data li span {
            font-size: 14px; } }
        .rsvp_list_inner .attending_data li span b, .gift_list_inner .attending_data li span b {
          margin-left: 7px;
          display: inline-block;
          font-weight: 600; }
  .rsvp_list_inner .family_header, .gift_list_inner .family_header {
    background-color: #fff;
    /* Set the background color as needed */
    position: sticky;
    top: 0;
    z-index: 1; }
  .rsvp_list_inner .rsvp_list_box, .gift_list_inner .rsvp_list_box {
    overflow: auto;
    height: 400px; }
    .rsvp_list_inner .rsvp_list_box > div .family_header, .gift_list_inner .rsvp_list_box > div .family_header {
      color: #AAB5B5;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      display: block;
      background-color: #F5F5F5;
      padding: 10px 18px; }
      @media (max-width: 767px) {
        .rsvp_list_inner .rsvp_list_box > div .family_header, .gift_list_inner .rsvp_list_box > div .family_header {
          font-size: 14px; } }
    .rsvp_list_inner .rsvp_list_box > div ul li, .gift_list_inner .rsvp_list_box > div ul li {
      border: 1px solid #F0F2F7;
      border-radius: 15px;
      padding: 16px 36px 16px 18px;
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .rsvp_list_inner .rsvp_list_box > div ul li, .gift_list_inner .rsvp_list_box > div ul li {
          flex-direction: column;
          gap: 20px;
          align-items: flex-start; } }
      .rsvp_list_inner .rsvp_list_box > div ul li > div, .gift_list_inner .rsvp_list_box > div ul li > div {
        display: flex;
        align-items: center;
        gap: 20px; }
        .rsvp_list_inner .rsvp_list_box > div ul li > div .attend_box, .gift_list_inner .rsvp_list_box > div ul li > div .attend_box {
          padding: 10px;
          background-color: #D8F1E6;
          color: #3CB884;
          display: flex;
          gap: 6px;
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          align-items: center;
          border-radius: 60px; }
        .rsvp_list_inner .rsvp_list_box > div ul li > div .not_attend_box, .gift_list_inner .rsvp_list_box > div ul li > div .not_attend_box {
          color: #FF9F1A;
          background-color: #ffecd1; }
        .rsvp_list_inner .rsvp_list_box > div ul li > div > img, .gift_list_inner .rsvp_list_box > div ul li > div > img {
          max-width: 49px; }
        .rsvp_list_inner .rsvp_list_box > div ul li > div p, .gift_list_inner .rsvp_list_box > div ul li > div p {
          color: #AAB5B5;
          font-size: 14px;
          font-weight: 400; }
          .rsvp_list_inner .rsvp_list_box > div ul li > div p b, .gift_list_inner .rsvp_list_box > div ul li > div p b {
            display: block;
            font-size: 16px;
            font-weight: 600; }

.gift_list_inner {
  margin-bottom: 0px; }
  .gift_list_inner .header_box {
    margin-bottom: 0px; }
    .gift_list_inner .header_box > div {
      gap: 28px; }
  .gift_list_inner span {
    font-weight: 700 !important; }
  .gift_list_inner .export_btn {
    gap: 10px !important; }
    @media (max-width: 1599px) {
      .gift_list_inner .export_btn {
        padding: 16px 20px 16px 24px !important;
        font-size: 20px !important; } }
    .gift_list_inner .export_btn img {
      width: 28px; }
  .gift_list_inner .email_btn {
    gap: 10px !important; }
    @media (max-width: 1599px) {
      .gift_list_inner .email_btn {
        padding: 17.5px 42px !important;
        font-size: 20px !important; } }

.max_3_line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.monetarygifts {
  height: 400px;
  background-position: center; }
  .monetarygifts .create_event_output_content {
    padding-top: 6%; }

.totalgift_component {
  background-color: #68dbd6;
  width: 50%;
  border-radius: 40px;
  padding: 25px;
  color: #fff;
  padding-bottom: 8%;
  text-align: center;
  max-width: 428px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .totalgift_component {
      width: 90%;
      padding: 20px; } }
  .totalgift_component h2 {
    font-size: 35px; }
  .totalgift_component p {
    margin-bottom: 14px; }
  .totalgift_component + .border_btn {
    position: absolute;
    bottom: -10%;
    background-color: #fff;
    color: #aab5b5; }
    @media screen and (max-width: 767px) {
      .totalgift_component + .border_btn {
        position: relative;
        bottom: -12px; } }

.total_gifts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: -72px; }
  .total_gifts .date_time_btn {
    color: #68dbd7;
    border: none;
    background-color: #fff;
    width: 235px;
    padding: 17px;
    position: relative;
    top: 24px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .total_gifts .date_time_btn {
        top: -12px; } }

.new_recieve_gift {
  top: 0px;
  transform: translateY(-370px); }
  .new_recieve_gift .totalgift_component {
    padding: 50px 0px; }
    @media screen and (max-width: 500px) {
      .new_recieve_gift .totalgift_component {
        padding: 30px 0px; } }

.event_detail_video .totalgift_component {
  padding-top: 6%; }

.search_component {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px; }
  .search_component + h4 {
    font-weight: bold;
    padding: 0px 15px;
    color: #aab5b5;
    font-size: 18px; }
  .search_component img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20px; }
  .search_component input {
    background-color: #f1f6f6;
    width: 100%;
    border-radius: 40px;
    display: block;
    border: none;
    padding: 15px;
    padding-left: 70px;
    color: #68dbd6;
    font-size: 14px;
    font-weight: 600; }
    .search_component input::placeholder {
      color: #cbd9d9;
      font-weight: bold; }

.gift_received .infinite-scroll-component {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0px;
  max-height: 600px;
  overflow: auto;
  width: 100%;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .gift_received .infinite-scroll-component {
      max-height: unset;
      overflow: unset;
      padding-right: 0px; } }
  .gift_received .infinite-scroll-component + .download_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .gift_received .infinite-scroll-component + .download_btn {
        margin: 50px auto; } }
    .gift_received .infinite-scroll-component + .download_btn img {
      max-width: 22px;
      margin-right: 12px; }

.gift_item_received_container {
  width: calc(50% - 25px);
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .gift_item_received_container .gift_received_label {
    max-width: 33px;
    display: inline-flex; }

.gift_item_received {
  background-color: #f1f6f6;
  padding: 20px 18px;
  width: calc(50% - 25px);
  border-radius: 15px;
  justify-content: space-between;
  margin: 11px 0px;
  padding-bottom: 12px;
  align-items: flex-start;
  min-height: 145px;
  padding-left: 25px;
  position: relative;
  flex-direction: row;
  word-break: break-word;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .gift_item_received {
      width: 100%;
      flex-direction: row; } }
  @media screen and (max-width: 767px) {
    .gift_item_received .df.w_100 {
      align-items: unset; } }
  .gift_item_received h5 {
    color: #68dbd6;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px; }
  .gift_item_received .h5_amount {
    margin-top: 15px; }
  .gift_item_received h4 {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px; }
    .gift_item_received h4 span {
      color: #68dbd6;
      font-weight: 600; }
  .gift_item_received h6 {
    font-weight: 500;
    font-size: 15px; }
  .gift_item_received p {
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    color: rgba(170, 181, 181, 0.7); }

.container.event_detail_video {
  height: 0; }
  @media screen and (max-width: 767px) {
    .container.event_detail_video {
      padding-top: 0px; } }

.event_video {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  height: 58vh;
  min-height: 300px; }
  .event_video img {
    position: absolute;
    width: 100px; }
  .event_video video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #000; }

.event_video_download {
  display: flex;
  justify-content: flex-end;
  margin: 50px auto; }
  .event_video_download button {
    margin: unset;
    display: flex;
    justify-content: center;
    align-items: center; }
    .event_video_download button img {
      margin-right: 12px; }

.gift_video_msg {
  position: relative;
  width: 160px;
  object-fit: cover;
  height: 115px;
  border-radius: 16px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .gift_video_msg .video_cover_img {
      width: 100%;
      padding: 20px;
      padding-bottom: 0px; } }
  .gift_video_msg video {
    border-radius: 16px;
    height: 100%;
    width: 100%;
    background-color: #f4f4f4; }
  .gift_video_msg .video_icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 38px; }
  .gift_video_msg .video_loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 38px; }
  .gift_video_msg .video_gred_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(21, 166, 159, 0.639) 0%, rgba(50, 149, 145, 0.801) 54.69%, rgba(0, 64, 61, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center; }

.gifts_history_banner {
  height: 100px;
  background-color: #cbd9d9;
  margin-bottom: 100px;
  margin-top: -25px; }
  .gifts_history_banner .container {
    display: flex;
    justify-content: center; }
  .gifts_history_banner .totalgift_component {
    top: 2%;
    border: 3px solid #fff;
    padding-bottom: 2%; }
  .gifts_history_banner .totalgift_component {
    min-height: 160px; }

.gifts_end {
  color: #eaecf1;
  margin: 100px auto;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500; }

.event_details input.message_typewriter {
  font-size: 15px;
  padding: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 22px;
  word-spacing: 1px; }

.attach_video_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .attach_video_inner label {
    display: block;
    width: 100%; }
  .attach_video_inner video {
    height: 420px;
    width: 100%;
    object-fit: cover; }
  .attach_video_inner #video_attach1 {
    display: none; }

.attach_video_inner1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  position: relative; }

.banner_btns_main {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer; }

.colored_btn.download_btn {
  display: flex;
  align-items: center;
  justify-content: center; }
  .colored_btn.download_btn img {
    margin-right: 8px; }

.gift_received .keep_logged {
  position: relative; }

.gift_received_label {
  position: relative;
  float: right;
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .gift_received_label span.keep_logged {
    background-color: #d2d2d2;
    float: right; }

.gift_received_select_all {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-transform: uppercase; }

.create_event_output.monetarygifts img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .container.event_detail_video ~ .container .event_details {
    margin: 85px auto; } }

.no_gifts {
  padding: 20px 0px;
  text-align: center;
  display: block;
  width: 100%; }

.received_gifts .gift_item_received {
  flex-direction: row !important;
  display: flex; }
  @media screen and (max-width: 767px) {
    .received_gifts .gift_item_received {
      flex-direction: column !important; } }

.gift_received.received_gifts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0px;
  max-height: 600px;
  overflow: auto;
  width: 100%;
  padding-right: 20px; }

.video_card_content {
  width: 100%; }
  .video_card_content.w_175 {
    width: calc(100% - 175px); }
    @media screen and (max-width: 767px) {
      .video_card_content.w_175 {
        width: calc(100% - 115px); } }

.gift_history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .gift_history .gift_item_received {
    display: flex; }

.send_monetory_gift_amount_box {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  margin-top: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 15px; }

.send_monetory_gift_message_box {
  background-color: #6b7878;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3); }
  .send_monetory_gift_message_box img {
    max-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .send_monetory_gift_message_box .send_gift_mesg {
    width: 100%;
    resize: none;
    background-color: #6b7878;
    color: #fff;
    font-size: 30px;
    padding: 20px;
    min-height: 240px;
    outline: none;
    box-shadow: none;
    border: none;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.6;
    font-weight: 300;
    -webkit-font-smoothing: antialiased; }
    .send_monetory_gift_message_box .send_gift_mesg .ql-container.ql-snow {
      border: none; }
    .send_monetory_gift_message_box .send_gift_mesg::placeholder {
      color: #fff; }
  .send_monetory_gift_message_box .char_count {
    text-align: right;
    color: #fff;
    display: block; }

.attch_video_plc {
  max-height: 90px; }

.send_video_btns {
  width: 100%;
  transform: translate(0); }
  .send_video_btns.container {
    width: 100%; }
  .send_video_btns .banner_btns {
    margin-top: 0px; }
  .send_video_btns .rem_video_btn {
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 30px;
    width: 140px;
    color: #eb5757;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 600;
    margin-left: 20px; }
    .send_video_btns .rem_video_btn img {
      max-width: 17px;
      margin-right: 10px; }
  .send_video_btns label {
    width: auto; }
  .send_video_btns .colored_btn {
    display: flex;
    align-items: center;
    width: 140px;
    border-radius: 30px;
    border: none;
    background-color: #fff;
    color: #828282;
    justify-content: center;
    cursor: pointer; }
    .send_video_btns .colored_btn img {
      margin-right: 10px; }
  .send_video_btns .banner_btns {
    justify-content: flex-end;
    margin: 20px;
    display: flex; }

.event_video_container {
  width: 100%;
  margin: 20px 0px; }

.send_gift_detail_container .send_monetory_gift_amount_box {
  padding: 20px; }
  .send_gift_detail_container .send_monetory_gift_amount_box h4 {
    margin: 0px; }

.send_gift_detail_container .send_monetory_gift_message_box p {
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px; }

.no_monetory_gift p {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: -40px;
  font-weight: 600; }

.no_monetory_gift .border_btn {
  color: #68dbd6; }

.payment_main {
  margin: 50px auto; }
  .payment_main h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #aab5b5; }
  .payment_main p {
    font-size: 14px;
    margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .payment_main .secondary_btn {
      width: 100%; } }

.payment_list_group {
  display: block;
  width: 100%; }
  .payment_list_group .payment_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(228, 228, 228, 0.8);
    padding: 20px;
    color: #AAB5B5; }
    .payment_list_group .payment_list .left {
      display: flex;
      flex: 1;
      position: relative;
      padding-left: 60px;
      align-items: center; }
      .payment_list_group .payment_list .left .icon_box {
        position: absolute;
        width: 40px;
        left: 0; }
        .payment_list_group .payment_list .left .icon_box img {
          display: inline-block;
          max-width: 100%; }
    .payment_list_group .payment_list .content h4 {
      text-align: left; }
    .payment_list_group .payment_list .content p {
      text-align: left; }

.card_type_inner h5 {
  color: #aab5b5;
  font-weight: 500;
  font-size: 12px; }

.card_type_inner h2 {
  color: #aab5b5;
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0px;
  word-break: break-word; }

.card_type_inner img {
  position: absolute;
  right: -15px;
  bottom: -15px;
  height: 35px;
  width: 35px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .card_type_inner img {
      right: -10px;
      bottom: -10px;
      height: 28px;
      width: 28px; } }

.card_type_inner .df {
  flex-direction: row; }

.card_type_main {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  background-color: #f1f6f6;
  border-radius: 18px;
  width: 31%;
  margin-bottom: 30px;
  padding: 30px 40px;
  margin-right: 3.5%; }
  @media screen and (max-width: 767px) {
    .card_type_main {
      width: 100%; } }
  .card_type_main:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161); }
  .card_type_main:nth-child(3n) {
    margin-right: 0px; }

.payment_cards {
  display: flex;
  margin: 50px auto;
  flex-wrap: wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 767px) {
    .payment_cards {
      flex-direction: column; } }

.default_card .card_type_inner h5 {
  color: #68dbd6;
  font-weight: bold; }

.default_card .card_type_inner h2 {
  color: #68dbd6;
  font-weight: bold; }

.default_tag {
  background-color: #F53997;
  padding: 6px 15px;
  position: absolute;
  top: 18px;
  right: -22px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding-right: 22px; }
  @media screen and (max-width: 767px) {
    .default_tag {
      top: 18px;
      right: -10px;
      font-size: 10px;
      color: #fff;
      font-weight: bold;
      padding: 5px 15px; } }
  .default_tag:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }

.stripe_button {
  border-radius: 50px !important;
  color: #fff !important;
  display: block !important;
  width: 300px !important;
  padding: 15px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: #68dbd6 !important;
  border: 2px solid #68dbd6 !important; }

.default_text {
  font-size: 12px;
  color: #68dbd6;
  margin-right: -25px;
  cursor: pointer; }

.no_payment_cards {
  height: 200px;
  text-align: center;
  margin-top: 100px; }

.bank_account_page {
  padding: 20px 0px; }
  @media screen and (max-width: 767px) {
    .bank_account_page {
      padding: 0px 15px; } }
  .bank_account_page .bank_account_sec {
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bank_account_page .bank_account_sec .no_bank_box {
      text-align: center; }
      .bank_account_page .bank_account_sec .no_bank_box img {
        max-width: 100%; }
      .bank_account_page .bank_account_sec .no_bank_box p {
        font-weight: 600;
        font-size: 22px;
        margin-top: 20px; }
    .bank_account_page .bank_account_sec .bank_account_list {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      background: #F1F6F6;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
      padding: 15px 20px;
      border-radius: 8px;
      text-align: center; }
      .bank_account_page .bank_account_sec .bank_account_list p {
        font-size: 18px;
        color: #68DBD6;
        line-height: 1;
        text-transform: uppercase; }

.bank_success_page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bank_success_page .each_box {
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    padding: 70px; }
    .bank_success_page .each_box h4 {
      font-size: 20px;
      margin-bottom: 10px; }
    .bank_success_page .each_box p {
      line-height: 1.4; }
    .bank_success_page .each_box button {
      margin-top: 30px; }

.stripe_wrapper {
  margin: auto;
  width: 90%;
  max-width: 700px;
  padding: 10px; }
  .stripe_wrapper * {
    box-shadow: none !important; }
  .stripe_wrapper label {
    color: #AAB5B5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px; }
    @media (max-width: 767px) {
      .stripe_wrapper label {
        font-size: 11px; } }
  .stripe_wrapper .card_from_control {
    margin-bottom: 30px; }
    .stripe_wrapper .card_from_control > label {
      padding-left: 15px; }
  .stripe_wrapper button {
    white-space: nowrap;
    border: 0;
    outline: 0;
    display: inline-block;
    line-height: 50px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background-color: #68DBD6;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-top: 40px;
    width: 300px; }
  .stripe_wrapper button:hover {
    color: #fff;
    cursor: pointer;
    background-color: #45c9c2;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .stripe_wrapper input,
  .stripe_wrapper .StripeElement,
  .stripe_wrapper .InputElement {
    display: block;
    margin: 10px 0 20px 0;
    max-width: 700px;
    padding: 12px 14px;
    font-size: 1em;
    font-family: inherit;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background: #F4F8F8;
    border-radius: 30px;
    box-shadow: none;
    color: #68DBD6; }
  .stripe_wrapper input::placeholder {
    color: #68DBD6 !important; }
  .stripe_wrapper input:focus,
  .stripe_wrapper .StripeElement--focus {
    box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease; }
  .stripe_wrapper .StripeElement.IdealBankElement,
  .stripe_wrapper .StripeElement.FpxBankElement,
  .stripe_wrapper .StripeElement.PaymentRequestButton {
    padding: 0; }
  .stripe_wrapper .StripeElement.PaymentRequestButton {
    height: 40px; }
  .stripe_wrapper h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    color: #AAB5B5;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .stripe_wrapper h4 {
        font-size: 14px;
        margin-bottom: 30px; } }

.default_txt {
  font-size: 14px;
  text-transform: uppercase;
  color: #AAB5B5;
  font-weight: 600; }

.slider_check {
  height: 30px;
  width: 68px;
  border-radius: 20px;
  background: #AAB5B5;
  color: #fff;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 16px center !important; }
  .slider_check span {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 7px;
    transition: 0.4s; }

.default_checkbox:checked + label {
  background: #68DBD6;
  background-image: url("/check_icon.svg"); }

.default_checkbox:checked + label span {
  left: 40px;
  background: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.161); }

.ElementsApp .InputElement {
  color: #68DBD6 !important; }

.error_msg {
  color: red;
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: 400;
  text-transform: none; }

.stripe-custom-account {
  margin: auto;
  width: 90%;
  max-width: 700px;
  padding: 10px; }
  .stripe-custom-account button {
    white-space: nowrap;
    border: 0;
    outline: 0;
    display: inline-block;
    line-height: 50px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background-color: #68DBD6;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-top: 40px;
    width: 300px; }
  .stripe-custom-account button:hover {
    color: #fff;
    cursor: pointer;
    background-color: #45c9c2;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .stripe-custom-account .state-container {
    margin-bottom: 20px; }
    .stripe-custom-account .state-container select {
      width: 100%;
      padding: 15px 22px;
      border-radius: 30px;
      background-color: #f4f8f8;
      font-size: 14px;
      color: #a0a7ac;
      outline: none;
      appearance: none;
      cursor: pointer;
      border: 0px; }
      .stripe-custom-account .state-container select:focus {
        border-color: #bbb; }
      .stripe-custom-account .state-container select option {
        color: #333; }
    .stripe-custom-account .state-container .value {
      color: #68dbd6; }
  .stripe-custom-account .docs-wrapper .info {
    width: 20px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer; }
  .stripe-custom-account .docs-wrapper .inner-wrapper {
    display: flex;
    justify-content: start;
    gap: 15px; }
    .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper {
      word-wrap: break-word;
      white-space: normal;
      position: relative; }
      .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper .file-label {
        width: 150px;
        height: 150px;
        border-radius: 10px;
        background-color: #f4f8f8;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer; }
        .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper .file-label span {
          display: block;
          font-size: 13px;
          color: #aab5b5;
          text-align: center; }
        .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper .file-label img {
          max-width: 100%;
          max-height: 100%;
          object-fit: cover; }
      .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper .file-input {
        display: none; }
      .stripe-custom-account .docs-wrapper .inner-wrapper .input-wrapper .delete {
        width: 25px;
        height: 25px;
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer; }
  .stripe-custom-account .dob-container .dob-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 30px;
    background-color: #f4f8f8;
    padding-right: 25px;
    padding-left: 14px;
    cursor: pointer; }
    .stripe-custom-account .dob-container .dob-date img {
      width: 20px; }
    .stripe-custom-account .dob-container .dob-date .SingleDatePicker,
    .stripe-custom-account .dob-container .dob-date .DateInput,
    .stripe-custom-account .dob-container .dob-date .SingleDatePickerInput__withBorder {
      width: 100%;
      background: transparent !important;
      border: none; }
    .stripe-custom-account .dob-container .dob-date .DateInput__disabled {
      background: transparent !important; }
    .stripe-custom-account .dob-container .dob-date .rsvp_disabled {
      opacity: 0.5; }
    .stripe-custom-account .dob-container .dob-date .DateInput_input__disabled {
      font-style: normal;
      opacity: 0.6; }
    .stripe-custom-account .dob-container .dob-date input::placeholder {
      color: #aab5b5; }
    .stripe-custom-account .dob-container .dob-date input {
      width: 100%;
      color: #68dbd6 !important;
      font-family: inherit;
      font-size: 14px;
      background-color: transparent !important;
      cursor: pointer;
      min-height: 50px;
      font-weight: 400; }
    .stripe-custom-account .dob-container .dob-date .DateInput_input__focused {
      border-bottom: none !important; }
  .stripe-custom-account .warn {
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
    color: #45c9c2;
    text-align: center; }
  .stripe-custom-account input:disabled {
    color: #aab5b5 !important; }
  .stripe-custom-account .error {
    font-size: 13px;
    line-height: 1.6;
    color: red;
    margin-top: 2px;
    font-weight: 400;
    text-align: left !important;
    width: 100%;
    margin-left: 0px !important;
    padding-left: 15px; }
  .stripe-custom-account .label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #a0a7ac;
    margin-bottom: 8px;
    margin-left: 20px; }
  .stripe-custom-account .stripe-errors-main {
    background-color: rgba(255, 0, 0, 0.12);
    padding: 10px;
    border-radius: 5px; }
    .stripe-custom-account .stripe-errors-main .stripe-error {
      color: #000;
      font-size: 14px; }

.stripe-modal .close-btn {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0px;
  color: #68dbd6;
  cursor: pointer; }

.stripe-modal .content {
  padding: 0px !important;
  text-align: left !important;
  margin-top: 10px !important; }

.stripe-modal a {
  color: #68dbd6;
  text-decoration: underline;
  cursor: pointer; }

.stripe-warn {
  max-width: 650px !important; }
  .stripe-warn p {
    margin-top: 10px !important; }
  .stripe-warn button {
    max-width: 350px !important; }

.dashboard_header {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  top: 0;
  left: 0; }
  .dashboard_header menu {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dashboard_header menu nav {
      width: 85%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 900px) {
        .dashboard_header menu nav {
          width: 50%; } }
      .dashboard_header menu nav .nav_brand .logo_icon {
        height: 49px;
        display: block; }
      .dashboard_header menu nav .nav_list {
        display: flex;
        flex: 1;
        justify-content: flex-end;
        margin-left: 25px;
        position: relative;
        left: 55px; }
        @media screen and (max-width: 1200px) {
          .dashboard_header menu nav .nav_list {
            left: 0; } }
        @media screen and (max-width: 900px) {
          .dashboard_header menu nav .nav_list {
            display: block;
            height: 100vh;
            background-color: #fff;
            position: fixed;
            top: 0;
            left: 0;
            width: 80%;
            max-width: 220px;
            padding: 50px 30px;
            transform: translateX(-110%);
            transition: 0.4s;
            z-index: 999;
            margin-left: 0px; } }
        .dashboard_header menu nav .nav_list .nav_item {
          display: inline-block;
          margin-right: 21px; }
          @media screen and (max-width: 900px) {
            .dashboard_header menu nav .nav_list .nav_item {
              display: block;
              margin: 25px 0px; } }
          .dashboard_header menu nav .nav_list .nav_item .nav_link {
            color: #000;
            font-size: 16.2px;
            font-weight: 600;
            cursor: pointer;
            position: relative;
            padding-bottom: 5px;
            text-decoration: none;
            text-transform: capitalize;
            font-family: inherit; }
            @media screen and (max-width: 900px) {
              .dashboard_header menu nav .nav_list .nav_item .nav_link {
                color: #000; } }
            .dashboard_header menu nav .nav_list .nav_item .nav_link:hover, .dashboard_header menu nav .nav_list .nav_item .nav_link.active {
              color: #68dbd6; }
        .dashboard_header menu nav .nav_list .nav_item:nth-child(5) {
          margin-right: 0px; }
    .dashboard_header menu .nav_btn {
      padding: 8px 35px;
      border-radius: 25px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer; }
  .dashboard_header .nav_right {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .dashboard_header .nav_right {
        margin-right: 100px; } }
    .dashboard_header .nav_right .notification_icon {
      position: relative;
      display: inline-block;
      margin-right: 30px; }
      .dashboard_header .nav_right .notification_icon .notification_bell {
        max-width: 25px;
        display: block; }
      .dashboard_header .nav_right .notification_icon .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: inherit;
        padding: 2px;
        font-size: 12px;
        line-height: 18px;
        background-color: #f53997;
        color: #fff;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        text-align: center;
        font-weight: 600;
        border: 2px solid #fff; }
      .dashboard_header .nav_right .notification_icon .notification_box_outer {
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        width: 400px;
        border-radius: 4px;
        z-index: 99;
        transform: translateY(16px);
        box-shadow: 4px 4px 8px rgba(108, 114, 119, 0.2);
        cursor: default; }
        @media screen and (max-width: 900px) {
          .dashboard_header .nav_right .notification_icon .notification_box_outer {
            position: fixed;
            top: 72px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 95%; } }
        .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box {
          background: #f8f8f8;
          padding: 0px;
          border-radius: 4px; }
          .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .noti_head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 25px 25px; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .noti_head h5 {
              font-size: 20px;
              font-weight: 600;
              text-transform: capitalize; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .noti_head button {
              background-color: transparent;
              outline: none; }
              .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .noti_head button img {
                max-width: 20px; }
          .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .date_group {
            margin: 20px 0px; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .date_group span {
              color: #b0b6c2;
              font-weight: 700;
              max-width: 90%; }
          .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list_group {
            max-height: 60vh;
            overflow-y: auto;
            padding: 0px 25px; }
          .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 10px 0px;
            border-bottom: 1px solid #fff;
            position: relative; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .not_read {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background-color: #f53997;
              position: absolute;
              left: -15px;
              align-self: center; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .read {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              background-color: #cccccc;
              position: absolute;
              left: -15px;
              align-self: center; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_left {
              display: flex;
              flex-direction: column;
              max-width: 70%; }
              .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_left b {
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 5px; }
              .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_left span {
                font-size: 13px;
                font-weight: 300;
                margin-bottom: 5px;
                color: #4b647c; }
            .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_right {
              display: flex;
              flex-direction: column;
              justify-content: space-between; }
              .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_right span {
                font-size: 12px;
                font-weight: 300; }
              .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .notification_list .list_right button {
                background-color: transparent;
                outline: none;
                font-size: 14px;
                font-weight: 700; }
          .dashboard_header .nav_right .notification_icon .notification_box_outer .notification_box .no_notification {
            padding: 20px 25px; }
    .dashboard_header .nav_right .user_icon {
      position: relative;
      display: inline-block; }
      .dashboard_header .nav_right .user_icon .user_icon_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #f1f2f1; }
        .dashboard_header .nav_right .user_icon .user_icon_img > img {
          max-width: 100%;
          max-height: 100%;
          object-fit: cover;
          vertical-align: middle; }
        .dashboard_header .nav_right .user_icon .user_icon_img .nav_profile_img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover; }
      .dashboard_header .nav_right .user_icon .user_menu_outer {
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        width: 280px;
        border-radius: 10px;
        z-index: 99;
        transform: translateY(14px);
        box-shadow: 4px 4px 6px rgba(158, 158, 158, 0.25);
        cursor: default; }
        @media screen and (max-width: 767px) {
          .dashboard_header .nav_right .user_icon .user_menu_outer {
            left: 66%; } }
        @media screen and (max-width: 900px) {
          .dashboard_header .nav_right .user_icon .user_menu_outer {
            position: fixed;
            top: 72px;
            left: 62%;
            transform: translateX(-50%);
            max-width: 95%; } }
        @media screen and (max-width: 500px) {
          .dashboard_header .nav_right .user_icon .user_menu_outer {
            left: 17%;
            transform: translateX(0);
            max-width: 95%; } }
        .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu {
          max-height: 80vh;
          overflow-y: auto;
          background: #fff;
          border-radius: 10px; }
          .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu .user_menu_link {
            font-size: 16px;
            font-weight: 700;
            text-transform: capitalize;
            display: block;
            padding: 13px 20px;
            cursor: pointer;
            color: #000;
            font-family: inherit;
            text-decoration: none; }
            .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu .user_menu_link:hover {
              background-color: #F4F8F8; }
          .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu .logout_btn {
            font-size: 16px;
            font-weight: 700;
            display: inline-block;
            background-color: transparent;
            color: #000;
            border: none;
            text-transform: capitalize;
            margin-top: 0px;
            padding: 20px;
            display: block;
            width: 100%;
            text-align: left; }
            .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu .logout_btn:hover {
              background-color: #F4F8F8; }
          .dashboard_header .nav_right .user_icon .user_menu_outer .user_menu .saperator {
            height: 0px;
            margin: 0px 0px;
            width: 100%;
            background-color: #000; }
  .dashboard_header #dashboard_menu_checkbox:checked ~ .menu_overlay {
    display: block; }
  .dashboard_header #dashboard_menu_checkbox:checked + label + ul {
    transform: translateX(0); }
  .dashboard_header #dashboard_menu_checkbox:checked + label > span {
    height: 0px; }
  .dashboard_header #dashboard_menu_checkbox:checked + label > span::before {
    top: 0;
    transform: rotate(45deg); }
  .dashboard_header #dashboard_menu_checkbox:checked + label > span::after {
    top: 0;
    transform: rotate(-45deg); }

.dashboard_menu_hamburg {
  display: block;
  position: absolute;
  right: 15px;
  z-index: 999;
  height: 41%;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (min-width: 900px) {
    .dashboard_menu_hamburg {
      display: none; } }
  .dashboard_menu_hamburg .dashboard_menu_hamburg_bar {
    position: relative;
    display: block;
    height: 2px;
    background: #cbd9d9;
    width: 30px;
    border-radius: 4px; }
  .dashboard_menu_hamburg .dashboard_menu_hamburg_bar:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 2px;
    background: #cbd9d9;
    display: block;
    transition: 0.4s; }
  .dashboard_menu_hamburg .dashboard_menu_hamburg_bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #cbd9d9;
    display: block;
    transition: 0.4s; }

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(216, 216, 216, 0.171);
  z-index: 99;
  display: none; }

.nav_mobile_hide {
  display: block !important; }
  @media screen and (max-width: 900px) {
    .nav_mobile_hide {
      display: none !important; } }

.nav_desk_hide {
  display: none !important; }
  @media screen and (max-width: 900px) {
    .nav_desk_hide {
      display: block !important; } }

.user_menu_bg {
  position: fixed;
  background: rgba(255, 255, 255, 0);
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }

.ReactCrop:focus {
  outline: none; }

.ReactCrop--disabled, .ReactCrop--locked {
  cursor: inherit; }

.ReactCrop__image {
  display: block;
  max-width: 100%;
  touch-action: manipulation; }

.ReactCrop__crop-selection {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  cursor: move;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
  touch-action: manipulation;
  border: 1px solid;
  border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
  border-image-slice: 1;
  border-image-repeat: repeat; }

.ReactCrop--disabled .ReactCrop__crop-selection {
  cursor: inherit; }

.ReactCrop--circular-crop .ReactCrop__crop-selection {
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px white, 0 0 0 9999em rgba(0, 0, 0, 0.5); }

.ReactCrop--invisible-crop .ReactCrop__crop-selection {
  display: none; }

.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after, .ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4); }

.ReactCrop__rule-of-thirds-vt::before, .ReactCrop__rule-of-thirds-vt::after {
  width: 1px;
  height: 100%; }

.ReactCrop__rule-of-thirds-vt::before {
  left: 33.3333%;
  left: calc(100% / 3); }

.ReactCrop__rule-of-thirds-vt::after {
  left: 66.6666%;
  left: calc(100% / 3 * 2); }

.ReactCrop__rule-of-thirds-hz::before, .ReactCrop__rule-of-thirds-hz::after {
  width: 100%;
  height: 1px; }

.ReactCrop__rule-of-thirds-hz::before {
  top: 33.3333%;
  top: calc(100% / 3); }

.ReactCrop__rule-of-thirds-hz::after {
  top: 66.6666%;
  top: calc(100% / 3 * 2); }

.ReactCrop__drag-handle {
  position: absolute; }

.ReactCrop__drag-handle::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  outline: 1px solid transparent; }

.ReactCrop .ord-nw {
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: nw-resize; }

.ReactCrop .ord-nw::after {
  top: 0;
  left: 0; }

.ReactCrop .ord-n {
  top: 0;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  cursor: n-resize; }

.ReactCrop .ord-n::after {
  top: 0; }

.ReactCrop .ord-ne {
  top: 0;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: ne-resize; }

.ReactCrop .ord-ne::after {
  top: 0;
  right: 0; }

.ReactCrop .ord-e {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -5px;
  cursor: e-resize; }

.ReactCrop .ord-e::after {
  right: 0; }

.ReactCrop .ord-se {
  bottom: 0;
  right: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  cursor: se-resize; }

.ReactCrop .ord-se::after {
  bottom: 0;
  right: 0; }

.ReactCrop .ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize; }

.ReactCrop .ord-s::after {
  bottom: 0; }

.ReactCrop .ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize; }

.ReactCrop .ord-sw::after {
  bottom: 0;
  left: 0; }

.ReactCrop .ord-w {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  cursor: w-resize; }

.ReactCrop .ord-w::after {
  left: 0; }

.ReactCrop__disabled .ReactCrop__drag-handle {
  cursor: inherit; }

.ReactCrop__drag-bar {
  position: absolute; }

.ReactCrop__drag-bar.ord-n {
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-top: -3px; }

.ReactCrop__drag-bar.ord-e {
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  margin-right: -3px; }

.ReactCrop__drag-bar.ord-s {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  margin-bottom: -3px; }

.ReactCrop__drag-bar.ord-w {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px; }

.ReactCrop--new-crop .ReactCrop__drag-bar,
.ReactCrop--new-crop .ReactCrop__drag-handle,
.ReactCrop--fixed-aspect .ReactCrop__drag-bar {
  display: none; }

.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
  display: none; }

@media (pointer: coarse) {
  .ReactCrop .ord-n,
  .ReactCrop .ord-e,
  .ReactCrop .ord-s,
  .ReactCrop .ord-w {
    display: none; }
  .ReactCrop__drag-handle {
    width: 24px;
    height: 24px; } }

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  -webkit-overflow-scrolling: touch; }

*:hover,
*:focus {
  outline: none; }

body {
  margin: 0px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #aab5b5; }

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #68dbd6;
  -webkit-box-shadow: none;
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s; }

.w_100 {
  width: 100%; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1140px; }

.pr {
  position: relative; }

.jc_c {
  justify-content: center !important; }

.white_btn {
  background-color: #fff;
  color: #68dbd6; }

.primary_btn {
  width: 300px;
  border: none;
  outline: none;
  border-radius: 30px;
  cursor: pointer; }
  .primary_btn:focus, .primary_btn:hover {
    outline: none; }

.burger {
  width: 45px;
  height: 6px;
  background-color: #fff;
  display: block;
  border-radius: 15px;
  margin: 7px 0px; }

.hr {
  border: 0.5px solid #eaeaea;
  margin: 30px auto;
  display: block; }

.colored_btn {
  background: #68dbd6;
  border: 2px solid #68dbd6;
  border-radius: 50px;
  color: #fff;
  display: block;
  width: 308px;
  padding: 13px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  z-index: 1; }
  .colored_btn:hover, .colored_btn:focus {
    outline: none; }
  .colored_btn:disabled {
    opacity: 0.5;
    cursor: default; }
  @media screen and (max-width: 767px) {
    .colored_btn {
      width: 100%;
      margin-bottom: 10px; } }

.border_btn {
  background: transparent;
  border-radius: 50px;
  border: none;
  color: #cbd9d9;
  display: block;
  width: 300px;
  padding: 12px;
  border: 2px solid #68dbd6;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600; }
  .border_btn:hover, .border_btn:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .border_btn {
      width: 90%; } }

.secondary_btn {
  background: #f1f6f6;
  border-radius: 50px;
  border: none;
  color: #aab5b5;
  display: block;
  width: 300px;
  padding: 15px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600; }
  .secondary_btn:hover, .secondary_btn:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .secondary_btn {
      width: 100%; } }

.mb_80 {
  margin-bottom: 80px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_35 {
  margin-bottom: 35px; }

.mb_22 {
  margin-bottom: 22px; }

.mb_70 {
  margin-bottom: 70px; }

.mt_50 {
  margin-top: 50px; }

.m_30 {
  margin: 30px auto; }

.light_text {
  color: #aab5b5; }

.TnC_text,
.gift_received {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .TnC_text::-webkit-scrollbar,
  .gift_received::-webkit-scrollbar {
    width: 10px; }
  .TnC_text::-webkit-scrollbar-track,
  .gift_received::-webkit-scrollbar-track {
    background: transparent; }
  .TnC_text::-webkit-scrollbar-thumb,
  .gift_received::-webkit-scrollbar-thumb {
    background: #cbd9d9;
    border-radius: 20px; }
  .TnC_text::-webkit-scrollbar-thumb:hover,
  .gift_received::-webkit-scrollbar-thumb:hover {
    background: #b0b5b5; }

button {
  cursor: pointer;
  text-transform: uppercase; }

.header {
  background-color: #68dbd6;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-bottom: 25px;
  min-height: 60px; }
  .header h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px; }
  .header img {
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
    clear: white; }

.horizontal_space {
  margin: 20px auto; }

@media screen and (max-width: 767px) {
  .horizontal_space_mob {
    margin: 20px auto; } }

.vertical_space {
  margin: 0px 20px; }

.white_break {
  border: 0.5px solid #fff;
  margin: 10px auto; }

.mob_show {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .mob_show {
      display: block !important; } }

.mob_hide {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .mob_hide {
      display: none !important; } }

.df {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .df {
      flex-direction: column; } }

@media screen and (max-width: 767px) {
  .m_df {
    display: flex !important;
    justify-content: space-between;
    align-items: center; } }

.nav_logo {
  display: flex !important; }

@media screen and (max-width: 767px) {
  .navbar_main1 .container {
    padding: 0px !important; } }

.half1 {
  width: 48%;
  max-width: 500px;
  margin: 0px 2%; }
  @media screen and (max-width: 767px) {
    .half1 {
      width: 100%;
      max-width: unset;
      margin: 0px;
      margin: 7.5px 0px; } }

.ai_b {
  align-items: baseline !important; }

.loader_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.616);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }
  .loader_bg .loader_gif {
    max-width: 60px; }

.event_created_p {
  text-align: center; }

.scroll_hidden {
  height: 100%;
  overflow: hidden;
  position: relative; }

.max_3_line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.box {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 0px;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: 2px; }

.box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  color: #cbd9d9; }

.box p.active {
  color: #68dbd6; }

.box p {
  display: flex;
  align-items: center;
  column-gap: 10px; }

.box span {
  background: #68dbd5;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%; }

.box img {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  object-fit: cover;
  position: initial !important;
  transform: none; }

.disabled-stripe-button {
  pointer-events: none;
  opacity: 0.4; }

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.75); }
  .modal_overlay .modal {
    width: 80%;
    max-width: 415px;
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80%;
    overflow: auto; }
    .modal_overlay .modal::-webkit-scrollbar {
      width: 2px;
      border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .modal_overlay .modal {
        width: 88%;
        max-width: 415px;
        border-radius: 10px;
        background-color: #fff;
        padding: 50px 15px; } }
    .modal_overlay .modal h3 {
      text-align: center;
      color: #68dbd6;
      font-size: 22px;
      font-weight: 600;
      margin: 5px 0px;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .modal_overlay .modal .colored_btn,
    .modal_overlay .modal .border_btn {
      margin: 26px auto;
      margin-bottom: 0px;
      width: 100%;
      max-width: 315px; }
    .modal_overlay .modal p {
      text-align: center;
      font-size: 14px;
      padding: 5px 12px;
      word-break: break-word; }
    .modal_overlay .modal.terms_privacy_modal {
      max-width: 600px; }
  .modal_overlay .cancle_btn {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 14px;
    color: #68dbd6; }
  .modal_overlay .form_group label {
    margin-bottom: 5px; }
  .modal_overlay .form_group {
    margin: 20px 0px; }

.google_login {
  border-radius: 50% !important;
  border: none !important;
  box-shadow: none !important; }
  .google_login > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0px !important;
    padding: 15px !important; }
  .google_login > span {
    padding: 0px !important; }

video {
  background-color: #000; }

.hr20 {
  margin: 20px auto !important;
  height: 1px;
  border: 0;
  border-top: 1px solid #f0f2f7; }

.hrborder {
  height: 1px;
  border: 0;
  border-top: 1px solid #cbd9d9; }

.link_modal {
  max-width: 582px !important;
  text-align: center;
  border-radius: 25px !important; }
  .link_modal h4,
  .link_modal p {
    max-width: 400px;
    margin: 0 auto; }
  .link_modal h4 {
    font-weight: 600;
    margin-bottom: 10px; }
  .link_modal .link_img {
    max-height: 128px;
    margin-bottom: 22px; }
  .link_modal .invitation_heading {
    font-size: 14px;
    color: #68dbd6;
    margin-top: 15px;
    font-weight: 600; }
  .link_modal .invitation_para {
    font-size: 14px !important;
    font-style: italic; }

.modal_w_582 {
  max-width: 582px !important;
  text-align: center;
  border-radius: 25px !important; }

.modal.link_modal p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0px; }

.modal_overlay .payment_success_modal {
  background-color: #68dbd6;
  max-width: 650px;
  border-radius: 28px; }
  @media screen and (max-width: 767px) {
    .modal_overlay .payment_success_modal {
      max-width: 100%; } }
  .modal_overlay .payment_success_modal .cancle_btn {
    color: #fff; }
  .modal_overlay .payment_success_modal img {
    max-width: 100%; }
  .modal_overlay .payment_success_modal h3 {
    color: #fff;
    margin: 25px auto;
    font-size: 28px; }
  .modal_overlay .payment_success_modal p {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-top: -15px; }
  .modal_overlay .payment_success_modal .colored_btn {
    background-color: #fff;
    color: #68dbd6;
    padding: 12px; }

.colored_btn_download_btn {
  width: 385px;
  margin-top: 50px;
  margin-bottom: 125px; }
  @media screen and (max-width: 767px) {
    .colored_btn_download_btn {
      width: 100%; } }

.direction {
  position: absolute;
  top: 15%;
  right: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-width: 260px;
  border: none; }
  @media screen and (max-width: 767px) {
    .direction {
      right: 0;
      width: 200px; } }

.direction_img {
  margin-right: 12px; }

.continue .sign_btn {
  max-width: 300px;
  padding-top: 50px; }
  .continue .sign_btn .border_btn {
    color: #68dbd6; }

.continue .border_btn {
  width: 100%; }

.m_55_0 {
  margin: 55px 0px; }
  .m_55_0 + .or1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    right: calc(49% - 25px);
    padding: 0px 30px;
    color: #68dbd6;
    font-size: 14px;
    font-weight: bold; }
  .m_55_0.hr {
    border: 1px solid #cbd9d9; }

.sign_right_inner.continue {
  min-height: unset; }

.continue_main .sign_left img {
  height: 100vh; }
  @media screen and (max-width: 767px) {
    .continue_main .sign_left img {
      height: unset; } }

.toast_container {
  border-radius: 6px !important; }

.progress_bar {
  background: #68dbd6 !important; }

.toast_close_btn {
  background: #68dbd6 !important; }

.mobile_verify {
  max-width: 700px; }

.contact_modal {
  text-align: center; }
  .contact_modal h4 {
    font-size: 22px;
    color: #68dbd6;
    text-transform: uppercase; }
  .contact_modal a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .contact_modal a img {
      max-width: 22px;
      display: inline-block; }
    .contact_modal a span {
      margin-left: 10px;
      color: #68dbd6; }

.send_otp_box {
  text-align: center;
  min-height: 30px; }
  .send_otp_box .send_again_btn {
    display: inline-block;
    color: #68dbd6;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
    background: transparent;
    border: none;
    text-transform: capitalize; }

.marker_box {
  background-color: #68dbd6;
  border-radius: 20px;
  padding: 18px 40px;
  min-width: 200px;
  box-shadow: 0px 4px 8px rgba(97, 97, 97, 0.25);
  top: -50px; }
  @media screen and (max-width: 1200px) {
    .marker_box {
      left: 0;
      transform: translateX(-50%);
      width: 90%; } }
  .marker_box .marker_point {
    color: #fff;
    font-size: 15px;
    font-weight: bold; }

.gift_history_container {
  padding-bottom: 50px; }

.send_gift_btn {
  color: #fff; }

.gift_btns_flex {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center; }
  @media (max-width: 767px) {
    .gift_btns_flex {
      gap: 20px;
      margin: 0 10px; } }
  .gift_btns_flex button {
    margin: 0px; }

.search_msg_txt {
  font-weight: 500 !important; }

.w_90 {
  width: 90%; }

.signup_btn {
  width: 80% !important; }

.signup_form .form_group label {
  font-weight: 600;
  color: #cbd9d9; }

.no_item_container {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .no_item_container p {
    opacity: 0.8; }

.commission_text {
  max-width: 800px;
  margin: 0px auto; }

.card_cvv_expiry_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }
  .card_cvv_expiry_container .card_from_control {
    width: 45%; }

.monetary_text {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #cbd9d9;
  margin-top: -1px !important;
  margin-left: 15px; }

.monatary_text_wrp .mnt_note {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 20px 0px 0px 0px !important;
  text-align: left !important; }

.monatary_text_wrp h3 {
  text-align: center;
  color: #68dbd6;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0px;
  margin-bottom: 30px;
  text-transform: none !important;
  margin-top: -35px !important; }

.no_button {
  border: none;
  outline: none;
  background: transparent;
  width: unset;
  cursor: pointer; }

.payment_breakdown {
  display: flex;
  justify-content: space-between; }
  .payment_breakdown p {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #6b7878;
    margin: 0px !important; }

.color_white {
  color: #fff !important; }

.download_app_outer .modal {
  padding: 24px;
  padding-top: 32px;
  padding-bottom: 28px;
  max-width: 335px; }
  .download_app_outer .modal > div {
    overflow: auto;
    text-align: center; }
    .download_app_outer .modal > div .cancle_btn {
      font-size: inherit;
      top: 32px; }
    .download_app_outer .modal > div h3 {
      margin-bottom: 32px;
      margin-top: 5px;
      font-size: 16px;
      font-weight: 700;
      text-transform: none; }
    .download_app_outer .modal > div > img {
      margin-bottom: 16px;
      width: 100%; }
    .download_app_outer .modal > div ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 11px; }
      .download_app_outer .modal > div ul img {
        width: 100%; }
    .download_app_outer .modal > div > p {
      font-weight: 600;
      margin-bottom: 32px;
      padding-top: 0;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .download_app_outer .modal > div > p {
          font-size: 12px; } }
    .download_app_outer .modal > div .continue {
      display: block;
      border-radius: 50px;
      color: #AAB5B5;
      margin-top: 20px;
      font-weight: 500;
      font-size: 12px;
      cursor: pointer; }

