html * {
    font-family: 'Inter';
}

.navElements li {
    height: 40px;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 1px;
}

#navbar {
    height: 69px;
}

#navbar2 {
    margin-bottom: 6px;
    height: 41px;
    line-height: 41px;
    background: transparent;
    top: 68px;
    box-shadow: none;
}

.green {
    background: #379946;
}

.blue {
    background: #6BC9F2;
}

.yellow {
    background: #7A7A7A;
}

.brown {
    background: #831618;
}

.red {
    background: #f2b81b;
}

.white {
    background: white;
}

.orange {
    background: #EF6F36;
}

.purple {
    background: #6a4794;
}

.darkblue {
    background: #293d98
}

#searchDiv {
    margin-right: 25px;
}

#no_email {
    background-color: white;
    color: #8BC34A;
    border-radius: 2px;
    width: 5px;
    font-weight: 900;
}

#searchAllName {
    width: 99%;
    text-align: left;
    border-style: solid;
    margin-left: -50px;
    border-radius: 8px 0 0 8px;
    border-color: #293d98;
    height: 22px;
    padding-left: 20px
}

.search-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 20px;
    transform: translateY(-2px);
}

#searchBarBtn {
    background: #293d98;
    font-size: 17px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    height: 34px;
    width: 37px;
    border-style: solid;
    border-color: #293d98
}

#searchBarBtn img {
    margin-top: 3px;
    height: 20px;
    width: 20px;
    margin-right: 1px;
}

.pgHeading {
    font-size: 27px;
    margin-bottom: 12px;
}

.pgHeading-green {
    color: #379946;
}

.pgHeading-blue {
    color: #6BC9F2;
}

.pgHeading-yellow {
    color: #7A7A7A;
}

.pgHeading-brown {
    color: #831618;
}

.pgHeading-red {
    color: #f2b81b;
}

.pgHeading-white {
    color: white;
}

.pgHeading-orange {
    color: #EF6F36;
}

.pgHeading-purple {
    color: #6a4794;
}

.pgHeading-darkblue {
    color: #293d98
}

.reveal-modal {
    margin-top: 22px
}

.buttonComponent-small {
    border-radius: 4px;
    background: #293d98;
    ;
    border: 0px solid #C2C2C2;
    border-radius: 8px;
    color: white !important;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 90%;
    text-decoration: none;
    box-shadow: unset;
}

.buttonComponent-small:hover {
    opacity: 0.8;
    background: #293d98;
    ;
}

.buttonComponent-large {
    border-radius: 4px;
    background: #293d98;
    border: 0px solid #C2C2C2;
    border-radius: 8px;
    color: white !important;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 90%;
    text-decoration: none;
    box-shadow: unset;
}


.buttonComponent-large:hover {
    opacity: 0.8;
    background: #293d98;
    ;
}

.button {
    height: 30px;
    background: #293d98;
    border: 0px solid #C2C2C2;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    color: white;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.button:hover {
    background: #293d98;
    opacity: 0.8;
}

.buttonLink {
    height: 40px;
    line-height: 40px;
    background:#293d98;
    ;
    border: 0px solid #C2C2C2;
    border-radius: 8px;
    color: white !important;
    text-transform: capitalize;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 90%;
    text-decoration: none;
    min-width: 80px;
    font-size: 14.4px !important;
}

.buttonLink:hover {
    opacity: 0.8;
}
table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) thead tr {
    background-color: #7A7A7A !important;
} 

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) tr:nth-child(even) {
    background-color: rgb(246, 246, 246) !important;
}

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) tr {
    background-color: rgb(246, 246, 246) !important;
}

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) thead {
    border-style: hidden !important;
}

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) {
    border-style: hidden !important;
}

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) tbody {
    border-style: hidden !important;
}

table:not(#emailDiv table, .attachmentsTable, .cke_dialog_ui_vbox table, .cke_dialog_contents) tbody td {
    border: 3px solid white;
}