.chosen-container-single .chosen-single {
    height: 36px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}

.chosen-container-single .chosen-single span {
    padding: 5px;
}

.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.custom-block-upload {
    position: absolute;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
.adress-icon {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.adress-icon span { font-size: medium; }
/*label.required:after {*/
/*    content: " *";*/
/*    color: #fd7e14;!*var(--orange-4);*!*/
/*}*/


/*input:required:focus:valid, input[pattern]:focus:valid {*/
/*    border-color: #b3f3a2;*/
/*    box-shadow: 0 0 1px #b3f3a2;*/
/*}*/

/*input:required:focus:invalid, input[pattern]:focus:invalid {*/
/*    border-color: #f79c9c;*/
/*    box-shadow: 0 0 1px #f79c9c;*/
/*}*/

