.ui-dialog {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.ui-dialog ul {
    padding: 0;
}

.text14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.text16 {
    font-size: 16px;
    font-size: 1.6rem;
}
.text18 {
    font-size: 18px;
    font-size: 1.8rem;
}

[class^="title"] {
    font-weight: 600;
}

a.link {
    color: #007feb;
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}

.ubtn {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #333;
    padding: 12px 20px;
}
.ubtn:hover, .ubtn_filled {
    color: #fff;
    background: #333;
}
.ubtn_filled:hover {
    color: #333;
    background: transparent;
}
.ubtn_small {
    padding: 10px 15px;
    font-size: 10px;
    font-size: 1rem;
}

.simple_text_list li {
    padding-left: 20px;
    margin-top: 5px;
    position: relative;
    display: table;
    font-size: 12px;
}
.simple_text_list li::before {
    content: '';
    position: absolute;
    display: block;
    top: 9px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #333333;
}