.theme-btn-table{
    color: white;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 7px 23px;
    border-radius: 30px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    background: var(--primary-color);
}
 .w-200{
    width: 200px;
 }
.activity-item {
    display: block !important;
    position: relative;
    padding: 0 !important;
    border-radius: 15px !important;
}

.activity-item .image {
    margin-right: 0 !important;
}

.activity-item .image img {

    border-radius: 15px !important;
    height: 100%;


}

.activity-item .title a {

    position: absolute;
    /* padding: 0 4px 0px 4px; */

    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    bottom: 5%;
    font-size: 22px;
    width: 100%;
}

.blog-sidebar .right-btn {
    color: white;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: var(--secondary-color);
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.category-menu-travel ul li{
    position: relative; 
}
.child-menulv2{
    display: none;
    padding-left: 6px;
}
.list-style-three li{

    display: inherit !important;
}

.cursor-pointer{
    cursor: pointer;
}
.border-radius{
    border-radius: 10px;
}

/* dashboar */
.fs-md{
    font-size: 35px;

}
.justify-between{
    justify-content: space-between;
}
.dashboard-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.title-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title-section h2 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.title-green {
    color: #2B5B41;
}

.title-red {
    color: #B94545;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.action-button {
    padding: 8px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: white;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    transition: all 0.2s;
}

.action-button:hover {
    background: #F3F4F6;
}

.status-indicators {
    display: flex;
    gap: 16px;
}

.status-box {
    padding: 8px 24px;
    border-radius: 8px;
    text-align: center;
    min-width: 100px;
}

.status-box.done {
    border: 2px solid #2B5B41;
    color: #2B5B41;
}

.status-box.processing {
    border: 2px solid #EAB308;
    color: #EAB308;
}

.status-box.pending {
    border: 2px solid #B94545;
    color: #B94545;
}

.status-number {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.status-label {
    font-size: 0.875rem;
    margin: 0;
}

.icon-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 8px;
    border: none;
}

.icon-button img {
    width: 20px;
    height: 20px;
}

.back-to-site i{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.sidebar-menu li.dropdown .dropdown-btn{
    display: none !important;
}

.sidebar-menu li.dropdown .bddw{
    right: 17px;
    position: absolute;
    top: 13px;
    font-size: 15px;
}