@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "Rubik", sans-serif;
    padding: 0;
    margin: 0;
    outline: none !important;
}

::selection {
    background: var(--theme2);
    color: aliceblue !important;
}

body {
    /* overflow-x: hidden !important; */
    background: #f0f0f0;
}

:root {
    overflow-X: hidden !important;
    --theme1: #0190cc;
    --theme2: #f47522;
    --rate: #e3b50f;
}

main {
    position: relative;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

img, .setbg, button {
    user-select: none;
}

main {
}

.MainView {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eef5f7;
    padding-bottom: 85px;
    overflow: hidden;
    overflow-y: auto;
}

#Home {
    display: block;
}

nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.NavBarInner {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 90%;
    flex-wrap: wrap;
    background: var(--theme1);
    border-radius: 20px 20px 0px 0px;
    margin: 0 auto;
}

.NavBarInner button {
    display: block;
    margin: 0 auto;
    width: 20%;
    background: none;
    color: white;
    border: none;
    padding: 15px 0 7px;
    opacity: 0.4;
}

.NavBarInner button img {
    display: block;
    margin: 0px auto 5px;
    max-width: 100%;
    width: auto;
    height: 20px;
    object-fit: contain;
    object-position: center center;
    filter: invert(1);
}

.NavBarInner button label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
}

.NavBarInner .ActiveNav {
    opacity: 1;
    text-shadow: 1px 1px 1px #00197c;
    color: white;
}

.HomeHeader {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: var(--theme1);
    padding: 5px 15px;
    position: relative;
    z-index: 2;
}

.HeaderLogo {
    display: block;
    margin: 0 0;
    width: auto;
    height: 40px;
}

.SideMenuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    height: 100%;
    width: 55px;
    aspect-ratio: 1/1;
}

.SideMenuBtn img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 35px;
    object-fit: contain;
    object-position: center center;
    filter: invert(1);
}

.HomeCategories {
    display: flex;
    justify-content: start;
    align-items: start;
    margin: 9px auto;
    width: 90%;
    flex-wrap: wrap;
}

.HomeCategoriesItem {
    display: block;
    width: 27.3%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    /* border: solid 1px #dddddd; */
    text-align: center;
    margin: 10px 3%;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 13px -6px #00000024;
}

.HomeCategoriesItem img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 45px;
    object-fit: contain;
    object-position: center center;
    filter: hue-rotate(15deg) saturate(110%);
}

.HomeCategoriesItem label {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #7b8f97;
}

.SeeMoreCategories {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.SeeMoreCategories h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--theme2);
    border: solid 2px;
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    padding-right: 40px;
    text-transform: uppercase;
    margin: 15px auto;
    /* opacity: 0.6; */
    filter: grayscale(20%);
}

.SeeMoreCategories h5 i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeSubHeader {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: var(--theme2);
    padding: 6px;
    position: relative;
    color: aliceblue;
    padding-left: 67px;
    border-radius: 0px 0px 30px 20px;
    z-index: 0;
    filter: drop-shadow(-4px 10px 3px #00000017);
}

.HomeSubHeader h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
}

.HomeSubHeader h5 strong {
    font-weight: bolder;
    font-size: 14px;
}

.HomeSubHeader h5 img {
    position: absolute;
    left: 9px;
    top: 10%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    margin: 0;
}

.HomeSubHeader label {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 17px;
    font-size: 13px;
}

.HomeSubHeader label img {
    position: absolute;
    left: -3px;
    top: 15%;
    width: auto;
    height: 70%;
    filter: invert(1);
}

.NewOffersTrigger {
    display: block;
    margin: 38px auto 0;
    width: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    padding: 13px 30px;
    padding-left: 100px;
    box-shadow: 0px 0px 30px 0px #0000000d;
}

.NewOffersTrigger img {
    position: absolute;
    left: 4%;
    bottom: -15px;
    width: auto;
    height: 130px;
}

.NewOffersTrigger h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--theme1);
    text-transform: uppercase;
}

.NewOffersTrigger h5 {
    display: block;
    margin: 3px auto;
    width: 100%;
    font-size: 12px;
    color: #7b8f97;
}

.NewOffersTrigger strong {
    position: absolute;
    right: 7%;
    top: 36px;
    width: 27px;
    background: #23a25b;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 5px;
    font-size: 12px;
    z-index: 3;
    font-weight: 500;
    font-weight: 400;
}

.NewOffersTrigger strong g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #23a25b;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.3;
    -webkit-animation: NewOffersTriggerAnimation 2s ease-in-out infinite;
    animation: NewOffersTriggerAnimation 2s ease-in-out infinite;
}

@keyframes NewOffersTriggerAnimation {
    0% {
        transform: scale(0.0);
        opacity: 0.8;
    }
    50% {
        transform: scale(3.0);
        opacity: 0.0;
    }
    100% {
        transform: scale(2.0);
        opacity: 0.0;
    }
}

.HomeSubHeader g {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.HomeSearch {
    display: block;
    margin: 30px auto 17px;
    width: 86%;
    position: relative;
    overflow: hidden;
    height: 50px;
    background: #ffffff;
    border-radius: 1000px;
    /* border: solid 1px #aebfff; */
    box-shadow: 0px 0px 13px -6px #00000024;
}

.HomeSearch g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme1);
    opacity: 0.4;
    z-index: 2;
}


.HomeSearch input::placeholder {
    color: #9db4be;
}

.HomeSearch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0 50px;
    font-size: 14px;
    color: #7b8f97;
}

.HomeSearch img {
    position: absolute;
    right: -20px;
    top: -2%;
    width: auto;
    height: 115%;
    filter: hue-rotate(42deg) contrast(127%) saturate(110%) grayscale(36%);
    padding: 0;
    opacity: 0.9;
}

.OrderOnTheWayTrigger {
    display: block;
    margin: 34px auto 0;
    width: 100%;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    padding: 17px 30px;
    padding-right: 120px;
    box-shadow: 0px 0px 30px 0px #0000000d;
    text-align: right;
}

.OrderOnTheWayTrigger img {
    position: absolute;
    bottom: -19px;
    width: auto;
    height: 105px;
    -webkit-animation: DrivingAnimation 3s ease-in-out infinite;
    animation: DrivingAnimation 3s ease-in-out infinite;
    filter: grayscale(22%) brightness(122%) contrast(110%);
}

.OrderOnTheWayTrigger h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--theme1);
    text-transform: uppercase;
}

.OrderOnTheWayTrigger h5 {
    display: block;
    margin: 3px auto;
    width: 100%;
    font-size: 12px;
    color: #7b8f97;
}

.OrderOnTheWayTrigger strong {
    position: absolute;
    left: 10%;
    top: 24px;
    width: 25px;
    background: var(--theme2);
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 5px;
    font-size: 12px;
    z-index: 3;
    font-weight: 500;
}

.OrderOnTheWayTrigger strong g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme2);
    z-index: -1;
    border-radius: 5px;
    opacity: 0.3;
    -webkit-animation: NewOffersTriggerAnimation 2s ease-in-out infinite;
    animation: NewOffersTriggerAnimation 2s ease-in-out infinite;
}

.OrderOnTheWayTrigger h5 u {
    text-decoration: none;
    font-weight: bold;
    color: var(--theme2);
    text-transform: uppercase;
}

.OrderOnTheWayTrigger button {
    position: absolute;
    left: 37px;
    top: 20px;
    width: auto;
    height: fit-content;
    background: none;
    color: var(--theme2);
    border: solid 2px;
    padding: 3px 14px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}


@keyframes DrivingAnimation {
    0% {
        right: -8%;
    }
    50% {
        right: -2%;
    }
    100% {
        right: -8%;
    }
}

.SideMenu {
    display: none;
}

.SideMenuInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

.SideMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 260px;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    max-width: 80%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 5px;
}

.SideMenuFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    opacity: 0.5;
}

.SideMenuLogo {
    display: block;
    margin: 10px auto;
    width: auto;
    height: 90px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
}

.SideMenuDiv ul {
    display: block;
    margin: 32px auto;
    width: 100%;
    padding: 0;
}

.SideMenuDiv ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 13px 0;
    position: relative;
    padding-left: 45px;
    border-bottom: solid 1px #d6dfff;
    font-size: 14px;
    font-weight: 500;
    color: #696e7f;
}

.SideMenuDiv ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 13px;
    object-fit: contain;
}

.HomeMyLocations {
    display: none;
}

.HomeMyLocationsInner {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: fit-content;
    background: var(--theme2);
    /* padding: 6px; */
    position: relative;
    color: aliceblue;
    z-index: 0;
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
}

.HomeMyLocationsItem {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    padding: 10px 0;
    position: relative;
    padding-left: 48px;
    border-bottom: solid 1px #ffffff40;
}

.HomeMyLocationsItem img {
    position: absolute;
    left: 15px;
    top: 12px;
    width: auto;
    height: 20px;
    filter: invert(1);
}

.HomeMyLocationsItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.HomeMyLocationsItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    color: #ffffffb5;
}

.HomeMyLocationsItemRadio {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 20px;
    aspect-ratio: 1/1;
    background: #ffffff;
    border-radius: 100px;
    border: solid 3px #c75b2f;
    margin: 0;
}

.HomeMyLocationsItemRadio circle {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    background: var(--theme1);
    border-radius: 100px;
    transform: scale(0.7);
}

.SelectedLocation .HomeMyLocationsItemRadio circle {
    display: block;
}

.SelectedLocation {
    background: #d66233;
    border-color: #d66233;
}

.AddNewLocationBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 14px auto;
    padding: 5px 0;
    border: solid 2px;
    border-radius: 1000px;
    position: relative;
    font-weight: 500;
    background: none;
    color: white;
    font-size: 15px;
}

.AddNewLocationBtn img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 8px;
    filter: invert(1);
}

.NewOffersTrigger button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 11px 0 0;
    height: auto;
    background: none;
    color: var(--theme2);
    border: solid 2px;
    padding: 3px 14px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.ProposalsHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 7px 20px 3px;
    background: #ffffff;
    /* border-bottom: solid 1px #bbdee9; */
    color: #626a6c;
    box-shadow: 0px 3px 13px -6px #00000024;
}

.ProposalsHeader h4 {
    display: flex;
    margin: 7px auto 20px;
    width: 98%;
    font-size: 12px;
    font-weight: 600;
    color: #626a6c;
    text-transform: uppercase;
    align-items: end;
}

.ProposalsHeader label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
    width: 100%;
    font-size: 13px;
    background: #e7f1f4;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.ProposalsHeader label select {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
}

.ProposalsHeader h4 u {
    text-decoration: none;
    color: #23a25b;
    font-size: 15px;
    margin: 0 5px;
}

.ProposalsGH {
}

.ProposalItem {
    display: block;
    margin: 24px auto;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 13px;
    padding-left: 100px;
    background: #ffffff;
    box-shadow: 0px 0px 13px -6px #00000024;
}

.ProposalItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 10px;
    border: solid 2px #d3e0e3;
}

.ProposalItem h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme2);
}

.ProposalItem h2 {
    display: block;
    margin: 4px auto;
    width: 100%;
    position: relative;
    padding: 4px 0;
    padding-left: 29px;
    font-size: 12px;
    font-weight: 700;
    color: #56666d;
}

.ProposalItem h2 img {
    position: absolute;
    left: 0;
    top: 1px;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 100px;
    object-fit: cover;
}

.ProposalItem p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 12px;
    color: #56666d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ProposalItem h2 g {
    background: var(--rate);
    color: aliceblue;
    padding: 4px 8px;
    border-radius: 5px;
    position: relative;
    padding-left: 19px;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px;
}

.ProposalItem h2 g i {
    position: absolute;
    left: -1px;
    top: -1px;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.ProposalItem h3 {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    font-size: 15px;
    color: #4d5456;
}

.ProposalItem h3 u {
    text-decoration: none;
    font-size: 12px;
}

.ProposalItem button {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: auto;
    height: fit-content;
    background: none;
    color: var(--theme2);
    border: solid 2px;
    padding: 3px 14px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 10px;
    z-index: 3;
}

.OrderTrackMap {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.OrderTrackMap iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.8;
    border: none;
    background-color: none;
}

.OrderTrackMapInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0px 0px 18px -5px #00000003;
    position: relative;
    padding-left: 97px;
    overflow: hidden;
}

.OrderTrackMapInner h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
}

.OrderTrackMapInner h4 u {
    text-decoration: none;
    font-weight: bolder;
    color: var(--theme2);
}

.OrderTrackMapInner label {
    display: flex;
    margin: 3px auto 0;
    width: 100%;
    position: relative;
    justify-content: start;
    align-items: center;
    font-size: 13px;
    color: #646667;
}

.OrderTrackMapInner label i {
    margin: 0 0;
    margin-right: 7px;
}

.OrderTrackMapInner label u {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}


.OrderTrackMapTechImg {
    position: absolute;
    left: -35px;
    top: -10px;
    width: auto;
    height: 120px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px;
}

.External {
    z-index: 99999999999;
    padding-bottom: unset;
}

.ExternalPageHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 18px -5px #00000003;
    position: relative;
    padding-left: 60px;
}

.ExternalPageHeader button {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 33px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #eef5f7;
    border: none;
    border-radius: 1000px;
    padding: 6px;
    margin: 13px;
}

.ExternalPageHeader button img {
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: 0.5;
}

.ExternalPageHeader h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    color: #4a4c4d;
}

.OrderTrackMapImg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    object-position: center center;
}

.OrderTrackMapTechCart {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px;
    margin: 27%;
    -webkit-animation: ButtonShineAnimation 2s ease-in-out infinite;
    animation: ButtonShineAnimation 2s ease-in-out infinite;
    border: solid 3px var(--theme1);
}


@keyframes ButtonShineAnimation {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}

.OrderTracDetails {
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 29px 20px;
    padding-right: 110px;
    margin: 0 auto;
}

.OrderDetailsMedia {
    position: absolute;
    right: 23px;
    top: 38px;
    width: 60px;
    aspect-ratio: 1/1;
}

.OrderTracDetails h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: var(--theme1);
}

.OrderTracDetails p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 13px;
    color: #636363;
}

.OrderDetailsMedia img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #0e343f1c;
    padding: 3px;
    pointer-events: none;
}

.OrderDetailsMedia img:nth-child(1) {
    transform: scale(1.1) rotate(10deg);
    z-index: 1;
}

.OrderDetailsMedia img:nth-child(2) {
    transform: scale(1.05) rotate(30deg);
    z-index: 2;
}

.OrderDetailsMedia img:nth-child(3) {
    transform: scale(1.0) rotate(0deg);
    z-index: 3;
}

.MediaSlider {
    display: none;
}

.MediaSliderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
    overflow: hidden;
    background-color: #272727;
}

.MediaSliderItem {
    display: none;
}

.MediaSliderItem video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background: none;
}

.MediaSliderItem img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.MediaSliderClicker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.MediaSliderClicker .MediaSliderClickerItem {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 9999999;
}

.MediaSliderClicker .MediaSliderClickerItem:last-of-type {
    left: unset;
    right: 0;
}

.ClickHereGif {
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ClickHereGif img {
    display: block;
    margin: 0 auto;
    width: 100%;
    filter: grayscale(1) invert(1) brightness(5.5);
}

.MediaSliderDots {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
}

.MediaSliderDots div {
    display: block;
    margin: 0 2%;
    width: 30%;
    height: 5px;
    background: #ffffff;
    opacity: 0.2;
    transition: 300ms;
}

.MediaSliderDots .MediaSliderDotsActive {
    opacity: 1;
}

.OrderTracDetailsRows label {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 13px 15px;
    padding-left: 55px;
    position: relative;
    border-bottom: solid 1px #d3d3d3;
    font-size: 13px;
    color: #3f3f3f;
    font-weight: 500;
}

.OrderTracDetailsRows label i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-right: solid 1px #e7e7e7;
}

.OrderTracDetailsRows label u {
    float: right;
    text-decoration: none;
    font-weight: bold;
}

.OrderTracDetailsRows label:last-child {
    border-bottom: 0;
}

.OrderTracDetailsRows {
    display: block;
    margin: 0 auto;
    width: 92%;
    background: #ffffff;
    border-radius: 10px;
    /*border: solid 1px #d3d3d3;*/
}

.TrackContactTech {
    display: flex;
    justify-content: space-between;
    margin: 15px auto 0;
    width: 90%;
    align-items: center;
}

.TrackContactTech button {
    display: block;
    margin: 0 0;
    width: 48%;
    position: relative;
    padding: 8px 0;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: aliceblue;
    background: #292929;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 3px;
    box-shadow: inset -75px 1px 40px -26px #00000003;
}

.TrackContactTech button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 8px;
    filter: invert(1);
}

.TrackContactTech button:first-of-type {
    background: var(--theme2);
}

.TrackOrderTechNote {
    display: block;
    margin: 32px auto;
    width: 93%;
    position: relative;
    background: #ffffff;
    /* border: solid 1px #d8d8d8; */
    border-radius: 20px;
    padding: 10px 20px;
    padding-left: 79px;
    min-height: 80px;
}

.TrackOrderTechNote h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: var(--theme2);
}

.TrackOrderTechNote h4 img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 50px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1000px;
    margin: 10px;
}

.TrackOrderTechNote p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 13px;
}

.TrackOrderTechNoteQuote {
    position: absolute;
    right: 8px;
    top: -14px;
    width: 30px;
}

.ExternalPageHeaderIcon {
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
    padding: 10px;
}

.AddNewOrderForm {
}

.AddNewOrderFormRow {
    display: block;
    margin: 30px auto;
    width: 92%;
}

.AddNewOrderFormRow label {
    display: block;
    margin: 0 auto;
    width: 99%;
    font-weight: 500;
    color: #828282;
}

.AddNewOrderFormChoices {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 10px auto;
}

.AddNewOrderFormChoices button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 7px 7px;
    border: solid 1px;
    border-radius: 10px;
    margin-right: 10px;
    background: none;
    color: #828282;
    font-size: 15px;
    font-weight: 500;
    transition: 350ms;
}

.AddNewOrderFormChoices .ActiveAddNewOrderFormChoices {
    background: var(--theme2);
    border-color: var(--theme2);
    color: aliceblue;
}

.AddNewOrderFormRow textarea {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 10px;
    height: auto;
    min-height: 120px;
    border: solid 1px #828282;
    border-radius: 10px;
}

.OrderUploadMedia {
    display: block;
    margin: 30px auto;
    width: 90%;
}

.OrderUploadMedia h4 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-size: 15px;
    color: #828282;
}

.OrderUploadMedia h4 g {
    width: 16px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    opacity: 0.4;
}

.OrderUploadMedia h4 g img {
    display: block;
    margin: 0 auto;
    width: 100%;
    pointer-events: none;
}

.OrderUploadMedia button {
    display: block;
    margin: 10px auto;
    width: 100%;
    border: none;
    color: aliceblue;
    background: var(--theme1);
    text-transform: uppercase;
    position: relative;
    padding: 13px 0;
    border-radius: 10px;
    font-size: 15px;
}

.OrderUploadMedia button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    filter: invert(1);
    padding: 13px;
}

.OrderLocatiobTrigger {
    display: block;
    margin: 10px auto;
    width: 100%;
    border: solid 1px;
    border-radius: 10px;
    padding: 15px 10px;
    padding-left: 60px;
    position: relative;
    color: #828282;
}

.OrderLocatiobTrigger h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: var(--theme2);
}

.OrderLocatiobTrigger p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
}

.OrderLocatiobTriggerIcon {
    position: absolute;
    left: 0;
    top: 5px;
    width: auto;
    height: 30px;
    aspect-ratio: 1/1;
    margin: 10px;
    opacity: 0.3;
}

.OrderLocationTriggerArrow {
    position: absolute;
    right: 15px;
    top: 21px;
    width: 23px;
    aspect-ratio: 1/1;
    background: #00000014;
    padding: 5px;
    object-fit: contain;
    object-position: center center;
    border-radius: 1000px;
    transform: rotate(270deg);
}

.OrderPaymentMethod {
}

.OrderPaymentMethodItem {
    display: block;
    margin: 10px auto;
    width: 100%;
    border: solid 1px #828282;
    border-radius: 10px;
    position: relative;
    padding: 16px 10px;
    padding-left: 62px;
}

.OrderPaymentMethodItem h6 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    color: #959697;
    font-size: 15px;
}

.OrderPaymentMethodItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 10px;
}

.OrderPaymentMethodItem input {
    position: absolute;
    right: 11px;
    top: 16px;
    width: 20px;
    height: 16px;
}

.AddNewOrderFormSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 13px auto;
    background: var(--theme2);
    color: aliceblue;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.AddNewOrderFormSubmit img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
    padding: 15px;
    filter: invert(1);
}

.TrackOrderTechNote h4 g {
    background: var(--rate);
    color: aliceblue;
    padding: 4px 7px;
    border-radius: 5px;
    position: relative;
    padding-left: 21px;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.TrackOrderTechNote h4 g i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}

.TrackOrderTechNoteWithPrice {
}

.TrackOrderTechNoteWithPrice label {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #545454;
}

.TrackOrderTechNoteWithPrice label u {
    text-decoration: none;
    font-size: 11px;
}

.ProposalActions {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 92%;
}

.ProposalActions button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: none;
    padding: 11px 0;
    background: #aa3636;
    color: aliceblue;
    width: 48%;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 10px;
}

.ProposalActions button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center center;
    filter: invert(1);
    padding: 11px;
}

.ProposalActions button:last-of-type {
    background: #5f9b67;
}

.Success {
    display: none;
}

.SuccessInner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    padding-bottom: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999999999;
}

.SuccessDiv {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 20px;
    position: relative;
    background: #5f9b67;
    color: aliceblue;
    padding-left: 60px;
    border-radius: 1000px;
    box-shadow: inset -67px -2px 77px -25px #00000008;
}

.SuccessDiv i {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SuccessDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
}

.RedSuccess {
    background: #aa3636;
}

.OrdersGH {}

.OrdersItem {
    display: block;
    margin: 24px auto;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 13px;
    padding-left: 100px;
    background: #ffffff;
    box-shadow: 0px 0px 13px -6px #00000024;
    padding-bottom: 30px;
    transition: 300ms;
}

.OrdersItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    margin: 10px;
    border: solid 2px #d3e0e3;
}

.OrdersItem h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme2);
}

.OrdersItem h2 {
    display: block;
    margin: 4px auto;
    width: 100%;
    position: relative;
    padding: 4px 0;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}

.OrdersItem h2 img {
    position: absolute;
    left: 0;
    top: 1px;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    object-fit: cover;
}

.OrdersItem h3 {
    display: block;
    margin: 14px auto 0;
    width: 100%;
    font-size: 15px;
    color: #4d5456;
}

.OrdersItem h3 u {
    text-decoration: none;
    font-size: 12px;
}

.OrdersItem button {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: auto;
    height: fit-content;
    background: none;
    color: var(--theme2);
    border: solid 2px;
    padding: 3px 14px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 10px;
    z-index: 3;
}

.OrdersItem h2 i {
    margin-right: 2px;
}

.OrdersItem h2 g {
    margin: 0 0;
    margin-left: 3px;
    color: var(--theme1);
    font-weight: bold;
}

.NewAddedOrder {
    transform: scale(1.05);
    background: #fff2e8;
    border: solid 3px #ffd4b3;
}

