.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;}