.dashicons-4bis::before{
    content: url("../4bis_favicon.png");
    width: 20px !important;
}

.mail_comment{
    margin: 0 0 20px 0;
}

.mail_comment h3 {
    margin: 0 0 5px 0
}

.mail_comment p {
    margin: 0;
    font-size: 15px;
}

.customButton:hover {
    background-color:  #28a05e;
    padding: 8px;
    color: white;
    font-weight: 600;
}

.sending_mail {
    font-style: italic;
}

.description_email_report {
    padding: 10px 50px;
    margin: 30px 0;
}

#descP {
    margin-top: 0;
}

#descP i {
    font-weight:lighter;
}

.description_email_report h3 {
    margin: 0;
}

.description_email_report p {
    margin: 0;
    font-size: 14px;
}

.wrapCustom {
    margin:0!important;
    padding: 10px 50px;
}

.customInput{
    background-color:#F1F1F1 !important;
    border-radius: 10px;
    padding: 6px;
    width: 350px;
}

.customInputColor{
    background-color:#F1F1F1 !important;
    padding: 0;
}

.bg-page{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(40,160,94,0.23012955182072825) 50%, rgba(241,241,241,1) 100%);
    z-index: -1000;
}

.title_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
}

.fourbis_logo_wrapper{
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#settings th{
    padding:0!important;
}

#settings td{
    padding: 0 0 0 10px!important;
}

@media (min-width:1160px) {

    #settings tr {
        width: 48%;
        float: left;
        padding-bottom: 10px;
        margin-right: 2%;
    }

    #settings tr:last-of-type, #settings tr:nth-of-type(7){
        width: 100%;
    }

    #settings tr:nth-of-type(4), #settings tr:nth-of-type(7){
        margin-bottom: 40px;
    }

}

@media (max-width:1159px) {
    #settings tr{
        display: block;
        padding: 10px;
    }

    #settings tr:nth-of-type(4), #settings tr:nth-of-type(7){
        margin-bottom: 40px;
    }
}

@media (max-width: 767px){
    .fourbis_logo_wrapper{
        display: none;
    }

    .description_email_report {
        padding: 0px 15px;
        margin: 30px 0;
    }

    .wrapCustom{
        padding: 0px 15px;
    }

    #settings td{
        padding: 0!important;
    }

    #settings tr:nth-of-type(n+8){
        display: flex!important;
        flex-direction: row-reverse!important;
        justify-content: flex-end!important;
    }

    #settings tr:last-of-type{
        display: block!important;
        flex-direction: initial!important;
        justify-content: initial!important;
    }
}



