*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bs-primary-light: #ecf0fe;
    --bs-danger-light: #ffecec;
    --bs-primary: #4169FC;
    --color-danger: #fc5a5a;
    --color-gray: #73849A;
    --color-gray-light: #919cb5;
    --color-placeholder: #B2BECD;
    --color-white: #fff;
    --default-color: #212121;
    --border-default-color: #eaedf3;
    --button-default-color: #d8dce6;
    --border-default-shadow: rgba(0, 0, 0, 0.1);
    --bs-gray: #f5f6fa;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 320px;
}


.mapouter {
    background-color: #eaedf3;
    position: relative;
    text-align: right;
}
.gmap_canvas {
    background-color: #eaedf3;
    overflow: hidden;
    background: none !important;
}