:root {
  --base-text-color: #0F1419;
  --base-orange: #FF6A13;
  --base-orange-hover: #ed600e;
  --base-blue: #3A5DAE;
  --base-blue-hover: #244592;
  --base-blue-2: #276AB7;
  --base-blue-2-hover: #1D5FAC;
  --base-dark: #312935;
  --base-dark-1: #2D2926;
  --base-dark-2: #0F1419;
  --base-color-light: #E9F2EE;
  ---text-muted-theme: #536471;
  --link-color-1:#54A2F0;
}

.lh-1 {
  line-height: 1 !important;
}

.link-color-1 {
  color: var(--link-color-1);
}

.text-muted-theme {
  color: var(---text-muted-theme);
}

.color-base {
  color: var(--base-text-color);
}

.color-base-dark {
  color: var(--base-dark);
}

.color-base-dark-1 {
  color: var(--base-dark-1);
}

.color-base-dark-2 {
  color: var(--base-dark-2);
}

.color-base-orange {
  color: var(--base-orange);
}

.bg-base-orange {
  background-color: var(--base-orange);
}

.color-base-orange-hover {
  color: var(--base-orange-hover);
}

.bg-base-orange-hover {
  background-color: var(--base-orange-hover);
}

.border-base-blue {
  border-color: var(--base-blue) !important;
}

.color-base-blue {
  color: var(--base-blue);
}

.bg-base-blue, .ticket-bg, .ticket-detailed {
  background-color: var(--base-blue) !important;
}

.color-base-blue-hover {
  color: var(--base-blue-hover);
}

.bg-base-blue-hover {
  background-color: var(--base-blue-hover);
}

.color-base-blue-2 {
  color: var(--base-blue-2);
}

.bg-base-blue-2 {
  background-color: var(--base-blue-2);
}

.color-base-blue-2-hover {
  color: var(--base-blue-2-hover);
}

.bg-base-blue-2-hover {
  background-color: var(--base-blue-2-hover);
}

.bg-light-one {
  background-color: var(--base-color-light);
}

.radius-18, .ticket_holder {
  border-radius: 18px;
}

.radius-16 {
  border-radius: 16px;
}

.relative {
  position: relative;
}

.subLabel {
  color: var(--base-blue);
  font-size: 14px;
}

.badge-warning,
.badge-success {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 12px;
}

.badge-warning {
  background-color: var(--base-orange);
}

.badge-success {
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.section_padd_60 {
  padding: 60px;
}

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

a:focus,
img:focus,
input:focus,
button:focus,
.btn:focus,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.no-decoration {
  text-decoration: none;
}

.general_transition, .signup_panel, .signup_panel figure img,
.signup_panel figure svg, .form-control-1, ul.social_signup_list li a, .page_banner_wrap_2, .page_banner_wrap_2 .home_banner_inner .container .underlined_title, .page_banner_wrap_2 .home_banner_inner .container .underlined_title:after, .page_banner_wrap_2 .home_banner_inner .addCover, .event_wrap .event_wrap_x nav ul li a, .gc_box, .chat_wrap .chat_footer .chat_send_controls .csc_smiley,
.chat_wrap .chat_footer .chat_send_controls .csc_attachment {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.is_centered, .signup_panel figure img,
.signup_panel figure svg, .user_pic_controls .editIcon i, ul.social_signup_list li a img,
ul.social_signup_list li a i,
ul.social_signup_list li a svg, .page_banner_wrap_2 .home_banner_inner .addCover, .ticket_holder .ticket_upper .ticket_upper_a .qr-holder img, .ticket_holder .ticket_lower .bar-code img, .phancy_dropdown .btn i, .gallery_box span i, .map_pin figure img,
.map_pin figure svg, .mapinfo figure img, .g_str_1 .g_str_1_x figure img, .chat_wrap .chat_footer .chat_send_controls .csc_smiley i,
.chat_wrap .chat_footer .chat_send_controls .csc_attachment i, .chat_wrap .chat_footer .chat_send_button img, .editIcon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.general_box_shadow, .signup_panel {
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.userType.active .signup_panel, .general_gradient_1, .btn-gradient-1, .signup_panel:hover, ul.social_signup_list li a, .panel-header, .editIcon {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5dae+0,38a1c3+100 */
  background: #3a5dae;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3a5dae), to(#38a1c3));
  background: linear-gradient(to bottom, #3a5dae 0%, #38a1c3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5dae', endColorstr='#38a1c3',GradientType=0 );
  /* IE6-9 */
}

.btn-gradient-1 {
  color: #fff;
}

.btn-gradient-1:hover {
  color: #fff;
  opacity: .9;
}

.general_gradient_2, .activity_card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a5dae+0,38a2c3+50,3a5dae+100 */
  background: #3a5dae;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3a5dae 0%, #38a2c3 50%, #3a5dae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5dae', endColorstr='#3a5dae',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

label {
  font-weight: 500;
  font-size: 18px;
  color: var(--base-dark-1);
}

.btn-block {
  width: 100%;
}

.list-basic, .event_wrap .event_wrap_x nav ul, .ticket_holder_list, .ticket_holder_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fig-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
}

.fig-24 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
}

.fig-30 {
  width: 30px;
  height: 30px;
  min-width: 30px;
  position: relative;
}

.fig-40 {
  width: 40px;
  height: 40px;
  min-width: 40px;
  position: relative;
}

.fig-50 {
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
}

.fig-70 {
  width: 70px;
  height: 70px;
  min-width: 70px;
  position: relative;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #A0A4A8;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A0A4A8;
}

::-ms-input-placeholder {
  color: #A0A4A8;
}

::placeholder {
  color: #A0A4A8;
}

body {
  background-color: #ddd;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--base-text-color);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding-top: 64px;
}

.f-mnt, .phancy_dropdown .dropdown-menu.dropdown-menu-sm .dropdown-item, .chat_wrap .chat_upper .chat_message_box .cm_box_content h6, .chat_wrap .chat_upper .chat_message_box .cm_box_content p, .chat_wrap .chat_upper .chat_message_box .cm_box_content .cm_time, .chat_wrap .chat_upper .chat_message_box .cm_box_content .chat_mention, .chat_alert_message, .clientEmailHighlited {
  font-family: 'Montserrat', sans-serif;
}

.f-ws, .subLabel, .badge-warning,
.badge-success, label, .signup_panel figcaption, .submit-button-fat, .orText, .page_banner_wrap_2 .home_banner_inner .container .underlined_title, .page_banner_wrap_2 .home_banner_inner .addCover, .page_banner_wrap_2 .sos-outer .sos-inner a, .event_wrap .event_wrap_x nav ul li a, .ticket_holder .ticket_upper .ticket_upper_a h1, .ticket_holder label,
.ticket_holder .value,
.ticket_holder .value_price, .btn-white, .mapinfo figcaption h6, .panel-header h1, .ticket-detailed .td_value, .ticket-detailed p {
  font-family: 'Work Sans', sans-serif;
}

.fw-400, .ticket_holder .ticket_lower .ticket_code label, .ticket_holder .ticket_lower .ticket_code .value, .chat_wrap .chat_upper .chat_message_box .cm_box_content p, .clientEmailHighlited, .ticket-detailed p {
  font-weight: 400 !important;
}

.fw-500, .subLabel, .badge-warning,
.badge-success, .orText, .page_banner_wrap_2 .home_banner_inner .container .underlined_title, .page_banner_wrap_2 .home_banner_inner .addCover, .btn-white, .mapinfo figcaption h6, .panel-header h1, .chat_wrap .chat_upper .chat_message_box .cm_box_content .cm_time, .chat_alert_message {
  font-weight: 500 !important;
}

.fw-600, .page_banner_wrap_2 .sos-outer .sos-inner a, .event_wrap .event_wrap_x nav ul li a, .ticket_holder .ticket_upper .ticket_upper_a h1, .chat_wrap .chat_upper .chat_message_box .cm_box_content h6, .chat_wrap .chat_upper .chat_message_box .cm_box_content .chat_mention {
  font-weight: 600 !important;
}

.fw-700, .ticket_holder label,
.ticket_holder .value,
.ticket_holder .value_price, .ticket-detailed label, .ticket-detailed .td_value {
  font-weight: 700 !important;
}

.fs-10, .chat_wrap .chat_upper .chat_message_box .cm_box_content .cm_time {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12, .chat_wrap .chat_upper .chat_message_box .cm_box_content p, .chat_wrap .chat_upper .chat_message_box .cm_box_content .chat_mention, .chat_alert_message {
  font-size: 12px !important;
}

.fs-13, .mapinfo figcaption h6, .chat_wrap .chat_upper .chat_message_box .cm_box_content h6 {
  font-size: 13px !important;
}

.fs-14, .btn-white {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24, .panel-header h1 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.logo {
  width: 100px;
  max-width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.site-header .navbar {
  padding-top: 4px;
  padding-bottom: 4px;
}

.site-header {
  background-color: #fff;
  z-index: 10;
}

.site-header .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .navbar-nav .nav-item .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--base-dark);
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-header .navbar-nav .nav-item .nav-link:hover {
  background-color: #eee;
}

.site-header .navbar-nav .nav-item .nav-button {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 130px;
  max-width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-header .navbar-nav .nav-item .nav-button:hover {
  background-color: var(--base-orange-hover);
  color: #fff;
}

.site-header .navbar-nav .nav-item .nav-button-blue, .site-header .navbar-nav .nav-item .btn-outline-primary {
  background-color: #fff;
  border: 2px solid var(--base-blue-2);
  color: var(--base-blue-2);
}

.site-header .navbar-nav .nav-item .nav-button-blue:hover, .site-header .navbar-nav .nav-item .btn-outline-primary:hover {
  background-color: var(--base-blue-2);
  color: #fff;
}

.site-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #f8f8f8;
}

.site-header.minimal {
  -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.08);
}

.site-header.minimal .logo {
  width: 80px;
}

.home_banner_wrap {
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home_banner_wrap .home_banner_inner {
  width: 100%;
  position: relative;
}

.home_banner_wrap .home_banner_inner figure {
  width: 100%;
  margin: 0;
  height: 100%;
}

.home_banner_wrap .home_banner_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_banner_wrap .home_banner_inner .home_banner_container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.home_banner_wrap .home_banner_inner .home_banner_container .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_banner_wrap .home_banner_inner .home_banner_container .container h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 52px;
  width: 520px;
  max-width: 100%;
  margin: 0 0 1rem 0;
}

.home_banner_wrap .home_banner_inner .home_banner_container .container h6 {
  color: var(--base-blue-2);
  font-size: 22px;
  width: 520px;
  max-width: 100%;
  margin: 0 0 1rem 0;
}

.banner_search_form {
  width: 520px;
  max-width: 100%;
  margin: 1rem 0;
  position: relative;
}

.banner_search_form .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem 120px 1rem 1.5rem;
  -webkit-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.08);
  color: #000;
}

.banner_search_form .form-control:focus {
  border-color: var(--base-blue-2);
}

.banner_search_form .btn {
  border-radius: 50px;
  position: absolute;
  right: .5rem;
  top: .5rem;
  width: 100px;
  height: 42px;
}

.btn {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

.home_centeral_section {
  background-color: #2C29AF;
  background: url(../images/gradient-bg-1.jpg) repeat center top/cover;
  background-size: cover;
  margin-top: -50px;
  padding: 90px 0 40px 0;
  color: #fff;
  position: relative;
  z-index: 0;
}

.home_centeral_section:after {
  content: "";
  background: url(../images/line-pattern.svg) repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_centeral_section > .container {
  position: relative;
  z-index: 1;
}

.cards_wrap .cards_wrap_inner {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.event_card {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: .75rem;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  -webkit-box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 8px 1px rgba(0, 0, 0, 0.08);
}

.event_card .event_card_thumb {
  border-radius: 8px;
  overflow: hidden;
  height: 290px;
  width: 100%;
}

.event_card .event_card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event_card .event_card_content_wrap {
  padding: 1rem .5rem .5rem .5rem;
}

.event_card .event_card_content_wrap .event_card_content_header {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event_card .event_card_content_wrap .event_card_content_header .ecc_x {
  width: 60%;
}

.event_card .event_card_content_wrap .event_card_content_header .ecc_x h5 {
  color: #000;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event_card .event_card_content_wrap .event_card_content_header .ecc_x h6 {
  color: #333;
}

.event_card .event_card_content_wrap .event_card_content_header .ecc_y {
  width: 40%;
  text-align: right;
  padding: 4px 0;
}

.event_card .event_card_content_wrap .event_card_content_header .ecc_y p {
  margin: 0;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.025rem;
}

.event_card .event_card_content_wrap .event_card_content_para {
  margin: .5rem 0 1rem 0;
}

.event_card .event_card_content_wrap .event_card_content_para p {
  margin: 0;
  white-space: normal;
  color: var(--base-text-color);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 64px;
}

.event_card .event_card_content_wrap .event_card_content_footer {
  position: relative;
  text-align: center;
}

.event_card .event_card_content_wrap .event_card_content_footer .btn-outline-primary {
  width: 150px;
}

.event_card .event_card_content_wrap .event_card_content_footer .btn-attend {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-rounded {
  border-radius: 50px;
}

.nav-button-orange {
  background-color: var(--base-orange);
  border: 2px solid var(--base-orange);
  color: #fff;
}

.nav-button-orange:hover {
  background-color: var(--base-orange-hover);
  border-color: var(--base-orange-hover);
  color: #fff;
}

.btn {
  text-transform: capitalize;
}

.btn-primary {
  background-color: var(--base-blue);
  border-color: var(--base-blue);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--base-blue-hover);
  border-color: var(--base-blue-hover);
  color: #fff;
}

.site-footer {
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.site-footer p {
  margin: 0;
}

/* for Scrollbar
https://codepen.io/shadeed/pen/QWpRojb?editors=0100 */
.has-custom-scrollbar {
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
  overflow: auto;
}

.has-custom-scrollbar::-webkit-scrollbar {
  width: 20px;
}

.has-custom-scrollbar::-webkit-scrollbar-track {
  background-color: #C7E9F2;
  background-color: rgba(250, 250, 250, 0.75);
  border-radius: 100px;
}

.has-custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 100px;
  width: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #728498;
}

.snap-scrolling-example .content {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.horizontal-images.content ul,
.vertical-images.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.horizontal-images.content li {
  margin: 0 16px 0 0;
  float: left;
}

.horizontal-images.content li:first-child {
  margin-left: 0;
}

.horizontal-images.content li:last-child {
  margin-right: 0;
}

.event_card {
  width: 416px;
  max-width: 100%;
}

.page_banner_wrap {
  background-color: #3A5DAE;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page_banner_wrap .home_banner_inner {
  width: 100%;
  position: relative;
}

.page_banner_wrap .home_banner_inner figure {
  width: 100%;
  margin: 0;
  height: 100%;
}

.page_banner_wrap .home_banner_inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_banner_wrap .home_banner_inner .home_banner_container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.page_banner_wrap .home_banner_inner .home_banner_container .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_banner_wrap .home_banner_inner .home_banner_container .container h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 52px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.page_centeral_section {
  background: #E9F2EE url(../images/line-pattern-b.svg) repeat center top/cover;
  background-size: cover;
  margin-top: -50px;
  padding: 90px 0 40px 0;
  position: relative;
  z-index: 0;
}

.page_centeral_section > .container {
  position: relative;
  z-index: 1;
}

.page_title {
  font-size: 48px !important;
}

.signup_panel {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  padding: 2rem;
  cursor: pointer;
}

.signup_panel .info_icon {
  position: absolute;
  right: 1rem;
  top: 0.85rem;
  font-size: 24px;
  color: var(--base-blue);
}

.signup_panel figure {
  width: 72px;
  height: 72px;
  margin: 1.25rem auto 40px;
  position: relative;
}

.signup_panel figure img,
.signup_panel figure svg {
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  color: var(--base-blue);
}

.signup_panel figure svg {
  font-size: 72px;
  fill: var(--base-blue);
}

.signup_panel figcaption {
  font-size: 18px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-weight: 600;
  color: var(--base-blue);
  text-transform: capitalize;
}

.userType.active .signup_panel figcaption,
.signup_panel:hover figcaption,
.signup_panel:hover .info_icon {
  color: #fff;
}

.userType.active .signup_panel figure svg,
.signup_panel:hover figure svg,
.signup_panel:hover figure img {
  color: #fff;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}

.userType.active .signup_panel figure svg path,
.signup_panel:hover figure svg path,
.signup_panel:hover figure svg rect,
.signup_panel:hover figure svg polygon {
  fill: #fff;
}

.user_pic_controls {
  width: 200px;
  height: 200px;
  max-width: 100%;
  position: relative;
}

.user_pic_controls figure,
.user_pic_controls img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100px;
}

.user_pic_controls figure {
  border: 2px solid var(--base-blue);
}

.user_pic_controls figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.user_pic_controls .editIcon {
  background: var(--base-blue);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.user_pic_controls .editIcon i {
  font-size: 22px;
}

.form_container_one {
  width: 500px;
  max-width: 100%;
}

.form-control-1 {
  border: 2px solid #CDCFCE;
  background-color: #CDCFCE;
  color: #111;
  font-size: 18px;
  padding: 10px 16px;
}

.form-control-1:focus {
  background-color: #fff;
  border-color: #CDCFCE;
}

.submit-button-fat {
  font-size: 28px;
  font-weight: 600;
}

.orText {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5D615F;
}

.orText:before, .orText:after {
  content: '';
  border-top: 1px solid #ACACAC;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
}

.orText:after {
  margin: 0 0 0 20px;
}

ul.social_signup_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

ul.social_signup_list li {
  margin: 0 .5rem;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

ul.social_signup_list li a {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: block;
  position: relative;
  text-decoration: none;
}

ul.social_signup_list li a:hover {
  opacity: .8;
}

ul.social_signup_list li a img,
ul.social_signup_list li a i,
ul.social_signup_list li a svg {
  color: #fff;
  font-size: 28px;
}

.page_banner_wrap_2 {
  background-color: #3A5DAE;
  background: #3A5DAE url(../images/events-banner.png) no-repeat center center/cover;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
/*  height: 380px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page_banner_wrap_2 {
/*    background-size: contain;*/
    background-repeat: no-repeat;
/*    background-position: right;*/
}
.pineventimg{border-radius: 25px;}

.page_banner_wrap_2 .home_banner_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.page_banner_wrap_2 .home_banner_inner > figure {
  width: 100%;
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.page_banner_wrap_2 .home_banner_inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_banner_wrap_2 .home_banner_inner .container {
  height: 100%;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page_banner_wrap_2 .home_banner_inner .container .underlined_title {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
}

.page_banner_wrap_2 .home_banner_inner .container .underlined_title:after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.page_banner_wrap_2 .home_banner_inner .container h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.page_banner_wrap_2 .home_banner_inner .addCover {
  color: #fff;
  font-size: 24px;
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  width: 260px;
  height: 120px;
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.page_banner_wrap_2 .home_banner_inner .addCover:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.page_banner_wrap_2:hover .underlined_title:after {
  bottom: 0 !important;
}

.overflow-visible {
  overflow: visible;
}

.page_banner_wrap_2 {
  position: relative;
}

.page_banner_wrap_2 .sos-outer {
  position: relative;
  z-index: 1;
}

.page_banner_wrap_2 .sos-outer .sos-inner {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #DDE5ED;
  padding: 1rem;
  border-radius: 0 0 100px 100px;
}

.page_banner_wrap_2 .sos-outer .sos-inner a {
  font-size: 16px;
  text-transform: uppercase;
  background-color: red;
  color: #fff;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_wrap .event_wrap_x {
  width: 240px;
}

.event_wrap .event_wrap_x nav {
  margin-top: 110px;
}

.event_wrap .event_wrap_x nav ul li {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

.event_wrap .event_wrap_x nav ul li a {
  text-align: center;
  text-transform: capitalize;
  color: var(--base-blue);
  text-decoration: none;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #fff), to(rgba(221, 221, 221, 0.25)));
  background: linear-gradient(to right, #fff 80%, rgba(221, 221, 221, 0.25) 100%);
  border-radius: 18px 0 0 18px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: .85rem 1.5rem;
}

.event_wrap .event_wrap_x nav ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #38A1C3), to(#4E72C6));
  background: linear-gradient(to right, #38A1C3 80%, #4E72C6 100%);
  color: #fff;
}

.event_wrap .event_wrap_x nav ul .active a {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #38A1C3), to(#4E72C6));
  background: linear-gradient(to right, #38A1C3 80%, #4E72C6 100%);
  color: #fff;
}

.event_wrap .event_wrap_y {
  width: 100%;
  width: calc(100% - 240px);
}

.event_wrap .event_wrap_y .event_wrap_y_panel {
  min-height: 800px;
}

.btn-wide-1 {
  width: 220px;
  max-width: 100%;
}

.gotBorder-2,
.gotBorder-2:hover,
.gotBorder-2:focus,
.gotBorder-2:active {
  border-style: solid;
  border-width: 2px;
  border-color: currentColor;
}

.page_centeral_section_marg {
  margin-top: 10px;
  margin-bottom: 30px;
}

.ticket_holder_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ticket_holder_list li {
  width: 400px;
  max-width: 100%;
  margin: 0 0 60px 0;
}

.ticket_holder {
  background-color: var(--base-blue);
  -webkit-box-shadow: 0 0 10px 1px rgba(58, 93, 174, 0.2);
          box-shadow: 0 0 10px 1px rgba(58, 93, 174, 0.2);
  color: #fff;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
}

.ticket_holder .ticket_upper {
  padding: 1.75rem;
}

.ticket_holder .ticket_upper .ticket_upper_a {
  margin-bottom: 24px;
  margin-top: 20px;
}

.ticket_holder .ticket_upper .ticket_upper_a .ticket_title {
  height: 100px;
}

.ticket_holder .ticket_upper .ticket_upper_a h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

.ticket_holder .ticket_upper .ticket_upper_a .qr-holder {
  width: 120px;
  height: 120px;
  position: relative;
  background-color: #496dbf;
}

.ticket_holder .ticket_upper .ticket_upper_b {
  margin-bottom: 10px;
}

.ticket_holder .divider {
  border-top: 2px dashed #fff;
  position: relative;
}

.ticket_holder .divider:before, .ticket_holder .divider:after {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
}

.ticket_holder .divider:before {
  left: -25px;
}

.ticket_holder .divider:after {
  right: -25px;
}

.ticket_holder .ticket_lower {
  padding: 1.75rem;
}

.ticket_holder .ticket_lower .ticket_code {
  text-align: center;
  margin-bottom: 10px;
}

.ticket_holder .ticket_lower .ticket_code label {
  font-size: 11px;
}

.ticket_holder .ticket_lower .ticket_code .value {
  font-size: 14px;
}

.ticket_holder .ticket_lower .bar-code {
  width: 100%;
  height: 80px;
  background-color: transparent;
  position: relative;
}

.ticket_holder .ticket_lower .end-ruler {
  background-color: #fff;
  width: 80%;
  height: 1px;
  margin: 10px auto 0;
}

.ticket_holder label,
.ticket_holder .value,
.ticket_holder .value_price {
  line-height: 1;
}

.ticket_holder label {
  color: #A9C3FF;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.ticket_holder .value {
  font-size: 18px;
  color: #fff;
}

.ticket_holder .value_price {
  font-size: 24px;
  color: #fff;
}

.phancy_dropdown .dropdown-toggle:after {
  display: none;
}

.phancy_dropdown .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: transparent;
  position: relative;
}

.phancy_dropdown .dropdown-menu.dropdown-menu-sm .dropdown-item {
  font-size: 12px;
  font-weight: 500;
}

.post-content-body {
  min-height: 90px;
}

.post-content-body-main-thumb {
  margin: 0;
  width: 100%;
  height: 400px;
  position: relative;
}

.post-content-body-main-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.post-content-header,
.post-content-footer,
.post-content-comment-section {
  padding: 14px;
}

.post-content-comment-section {
  border-top: 1px solid #fff;
}

.activity_card {
  border-radius: 10px;
  position: relative;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.activity_card .activity_card_header {
  padding: 12px 14px;
}

.activity_card .activity_card_header h6 a {
  color: #fff;
}

.activity_card .activity_card_thumb {
  position: relative;
}

.activity_card .activity_card_thumb .badge {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 1;
}

.activity_card .activity_card_thumb figure {
  width: 100%;
  width: calc(100% + 2rem);
  left: -1rem;
  position: relative;
  height: 220px;
  border-radius: 10px;
  margin: 0;
  border: 1px solid #F1FAEE;
  -webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.activity_card .activity_card_thumb figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.activity_card .activity_card_content {
  padding: 1rem;
  color: #fff;
}

.activity_card .activity_card_content .btn {
  width: 100%;
  max-width: 100%;
}

.btn-outline-white {
  background-color: transparent;
  border-color: white;
  color: #fff;
}

.btn-outline-white:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.form-switch.form-switch-custom {
  font-size: 24px;
  min-height: 2rem;
}

.btn-white {
  text-transform: capitalize;
  border-color: #fff;
  background-color: #fff;
  color: var(--base-blue);
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: var(--base-blue-hover);
  color: #fff;
}

.btn-250 {
  width: 250px;
  max-width: 100%;
}

.ticket-bg {
  border-radius: 10px;
  padding: 40px 60px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.ticket-bg:before, .ticket-bg:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ticket-bg:before {
  left: -20px;
}

.ticket-bg:after {
  right: -20px;
}

.add_activitiy_icon {
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 100%;
}

.activity_box .activity_box_x {
  width: 70px;
}

.activity_box .activity_box_y {
  width: 100%;
  width: calc(100% - (70px + 1rem));
}

.gallery_box {
  position: relative;
}

.gallery_box span {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: inline-block;
  background-color: var(--base-blue);
  color: #fff;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
}

.gallery_box span i {
  font-size: 16px;
  color: #fff;
}

.gallery_box figure {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.gallery_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox .carousel-inner .carousel-item .ratio img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.assignment_card {
  position: relative;
  border-radius: 10px;
  padding: 2.5rem 1.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--base-blue);
}

.assignment_card .action_icons {
  position: absolute;
  right: 1rem;
  top: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.assignment_card .action_icons2 {
  position: absolute;
  right: .25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.assignment_card .action_icons2 i {
  font-size: 40px;
  line-height: 1;
}

.user_thumb_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map_pin {
  background: url(../images/pin-bg.svg) no-repeat center center;
  background-size: 100% 100%;
  width: 27px;
  height: 43px;
  position: relative;
  z-index: 1;
}

.map_pin figure {
  margin: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.map_pin figure img,
.map_pin figure svg {
  width: 100%;
  height: 100%;
}

.mapinfo {
  border-radius: 10px;
  padding: 6px;
  background-color: var(--base-blue);
  color: #fff;
  width: 260px;
  z-index: 1;
}

.mapinfo figure {
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: relative;
}

.mapinfo figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapinfo figcaption {
  margin: 0;
  padding: 10px 4px;
}

.mapinfo figcaption h6 {
  color: #fff;
}

.panel-header {
  padding: 1rem 1.5rem;
  color: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.panel-header h1 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.gotSeperator {
  border-right: 1px solid #EDEDED;
}

.gc_box {
  padding: 1rem;
  background-color: #fff;
}

.gc_box:hover {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.g_str_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g_str_1 figure,
.g_str_1 figcaption {
  margin: 0;
}

.g_str_1 .g_str_1_x {
  width: 100px;
}

.g_str_1 .g_str_1_x figure {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}

.g_str_1 .g_str_1_x figure img {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.g_str_1 .g_str_1_y {
  width: 100%;
  width: calc(100% - 100px);
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_str_1 .g_str_1_y .g_str_1_y_1 {
  width: calc(100% - 100px);
}

.g_str_1 .g_str_1_y .g_str_1_y_2 {
  width: 100px;
  text-align: right;
}

.chat_wrap {
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.chat_wrap .chat_upper {
  max-height: 650px;
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .75rem;
  padding-bottom: 1rem;
}

.chat_wrap .chat_upper .chat_message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1.5rem;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 0 0 1rem;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_content {
  width: calc(100% - (50px + 1rem));
  width: auto;
  background-color: #F3F5F7;
  padding: 1rem;
  position: relative;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_content h6 {
  margin: 0 0 4px 0;
  color: #5C33CF;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_content p {
  color: #111;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_content .cm_time {
  text-transform: uppercase;
  position: absolute;
  right: 0.65rem;
  bottom: 0.125rem;
  color: #8497AF;
}

.chat_wrap .chat_upper .chat_message_box .cm_box_content .chat_mention {
  color: #5C33CF;
}

.chat_wrap .chat_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chat_wrap .chat_footer .chat_send_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ECEFF3;
  border-radius: 100px;
  width: 100%;
  padding: 4px;
}

.chat_wrap .chat_footer .chat_send_controls .csc_smiley {
  margin-right: .5rem;
}

.chat_wrap .chat_footer .chat_send_controls .csc_smiley,
.chat_wrap .chat_footer .chat_send_controls .csc_attachment {
  cursor: pointer;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  position: relative;
  background-color: transparent;
}

.chat_wrap .chat_footer .chat_send_controls .csc_smiley i,
.chat_wrap .chat_footer .chat_send_controls .csc_attachment i {
  font-size: 18px;
}

.chat_wrap .chat_footer .chat_send_controls .csc_smiley:hover,
.chat_wrap .chat_footer .chat_send_controls .csc_attachment:hover {
  background-color: #f9f9f9;
}

.chat_wrap .chat_footer .chat_send_controls .csc_input {
  margin-right: .5rem;
  width: 100%;
}

.chat_wrap .chat_footer .chat_send_controls .csc_input input {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 0;
}

.chat_wrap .chat_footer .chat_send_button {
  margin-left: 1rem;
  background-color: var(--base-blue);
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  border: none;
  outline: none;
}

.chat_wrap .chat_footer .chat_send_button img {
  width: 18px;
  height: 18px;
}

.chat_wrap .chat_footer .chat_send_button:hover {
  opacity: .9;
}

.chat_message_box.cm_received .cm_box_content {
  border-radius: 12px 12px 12px 0;
}

.chat_message_box.cm_sent .cm_box_content {
  border-radius: 12px 12px 0 12px;
}

.chat_wrap .chat_upper::-webkit-scrollbar {
  width: 5px;
}

.chat_wrap .chat_upper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.chat_wrap .chat_upper::-webkit-scrollbar-thumb {
  background-color: #3A5DAE;
}

.chat_wrap .chat_upper .chat_message_box.cm_received {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.chat_wrap .chat_upper .chat_message_box.cm_received .cm_box_thumb {
  margin: 0 1rem 0 0 !important;
}

.chat_thumb_pic {
  width: 140px;
  height: 140px;
}

.chat_thumb_pic figure {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.chat_thumb_pic figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat_alert_message {
  background-color: #F3F5F7;
  margin: 0 0 4px 0;
  color: #5C33CF;
  display: inline-block;
  width: 260px;
  max-width: 100%;
  border-radius: 20px;
  line-height: 1;
  padding: 16px 20px;
  margin: 0;
}

.online-status_dot {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  display: inline-block;
}

.online-status_dot.online-status-online {
  background-color: #4EF0A2;
}

.btn-h-1 {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 51px;
}

.clientEmailHighlited {
  font-size: 10px;
  color: #ACACAC;
  background-color: #D9D9D9;
  border-radius: 20px;
  line-height: 1;
  padding: 4px 10px;
}

.actionicons_top_padd {
  padding-top: 24px;
}

.editIcon {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: relative;
  cursor: pointer;
}

.editIcon img {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.editIcon:hover {
  opacity: .8;
}

.product_image {
  width: 100%;
}

.product_image img {
  width: 100%;
  max-height: 400px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_photo_wrap {
  height: 450px;
  overflow: hidden;
}

.service_photo_wrap img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: top;
     object-fit: top;
}

.ticket-detailed {
  padding: 2rem;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 10px 1px rgba(58, 93, 174, 0.2);
          box-shadow: 0 0 10px 1px rgba(58, 93, 174, 0.2);
}

.ticket-detailed label {
  color: #A9C3FF;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

.ticket-detailed .td_value {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.ticket-detailed p {
  font-size: 13px;
  color: #EDF6EE;
}

.ticket-detailed .ruler {
  margin: 3rem auto .5rem;
  width: 90%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #fff, #fff 50%, transparent 50%, transparent 100%);
  background-size: 20px 1px;
  border: none;
  position: relative;
}

.ticket-detailed .ruler:before, .ticket-detailed .ruler:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: -5px;
}

.ticket-detailed .ruler:before {
  left: 0;
}

.ticket-detailed .ruler:after {
  right: 0;
}

.post-content-header .post-content-header-input {
  width: 100%;
}

.post-content-header .post-content-header-input textarea {
  width: 100%;
  resize: none;
  border: none;
  padding: 4px 8px;
  line-height: 1;
  background-color: transparent;
}

.post-content-header .post-content-header-input textarea:focus {
  outline: none;
  background-color: #f8f8f8;
}
/*# sourceMappingURL=style.css.map */

.nav-item.SRbutton .nav-link{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 40px;
}
.productSlider .slick-track .slick-slide{
    padding: 20px !important;
}
.productSlider figure.product_image{
    max-width: 100%;
    max-height: 300px;
    overflow: hidden;
}
a.FloatingButtonEvent {
    background: #ff6a13;
    border-radius: 50px;
    position: fixed;
    padding: 10px 20px;
    bottom: 10px;
    color: #FFF;
    right: 30px;
    border: 0px;
    text-decoration: none;
    z-index: 99;
}
a.FloatingButtonEvent:hover{background: #ff6a13;}