.form-control:disabled {
    opacity: 0.55;
    background-color: var(--portalThemeColor3) !important;
}

.form-check-input {
    border-color: var(--portalThemeColor3) !important;

}

.text-muted { 
    color: var(--portalThemeColor3) !important;
    cursor: default !important;
}

.btn-default:hover, .btn-secondary:hover, .btn-default:focus, .btn-secondary:focus, .btn-default:active, .btn-secondary:active {
    background-color: transparent !important;
}

.btn-default.dropdown-toggle.show {
    color: var(--portalThemeColor4) !important;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* Override default theme */
.wrapper-body {
    min-height: calc(100% - 183.5px) !important;
}
@media (max-width: 1200px) {
    .static-top .navbar-brand {
        height: auto !important;
    }
}

.btn-close:focus, .btn-close:hover {
    opacity: 1;
}

.shadow {
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
}

.disabled-card {
    pointer-events: none;
    opacity: 0.5;
}

.btn-secondary:hover {
    color: #366225;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
}

/* V2 */

/* Sizing */
.mw-300 {
    max-width: 300px;
}

/* Typography */
.fc {
    font-family: system-ui;
}
p {
    margin-bottom: 0.25rem;
}
.p-small {
    font-size: 14px;
}
p.fw-medium {
    font-weight: 500;
}

/* Color */
.color-primary {
    color:var(--portalThemeColor4);
}
.text-gray {
    color: rgb(107 114 128);
}
.bg-inherit {
    background-color: inherit;
}

/* bootstrap container */
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}