/*插件全局CSS*/

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
    cursor: not-allowed;
}

.uk-form-label {
    color: #333;
    font-size: .6rem;
}
.uk-table th {
    font-size: 12px;
    padding: 17px 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: 700;
    color: #000;
    text-transform: lowercase;
}

.uk-table-middle, .uk-table-middle td {
    border: 1px solid #c9c9c9;
}

/*step*/


.download_box_one {
    padding: 20px 20px 20px 20px;
    background-color: #1e87f0;
}

.download_box_one {
    display: flex;
    text-align: center;
}

.download_box_one h3{
    margin: 0!important;
}

.icon-box-content {
    flex-grow: 1;
}

.download_box_one a {
    font-family: "Noto Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}


.icon-box-icon a {
    color: #e70a0a;
    font-size: 30px;
}

.highlighted {
    background-color: #ffeeba!important; /* You can set your desired highlight color here */
}
.font-color{
    color: #1e87f0;
}
@media screen and (max-width: 768px) {
    .download_box h3 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .download_box_one h3 {
        font-size: 16px;
    }

}