body {
    font-family: "Outfit", sans-serif;
    background-color: #f2f3f4;
}

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f2f3f4;
    border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #673398;
    border-radius: 0px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    background-color: #f05374;
}
::-webkit-scrollbar-thumb:horizontal {
    background: #673398;
    border-radius: 0px;
}

::-webkit-scrollbar-track:horizontal {
    box-shadow: inset 0 0 5px #f05374;
    border-radius: 0px;
}

input[type="text"][disabled] {
    background-color: #fff;
}

textarea {
    resize: none;
    font-size: 13px !important;
    color: #555 !important;
}

textarea[disabled] {
    background-color: #fff !important;
    font-size: 13px;
    color: #555;
}

.form-control:focus {
    border-color: #bdc3c7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(144, 148, 151);
}

::-webkit-input-placeholder {
    color: peachpuff;
    font-size: 13px;
}

::-moz-placeholder {
    color: peachpuff;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: peachpuff;
    font-size: 13px;
}

::placeholder {
    color: peachpuff;
    font-size: 13px;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
option,
.drop_down,
.radio_text,
textarea.msg {
    font-size: 13px !important;
    color: #555;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555 !important;
}

.container_well_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.well_1 {
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 40%;
}

.well_1_p1 {
    padding-bottom: 30px;
}

.well_1_p2 {
    text-align: center;
    padding-bottom: 30px;
}

.well_1_p3 {
    padding-top: 30px;
}

.well_1_p4 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

a.link_a {
    text-decoration: none;
    color: #f05374;
}

.button_1 {
    background-color: #673398;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.button_2 {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #333;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

a.button_2 {
    text-decoration: none;
    color: #333;
}

.button_3 {
    background-color: #673398;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

.button4 {
    background-color: #0079ce;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

.button5 {
    background-color: #f05374;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 7px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

.button6 {
    background-color: #ff865d;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
}

.button7 {
    background-color: #673398;
    border: none;
    border-radius: 50px;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
}

a.button4,
a.button5,
a.button6,
a.button7 {
    text-decoration: none;
    color: #fff;
}

.alert-success {
    background-color: #00b73f;
    border-color: #00b73f;
    color: #fff;
}

.alert-failed {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.input-group-addon {
    background-color: #fff;
    color: #666;
}

.well_1_col_1 {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.well_1_col_2 {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.well_1_col_3 {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.well_1_col_4 {
    width: 25%;
    float: left;
    padding-right: 0px;
}

.well_1_col_5 {
    width: 100%;
    float: left;
    padding-right: 0px;
}

.well_1_col_6 {
    width: 75%;
    float: left;
    padding-right: 10px;
}

label {
    font-size: 13px;
    padding-top: 5px;
    font-weight: 400;
}

.floating_alert_success {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00b73f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
}

.floating_alert_failed {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
}

.table_no_data_p {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 10px;
    text-align: center;
    color: #333;
}

table th:first-child {
    border-radius: 10px 0 0 0px;
}

table th:last-child {
    border-radius: 0 10px 0px 0;
}

.table_bg {
    background-color: #fff;
    border-radius: 10px;
}

.table_div {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

td {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.trc {
    background-color: #673398;
    color: #fff;
    font-size: 14px;
}

.tdc {
    font-size: 13px;
    color: #333;
}

.dashboard_well_container {
    border: 1px solid #f2f4f4;
    background-color: #fff;
    border-radius: 10px;
}

.dashboard_well_header {
    height: 30px;
    background-color: #673398;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashboard_promo_well {
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    border-left: 3px solid #ff865d;
    border-right: 3px solid #ff865d;
}

.plans_well {
    background-color: #fff;
    border-color: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.plans_well_p1 {
    font-size: 14px;
}

.plans_well_p1_span {
    background-color: #673398;
    border-radius: 5px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.plans_well_p2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.plans_well_p3 {
    padding-top: 5px;
}

.plans_well_p3_span_1 {
    font-size: 16px;
    color: #fff;
    background-color: #0082e1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 50px;
}

.plans_well_p3_span_2 {
    font-size: 16px;
    color: #fff;
    background-color: #f05374;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 50px;
}

.plans_well_p4 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.plans_well_p4_span {
    font-weight: 400;
    font-size: 13px;
    color: #777;
}

.plans_well_p5 {
    padding-top: 15px;
}

.analytics_well_1 {
    background-color: #fff;
    border-color: #fff;
    border-left: 3px solid #0079ce;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.analytics_well_2 {
    background-color: #fff;
    border-color: #fff;
    border-left: 3px solid #009782;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.analytics_well_3 {
    background-color: #fff;
    border-color: #fff;
    border-left: 3px solid #d25837;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.analytics_well_4 {
    background-color: #fff;
    border-color: #fff;
    border-left: 3px solid #448f26;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.analytics_well_1_icon {
    color: #0079ce;
    font-size: 20px;
}

.analytics_well_2_icon {
    color: #009782;
    font-size: 20px;
}

.analytics_well_3_icon {
    color: #d25837;
    font-size: 20px;
}

.analytics_well_4_icon {
    color: #448f26;
    font-size: 20px;
}

.analytics_well_1_p1 {
    font-size: 16px;
    text-transform: capitalize;
}

.analytics_well_1_p2 {
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.analytics_well_1_p3 {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.analytics_well_1_p4 {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.analytics_well_1_p4_mark {
    background-color: #0079ce;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.analytics_well_1_p5_mark {
    background-color: #009782;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.analytics_well_1_p6_mark {
    background-color: #d25837;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.analytics_well_1_p7_mark {
    background-color: #333;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.benefit_container_1 {
    width: 33.33%;
    float: left;
}

.recharge_button {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.dashboard_well_p {
    font-size: 14px;
    padding-top: 5px;
}

.dashboard_well_p1 {
    padding-bottom: 50px;
}

.dashboard_well_p2 {
    padding-top: 10px;
    font-size: 13px;
}

.dashboard_well_p3 {
    padding-top: 10px;
    font-size: 14px;
}

.dashboard_well_p3_1 {
    padding-top: 20px;
}

.dashboard_well_data {
    padding: 20px;
    overflow: hidden;
}

.sms-modal-header {
    background-color: #0079ce;
    border-color: #0079ce;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.delete-modal-header {
    background-color: #f05374;
    border-color: #f05374;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal-title {
    font-size: 16px;
}

.close {
    color: #fff;
    opacity: 1;
}

.close:hover {
    color: #fff;
    opacity: 1;
}

.modal_p1 {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.modal_p2 {
    padding-top: 20px;
    text-align: center;
}

.footer {
    text-align: center;
    font-size: 13px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 2em;
}

.page_hero {
    padding-top: 40px;
    font-size: 20px;
}

.page_des {
    font-size: 14px;
    line-height: 1.8em;
}

.page_hero_1 {
    font-size: 16px;
    padding-top: 10px;
}

pre {
    background-color: #fff;
    font-size: 11px;
    border: #fff;
}

@media screen and (max-width: 600px) {
    .well_1 {
        background-color: #fff;
        border-color: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 95%;
    }

    .well_1_col_1,
    .well_1_col_2,
    .well_1_col_3,
    .well_1_col_4,
    .well_1_col_6 {
        float: left;
        width: 100%;
        padding-right: 0px;
    }

    .plans_well_p1 {
        font-size: 13px;
    }

    .plans_well_p1_span {
        background-color: #673398;
        border-radius: 5px;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .plans_well_p2 {
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }

    .plans_well_p3 {
        padding-top: 5px;
    }

    .plans_well_p3_span_1 {
        font-size: 14px;
        color: #fff;
        background-color: #0082e1;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 50px;
    }

    .plans_well_p3_span_2 {
        font-size: 14px;
        color: #fff;
        background-color: #f05374;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 50px;
    }

    .button7 {
        background-color: #673398;
        border: none;
        border-radius: 50px;
        color: white;
        padding: 8px 40px;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;
        display: inline-block;
        font-size: 14px;
    }

    .page_hero {
        padding-top: 40px;
        font-size: 18px;
    }

    .page_des {
        font-size: 13px;
        line-height: 1.8em;
    }

    .page_hero_1 {
        font-size: 16px;
        padding-top: 10px;
    }
}
