.scrollable-content {
    max-height: 300px; /* Adjust as needed */
    overflow-y: auto;
  }
  .custom-radius-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .button-text:hover{
  	font-weight: 600;
  }
  .scrollable-content::-webkit-scrollbar {
    width: 8px;
  }
  .scrollable-content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light gray background */
    border-radius: 10px;
  }
  .scrollable-content::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 10px;
  }
  .scrollable-content::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker on hover */
  }
  .scrollable-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }

.form-control {
    border-radius: 10px;
    padding: 12px;
    font-size: 1.1rem;
    transition: border-color 0.3s ease-in-out;
}
.bg-blurred{
	background: hsla(0, 0%, 100%, 0.08) !important;
    backdrop-filter: blur(2px) !important;
}
.bg-blurred-profile {
  background: rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(2px);
}
.profile-tab-button{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form-control:focus {
    border-color: #5cb85c;
    box-shadow: 0 0 5px rgba(92, 184, 92, 0.5);
}
.btn-primary {
    border-radius: 50px;
    padding: 15px;
    font-size: 1.2rem;
    background-color: #007bff;
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.btn-tab {
    font-size: 1rem;
    background: hsla(0, 0%, 100%, 0.08);
    backdrop-filter: blur(2px);
    border:1px solid transparent;
    border-radius: 8px;
    padding: 8px 16px;
}
[data-bs-theme="dark"] .btn-tab {
  background-color: transparent;
}
.btn-tab.active{
    background: rgba(0, 0, 0, 0.03);
    border:1px solid transparent;
    backdrop-filter: blur(2px);
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px;
}
[data-bs-theme="dark"] .btn-tab.active {
  background-color: rgb(255 255 255 / 9%);
  backdrop-filter: blur(2px);
}
.invalid-feedback {
    color: red;
    font-size: 0.9rem;
}
.alert {
    margin-top: 20px;
    border-radius: 8px;
    padding: 15px;
}
.alert-dismissible {
    padding-right: 35px;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.4rem;
    color: #000;
}
[data-bs-theme="dark"] .user-profile-card {
  background-color: rgb(255 255 255 / 9%);
  backdrop-filter: blur(2px);
}
@media (min-width:1900px){
   html {
      transform-origin: top center;
      overflow-x:hidden;
   }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	}
}
.h-160px{
    height: 160px;
}
#leftsidebar {
   	background: hsla(0, 0%, 100%, 0.08); 
    backdrop-filter: blur(2px);
}
@media (max-width: 992px){
  	[data-bs-theme="light"] #leftsidebar {
       background-color: white;
    }
   [data-bs-theme="dark"] #leftsidebar {
    	background-color: black;
  	}
 }
@media (max-width: 1200px) {
    .langlist .dropdown-menu {
        left: -20px !important;
    }
    #bd-theme + .dropdown-menu {
        left: -35px !important;
    }
    .registration-card{
        height:350px;
        overflow-y: auto;
	}
}
@media (max-width: 768px) {
  .full-label {
    display: none;
  }
  .short-label {
    display: inline;
  }
}
@media (min-width: 769px) {
  .short-label {
    display: none;
  }
}
@media (max-width: 472px) {
  .footer-flex {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 0.5rem;
  }
  .footer-flex .nav {
    flex-direction: column;
    align-items: center;
  }
  .footer-flex .font-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
.font-control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
  font-family: sans-serif;
}
.font-control a {
  padding: 0px 6px;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
}
.font-control input[type="range"] {
  width: 120px;
}
.dropdown-menu{
	top: 50px !important;
}
.news-margin{
   	margin-top: 80px !important;
}
@media (max-width: 768px){
	.header-container{
    	max-width: 650px !important;
    }
}

@media (max-width: 668px){
	.header-container{
    	display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .news-margin{
    	margin-top: 130px !important;
    }
}
@media (max-width: 350px){
    .logo-icon{
       	display: none;
     }
     .user-name{
        display: none;
     }
     .notif{
      width: 350px;
      left: -60px !important;
	}
}
.chat-dropdown-menu {
  background-color: #fff;
  border-radius: 0.375rem; /* rounded corners */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem 0;
  font-size: 0.875rem;
  color: #212529;
  border: 1px solid #ddd;
  z-index: 1050;
  margin-top: 0.5rem;
}

.chat-dropdown-menu li {
  list-style: none;
}
[data-bs-theme="light"] .chat-dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  transition: background-color 0.15s ease, border-left-color 0.15s ease;
  cursor: pointer;
  border-left: 3px solid transparent;
}

.chat-dropdown-item:hover,
.chat-dropdown-item:focus {
  background-color: #f8f9fa;
  border-left-color: #0d6efd; /* bootstrap primary blue */
  color: #0d6efd;
  outline: none;
}
.notif{
	width: 350px;
    left: -150px !important;
}
@media (max-width: 668px) {
    .notif {
        min-width: 90vw !important;
        left: 50% !important;
        top: 52% !important;
        transform: translate(-50%, -50%) !important;
        position: fixed !important;
    }
}
@media (min-width: 668px){
	.notifications-mobile{
    	display:none ;
    }
}
@media (max-width: 668px){
	.notifications-desktop{
    	display:none ;
    }
}
.registration{
	width:400px;
}
@media (max-width: 668px){
	.auth{
      width: 65vw !important;
      transform: translate(-50%, -50%) !important;
      top: 47% !important;
      left: 50% !important;
      position: fixed !important;
      height:400px !important;
      
    }
    .registration-open{
    	top: 57% !important;
        width:90vw !important;
    }
    header .user .dropdown-menu {
      max-width: 430px;
	}
}
