:root {
    --light-grey: #F1F4F5;
    --light-grey2: #F6FCFF;
    --light-grey3: #D9D9D9;
    --light-grey4: #b1b1b1;
    --grey: #353535;
    --green: #62C152;
    --green2: #daffe4;
    --white: #fff;
    --light-blue: #2694D3;
    --light-blue-hover: #1072aa;
    --blue: #5EAFDC;
    --dark-blue: #1E2E49;
    --border-color-nav: #3E5781;
    --black: #000000;
    --left-sidebar-element-padding: 10px;
    --light-dark-blue: #e1ebfc61;
    --light-dark-blue2: #7189b161;
    --dark-blue2: #202b3f;
    --dark-blue3: rgb(22, 33, 53);
    --dark-blue4: #253653;
    --light-grey5: rgb(212, 212, 212);
    --table-row-color1: #2b384e;
    --brightness: 130%;
    --brightness-2: 110%;
    --brightness-3: 120%;
    --brightness-4: 90%;
    --card-color-1: rgb(47, 123, 153);
    --card-color-2: rgb(56, 153, 47);
    --card-color-3: rgb(153, 47, 47);
    --red: rgb(228, 12, 12);
    --red2: #ff7f7f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: museo-sans, sans-serif !important;
}

html {
    position: relative;
    min-height: 100%;
}

.logout {
    border: none;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
}

body {
    height: 100%;
    overflow: hidden;
}

body {    
    margin: 0;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

.main {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}

.main__header {
    background-color: #112238;
    flex: 0 0 40px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main__header span {
    font-size: 1.75rem;
    font-weight: 800;
}

.info__card span {
    font-size: 1.5rem;
    font-weight: 800;
}

.main-contents {
    background-color: #f1f2f6;
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
}

.main-content {
    flex-grow: 1;
}

.navigation {
    width: 100px;
    min-width: 100px;
    /*border-right: 1px solid var(--light-dark-blue2);*/
    text-align: center;
}

.navigation__button-container {
    height: 50px;
    width: 100%; 
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.border-highlight {
    border: 1px solid red;
}

#wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.sidebar {
    width: 6.5rem;
    min-height: 100vh;
}

@media (min-width: 768px) {
    .sidebar {
        width: 14rem !important;
    }
}

.height_4_3 {
    height: 4.375rem;
}

.width_100 {
    width: 100% !important;
}

.width_350_px {
    width: 350px !important;
}

.width_300_px {
    width: 300px !important
}

button.btn-sm,
button.btn {
    line-height: 0.7 !important;
}

input.form-control {
    height: 25px !important;
    padding: 2px 12px !important;
}

#header-search-addon {
    height: 25px !important;
    padding: 2px 12px !important;
    margin-left: -2px;
    cursor: pointer;
}

.box-shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.nav-wrapper {
    /* height: 100%;
    width: 230px;
    padding: 10px 15px;
    position: fixed; */
    padding: 10px;
    flex: 0 0 250px;
}

img.alo-logo-img {
    width: 140px;
}

.sidebar .sidebar-brand {    
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;   
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    z-index: 1;
}

hr.sidebar-divider {
    margin-top: 15px !important;
}

ul li.navigation__button-container a {
    color: #231f20;
    font-weight: 800;
    
}

.navigation__button-container a:hover {
    text-decoration: none;
}

.navigation__button-container .sidebar-icon {
    width: 20px;
}

.navigation__button-container img.sidebar-icon {
    float: left;
    margin-top: 6px;
}

.navigation__button-container span {
    margin-left: 7px;
}

ul li.navigation__button-container.active {
    background-color: #1e96d3;
}

ul li.navigation__button-container.active a {
    color: #fff;
}

ul.navigation.sidebar {
    width: 100% !important;
}

ul li.navigation__button-container {
    padding: 5px 10px;
}

ul li.navigation__button-container {
    line-height: 35px;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 5px;
}

ul li.navigation__button-container:hover {
    background-color: #cfedfb;
    color: #231f20;
}

/* LOADER */
.page-loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f2f6;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    transition: display 0.5s ease;
}

.page-loading-container svg {
    height: 30px;
}
/* LOADER */

/* .section-content,
.spam-tickets-section,
.unified-inbox-section,
.applications-content,
.department-content,
.teams-content,
.home-content,
.properties-content,
.profile-content {
    margin-top: 45px;
} */

.additional-nav-btn {
    background-color: transparent;
    border: none;
}

.pos-fixed {
    position: fixed;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.h-90 {
    height: 90%;
}

.h-80 {
    height: 80%;
}

.h-10 {
    height: 10%;
}

.h-5 {
    height: 5%;
}

.d-flex {
    display: flex;
}

.align-items-start {
    align-items: start;
}

.justify-content-left {
    justify-content: left;
}

.bg-white {
    background-color: var(--white);
}

.z-3 {
    z-index: 3;
}

/* Create ticket form */
.create-ticket-form-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.create-ticket-form-wrapper form {
    height: 50%;
    width: 50%;
    background-color: #fff;
    padding: 40px;
    margin: 0px auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(0px);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
}

.create-ticket-form-wrapper form .form-inputs {
    width: 100%;
    height: 80%;
    overflow: auto;
}
/* Create ticket form */

/* Send email form */
.send-email-form-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.send-email-form-wrapper form {
    height: 50%;
    width: 50%;
    background-color: #fff;
    padding: 40px;
    margin: 0px auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(0px);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
}

.send-email-form-wrapper form .form-inputs {
    width: 100%;
    height: 80%;
    overflow: auto;
}
/* Send email form */

/* Style for disabled fields */
input[type="text"]:disabled{
    background-color:#e7e7e7;
    cursor: not-allowed;
}
/* Style for disabled fields */

.reply-ticket-contents {
    height: 100px; 
    border: 1px solid #a5a5a5;
    padding: 5px;
    border-radius: 10px;
    overflow: auto;
}

.reply-ticket-contents [contenteditable]:focus {
    outline: none;
}

.reply-ticket-buttons {
    text-align: right;
}

.reply-ticket-buttons button {
    padding: 10px;
}

/* Move ticket form */
.move-ticket-form-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.move-ticket-form-wrapper form {
    height: 20%;
    width: 30%;
    background-color: #fff;
    padding: 40px;
    margin: 0px auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(0px);
    transition: transform 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.move-ticket-form-wrapper form select {
    width: 100%;
}

.move-ticket-form-wrapper form select {
    width: 100%;
}

.move-ticket-form-wrapper form button {
    align-self: flex-end;
    padding: 10px;
}

/* 
.create-ticket-form-wrapper form .form-inputs {
    width: 100%;
    height: 80%;
    overflow: auto;
}  */
/* Create ticket form */
