.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
    background-color: #00285b;
}

.showNavProjects .page-list,
.showNavProjects .page-list,
.rfqAllCustomers .page-list,
.rfqCustomerEmails .page-list,
.rfqProjects .page-list {
    display: none !important;
}

.scrollbar {
    overflow-y: scroll;
    overflow-x: scroll;
}

.scrollbar1 {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar2 {
    overflow-y: scroll;
    overflow-x: auto;
}

.scrollbar3 {
    overflow-y: auto;
    overflow-x: auto;
}

#page-content {
    background: white;
}

.scrollbar4 {
    overflow-y: scroll;
    overflow-x: hidden;
}

.verticalCenterContent {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customScroll::-webkit-scrollbar-track, .dropdown-menu.inner::-webkit-scrollbar-track {
    background: #ff000000;
}

.customScroll::-webkit-scrollbar, .dropdown-menu.inner::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.customScroll::-webkit-scrollbar-thumb, .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
    background-color: #00285b;
}

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-5::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #f5f5f5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #00285b;
}

#style-4::-webkit-scrollbar-track {
    background: #ff000000;
}

#style-4::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: none;
}

#loaderHeader {
    font-weight: bold;
    width: 100%;
    z-index: 10002;
    top: 56%;
    font-size: 15px;
    color: #00285b;
    position: absolute;
}

#loaderHeader2 {
    font-weight: bold;
    width: 100%;
    z-index: 10002;
    top: 58%;
    font-size: 15px;
    color: #00285b;
    position: absolute;
}

.e4,
.s2 {
    display: none;
}

.loading {
    position: fixed;
    z-index: 10001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #bb1441 1.5em 0 0 0, #bb1441 1.1em 1.1em 0 0, #bb1441 0 1.5em 0 0, #bb1441 -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, #bb1441 0 -1.5em 0 0, #bb1441 1.1em -1.1em 0 0;
    box-shadow: #bb1441 1.5em 0 0 0, #bb1441 1.1em 1.1em 0 0, #bb1441 0 1.5em 0 0, #bb1441 -1.1em 1.1em 0 0, #bb1441 -1.5em 0 0 0,
    #bb1441 -1.1em -1.1em 0 0, #bb1441 0 -1.5em 0 0, #bb1441 1.1em -1.1em 0 0;
}

.loading-2 {
    z-index: 10001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
}

.loading-2.border-radius::before {
    border-radius: 3px !important;
}

.loading-2:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-2:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #bb1441 1.5em 0 0 0, #bb1441 1.1em 1.1em 0 0, #bb1441 0 1.5em 0 0, #bb1441 -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, #bb1441 0 -1.5em 0 0, #bb1441 1.1em -1.1em 0 0;
    box-shadow: #bb1441 1.5em 0 0 0, #bb1441 1.1em 1.1em 0 0, #bb1441 0 1.5em 0 0, #bb1441 -1.1em 1.1em 0 0, #bb1441 -1.5em 0 0 0,
    #bb1441 -1.1em -1.1em 0 0, #bb1441 0 -1.5em 0 0, #bb1441 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navCustomers {
    width: 50% !important;
    margin-top: 2em;
    margin-left: unset !important;
}

.navAllCustomersRowStyle {
    white-space: pre-wrap;
}

.navNewCustomers {
    width: 50% !important;
    margin-top: 6em;
    margin-left: unset !important;
}

.panel {
    border-radius: unset !important;
}

.panel1 {
    margin-bottom: unset !important;
    border-left: 5px solid #00285b;
    border-right: 5px solid #00285b;
}

@media (min-width: 768px) {
    .content-container-2 {
        padding-top: 59px !important;
    }
}

@media (min-width: 768px) {
    #content-container {
        padding-top: 54px;
    }
}

#page-content {
    padding: unset !important;
}

/*Ali css section*/
.heading-divider {
    border-bottom: 1px solid #ddd;
    margin: 5px 10px;
}

.text-red {
    color: #b31221;
}

.bg-red-color-white {
    background-color: #b31221;
    color: #fff;
}

.ml10 {
    display: block;
    padding-left: 10px !important;
}

.bg__blue {
    background-color: #00285b;
}

.color__white {
    color: #fff;
}

.border-round {
    border-radius: 3px;
}

.font-size__px-14 {
    font-size: 14px;
}

.font-size__px-16 {
    font-size: 16px;
}

.text-align__center {
    text-align: center;
}

.min-height__px-4p {
    min-height: 40px;
}

.padding__0 {
    padding: 0px;
}

.padding__10 {
    padding: 10px;
}

.padding__top-10 {
    padding-top: 10px;
}

.padding__bottom-10 {
    padding-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.mock-disabled {
    cursor: not-allowed;
}

.display__flex {
    display: flex;
}

.justify-content__center {
    justify-content: center;
}

.th-cell {
    background-color: #eeeeee;
    font-size: 1.05em;
    font-weight: 600;
    color: #4d627b;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px 16px;
}

th {
    background: #eeeeee57;
}

.btn-red,
.btn-red:hover,
.btn-red:active,
.btn-red:link {
    background-color: #b31221 !important;
    color: #fff !important;
}

.pill {
    cursor: pointer;
    display: inline-block;
    border-radius: 100px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

.pill__default {
    background-color: #f3f3f3;
}

.pill__red {
    background-color: #b31221;
}

.pill__red .pill__close i,
.pill__red .pill__close i:hover {
    color: #00285b;
}

.pill__red .pill__close,
.pill__red .pill__close:hover {
    background-color: #fff;
    color: #00285b;
}

.pill__red .pill__content {
    color: #fff;
}

.pill .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pill__close {
    border-radius: 100px;
    padding-left: 5px;
    padding-right: 5px;
}

.pill__close:hover {
    background-color: #636363;
}

/* .pill__close:hover i {
	color: #000;
} */
.pill__close i {
    width: 10px;
    height: 10px;
    color: #000;
}

.pill__content {
    padding-right: 10px;
    font-weight: 600;
}

/*== Tabs ==*/
.tab-base.tabs__1 .nav-tabs > li a {
    font-weight: 600;
}

.tab-base.tabs__1 .nav-tabs > li.active > a {
    background-color: #b31221;
    color: #fff;
}

.tab-base.tabs__1 .nav-tabs > li:not(.active) > a {
    background-color: #eee;
    color: #00285b;
}

/* ASIDE */
._aside {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100vh;
    width: 250px;
    z-index: 10001;
    overflow-y: auto;
    visibility: hidden;
}

._aside.active {
    visibility: visible;
}

._aside.right {
    position: fixed;
    right: 0px;
    box-shadow: -1px 0 17px rgb(0 0 0 / 25%);
    transform: translateX(110%);
    transition: all 300ms;
}

._aside.right.active {
    transform: translateX(0%);
}

._aside.pad {
    padding-top: 60px;
}

._aside-heading {
    font-size: 16px;
    color: #00285b;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

._aside__body {
    height: 60vh;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

._aside__body.pad {
    padding: 10px;
}

._aside__footer {
    min-height: 100px;
    border-top: 1px solid #eee;
}

._aside__footer.pad {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

._modal button.close {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #00285b;
    border: 1px solid #00285b;
    border-radius: 100px;
}

._modal button.close .pci-cross {
    width: 1.2em;
    height: 1.2em;
}

._modal button.close.white {
    color: #fff;
    border: 1px solid #fff;
}

._modal-title {
    color: #00285b;
    font-size: 18px;
}

.searchUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    position: absolute;
    z-index: 3;
    margin-top: 7px;
    cursor: pointer;
    background: white;
    border: 2px solid #eee;
    display: none;
    width: 47.5%;
}

.searchUL li:hover {
    background-color: #00285b;
}

.searchUL li:hover a {
    color: white !important;
}

.uc-first {
    text-transform: capitalize;
}

.file-uploader {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.file-uploader-files {
    flex-grow: 1;
    flex-shrink: 0;
    overflow-y: auto;
}

.file-uploader-files.active {
    display: initial;
    padding: 10px 10px unset;
    margin-bottom: 10px;
}

.file-uploader-files > ul {
    list-style: none;
    padding: 5px;
}

.file-uploader-files > ul li {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.file-uploader-files > ul li:not(:first-of-type) {
    margin-top: 15px;
}

.file-uploader-files > ul li:not(.processing):hover::before {
    content: '\f2ed';
    font-family: 'Font Awesome 5 Free', serif;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 100%;
    border-radius: 4px;
    background-color: #bc3038c9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.file-uploader-files-icon {
    font-size: 35px;
}

.file-uploader-files-name {
    font-size: 13px;
    color: rgb(122, 135, 142);
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-uploader-files-loader {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
}

.file-uploader-files-loader-loading {
    display: flex;
    justify-content: center;
    width: 0;
    border-radius: 4px;
    background-color: #9e9e9e73;
    padding: 3px 12px 4px;
    font-size: 11px;
    color: #fff;
}

.file-uploader-files-loader-loading.active {
    background-color: #00285b;
}

.file-uploader-files-loader-loading.success {
    background-color: #79aa41;
}

.file-uploader-files-loader-loading.danger {
    background-color: #b92831;
}

.file-uploader-area {
    flex-basis: 220px;
    flex-grow: 1;
    flex-shrink: 0;
    border: 3px dashed #ddd;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 400ms;
}

.file-uploader-button-area {
    margin-top: 15px;
}

.file-uploader-button-area button,
.file-uploader-button-area button:hover {
    font-size: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #00285b;
    color: #fff;
}

.file-uploader-button-area button[disabled] {
    background-color: #ededed;
    color: #7a878e;
}

.file-uploader-area:hover {
    border-color: #00285b;
}

.file-uploader-area-icon {
    font-size: 35px;
    color: #7b84aa;
    margin-bottom: 20px;
    pointer-events: none;
}

.file-uploader-area-text-1 {
    font-size: 17px;
    font-weight: 600;
    color: #00285b;
    display: inline-block;
    pointer-events: none;
}

.file-uploader-area-text-2 {
    font-size: 16px;
    font-weight: 600;
    color: #00285b;
    margin-top: 5px;
    display: inline-block;
    pointer-events: none;
}

.file-uploader-area-text-3 {
    font-size: 15px;
    font-weight: 600;
    color: #b31321;
    margin-top: 3px;
    display: inline-block;
    pointer-events: none;
}

.customersUL {
    list-style-type: none;
    padding: 0;
    max-height: 200px;
    position: absolute;
    z-index: 3;
    margin: 7px 0 0;
    cursor: pointer;
    background: white;
    border: 2px solid #eee;
    display: none;
    width: 85%;
}

.customersUL li {
    background-color: white;
    padding: 8px;
    font-size: 13px;
    color: #828f95;
    display: block;
    margin: 0 10px;
}

.customersUL li:hover {
    background-color: #eee;
}















