.ccp_list {
    width: 100%;
    display: inline-block;
}

.ccp_list ul {
    margin: 0px;
    list-style: none;
}

.ccp_list ul li {
    float: left;
    margin: 3px;
    background-color: #e7e7e7;
    color: black;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 5px 13px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 5px 13px -10px rgb(0 0 0 / 75%);
    box-shadow: 0px 5px 13px -10px rgb(0 0 0 / 75%);
}

.ccp_list ul li.active {
    background-color: #674399;
    -webkit-box-shadow: 2px 5px 13px -6px rgb(149 0 175);
    -moz-box-shadow: 2px 5px 13px -6px rgb(149 0 175);
    box-shadow: 2px 5px 13px -6px rgb(149 0 175);
    border: 1px solid #44266d;
    ;
}

.ccp_list ul li:hover {
    background-color: #674399;
    transition: all 0.2s linear;
    border: 1px solid #674399;
    -webkit-box-shadow: 2px 5px 13px -6px rgb(149 0 175);
    -moz-box-shadow: 2px 5px 13px -6px rgb(149 0 175);
    box-shadow: 2px 5px 13px -6px rgb(149 0 175);

}

.ccp_list ul li:hover a {
    color: white !important;
    transition: all 0.2s linear;
}

.ccp_list ul li a:focus {
    outline-color: none;
}

.ccp_list ul li a {
    text-decoration: none !important;
    padding: 10px;
    outline: none;
    transition: all 0.2s linear;
}

.ccp_list ul li.active a {
    color: white;
    text-decoration: none;
}

table#ccp_users_table {
    width: 100%;
    margin: 0px;
}

.add_new_user {
    float: right;
    padding: 10px;
    padding-bottom: 0px;
}

.ccp_headding {
    float: left;
}

#ccp_myModal .loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #b511ff;
    border-bottom: 7px solid #540079;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
    display: none;
}

.ccp_company_list_main .modal,
.woocommerce-cart .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.ccp_company_list_main .modal-header,
.woocommerce-cart .modal-header {
    position: relative;
}


.ccp_company_list_main .modal-content,
.woocommerce-cart .modal-content {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    display: table;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 57%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 57%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 57%);
}


.ccp_company_list_main .close,
.woocommerce-cart .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -31px;
    right: -29px;
    background-color: #eb0000;
    line-height: 17px;
    padding: 2px;
    border-radius: 50%;
}

.ccp_company_list_main .close:hover,
.woocommerce-cart .close:hover,
.ccp_company_list_main .close:focus,
.woocommerce-cart .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.add_buttn {
    float: right;
    padding: 10px;
    padding-bottom: 0px;
}

span.ccp_order_view_icon.dashicons.dashicons-visibility {
    line-height: 27px;
}

#ccp_filter_panel_wrap {
    display: none;
    width: 100%;
    clear: both;
    border-radius: 7px;
}

.add_buttn.active {
    color: white;
    background-color: #674399;
}

p.woocommerce-form-row.woocommerce-form-row--ccp_credit_only.form-row.form-row-ccp_credit_only {
    display: flex;
    clear: both;
}

#ccp_filter_panel_wrap {
    background-color: #fbfbfb;
    padding: 18px;
    padding-bottom: 1px;
    margin-bottom: 22px;
    -webkit-box-shadow: inset 0px 0px 11px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 0px 0px 11px -8px rgb(0 0 0 / 75%);
    box-shadow: inset 0px 0px 11px -8px rgb(0 0 0 / 75%);
}

#ccp_myModal .woocommerce-order-details__title {
    display: none;
}


.woocommerce-cart #ccp_myModal {
    text-align: left;
}

.woocommerce-cart #ccp_myModal input,
.woocommerce-cart #ccp_myModal button {
    width: 100%;
}

.woocommerce-cart .modal-content {
    width: 25%;
    border-radius: 5px;
}

.woocommerce-cart #ccp_myModal label {
    display: block;
}

.woocommerce-cart select#ccp_share_user {
    height: 46px;
}

.divclear {
    clear: both;
}

.frontend-credit-detail {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    display: inline-block;
}

.frontend-credit-detail div {
    float: left;
    background-color: #e7e7e7;
    padding: 5px;
    border-radius: 5px;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    width: 49%;
    margin: 2px;
    border: 1px solid #d1d1d1;
}

.frontend-credit-detail .negative {
    color: #d30048;
    font-size: 14px;
}

.frontend-credit-detail .positive {
    color: #008100;
    font-size: 14px;
}

.ccp_company_list_main table td,
.ccp_company_list_main table th {
    vertical-align: middle;
}

.dataTables_wrapper {
    background-color: #f9f9f9;
    border: 1px solid #d7d7d7;
    border-radius: 7px;
}

.dataTables_filter,
.dataTables_length,
.dataTables_paginate,
.dataTables_info {
    padding: 10px;
}
#ccp_credit_only:focus {
    outline-style: none;
}