* {
    font-family: 'Poppins', sans-serif;
}
body{
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

  /* Track */
::-webkit-scrollbar-track {
    background: #fff; 
}

  /* Handle */
::-webkit-scrollbar-thumb {
    background: #e61e93; 
}

  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e61e93; 
}

.main{
    height: 100%;
    width: 100%;
    position: relative;
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.ol-zoom,
.ol-rotate,
.ol-attribution button {
    display: block;
}
.ol-attribution:not(.ol-collapsed){
    background: transparent;
}
#ara {
    border-radius: 0;
    border: solid 2px #424242;
    padding: 22px 8px;
    outline: none;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 42px;
    width: 280px;
    line-height: unset;
    height: 40px;
}

#ara:focus {
    outline: none;
    box-shadow: none;
    border: solid 2px #585858;
}

#ara-btn {
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 270px;
    background: #424242;
    padding: 6px 6px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
}
.arrow {
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: white transparent transparent white;
    transform: rotate(135deg) translate(4px,4px);
}
#hamburger {
    height: 48px;
    width: 25px;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: #424242;
    padding: 8px 6px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 50px 50px 0px;
}
#hamburger.open{
    left: 360px;
}

#hamburger:focus{
    outline: none;
    box-shadow: none;
}
.rightButtons {
    height: 50px;
    width: 200px;
    position: absolute;
    z-index: 1;
    right: 15px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:5px;
    border: solid 2px #fff;
}
.rightButtons i{
    font-size: 25px;
}
#submit {
    top: 5px;
    background: #e91e63;
}
#dedektor{
    top: 57px;
    background: #e91e63;
}

#area-select {
    top: 109px;
    background: #e91e63;
}


.ol-attribution {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.ol-attribution ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 7px 17px;
    background-color: #e91e63;
    color: #fff;
    border-radius: 10px 0 0 0;
}

.HamMenu {
    display: none;
    position: absolute;
    top: 0px;
    left: -360px;
    width: 360px;
    bottom: 0;
    z-index: 5;
    background: #fff;
    padding: 10px;
    padding-top: 10px;
    overflow: scroll;
    overflow-x: hidden;
    flex-direction: column;
    align-items: center;
}

.HamMenu .Logo{
}
.HamMenu .Logo img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.HamMenu .Title{
    border-bottom: solid 2px #e91e63;
    width: 100%;
    color: #e91e63;
    text-align: center;
}

.HamMenu .Content{
    padding: 12px 0;
    width: 100%;
}

.HamMenu .Content .Item{
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    border: solid 1px #ffbfd5; 
    padding: 6px;
    text-decoration: none;
}

.HamMenu .Content .Item .Icon{
    max-width: 36px;
    min-width: 36px;
    width: 36px;
}

.HamMenu .Content .Item .Icon img{
    width: 100%;
    height: 100%;
}

.HamMenu .Content .Item .Label{
    font-size: 12px;
    width: 100%;
    color: #e91e63; 
    padding: 0 0 0 6px;
    border-left: solid 3px #e61e93;
    margin: 0 0 0 6px;
}

header{
    width: 100%;
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    -webkit-box-shadow: -3px -20px 44px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px -20px 44px 0px rgba(0,0,0,0.75);
box-shadow: -3px -20px 44px 0px rgba(0,0,0,0.75);
}
header .Logo{
    margin-left: 12px;
}
header .Logo img{
    width: 100%;
    max-width: 50px;
    margin-right: 12px;
}
header .Logo span{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color:#fff;
}
header .Menu{

}
header .Menu ul{
    display: flex;
    margin-bottom: 0;
    gap: 5px;
    margin-right: 14px;
}
header .Menu ul li{

}
header .Menu ul li a{

}
@media only screen and (max-width: 600px) {
    #ara {
        width: calc(100%  - 160px)
    }

    #ara-btn {
        left: inherit;
        right: 70px;
    }
    #dedektor > span{
        display:none;
    }
    #dedektor{
        width: 50px;
    }
    #submit {
        left: inherit;
        width:50px;
    }
    #submit > span{
        display:none;
    }
    #area-select {
        left: inherit;
        width:50px;
    }
    
    #area-select > span {
        display:none;
    }
    
    .HamMenu {
        width: inherit;
        right: 0;
        top: 0;
    }
    #hamburger.open{
        right:0;
        left: unset;
        border-radius: 100%;
        width: 48px;
        height: 48px;
    }
}
@media only screen and (max-width: 300px) {
    #ara {
        font-size: 13px;
        padding: 18px 8px;
    }

    #ara-btn {
        font-size: 13px;
        padding: 7px 6px;
    }

    #submit {
        font-size: 13px;
        padding: 10px 5px;
    }
    
    #area-select {
        font-size: 13px;
        padding: 10px 5px;
    }
}

#HamMenuContent .list{
    padding:10px;
    border: solid 1px;
    margin-bottom: 7px;
}
#HamMenuContent .list .title{
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: solid 1px #ff86af;
}
#HamMenuContent .list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#HamMenuContent .list ul li{
    border-bottom: dashed 1px #000;
    font-size: 12px;
    padding:5px;
}
#HamMenuContent .list ul li:last-child{
    border-bottom: none;
}
#HamMenuContent .list ul li a{
    color: #000;
    text-decoration: none;
}
body{
    background: #e91e63;
}



ul {
    list-style: none;
  }
  .context-menu { 
    position: absolute; 
  } 
  .menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
    padding: 10px 0;
  }
  .menu > li > a {
    font: inherit;
    border: 0;
    padding: 10px 30px 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: unset;
    color: #000;
    font-weight: 500;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
  }
  .menu > li > a:hover {
    background:#f1f3f7;
    color: #4b00ff;
  }
  .menu > li > a > i {
    padding-right: 10px;
  }
  .menu > li.trash > a:hover {
    color: red;
  }

.ol-control button{
    background-color: #424242;
}