.btn-save {
    border-style: none;
    background: #1fb7e8;
    color: white;
    border-radius: 20px;
}

.title-section {
    padding: 30px 0px 14px 0px;
}

.add-option-btn {
    background: #1fb7e8;
    border-color: #1fb7e8;
    color: white;
}

.logo-configuration-container {
    width: 50px;
    height: 50px;
    background-color: silver;
    border-radius: 60%;
}

.btn-change-img {
    background: white;
    border: 1px solid #bbb;
    font-weight: 500;
}

.error-lbl {
    color: #fc323e;
}

.delete-btn {
    color: #fc323e;
}

.delete-btn:hover {
    color: #fc323e !important;
}

.update-btn {
    color: #399eeb;
}

.update-btn:hover {
    color: #399eeb !important;
}

.delete-modal-header {
    border-radius: 60%;
    color: #fc323e;
    font-size: 16pt;
    background: #eee;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}

.delete-modal .modal-header {
    border-bottom-style: none;
    ;
}

.delete-modal .cancel-btn {
    background-color: initial !important;
    color: #333 !important;
    border-style: none !important;
}

.delete-modal .save-btn {
    background-color: #ff313b;
    border-color: #ff313b;
}

.btn-excel {
    background-color: #1D6F42;
    border-color: #1D6F42;
}

#import_excl_submit {
    color: white;
    background-color: #1D6F42;
    border-color: #1D6F42;
}

.add-option-btn:hover {
    color: white;
}

.add-option-btn[disabled] {
    background-color: #555;
    border-color: #555;
}

#save_autopos_btn:hover {
    color: white;
}

#save_autopos_btn[disabled] {
    background-color: #555;
    border-color: #555;
    cursor: not-allowed;
}

#filter-bib-btn {
    width: 100%;
    background: #1fb7e8;
    color: white;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
}

.filter_bib {
    background: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #d9d9d9;
    margin-bottom: 20px;
}

.bib-container.no-gutters>.col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.bibl-img-top {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    background-repeat: no-repeat !important;
}

.bib-container h5.card-title {
    font-size: 10pt;
    text-align: center;
}

.card-user-name {
    text-align: center;
    font-size: 10pt;
}

.card-user-email {
    font-size: 8pt;
    text-align: center;
    color: #878d95;
}

.comments-container {
    padding: 8px;
    background-color: white;
}

.avatar-comment-img {
    width: 28px;
    height: 28px;
    border-radius: 60%;
    margin-right: 8px;
}

#comment-btn {
    border-style: none;
    background-color: white;
    color: #1fb7e8;
    margin-left: 4px;
    font-size: 13pt;
}

.comments-list {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    background: white;
}

.comment-item {
    padding: 8px 30px;
    background-color: white;
}

.comment-nom {
    margin: 0px;
    font-size: 8pt;
    font-weight: 600;
    color: #555;
}

#comment-btn {
    border-style: none;
    background-color: white;
    color: #1fb7e8;
    margin-left: 4px;
    font-size: 13pt;
}

.comments-list {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    background: white;
}

.comment-item {
    padding: 8px 30px;
    background-color: white;
}

.comment-nom {
    margin: 0px;
    font-size: 8pt;
    font-weight: 600;
    color: #555;
}

.badge-gold {
    background-color: #f3a912;
    border-color: #f3a912;
    color: white;
}

.money {
    color: #4cac4b;
    font-weight: 500;
}

.profile-avatar-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.profile-avatar-container .profile-img {
    width: 86px;
    height: 90px;
    border-radius: 60%;
    border: 2px solid #2b2e41;
}

.card-user .author {
    margin-top: 0px;
}

.author .title {
    color: #2b2e41;
    font-size: 10pt;
}

.sujet_description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.file-container {
    border: 2.2px solid #6fb347;
    border-style: dashed;
    display: flex;
    align-items: center;
    padding: 6px;
}

#upload_file_btn {
    background-color: #f8f8f8;
    border-style: none;
    border: 1px dashed gray;
    width: 20%;
    height: 120px;
}

#upload_file_btn span {
    font-size: 32px;
    color: #6fb347;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.file-item {
    background: #f4f4f4;
    height: 120px;
    width: 18%;
    margin: 4px 8px;
}

.file-item-img {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-item-img>span {
    font-size: 24pt;
    color: #888;
}

.file-item-name {
    font-size: 10pt;
    text-align: center;
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 8px;
}

.card-user #change_img_user {
    margin: 4px auto;
    display: block;
    background: #3db8da;
    color: white;
    font-weight: 600;
    padding: 6px 16px;
    border: 1px solid #3db8da;
    border-radius: 4px;
    margin-top: 32px;
}

.btn-demande {
    background: #178fe5;
    border-color: #178fe5;
}

.label-section {
    color: #2796e5;
}

.star-wrapper {
    direction: rtl;
    padding: 2px 0px 20px;
}

.star-wrapper a {
    font-size: 18px;
    color: #e5e5e5;
    text-decoration: none;
    transition: all 0.5s;
    margin: 4px;
}

.star-wrapper a:hover {
    color: #ffac33;
    transform: scale(1.3);
}

.star-wrapper .active-star,
.s1:hover~a {
    color: #ffac33;
}

.s2:hover~a {
    color: #ffac33;
}

.s3:hover~a {
    color: #ffac33;
}

.s4:hover~a {
    color: #ffac33;
}

.s5:hover~a {
    color: #ffac33;
}

.wraper {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.error_lbl {
    color: #f54e59;
    font-weight: 400;
    font-size: 10pt;
}