.status-badge {
    min-width: 80px;
}

:root {
    --red: rgb(221, 42, 59);
    --button-hover: #bb2d3b;
    --green: #28a745;
    --white: #ffffff;
    --black: rgb(79, 83, 102);
    --gray: rgb(145, 145, 161);
    --light-red: rgba(255, 255, 255, 0.2);
    --medium-red: rgba(221, 42, 59, 0.8);
    --lighter-gray: rgba(246, 248, 251, 0.15);
    --red-lighter: rgb(230, 230, 240);
    --dark-gray: #6c757d;
  }

.custom_left_sidebar {
    background-color: #2c2c2c;
}
.custom_left_sidebar a.brand-link {
    color: var(--white);
    border-bottom: var(--white);
    height: 56px;
}
.custom_left_sidebar .sidebar a {
    color: var(--white);
    display: flex;
    align-items: center;
    width: 100%;
}
.custom_left_sidebar .sidebar .user-panel {
    border-bottom: var(--white);
}
.custom_left_sidebar .nav-sidebar>.nav-item>.nav-link.active{
    background-color: var(--light-red);
    box-shadow: none;
}
.custom_left_sidebar .brand-link .brand-image {
    box-shadow: none !important;
}
.all_request_rental .dt-buttons button {
    background-color: var(--red);
    border-color: var(--red);
}
span.sidebar_icons svg {
    height: 20px;
    width: 20px;
}
.nav-sidebar .nav-item>.nav-link i {
    display: inline-block;
    width: 65px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
}
.custom_left_sidebar .sidebar a {
    color: var(--white);
    width: 100%;
    display: block;
    padding: 0;
    line-height: 48px;
    font-size: 15px;
}
.custom_left_sidebar .sidebar .user-panel .image {
    line-height: 58px;
}
span.sidebar_icons {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 20px;
    text-align: center;
}
.custom_left_sidebar .sidebar a p {
    position: relative;
    top: -2px;
}
.nav-sidebar .nav-item>.nav-link .right {
    position: absolute;
    font-size: 15px;
    width: 65px;
    height: 50px;
    right: 0;
    top: 7px;
}
.sidebar_open .custom_left_sidebar {
    width: 250px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sidebar_open .content-wrapper {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease !important;
    margin-left: 0 !important;
}
.content-wrapper {
    padding-left: 65px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
body.sidebar-collapse .custom_left_sidebar {
    width: 65px;
    margin-left: 0;
}
nav.main-header.navbar {
    padding-left: 65px;
}
.sidebar_open nav.main-header.navbar {

    margin-left: 0 !important;
    transition: all 0.4s ease !important;
}
body.sidebar-collapse .sidebar li.nav-item a p {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
body.sidebar-collapse a.brand-link span.brand-text {
    display: none;
}
.sidebar_open .custom_left_sidebar .sidebar .user-panel {
    align-items: center;
}
body.sidebar-collapse .custom_left_sidebar .sidebar .user-panel .info {
    display: none;
}
body.sidebar-collapse footer.main-footer {
    padding-left: 80px !important;
}
/* .sidebar_open footer.main-footer {
    padding-left: 265px;
    margin-left: 0 !important;
} */
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-right: 0;
}
body.sidebar-collapse .custom_left_sidebar .sidebar a i {
    display: none;
}
body.sidebar-collapse .custom_left_sidebar .sidebar .user-panel .info a {
    width: 0;
    opacity: 0;
}
.custom_left_sidebar .sidebar .user-panel .image {
    line-height: 58px;
    padding-left: 0;
    text-align: center;
    width: 50px;
}
body.sidebar-collapse .custom_left_sidebar a.brand-link {
    text-align: center;
}
body.sidebar-collapse .custom_left_sidebar img.brand-image {
    margin: 0 auto;
    float: none;
}
.custom_inner_page .card-body button,.custom_inner_page .card-header a {
    border-radius: 6px;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 1.82;
    padding: 8px;
    font-size: 11px;
    font-weight: 700;
    height: 42px;
}
.custom_inner_page .card-header a,.custom_inner_page .card-header a:active {
    background-color: #2b2b2b !important;
    border-color: #2b2b2b !important;
    position: relative;
    min-width: unset;
    padding: 10px 16px 10px 48px;
    color: var(--white);
}
.custom_inner_page .card-header a i {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    right: unset;
    left: 6px;
    border-radius: 5px;
    background-color:  var(--lighter-gray);
}
.custom_inner_page .card-body ul.pagination .page-item.active .page-link {
    background-color: var(--red);
    border-color: var(--red);
}
.custom_inner_page .card-body table tbody td .text-success i{
    color: var(--green);
}
.custom_inner_page .card-body table tbody td a i,
.custom_inner_page .card-body table tbody th a i  {
    color: var(--red);
}
li.breadcrumb-item a {
    color: var(--red);
}

.inner_setting_sunmenu {
    display: flex;
    height: 40px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0 8px;
}
.subsetting_icon {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-right: 18px;
}
span.subsetting_menu {
    display: inline-block;
    font-style: normal;
    font-stretch: normal;
    word-break: break-word;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.43;
    color: var(--black);
    font-size: 14px;
}

span.setting_icons {
    display: flex;
}
span.setting_icons svg {
    width: 18px;
    height: 20px;
}
.setting_submenu ul li:last-child {
    border-top: 1px solid rgb(238, 239, 246);
}

.sidebar-collapse .setting_submenu {
    left: 72px;
}
.custom_inner_page .card-header {
    background-color: var(--red-lighter) !important;
}
.custom_inner_page .card-header h3 {
    color: var(--black);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}
.custom_inner_page button,.custom_inner_page button:hover,.custom_inner_page button:active,.custom_inner_page button:focus {
    border-radius: 6px;
    background-color: #2b2b2b !important;
    border-color: #2b2b2b !important;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 1.82;
    padding: 8px;
    font-size: 11px;
    font-weight: 700;
    height: 42px;
    color: var(--white);
}
.custom_inner_page button:hover{
    background-color: #2c2c2c !important;
}
.custom_left_sidebar .sidebar .menu-is-opening.menu-open ul.nav.nav-treeview a.nav-link.active {
    background-color: var(--light-red);
    color: #fff;
}
.custom_inner_page .card-body label {
    color: var(--black);
    font-weight: 400;
}
.custom_modal .modal-dialog {
    transform: translate(-50%,-50%) !important;
    top: 50%;
    left: 50%;
    position: absolute;
    border-radius: 16px;
    box-shadow: rgba(43, 44, 57, 0.14) 0px 6px 20px;
    background-color: var(--white);
    width: 480px;
    animation: 0.2s ease 0.1s 1 normal forwards running fekPTH;
}
.custom_modal .modal-dialog .modal-content {
    border-radius: 16px;
}
.custom_modal .modal-dialog .modal-content .modal-header {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 56px;
    padding: 16px 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: var(--red-lighter);
}
.custom_modal .modal-footer .btn_action {
    background-color: var(--red);
    border-color: var(--red);
    letter-spacing: 1.54px;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 1.82;
    padding: 8px;
    font-size: 11px;
    font-weight: 700;
    height: 42px;
    color: var(--white);
}
.custom_modal .modal-footer .btn_close {
    letter-spacing: 1.54px;
    text-transform: uppercase;
    min-width: 120px;
    line-height: 1.82;
    padding: 8px;
    font-size: 11px;
    font-weight: 700;
    height: 42px;
    background-color: var(--red-lighter);
}
.sidebar-collapse li.nav-item ul.nav.nav-treeview {
    display: none !important;
}
.custom_left_sidebar .user-panel .info {
    padding-left: 0;
}
.custom_left_sidebar .sidebar {
    overflow-y: inherit !important;
}
li.shopping-cart {
    padding-right: 15px !important;
}
li.shopping-cart .dropdown-menu {
    box-shadow: var(--shadow-primary);
    border: 0;
    min-width: 315px;
    padding: 20px;
    border-radius: 4px;
    margin-top: 8px !important;
    inset: initial !important;
    right: 0 !important;
    transform: translateY(30px);
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.2s ease;
}
li.shopping-cart .dropdown-menu.show{
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0) !important;
}
li.shopping-cart .dropdown-menu ul.noti_list {
    overflow: auto;
    max-height: 210px;
}
li.shopping-cart .dropdown-menu ul {
    padding: 0;
    list-style: none;
}
.header-action>ul>li.shopping-cart>a:hover::after {
    border-top: inherit;
    margin-left: 0;
}
li.shopping-cart .dropdown-menu h5 {
    text-align: center;
    margin-bottom: 15px;
}
a.clear_all {
    padding: 10px 35px !important;
    width: 100%;
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    border-radius: 6px;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 25px;
    overflow: inherit !important;
}
a.clear_all:hover:before {
    transform: scale(1.1);
}
a.clear_all:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: var(--color-primary);
}
li.shopping-cart .dropdown-menu ul li {
    margin: 0;
}
li.shopping-cart .dropdown-menu ul li a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    white-space: normal;
    color: var(--color-heading);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.5em;
}
li.shopping-cart .dropdown-menu ul li a:hover {
    background: inherit;
    color: var(--color-primary);
}
li.shopping-cart .dropdown-menu span.title {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-body);
    text-transform: uppercase;
}
li.shopping-cart .dropdown-toggle::after {
    display: inherit;
    margin-left: 0;
    vertical-align: inherit;
    border: 0;
}

.slider_img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.slider_img {
    position: relative;
}
.slider_text {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    color: #fff !important;
    z-index: 9;
    text-align: center;
}
.banner_slider {
    position: relative;
}

.slider_text h3, .slider_text p {
    color: #fff !important;
    margin-bottom: 10px;
}
.banner_slider .slick-dots li button {
    height: 4px;
    width: 24px;
    border-radius: 6px;
    background-color: #e6e6e6;
    padding: 0;
}
.banner_slider .slick-dots li {
    height: 4px;
    width: 24px;
}
.banner_slider .slick-dots {
    bottom: 25px;
}
.banner_slider li.slick-active button {
    background-color: var(--color-secondary);
    opacity: 1;
}
.search_box button,.search_box button:hover {
    width: auto;
    padding: 15px;
    border: 2px solid var(--color-light);
    border-radius: 6px;
}
.search_box input,.search_box input:focus {
    border: 2px solid var(--color-light);
    line-height: 55px;
    height: 55px;
}
.search_box button i {
    font-size: 20px;
}
.setting a.nav-link.dropdown-toggle:after {
    display: none;
}
.setting a.nav-link.dropdown-toggle {
    color: var(--white) !important;
}
.main-sidebar.custom_left_sidebar .sidebar {
    overflow-x: inherit;
}
.main-sidebar.custom_left_sidebar {
    overflow-y: inherit !important;
}
.setting a.nav-link.dropdown-toggle.active {
    color: var(--white) !important;
    background-color: var(--light-red);
    box-shadow: none;
}
.setting ul.dropdown-menu {
    width: 200px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: left 0.3s ease 0s;
    box-shadow: rgba(60, 64, 88, 0.14) 0px 20px 30px 0px;
    border: 0;
    padding: 8px 12px;
}
li.nav-item.setting:hover .nav-link, li.nav-item.setting .nav-link:focus {
    background-color: var(--light-red);
}
.header-action>ul>li>a.cart-dropdown-btn:after {
    content: "";
    height: 45px;
    width: 45px;
    background-color: var(--color-secondary);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: var(--transition);
}
.header-action>ul>li>a.cart-dropdown-btn.show {
    color: var(--color-white);
}
.header-action>ul>li>a.cart-dropdown-btn.show:after{
    transform: scale(1);
}
.header-action>ul>li>a.cart-dropdown-btn:hover::after {
    transform: scale(1);
}
.search_box .input-group {
    margin: 20px 0 !important;
}
.axil-section-gap.py-5.faq_page {
    padding-left: 15px;
    padding-right: 15px;
}
.faq_page .accordion-body {
    white-space: normal;
    word-wrap: break-word;
}
.cate_product .slick-track {
    margin-left: 0;
}
.search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_form .category-select .single-select {
    background-image: url(../images/icons/arrow-icon2.png);
}
.slider_text {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    color: #fff;
    z-index: 9;
}
.slider_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}
.custom_inner_page .card-body table tbody tr:nth-of-type(odd) td.answer_box, .custom_inner_page .card-body table tbody tr:nth-of-type(even) td.answer_box {
    word-break: break-word;
}

.fa-bell:before {
    line-height: 1;
}

.bg-logo {
    max-height: 77px;
}

@media(max-width:991px){
    .sidebar_open nav.main-header.navbar,.sidebar_open .content-wrapper {
        padding-left: 65px;
    }
}

@media(max-width:767px){
    .custom_inner_page .dt-buttons {
        margin-bottom: 15px;
        text-align: center;
    }
    .custom_inner_page .dt-buttons button {
        margin-bottom: 10px;
    }
    .custom_inner_page .card-header a {
        margin-bottom: 10px;
        float: none !important;
        margin-right: 0 !important;
    }
    .custom_inner_page .card-header {
        text-align: center;
    }
    .search_form {
        display: inherit;
    }
}

@media(max-width:576px){
    .custom_modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media(max-width:479px){
    li.shopping-cart .dropdown-menu.show {
        right: -88px !important;
    }
    .sidebar-open .main-sidebar.custom_left_sidebar .sidebar .setting ul.dropdown-menu {
        left: -165px !important;
    }
}

.bg-logo {
    max-height: 77px;
}

.product-thumbnail{
    height: 276px;
}

.axil-product>.thumbnail .label-block .product-badget.danger {
    background-color: var(--red);
}
.product-images{
    height: 276px;
}
.product-images img {
    object-fit: cover;
    max-width: 276px;
    height: 276px;
}
.slick-layout-wrapper--30 .slick-list {
    margin: 0px -60px;
}
.axil-product.product-style-two .thumbnail a{
    box-shadow: 2px 2px 10px #00000025;
}
.overloy-scroll{
    overflow: hidden;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 8;
    cursor: pointer;
}
.overlay-show {
    display: block;
}
.user-guide {
    position: relative;
}
.tooltip_box a {
    padding: 10px !important;
    border: 1px solid #1F2D3D;
    color: #fff;
    text-decoration: none;
    background: #1F2D3D;
    border-radius: 5px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.tooltip_box a:hover {
    box-shadow: #1f2d3d4a 0px 0px 0px 8px;
    font-size: 1.1em;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    filter: blur(0.8px);
}
.tooltip_box a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 5px;
    backdrop-filter: blur(5px);
}
.triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    transform: translate(-50%,-50%);
    left: 50%;
}
.triangle-4 {
    width: 20px;
    height: 10px;
    border-bottom: solid 10px #1F2D3D;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.triangle_left {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    transform: translate(-50%,-50%);
    left: -12px;
}
.triangle-2 {
    width: 20px;
    height: 10px;
    border-right: solid 10px #1F2D3D;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
}
.hover_box {
    z-index: 3;
    position: absolute;
    text-align: center;
}

.user-guide .hover_box a {
    line-height: normal;
}
.user-guide .hover_box{
    display: flex;
    top: 5px;
    right: -190px;
}
.user-guide .tooltip_box a:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.home-guide-tooltip {
    left: -50px;
    top: 105px;
    display: none;
}
.home-guide-tooltip a{
    border: none !important;
}

.loader_circle {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    left: 4px;
}
.loader_circle div {
    position: absolute;
    border: 3px solid #1F2D3D;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.8, 1) infinite;
}
.loader_circle div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
    top: 21px;
    left: 21px;
    width: 0;
    height: 0;
    opacity: 0;
    }
    4.9% {
    top: 21px;
    left: 21px;
    width: 0;
    height: 0;
    opacity: 0;
    }
    5% {
    top: 21px;
    left: 21px;
    width: 0;
    height: 0;
    opacity: 1;
    }
    100% {
    top: 0px;
    left: 0px;
    width: 42px;
    height: 42px;
    opacity: 0;
    }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #dee2e6;
    border-color: #dee2e6 #dee2e6 #fff;
}
p.role_text {
    font-size: 20px;
    font-weight: bold;
}
.card-header a.bg_toggle, .card-header a.bg_toggle:active {
    background: transparent !important;
    padding: 0;
    margin-left: 10px;
}
.action_icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.multiselect-native-select .multiselect.dropdown-toggle.custom-select.text-center {
    min-width: 250px;
    background: transparent !important;
    color: #495057;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    height: 39px;
    border: 1px solid #ced4da !important;
    box-shadow: none;
}
.multiselect-native-select .multiselect-option.dropdown-item {
    min-width: 250px;
    background: transparent !important;
    font-weight: 400;
    font-size: 1rem;
    text-transform: capitalize;
    text-transform: capitalize;
    letter-spacing: normal;
}
.product-print, .product-print:hover, .product-print:focus, .product-print:focus-visible, .product-print:active{
    background: rgba(221, 42, 59, 0.8) !important;
    border-color: rgba(221, 42, 59, 0.8) !important;
}
.product-print i {
    margin-right: 10px;
}
.logo-cnt p{
    margin-bottom: 15px;
    line-height: normal;
}
.order-new-request span.invalid-feedback {
    display: block;
}
.row.accordin-button-headings {
    width: 100%;
}
button.accordion-button.feedback-accordion-button {
    background: gray !important;
}
.feedback-accordion-button:focus{
    box-shadow: none !important;
}
.add-new-row-button-div {
    float: left;
    margin-bottom: 30px;
}
.add-new-row-button-div button {
    width: auto;
}

.order-request table tbody tr td input{
    padding: 0px !important;
}
.order-request table td,
.order-request table th {
    border: 1px solid #c3c7ca;
}
.order-request table th:not(:first-child),
.order-request table tbody tr td:first-child {
    background: #e2e5e7;
}
.order-request table th:first-child {
    border: none;
}
.order-request table th:nth-child(2) {
    border-radius: 5px 0px 0px 0px;
}
.cursor-pointer{
    cursor: pointer;
}
.axil-single-product-area .product-desc {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-secondary);
    color: var(--color-black);
    text-transform: capitalize;
}

.single-product-slider .small-thumb-wrapper .small-thumb-img img{
    object-fit: contain;
    height: 104px;
}
.single-product-slider .single-product-thumbnail .thumbnail img{
    height: 500px;
    object-fit: contain;
}


.rm-button {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}

.rm-button .delete_image {
    border-radius: 50%;
    padding: 0 !important;
    min-width: 24px !important;
    height: 24px !important;
}

/* 17 dec new css project */
.user_dashboard .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.user_dashboard .card img {
    height: 180px;
    object-fit: cover;
    background: #f3f4f6;
    width: 100%;
}
.user_dashboard .card-left-text h5.card-title {
    font-size: 13px;
    font-weight: 600;
}
.user_dashboard .service-box-content {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.user_dashboard .card-right-text .btn-custom {
    line-height: 1.2;
    background: #fff;
    color: #8e0b21;
    box-shadow: 0rem -.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem .0625rem rgba(0, 0, 0, .1) inset, 0rem .03125rem 0rem .09375rem #FFF inset;
    border: 0;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}
.user_dashboard .btn-custom {
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 20px;
}
.user_dashboard .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.user_dashboard .btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.user_dashboard .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.user_dashboard .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.user_dashboard span.coming-soon-text {
    font-size: 12px;
    background: #ffeb78;
    padding: 4px 8px;
    border-radius: 10px;
}
.user_dashboard span.request-submit {
    color: #014b40;
}
.user_dashboard span.activat-now {
    color: #303030;
}
.user_dashboard .service_tile_box_custom{
    flex: 1 1 18% !important;
    max-width: inherit;
}


.admin_dashboard_custom .custom-card {
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .admin_dashboard_custom .card-header-icon {
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
  }
  .admin_dashboard_custom .text-sent {
    color: #a61c66;
    font-size: 20px;
  }
  .admin_dashboard_custom .text-received {
    color: #198754;
    font-size: 20px;
  }
  .admin_dashboard_custom span.text-sent,.admin_dashboard_custom span.text-received {
    font-size: 13px;
}
.admin_dashboard_custom .custom-card h6 {
    font-size: 14px;
    font-weight: 600;
}
.admin_dashboard_custom .custom-card h3#total_revenue,.admin_dashboard_custom .custom-card h2 {
    font-size: 20px;
    min-height: 60px;
}
  .admin_dashboard_custom .text-small {
    font-size: 13px;
    color: #6c757d;
  }
 .admin_dashboard_custom .text-float{
      float: right;
  }
  .middle-content {
    min-height: 60px;
    margin-bottom: .5rem;

}
.admin_dashboard_custom .custom-card hr {
    margin: 0;
    opacity: 1;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it covers the whole page */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.user_dropdown_custom{
    right: 0;
    left: auto !important;
}

#unread_noti{
    position: relative;
    display: inline-block;
}
.noti_badge{
    position: absolute;
    top: -10px;
    right: 0px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.admin_dashboard_custom .custom-card a.btn.btn-outline-dark.btn-sm {
    box-shadow: 0rem -.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem .0625rem rgba(0, 0, 0, .1) inset, 0rem .03125rem 0rem .09375rem #FFF inset;
    border-radius: 8px;
    padding: 5px 15px;
    background: inherit;
    font-size: 12px;
    color: #303030;
    font-weight: 600;
}
