.popup_layer {
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: auto;
}

.popup {
    display: block;
    background: #FFFFFF;
    max-width: 500px
    width: 100% !important;
    overflow: auto;
    height: 95% !important;
    top: 50% !important;
    background: transparent !important;
    box-shadow: none;
    scrollbar-width: none;
}



.popup::-webkit-scrollbar { width: 0; }


.popup_content {
    padding: 0px;
}

.popup_close {
    top: 20px;
    left: -20px;
    background-color: transparent;
    padding: 0;
    transition: all .3s;
}

.popup_close:hover {
    opacity: .6;
}


.popup .halfcolumn {
    width: 50%;
}

.popup .popup_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 20px;
}

.popup .popup_text {
    font-size: 15px;
    padding-right: 20px;
}
.popup input {
    margin-top: 0 !important;
    text-align: left !important;
}

@media (max-width: 1366px) {
  .popup { 
    height: 100% !important;
  }
}