/* Google font poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

body {
  font-family: "Poppins", serif !important;
}



/* CSS of Authentications pages */
.auth-content h5 {
  font-family: "Poppins", serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17.5px;
  line-height: 1.5;
  text-align: center;
  color: #313533;
}

.auth-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: rgba(49, 53, 51, 0.75) !important;
}

.auth-full-page-content .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7E879F;
}

.form-control,
.form-control:focus {
  border: 1.5px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  background: #ffffff;
  height: 45px;
  padding-left: 20px;
  border-radius: 8px !important;
  outline: none;
}

.text-right {
  text-align: right;
}

.auth-pass-inputgroup .password-addon {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9;
}

.forgot-password {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  color: #111111 !important;
}

.btn-primary {
  background-color: #287891 !important;
  border-color: #287891 !important;
  box-shadow: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  background-color: #287891 !important;
  border-color: #287891 !important;
  box-shadow: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #287891 !important;
}

.lh-base {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
}

.auth-bg {
  background-image: url('../images/bg-login.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-header {
  justify-content: end;
  /* border: none; */
}

.modal-close-btn img {
  width: 22px;
}

.modal-title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.0015em;
  color: #111111;
}

.modal-title p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #7E879F;
}

.modal-title p strong {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}


.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 1.5rem;
  border: 1.5px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  background-color: #ffffff;
  color: #111111;
  transition: all 0.3s ease;
}

.otp-input input:focus {
  border-color: rgba(126, 135, 159, 0.2);
  box-shadow: 0 0 0 2px rgba(126, 135, 159, 0.2);
  outline: none;
}

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

.otp-input input[type="number"] {
  -moz-appearance: textfield;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.expired {
  animation: pulse 2s infinite;
  color: #ff4444;
}

.resend-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #b0b0b0;
}

.resend-link {
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.resend-link:hover {
  color: #111111;
  text-decoration: underline;
}

#email {
  color: #111111;
  font-weight: 500;
}

.btn-section {
  padding: 0 30px;
}

.btn-transparent {
  background-color: transparent !important;
  border: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #7E879F;
}

.modal-body {
  padding: 10px 60px 50px 60px;
}



.your-purpose-statements-modal .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.timeline-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}

.timeline-container ul.tl li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px solid #7E879F;
  padding: 0 0 30px 20px;
  position: relative;
  display: flex;
  flex-direction: row;
}

.timeline-container ul.tl li.dashed {
  border-left: 1px dashed #7E879F;
}

.timeline-container ul.tl li:last-child {
  border-left: 0;
}

.timeline-container ul.tl li .item-icon {
  position: absolute;
  left: -11px;
  top: -4px;
  content: " ";
  border: 5px solid #1A7894;
  border-radius: 500%;
  background: #fff;
  height: 20px;
  width: 20px;
}

.timeline-container ul.tl li:hover::before {
  border-color: #1A7894;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* border: 1.5px solid #1A7894; */
  border-radius: 9px;
  padding: 15px;
  background: rgba(126, 135, 159, 0.1);
}

.item-text .item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

ul.tl li .item-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7E879F;
}

ul.tl li .item-timestamp {
  color: #8d8d8d;
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}

/* CSS of Authentications pages */

/* Dashbourd page */
.navbar-brand-box,.navbar-header {
  background-image: url('../images/logo-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.simplebar-offset {
  background-image: url('../images/menu-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.vertical-menu ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 1.5 !important;
  align-items: center;
  color: #313533 !important;
}

.vertical-menu ul li a.active {
  color: #1A7894 !important;
}

.vertical-menu {
  width: 300px;
}

.main-content {
  margin-left: 300px;
  overflow: hidden;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  width: 300px;
}

.footer {
  left: 300px;
}

.footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #74788D;
}

.footer p a {
  color: #1A7894;
}

/* Dashbourd page */


/* media library page */
.page-title-box h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.btn-view-all,
.btn-view-all:hover {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #1A7894;
}

.media-library-img {
  position: relative;
}

.media-library-cover {
  width: 100%;
}

.btn-play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-library-list {
  background: rgba(163, 201, 212, 0.2);
  border-radius: 8px;
  margin-bottom: 20px;
}

.media-library-list .media-library-body {
  padding: 20px;
}

.media-library-list .media-library-body h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 0;
}

.video-time {
  background: rgb(36 39 48 / 50%);
  border-radius: 7px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
}

.video-time h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.page-name-title h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #313533;
  margin-bottom: 0;
}

.form-select-wight {
  width: 250px;
  border: 1.5px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
}



.live-group-class-list {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  margin-bottom: 15px;
}

.live-group-class-list .live-group-class-body {
  padding: 15px;
}

.live-group-class-body h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  margin-bottom: 0;
}

.live-group-class-body ul {
  padding: 0;
  margin-top: 10px;
}

.live-group-class-body ul li {
  list-style: none;
}

.live-group-class-body ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7E879F;
  margin-bottom: 5px;
}

.live-group-class-details {
  min-height: 160px;
}

/* media library page */

/* chat forum page */
.chat-forum-main {
  background: #FFFFFF;
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  padding: 50px;
  text-align: center;
}

.chat-forum-main h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #111111;
}

.chat-forum-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #7E879F;
  margin-bottom: 30px;
}

.btn-create-forum {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 10px;
  padding: 12px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #111111;
}

textarea.form-control,
textarea.form-control:focus {
  height: auto;
}

label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #7E879F;
}

.forum-header-main {
  background: linear-gradient(166.2deg, rgba(26, 120, 148, 0.1) -0.71%, rgba(1, 185, 186, 0.1) 64.25%);
  border-radius: 14px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forum-header-main h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #111111;
  margin-bottom: 0;
}

.chat-forum-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.chat-forum-list {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  margin-bottom: 15px;
}

.chat-forum-list .chat-forum-body {
  background: rgb(103 200 235 / 10%);
  border-radius: 12px 12px 0px 0px;
  padding: 20px;
}

.chat-forum-profile h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0;
}

.chat-forum-body h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.chat-forum-body p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1A7894;
  margin-bottom: 0;
}

.chat-forum-body p img {
  padding: 0 10px;
}

.chat-forum-profile-inner {
  display: flex;
}

.chat-forum-profile-inner .chat-forum-profile-img:first-child {
  margin-left: 0px;
}

.chat-forum-profile-inner .chat-forum-profile-img {
  margin-left: -25px;
}

.chat-forum-profile-inner .chat-forum-profile-img:last-child {
  background: #4677D0;
  border: 1.21739px solid #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #FFFFFF;
  justify-content: center;
  margin-left: -23px;
}

.btn-message {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.chat-forum-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.chat-forum-list.second .chat-forum-body {
  background: rgb(133 162 69 / 10%);
}

.more-response-main {
  padding: 10px 20px;
}

.more-response-main h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  margin-bottom: 0;
}

.response-list-main {
  height: 350px;
  overflow-y: auto;
}

.response-list {
  padding: 0 20px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
}

.response-list img {
  width: 27px;
  height: 27px;
  border-radius: 50px;
}

.response-details {
  border-radius: 2px 10px 10px 10px;
  background: rgb(103 200 235 / 10%);
  padding: 10px;
}

.response-details h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #191A1C;
  margin-bottom: 0px;
}

.response-details h5 span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #1A7894;
  margin-left: 30px;
}

.response-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #191A1C;
  margin-bottom: 0;
}

.response-list.write {
  justify-content: end;
}

.write-response {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.form-control-write,
.form-control-write:focus {
  width: 80%;
  border: none;
  padding: 10px;
  border-radius: 12px;
  outline: none;
}

.file-input {
  width: 80%;
}

.ai-chatbot-body {
  height: 400px;
  overflow-y: auto;
}

.ai-chatbot-null {
  text-align: center;
}

.ai-chatbot-null img {
  width: 300px;
  height: auto;
  background-size: cover;
  background-position: center;
}

.btn-clear {
  display: flex;
  align-items: self-end;
  justify-content: end;
  padding: 15px;
}

.ai-chatbot-result-body {
  display: flex;
  align-items: self-start;
  gap: 15px;
  padding: 15px;
}

.ai-chatbot-result-details h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 10px;
}

.ai-chatbot-result-list h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.ai-chatbot-result-list p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.ai-chatbot-result-list h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.ai-chatbot-result-list p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}

.my-profile-main {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(126, 135, 159, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(126, 135, 159, 0.2);
}

.my-profile-main .my-profile-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-profile-details h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.0015em;
  color: #111111;
  margin-bottom: 0;
}

.settings-menu {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
}

.settings-menu-inner-list h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #111111;
  margin-bottom: 0;
}

.settings-menu-inner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(126, 135, 159, 0.2);
}

.settings-menu-inner-list:last-child {
  border: none;
}

/* chat forum page */

/* setting page */
.payment-method-main {
  background: #F0FAFD;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.payment-method-main .card-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-list .card-details h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
}

.card-list .card-details p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #7E879F;
  margin-bottom: 0;
}

.card-list .card-img {
  width: 48px;
  height: 48px;
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 10px;
}

.accordion .accordion-item .accordion-button {
  border-radius: 10px;
  background: none;
  box-shadow: none;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 1.5;
  color: #111111;
}

.accordion .accordion-item .accordion-body {
  padding-top: 0;
}

.accordion-body .text-muted {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #7E879F !important;
}

.terms-conditions-main {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  padding: 15px;
}

.terms-conditions-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #7E879F;
}

.feedback-main {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 12px;
  padding: 15px;
}

.feedback-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #7E879F;
  text-align: center;
}

.form-select,
.form-select:focus {
  border: 1.5px solid rgba(126, 135, 159, 0.2);
  background-color: #ffffff;
  height: 45px;
  padding-left: 20px;
  border-radius: 8px !important;
  outline: none;
}

.p-lr-25 {
  padding-left: 25px;
  padding-right: 25px;
}

/* setting page */

/* My Journal page */
.my-journal-add {
  background: #F5FBFF;
  border: 1px solid rgba(26, 120, 148, 0.2);
  border-radius: 8px;
  padding: 70px 50px;
  text-align: center;
  margin-bottom: 15px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-journal-add img {
  margin-bottom: 10px;
}

.my-journal-add h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1A7894;
  margin-bottom: 0;
}

.my-journal-notes {
  background: #FCFCFD;
  border: 1px solid #E4E7EC;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.my-journal-notes h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.my-journal-notes p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #667085;
  margin-bottom: 10px;
  line-height: 1.5;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 180px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
}

.my-journal-notes h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #101828;
  margin-bottom: 0;
}

.upload-image-main {
  background: #FFFFFF;
  border: 1px dashed #1A7894;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.upload-image-main h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #71859E;
  margin-bottom: 0;
}

.upload-image-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #71859E;
  margin-bottom:0;
}

.my-journal-list {
  margin-bottom: 20px;
}

.my-journal-list h4 {
  background: #F5FBFF;
  border: 1px solid rgba(26, 120, 148, 0.2);
  border-radius: 3px;
  padding: 3px 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #1A7894;
  width: auto;
  display: inline-block;
}

.my-journal-img {
  position: relative;
}

.my-journal-img img {
  /*width: 100%;*/
  /*height: 235px;*/
      width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-journal-img h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  /*position: absolute;*/
  /*  bottom: 68px;*/
  /*  left: 19px;*/
  /*  margin-bottom:0;*/
}

.my-journal-img span {
  background: #FFFFFF;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
      line-height: 16px;
  letter-spacing: 0.02em;
  color: #1A7894;
  /*position: absolute;*/
  /*left: 15px;*/
  /*bottom: 20px;*/
  /*max-width:90%;*/
  padding: 8px 10px;
  display: block;
}


/* My Journal page */

/* Urge Surfing Hub page */
/*.search-here-input {*/
/*  position: relative;*/
/*  margin-right: 10px;*/
/*}*/

/*.search-here-input .form-control {*/
/*  padding-left: 30px;*/
/*}*/

/*.search-here-input span {*/
/*  position: absolute;*/
/*  top: 12px;*/
/*  left: 10px;*/
/*}*/

/*.video-list {*/
/*  background: #FCFCFE;*/
/*  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);*/
/*  border-radius: 8px;*/
/*}*/

/*.media-library-list.video-list .media-library-body {*/
/*  padding: 10px;*/
/*}*/

/*.video-list .media-library-body h5 {*/
/*  text-align: center;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 10px;*/
/*  line-height: 1.5;*/
/*  letter-spacing: 0.3px;*/
/*  color: #7E879F;*/
/*}*/

/*.video-list .media-library-cover {*/
/*  width: 100%;*/
/*  border-radius: 8px 8px 0 0;*/
/*}*/

/*.btn-play-video .media-library-play {*/
/*  width: 30px;*/
/*}*/

/*.page-title-box {*/
/*  padding-bottom: 1rem;*/
/*}*/

/*.image-list {*/
/*  margin-bottom: 15px;*/
/*}*/

/*.image-list h5 {*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 12px;*/
/*  line-height: 1.5;*/
/*  text-align: center;*/
/*  letter-spacing: 0.02em;*/
/*  color: #7E879F;*/
/*  margin-top: 5px;*/
/*}*/

/*.sounds-list {*/
/*  background: #F5FBFF;*/
/*  border: 1px solid #E9E9EF;*/
/*  border-radius: 8px;*/
/*  padding: 10px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.sounds-details {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*}*/

/*.sounds-details .sounds-image {*/
/*  position: relative;*/
/*}*/

/*.btn-play-push {*/
/*  position: absolute;*/
/*  top: 9px;*/
/*  left: 8px;*/
/*}*/

/*.btn-play-push .btn-play {*/
/*  display: block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/

/*.btn-play-push .btn-push {*/
/*  display: none;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*}*/

/*.sound-name h5 {*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 13px;*/
/*  line-height: 1.5;*/
/*  margin-bottom: 0;*/
/*  color: #000000;*/
/*}*/

/*.sound-name p {*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-size: 12px;*/
/*  line-height: 1.5;*/
/*  letter-spacing: -0.2px;*/
/*  color: #7E879F;*/
/*  margin-bottom: 0;*/
/*}*/

/* Urge Surfing Hub page */

/* My Milestones page */
.timeline .timeline-date {
  z-index: 0;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #1A7894;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
}

.timeline .timeline-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: #287891;
  border-radius: 15px;
  z-index: 1;
}

.timeline .timeline-continue:after {
  /* position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px; */
  background: #287891;
  z-index: -1;
}

#page-topbar {
  z-index: 999;
}

.milestones-completion {
  filter: grayscale(1);
}

.modal-top-img {
  width: 80px;
}

/* My Milestones page */

/* media query */
@media only screen and (max-width: 1600px) {
  .modal-body {
    padding: 10px 60px 30px 60px;
  }
}

@media only screen and (max-width: 460px) {
  .auth-bg {
    background-image: url('../images/bg-login.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .form-select-wight {
    width: 150px;
  }

  .footer {
    left: 0px;
  }

  .navbar-brand-box {
    padding: 0 1.5rem;
    width: 70px;
  }

  .ai-chatbot-body {
    height: 600px;
    overflow-y: auto;
  }

  .ai-chatbot-null {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

/* dashboard */
.days-sober-main {
  border: 1px solid rgba(126, 135, 159, 0.2);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.days-sober-main .days-sober-counting {
  display: flex;
  align-items: center;
  gap: 25px;
}

.days-sober-complete {
  border-right: 1px solid rgba(126, 135, 159, 0.2);
  padding-right: 25px;
}

.days-sober-complete h5 {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #111111;
}

.days-sober-complete h5 span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #7E879F;
}

.days-sober-percentage {
  background: #1A7894;
  border-radius: 25px;
  padding: 2px 10px;
}

.days-sober-percentage h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}

.days-sober-this-month h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.days-sober-this-month h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}

.days-sober-profile img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.page-title-box h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 0;
}




.week-streak-main .week-streak-img {
  width: 150px;
  height: 150px;
}

.week-streak-main h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
  margin-top: -40px;
  text-align: center;
}

.week-streak-main .week-streak-countining {
  display: inline-block;
}

.week-streak-main {
  text-align: center;
}

.week-streak-main h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}

.week-streak-main p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
}

.week-streak-inner {
  background: rgba(245, 251, 255, 0.2);
  border: 1px solid #E9E9EF;
  border-radius: 8px;
  padding: 20px;
}


/* calender css */

:root {
  --dark-body: #3a3a4f;
  --dark-main: #121221;
  --dark-second: #6e6e80;
  --dark-hover: #292b39;
  --dark-text: #e0e0e0;

  --light-body: #f7f8fc;
  --light-main: #ffffff;
  --light-second: #dcdce0;
  --light-hover: #f2f4f9;
  --light-text: #212121;

  --blue: #004080;
  --white: #ffffff;

  --shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;

  --font-family: 'Inter', serif;
}

.dark {
  --bg-body: var(--dark-body);
  --bg-main: var(--dark-main);
  --bg-second: var(--dark-second);
  --color-hover: var(--dark-hover);
  --color-txt: var(--dark-text);
}

.light {
  --bg-body: var(--light-body);
  --bg-main: var(--light-main);
  --bg-second: var(--light-second);
  --color-hover: var(--light-hover);
  --color-txt: var(--light-text);
}

.week-streak-inner .light {
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar {
  height: max-content;
  width: max-content;
  background-color: var(--bg-main);
  border-radius: 10px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

/*.light .calendar {*/
/*  box-shadow: var(--shadow);*/
/*}*/

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-txt);
  padding: 10px;
}


.calendar-week-day {
  height: 25px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
}

.calendar-week-day div {
  display: grid;
  place-items: center;
  color: #1A7894;
  font-size: 12px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: var(--color-txt);
}

.calendar-days div {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}

.calendar-days div:hover {
  background-color: var(--light-hover);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.dark .calendar-days div:hover {
  background-color: var(--dark-hover);
}

.calendar-days div span {
  position: absolute;
}

.calendar-days div.curr-date span {
  display: none;
}

.month-picker {
  padding: 5px 5px;
  border-radius: 10px;
  cursor: pointer;
  color: #1A7894;
  font-size: 14px;
  background-color: #f5f5f5;
}

.month-picker:hover {
  background-color: var(--color-hover);
}

#year {
  font-size: 18px;
}

.year-picker {
  display: flex;
  align-items: center;
}

.year-change {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.year-change:hover {
  background-color: var(--color-hover);
}

.year-change pre {
  display: block;
  margin-top: 0;
  margin-bottom: 0rem;
  overflow: auto;
  font-size: 87.5%;
  color: #212529;
}

.calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.toggle {
  display: flex;
}

.toggle span {
  margin-right: 10px;
  color: var(--color-txt);
}

.dark-mode-switch {
  position: relative;
  width: 48px;
  height: 25px;
  border-radius: 14px;
  background-color: var(--bg-second);
  cursor: pointer;
}

.dark-mode-switch-ident {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
  top: 2px;
  left: calc(2px + 50%);
}

.month-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-main);
  padding: 20px;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  display: grid;
  transform: scale(1.5);
  visibility: hidden;
  pointer-events: none;
}

.month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}

.month-list>div {
  display: grid;
  place-items: center;
}

.month-list>div>div {
  width: 100%;
  padding: 5px 5px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: var(--color-txt);
  font-size: 12px;
}

.month-list>div>div:hover {
  background-color: var(--color-hover);
}

@keyframes to-top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}




.chart-main{
  background: #FFFFFF;
  border: 1px solid #E9E9EF;
  border-radius: 8px;
}
.chart-main h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #313533;
  margin: 0;
  text-align: left;
}

.chart-info-details {
  text-align: left;
}

.chart-info-details p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #111111;
}

.chart-info-details h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #313533;
}
.cart-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5 !important;
  color: #111111;
}
.your-usages-list h4{
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: #1A7894;
}
.your-usages-list p{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(49, 53, 51, 0.75);
  margin-bottom: 0;
}

.item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 9px;
  padding: 15px;
  background: rgba(126, 135, 159, 0.1);
  /* margin-bottom: 15px; */
}
.item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.item-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7E879F;
}
.timeline-container .form-check-label{
  width: 100%;
}
.timeline-container .form-check-input:checked {
  background-color: #287891;
  border-color: #287891;
}
.timeline-container .form-check{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.vision-board-image{
    position: relative;
    aspect-ratio: 3 / 2;
}

.vision-board-image::after{
    content: "\A";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: rgba(0, 0, 0, 0.6);*/
	background: linear-gradient(to bottom, rgba(0, 47, 75, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
}
.vision-board-text{
    position: absolute;
    left: 19px;
    bottom: 20px;
    max-width: 85%;
}

@media only screen and (max-width: 1024px) {
  .week-streak-inner .light {
    margin-top: 20px;
  }
}

.vision-chatbot-bg-white{
  background-color: #ffffff;
}
.vision-chatbot-bg-white .simplebar-content-wrapper{
  background-color: #ffffff;
}
.vision-chatbot-sidemenu .vision-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.vision-chatbot-sidemenu .vision-title .vision-title-edit-delete-button{
  display: flex;
  align-items: center;
  gap: 10px;
}
.vision-title .vision-title-edit-delete-button .vision-edit-delete-button{
  padding: 0!important;
}
.vision-title h5{
  width: 80%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #313533;
  margin-bottom: 0;
}
.vision-edit-delete-button img{
  width: 22px;
}



/* Chatbot css start */
.chatbot-ai-main {
  /* height: calc(100vh - 250px); */
  position: relative;
}

.chatbot-ai-main .ai-chatbot-main {
  position: absolute;
  width: 70%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.btn-chatbot-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ai-chatbot-main .write-response {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.chatbot-title h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.chatbot-top-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chatbot-ai-body-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: calc(100vh - 130px);
}

.chatbot-ai-body-main .chatbot-left-side {
  width: 20%;
  height: 100%;
  border-right: 1px solid #E9E9EF;
  padding: 10px 15px 10px 0;
}

.chatbot-ai-body-main .chatbot-right-side {
  width: 75%;
      height: 100%;
  overflow-x: auto;
}

.chatbot-ai-title h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #667085;
}

.chatbot-ai-chat-list-inner h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #313533;
  margin-bottom: 0;
}

.chatbot-ai-chat-list-inner a img {
  width: 18px;
}

.chatbot-ai-chat-list-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.chatbot-main-content {
  height: calc(100vh - 60px);
}

.chatbot-main-content .page-content {
  padding: calc(70px + 0.2rem) calc(1.5rem * .75) 0px calc(1.5rem * .75);
}

body.chatbot-body-main-top {
  min-height: 100vh !important;
}

.chatbot-start .ai-chatbot-main {
  position: absolute;
  width: 70%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*body.chatbot-body-main-top .chatbot-title {*/
/*  display: ;*/
/*}*/

.chatbot-voice-animation {
  margin: 0 auto;
  margin-bottom: 30px;
}

.chatbot-voice-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/*.chatbot-ai-main .ai-chatbotvoice-main {*/
/*  position: absolute;*/
/*  width: 70%;*/
/*  top: 0%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, 50%);*/
/*}*/


.chatbot-ai-main .ai-chatbotvoice-main {
    position: absolute;
    width: 70%;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
}

/* Main circular component container */
.ai-circular-component {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  margin: 20px;
}

/* Base circle */
.ai-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 50%, #14b8a6 100%);
  position: relative;
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.4);
  overflow: hidden;
}

/* User speaking state - Same morphing blob effect as AI */
.ai-circular-component.user-speaking .ai-circle {
  animation: morphBlob 3s ease-in-out infinite;
}

.ai-circular-component.user-speaking .inner-blob {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: innerMorph 2s ease-in-out infinite;
}

.ai-circular-component.user-speaking .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: particleFloat 4s ease-in-out infinite;
}

.ai-circular-component.user-speaking .particle:nth-child(2) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.ai-circular-component.user-speaking .particle:nth-child(3) {
  top: 70%;
  right: 25%;
  animation-delay: 1s;
}

.ai-circular-component.user-speaking .particle:nth-child(4) {
  bottom: 30%;
  left: 15%;
  animation-delay: 2s;
}

/* AI talking state - Morphing blob effect */
.ai-circular-component.ai-talking .ai-circle {
  animation: morphBlob 3s ease-in-out infinite;
}

.ai-circular-component.ai-talking .inner-blob {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: innerMorph 2s ease-in-out infinite;
}

.ai-circular-component.ai-talking .particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: particleFloat 4s ease-in-out infinite;
}

.ai-circular-component.ai-talking .particle:nth-child(2) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.ai-circular-component.ai-talking .particle:nth-child(3) {
  top: 70%;
  right: 25%;
  animation-delay: 1s;
}

.ai-circular-component.ai-talking .particle:nth-child(4) {
  bottom: 30%;
  left: 15%;
  animation-delay: 2s;
}

@keyframes morphBlob {

  0%,
  100% {
    border-radius: 50%;
    transform: scale(1) rotate(0deg);
  }

  25% {
    border-radius: 45% 55% 62% 38% / 53% 45% 55% 47%;
    transform: scale(1.05) rotate(90deg);
  }

  50% {
    border-radius: 58% 42% 45% 55% / 45% 58% 42% 55%;
    transform: scale(0.95) rotate(180deg);
  }

  75% {
    border-radius: 42% 58% 55% 45% / 62% 45% 55% 38%;
    transform: scale(1.03) rotate(270deg);
  }
}

@keyframes innerMorph {

  0%,
  100% {
    transform: scale(1) rotate(0deg);
    border-radius: 50%;
  }

  50% {
    transform: scale(0.8) rotate(180deg);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
  }
}

@keyframes particleFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translate(30px, -30px) scale(0.5);
    opacity: 0.8;
  }

  80% {
    opacity: 0.3;
  }
}

/* Idle state - gentle breathing effect */
.ai-circular-component.idle .ai-circle {
  animation: breathe 4s ease-in-out infinite;
}

@keyframes breathe {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.4);
  }

  50% {
    transform: scale(0.95);
    box-shadow: 0 4px 25px rgba(6, 182, 212, 0.6);
  }
}
/* Chatbot css end */












.media-library-img .video-select{
  position: absolute;
  top: 10px;
  left: 10px;
  transform: scale(1.8);
  transform-origin: top left;
  border-color: #ffffff;
}
.video-list .media-library-body h5 {
    text-align: left;
    font-family: "Poppins", serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #7E879F;
    margin-bottom: 3px;
}

.media-library-img .external-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    top: unset;
}


.sounds-image .audio-select{
  transform: scale(1.5);
  transform-origin: top left;
  border-color: #ffffff;
  margin-right: 10px;
}
.btn-play-push {
    position: absolute;
    top: 9px;
    left: 35px;
}

.media-library-img .external-badge .bg-info{
  padding: 5px;
}
.media-library-list.video-list .media-library-body {
    padding: 10px;
}

.media-library-body p{
margin-bottom: 0px;
}
.voice_instruction p {
    margin-top: 0;
    margin-bottom: 0;
}
.chatbot-ai-main .ai-chatbotvoice-main {
    position: absolute;
    width: 70%;
    top: -25%;
    left: 50%;
    transform: translate(-50%, 50%);
}
/*.chatbot-start.chat_type_main_div .ai-chatbot-main {*/
/*    position: absolute;*/
/*    width: 70%;*/
/*    top: 55%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 50%);*/
/*}*/







/* Urge Surfing Hub page */
.video-list .media-library-body p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 0;
}

.search-here-input {
  position: relative;
  margin-right: 10px;
}

.search-here-input .form-control {
  padding-left: 30px;
}

.search-here-input span {
  position: absolute;
  top: 12px;
  left: 10px;
}

.video-list {
  background: #FCFCFE;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.media-library-list.video-list .media-library-body {
  padding: 10px;
}

.video-list .media-library-body h5 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #7E879F;
}

.video-list .media-library-cover {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.btn-play-video .media-library-play {
  width: 30px;
}

.page-title-box {
  padding-bottom: 1rem;
}

.image-list {
  margin-bottom: 15px;
}

.image-list h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #7E879F;
  margin-top: 5px;
}

.sounds-list {
  background: #F5FBFF;
  border: 1px solid #E9E9EF;
  border-radius: 8px;
  /* padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; */
  margin-bottom: 15px;
}

.sounds-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sounds-details .sounds-image {
  position: relative;
}

.btn-play-push {
  position: absolute;
  top: 9px;
  left: 8px;
}

.btn-play-push .btn-play {
  display: block;
  width: 20px;
  height: 20px;
}

.btn-play-push .btn-push {
  display: none;
  width: 20px;
  height: 20px;
}

.sound-name h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000000;
}

.sound-name p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #7E879F;
  margin-bottom: 0;
}

.sounds-list .sounds-image {
  position: relative;
}

.sounds-image img {
  height: 150px;
}

.btn-play-push {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.sounds-list .sounds-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.select-items-radio {
  position: absolute;
  left: 6px;
  top: 6px;
}
.hidden-item {
    display: none;
}
.select-items-radio {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.select-items-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
/* Urge Surfing Hub page */