* {
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #4C619A;
}

.nom { margin: 0; }
.nop { padding: 0; }
.nomp { margin: 0; padding: 0!important; }
.relative { position: relative; }
.flex { display: flex; }
.flex-h { display: flex; flex-flow: column; }
.w-50 { width: 50%; }
.w-100 { width: 100%; }
.w-auto { flex-grow: 1; }
.h-100 { height: 100%; }
.h-auto { flex-grow: 1; }
.bold { font-weight: bold; }
.smaller-text { font-size: 0.8rem; }
.bigger-text { font-size: 1.2rem; }

.clickable { cursor: pointer; }

.box-widget { background-color: white; }

.border-rad-16px { border-radius: 16px; }
.border-rad-top-16px { border-top-left-radius: 16px; border-top-right-radius: 16px; }

img { display: block; }
img.icon-button { top: 10px; margin-right: 12px; height: 16px; }
img.img-select2 {  }

/* .btn-flat.btn-green { border-radius: 8px; text-transform: none; font-weight: 500; background: linear-gradient(88.91deg, #2A9D20 0%, #5FCE55 100%); color: white; } */
.btn-flat.btn-green { border-radius: 8px; text-transform: none; font-weight: 500; background: #0E72ED; color: white; }
.btn-flat.btn-grey { border-radius: 8px; text-transform: none; font-weight: 500; background: #FFFFFF; border: 1px solid #D6D6D6; color: #838383; }
.btn-chart{
  font-size:0.7rem;
}
/* .green-gradient { background: linear-gradient(88.91deg, #2A9D20 0%, #5FCE55 100%); } */
.green-gradient { background: #0E72ED; }
.p-l-20px { padding-left: 20px; }
.p-r-20px { padding-right: 20px; }
.p-lr-20px { padding-left: 20px; padding-right: 20px; }

.p-r-8px { padding-right: 8px; }
.p-tb-8px { padding-top: 8px; padding-bottom: 8px; }

.p-tb-10px { padding-top: 10px; padding-bottom: 10px; }

.p-8px { padding: 8px; }
.p-20px { padding: 20px; }

.m-b-8px { margin-bottom: 8px; }
.m-b-12px { margin-bottom: 12px; }

.header {
    width: 100%;
    height: 60px;
    background-color: #ECECEC;
    z-index: 2;
}
.header-left-section{
  z-index: 3;
}
.legend {
    position: fixed;
    border-radius: 16px;
    background-color: white;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 45vh;
    transition: width .2s;
    cursor: pointer;
}
.legend .row:not(.nom) { margin-bottom: 14px; }
img.logo-header { position: absolute; left: 20px; top: 14px; }
.header div.logo-text { position: absolute; left: 80px; top: 12px; }
/* .logo-text-top { font-size: 24px; color: #3DC73C; } */
.logo-text-top { font-size: 24px; color: #0033CC; }
.logo-text-bottom { font-size: 13px; color: #494949; margin-top: -4px; }

.chart-container {
    display: none;
    position: fixed;
    border-radius: 16px;
    background-color: white;
    z-index: 50;
    height: 300px;
    width: calc(100vw - 120px);
    bottom: 20px;
    left: 100px;
    padding: 0px 0px!important;
}
.chart-d{
    /* padding: 0px 12px; */
    width: calc(100% - 24px);
    margin:auto;
}

.map {
    height: calc(100vh - 60px);
    width: 100%;
}

.warna-warni {
    width: 10px;
    height: 100%;
    /* background: linear-gradient(90deg, #0F14B0 0%, #0BAAB0 20.95%, #12A006 30.84%, #E2DB01 43.05%, #F51801 67.49%, #2C0E7A 87.86%); */

    /* background: linear-gradient(0deg, #0F14B0 0%, #0BAAB0 20.95%, #12A006 30.84%, #E2DB01 43.05%, #F51801 67.49%, #2C0E7A 87.86%); */
    /* border-radius: 12px; */
}
.keterangan-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.keterangan-child {
    text-align: center;
    font-weight: bold;
    font-size: 7px;
}
.legend-keterangan {
    width: 39px;
}
.moreinfo-container {
    display: none;
}
.legend-moreinfo {
    width: 0;
    font-size: .8rem;
}

.wrapper-stretch {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 4px 3px;
}

.menu {
    display: none;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0; right: 0;
    z-index: 99;
    background-color: #E5E5E5;
    padding: 20px 10px;
}
.select2-container{
    z-index: 999;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 36px;
}
.one-select2-option,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 32px;
    padding: 0 8px;
    width: calc(100% - 18px);
}
.select2-search__field:focus {
    border-bottom: 1px solid #aaa!important;
    -webkit-box-shadow: 0 1px 0 0 #aaa!important;
    -moz-box-shadow: 0 1px 0 0 #aaa!important;
    box-shadow: none!important;
}

.separator {
    width: 100%;
    border-bottom: 1px solid #e4e5e7;
    height: 2px;
}

.browser-default {
    padding: 8px 12px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.map-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: .9;
    display: none;
}
.datepicker{
  height: 45px;
  line-height: 45px;
}
.g20{
  margin : 15px;
}
input{
  /* text-align: center; */
}
select.browser-default{
  /* padding-left: 24px; */
}
option{
  text-align: left;
  /* padding-left:0px; */
}
option:checked{
  /* text-align: center; */
  /* padding-left: 24px; */
}
#cv-img, #cv-uv, #cv-anim { position: absolute; }
:root{
  --pulseSizePoint:1.3;
  --pulseSizeRadar:1.3;
}
@-moz-keyframes pulsatePoint {
  from {
    -moz-transform: scale(0.25);
    opacity: 1.0;
  }
  95% {
    -moz-transform: scale(var(--pulseSizePoint));
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsatePoint {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1.0;
  }
  95% {
    -webkit-transform: scale(var(--pulseSizePoint));
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
@-moz-keyframes pulsateRadar {
  from {
    -moz-transform: scale(0.25);
    opacity: 1.0;
  }
  10% {
    -moz-transform: scale(2.4);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsateRadar {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1.0;
  }
  10% {
    -webkit-transform: scale(2.4);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
/* get the container that's just outside the marker image,
  which just happens to have our Marker title in it */
#map div[title="marker"] {
  -moz-animation: pulsatePoint 1.5s ease-in-out infinite;
  -webkit-animation: pulsatePoint 1.5s ease-in-out infinite;
  border:1pt solid #fff;
  -moz-border-radius:51px;
  -webkit-border-radius:51px;
  border-radius:51px;
  background-color: #fa8d69;
  height:51px!important;
  margin:-17px 0 0 -17px;
  width:51px!important;
}
#map div[title="marker"] img {
  display:none;
}
#map div[title^="radar_"] {
  -moz-animation: pulsateRadar 10s ease-in-out infinite;
  -webkit-animation: pulsateRadar 10s ease-in-out infinite;
  border:1pt solid #fff;
  -moz-border-radius:51px;
  -webkit-border-radius:51px;
  border-radius:51px;
  background-color: #aaaaaa;
  height:51px!important;
  margin:2px 0 0 -10px;
  width:51px!important;
}
#map div[title^="radar_"] img {
  display:none;
}

.amcharts-chart-div a { display: none !important; }

.close-uvvel,.close-radar{
  border-radius: 50px;
}
