
#address_list{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: absolute;
    z-index:9999999;
    background: white;
    list-style-type: none;
    max-height:300px;
    overflow: scroll;
}
#address_list li{
    padding:10px 20px;
    cursor:pointer;
}
#address_list li:hover{
    background: #efefef;
}
#address_list li.choosed{
    background: #eeeeee;
}
.loader-container{
    display:flex;
    justify-content:center;
    padding:40px 0px!important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
    position:absolute;
}
@keyframes l1 {to{transform: rotate(.5turn)}}




.address-input .v-field{
    border-radius: 100px!important;
    border:1px solid #CFD7EB!important;
}
.address-input textarea::placeholder {
    color: #000000!important;
    opacity: 1!important;
}
.address-input .v-field__input{
    padding:11px 10px!important;
    color:  #000000!important;
    font-weight:500;
}
.address-input textarea.v-field__input{
    -webkit-mask-image: none;
}
.rs-icon{
}
.check-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
}
@media (max-width: 600px) {
.address-input .v-field{
        border-radius: 10px!important;
        border:1px solid #CFD7EB!important;
}
}
.v-field__append-inner{
    padding-top:0px!important;
    padding-right:6px;
    align-items: center!important;
}
.address-list{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width:calc(100% - 40px);
    position: absolute;
    margin-left:20px;
    z-index:9999999;
}
.address-list ul{
    list-style-type: none;
}
.address-list li{
    padding:10px 20px;
    cursor:pointer;
}
.address-list li:hover{
    background: #efefef;
}
#myList {
    position: absolute;
    z-index: 999;
    background: white;
    border: 1px solid #ddd;
}

.countdown[data-v-420a6f2e] {
    position: relative;
    width: 120px;
    height: 120px;
}
.countdown-time[data-v-420a6f2e] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-family: Gilroy-ExtraBold;
    color:#222222;
}
