.error-message {
    color: red;
}
.btn-primary {
    background-color: #2e4052;
    border-color: #2e4052;
}
.btn-primary:hover {
    background-color: #1d2b38;
    border-color: #1d2b38;
}
.text-muted {
    color: #ffc857 !important;
}
.left-side-menu {
    background: linear-gradient(135deg, #ffc857, #2e4052 75%);
}
a {
    color: #ffc857;
}
a:hover {
    color: #bdd9bf;
}
#form-box {
    min-height: auto;
}
.progress-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.panel-heading.note-toolbar {
    background: beige;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.profile {
    position: relative;
    width: 6rem;
}

.profile .profilUpdateButton {
    position: absolute;
    top: 80%;
    left: 80%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
}

.bootstrap-tagsinput {
    width: 100%;
    padding: 0.7rem 0.9rem;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    color: white !important;
    background-color: #0d6efd;
    padding: 0.2px 2px;
    border-radius: 100%;
    border: solid 1px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    color: white !important;
    background-color: #0d6efd;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white !important;
    background-color: #0d6efd;
    padding: 0.45rem 0.9rem;
}
