.card-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 7px;
    font-family: 'Poppins', SANS-SERIF;
}
.btn {
    font-weight: bold;
    font-size: 16px;
}
table .btn {
    font-weight: normal;
    font-size: inherit;
}
.exit-link-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.exit-link-sidebar li {
    background-color: #283a73;
}
.exit-link-sidebar i,
.exit-link-sidebar span {
    font-size: 23px !important;
}

/** Image input **/
.image-upload {
    position: relative;
    width: 80px;
    height: 80px;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-upload img {
    width: 100%;
    height: auto;
}
.image-upload input {
    display: none;
}
.image-upload .action-icon {
    position: absolute;
    right: -11px;
    bottom: 6px;
    margin: 0;
    background: #405189;
    color: #fff;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.image-upload a.action-icon {
    background: #d65408;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #405189 !important;
    border: none !important;
    color: #fff;
    border-radius: 3px !important;
    padding: 3px 7px 3px 3px !important;
    margin-top: 6px !important;
}