.custom-modal-card {
    border-radius: 15px;
    background: white;
    box-shadow: rgb(115 115 115) 0px 0px 5px 0px;
    padding: 0;
}

.custom-modal-header {
    padding: 3%;
    border-bottom: 2px solid #CED4DA;
}

.custom-modal-header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 2%;
}

.custom-modal-header-title-p {
    padding: 3%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 1%;
}

.custom-modal-header-title-footer {
    padding: 3%;
    border-top: 2px solid #CED4DA;
    display: flex;
    justify-content: flex-end;
}


.custom-modal-overlay {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background: #00000061;
}

.custom-modal-ui {
    max-width: 500px;
    margin: auto;
    position: relative;
    top: 30%;
    padding: 0.5rem;
    z-index: 9999 !important;
}

.card .card-body .custom-modal-card {
    padding: 20px;
}

/* Loader */

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0vh;
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #000000a6;
    justify-content: center;
    align-items: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

/* end Loader */

/* Focus remove */
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #CED4DA;
}

/* End Focus */

.zone-map {
    height: 700px;
    width: 100%;
}

/* Map Toolbar */
/* .toolbar-container {
    --button-size: 40px;
    --button-image-size: 18px;
    position: absolute;
    top: 60px;
    left: 10px;
    z-index: 100;
    min-width: 100px;
    background-color: rgba(50, 50, 50, .8);
    border: 1px solid #333;
    border-radius: 1px;
    box-shadow: 5px 5px 5px rgb(50 50 50 / 70%);
    pointer-events: auto;
}

.toolbar-haeder{
    color: #fff;
    background-color: rgba(30,30,30,.7);
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
}
.toolbar-content{
    display: flex;
}

div.zone-tool-button {
    flex: 1;
    max-width: 1000px;
    min-width: var(--button-size);
    min-height: var(--button-size);
    max-height: var(--button-size);
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    background-size: var(--button-image-size);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 3px solid transparent;
}

div.create-allowed-zone {
    background-color: green;
}

div.create-restricted-zone {
    background-color: red;
}

div.create-home-zone {
    background-color: blue;
}

.active {
    border: 3px solid transparent;
    box-shadow: none;
    opacity: .7;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
}

div.edit-existing-zone {
    background-color: #555;
    background-image: url(/static/icons/faw/pencil.svg);
}

div.emb-map-toolbar-footer {
    padding-left: 5px;
    text-align: left;
} */


div.sticky {
    position: absolute;
    top: 20px;
    right: 60px;
    font-size: 20px;
    z-index: 9;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(50 50 50 / 70%);
    width: fit-content;
    margin-left: 1%;
}

.tool-header {
    color: #fff;
    background-color: rgba(30, 30, 30, .7);
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    padding: 1px;
}

.tool-body {
    display: flex;
    background-color: rgba(30, 30, 30, .8);
}

.tool-body .fa {
    padding: 10px;
    background-color: #555;
    margin: 5px;
    color: #fff;
    cursor: pointer;
}

.tool-body .fa:hover {
    background-color: #6e6e6e;
}

.tool-green {
    background-color: #34bf48 !important;
    box-shadow: none;
    opacity: .7;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
}

.tool-green:hover {
    background-color: #34bf48 !important;
    opacity: 1;
}

.tool-red {
    background-color: #ff4c4c !important;
    box-shadow: none;
    opacity: .7;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
}

.tool-red:hover {
    background-color: #ff4c4c !important;
    opacity: 1;
}

.tool-blue {
    background-color: #0099e5 !important;
    box-shadow: none;
    opacity: .7;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
}

.tool-blue:hover {
    background-color: #0099e5 !important;
    opacity: 1;
}

.tool-footer {
    color: #fff;
    background-color: rgba(30, 30, 30, .7);
    font-size: 10px;
    font-weight: 700;
    font-style: italic;
    padding: 1px;
}





/* Callout */
.callouts {
    list-style-type: none;
}


.callouts li {
    display: inline-block;
    position: relative;
    width: 100%;
    /* height: 35px; */
    padding: 9px;
    background-color: #e50033;
    /* border: 1px solid rgb(18, 18, 18); */
    /* border-radius: 32px; */
    font-weight: bolder;
    font-size: 15px;


}


.callouts--bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 23px;
    bottom: -42px;
    border: 10px solid transparent;
    border-top: 32px solid rgb(193, 193, 193);
    /* IE8 Fallback */
    border-top: 32px solid rgb(18, 18, 18);
    /* z-index: 2; */
}

/* .callouts--bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -31px;
    border: 8px solid transparent;
    border-top: 24px solid #e50033;
    z-index: 3;

} */

/* .callouts li:hover {
    background-color: #0046a8 !important;
    border: 1px solid #0046a8;
    transition: all 1s linear;
    z-index: 9999;
    color: #fff;
} */

/* .zoom{
    background-color: #0046a8 !important;
    border: 1px solid #0046a8;
    transition: all 1s linear;
    z-index: 9999;
    color: #fff;     
  } */

/* .callouts li:hover.callouts--bottom:after {
    border-top: 24px solid #0046a8;
    transition: all 1s linear;
    z-index: 9999;
} */


.vehicles {
    padding: 10px;
    border: 1px solid red;
    border-radius: 10px;
    height: 40px;
    color: red;
}

.theme-form label {
    text-transform: uppercase !important;
}

.col-form-label {
    text-transform: uppercase !important;
}


/* Selected Callouts */
/* .selectedCallout {
    list-style-type: none;
} */


/* .selectedCallout li {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 35px;
    padding: 9px;
    background-color: #0046a8;
    border: 1px solid rgb(18, 18, 18);
    border-radius: 32px;
    font-weight: bolder;
    font-size: 15px;
    color: #fff;
    z-index:-999

} */


/* marker */
/* .gm-style .gm-style-iw-c {
    padding-right: 10px !important;
     padding-bottom: 0px !important;
     max-width: 500px !important;
     max-height: 326px !important;
     min-width: 0px !important;
     position: absolute;
     box-sizing: border-box;
     overflow: hidden;
     top: 0;
     left: 0;
     transform: translate(-50%,-100%);
     background-color: #e62626;
     border-radius: 12px;
     box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
     color: #000;
     font-weight: 100;
 } */




/* .selectedCallout--bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 23px;
    bottom: -42px;
    border: 10px solid transparent;
    border-top: 32px solid rgb(193, 193, 193);
    border-top: 32px solid rgb(18, 18, 18);
}

.selectedCallout--bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -31px;
    border: 8px solid transparent;
    border-top: 24px solid #0046a8;
    z-index: 3;

} */

button.gm-ui-hover-effect {
    visibility: hidden;
}

.inputDesign:focus {
    box-shadow: none;
    width: 323px;
}


/* vehicle callout made by rohit */
.marker-in {
    position: absolute;
    background: #e50033;
    color: #000;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    z-index: -1;
    top: -50px;
    left: -65px;
}

.marker-in-pointer {
    /* bottom: 7px; */
    border-bottom: 10px solid #e50033;
    border-right: 10px solid #e50033;
    z-index: 1;
    flex: 1;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    left: -8px;
    top: -18px;
    z-index: -1;
}

/* selected callout */
.selected-marker-in {
    position: absolute;
    background: #0046a8;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    z-index: -1;
    top: -50px;
    left: -65px;
}

.selected-marker-in-pointer {
    bottom: 7px;
    border-bottom: 10px solid #0046a8;
    border-right: 10px solid #0046a8;
    z-index: 1;
    flex: 1;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    left: -8px;
    top: -18px;
    z-index: -1;
}

.marker-in-pointer:hover {
    /* background: #9400a8; */
    z-index: auto;
    /* cursor: pointer; */
}

.selected-marker-in-pointer:hover {
    /* background: #9400a8; */
    z-index: auto;
    /* cursor: pointer; */
}

.marker-in:hover {
    z-index: auto;
}

.selected-marker-in:hover {
    z-index: auto;
}

.marker-clicked {
    z-index: 10000;
    transform: scale(1.5);
}

.marker-hover:hover{
    z-index: 999;
    position: absolute;
}


/* ==================================== */
/* .gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after { 
  background: red;
} */

.gm-style-iw-d {
    overflow: unset !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    box-shadow: none !important
}

.gm-style .gm-style-iw-t::after {
    display: none !important;
}

.test {
    background-color: #F3574C;
    padding: 9px 10px;
    font-weight: bold;
    position: relative;
}

/* .test:hover {
    position:absolute;
} */

.selected-test {
    background-color: #0094F6;
    padding: 9px 10px;
    font-weight: bold;
    position: relative;
}

/* .selected-test:hover {
    position:absolute;
} */

.test-clicked {
    padding: 8px 21px;
    z-index: 10000;
    transform: scale(1.5);
}