.select2-selection__rendered {
    text-align: left;
    padding: 10px 20px !important;
}
.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

/* Override Select2 styles */
.select2-container .select2-selection--single {
    height: 47px;
    padding: 0;
    align-content: center;
    border: 1px solid #dbdbdb;
    background: #fff;
    font-size: 15px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #717171;
}

.margin-15-px {
    margin: 15px;
}

.font-size-15-px {
    font-size: 15px;
}

.share-options {
    margin-bottom: 20px;
}

.icon-btn {
    color: #fff;
    background-color: #72b961;
    border-color: #72b961;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-icons {
    display: inline-flex;
    margin: 7px 0 7px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
}

.page-item.active .page-link {
    background-color: #72b961;
    border-color: #72b961;
}

.error_file_upload {
    color: red;
    font-weight: bold;
    padding: 10px;
}
