﻿/*whatsapp integration css*/
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}


@media screen and (max-width: 500px) {
}

.w_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.bg-primary {
    background-color: #20a8d8 !important;
}

.border_black {
    border: 1px solid black;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
/* Float four columns side by side */
.column_card {
    float: left;
    width: 100%;
    padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row_card {
    /*margin: 23px 19px 5px 19px;*/
    margin: 5px 2px 4px 0px;
}

    /* Clear floats after the columns */
    .row_card:after {
        content: "";
        display: table;
        clear: both;
    }

/* Responsive columns */
@media screen and (max-width: 600px) {
    .column_card {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
   /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
    text-align: center;
    /*   margin: 8px 0px 0px 0px;*/
    margin: 0px 0px 0px 0px;
}

.p-4 {
    padding: 1.8rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
    width: 66px;
}

.float-left {
    float: left !important;
}

.bg-primary {
    background-color: #20a8d8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.font-2xl {
    font-size: 1.5rem !important;
}

.bg-danger {
    background-color: #f86c6b !important;
}

.text-primary {
    color: #20a8d8 !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
    text-align: left;
}

.text-muted {
    color: #73818f !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-xs {
    font-size: 11px !important;
    text-align: left;
    margin-top: 10px;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.card-header {
    /*padding: 0px 16px 9px 15px !important;*/
    padding: 0px 17px 4px 0px !important;
    margin-bottom: 0;
    /*background-color: #f0f3f5;*/
    /*border-bottom: 1px solid #c8ced3;*/
}

.card-header-actions {
    display: inline-block;
    float: right;
    /*margin-right: -0.25rem;
            margin-top: -7px;*/
    margin-right: -1.25rem;
    margin-top: -30px;
}

.wodth_50_name_field {
    width: 50%;
    float: left;
    padding: 0 10px;
}

/* The Close Button */

.w_button_new {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
    border-radius: 3px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.w_font_width {
    font-weight: 700;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #f86c6b !important;
}

.List_Instance_WhatsApp {
    width: 93.5%;
    margin-left: 10px;
    /*margin-bottom: 24px;*/
}

.second_row_card {
    border: 1px solid lightgray;
    height: 57px;
    display: flex;
    background-color: #f0f3f5;
}

.second_row_card_next_div {
    width: 100%;

}

.w_text_align_center {
    text-align: center;
}

.second_row_card_upper_text {
    font-size: 13px !important;
    margin-top: 6px;
    margin-bottom: 8px;
}
.w_Usage_bg_color {
    background-color: #1282cc29;
}
.w_Remaining_bg_color {
      background-color: #f0f3f5;
}

.w_Expiry_bg_color {
    background-color: #2be24126;
}

