@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");

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

h3 {
    font-weight: 500 !important;
}

.form-check-input:checked {
    background-color: rgba(174, 136, 185, 1) !important;
    border: 2px solid rgba(174, 136, 185, 1) !important;
}

.service-create-img {
    width: 100%;
    min-width: 340px;
    height: 400px;
    object-fit: cover;
}

.profile-uploader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #c2c2c2;
    cursor: pointer;
    background-color: #dddddd;
}

.profile-uploader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
}

.profile-uploader input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.placeholder-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #3c3c3c;
    text-align: center;
}

.upload-container {
    height: 150px; /* Adjust height */
    background-color: #f8f9fa; /* Light gray */
    border-radius: 12px; /* Rounded corners */
    border: 1px solid #ddd; /* Subtle border */
    transition: background-color 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .upload-box:hover {
    background-color: #f1f1f1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
} */

.upload-icon {
    font-size: 32px; /* Icon size */
    color: #6c757d; /* Muted color */
}

.upload-label {
    color: #6c757d; /* Muted color */
    font-size: 16px;
    margin-top: 10px;
}

.upload-input {
    display: none; /* Hide the actual input field */
}

.service-edit-drop .dropdown-toggle::after {
    display: none !important;
}

.noti-drop::after {
    display: none !important;
}

.btn:active {
    border: none !important;
    box-shadow: none;
}

.btn.show {
    border: none !important;
    box-shadow: none;
}

.nav-tabs .nav-link {
    font-size: unset !important;
}

.sidebar-header,
.sidebar-body {
    background-color: rgba(174, 136, 185, 1) !important;
}

.sidebar .sidebar-header .sidebar-toggler span {
    background: white !important;
}

.sidebar-brand img {
    filter: brightness(10);
}

.main-wrapper
.sidebar
.sidebar-body
.nav
.nav-item.active
.nav-link
.link-title {
    color: black !important;

}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-title{
    margin: 0 15px !important;
}

.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
    background: black !important;
}

.lite-pink {
    color: rgba(174, 136, 185, 1) !important;
}

.background-filter {
    filter: brightness(11);
}

.sidebar-link-color {
    filter: brightness(11);
}

.lama-btn {
    background-color: rgba(174, 136, 185, 1) !important;
    border: none;
    color: white !important;
    border: none !important;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.lama-btn:hover {
    background-color: white !important;
    color: rgba(174, 136, 185, 1) !important;
    border: 1px solid rgba(174, 136, 185, 1) !important;
}

.lama-otln-btn {
    background-color: white !important;
    border: 1px solid rgba(174, 136, 185, 1) !important;
    color: rgba(174, 136, 185, 1) !important;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.lama-otln-btn:hover {
    background-color: rgba(174, 136, 185, 1) !important;
    color: white !important;
}

.app-chart-card {
    min-height: 380px;
}

.lama-service-img {
    min-height: 230px !important;
    width: 100%;
    object-fit: cover;
    max-height: 230px;
}

.service-create-img-container {
    position: relative;
}

.service-img-delete {
    position: absolute;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 6px;
    top: 6px;
    background: rgba(174, 136, 185, 1) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;

    img {
        filter: brightness(10);
    }
}

.header-drop .dropdown-item:hover {
    background-color: rgba(174, 136, 185, 1) !important;;

}
.header-drop .dropdown-item:hover a{
    color: white !important;
}
.header-drop .dropdown-item:not(.dropdown-item:active, .dropdown-item.active):hover svg{
    color: white !important;
}
.header-navbar .navbar-nav .nav-item .nav-link[aria-expanded="true"] , .lang-link:hover{
    color: rgba(174, 136, 185, 1) !important;;
}

.withdraw-btn{
    border: 1px solid #d83b3b !important;
}
.withdraw-btn:hover{
    background-color: #d83b3b !important;
}
.payment-detail-table th{
    font-weight: 600 !important;
}

.payment-detail-table td{
     
}
.apexcharts-zoomin-icon,.apexcharts-zoomout-icon,.apexcharts-zoom-icon,.apexcharts-pan-icon,.apexcharts-reset-icon{
    display: none;
}
.apexcharts-menu-item{
    inline-size: max-content;
}



