/*
Oak Custom
*/
.tox-promotion {
    display: none;
}
.page-info {
    background-color: #f8f9fa;
    border: 1px solid #299CDB;
    border-radius:3px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display:flex;
}
.page-info .mdi {
    font-size:1.4em;
    margin-right:10px;
}
.page-info-message{
    margin-top:4px;
}
.border-purple {
    border: 1px solid #870f51;
}
.border-green {
    border: 1px solid #45CB85;
}
.border-blue {
    border: 1px solid #299CDB;
}

.auth-bg-cover {
    background: linear-gradient(-45deg, #ea143c 50%, #871919);
}
.navbar-menu::-webkit-scrollbar {
    display: none;
}
.btn-custom {
    background-color: #b20929;
    border: 1px solid #7b0707;
    color:#fff;
}
.btn-custom:hover {
    background-color: #7b0707 !important;
}
h1.sysadmin {
    width: 100%;
    color: #fff;
    background-color: #FC4242;
    padding: 15px;
}
.myfade {
    opacity: 0;
    height: 0;
}
.myfade.fade-show {
    opacity: 1;
    transition: opacity 1s;
    height:auto;
}

.logo {
    margin: 15px 0;
}

.avatar {
    border-radius: 50% !important;
}

.avatar-small {
    width: 50px;
    height: 50px;
}

.avatar-large {
    width: 150px;
    height: 150px;
}

.status-container{
    display:flex;
}
.status-text{
    margin-left:3px;
}
.status-icon {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    display:block;
    border:1px solid #fefefe;
    margin-top:3px;
}
.status-green {
    background-color: #4cdf0d;
}
.status-red {
    background-color:#ff0000;
}

.link-button {
    border: none;
    color: var(--vz-link-color);
}
.button-bar{
    margin:10px 0;
    display:flex;
}
.button-bar-small {
    margin: 0;
    display: flex;
}
.button-bar-item {
    background-color: #f2f2f2;
    margin-right:5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 6px;
}
.button-bar-item:hover {
    background-color: #FBFBFB;
}
.button-bar-item i {
    margin-right:4px;
}
.button-bar-item button{
    border:none;
    background-color:transparent;
}
.button-bar-item a{
    text-decoration:none;
    color:inherit;
    cursor:pointer;
}
.form-label{
    margin-bottom: 0.2rem;
}
.form-label-subtext{
    color:#808080;
    margin-bottom:0.5rem;
}
.table.table-v-middle {
    vertical-align: middle;
}
.progress{
    background-color:#999;
}
.bg-success-subtle {
    background-color: #f0f7f2 !important;
}
.bg-danger-subtle {
    background-color: #fcf7f8 !important;
}
.bg-warning-subtle {
    background-color: #FBF7E9 !important;
}

.oak-panel-new {
    background-image: url(../images/bg_new.png);
    background-size: cover;
    background-position: center;
}
.oak-panel-banner {
    min-height: 50px;
    margin-bottom: 15px;
}

.bg-oak {
    background-image: url(../images/bg_new.png);
}

/*
    --------------------------------------------------------------------
    Sidenav
*/
.bg-green {
    background-color: #45CB85;
}
.color-green {
    color: #45CB85;
}
.bg-red {
    background-color: #FC4242;
}

.color-red {
    color: #FC4242;
}
.bg-blue {
    background-color: #299CDB;
}

.bg-blue-light {
    background-color: #299CDB;
}

.color-blue {
    color: #299CDB;
}

.btn.btn-outline-secondary.color-blue {
    border-color: #299CDB;
}

.btn.btn-outline-secondary.color-blue:hover {
    background-color: #299CDB;
    color: #fff;
}
.bg-purple {
    background-color: #d1137c;
}

.bg-purple-dark {
    background-color: #870f51;
}

.color-purple {
    color: #d1137c;
}

.btn.btn-soft-secondary.bg-purple {
    background-color: #fff;
    color: #870f51;
    border-color: #870f51;
}

    .btn.btn-soft-secondary.bg-purple:hover {
        background-color: #870f51 !important;
        color: #fff !important;
    }

/*
    --------------------------------------------------------------------
*/




.bg-calendar {
    background-color: #F06548;
}

.color-calendar {
    color: #F06548;
}
.ai-button {
    margin: 0 18px;
    padding: 2px 5px !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: linear-gradient( 90deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 154, 0, 0.5) 10%, rgba(208, 222, 33, 0.5) 20%, rgba(79, 220, 74, 0.5) 30%, rgba(63, 218, 216, 0.5) 40%, rgba(47, 201, 226, 0.5) 50%, rgba(28, 127, 238, 0.5) 60%, rgba(95, 21, 242, 0.5) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 0.5) 90%, rgba(255, 0, 0, 0.5) 100% );
}
.ai-button:hover {
    background: linear-gradient( 90deg, rgba(255, 0, 0, 0.8) 0%, rgba(255, 154, 0, 0.8) 10%, rgba(208, 222, 33, 0.8) 20%, rgba(79, 220, 74, 0.8) 30%, rgba(63, 218, 216, 0.8) 40%, rgba(47, 201, 226, 0.8) 50%, rgba(28, 127, 238, 0.8) 60%, rgba(95, 21, 242, 0.8) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 0.8) 90%, rgba(255, 0, 0, 0.8) 100% );
}

.titlebar {
    display: flex;
    justify-content: space-between;
}

.section {
    padding:0;
    margin-bottom: 15px;
}
.section h2{
    font-size:1.3rem;
    font-weight:bold;
}
    .section p {
        color: #333333;
    }

.subsection {
    background-color: #E9E9F2;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.subsection h2 {
    font-size: 1rem;
    font-weight: bold;
}

.subsection p {
    color: #333333;
}

.control {
    background-color: #F2F2F2;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.control h3 {
    font-size: 1rem;
    font-weight: bold;
}

    .control p {
        color: #333333;
    }
.form-response{
    min-height:40px;
    border-left:1px solid #999;
    padding-left:10px;
}
.form-response:hover {
    border-left: 1px solid #000;
}

.partner-status {
    font-size: 1.4em;
    color: #fff;
}
.partner-status-red {
        color: #FC4242;
}
.partner-status-green {
        color: #45CB85;
}
.rz-column-title-content {
    white-space: normal !important; /* Allows wrapping */
    word-wrap: break-word !important; /* Ensures breaking long words */
}
/* Optional: To try and keep sort icons aligned */
.rz-column-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Or center */
}
.dashboard-highlight {
    margin: 15px 0 30px 0;
    padding: 10px;
    border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
}