.primary-content .card-body {
    overflow: inherit;
}

.dropdown-menu {margin-top:30px;}


@media (max-width:576px){.dropdown-menu {margin-top:60px;}}
	
@media (max-width:768px){.dropdown-menu {margin-top:60px;}}
	
@media (max-width:992px){.dropdown-menu {margin-top:80px;}}
	
@media (max-width:1200px){.dropdown-menu {margin-top:100px;}}




.btn:focus, .btn:visited{
    box-shadow: none !important;
    outline: none !important;
}

.btn-main{
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    min-width: 140px;
}
.btnx-main2{
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 30px;
    min-width: 60px;
}

.btn-black,.btn-primary{
    background-color: #000;
    color: #fff !important;
}

.btn-light-green,.btn-default{
    border: 1px solid #6E6E6E;
    background-color: #C3FF84;
    color: #000 !important;
}

.btn-light-green:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff !important;
}

.btn-danger {
    background-color: red;
    color: #fff !important;
}

.order-summaryx{
    padding: 32px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
}

.order-summaryx h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}
.order-summaryx .table{
    margin: 0;
}
.order-summaryx .table th{
    font-size: 14px;
    color: #BBBBBB;
    border: none;
    padding: 0px;
}

.order-summaryx .table td, .order-summaryx-content p{
    font-size: 14px;
    font-weight: 500;
    color: #6E6E6E;
    padding: 0px;
    border-color: #DCDCDC;
}

.order-summaryx .table td:last-child{
    text-align: right;
}

.order-summaryx-content p{
    margin-bottom: 6px;
}

.order-summaryx-content h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.status-paid,.status-active,.status-icon .active,.status-icon active,.status-open {background-color:#c3ff84 !important; color:#000 !important;}
.status-unpaid,.status-closed{background-color:#ff000 !important; color:#000 !important;}

.page-item.active .page-link,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#c3ff84;border-color:#c3ff84;color:#000;}

.sidebarx-nav ul li a span{white-space:nowrap}

/* custom css by shahid */


.product-box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: all .25s ease;
}

.product-box:hover {
    transform: translateY(-3px);
    border-color: var(--brand-green);
    background: #f9fffc;
    box-shadow: 0 10px 22px rgba(0,194,103,0.18);
}

.product-box img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
    display: block;
}

.product-box img:empty,
.product-box img[src=""],
.product-box img:not([src]) {
   /* display: none; */
    margin: 0;
}

.product-box-content,
.server-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-box h4,
.server-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #111;
}

.product-box p {
    margin: 0;
    color: #333;
}

.btnx-main {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    transition: all .25s ease;
}

.btnx-main:hover,
.btnx-main:focus,
.btnx-main:active {
    background: #012612 !important;
    color: #fff !important;
    border-color: #012612 !important;
    box-shadow: 0 0 10px rgba(2,64,31,0.35);
}

.product-box:has(.btnx-main:hover) {
    transform: translateY(-3px);
    border-color: var(--brand-green);
    background: #f9fffc;
    box-shadow: 0 10px 22px rgba(0,194,103,0.18);
}

#btnCompleteProductConfig.btnx-main:hover {
    background: #02401f !important;
    color: #fff !important;
    border-color: #02401f !important;
}



