.contactUsGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
}

.ml20 {
    margin-left: 20px !important;
}

.settingsGrid {
    display: grid;
    grid-template-columns: repeat(1, minmax(320px, 920px));
    gap: 20px;

}

/* HTML: <div class="loader"></div> */
.mapLoader {
    --_m: conic-gradient(#0000 10%, var(--primary)),
    linear-gradient(var(--primary) 0 0) content-box;
    animation: l3 1s infinite linear;
    aspect-ratio: 1;
    background: var(--secondary200);
    border-radius: 50%;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    padding: 4px;
    width: 25px;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 5px;
    position: relative;
}

.no-readius {
    border-radius: 0;
}

.no-filter:hover > img {
    filter: none !important;
}

.rightLayerSideMenu {
    max-height: 100% !important;
    height: calc(100vh - 140px);
}

.rightLayerSideMenu .sl {
    background-color: var(--secondary150);
    font-weight: bolder;
}

.rightLayerSideMenu .sl {
    background-color: var(--secondary150);
    font-weight: bolder;
}

.sl .lay-txt {
    font-weight: 700 !important;
}

.sideMenusWrapper {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: end;
    position: absolute;
    bottom: 70px !important;
    right: 0 !important;
}

.pointerCenter {
    height: 30px;
    z-index: 100;
    background-color: white;
    box-shadow: #202020;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.progress-bar {
    height: 5px;
    width: 0;
    background-color: var(--secondary);
    border-radius: 10px;
    text-align: center;
    transition: width 1s linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

body[direction*="rtl"] .start {
    left: 0 !important;
}

body[direction*="rtl"] .end {
    right: 0 !important;
}

body[direction*="ltr"] .start {
    right: 0 !important;
}

body[direction*="ltr"] .end {
    left: 0 !important;
}

.dropDownButton:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.dropDownButton:hover #dropDownValue {
    color: white;
}

.dropDownButton:hover {
    background: var(--secondary1300) !important;
    border: 0;
}

.dropDownButton {
    border: 0;
    color: var(--secondary200)
}

.dropdown-selected {
    border: 0;
}

/*ToolTip*/
.tooltip {
    display: inline-block;
    position: relative;
}

.tooltip .tooltiptext {
    background-color: var(--primary);
    border-radius: 30px;
    color: #fff;
    left: 50%;
    margin-left: -60px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    top: 130%;
    display: none;
    width: 120px;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    border-color: transparent transparent var(--primary) transparent;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.tooltip:hover .tooltiptext {
    display: unset;

}

#dateElement {
    position: absolute !important;
    top: 25px !important;
}

.highcharts-container {
    margin: 0 !important;
    padding: 0 !important;
}

.highcharts-root {
    margin: 0 !important;
    padding: 0 !important;
}

.h1 {
    height: 1px !important;

}

.w65 {
    width: 65px !important;
}

#dateElement {
    position: absolute !important;
    top: 25px !important;
}

.highcharts-container {
    margin: 0 !important;
    padding: 0 !important;
}

.highcharts-root {
    margin: 0 !important;
    padding: 0 !important;
}

.h1 {
    height: 1px !important;

}

.-v {
    visibility: hidden !important;
}

/* HTML: <div class="loader"></div> */
.inlineLoader {
    --c: no-repeat linear-gradient(var(--primary) 0 0);
    animation: l16 3s infinite;
    background: var(--c), var(--c), white;
    background-size: 60% 100%;
    height: 4px;
    width: 130px;
}

@keyframes l16 {
    0% {
        background-position: -150% 0, -150% 0
    }

    66% {
        background-position: 250% 0, -150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}

.selected .selectedSampleDiv {
    background-color: var(--secondary);
    border-radius: 30px;
    bottom: -25px !important;
    height: 4px;
    width: 300px;
}

/*#personalizeTopMiddle .selected*/

.dropdown .selected {
    background: var(--primary) !important;
    border: 0;
}

.dropdown .selected img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.dropdown .selected div {
    color: var(--white) !important;
}

.h800 {
    height: 800px !important;
}

.h90p {
    height: 90% !important;
}

.mtb10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;

}

.mtb20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;

}

.w1000 {
    width: 1000px !important;
}

.previewCode .selected {
    background: unset !important;
}

.previewCode .selected div {
    color: var(--secondary) !important;
}

.previewCode .selected img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(75%) saturate(582%) hue-rotate(150deg) brightness(102%) contrast(103%)
}

.jcsa {
    justify-content: space-around !important;
}

.h780 {
    height: 780px !important;
}

.w35 {
    width: 35px !important;
}

.mlr15 {
    margin: 0 15px !important;
}

.bl {
    border-left: 1px solid var(--border) !important;
}

.h35 {
    height: 35px !important;
}

.w1 {
    width: 1px !important;
}

.pageMenus .selected {
    background: unset !important;
}

.pageMenus .selected .primary {
    color: var(--secondary) !important;
}

.pageMenus .selected .bgSecondary150 {
    background: var(--secondary) !important;
}

.pageMenus .selected img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.h850 {
    height: 850px !important;
}

.h500 {
    height: 500px !important;
}

.developerResources .selected {
    background: var(--primary) !important;
    border-radius: 100px !important;
    color: var(--white) !important;
}

.br25 {
    border-radius: 25px !important;
}

.copied {
    background: var(--primary) !important;
}

.copied img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%) !important;
}

.w10p {
    width: 10% !important;
}

.g35 {
    gap: 35px !important;
}

.w90p {
    width: 90% !important;
}

.w880 {
    width: 880px !important;
}

.w340 {
    width: 340px !important;
}

.h120 {
    height: 120px !important;
}

.w330 {
    width: 330px !important;
}

.h950 {
    height: 950px !important;
}

#personalizeTopMiddle .selected img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%) !important;
}

#personalizeTopMiddle .selected{
    background: var(--secondary) !important;
    color: var(--white) !important;
    border: var(--secondary) 2px solid !important;
}

#personalizeTopMiddle .selected:hover {
    background: var(--secondary1300) !important;
    border: var(--secondary1300) 2px solid !important;
    color: var(--white) !important;
}

.br50 {
    border-radius: 50px !important;
}

.br15 {
    border-radius: 15px !important;
}

.h25 {
    height: 26px !important;
}

.h20 {
    height: 20px !important;
}

.colorThemeGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.mapColorThemes .selected {
    background: unset !important;
    filter: unset !important;
}

.mapColorThemes .selected img {
    border: 2px solid var(--primary) !important;
    filter: unset !important;
}

.selected .colorTemplateRow {
    border: 2px solid var(--primary) !important;
    filter: unset !important;
}

.colorTemplateRow {
    border: 1px sold var(--primary1300);
}

.fonts .selected {
    background: var(--secondary150) !important;
    border: 1px solid var(--border) !important;
    filter: unset !important;
}

.personalizeFonts .selected {
    background-color: #06B4EF !important;
    color: white !important;
    filter: unset !important;
}

.fontTemplate .selected img {
    background: unset !important;
    border: unset !important;
    filter: brightness(0) saturate(100%) invert(47%) sepia(30%) saturate(597%) hue-rotate(147deg) brightness(92%) contrast(91%) !important;
}

.fontTemplate .selected {
    background: unset !important;
    border: 1px solid var(--primary) !important;
}

.pagination .selected {
    background: unset;
    font-weight: bold !important;
}

.selected {
    background-color: #f5f5f5;
}

.selected img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(75%) saturate(582%) hue-rotate(150deg) brightness(102%) contrast(103%)
}

.selected #menuText {
    color: var(--secondary);
}

.selected .selectedDiv {
    background-color: var(--secondary);
    border-radius: 0 30px 28px 0;
    height: 45px;
    width: 4px;
}

.colorSchemes .selected {
    border: 2px solid var(--primary) !important;
    border-radius: 5px !important;
    filter: unset !important;
}

.w135 {
    width: 135px !important;
}

.h0 {
    max-height: 0 !important;
}

.h40 {
    height: 40px !important;
}

.br5 {
    border-radius: 5px !important;
}

.br10 {
    border-radius: 10px !important;
}

.bs {
    border: 2px solid var(--primary) !important;
}

.bs:hover {
    border: 2px solid var(--primary1300) !important;
}

.-bs {
    border: 2px solid transparent !important;
}

.-b {
    border: 0 !important;
}

.-b:hover {
    border: 0 !important;
}

.p15 {
    padding: 15px !important;
}

.bgSecondary150 {
    background-color: var(--secondary150);
}

.mapColorTemplateGrid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 104px);
    justify-content: center;
}

.fontTemplate {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}

.w420 {
    width: 420px !important;
}

.l20 {
    left: 20px !important;
}

.r-20 {
    right: 20px !important;
}

.l-20 {
    left: 20px !important;
}

.w480 {
    width: 480px !important;
}

.r0 {
    right: 0 !important;
}

.h520 {
    height: 520px !important;
}

.cardGrid .select {
    background: unset;
    border: 1px solid black !important;
    filter: unset;
}

.w90 {
    width: 90px !important;
}

.orange150 {
    color: var(--orange150);
}

.bgOrange150 {
    background-color: var(--orange150);
}

.orange {
    color: var(--orange);
}

.bgOrange {
    background-color: var(--orange);
}

.red {
    color: var(--red);
}

.bgRed {
    background-color: var(--red);
}

.red150 {
    color: var(--red150);
}

.bgRed150 {
    background-color: var(--red150);
}

.green {
    color: var(--green);
}

.bgGreen {
    background-color: var(--green);
}

.green150 {
    color: var(--green150);
}

.bgGreen150 {
    background-color: var(--green150);
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

body[direction*="ltr"] td:first-child {
    border-radius: 10px 0 0 10px;
}

body[direction*="rtl"] td:first-child {
    border-radius: 0 10px 10px 0;
}

body[direction*="ltr"] td:last-child {
    border-radius: 0 10px 10px 0;
}

body[direction*="rtl"] td:last-child {
    border-radius: 10px 0 0 10px;
}

.br18 {
    border-radius: 18px !important;
}

.r100p {
    border-radius: 100%;
}

.w800 {
    width: 800px !important;
}

.h472 {
    height: 472px !important;
}

.h380 {
    height: 380px !important;
}

.w920 {
    width: 920px !important;
}

.currentPlanImage {
    left: 50%;
    top: 5px;
    transform: translate(-50%, -50%);
}

.subscriptionPlan {
    margin-top: 18px;
    min-width: 450px;
    padding: 46px 50px 32px 50px;
}

.planContainer {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.wh170 {
    height: 170px !important;
    width: 170px !important;
}

.px74 {
    padding: 0 74px 0 74px
}

.mh30 {
    min-height: 30px !important;
}

.mw260 {
    min-width: 260px !important;
}

.shadow {
}

.f30 {
    font-size: 30px !important;
}

.f36 {
    font-size: 36px !important;
}

.ffc {
    display: flex;
    flex-flow: column;
}

.h240 {
    height: 240px !important;
}

.h85 {
    height: 85px !important;
}

.midIndex {
    z-index: 1;
}

.featureGrid {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}

.dfe {
    display: flex;
    justify-content: end;
}

.f40 {
    font-size: 40px !important;
}

.textEllipses {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtb10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.w460 {
    width: 460px !important;
}

.w240 {
    width: 240px !important;
}

.imageSecondary200Filter img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(30%) saturate(597%) hue-rotate(147deg) brightness(92%) contrast(91%);
}

.imageSecondary200Filter:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.g50 {
    gap: 50px !important;
}

.bgtModal {
    background: white !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ovh {
    overflow: hidden;
}

.g20 {
    gap: 20px !important;
}

.plr25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.w10 {
    width: 10px !important;
}

.w580 {
    width: 580px !important;
}

.bgSecondary {
    background-color: var(--secondary);
}

.checkBoxIcon {
    display: grid;
    grid-template-columns:  1fr 50px;
}

.w140 {
    width: 140px !important;
}

.bgGray100 {
    background-color: var(--gray100);
}

.h45 {
    height: 45px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.bbd {
    border-bottom: 1px dashed var(--gray550);
}

.fl {
    display: flex;
    justify-content: end;
}

.topArrowBox div {
    margin: 0;
    padding: 8px 12px;
}

.imageHover img:hover {
    filter: brightness(0) saturate(100%) invert(4%) sepia(35%) saturate(7434%) hue-rotate(237deg) brightness(90%) contrast(96%);
}

.imageHover img {
    transition: all 0.3s;
}

.w380 {
    width: 380px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.w60 {
    width: 60px !important;
}

.r18 {
    border-radius: 18px !important;
}

.tableGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(10, 1fr);
}

.biWhiteFilter img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.whiteBlueButton > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

/*.whiteBlueButton:hover > img {*/
/*    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);*/
/*}*/

body[direction*="ltr"] .imageButtonLTR {
    direction: ltr !important;
}

body[direction*="rtl"] .imageButtonLTR {
    direction: rtl !important;
}

body[direction*="rtl"] .arrowRotate {
    transform: rotate(180deg);
}

.biSec200Filter img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(30%) saturate(597%) hue-rotate(147deg) brightness(92%) contrast(91%);
}

.mlr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.w30 {
    width: 30px !important;
}

.h55 {
    height: 55px !important;
}

.w220 {
    width: 220px !important;
}

.r100 {
    border-radius: 100px !important;
}

circle {
    transition: all 1s ease-in-out;
}

.progress {
    border-radius: 100px 0 0 100px;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 1.3s ease-out;
}

.dashboard-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.expandedGrid {
    display: grid;
    grid-template-columns: 250px calc(100% - 250px);
}

.collapsedGrid {
    display: grid;
    grid-template-columns: 80px calc(100% - 80px);
}

.pf {
    position: fixed;
}

body[direction*="ltr"] .reverse {
    direction: rtl !important;
}

body[direction*="rtl"] .reverse {
    direction: ltr !important;
}

body[direction*="rtl"] .reverse {
    transform: rotate(180deg);
}

body[direction*="rtl"] .btnReverse img {
    transform: rotate(180deg);
}

body[direction*="ltr"] .btnReverse {
    direction: rtl !important;
}

/*menu icon*/

body[direction*="ltr"] .menuArrow {
    left: 235px !important;
}

body[direction*="rtl"] .menuArrow {
    right: 235px;
    rotate: 180deg;
}

body[direction*="rtl"] .arrowCollapsed {
    right: 65px;
}

body[direction*="ltr"] .arrowCollapsed {
    left: 65px;
    rotate: 180deg;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.t0 {
    top: 0;
}

.l0 {
    left: 0;
}

.w320 {
    width: 320px !important
}

.w450 {
    width: 450px !important
}

.h320 {
    height: 320px !important
}

.flip {
    transform: rotate(180deg);
}

.w472 {
    width: 472px !important
}

.w650 {
    width: 650px !important
}

.plr60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.ma {
    margin: auto !important;
}

.f26 {
    font-size: 26px !important;
}

.h70 {
    height: 70px !important;
}

.-d {
    display: none !important;
}

.w50 {
    width: 50px !important;
}

.w80 {
    width: 80px !important;
}

.w170 {
    width: 170px !important;
}

.w250 {
    width: 250px !important;
}

.wf {
    width: fit-content !important;
}

.t30 {
    top: 30px !important;
}

.w570 {
    width: 570px !important
}

.w160 {
    width: 160px !important
}

.h85 {
    height: 85px !important
}

.h30 {
    height: 30px !important
}

.w150 {
    width: 150px !important
}

.jcsb {
    justify-content: space-between !important
}

.r60 {
    border-radius: 60px;
}

.primaryFilter {
    filter: brightness(0) saturate(100%) invert(4%) sepia(35%) saturate(7434%) hue-rotate(237deg) brightness(90%) contrast(96%);
}

.secondary200Filter {
    filter: brightness(0) saturate(100%) invert(47%) sepia(30%) saturate(597%) hue-rotate(147deg) brightness(92%) contrast(91%);
}

.t85 {
    top: 85px !important;
}

.h700 {
    height: 700px !important;
}

.b35 {
    bottom: 35px !important;
}

.r28 {
    border-radius: 28px !important;
}

.w55 {
    width: 55px !important;
}

.disabled {
    color: #A0BCC4;
    /*opacity: 0.5;*/
    pointer-events: none;
}

.disabled div {
    color: #A0BCC4;
}

.disabled img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(903%) hue-rotate(146deg) brightness(90%) contrast(82%);
}

.s {
    box-shadow: 0 3px 6px #00000040;
}

.transition {
    transition: all 0.2s;
}

.grid-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    height: 100vh;
}

/* Define the second grid */

.second-grid {
    display: grid;
    grid-template-rows: 70px auto 70px;
}

.g50 {
    gap: 50px;
}

.w130 {
    width: 130px !important;
}

.h30 {
    height: 30px !important;
}

.h3 {
    height: 3px !important;
}

.rtl {
    direction: rtl;
}

.w630 {
    width: 630px !important
}

.mapGrid {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.left {
    left: 235px !important;
}

.right {
    right: 235px;
    rotate: 180deg;
}

.left-collapsed {
    left: 65px;
    rotate: 180deg;
    /*    make animation time */
}

.right-collapsed {
    right: 65px;
    /*    make animation time */
}

/* Define the second grid */

.map-grid {
    display: grid;
    grid-template-rows: 70px auto 70px;
    max-height: 100vh !important;
}

.headerLeftLeftAuto {
    display: grid;
    grid-template-columns: 240px 415px 1fr;
    grid-template-rows: 70px auto 90px;
}

.bottomShadow {
    box-shadow: 0 3px 6px #0000001A;
}

.topShadow {
    box-shadow: 0 -3px 6px #0000001A;
}

.shadow {
    box-shadow: 0 3px 6px #0000001A;
}

.hoverable {
    cursor: pointer;
}

.hoverable:hover {
    background: var(--secondary150);
}

.layerEntry {
    background: var(--secondary150);
}

.layerEntry:hover {
    /* background: none; */
}

.toh15 {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toh9 {
    max-width: 9ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zi1 {
    z-index: 1 !important;
}

.zi2 {
    z-index: 2 !important;
}

.zi3 {
    z-index: 3 !important;
}

.zi4 {
    z-index: 4 !important;
}

body[direction*="rtl"] .rightShadow {
    box-shadow: -3px 0 6px #0000001A;
}

body[direction*="ltr"] .rightShadow {
    box-shadow: 3px 0 6px #0000001A;
}

.secondaryFilter {
    filter: brightness(0) saturate(100%) invert(48%) sepia(75%) saturate(582%) hue-rotate(150deg) brightness(102%) contrast(103%)
}

.whiteFilter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(48deg) brightness(103%) contrast(102%);
}

.t20 {
    top: 20px !important;
}

.ofh {
    overflow: hidden;
}

.wh24 {
    height: 24px !important;
    width: 24px !important;
}

.f1 {
    flex: 1 !important;
}

.f11 {
    font-size: 11px;
}

.w15 {
    width: 15px;
}

.property-reader-value-font {
    font-size: 12px;
}

.layer-action-button-size {
    width: 13px;
}

.property-padding {
    padding: 10px !important;
}

.property-reader-height {
    height: 50px;
}

.circle-size {
    width: 15px;
    height: 15px;
}

.layer-icon-size {
    width: 15px;
    height: 15px
}

.bg-secondary {
    background-color: var(--secondary)
}

.property-reader-padding {
    padding-left: 10px !important;
}

.styler-width {
    width: calc(100% - 80px);
    margin-left: 80px !important;
}

.w120 {
    width: 120px !important;
}

.w110 {
    width: 110px !important;
}

/* input[type="color" i] {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    height: 50px;
    box-sizing: border-box;}
*/

input[type="color" i] {
    -webkit-appearance: none !important;
    /* border: none !important; */
    border-radius: 11px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 22px !important;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    border-radius: 11px !important;
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 11px !important;
}

.mapCenterAndZoom {
    background-color: #ffffffec;
    border-radius: 15px;
    bottom: 20px;
    height: 30px;
    left: 40%;
    padding: 10px 15px 10px 15px;
    position: absolute;
}

.m10 {
    margin: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.zoomInOutButtons {
    border-radius: 25px;
    height: 100px;
    width: 100%;
}

.bottomRightButtons {
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: 50px !important;
}

/* For LTR layout */
/* .switch container */

label.switch {
    cursor: pointer;
    direction: ltr;
    /* Specify left-to-right direction */
    text-align: left;
}

/* .switch background */

label.switch > span {
    background-color: #4ed164;
    border-radius: 60px;
    display: block;
    height: calc(30px / 2);
    position: relative;
    width: 30px;
}

/* .switch input */

label.switch > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

/* .switch toggle */

label.switch > span:before,
label.switch > span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}

.cursorDefault {
    cursor: default;
}

/* .switch background */

label.switch > span {
    border-radius: 60px;
}

/* .switch background before toggle */

label.switch > span:before {
    background-color: #f1f1f1;
    border-radius: 60px;
    box-sizing: border-box;
    height: 100%;
    opacity: 1;
    transform: scale(1);
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    width: 100%;
}

/* .switch toggle */

label.switch > span:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    height: calc(30px / 2);
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: transform .4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
    width: calc(30px / 2);
    z-index: 3;
}

/* .switch background when checked */

label.switch > input[type="checkbox"]:checked ~ span:before {
    opacity: .7;
    transform: scale(0);
}

/* .switch toggle when checked */

label.switch > input[type="checkbox"]:checked ~ span:after {
    background-color: #21AD00;
    transform: translate3d(100%, -50%, 0);
}

.topRightButtons {
    position: absolute;
    right: 20px;
    top: 20px;
}

.maplibregl-canvas {
    margin: 0;
    padding: 0;
}

body[direction*="rtl"] .mr5 {
    margin: 0 0 0 5px !important;
}

body[direction*="ltr"] .mr5 {
    margin: 0 5px 0 0 !important;
}

.sidenav {
    /* height: 100%; */
    background-color: var(--white);
    border-radius: 0;
    box-shadow: 0 0 6px #0000001A;
    margin: 0 !important;
    opacity: 1;
    overflow-x: hidden;
    padding: 0 !important;
    position: absolute;
    transition: 0.5s;
    width: 0;
}

.wh35 {
    height: 35px !important;
    width: 35px !important;
}

.w376 {
    width: 376px !important;
}

.over {
    background-color: #EFFBFF;
    border-bottom: 1px solid var(--primary);
    border-radius: 0;
}

.draggable-item {
    cursor: move;
    transition: transform 0.3s ease;
}


[draggable] {
    user-select: none;
}

.layerBackgroundBorder {
    border: 1px dashed #707070;
}

body[direction*="rtl"] .layerEntrySubGroup {
    padding-left: 15px !important;
    padding-right: 30px !important;
}

body[direction*="ltr"] .layerEntrySubGroup {
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.expressionContainer {
    border-radius: 15px !important;
    box-shadow: 0 3px 6px #00000040;
    height: 550px !important;
    overflow: hidden;
    padding-bottom: 15px !important;
    position: absolute;
    top: 15% !important;
    width: 350px !important;
    z-index: 5;
}

body[direction*="ltr"] .expressionContainer {
    left: 10px !important;
}


body[direction*="rtl"] .expressionContainer {
    right: 10px;
}

.wsn {
    white-space: nowrap;
}

.w140 {
    width: 140px !important;
}

.r10 {
    border-radius: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.opacityLayer {
    background-color: #ffffff9c;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.editLoader {
    --_m: conic-gradient(#0000 10%, var(--primary)),
    linear-gradient(var(--primary) 0 0) content-box;
    animation: l3 1s infinite linear;
    aspect-ratio: 1;
    background: var(--secondary200);
    border-radius: 50%;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    padding: 4px;
    width: 100%;
}

.btnPublish {
    display: flex;
    padding: 0px 20px 0px 20px !important;
    gap: 10px;
}

.btnPublish > img {
    margin: 0px;
}

.mapOverlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ffffff9c;
}

.buttonWithLoader {
    height: var(--elementHeight);
    cursor: pointer;
    transition: all .25s ease;
    border-radius: 28px;
    padding-left: 32px;
    padding-right: 32px;
    min-width: 190px;
    color: #fff;
    overflow: hidden;
}

.buttonWithLoader:active {
    transform: scale(.95);
}

.buttonWithLoader.activeLoading .btnLoading {
    visibility: visible;
    opacity: 1;
}

.buttonWithLoader .btnLoading {
    opacity: 0;
    visibility: hidden;
}

.buttonWithLoader:hover {
    background-color: var(--primary);
}

.customButtonWithLoader {
    height: var(--elementHeight);
    cursor: pointer;
    transition: all .25s ease;
    border-radius: 28px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 170px;
    color: #fff;
    overflow: hidden;
}

.customButtonWithLoader:active {
    transform: scale(.95);
}

.customButtonWithLoader.activeLoading .btnLoading {
    visibility: visible;
    opacity: 1;
}

.customButtonWithLoader .btnLoading {
    opacity: 0;
    visibility: hidden;
}

.customButtonWithLoader:hover {
    background-color: var(--secondary1300);
}

.btnLoading {
    transition: all .25s ease;
}

/* HTML: <div class="loader"></div> */
/* .btnDotLoader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
  }
  @keyframes l5 {
      0%  {box-shadow: 20px 0 #ffffff, -20px 0 rgba(255, 255, 255, 0.133);background: #ffffff }
      33% {box-shadow: 20px 0 #ffffff, -20px 0 rgba(255, 255, 255, 0.133);background: rgba(255, 255, 255, 0.133)}
      66% {box-shadow: 20px 0 rgba(255, 255, 255, 0.133),-20px 0 #ffffff; background: rgba(255, 255, 255, 0.133)}
      100%{box-shadow: 20px 0 rgba(255, 255, 255, 0.133),-20px 0 #ffffff; background: #ffffff }
  } */
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.0s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.0s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.0s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }

    30% {
        box-shadow: 9984px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }

    30% {
        box-shadow: 10014px 0 0 2px;
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.updateLayer {
    width: 650px !important;
}

.childWithoutDefaultPadding,
.childWithoutDefaultPadding * {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.multiselectAutoCompleteInput {
    border: none;
    height: 40px !important;
    background: none;
    border-radius: 100px;
    padding: 0px 10px 0px 10px;
    width: 150px !important;
    margin: 0px !important;
}

.multiselectAutoCompleteInput:hover {
    border: none;
}

.multiselectAutoCompleteInput:active,
.multiselectAutoCompleteInput:focus {
    border: none;
}

.h35 {
    height: 35px !important;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.personalize-window-container button {
    height: 45px !important;
    min-height: 45px !important;
    border: 2px solid #E7EDF4 !important;
    color: #0F1131 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.personalize-window-container .bs {
    background-color: var(--primary) !important;
    color: white !important;
}

.personalize-window-container button:hover {
    border: var(--primary) solid 2px !important;
    background-color: white !important;
    color: var(--primary) !important;
    transition: unset;
}

.personalize-window-container .bs:hover {
    border: var(--primary1300) solid 2px !important;
    background-color: var(--primary1300) !important;
    color: white !important;
    transition: unset;
}

.personalize-window-container {
    overflow: auto !important;
    max-height: 350px !important;
}

.personalizeWindow {
    width: 370px !important;
    max-height: 500px !important;
}

.personalizeWindow > div > img {
    display: none;
}

.personalize-window-container {
    overflow: auto !important;
    max-height: 350px !important;
}

.categories-container > div:first-child > button:first-of-type {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

.categories-container > div:first-child > button:first-of-type:hover {
    border-color: #06B4EF !important;
    color: #06B4EF !important;
}

.mapMobileAndroid {
    top: 40px;
    left: 17px;
    position: absolute !important;
    width: 269px;
    height: 520px;
}

.mobileImage {
    height: 600px;
    top: 0;
    left: 100px
}

.mapMobileIphone {
    top: 27px;
    left: 30px;
    position: absolute !important;
    width: 257px;
    height: 556px;
    border-radius: 35px !important;
}
#mapc3 .maphero-canvas {
    border-top-right-radius: 45px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.threeCol {
    grid-template-columns: 1fr 1fr 1fr;
}

.advanced-mode:hover > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(2%) hue-rotate(202deg) brightness(108%) contrast(101%);
}

.advanced-mode > img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(46%) saturate(427%) hue-rotate(147deg) brightness(101%) contrast(87%);
}

.secondary-background {
    background-color: var(--secondary) !important;
}

.secondary-background:hover {
    background-color: var(--secondary1300) !important;
}

.category-icon img{
    width: auto;
    height: 24px;
}

.select-all img {
    width: 18px;
    height: 18px;
}

.jcc {
    justify-content: center;
}
.loader2 {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%; /* Make it a circle */
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fromToHeader {
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: calc(var(--one)* 4) calc(var(--one)* 3) calc(var(--one)* 3) calc(var(--one)* 3);
}

.fromTo {
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: calc(var(--one)* 2) calc(var(--one)* 2) calc(var(--one) * 3) calc(var(--one)* 3) calc(var(--one)* 3);
}


/* specific to my project */
.search-input {
    color: var(--secondary200);
    background-image: url("../images/search-input.svg") !important;
    width: inherit;
}

.search-input::placeholder {
    color: var(--secondary200);
}

.search-input:active,
.search-input:focus,
.search-input:hover {
    border-color: inherit;
}
thead td {
    border-width: 0;
}
tr:nth-child(odd) {
    background-color: #F8F8F8;
}
tr:nth-child(even) {
    background-color: #FFFFFF;
}
.h170 {
    height: 170px;
}

#snackbar {
    width: fit-content;
    height: 50px;
    visibility: hidden;
    display: flex;
    align-items: center;
    min-width: 220px;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    z-index: 99999999999 !important;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    transition: opacity 0.5s, bottom 0.5s ease-in-out;
    opacity: 0;
}

#snackbar.show {
    visibility: visible;
    opacity: 1;
}

#homeScreenTopMiddle button,
#homeScreenTopMiddle .dropDownButton,
#homeScreenTopMiddle .autocompleteInput {
    height: 40px !important;
    min-height: 40px !important;
    padding: 0px 10px 0px 10px !important;
    font-size: 14px;
}

.sImg img {
    height: 22px !important;
    width: 22px !important;
    min-height: 0 !important;
    min-width: 0 !important;
}

.dropDownImg img:first-child {
    width: 22px !important;
    height: 22px !important;
}

.loaderContainer img {
    animation: spinner 2s linear infinite;
    margin-inline-end: 10px;
}
