

   /* Container for the dropdown */
.balance-dropdown-container {
    position: relative;
    display: inline-block;
}

/* Style for the dropdown itself */
.balance-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Dollar sign icon styling */
.balance-dropdown__name {
    font-size: 18px;
    color: #28a745;  /* Green color for dollar sign */
    margin-right: 10px;
    display: flex;
    align-items: center;
}

/* Icon size */
.balance-dropdown__name i {
    font-size: 20px;
}

/* Dropdown menu container */
.balance-dropdown__container {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;  /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
}

/* Display the dropdown on hover or when the toggle is active */
.balance-dropdown:hover .balance-dropdown__container {
    display: block;
}

/* Style for each dropdown list item */
.balance-dropdown__container li {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

/* Remove border from last list item */
.balance-dropdown__container li:last-child {
    border-bottom: none;
}

/* Hover effect for list items */
.balance-dropdown__container li:hover {
    background-color: #f1f1f1;
}

/* Style for links inside the list items */
.balance-dropdown__container li a {
    text-decoration: none;
    color: #333;
    display: block;
}

/* Optional: active or selected currency */
.balance-dropdown__container li a.active {
    background-color: #28a745;
    color: white;
}

/* Ensure the dropdown stays visible */
.dropdown-menu.show {
    display: block;
}       
 	 
	 	 

.sp-box .blob {
    position: absolute;
    left: 78px;
    top: 27px;
    width: 11px;
    height: 11px;
    }
  .nightmode .total_data{
  background: #363636;
  }
.total_data {
    background: linear-gradient(135deg, #3d8dff, #5eaff6); /* আকাশী নীল থেকে আরও হালকা নীল গ্রেডিয়েন্ট ব্যাকগ্রাউন্ড */
    padding: 20px; /* ভিতরে কিছু স্পেস */
    border-radius: 8px; /* নরম কোণা */
    color: #ffffff; /* সাদা টেক্সট */
    font-size: 18px; /* ফন্ট সাইজ */
    font-weight: 600; /* ফন্ট ওয়েট */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* হালকা শ্যাডো */
    text-align: center; /* টেক্সট আলাইনমেন্ট */
    transition: all 0.3s ease-in-out; /* স্মুথ ট্রানজিশন */
}

.total_data:hover {
    transform: translateY(-5px); /* হোভার করলে উপরে উঠে যাবে */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* শ্যাডো বৃদ্ধি হবে */
    cursor: pointer; /* হোভার করলে কার্সর পরিবর্তন */
}


  @media only screen and (max-width: 550px) {
    .dropdown-toggle.btn_profiles {
        padding: 2px;
        border-radius: 50px;
        background: none;
    }
}
.btn_profiles.active{
    background: white !important;
}
#ok{
    margin-top: 50px !important;
}
.dashboard.nightmode #newOrderTabsWrap #pills-tab .nav-item .nav-link {
    color: #fff;
    background: #4D4D4D;
  
}
.nightmode .btn_profiles{
    background: none;
}
.nightmode .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    transition: .2s;
    color: var(--text-color);
    border-radius: 8px;
        background: #5d5d5d;
}
  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected]{
      background: #e4e4e4;
  }
@media only screen and (max-width: 990px) {
    #navMob.active {
        transform: translateY(0px);
        opacity: 1;
        pointer-events: auto;
                bottom: inherit;
    }
    #navMob{
        border-radius: 0px;
    }
}
#currencies-list{
     
    position: absolute;
    transform: translate3d(282px, 53px, 0px);
    top: initial !important;
    left: inherit !important;
    will-change: transform;

}
.home-header, .m-counter{
    background: none !important;
}
.dashboard.nightmode #main_container .sidebar {
    background: #4d4d4d;
}    
.dashboard.nightmode #main_container .top_header {
    background: #363636;
    box-shadow: 0px -20px 20px #44434f;
}
:root {
   --primary-gradient: linear-gradient(267deg, #03A9F4 3.42%, #00b8ff 91.65%);
    --bg-darkmode: #363636;
    --dark-text-primary: #55c0ff;
        --text-primary: #5eaf6e;
}
.nightmode .user_data .user_balance{
        background: #4D4D4D !important;
            color: #ffffff !important;
}
  .user_data .user_balance{
        background: #3d8dff  !important;
  
  }
.day_night_btn .active_circle{
        background-color: #bfe900;
    background-image: linear-gradient(-60deg, #4CAF50 34%, #ffe249 100%);
}
.dashboard .btn-primary {
    background-image: linear-gradient(-60deg, #007bff 0%, #007bff 100%); /* Blue color */
    border-radius: 0px; /* Square corners */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    position: relative; /* To position the loading spinner */
    overflow: hidden; /* Hide the spinner inside the button */
}

.dashboard .btn-primary:hover {
    background-image: linear-gradient(-60deg, #0056b3 0%, #0056b3 100%); /* Dark blue on hover */
    transform: scale(1.05); /* Slight scaling effect */
}

.dashboard .btn-primary:active {
    transform: scale(0.95); /* Active click effect */
}

/* Loading Spinner Animation */
.dashboard .btn-primary.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-top: 3px solid #007bff; /* Blue spinner */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

/* Spin animation for loading */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dashboard .btn-primary {
    background-image: linear-gradient(-60deg, #16a085 0%, #16a085 100%);
    border-radius: 0px; /* For square corners */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.dashboard .btn-primary:hover {
    background-image: linear-gradient(-60deg, #3498db 0%, #3498db 100%); /* Light blue gradient on hover */
    transform: scale(1.05); /* Slight scaling effect */
}

.dashboard .btn-primary:active {
    transform: scale(0.95); /* Active click effect */
}
   background: var(--bg-input);
    height: 45px;
    border-radius: 10px;
    border: 1px solid red;
    color: var(--text-black);
    outline: 0 !important;
}
.card.card_v2 {
    border: 1px solid #ff0000;
}
.mt-3 {
    margin-top: inherit !important;
}
.sidebar_menu .menu_item.active {
    background: linear-gradient(267deg, #03A9F4 3.42%, #00b8ff 91.65%);
    border: 2px solid #0288D1;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 174, 255, 0.5), 
                inset 0px 3px 5px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 12px 18px;
    font-weight: bold;
    text-transform: uppercase;
}

/
.sidebar_menu .menu_item.active:hover {
    box-shadow: 0px 6px 14px rgba(0, 174, 255, 0.7), 
                inset 0px 5px 7px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px) scale(1.03);
}

.dashboard .card.card_v2 {
    background: #f6fff8;
    box-shadow: 0 5px 5px rgba(7, 7, 7, 10%);
    margin-bottom: 15px;
}

.nightmode .sp-box{
    background: #363636;
}
.nightmode .user_statistic_wraper .statistic__item {
    background: #4D4D4D;
    box-shadow: none;
      
}
.dashboard.nightmode .filter_btn_wrap .btn_filter {
    background: #4D4D4D;
    box-shadow: none;
    color: #fff;
    
}
#main_container .content_area .content {
    padding-top: 53px !important;
    width: 100%;
}
#ok {
    margin-top: 50px !important;
}
.dashboard.nightmode .card {
    background-color: #4D4D4D;
    
}
.dashboard.nightmode .form-control {
    background-color: #363636;
    color: #fff;
      
}
.user_data{
    background: #363636;
}
.nightmode .user_data {
    background: #363636;
      
}
    #block_95 .card{
    background: #fff !important;
    box-shadow: 0 5px 5px rgba(7, 7, 7, 10%) !important;
    margin-bottom: 15px !important;
    border-radius: 15px !important;
    border: 1px solid transparent !important;
    margin-top:100px !important;
    min-width:100% !important;
    padding:10px !important;
}
#main_container .content_area{
    display: block !important ;
}
#block_95 textarea{
    height:150px;
}
.dashboard #main_container .sidebar{
           


}
.dashboard #main_container .top_header{
   background-color: #bfe900;
}
.dashboard #main_container .content_area {
    background: #effff2;
}

#newOrderTabsWrap #pills-tab .nav-item .nav-link.active {
    color: #fff;
   background: #5EAF6E;
}
#newOrderTabsWrap #pills-tab .nav-item .nav-link{
        background: #5EAF6E;
        color:white;
            border: none !important;
}

/* Basic Styling for the dropdown */
.custom-select {
    width: 100%; /* Full width */
    padding: 12px 15px; /* Padding for better visual appeal */
    font-size: 16px; /* Font size for readability */
    background-color: #fff; /* White background */
    border: 1px solid #ccc; /* Border color */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: all 0.3s ease; /* Smooth transition for hover and focus */
}

/* Hover effect */
.custom-select:hover {
    border-color: #007bff; /* Border color changes on hover */
}

/* Focus effect */
.custom-select:focus {
    outline: none; /* Remove default focus outline */
    border-color: #007bff; /* Border color changes on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a glow effect */
}

/* Style for the dropdown options */
.custom-select option {
    padding: 10px; /* Padding for each option */
    font-size: 14px; /* Font size for options */
    background-color: #fff; /* Background color for options */
    color: #333; /* Text color */
}

/* Styling for option hover */
.custom-select option:hover {
    background-color: #f1f1f1; /* Light gray background on hover */
    color: #007bff; /* Text color changes on hover */
}

