/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

.container {
  max-width: 1300px;
}

body {
  background: #f0f2f5;
  font-family: 'Barlow', sans-serif;
  position: relative;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

a.link {
  color: #4D5C6D;
  ;
  font-size: 16px;
  font-weight: 500;
}

a.link:hover {
  color: #00a89c;
}

a.color-link {
  color: #00a89c;
  font-weight: 500;
}

a.link-sm {
  color: #a3a5a9;
  font-size: 14px;
  font-weight: 500;
}

a.link-sm:hover {
  color: #00a89c;
}

.custom-icon {
  font-size: 20px;
  /* Set the font size to control the icon size */
  width: 20px;
  /* Set the width directly */
  height: 20px;
  /* Set the height directly */
}

.btn-c {
  background: #00a89c;
  border-radius: 100px;
  min-width: 110px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  min-height: 34px;
  padding: 6px 20px;
  border: none;
}

.btn-c:hover {
  background: #02a399;
}


.outline-btn-l {
  border: 1px solid #00a89c;
  color: #00a89c;
  padding: 7px 25px;
  border-radius: 100px;
}



a.count-more {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 40px !important;
  border-radius: 100px;
  display: inline-block;
  background-color: #f4f3f2;
  color: #4D5C6D;
  border: 1px solid #f4f3f2;
  display: inline-block;
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-100 {
  margin-top: 150px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-75 {
  margin-top: 75px;
}

.w-60 {
  width: 60%;
}

.font-size-50 {
  font-size: 50px !important;
}

.about-activity-title {
  font-size: 50px;
  font-weight: 600;
}


.font-weight-500 {
  font-weight: 500;
}

.blog-details-blog-card-info {
  padding: 30px;
}

.blog-details-blog-card {
  background: #fff;
  border: 1px solid #E7E9EC;
  border-radius: 5px;
}

a.blog-details-card-title {
  color: #212529;
  font-size: 25px;
}

.p-50 {
  padding: 50px;
}

.pub-btn {
  background: #f5f5f5;
  border: 1px solid #dedfe2;
  color: #dedfe2;
  padding: 7px 25px;
  transition: all 0.4s;
  border-radius: 100px;
  font-size: 18px;
  text-transform: capitalize;
}

.pub-btn:hover {
  background: #f5f5f5;
  border: 1px solid #00a89c;
  color: #00a89c;
  transition: all 0.4s;
}

.btn-lg-c {
  background: #00a89c;
  padding: 12px 25px;
}

.latest-act .card {
  height: 100%;
}

figure img {
  border-radius: 5px;
}

a.btn-lg-c {

  color: #fff;
  font-size: 18px;
  border-radius: 100px;
}

.p-30 {
  padding: 30px;
}

.title-defult {
  color: #122b46;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.24px;
}

a.title-defult {
  color: #122b46;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.24px;
}

a.title-defult:hover {
  color: #00a89c;
}

.cursor-pointer {
  cursor: pointer;
}

.card-c {
  background: #fff;
  border-color: #E7E9EC;
  border-radius: 4px;
}

ul {
  padding: 0px;
  list-style: none;
}

.arrow {
  font-size: 10px;
  color: #a3a5a9;
}

.w-200 {
  width: 200px;
}

.transparent-btn {
  background: transparent;
  border: none;
  color: #a3a5a9;
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.font-weight-blod {
  font-weight: 600;
}

.add-title {
  font-weight: 700;
  color: #122b46;
  font-size: 17px;
  font-weight: 600;
  margin-right: 10px;
}

.footer {
  background: #fff;
  padding: 30px 10px;
}

.text-light-sm-bold {
  font-size: 16px;
  color: #A3A5A9;
  font-weight: 500;
}

a.color-link {
  color: #00a89c;
  letter-spacing: 1px;
}

.footer-links {
  justify-content: space-between;
}

.footer-links li a {
  font-size: 16px;
  color: rgba(147, 149, 151, .5);
  font-weight: 500;
  transition: all 0.4s;

}

.footer-links li a:hover {
  color: #00a89c;
}


.text-defult {
  font-size: 16px;
  color: #A3A5A9;
  line-height: 1.6;
}

.text-black-md {
  font-size: 18px;
  color: #4D5C6D;
  line-height: 1.6;
}

.text-black-md-bold {
  font-weight: 700;
}

.text-bold {
  font-size: 16px;
  color: #A3A5A9;
  line-height: 1.6;
  font-weight: 600;
}

.text-bold-black {
  font-size: 17px;
  color: #4D5C6D;
  line-height: 1.6;
  font-weight: 600;
}

.blog-details-tag-category {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.font-bold {
  font-weight: 600;
}

.color-link {
  text-decoration: none;
  color: #00a89c;
}

.thin-title {
  font-size: 30px;
  font-weight: 200;
}

.thin-title-md {
  color: #4D5C6D;
  font-size: 35px;
  font-weight: 400;
}

.thin-title-md-black {
  color: #000;
  font-size: 35px;
  font-weight: 400;
}

.thin-title-sm {
  color: #4D5C6D;
  font-size: 25px;
  font-weight: 200;
}

.gray-text {
  color: #A3A5A9;
}

.h-vh-100 {
  height: 90vh;
}

textarea.form-control {

  height: 120px;
}

.contact-f textarea.form-control {
  height: 200px;
}

.d-img-thame {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  padding: 7px;
  border: 1px solid #00a89c;

}

a.d-event-name {
  font-size: 20px;
  color: #122B46;
  font-weight: 600;
}

a.d-event-name:hover {
  color: #00a89c;
}

.d-event-meta {
  color: #939597;
  font-size: 15px;
  margin-top: 10px;
}

.event-managemen-list {
  border-bottom: 1px solid #E7E9EC;
  padding: 10px 0px;
}

.event-management {
  margin-top: 30px;
}

.activity-management {
  margin-top: 30px;
}

table.activity-management {
  width: 100%;
  /* Make the table wider than its container */
  border-collapse: collapse;
  white-space: nowrap;
}

.activity-management tr th {
  color: #212529;
  font-size: 18px;
  font-weight: 600;

}

.activity-management tr td {
  border: none
}

.button_outer {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  transition: .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 #cccccc;
}

.btn_upload {
  padding: 12px 17px 12px;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
}

.title-3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
}

.file_uploading {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}

.file_uploading .btn_upload {
  display: none;
}

.processing_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  transition: 3s;
}

.file_uploading .processing_bar {
  width: 100%;

}

.success_box {
  display: none;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}



.file_uploaded .success_box {
  display: inline-block;
}

.file_uploaded {
  margin-top: 0;
  width: 50px;
  background: #fff;
  border: none;
  box-shadow: none;
  height: 50px;
}

.uploaded_file_view {
  max-width: 300px;
  text-align: center;
  position: relative;
  transition: .2s;
  opacity: 0;
  border: 2px solid #ddd;
  padding: 15px;
}

.file_remove {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #aaa;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  right: -15px;
  top: -15px;
}

.file_remove:hover {
  background: #222;
  transition: .2s;
}

.uploaded_file_view img {
  max-width: 100%;
}

.uploaded_file_view.show {
  opacity: 1;
}

.error_msg {
  text-align: center;
  color: #f00
}

.hits {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  font-style: italic;
  font-weight: 500;
}

.home-demo {
  margin-top: 75px;
}

.slider-padding-top {
  margin-top: 131px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}





/* navbar Style */


.header {
  background: #fff;
  height: 76px;
  box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 0 1px 0 rgba(65, 71, 108, .15);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;

}

.announcement-bar {
  position: fixed;
  top: 76px;
  z-index: 10;
  width: 100%;
  background: #18806d;
  color: #fff;
  padding: 8px 0px;
  text-align: center;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}



.animated-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  animation: slide 20s linear infinite;
  /* Adjust the animation duration and timing function as needed */
}

.search-input-filed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 0px 10px;
  display: none;

}



.search-input-filed:focus {
  border: 1px solid rgba(0, 0, 0, .1);
}

.search-input-filed input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;

}

.search-input-filed svg {
  background: #f0f2f5;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  right: 10px;

}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar-nav .nav-link {
  color: #939597;
  font-size: 16px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #00a89c;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #00a89c;
}

.navbar-expand-lg .navbar-nav .nav-link svg {
  margin-right: 7px;
}

.search {
  padding: 0px 30px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.auth-btns {
  margin-left: 20px;
}

.sign-in {
  padding-right: 20px;
}

.profile-dropdown {
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding-right: 20px;
  color: #122B46;
  font-weight: 600;
}

.profile-dropdown:hover {
  color: #00a89c;
}

.badge-c {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background: orangered;
  color: #fff;
  font-size: 12px;
  top: -7px;
  right: 5px;
  line-height: 1.6;
  font-weight: 500;
}

.dropdown-menu-c {
  top: 50px !important;
  left: -32px !important;
  min-width: 200px;
  padding: 10px 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  border: none;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
  border-radius: 4px;
}

.user-info-dropdownmenu {
  padding: 10px 15px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;

}

.user-info-dropdownmenu::after {
  content: '';
  position: absolute;
  top: -19px;
  left: 89px;
  background: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(134deg);


}

.user-name-dropdownmenu {
  font-size: 16px;
  font-weight: 500;
}

.username {
  color: #a3a5a9;
  font-size: 12px;
}

.profile-menu-list {
  padding: 9px 0px;
}

.profile-menu-list li {
  color: #a3a5a9;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.4s;
}

.profile-menu-list li:hover {
  background: #f5f5f5;
  color: #00a89c;
}


.mobile-nav {
  display: none;
}


/* feed Style */

.right-side {
  position: sticky;
  top: 0px;
  margin-bottom: 30px;
}

.widget {
  border-color: #e0dfdb !important;
  padding: 1.25rem 1.25rem 1.5625rem;
  background: #fff;
  font-size: .875rem;
  line-height: 1.35;
  border-radius: 4px;
}

.widget-title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.widget-title-h {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.bog-title {
  margin-top: 20px;
}

.blog-meta {
  font-size: 14px;
  color: #9e9e9e;
  margin-bottom: 20px;
}

.blog-details {
  /* Set a maximum number of characters before truncation */
  max-width: 100%;
}

.entry-title {
  font-size: 28px;
  font-weight: 600;
}

.single-blog-img {
  /*width: 250px;*/
  height: 75px;
  /*margin-right: 15px;*/
}

.single-blog-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.single-blog {
  margin-bottom: 20px;
  flex-direction: column;
}

a.blog-title {
  font-size: 16px;
  color: #122b46;
  letter-spacing: -.24px;
  line-height: 22px;

}

.date-blog {
  font-size: 13px;
  color: #939597;
  letter-spacing: -.24px;
  line-height: 22px;
  font-weight: 500;
}

figure img {
  width: 100%;
  margin: 30px 0px;
  object-fit: cover;
}

.nav-tabs {
  display: flex;


}

.nav-tabs .nav-link {
  color: #939597;
  padding: 0rem;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}

.nav-tabs .nav-link:hover {
  border-color: #fff #fff #dee2e6;
  color: #00a89c;
  isolation: isolate;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #fff #fff #00a89c;
  font-weight: 600;
}

.nav-tabs.post-tab .nav-link {
  margin-right: 0px;
}


.nav-tabs.post-tab .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent transparent #00a89c;
  font-weight: 600;
}


.nav-tabs.post-tab .nav-link:hover {
  border-color: transparent transparent transparent;
  color: #00a89c;
  isolation: isolate;
}

.single-side-bar-groups-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;

}

.single-side-bar-groups-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;

}

.single-side-bar-groups {
  margin-top: 25px;
}

a.single-side-bar-groups-title {
  font-size: 16px;
  font-weight: 500;
  color: #122b46;
  letter-spacing: -.24px;
  margin-bottom: 20px;
}

.single-side-bar-groups-date-blog {
  margin-bottom: 0px;
  color: #A3A5A9;
  font-size: 14px;
  margin-top: 7px;
}

.profile-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.post-upload-date {
  color: #939597;
  font-size: 14px;
  line-height: 1.35;
}

.post-uploader-name,
.post-uploader-name a {
  font-size: 16px;
  font-weight: 500;
  color: #4D5C6D;
}

.post-uploader-name a:hover {
  color: #00a89c;
}

.single-update {
  margin-bottom: 30px;
}

.active-members img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.middle {
  padding: 0px 6px;
}

.all-updates {
  color: #122B46;
  font-weight: 500;
  padding: 15px 0px;
  border-bottom: 1px solid #00a89c;
}

.feed-middle-top {
  margin: 20px 0px;
  justify-content: space-between;
  align-items: center;
}

.form-control-custom {
  background: transparent;
  width: 100%;

}

.search-bar {
  width: 300px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #dedfe2;
  color: #939597;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

.form-control::placeholder {
  color: #939597;
}

.form-control-custom:focus {
  color: #939597;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.form-control:focus::before {
  color: #939597;
  /* Change to your desired color */
}

.uploaded-image {
  width: 150px;
  height: 150px;
  margin: 3px;
  margin-left: 0px;
  border-radius: 5px;
}

.uploaded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.uploader-icon-div {
  background: rgb(247, 249, 251);
  border: 1px dashed #dedfe2;
  margin: 20px 0px;
  padding: 40px 0px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}

.image-container {
  display: inline-block;
  text-align: center;
  margin: 10px;
  position: relative;
}

.image-remove-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  background: red;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;

}



.card-footer-div {
  border-top: 1px solid #eef0f3;
  padding: 16px;
}

#showUploadButton {
  padding: 16px;
  padding-top: 0px;
}

.card-custom {
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .08);
  border: none;
}

.card-header-custom {
  padding: 12px 15px;
  background-color: rgb(251, 251, 252);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}



.form-select-custom {
  height: 34px;
  border: 1px solid #dedfe2;
  border-radius: 4px;
}


.post-card {
  border: 1px solid #E7E9EC;
  margin: 30px 0px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0);
  border-radius: 10px !important;
}

.Payment {
  background: #fff;
}


.login-main-dev {
  border: 1px solid #E7E9EC;
  margin: 30px 0px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0);
  border-radius: 10px !important;
}



.post-card-body {
  padding: 20px;
}

.user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-profile-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-name {
  font-weight: bold;
}

.post-date {
  color: #555;
  font-size: 13px;
}

.post-text {
  margin-bottom: 10px;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-image {
  width: 100%;
  height: auto;
}

.gallery-image img {
  object-fit: contain;
}

.post-Comment {
  padding: 20px;
  border-top: 1px solid #E7E9EC;
}

.new-comment {
  padding: 20px 0px;
}




.gallery {
  display: flex;
  flex-wrap: wrap;
  /* Fixed height for the first row */
}

.item:nth-child(n+4) {
  display: none;
  /* Hide items starting from the 6th item */
}

/* For the first row (items 1 and 2) */


/* For the second row (items 3, 4, and 5) */
.item:nth-child(n+3):nth-child(-n+5) {
  grid-column: span 1;
  /* Each item occupies one column */
  grid-row: span 1;
  /* Each item occupies one row */

}

.item {
  width: 50%;
}

/* Add a class for single image to set width to 100% */
.item.single-image {
  width: 100%;
}


.item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;

}

.item {
  position: relative;
}

a.item {
  border: 5px solid #fff;
}

.moreImg {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.4s;

  border-radius: 5px;

}

.hidden-share-icon-div {
  display: none;
  transition: all 0.4s;
}



.moreImg:hover {
  background: rgba(0, 0, 0, 0.5);

}

.show-more-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.modal-lg,
.modal-xl {
  max-width: 90%;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.modal-content {
  height: 100vh;
  overflow-y: scroll;

}

.modal-content.tshirt-size {
  height: auto !important;
}

.h-80 {
  min-height: calc(100vh - 220px);
}

.h-c-100 {
  min-height: calc(100vh - 200px);

}



.news-sidebar-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #e0dfdb;
  margin-bottom: 30px;
  border-radius: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

th {
  border-left: 0px solid #ddd;
  font-size: 13px;
}


.fit-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-bottom: 30px solid #f0f2f5;
  padding: 30px;
}



.size-t {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.size-r {
  border-right: 1px solid #ddd;
}

.form-check {
  margin-right: 15px;
}

.submit-btn {
  width: 200px;
  background: #00a89c;
  font-size: 17px;
  color: #fff;
  height: 45px;
  font-weight: 500;
  transition: all 0.4s;
  margin-top: 30px;
  border-radius: 100px;
  padding-top: 8px;
}

.submit-btn:hover {
  background: #02a399;
  color: #fff;
}

.event-details {
  font-size: 16px;
  color: #4D5C6D;
  background: #fff;
  padding: 30px;
}

.fit-form-sec {
  padding: 30px;
}

.event-banner img {
  object-fit: cover;
  width: 100%;
}

.Registaion-title {
  margin: 20px 0px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

.form-control {
  height: 45px;
}

.form-select {
  height: 45px;
}

.form-control-lg {
  font-size: 16px;
  height: 45px;
  line-height: 27px;
}

.form-inner-div {
  display: flex;
  align-items: center;
}

.gender-row {
  display: flex;
}

.ml-16 {
  margin-left: 16px;
}

.p-20 {
  padding-top: 22px;
}

.size-chart {
  background: rgb(18, 43, 70);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  margin-top: 7px;
  transition: all 0.4s;

}

.size-chart:hover {
  color: #fff;
  background: rgb(0, 0, 0);
}

.chart-wrap {
  padding: 50px;
}


.branding {
  font-size: 16px;
  font-weight: 600;
}

.modal {
  overflow-x: hidden;
  overflow-y: hidden;

}

.mt-15 {
  margin-top: 15px;
}




label {
  margin-bottom: 0.25rem;
  font-size: 17px;
  color: #122B46;
}

.required-label {
  position: relative;
}

.required-label::after {
  content: "*";
  position: absolute;
  color: red;
  padding: 2px;
  top: -3px
}

.event-banner {
  border-bottom: 3px solid #f0f2f5;
}

.event-info {
  background: #fbfbfc;
  border-bottom: 3px solid #f0f2f5;
  padding: 40px 30px;
}

.event-info h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.event-info-list li {
  list-style: none;
  margin-bottom: 10px;
  color: #122B46;
}

.event-info-list li span {

  color: #A3A5A9;
}

.event-info-list li:last-child {
  margin-bottom: 0px;
}

.event-details h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 29px;
}

.form-control {
  height: 48px;
}

.btn-check:focus+.btn,
.btn:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.form-select:focus,
.form-control:focus {
  border-color: rgba(0, 0, 0, .25);
}

.done {
  width: 70px;
  height: 70px;
  position: relative;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}

.contain h1 {
  font-family: 'Barlow', sans-serif;
  color: #122B46;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
}

.text {
  font-size: 18px;
  color: #A3A5A9;
}

.congrats {
  position: relative;
  max-width: 600px;
  border: 2px solid white;
  background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
  background: #fff;
  text-align: center;
  font-size: 2em;
  color: #189086;
  padding: 30px;
}

.greeting-main {
  min-height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}


.circ {
  opacity: 0;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.tick {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1s 0.5s ease-out;
  transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn svg .path {
  opacity: 1;
  stroke-dashoffset: 0;
}

.regards {
  font-size: .7em;
}


.pay-logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;

}

.payment-step {
  padding: 0;
}

.payment-step li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #122B46;
}

.nagad {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.amarpay {

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}


.payment-step i {
  margin-right: 5px;
  color: #00a89c;
  font-weight: 500;
}


.qr-num {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  background: #f5f5f5;
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0px;
  border-radius: 4px;
  letter-spacing: 4px;

}

.qr-num p {
  margin-bottom: 0rem;

}

.Payment {
  padding: 30px;
  border-bottom: 30px solid #f0f2f5;
}

.code-form {
  border: 2px solid #dee2e6;
  height: 50px;
}

.code-label {
  font-weight: 600;
}


.copy-button {
  color: #4D5C6D;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.payment-row {
  position: relative;
}



.hrc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 2vw;
}

.hrc:before,
.hrc:after {
  background-color: #dee2e6;
  content: "\a0";
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.5em;
}

.hrc:before {
  margin-right: 0.35em;
}

.hrc:after {
  margin-left: 0.35em;
}

.hrc {
  display: none;
}

.hrc-d {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 2vw;
  transform: rotate(90deg);
  position: absolute;
  top: 304px;
  left: 344px;
  width: 50%;

}

.hrc-d p {
  margin-bottom: 0px;
  color: #aaa;
  letter-spacing: 3px;
}

.hrc-d:before,
.hrc-d:after {
  background-color: #dee2e6;
  content: "\a0";
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 33px;


}

.hrc-d:before {
  margin-right: 0.35em;
}

.hrc-d:after {
  margin-left: 0.35em;
}

.tab-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.acc-tabs-title {
  padding: 15px;
}

/* Style the tab buttons */
.tablinks {
  padding: 15px;
  text-align: left;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  font-size: 16px;
  color: #939597;
  transition: all 0.4w;
}

.tablinks svg {
  margin-right: 10px;
}

.tablinks.active {
  background: rgba(77, 92, 109, .1);
  color: #495057;
}



.tablinks:hover {
  color: #00a89c;
  background-color: rgba(77, 92, 109, .1);
}



.tabcontent {
  display: none;
}

.hc-100 {
  min-height: calc(100vh - 238px);
}


.acc-tabs {
  border-right: 1px solid #ccc;
  height: 100%;

}

.post-like-share-bar {
  width: 50%;
}


.sec-padding {
  padding: 80px 20px;
}

.toptitle {
  color: #00a89c;
  font-size: 20px;
  font-weight: 600;
}

.div-padding {
  padding: 0px 30px;
}

.about-activity-text {
  color: #00a89c;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.about-text {
  color: #4D5C6D;
  line-height: 1.6;
  font-size: 18px;
}

.about-img img {
  border-radius: 5px;
  width: 100%;
}

.bg-purple {
  background: #dce6e7;
}

.denefit-list li {
  list-style: inside;
  color: #495057;
  margin-bottom: 7px;
}

.title-2 {
  font-size: 30px;
  font-weight: 700;
}

.search-section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 0px;
}

.search-section .form-control {

  border: 0px solid #ced4da;

}

.search-section .form-control::placeholder {
  font-size: 20px;
  /* Adjust the font size to your preference */
  color: #000;
  /* Change the color to your desired color */
}

.find-btn {
  background: #334aff;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 0px;
}

.w-70 {
  width: 80%;
}

.w-30 {
  width: 20%;
}

.event-tabs {
  display: flex;
  justify-content: space-between;

}

.list-date-col {
  width: 13%;
}

.event-list-single-info-col {
  width: 87%;
}

.event-list-single-my {
  background: #ffff;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
  display: flex;
  position: relative;
  border-radius: 8px;
  padding: 10px 0px;
  margin-bottom: 10px
}

.event-list-single-my::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 5px;
  background: #00a89c;
  border-radius: 20px;
}

.event-list-single-info {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;

}

.list-date-div {
  height: 100%;
  padding: 7px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;


}

.list-date-div h1 {
  font-size: 50px;
}

.list-date-div p {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.padding-y-50 {
  padding: 50px 0px;
}

.tab-1-header {
  display: flex;
  align-items: center;
}

.arrows span {
  font-size: 18px;
  color: #495057;
}

.today-btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 7px 20px;
  border-radius: 4px;
}

.update-event {
  background: #e0e3e7;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-top: 10px;
}

.update-event p {

  font-size: 18px;
  color: #212529;
}

.event-list-single-img {
  width: 100%;
  height: 100%;

}

.text-black {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-black-bold {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.event-list-single-title a {
  color: #212529;
  font-weight: 600;
}

.font-lg {
  font-size: 40px;
  font-weight: 600;
  color: #212529;
}

.news-details {
  padding: 30px;
}

.news-details-left {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.news-details-left-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

a.black-link {
  color: #212529;
  font-size: 18px;
}

a.gray-link {
  color: #A3A5A9;
  font-size: 18px;
}

a.gray-link-d {
  color: #939597;
  font-size: 18px;
}

a.gray-link-d:hover {
  color: #00a89c;
}

a.black-link:hover {
  color: #00a89c;
}

a.gray-link:hover {
  color: #00a89c;
}

.add-blog-btn {
  background: #00a89c;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100px;
  height: 50px;
}

.add-blog-btn a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;

}

.comment-img-upload-photo-ac {
  width: 300px;
}


.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00a89c;
}



.news-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.img-preview-container {
  width: 200px;
  height: 200px;
  position: relative;
}

span.remove-btn {
  font-size: 38px;
  color: red;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;


}

.pointer {
  cursor: pointer;
}

.img-preview {
  width: 100%;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 4px;

}

.text-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  height: 40px;

}

.text-ac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: opacity 1s ease-in-out;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
}

.text-ac.active {
  display: block;
}


.height-100 {
  height: calc(100vh - 202px);
  display: flex;
}

.bg-transparent {
  background: transparent;
}

.reset-p-card {
  padding: 50px;
  background: #fff;
  border-top: 5px solid #00a89c;
  width: 60%;
}

radio-input .form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:checked {
  background-color: #00a89c;
  border-color: #00a89c;
}

.form-check-input:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

input#curial-checkbox,
input#insurance-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border: 1px solid #05a89c;
}

.toggle-tab {
  display: none;
}


.ref-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
}

#copyButton-d {
  padding: 4px 10px;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #939597;

}

.ref-wrap {
  width: 100%;
  margin-top: 10px;
}

.ref-wrap label {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}



@media(max-width: 991px) {

  .nav-tab-avatar img {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc
  }

  .nav-tab-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1;
  }

  .show-form {
    display: block;
    animation: slideIn 0.3s ease-in-out;
  }

  @keyframes slideIn {
    from {
      transform: translateX(300px);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOut {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(300px);
    }
  }

  .tab-close-btn {

    font-size: 25px;
    cursor: pointer;
  }

  a.sing-in-btn-m {
    background: #00a89c;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    transition: all 0.4s;
  }

  a.sing-in-btn-m:hover {
    color: #fff;
    background: #02a399
  }

  .tablinks {
    font-size: 14px;
  }

  .nav-tab-header {
    padding: 10px;
  }



  .tablinks {
    padding: 10px;
    font-size: 12px;

  }

  /* .home-demo {
        margin-top: 120px;
  } */

  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }

  .about-img img {
    margin-bottom: 30px;
  }

  .mobile-nav {
    display: block;
    width: 100%;
  }


  .auth-btns {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .sign-in {
    background: transparent;
    border-radius: 100px;
    width: 90%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-height: 34px;
    padding: 6px 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 20px;
  }

  .btn-m {
    width: 90%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-bottom: 10px;
  }

  .navbar-brand {
    display: none;
  }

  .gallery a {
    width: 50%;
  }

  .middle-outer {
    order: 1;
    /* Change the order for middle column on mobile */
  }

  .middle {
    padding: 0px;
  }

  .right-side {
    margin-bottom: 0px;
  }

  .right-side-outer {
    order: 3;
    /* Change the order for right column on mobile */
  }

  .left-side-outer {
    order: 2;
    /* Change the order for left column on mobile */
  }

  .footer-links {
    justify-content: center;
  }

  .footer p {
    text-align: center;
  }

  .footer-links {
    margin-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links li {
    margin: 10PX;
  }

  .mb-ph-30 {
    margin-bottom: 30px;
  }

  .hrc-d {
    left: 218px;

  }

  .hrc-d:before,
  .hrc-d:after {

    top: 12px;
  }

  .w-60 {
    width: 100%;
  }

  .card {

    border: none;

  }

  .blog-card {
    margin-bottom: 20px;
  }

  .latest-act .card {
    margin-bottom: 20px;
  }

  .reset-p-card {
    padding: 50px;
    width: 100%;
  }

  #referralLink-d {
    max-width: 100%;
    /* Set an appropriate max-width */
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .ref-wrap {
    width: 100%;

  }

  .event-list-single-img {
    margin-top: 20px;
  }
}

@media(max-width: 767px) {
  .ref-wrap {
    width: 100%;

  }
  .page-link {
      padding: 0.375rem 0.75rem;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
 .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 4px;
    flex-wrap: wrap;
  }

  #referralLink-d {
    width: 85%;
    overflow-x: auto;
    /* Use "auto" to enable scroll if content exceeds the width */
    white-space: nowrap;
    /* Prevent text wrapping */
    height: 30px;
    overflow-y: hidden;
  }

  #copyButton-d {
    padding: 2px 0px;
  }

  .list-date-div p {
    font-size: 16px;
  }

  .list-date-div h1 {
    font-size: 35px;
    margin-bottom: 0px;
  }

  a.d-event-name {
    font-size: 16px;

  }

  .d-img-thame {
    height: 50px;
    width: 50px;
    margin-right: 0px;
    padding: 4px;
    margin-left: 5px;
  }

  .event-list-single-my::after {
    display: none;

  }

  .list-date-col {
    width: 20%;
  }

  .event-list-single-info-col {
    width: 100%;
    padding-bottom: 10px;
  }

  .event-list-single-info-text {
    width: 80%;
  }

  .event-list-single-my {
    border-left: 2px solid #00a89c;
  }

  .mobile-logo {
    width: 170px;
  }



  .hc-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tab-container {
    min-height: 70vh;
  }

  .acc-tabs {
    border-right: 0px solid #ccc;
  }

  .toggle-tab {
    display: block;
  }

  .toggle-tab {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-right: 15px;
  }

  #mobile-collapse-menu {

    width: 100%;
    padding: 5px;
    display: none;
  }

  .Hide {
    display: none;
  }

  .text-ac {
    top: 0;
  }

  /* .home-demo {
        margin-top: 146px;
    } */
  .comment-img-upload-photo-ac {
    width: 100%;
  }

  .news-details {
    padding: 10px;
  }

  .gallery a {
    width: 100%;
  }

  .news-details-left-img {
    width: 30px;
    height: 30px;
  }

  a.black-link {
    font-size: 16px;
  }

  a.gray-link {
    font-size: 16px;
  }

  .bg {
    height: 300px;
  }

  .main-div {
    display: flex;
    flex-direction: row;
  }



  .vertical-divider {
    display: none;
  }


  .ml-16 {
    margin-left: 0px;
  }

  .fit-form {
    width: 100%;
  }

  .m-r-p-0 {
    padding-right: 0px;
  }

  .copy-right-text p {
    text-align: center;
  }

  .form-inner-div {
    flex-direction: column;
  }

  .size-chart {
    width: 100%;
  }

  .submit-btn {
    width: 100%;
  }

  .modal-dialog {
    margin: 1.75rem auto;
    height: 100%;
    overflow: scroll;
    display: flex;
    align-items: center;
  }

  .modal-content {
    width: fit-content;
  }

  .sec-padding {
    padding: 30px 0px;
  }

  .div-padding {
    padding: 0px 0px;
  }

  .font-size-50 {
    font-size: 30px !important;
  }



  .about-activity-title {
    font-size: 30px;
  }

  .about-activity-text {
    font-size: 14px;
  }

  .event-info h4 {
    margin-bottom: 10px;
  }

  .event-info-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .fit-form {
    padding: 30px 20px;
  }

  .mb-20-m {
    margin-bottom: 20px;
  }

  .Registaion-title {
    font-size: 35px;
    margin: 0px;
    margin-bottom: 30px;
  }

  .event-details h2 {
    text-align: center;
  }

  .m-v-n {
    display: none;
  }

  .size-chart {
    margin-top: 25px;
  }

  .mt-15 {
    margin-top: 0px;
  }

  .m-v-t {
    margin-top: 15px;
  }

  .logo img {
    width: 200px;
  }

  .event-info {
    padding: 30px;
  }

  .contain h1 {
    font-size: 25px;
  }

  .text {
    font-size: 17px;
  }

  .amarpay {
    padding-top: 30px;


  }

  .qr-num {
    width: 100%;
  }

  .qr-code img {
    width: 100%;
    object-fit: contain;
  }

  .hrc {
    margin-top: 50px;
    display: flex;
  }

  .hrc p {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 1px;
    color: #aaa;
    margin-bottom: 0px;
  }

  .hrc:before,
  .hrc:after {

    top: 16px;
  }

  .hrc:before {
    margin-right: 0.65em;
  }

  .hrc:after {
    margin-left: 0.65em;
  }

  .hrc-d {
    display: none;
  }



  .post-like-share-bar {
    width: 100%;
  }

  .w-200 {
    width: 121px;
  }

  .footer-links li {
    margin: 0px 10PX;
  }

  .footer-links {
    margin-top: 30px;

  }

  .feed-middle-top {
    margin: 30px 0px;
    flex-direction: column;
    align-items: start;
  }

  .search-bar {
    margin-top: 30px;
  }

  .mb-ph-t-30 {
    margin-top: 30px;
  }


  .reset-p-card {
    padding: 20px;
  }

  .height-100 {
    height: calc(100vh - 100px);

  }
}




@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: fit-content;*/
    margin: 1.75rem auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

}
@media (max-width: 350px) {

  .w-200 {
    width: 100px;
  }
  .btn-c {

    font-size: 13px;
    height: 25px;
    padding: 3px 10px;
    min-width: 80px;
  }
  .post-date {

    margin-left: 6px;
  }

  .height-100 {
    height: 100vh;

  }

  .mobile-logo {
    width: 120px;
  }
}

.ml-10.comment-info-box {
  background: #dddddd6b;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.new-comment-box .user-profile-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}