﻿nav {
    height: 114px !important;
    padding: 0 1rem !important;
    background-color: whitesmoke !important;
}


body, #page{
    background-color: white !important;
}



#LogoImage {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: dimgray; /* Color of the thumb (the draggable part) */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track (the area the thumb moves along) */
}

input[type=checkbox] {
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.messageCheckbox {
    margin-top: -5px!important;
}
.icon_button {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background: #ececec;
    padding: 0 10px;
    gap: 5px;
}

    .icon_button:hover {
        background: #c8c8c8;
    }

.icon_button_agency_fee {
    height: 22px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    cursor: pointer;
    background: #ececec;
    padding: 5px 5px;
    gap: 6px;
}
    .icon_button_agency_fee:hover {
        background: #c8c8c8;
    }