.kb-loyalty-cart-block-summery {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    border-left: 5px solid #2fb5d2;
}

.kb_summary {
    padding: 0 15px 15px;
}
.kb_menu_heading {
    font-weight: bold;
    font-size: 22px;
    color: #414141;
}

.kb_lp_dashboard_page #dashboard-summary .kbcard {
    box-shadow: none;
    margin: 0 15px;
    width: 21.5%;
    padding: 0 5px;
}
.error_message {
    color:red !important;
        margin: 0;
}

#summary_pagination{
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a {
    border: 1px solid #ddd; /* Gray */
}
/*.pagination a:first-child {*/
/*border-top-left-radius: 5px;*/
/*border-bottom-left-radius: 5px;*/
/*}*/

/*.pagination a:last-child {*/
/*border-top-right-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/
.pagination a {
    margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
}

.kbcard {
    display: block;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    position: relative;
    margin-bottom: .75rem;
    background-color: #f2f2f2;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
    /* margin: 0 2px; */
}

.kb_icon_img {
    /* border-right: 2px solid #e8ecfb; */
    height: 100px;
    text-align: center;
}

.kb_icon_img img {
    margin-top: 15px;
}

.kb_amount_type {
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
}
.kb_amount {
    font-size: 24px;
    margin: 15px;
    color: #414141;
    font-weight: 600;
}
.kb_amount_text {
    font-size: 14px;
    margin: 0;
    color: #414141;
    font-weight: 600;
}

.kb_order_table #my-orders-table {
    font-size: 14px;
    color: #414141;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.kb_order_table #my-orders-table {
    background-color: #f2f2f2;
    box-shadow: 0px 2px 5px 0px rgba(65, 65, 65, 0.24);
}

.kb_order_table #my-orders-table {
    border-spacing: 0px 12px !important;
    border-collapse: separate;
    margin-top: 0px;
}
table.dataTable.no-footer {
    border: none;
}
.kb_order_table #my-orders-table thead tr th {
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}


.box-minmax{
    display: flex;
    justify-content: space-between;
    span: first-child{ margin-left: 10px; };
}

.rs-range {
    width: 100%;
    margin-top: 5px;
}
.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    border: 3px solid #2fb5d2;
    margin-left: -16px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
#kbicon_card {
    display: flex;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 2%;
}

@media only screen and (max-width: 600px){
    #kbicon_card{
        display: block !important;
    }
    #kbicon_card .kbcard{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}