.error-message {
    color: red;
    font-size: 12px;
}
.toast.toast-success  {background-color: #34ad49;}
.toast.toast-error  {background-color: #f44336;}

.select2-container .select2-selection--single {
    height: 40px!important;
   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   
    line-height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}
label {
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    color: #484848;
}
.input-field.col label {
    left: 17px;
    color: #484848;
}
.kyc-detail_outer ul.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: inherit;
    padding-top: 0px;
    column-gap: 10px;
    background: transparent;
}

.kyc-detail_outer .tabs .indicator{
    display: none;
}
/*.contact-infor .row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
*/.contact-infor h4{
    font-weight: 600;
    font-size: 25px;
}

h4{
    font-weight: 600;
    font-size: 25px;
}

p{
    font-size: 15px;
    color: #5a5a5a;
}

.kyc-detail_outer .tabs .tab {
    line-height: 25px;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    background: transparent;
    margin-bottom: 0px;
    border-radius: 5px;   
    color: #fff;
    border: 2px solid #000;
}
.kyc-detail_outer .tabs .tab a:hover, .kyc-detail_outer .tabs .tab a.active {
    color: #ffffff;
    background-color: #5586e7;
}
.kyc-detail_outer .tabs .tab a:focus, .kyc-detail_outer .tabs .tab a:focus.active {
    outline: none;
    background-color: #5586e7;
}
.kyc-detail_outer .tabs .tab a {
    font-size: 12px;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
    height: 100%;
    padding: 6px 15px;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
    text-overflow: ellipsis;
    color: rgb(0 0 0);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kyc-detail_outer .tabs i.material-icons.dp48{
    display: none;
}
.kyc-detail_outer .tabs .tab a.active i.material-icons.dp48{
    display: block;
}
/*.contact-infor {
    padding-left: 25px;
}*/
.button-save {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: right;
}
.payment_page_btns label {
    display: inline-block;
    width: auto;
    padding: 4px 35px;
    border: solid 2px #000;
    transition: all 0.3s;
    text-align: center;
    border-radius: 5px;
}

.payment_page_btns input[type="radio"] {
  display: none;
}
.payment_page_btns input[type="radio"]:checked + label {
    border: solid 2px #5389e6;
    background: #5389e6;
    color: #fff;
}
.payment_request_btn{
    float: right;
}

.payment_send_btn{
    float: left;
}

.payment_form, .payment_request_form {
    margin-top: 20px;
}

.bank_form i.material-icons {
    font-size: 50px;
}
.bank_form h4
{    font-weight: 600;
    font-size: 25px;
    margin-top: 0px;
}


.bank_form .col.s6{
float: none;
margin: auto;
}
.bank_form  .form-horizontal{
    margin-top: 30px;
}


.select2-container {
    display: block!important;
}

.tab_papyment{
padding-bottom: 20px;
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
background: #fff;
}

.tab_papyment_tab .tab a {
    color: rgb(0 0 0);

    font-weight: 700;
}

.form_payment {
    padding: 30px 30px;
    margin: 25px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}


.row.radio_button_Class .col.s6{
    float: left;
}

.row.radio_button_Class{
    margin-bottom: 10px;
}
.upload_btn {
    overflow: hidden;
    color: #828282;
    padding: 10px 7px;
    font-weight: 700;
    width: 120px;
    height: 120px;
    background: #f9f9f9;
    position: relative;
    border-radius: 5px;
    border: 1px dashed #000;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin: 5px 5px;
    text-align: center;
}
/*.upload_btn {
    overflow: hidden;
    color: #828282;
    padding: 10px 7px;
    font-weight: 700;
    width: 160px;
    height: 160px;
    background: #f9f9f9;
    position: relative;
    border-radius: 5px;
    border: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}*/
.upload_btn input {
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}
.row.upload_outer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}

.upload_outer .col{
    padding: 0px;
}
/*
.row.upload_outer .col.s6.form-group:after {
    border-right: 1px solid;
    display: block;
    content: "";
    position: absolute;
    right: -20px;
    width: 2px;
    background: #000;
    height: 100%;
    z-index: 9999;
}*/

textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    padding: 5px;
}


.contact-infor .documnet_upload .row {
    /* align-items: center; */
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
small.help-block {
    font-size: .8rem;
    color: #d33c44;
    display: block;
}

.contact-infor .documnet_upload  .upload_btn {
    width: 100%;
    height: 200px;
   
}

div#preview {
    top: 2%;
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 81%;
    max-height: 80%;
    margin: auto;
    padding: 0;
    border-radius: 2px;
    background-color: #fafafa;
    will-change: top, opacity;
}
.kyc_reiview{
    padding-top: 30px;
}
.kyc_reiview p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* column-gap: 100px; */
    padding: 6px 0px;
}
.kyc_reiview p span{
    width: 70%;
}

.edit_profile_tabbi {
    margin: 0px;
    background: #fff;
    padding: 30px;
}
.edit_profile_tabbi_outer{
    margin-top: 20px;
    margin-bottom: 20px;
}
.edit_profile_tabbi_outer .tabs .tab a {
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
    text-overflow: ellipsis;
    color: rgb(0 0 0);
    font-weight: 900;
}

.edit_profile_tabbi_outer .tabs .tab a:hover, .edit_profile_tabbi_outer .tabs .tab a.active {
    color: #005eff;
    background-color: transparent;
}


button.btn.btn-primary.remove_button.remove_button111{
    width: 100%;
    padding: 0px;
}

button.btn.btn-success.add_button.add_button111 {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.invoices_add_form input.form-control, .invoices_add_form input.select-dropdown.dropdown-trigger {
    border: 0px solid #e0e0e0!important;
    border-bottom: 1px solid #e0e0e0!important;
    border-radius: 0px!important;
}
.invoices_add_form tr{
    border-bottom: none;
}
.invoices_add_form  th, .invoices_add_form  td{
padding: 8px 25px;

}
.invoices_add_form  th {
    background: rgb(240 240 240);
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.btn.waves-effect.waves-light.btnaddd {
    /* display: flex; */

    display: flex;
    width: max-content;
}
.btn.waves-effect.waves-light.btnaddd i{
    margin-left: 5px;
}
.form-control.invou_des{height:40px!important}