.upload_image {
    position: relative;
    display: inline-block;
}

.voucherno {
    background-color: #df252a;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 35px;
    font-size: 14px;
}
.carddate{
    background-color: green;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 35px;
    font-size: 14px;
}

.remove_icon {
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 5px;
    background-color: #0e000078;
    display: inline-block;
}
.remove_icon a {
    display: inline-block;
    padding: 4px 10px;
}

.remove_icon i {
    color: red;
    font-size: 14px;
}

.image_bg {
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.image_action {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
    justify-content: space-between;
    font-size: 13px;
}

.image_action lable {
    display: flex;
    align-items: center;
}
.first_action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.first_action a{
    color: #525f7f !important;
}

.image_action label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.image_action label input {
    margin-right: 5px;
}

.image_action a {
    color: #CC0000;
}

.image_cat_section {
    display: flex;
    text-align: left;
    margin: 10px 5px;
    justify-content: space-between;
}

.image_cat_section .c_name {
    font-size: 11px;
    background-color: #2445b0;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
}

.image_cat_section .i_edit{
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.product_image_contain{
    background-size: contain !important;
}

.card_label {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.card_info {
    color: #000;
    font-size: 14px;
}


.sub_table thead tr th {
    font-size: 13px !important;
    color: #000 !important;
}

.sub_table thead tr {
    border-bottom: 1px solid #e9ecef;
}

.sub_table tbody tr {
    border-bottom: 1px solid #e9ecef !important;
}

.popover{
    max-width: 100%;
}

.green td,.green td a {
    color: green !important;
}

.red td,.red td a {
    color: red !important;
}

.show_aacount_no {
    background-color: green;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 5px 20px;
    border-radius: 30px;
}

.status {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 17px;
    font-size: 12px;
}

.instruuction ol li {
    font-size: 17px;
    font-weight: 100;
    margin: 0 0px 5px 0;
}
