body {
    overflow-x: hidden;
}

.text-red {
    color: #cc0019;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #cc0019;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ea001c;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #FF0013B5;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #96000AB5;
    --bs-btn-disabled-border-color: #000000;
}

.nav-link.callbtn {
    background-color: #cc0019;
    color: white;
    border-radius: 5px;
    border: 1px solid black;
}

.text-bg-red {
    color: #fff !important;
    background-color: #cc0019 !important;
}

.pointer {
    cursor: pointer;
}

.intranet-wrapper {
    display: flex;
    width: 100%;
}

.intranet-left {
    width: 10%;
    float: left;
}

.intranet-left ul {
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

.intranet-right {
    width: 90%;
    float: right;
    padding: 0 20px;
}

.wysihtml5-sandbox, .wysihtml5-toolbar {
    display: none !important;
}

.legat-footer--logo {
    width: 80%;
    height: auto;
    margin: 0 10%;
}

.text-inline {
    display: inline-block;
}

.card {
    padding: 0 !important;
}