.sweet-alert h2 {
    font-size: 20px;
}

.btn-Css {
    background: #31795A;
    border-radius: 17px;
    line-height: 35px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 17px;
    width: 90px;
    padding: 0;
}

.sweet-alert .confirm {
    background: #31795A;
    border-radius: 17px;
    line-height: 35px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 17px;
    width: 90px;
    padding: 0;
}

.divPointerCss {
    cursor: pointer;
}

.user-data-form .form-wrapper .input-group-meta select {
    background: rgba(49, 121, 90, 0.09);
}



select#District, select#State, select#Country {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"%3E%3Cpath fill="%23999999" d="M0 3l5 5 5-5H0z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
}


.lang_choose, .translate-container {
    display: none;
    visibility: hidden;
}


