.error {
    color: red;
    margin: 0;
    width: 100%;
}

.duplicate {
    color: red;
    margin: 0;
    width: 100%;
}

.userDetails {
    margin: auto;
    display: block;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.accountovers-primary {
    background: #f1f1f1;
    border: 1px solid #428bca;
    color: #428bca;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 20px auto;
    text-align: center;
}

.iconSection {
    font-size: 50px;
    margin-top: 20px;
}

.message-well {
    padding: 24px;
    border-radius: 6px;
    min-height: 20px;
    text-align: right;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.imageComplete {
    padding: 10px 21px;
    background-color: #f3f2f2;
}

.pagination_con {
    display: inline-block;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.pagination_con ul.pagination {
    display: inline-block;
    list-style: none;
    padding: 0;
    float: right;
    margin: 0;
    width: auto;
}

.pagination_con ul.pagination li {
    float: left;
}

.pagination_con ul.pagination li.active span {
    background-color: #4eadf1;
    color: #fff;
    border-color: #4eadf1;
}

.pagination_con ul.pagination li.disabled span {
    color: #999;
}

.writerBox {
    display: block;
    width: 300px;
    height: 200px;
    text-align: center;
}

.writerSection {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 300px;
    margin-top: 0px;
    padding-top: 0px;
}

#affliate_status {
    font-size: 20px;
    color: green;
    padding-right: 40px;
}

h4.term-hdg {
    color: #294a70;
    margin: 0;
    font-size: 26px;
}

p.term-para {
    color: #666666;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 180%;
}

.secure-area h1 {
    text-align: center;
    padding: 33px 0 20px;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0px 0 40px;
    position: relative;
    color: #294a70;
}

.secure-area h1:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background: #294b71;
    bottom: 0px;
    left: 46%;
}

.secure-area h1:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background: #294b71;
    bottom: 4px;
    left: 46%;
}

.flexAuto {
    flex: auto;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
}

.Inner-baner-content {
    display: block;
}

a.formkit-powered-by {
    display: none !important;
}

.formkit-form[data-uid="ddfbb290d6"] {
    max-width: 1000px;
    margin: 0 auto;
}

.quote_get.main-letter-wrapper {
    padding-top: 0;
    padding-bottom: 25px;
}

.letter-form .formkit-input {
    min-width: 100%;
    height: 65px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    padding-left: 15px;
}

.letter-form .formkit-field {
    /*width: 40% !important;*/
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
}

.formkit-submit {
    background-color: #f4a024 !important;
}

.letter-form button {
    text-align: center !important;
    margin: 0px auto !important;
    border: none !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 30px !important;
    height: 65px;
    border-radius: 5px !important;
    background: #294b71;
    font-size: 18px !important;
    margin-left: 20px;
}

.main-letter-wrapper .formkit-form[data-uid="ddfbb290d6"] .formkit-button>span, .main-letter-wrapper .formkit-form[data-uid="ddfbb290d6"] .formkit-submit>span {
    background: none !important;
}


/* HEADER CSS */

.main-header {
    position: sticky;
    top: 0;
}

/* HEADER CSS END */

/* DASHBOARD CSS */

.userDetails .label {
    font-size: 15px;
}
.dashbord__table table {
    width: 100% !important;
}
.dashbord__table .dt-buttons {
    float: left;
    margin-top: -0.5rem;
}
.dashbord__table .dataTables_filter {
    float: right;
}
@media screen and (max-width:1150px) {
    .dashbord__table .dt-buttons .btn {
        padding: 7px 5px;
    }  
}
@media screen and (max-width:1050px) {
    .dashbord__table .dataTables_filter .form-control {
        width: 135px;
    }
}
@media screen and (max-width:767px) {
    .dashbord__table .dataTables_filter {
        float: none;
    }
    .dashbord__table .dataTables_filter .form-control {
        width: 170px;
    }
}
@media screen and (max-width:400px) {
    .userDetails {
        font-size: 12px;
    }
    .userDetails .label {
        font-size: 13px;
    }
    .dashbord__table .dt-buttons .btn {
        padding: 5px 0;
    }    
}
/* DASHBOARD CSS END */

/* PAYMENT HISTORY CSS */
.withdraw__btn {
    text-align: right;
}
@media screen and (max-width:576px) {
    .bal__detail {
        text-align: center;
    }
    .withdraw__btn {
        text-align: center;
        margin-top: 1rem;
    }
}
/* PAYMENT HISTORY CSS END */

.main-footer {
    text-align: center;
}

