:root {
    --sidepar-width: 140px;
    --sidepar-bg-color: linear-gradient( 0deg, #1e38a3 0%, #021048 100%);
}

body {
    margin: 0;
    font-family: 'Cairo', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #5e536e;
    background: #f7f7f8;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}

a {
    text-decoration:unset;
}

.app-nav {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 32px rgba(0, 0, 0, 0.08);
    width: var(--sidepar-width);
    background: var( --sidepar-bg-color);
}
.app-main {
    flex: 1 0 auto;
    margin-right: var(--sidepar-width);
    display: flex;
    flex-direction: column;
}
ul.top-nav > li {
    margin-right: var(--top-nav-link-spacing);
}
ul.top-nav > a:not(.btn), ul.top-nav > li {
    display: flex;
    position: relative;
    align-items: center;
}
ul.top-nav>li>a:not(.btn) {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 6px 8px;
    color: #5E636E;
    text-decoration: none;
}
.main-top {
    padding: 4px 0;
    background: white;
    border-bottom: 1px solid #e9eaec;
    box-shadow: none;
}
.app-nav .my-account .dropdown-menu, .top-nav .my-account .dropdown-menu {
    min-width: 240px;
    right: auto;
    left: 0;
}
.equal-height-cards .card {
    display: flex;
    flex-direction: column;
}

.equal-height-cards .card-body {
    flex: 1;
}

ul.top-nav .dropdown-menu {
    top:  8px !important;
    max-height: 660px;
}
.site-banner {
    background: var(--sidepar-bg-color)
}
.main-panner {
    margin: 15% 0px;
    text-shadow: 5px 5px 20px black;
}
.main-prodact-cards {
    margin-top: -100px;
}
.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-menu-item > a, .dropdown-menu > li > a {
    text-align: right;
    display: flex !important;
    align-items: center;
    padding: 6px calc(3 * 8px);
    clear: both;
    font-weight: 400;
    line-height: 24px;
    color: #17191C;
    white-space: nowrap;
}
.dropdown-menu .dropdown-item>i, .dropdown-menu .dropdown-menu-item>a>i, .dropdown-menu>li>a>i {
    width: 14px;
    color: #acafb9;
    transition: color  .24s ease;
    margin-left: calc(3 * 8px);
}
ul.top-nav > li > a:not(.btn) > i:not(.ls-caret) {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    vertical-align: middle;
}
ul.top-nav>li>a:not(.btn)>.client-avatar+.active-client, ul.top-nav>li>a:not(.btn)>.client-avatar+.item-text:not(:empty), ul.top-nav>li>a:not(.btn)>i:not(.ls-caret)+.active-client, ul.top-nav>li>a:not(.btn)>i:not(.ls-caret)+.item-text:not(:empty) {
    margin-right: 10px;
}
.main-top .top-nav {
    float: left;
}
ul.top-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: calc(-1*var(8px));
    list-style: none;
    white-space: nowrap;
}
.svg-icon {
    height: 40px;
    width: 40px;
}

/*SVG icons*/
.app-nav-primary .svg-icon-prime.svg-icon-stroke, .section-primary .svg-icon-on-dark .svg-icon-prime.svg-icon-stroke {
    stroke: #fff;
}
.app-nav-primary .svg-icon-prime, .section-primary .svg-icon-on-dark .svg-icon-prime {
    fill: #fff;
}
.app-nav-primary .svg-icon-prime-l.svg-icon-stroke, .section-primary .svg-icon-on-dark .svg-icon-prime-l.svg-icon-stroke {
    stroke: #dee0e3;
}
.app-nav-primary .svg-icon-prime-l, .section-primary .svg-icon-on-dark .svg-icon-prime-l {
    fill: #dee0e3;
}
.app-nav-primary .svg-icon-outline-s, .section-primary .svg-icon-on-dark .svg-icon-outline-s {
    stroke: #fff;
}
.svg-icon-outline-i, .svg-icon-outline-l, .svg-icon-outline-p, .svg-icon-outline-s {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.app-nav-primary .item-text {
    margin-top: calc(2 * 8px);
    max-width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: hsla(0, 0%, 100%, 80%);
}
.svg-illustration--map .fill-gray-darker {
    fill: #dfe3ed;
}
.locations-map__pins {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.locations-map__pin {
    position: absolute;
    display: flex;
}
.locations-map {
    position: relative;
    width: 100%;
}
.locations-map__dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 25;
}
.bg-blue {
    background-color: cornflowerblue;
}



.locations-map__info {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #007bfc;
    background: #fff;
    box-shadow: 0 15px 70px rgba(0,0,0,.1);
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 6%;
    margin-left: -75px;
    z-index: 5;
}
.locations-map__info-value {
    font-size: 50px;
    line-height: 50px;
}
.locations-map__info-label {
    font-size: 18px;
    line-height: 32px;
}
/*feature icons Styles*/
.feature-icon {
    justify-content: center;
    margin-bottom: calc(3 * 8px);
}
.svg-icon-prime.svg-icon-stroke {
    stroke: #021048;
}
.svg-icon-prime {
    fill: #021048;
}
.feature-icon .svg-icon .svg-icon-outline-s, .svg-icon-outline-i {
    stroke: #fff;
}
.feature-icon .svg-icon {
    height: 70px;
    width: 70px;
}
.nav-item a svg, .main-card, .footer-list li, .dropdown-item {
    transition: transform 0.3s ease;
}
.nav-item:hover a svg, .main-card:hover {
    transform: translateY(-6px);
}
.footer-list li:hover, .main-menu .dropdown-menu .dropdown-item:hover {
    transform: translateX(-6px);
    background-color: unset !important;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other content */
}
.main-menu .dropdown-menu {
    top: 0 !important;
    min-width: 240px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 8px 32px rgba(0, 0, 0, 0.08);
    right: 100%;
    border-radius: 0;
    border: 0;
    transform: unset !important;
    inset: -140px 0px auto auto !important;
    margin-right: var(--sidepar-width) !important;
    height: 100vh;
}
.dropdown-header svg {
    height: 32px;
    width: 32px;
    margin-left: calc(2 * 8px );
}
.dropdown-header svg > .svg-icon-prime-l {
        fill: #1e38a3;
}
.dropdown-header svg > .svg-icon-outline-s {
    stroke: #17191c;
}
.dropdown-header svg > .svg-icon-prime {
    fill: #021048;
}
.app-nav-primary .svg-icon-outline-p, .section-primary .svg-icon-on-dark .svg-icon-outline-p {
    stroke: #fff;
}
.dropdown-header svg > .svg-icon-prime.svg-icon-stroke {
    stroke: #021048;
}
.app-nav-primary .svg-icon-i, .section-primary .svg-icon-on-dark .svg-icon-i {
    fill: #021048;
}
.prodact-image {
    margin-top: -150px;
}
.db-co-num {
    padding-top: 4px;
    padding-bottom: 8px;
    color: #021048;
    font-size: 62px;
    line-height: 1;
}
.db-co-text {
    color: #17191C;
    font-size: 19px;
    line-height: 24px;
}
.db-topcard-click {
    cursor: pointer;
    transition: all .24s ease;
}
.db-topcard-click:hover {
    background: #fff;
    border-color: #021048;
    transform: translate3d(0,-8px,0);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 16px 40px rgba(0, 0, 0, 0.16) !important;
}
.db-topcard-click:hover .topcard-icon {
    transition: .24s ease;
    color: #021048;
}
.topcard-icon {
    transition: .24s ease;
}
.feature-icon .svg-icon .svg-icon-outline-s, .svg-icon-outline-i {
    stroke: #212529;
}
.nano-bg {
    background: linear-gradient( 0deg, #1e38a3 0%, #021048 100%);
}
.btn-primary {
    color: #021048;
    background: #D6E4FF;
    border-color: #D6E4FF;
}
.btn-primary:hover {
    color: #021048;
    background: #D6E4FF;
    border-color: #D6E4FF;
}
#main-invoice-table_filter {
    display:none;
}
.sorting {
    text-align:center !important;
}
.padding-vps-card {
    padding: 0px 12px;
}