.nowrap-td{
    white-space: nowrap;
}
.flexStart{
    justify-content: flex-start;
}

.multiselect_bnt_col {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.multiselect_bnt_col .btn,
.select_btn_row .btn{
    width: auto;
}

.multiselect_to_row{
    display: flex;
    align-items: center;  
}

.select_btn_row {
    margin-left: 20px;
}

.single_btn_row{
    text-align: center;
}
.single_btn_row .btn{
    max-width: 200px;
}
.check-row{
    padding: 0 15px;
}
.form-check-row {
    display: flex;
}
.form-check-row label{
    margin-bottom: 0;
}
.form-check-row .form-check-input[type=checkbox] {
    position: relative;
    top: -3px;
}
.bottom-align{
    align-items: end;
}
.center-align{
    align-items: center;
}
.has-validation .delete-text {
    color: #007bff;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.brand-wrapper .form-control{
    width: 220px;
}
.singleSwitcher .custom-switch {
    float: left;
}

.infoAllert {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #2d8dfe;
    padding: 20px;
    width: 500px;
    color: #fff;
    border-radius: 10px;
    opacity: 0.9;
    text-align: justify;
    z-index: 99999;
}


.entity-log.nav-link{
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 4px;
}
.entity-log.nav-link svg{
    height: 22px;
    width: 22px;
    margin-right: 10px;
    opacity: .5;
}

.line-p{
    margin: 10px 0 0 10px;
    border: 1px solid grey;
    border-radius: 5px;
    min-height: 80%;
    padding: 30px;
    overflow: scroll;
}

.email-review{
    font-size: 20px;
    margin-left: 10px;
}
.active-filter .badge {
    font-size: 85%;
}

.filter-btn {
    cursor: default;
    pointer-events: none;
    border-radius: 1rem;
}

.form-group_btn-actions{
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-group_btn-actions a{
    display: inline-block;
    border-radius: 0.25rem;
    padding: 5px 15px;
    background: #eee;
}
.form-group_btn-actions a.import_json_fields-modal{
    margin-left: auto;
}
#import_json_fields{
    min-width: 480px;
}
#import_json_fields textarea{
    width: 100%;
    height: 220px;
    border: none;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 15px;
    outline: none;
}

.hide {
    display: none;
}

.select2-selection__rendered li {
    white-space: pre-line;
    line-height: 1.2;
    word-break: break-all;
}

.wallet-fields .custom-control-input {
    z-index: 100;
    opacity: 1;
}

.wallet-fields .custom-control-label {
    display: none;
}

.affiliate-show-content .card {
    overflow: initial;
}
