ul.icons {
    justify-content: center;
    gap: 5px;
}

ul.icons a {
    width: 100% !important;
    border-radius: 10px !important;
}

.popup {
    position: fixed !important;
    top: 200vh !important;
    transition: 0.4s ease !important;
    width: 300px !important;
    padding-bottom: 100vh !important;
    height: auto !important;
    transform: translate(-50%, 0) scale(1) !important;
    
    max-height: 50vh;
    overflow-x: scroll;
}

.popup.show {
    top: 35vh !important;
    transform: translate(-50%, 0) scale(1) !important;
    z-index: 99999999999999;
}

.field button {
    white-space: nowrap;
    padding: 0.4em 0.6em !important;
}

.field i {
    flex: 0;
    padding: 0px 3px 0 0px;
}

.field {
    padding: 0 10px !important;
}

input#myInput {
    padding-right: 5px;
}



/*svg.leader-line {*/
/*    z-index: 100 !IMPORTANT;*/
/*}*/

/*.popup {*/
/*    box-shadow: none !important;*/
/*    background: #ffffffd4 !important;*/
/*    backdrop-filter: blur(30px) saturate(1.1);*/
/*    -webkit-backdrop-filter: blur(30px) saturate(1.1);*/
/*}*/

input#myInput {
    background: none;
}
