@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    outline: none !important;
    font-family: "Chivo", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
}

:root {
    max-width: 100%;
    overflow-x: hidden !important;
    --theme1: #f57c28;
    --theme2: #018fca;
}

.SideMenuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    aspect-ratio: 1/1;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: var(--theme1);
    z-index: 2;
    transition: 300ms;
    padding: 10px;
}

.NewHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: var(--theme2);
    padding: 13px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.HeaderLogo {
    cursor: pointer;
}

.HeaderLogo img {
    display: block;
    margin: 0 15px;
    width: auto;
    height: 50px;
}


.SideMenuBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.MainPage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 2;
    overflow: hidden;
    padding: 40px 2%;
    padding-top: 115px;
}

.MainBG {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    opacity: 0.5;
    pointer-events: none;
}

.PageBody {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px 30px;
}

.SideMenu {
    display: none;
}

.SideMenuInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.SideMenuFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--theme2);
    opacity: 0.5;
}

.SideMenuDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 42px -2px #0000006e;
}

.SideMenuDiv ul {
    display: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.SideMenuDiv ul li {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 10px 5px;
    position: relative;
    border-bottom: solid 1px #d7d7d7;
    cursor: pointer;
    transition: 300ms;
    justify-content: start;
    font-weight: 700;
    color: #606060;
    background: #ffffff;
}

.SideMenuDiv ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    text-align: center;
}


.SideMenuDiv ul li:hover {
    background: #efefef;
}

.SideMenuDiv ul li:last-child {
    border-bottom: 0;
}

.SideMenuDiv ul .ActiveSideMenuTab {
    background: var(--theme1) !important;
    color: white !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #1c1c1c !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    color: #1c1c1c !important;
}

div.dataTables_wrapper div.dataTables_length label {
    color: #1c1c1c !important;
}

.form-group label {
    color: #1c1c1c !important;
}

.card {
    background: #e4f7ff;
    box-shadow: none;
    border: solid 2px #018fca3d;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #3e3e3e;
}

tr, table, table * {
    border-color: #b2daeb !important;
}

.card-header, .card-footer {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}

.card-body {
    padding: 40px;
}

.LangDropDown {
    display: none;
    position: absolute;
    right: 0;
    top: 49px;
    width: fit-content;
    height: fit-content;
    background: #ffffff;
    z-index: 2222;
    box-shadow: 0px 0px 30px -5px #000000;
}

.LangDropDown ul {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 0;
}

.LangDropDown ul li {
    display: block;
    margin: 0 auto;
    width: max-content;
    padding: 10px 10px;
    font-weight: 600;
    color: #898989;
    min-width: 150px;
    border-bottom: solid 1px #ebebeb;
    cursor: pointer;
    transition: 350ms;
}

.LangDropDown ul li:hover {
    color: #606060;
}

.LangDropDown ul .ActiveLang {
    color: var(--theme1) !important;
}

.LangTrigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 49px;
    text-transform: uppercase;
    padding: 0 36px;
    padding-left: 45px;
    border: solid 1px;
    color: white;
    background: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    transition: 300ms;
}

.LangTrigger .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 550ms;
    filter: invert(1);
}

.LangTrigger:hover {
    transform: scale(1.05);
    background: white;
    border-color: white;
    color: var(--theme2);
}

.LangTrigger:hover .setbg {
    transform: rotateY(180deg);
    filter: invert(0);
    opacity: 0.5;
}

.HeaderLogoParent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LangTrigger i {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LangTriggerParent {
    display: block;
    margin: 0 0;
    position: relative;
}

.LangTriggerParent:hover .LangDropDown {
    display: block;
}

.LangDropDown ul li:last-child {
    border: 0;
}

.card-body .btn-default {
    background: #0000000d;
}

.NewHeaderBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0;
    width: max-content;
}

.NewHeaderBtns h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    background: #d54a4a;
    color: white;
    margin: 0 10px;
    aspect-ratio: 1/1;
    border-radius: 10px;
    transition: 300ms;
    font-size: 18px;
    cursor: pointer;
}


.NewHeaderBtns h4:hover {
    background: #b73e3e;
    transform: scale(1.05);
}

.NewHeaderBtns h4:hover i {
}

.NewHeaderBtns button:hover {
    transform: scale(1.05);
}

.DashboardWelcoming {
    display: block;
    margin: 10px auto 40px;
    width: fit-content;
    text-align: center;
}

.DashboardWelcoming h1 {
    display: flex;
    margin: 0 auto;
    align-items: baseline;
    font-weight: bold;
    color: #3e3e3e;
    font-size: 15px;
}

.DashboardWelcoming h1 strong {
    font-size: 23px;
    margin: 0 7px;
    color: var(--theme2);
}

.DashboardWelcoming label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    color: #787878;
    margin: 4px auto;
}

.DashboardWelcoming label i {
    margin: 0 5px;
}

.DashboardWelcoming .setsrc {
    display: block;
    margin: 17px auto;
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: solid 2px var(--theme1);
    border-radius: 1000px;
    padding: 8px;
}

.LoginPage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.LoginPage form {
    display: block;
    margin: 0 auto;
    width: 480px;
    max-width: 95%;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 42px -13px #000000;
}

.AuthForgetPassword {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 10px auto 0;
}

.AuthForgetPassword a {
    color: var(--theme2);
    font-weight: bold;
    margin: 0 5px;
}

.AuthSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme1);
    color: white;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 0;
    border: none;
    font-size: 17px;
    position: relative;
    border-radius: 5px;
    transition: 300ms;
    letter-spacing: 3px;
}

.AuthSubmit:hover {
    background: var(--theme2);
}

.AuthSubmit i {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    height: 100%;
}

.RememberMe {
    display: flex;
    margin: 15px auto;
    width: 100%;
    justify-content: start;
    align-items: center;
    font-size: 15px;
}

.RememberMe input {
    display: block;
    margin: 0 4px;
    width: auto;
    cursor: pointer;
}

.AuthFormRow {
    display: block;
    margin: 12px auto;
    width: 100%;
}

.AuthFormRow label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    color: #707070;
}

.AuthFormHolder {
    display: block;
    margin: 6px auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    height: 45px;
}

.AuthFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--theme2);
    opacity: 0.4;
    z-index: 22;
    pointer-events: none;
}

.AuthFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    z-index: 0;
    padding: 0 55px;
}

.AuthLogo {
    display: block;
    margin: 0 auto 20px;
    width: 50%;
    height: 60px;
    object-fit: contain;
    object-position: center center;
}

.ShowPassBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: #e77b7b;
    font-size: 21px;
}

.ShowPassBtn .fa-eye {
    color: #648a49;
}

.SideMenuDivTab {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 12px 15px;
    color: #858585;
    padding-right: 30px;
    position: relative;
    border: solid 1px;
    transition: 300ms;
    cursor: pointer;
    border-radius: 5px;
}

.SideMenuDivTab h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.SideMenuDivTab i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms;
}


.SideMenuDivTab:hover {
    color: #4e4e4e;
}

.ActiveSideMenuDivTab {
    color: var(--theme1) !important;
}

.ActiveSideMenuDivTab i {
    transform: rotateX(180deg);
}

thead {
    background: #d3ecf7;
}

.card .card-body table {
}

.OrdersGH {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.OrdersItem {
    display: block;
    margin: 22px 1%;
    width: 23%;
    background: #ffffff;
    padding: 28px 0px 17px;
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    min-width: 360px;
    position: relative;
}

.OrderIcon {
    display: block;
    margin: 0 auto;
    width: 90px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.OrdersItem h4 {
    display: block;
    margin: 0 auto 20px;
    min-width: 170px;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    background: var(--theme1);
    font-size: 20px;
    color: white;
    padding: 7px 20px;
    border-radius: 11px;
    box-shadow: 10px 4px 1px 1px #00000026;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-shadow: 1px 1px 1px #000000;
}

#OrdersTable {
    visibility: hidden;
    height: 0;
}

.OrdersHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px auto;
    width: 99%;
    flex-wrap: wrap;
    padding: 14px;
    border-bottom: solid 1px #e3e3e3;
}

.OrdersHead h1 {
    display: block;
    margin: 0 10px;
    width: max-content;
    max-width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--theme2);
    height: fit-content;
}

.OrdersHead .OrdersHeadButtons {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    max-width: 100%;
    flex-wrap: wrap;
}

.OrdersHead .OrdersHeadButtons button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    background: #444444;
    padding: 8px 12px;
    border-radius: 5px;
    border: 0;
    margin: 0 6px;
    padding-left: 3px;
    transition: 300ms;
    direction: ltr;
}

.OrdersHead .OrdersHeadButtons button i {
    margin: 0 10px;
}

.OrdersHead .OrdersHeadButtons button:hover {
    transform: scale(1.1);
}

.OrdersItemStatus {
    position: absolute;
    right: 3px;
    top: -7px;
    width: fit-content;
    background: #343434;
    color: white;
    padding: 5px 14px;
    padding-left: 40px;
    font-size: 12px;
    z-index: 22;
    border-radius: 1000px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 300;
}

.OrdersItemStatus .setbg {
    position: absolute;
    left: 12px;
    top: 10%;
    width: 17px;
    height: 80%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1) brightness(7.5);
}

.OrdersItem h4 u {
    display: block;
    margin: 4px auto 0;
    width: max-content;
    background: #ffffff38;
    text-decoration: none;
    font-size: 14px;
    padding: 1px 5px;
    color: #000000;
    font-weight: 600;
    text-shadow: none;
}

.OrderLocation {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    margin: 11px;
}

.OrderLocation i {
    margin: 0 3px;
    color: #f53c3c;
}

.BasicOrderInfo {
    display: block;
    margin: 0 auto;
    width: 92%;
    padding: 9px 3px;
    border-bottom: solid 1px #e9e9e9;
    font-weight: 300;
    font-size: 14px;
}

.BasicOrderInfo strong {
    float: right;
}

.BasicOrderInfo:last-of-type {
    border: 0;
}

.BasicOrderInfo strong i {
    margin: 0 2px;
    color: #747474;
}

.OrdersItemButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbdbdb;
    padding: 5px;
    border-radius: 20px;
    width: fit-content;
    margin: 23px auto 0;
}

.OrdersItemButtons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    color: white;
    border: none;
    border-radius: 1000px;
    margin: 0 5px;
    font-size: 20px;
    transition: 350ms;
}

.OrdersItemButtons button:hover {
    transform: scale(1.2);
    filter: brightness(110%);
}

.OrdersItemUser {
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
    background: #e7e7e7;
    padding: 0 10px;
    height: 49px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: start;
    align-items: center;
    position: relative;
    padding-right: 60px;
}

.OrdersItemUser .setbg {
    display: block;
    margin: 0 10px;
    width: auto;
    height: 61px;
    aspect-ratio: 1/1;
    background-color: #d5d5d5;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1000px;
}

.OrdersItemUser button {
    position: absolute;
    right: 10px;
    top: 10%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    border: none;
    background: #21c063;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.OrdersItemUser button:hover {
    background: #1ba554;
}


.table-striped > tbody > tr td, .table-striped > tbody > tr th {
    color: #424242 !important;
}

.OrdersItem h4 .OrderType2 {
    color: white;
    background: #262626;
}

.FireGif {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
    opacity: 0.2;
    mix-blend-mode: luminosity;
}

.GlobalPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 90%;
    margin: 0 auto;
}

.GlobalPagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    padding: 5px 10px;
    border: solid 1px;
    margin: 10px 5px;
    transition: 300ms;
}

.GlobalPagination a:hover {
    color: #000000;
    transform: scale(1.05);
}

.GlobalPagination .PaginationActivePage {
    color: white !important;
    background-color: var(--theme2) !important;
    border-color: var(--theme2) !important;
}

.TechniciansGH {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.TechnicianItem {
    display: block;
    margin: 22px 1%;
    width: 23%;
    background: #ffffff;
    padding: 20px;
    border: solid 1px #cbcbcb;
    border-radius: 10px;
    min-width: 360px;
    position: relative;
}

.TechnicianThumb {
    display: block;
    margin: 0 auto;
    width: 110px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.TechnicianItem h1 {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--theme2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.TechnicianCategory {
    display: block;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.TechnicianItemBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbdbdb;
    padding: 5px;
    border-radius: 20px;
    width: fit-content;
    margin: 23px auto 0;
}

.TechnicianItemBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1 / 1;
    color: white;
    border: none;
    border-radius: 1000px;
    margin: 0 5px;
    font-size: 20px;
    transition: 350ms;
}

.TechnicianItemBtns button:hover {
    transform: scale(1.2);
    filter: brightness(110%);
}

.TechnicianItemLabel {
    display: block;
    margin: 0 auto;
    width: 92%;
    padding: 9px 3px;
    border-bottom: solid 1px #e9e9e9;
    font-weight: 300;
    font-size: 14px;
}

.TechnicianItemLabel strong {
    float: right;
}

.TechnicianItemLabel strong i {
    margin: 0 2px;
    color: #747474;
}

.TechnicianItemLabel:last-of-type {
    border: 0;
}

.TechnicianItem h1 strong {
    background: #ffa700;
    padding: 5px 7px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    margin: 0 2px;
}

.TechnicianItem h1 strong i {
    font-size: 11px;
    position: relative;
    top: -1px;
    left: -1px;
}

#map {
    width: 100%;
    height: 400px; /* or 100vh */
}


.OrderShowPage {
}

.OrderShowPageHeader {
    background: #e3e3e3;
    padding: 0;
    border-radius: 20px;
    display: flex;
    justify-content: start;
    margin: 0 auto 35px;
    align-items: center;
    padding: 9px;
}

.OrderShowPageHeaderFirst h1 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    text-transform: uppercase;
    color: #484848;
    font-weight: bolder;
    margin: 0 auto;
}

.OrderShowPageHeaderFirst h1 strong {
    background: var(--theme1);
    color: white;
    padding: 5px 13px;
    margin: 0 10px;
    border-radius: 10px;
    font-size: 28px;
}

.OrderShowPageHeaderFirst label {
    display: flex;
    margin: 16px 0 0;
    width: fit-content;
    justify-content: start;
    align-items: center;
    color: #2a2a2a;
    padding: 0 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.OrderShowPageHeaderFirst label .setbg {
    display: block;
    margin: 0 0;
    width: auto;
    height: 15px;
    aspect-ratio: 1/1;
    background-size: contain;
    margin: 0 10px;
    position: relative;
    top: -1px;
    opacity: 0.8;
}

.OrderFromTo {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    flex-wrap: wrap;
    max-width: 100%;
}

.OrderFromToItem {
    display: block;
    margin: 0 0;
    width: max-content;
    padding: 10px 15px;
    text-align: center;
    position: relative;
}

.OrderFromToItem .setbg {
    display: block;
    margin: 0 auto;
    width: 90px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1000px;
    border: solid 4px var(--theme1);
}

.OrderFromToItem h5 {
    display: block;
    margin: 13px auto 0;
    width: max-content;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2a2a2a;
}

.OrderFromToItem:last-child .setbg {
    border-color: var(--theme2);
}

.OrderFromToArrows {
    display: block;
    margin: 0 0;
    width: 280px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: hue-rotate(-143deg);
    opacity: 0.8;
}

.OrderShowPageHeaderFirst {
    padding: 26px 70px;
    border-right: dashed 1px #999999;
}

.MapStatics {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
}

.MapStaticsItem {
    width: max-content;
    margin: 10px 7px;
    background: #d9f0f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    color: #002f42;
}

.MapStaticsItem label {
    display: block;
    margin: 0 0;
    width: max-content;
    margin-right: 60px;
    font-size: 13px;
    text-transform: uppercase;
}

.MapStaticsItem label u {
    text-decoration: none;
    font-size: 20px;
    margin: 0 4px;
}

.MapStaticsItem h6 {
    display: block;
    margin: 0 0;
    width: max-content;
    font-size: 13px;
}

.OrderFromToItemWTSPBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 45px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #21c063;
    color: white;
    border: none;
    margin: 20px;
    border-radius: 100px;
    font-size: 20px;
    transition: 300ms;
    z-index: 2;
}

.OrderFromToItem label {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 400;
}

.OrderFromToItem label i {
    margin: 0 4px;
    font-size: 12px;
}

.OrderPayments {
    display: block;
    margin: 0 50px;
    width: max-content;
    height: fit-content;
    padding: 0 0;
    color: #161616;
}

.OrderPayments h1 {
    display: block;
    margin: 0 auto;
    width: max-content;
    font-size: 50px;
    font-weight: bold;
}

.OrderPayments h1 u {
    text-decoration: none;
    font-weight: unset;
    font-size: 30px;
}

.OrderPayments label {
    display: block;
    margin: 0 0;
    width: max-content;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}

.OrderFromToItemRate {
    position: absolute;
    left: 20px;
    top: 11px;
    width: max-content;
    height: fit-content;
    background: #ffa700;
    color: white;
    text-decoration: none;
    padding: 3px;
    border-radius: 5px;
}

.OrderFromToItemRate i {
}

.OrderGallery {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
}

.OrderGalleryItem {
    display: block;
    margin: 10px;
    width: 100px;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    border: solid 2px transparent;
    position: relative;
    transition: 350ms;
}

.OrderGalleryItem i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 35px;
    text-shadow: 1px 1px 18px #000000;
}

.OrderGalleryItem:hover {
    filter: grayscale(0);
    border-color: var(--theme2);
    transform: scale(1.1);
}

.OrderDescription {
    display: block;
    margin: 0 auto 21px;
    width: 100%;
    font-size: 22px;
    font-weight: 100;
}

.OrderRateContainer {
    display: block;
    margin: 34px auto;
    width: 100%;
    background: #fff8ea;
    padding: 10px 30px;
    border: solid 2px #fff0d1;
    border-radius: 20px;
}

.OrderRateContainer h1 {
    display: flex;
    margin: 0 0;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #444444;
    width: max-content;
    max-width: 100%;
}

.OrderRateContainer h1 strong {
    color: var(--theme1);
    margin: 0 6px;
}

.OrderRateContainer h1 strong:last-of-type {
    color: var(--theme2);
}

.OrderRateContainer p {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 20px;
    font-weight: 200;
}

.OrderRateContainer h1 u {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: #ffaa00;
    color: white;
    padding: 3px 7px;
    text-decoration: none;
    padding-left: 25px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}


.OrderRateContainer h1 u i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    font-size: 13px;
}

.OrderMessagesGH {
    display: block;
    margin: 25px auto;
    width: 100%;
    background: #d9f0f9;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    max-height: 450px;
    overflow-y: auto;
}

.OrderMessagesItem {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px #c3d8e0;
    padding: 20px;
    position: relative;
    padding-bottom: 51px;
}

.OrderMessagesItem h5 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: start;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    color: var(--theme2);
}

.OrderMessagesItem h5 .setbg {
    display: block;
    width: 35px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 1000px;
    margin: 0 0;
    margin-right: 10px;
}

.OrderMessagesItem p {
    display: block;
    margin: 0 auto;
    width: 95%;
    font-size: 17px;
    font-weight: 300;
    color: #385058;
}

.OrderMessagesItem label {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    color: #637b85;
    margin: 10px;
}

.OrderMessagesItem label i {
    margin: 0 4px;
}

.OrderMessagesHeader {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-size: 21px;
    background: #c3d8e0;
    padding: 10px;
    margin: 0 auto;
}
