*{
    box-sizing: border-box;
}
body, html{
    overflow-x: unset !important;
}
label.error {
    color: #ff3551;
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    margin-top: 5px;
}

.relative{
    position: relative;
}

/*login details*/
.card{
    z-index: 1;
    background-color: #ffffff1f;
    backdrop-filter: blur(54px);
    border: 1px solid #FFFFFF2B;
    border-radius: 25px;
}
.form-control{
    background-color: #2a303800;
}
input.form-control:focus{
    background-color: #605493;
}
select.form-control:focus{
    background-color: #fff;
}
.form-group label{
    font-size: 16px;
}
.card-body .form-group .form-control, .card-body .c-title-input .form-control {
    border-radius: 20px;
    background: #ffffff0a;
    border: 1px solid #FFFFFF80;
    height: auto;
    padding: 10px 18px;
    color: #fff;
    transition: all 100ms ease-in;
}
.card-body .form-group .form-control:focus{
    outline: 3px solid #6f62a7;
    z-index: 0;
}
input {
    transition: background-color 9999s ease-in-out 0s;
  }

  input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #68589e inset !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid #FFFFFF80 !important;
  }
.card-body .form-group .form-control option, .modal-body .form-control option{
    color: #000;
}
.card-body .form-group .form-control::placeholder{
    color: #cecece;
}
.title-main {
    color: #000;
}
.light-gray{
    color: #4a4a4a;
}
.header-dropdown-title{
    border-bottom: 1px solid white;
    /* background-color: #8A478A; */
    padding-bottom: 5px;
    border-radius: 5px 5px 0 0;
}
a.dropdown-item {
    border-bottom: 1px solid #7262b5;
    padding: 9px 16px !important;
}
a.all-btn{
    color: #ffffff;
    text-transform: capitalize;
    background: linear-gradient(90deg, #39B0CB 0%, #872ED6 100%);
    border-radius: 25px;
    padding: 0 !important;
    margin-top: 13px;
    margin-bottom: 13px !important;
}
.notif-text{
    font-size: 13px;
    line-height: 14px;
}
/*button*/
.btn-primary{
    background: linear-gradient(90deg, #39B0CB 0%, #872ED6 100%);
    border-radius: 25px;
    border: none;
    font-size: 16px;
    padding: 11px 20px;
}
.btn-primary:focus{
    background: linear-gradient(90deg, #39B0CB 0%, #872ED6 100%) !important;
}
button#generate_code{
    padding: 6px 15px;
    background: linear-gradient(90deg, #39B0CB 0%, #872ED6 100%);
    border-radius: 25px;
    border: none;
    color: #fff;
    float: right;
    font-size: 13px;
    position: absolute;
    top: 35px;
    right: 16px;
}
input#password, input#password_confirmation{
    width: 100%;
}
.p_input{
    z-index: 0;
}
.login-shadow{
    position: relative;
    z-index: 1;
}
.login-shadow::after, .login-shadow::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8A478A;
    z-index: 0;
    box-shadow: 0 0 99px 101px #8A478A;
}
    .login-shadow::after{
    bottom: 0;
    left: 0;
}
 .login-shadow::before{
    top: 0;
    right: 0;
}
.eye-icon{
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 8px;
    z-index: 1;
}
.auth .forgot-pass{
    color: #fff;
}
.form-check .form-check-label{
    color: #b7b7b7;
}
.z-0{
    z-index: 0 !important;
}

/*payment status*/
.payment-status{
    background-color: transparent;
    border-radius: 3px;
    padding: 5px 13px;
    text-transform: capitalize;
}
.staus-success{
    border: 1px solid #06ab06;
    color: #06ab06;
}
.staus-warning{
    border: 1px solid #ddb110;
    color: #ddb110;
}
.staus-danger{
    border: 1px solid #d11919;
    color: #d11919;
}
/*notification*/
.position-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.notif-count{
    border-radius: 25px;
    font-size: 11px;
    min-width: 19px;
    padding: 4px;
    position: absolute;
    top: -5px;
    left: 11px;
    /* height: 22px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i{
    font-size: 23px;
}
.no-notifi{
    font-size: 14px;
}
#image-container, #video-container{
    display: none;
    /* border: 1px solid #FFFFFF80;
    border-radius: 20px;
    padding: 10px; */
    margin: 12px 0;
}
div.image-preview-active, div.video-preview-active{
    display: block !important;
}   
/*delete popup*/
.swal2-confirm {
    background-color: #dc3741 !important;
}
.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    backdrop-filter: blur(20px);
    background: #ffffffd9;
    color: #000;
}
.swal2-modal .swal2-title{
    color: #000;
}
.swal2-styled{
    border-radius: 25px;
}
/* all popup */
.modal .modal-content{
    background-color: #382978;
    backdrop-filter: blur(54px);
    /* height: 90vh; */
    overflow: auto;
}

body.show-modal{
    overflow: hidden !important;
    /* padding-right: 15px !important; */
}
.modal{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.main-panel .modal .card{
    background-color: #ffffff00;
    box-shadow: none;
}
.modal-header{
    border-bottom: 1px solid #6955bf;
}
.modal-header .close{
    margin: 0;
    padding: 0;
    font-size: unset;
    font-weight: unset;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.modal-header .close>i{
    font-size: 22px;
}
.custom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-pagination .pagination-info {
    color: #6c757d;
}

.custom-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-pagination .pagination li {
    margin: 0 5px;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    background-color: #191c24;
    transition: all 0.3s ease;
}

.custom-pagination .pagination li a:hover {
    background-color: #f0f0f0;
}

.custom-pagination .pagination li.active span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.custom-pagination .pagination li.disabled span {
    color: #ccc;
    border-color: #ddd;
    cursor: not-allowed;
    background-color: #f9f9f9;
}



ul#category-listing {
    list-style-type: none;
    padding-left: 20px;
}

ul#category-listing>li {
    padding: 16px 18px;
    margin: 5px 0;
    background-color: #191C24;
    border: 1px solid #2a303e;
    border-radius: 4px;
    position: relative;
}


/* Style for the plus and minus icons */
.toggle-icon {
    /*    position: absolute;*/
    /*    left: -20px;*/
    /*    top: 50%;*/
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    /*    font-weight: bold;*/
}

.toggle-icon:hover {
    color: #007bff;
}

/* Style for nested categories */
ul#category-listing li>ul {
    display: none;
    /* Initially hide subcategories */
    margin-top: 10px;
}

ul#category-listing li>a {
    text-decoration: none;
    color: #6C7285;
    font-size: 16px;
    /* font-weight: bold; */
}

ul#category-listing li>a:hover {
    color: #007bff;
}

/* Style for nested level 2 or deeper */
ul#category-listing li>ul>li {
    margin-left: 20px;
    list-style: none;
}

/*category design*/
.sidebar{
    width: 290px;
}
/*admin */
.container-scroller .sidebar {
    background-color: #382978;
}
.sidebar .sidebar-brand-wrapper .sidebar-brand, .sidebar .sidebar-brand-wrapper{
    background-color: #382978;
}
.navbar{
    background-color: #382978;
}

.sidebar .nav .nav-item .nav-link, .sidebar .nav .nav-item.nav-category .nav-link{
    color: #fff;
}
.main-panel>.content-wrapper{
    background-color: #f2efff;
}
.main-panel .card{
    background-color: #605493;
    border: none;
    box-shadow: 0 0 8px #afafaf;
    /* border: 1px solid #e3e3e3;; */
}
.side-icn {
    display: inline-flex;
    align-items: center;
}
.multi-img{
    position: relative;
}
.multiple-file-upload-default{
    width: 100%;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
/*selector image*/
.preview-container {
    display: none; /* Initially hidden */
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    background: #2a3038;
    padding: 11px;
    border-radius: 5px;
}
.preview-item, .preview-items {
    position: relative;
    display: inline-block;
}
.preview-item img, .preview-item video, .preview-items img, .preview-items video {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.close-btn {
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.main-panel .dataTables_wrapper .dataTables_paginate .disabled, .main-panel .dataTables_wrapper .dataTables_paginate .previous.disabled:hover{
    color: #999 !important;
    background-color: unset !important;
}
.main-panel .dataTables_wrapper .dataTables_paginate .next, .main-panel .dataTables_wrapper .dataTables_paginate .previous{
    border-radius: 10px;
    border: 1px solid #999 !important;
    padding: 7px 10px;
}
.main-panel .dataTables_wrapper .dataTables_paginate a.paginate_button.current{
    background: #39B0CB;
    border-radius: 10px;
    border: none;
    color: #fff !important;
}
.main-panel .dataTables_wrapper .dataTables_paginate a.paginate_button{
    margin: 0 5px;
    border: none;
    color: #fff !important;
}
.main-panel .dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
    background: #39B0CB;
    border-radius: 10px;
    border: none;
    color: #fff !important;
}



.sub-category-list>li {
    background: #393f4e;
    border-radius: 4px;
    padding: 8px;
    margin: 5px 0;
}

ul.sub-child-category {
    background-color: #313644;
    border-radius: 5px;
}

ul.sub-child-category>li {
    border-radius: 4px;
    padding: 8px;
    margin: 5px 0;
}

ul#category-listing>li,
.sub-category-list>li,
ul.sub-child-category>li {
    position: relative;
}

.right-side-btn {
    position: absolute;
    right: 18px;
    top: 16px;
}

.right-side-btn>label.switch,
.child-right-side-btn>label.switch,
.sub-child-right-side-btn>label.switch {
    width: 33px;
    height: 15px;
}

.right-side-btn>label.switch .slider:before,
.child-right-side-btn>label.switch .slider:before,
.sub-child-right-side-btn>label.switch .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: -2px;
    bottom: -2px;
}

ul.sub-category-list>li,
ul.sub-child-category>li {
    padding: 16px 18px;
}

.child-right-side-btn {
    position: absolute;
    top: 16px;
    right: 19px;
}

.sub-child-right-side-btn {
    position: absolute;
    top: 14px;
    right: 5px;
}

.search-filter-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 5px #c3c3c3;
    border: 1px solid #e3e3e3;
}

.td-delete-icon.d-flex.gap-3 img {
    /* filter: brightness(0) invert(97%) !important; */
}

.swal2-modal .swal2-icon {
    margin-bottom: 0 !important;
}

.search-input {
    width: 100%;
    padding: 7px;
    padding-left: 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #000000;
    border-radius: 30px;
    background-color: #ffffff;
}
.search-input::placeholder{
    color: #505050;
}
.search-icon>i{
    position: absolute;
    top: 12px;
    left: 14px;
    color: #505050;
}
.text-link{
    color: #00b2ff;
   
}
.text-link:hover{
    color: #198ff0;
    text-decoration: none;
}
.or-login .back-btn{
    color: #fff;
}
.or-login{
    position: relative;
}
.or-login::after, .or-login::before{
    content: "";
    border-bottom: 1px solid #ddd;
    height: 1px;
    width: 28%;
    position: absolute;
    margin: 0 auto;
    top: 12px;
}
.or-login::after{
    right: 0;
}
.or-login::before{
    left: 0;
}
input:focus{
    border: 1px solid #ccc;
}
.user-manage-box .card{
    border-radius: 10px;
    overflow: hidden;
}
.change-password .card, .profile .card{
    border-radius: 10px;
}
.status-btn>select#status,
.status-btn>select#status_filter,
.status-btn>select#publish_status_filter,
.status-btn select.form-control{
    border-radius: 30px;
    padding: 10px 33px;
    color: #363636;
    border: 1px solid #ccc;
}

.status-btn>select#status:focus,
.status-btn>select#status_filter:focus,
.status-btn>select#publish_status_filter:focus,
.status-btn select.form-control:focus {
    outline: none;
    /* border: 1px solid transparent; */
}

.sidebar .nav .nav-item .nav-link .menu-title {
    flex: 1;
}

/*user management*/
.main-panel .white-card.card{
    background-color: #fff;
    border-radius: 10px;
}
.table.table-dark tr>td>label.switch {
    width: 37px;
    height: 17px;
}
.table-dark td{
    border-color: #dddddd;
    color: #000000;
}
table.dataTable tbody tr>td {
    padding: 16px 15px;
}

.table.table-dark tr>td>label.switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 2px;
}
.form-control:disabled{
    background-color: #30323657 !important;
    color: #9d9d9d;
}
.table.table-dark tr .td-delete-icon img {
    border-radius: 0 !important;
    width: 21px !important;
    height: 21px !important;
    object-fit: contain;
}
/*order page*/
.heading-primary{
    font-weight: 500;
    font-size: 21px;
    margin-bottom:0; 
    line-height: 27px;
}
.td-delete-icon {
    column-gap: 10px;
}
.table-bordered thead th{
    white-space: nowrap;
}
.status-bar{
    padding: 4px 0;
    padding-left: 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 30px;
    background-color: #292d38;
}
.table-bordered>tbody>tr>td{
    border: none;
    padding: 5px !important;
}
.pro-img-box .profile{
    width: 145px;
    height: 145px;
    object-fit: cover;
}
.form-group .file-upload-default{
    visibility: visible;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.upload-img>img{
    border: 1px solid #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.file-upload-info {
    border-radius: 20px 0px 0px 20px !important;
    border-right: none;
}
/*12-03-2025*/
a.sidebar-brand.brand-logo-mini img{
    width: 65px !important;
    height: 65px !important;
}
.navbar .navbar-brand-wrapper{
    background-color: #382978;
}
/*loader*/
/* Normal state when not loading */
.dataTables_wrapper.no-footer div.dataTables_processing, div#users-table_processing {
    padding: 0;
    /* position: absolute; */
    background: #53468b;
    width: 100%;
    height: 60px;
    padding: 0px 0;
    color: #53468b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* position: relative; */
    z-index: 1;
}

/* Spinner style inside the loader */
.dataTables_wrapper.no-footer div.dataTables_processing::after,  div#users-table_processing::after {
    content: '';
    position: absolute;
    top: 23%;
    left: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
.user-link>a{
    color: #1c1c1c;
    max-width: 214px;
    display: block;
    white-space: break-spaces;
}
.fs-12{
    font-size: 12px;
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*loader*/
.dataTables_info, .dataTables_paginate{
    margin: 20px !important;
    color: #fff !important;
}
/**/
.form-group{
    position: relative;
}
.table-dark td{
    /* background-color: #191c24; */
}
tr>th::after, tr>th::before{
    content: "" !important;
}
table.dataTable tbody tr{
    background-color: #fff !important;
}
.table-dark thead>tr {
    background: #38297852;
}
.table-dark{
    background-color: unset;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #444c54 !important;
}
thead>tr>th {
    color: #ffffff !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.form-control:focus{
    color: #fff;
}
.search-filter-box>div.row{
    row-gap: 10px;
}
/*12-03-2025*/
.user-des>h6 {
    font-size: 22px;
    color: #000000;
}
.four-user-block {
       background-color: #6857b1;
    border-radius: 6px;
    height: 100%;
    color: #ffffff;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #937fe7;
}

input:focus+.slider {
    box-shadow: 0 0 1px #937fe7;
}

input:checked+.slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.pdf-data::-webkit-scrollbar{
    background-color: rgba(68, 0, 255, 0);
}
.pdf-data::-webkit-scrollbar-thumb{
    /* color: red; */
    border: 2px solid transparent;
  background-clip: content-box;
    background-color: rgb(104, 104, 104);
}
.pdf-data::-webkit-scrollbar-track{
    /* color: rgb(0, 255, 200); */
    background-color: rgba(255, 255, 255, 0);
}
.total-price{
    font-size: 20px;
    color: green;
    font-weight: 600;
    margin: 0
}
.w-20{
    width: 20%;
}

.delete-btn, .update-btn, .view-btn{
    padding: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
}
/*notfication title*/
.help-heading h3{
    color: #000;
}

.main-panel .white-card.card .black-text {
    color: #000;
}
.event-detail img{
    width: 44%;
    object-fit: cover;
}
.border-block{
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}
.event-cnt{
    /* border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 4px 9px; */
    min-height: 30px;
}
.modal-dialog{
    width: 90%;
}
.delete-btn>i {
    color: #FF5247;
    font-size: 18px;
}
.update-btn:hover{
    text-decoration: none;
}
.update-btn:focus{
    background-color: #d3e8ff;
    box-shadow: 0 0 5px #007bff;
}
.delete-btn:focus{
    background-color: #ffd9d9;
    box-shadow: 0 0 5px #ff584e;
}
.update-btn>i{
    font-size: 18px;
}

.view-btn>i{
    font-size: 18px;
}

/*chat community*/
.select2-container {
    display: block !important;
}
.c-title-input .select2-selection--multiple{
    width: auto;
    border-radius: 20px !important;
    background: #ffffff0a !important;
    border: 1px solid #FFFFFF80 !important;
    height: auto;
    padding: 8px 18px !important;
    color: #fff !important;
    transition: all 100ms ease-in;
}
span.select2-results ul.select2-results__options{
    background-color: #fff;
}
span.select2-results ul.select2-results__options>li{
    color: #000;
}
.c-title-input .select2-search textarea{
    margin: 0 !important;
    height: 25px !important;
    font-size: 16px !important;
    color: #fff;
}
.c-title-input ul.select2-selection__rendered>li{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-top: 0 !important;
    background-color: #0090E7 !important;
}
.c-title-input ul.select2-selection__rendered>li>button{
    font-size: 20px !important;
    font-weight: 400 !important;
    top: 1px !important;
}
.c-title-input label#user-error {
    position: absolute;
    bottom: -3px;
    left: 1px;
}
.notifi-box{
    height: 100%;
    border: 1px solid rgba(255, 0, 0, 0) !important;
}
.notifi-text{
    width: 187px;
}
.notifi-box:has(input.mark_check:checked) {
    border: 1px solid #605493 !important;
    outline: 5px solid #38297826;
}
input.mark_check {
    display: none;
}
input.mark_check + label {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc; 
    border-radius: 50%; 
    background-color: white;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

input.mark_check:checked + label {
    background-color: #6b53d0;
    border-color: #6b53d0; 
}

input.mark_check:checked + label::after {
    content: '✔'; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px; 
    color: white;
}

@media (min-width: 992px) {
    .sidebar-open .sidebar{
        width: 70px;
    }
    .sidebar-open .page-body-wrapper{
        width: calc(100% - 70px);
        transition: 0.25s;
    }
    .sidebar-open .sidebar .nav .nav-item {
        position: relative;
        padding: 0px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link{
        text-align: center;
    }
    .sidebar-open .sidebar .nav .nav-item:hover .nav-link .menu-title {
        display: flex;
        align-items: center;
        left: 70px;
        position: absolute;
        text-align: left;
        top: 0px;
        bottom: 0px;
        width: 190px;
        z-index: 1;
        line-height: 1.8;
        background: rgb(15, 16, 21);
        padding: 0.5rem 1.4rem;
    }
    .sidebar-open .sidebar .nav .nav-item .nav-link .menu-title,
     .sidebar-open .sidebar .nav .nav-item .nav-link .badge,
     .sidebar-open .sidebar .nav .nav-item .nav-link .menu-sub-title{
            display: none;
        }
}
@media screen and (max-width:1200px) {
    .user-link>a{
        max-width: 186px;
    }
}
@media screen and (max-width:1118px) {
    .user-link>a{
        max-width: 146px;
    }
}
@media (max-width:991px) {
    .sidebar-offcanvas {
        right: -290px;
    }
    .user-link>a{
        max-width: 200px;
    }
}

@media (max-width:975px) {
    .navbar .navbar-brand-wrapper{
        width: auto !important;
    }
    .navbar .navbar-menu-wrapper{
        justify-content: end !important;
    }
    a.sidebar-brand.brand-logo-mini img{
        height: auto !important;
        width: 134px !important;
    }
    .navbar .navbar-brand-wrapper .brand-logo-mini{
        padding-left: 10px;
    }
    ul#category-listing {
        padding: 0;
    }

    .search-filter-box {
        margin-left: 0 !important;
    }
    a.sidebar-brand.brand-logo-mini img{
        height: 44px !important;
    }
    .title-main{
        font-size: 23px;
    }

}
@media screen and (max-width:767px) {
    .user-link>a {
        max-width: 354px;
    }
    .notifi-text{
        width: 406px;
    }
}
@media (max-width:576px) {
    
    .btn-primary{
        font-size: 15px;
        padding: 8px 17px;
    }
  
    .notifi-text{
        width: 250px;
    }
    
    .sidebar .nav{
        padding-top: 9px;
    }
   
}
@media (max-width:425px) {
    table.dataTable tbody tr>td {
        padding: 11px 10px;
    }
    .inner-dashboard {
        padding: 15px;
    }
    .search-input{
        padding-left: 33px;
    }
    .user-manage-box {
        padding: 15px 11px;
    }
    .bold.title-main {
        font-size: 20px;
        margin-top: 10px;
    }
    .preview-item img, .preview-item video, .preview-items img, .preview-items video{
        width: 67px;
        height: 67px;
    }
    .close-btn{
        width: 17px;
        height: 17px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .total-price{
        font-size: 17px;
    }
    .w-20{
        width: 100%;
    }
    .modal-dialog .card-body{
        padding: 5px;
    }
}
@media screen and (max-width:390px) {
    .notifi-text{
        width: 204px;
    }
}


table tbody tr {
    background-color: #fff !important;
}


a#user-list-db {
    color: #fff;
    text-decoration: none;
}