a.custom-icon {
    cursor: pointer;
    text-decoration: none !important;
}

.btn {
    color: #fff;
}

#site-header {
    background-color: #FC1921;
}

#site-header a {
    color: #fff;
}

.main-content {
    border: 1px solid #EAECF0;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
}

.main-title b {
    font-size: 20px;
}

.main-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-title .text {
    flex-grow: 1;
    /* Allows the text to take up the remaining space */
}

.main-title .btn {
    margin-left: auto;
    /* Pushes the button to the right */
}


.btn-primary {
    background-color: #FC1921;
    border: 1px solid #FC1921;
    border-radius: 8px;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #FC1921;
    border: 1px solid #FC1921;
    color: #fff !important;
}

.btn-save {
    background-color: #6941C6;
    border: 1px solid #6941C6;
    border-radius: 8px;
    color: #fff !important;
}


.custom-table thead th {
    border: 0;
}

/* Ensure text is always inline and centered vertically */
.custom-table th {
    white-space: nowrap;
    /* Prevent text wrapping */
    vertical-align: middle;
    /* Center-align text vertically */
}


.custom-icon {
    font-size: 20px;
    color: #667085 !important;
    border: none;
    margin: 0 5px;
}

.pdf-upload-container {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    min-width: 120px;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.pdf-upload-container a {
    color: #344054 !important;
    text-decoration: none !important;
}

.pdf-upload-container i {
    margin-right: 10px;
}

.custom-link {
    color: #101828 !important;
    text-decoration: none !important;
}

.page-item.active .page-link {
    background-color: #FC1921;
    border-color: #FC1921;
    color: #fff !important;
}

.page-item .page-link {
    color: #344054 !important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.m5 {
    margin: 5px;
}

.mt5 {
    margin-top: 5px;
}

.w100 {
    width: 100%;
}

.custom-file-upload-containter {
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 10px;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #6941C6;
    background-color: #F9F5FF;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 10px;
}

.custom-file-upload i {
    margin-right: 8px;
}

.custom-file-upload:hover {
    background-color: #F9F5FF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F9F5FF;
    border: 1px solid #6941C6;

}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6941C6;
    color: #fff;
}
