body {
    font-size: 14px!important;
    color: #212529!important;
}
.wrapper-content {
    max-width: 1400px;
    margin: 0 auto;
}
.fixed-table-toolbar {
    display: none;
}
.div-header {
    background-color: purple;
    min-height: 80px;
    line-height: 80px;
    padding-top: 10px;
}

@media ( max-width :767px) {
    .el-input-group {
        min-width: 150px!important;
        max-width: 540px!important;
    }
    .el-label {
        display: none;
    }
    .about-menu {
        left: -60px!important;
    }
    .footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 55px!important;
    }
}
@media ( max-width :1512px) {
    .hidden-xs {
        display: none!important;
    }
}
.navbar-top-links .home-menu .home-li-a {
    min-height: 60px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.el-input-group {
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 150px;
    max-width: 600px;
    height: 35px;
    line-height: 35px;
}
.el-label {
    background: purple;
    border: none;
    color: #FFFFFF;
}
.el-input {
    vertical-align: middle;
    display: table-cell;
    background: #FFFFFF;
    border: none;
    color: #000000;
    height: 35px;
    font-size: 12px;
}
.el-search {
    background-color: #c39004;
    color: #fff;
    border: none;
    cursor: pointer;
}
.div-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
.div-title img {
    height: 60px;
    line-height: 60px;
}
.div-other {
    height: 60px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}
.div-other a {
    color: #FFFFFF;
}
.h5-label {
    font-size: 15px;
}

.navbar-right > .home-menu > .dropdown-menu {
    max-width: 180px !important;
    min-width: 120px !important;
}

.my-box-title {
    font-size: 14px;
    font-weight: 700;
}

.my-box-title .color {
    color: #7b1fa2
}

.btn-purple {
    background-color:purple!important;
    border-color:purple!important;
}

.color-span {
    width: fit-content;
    letter-spacing: -0.4px;
    font-weight: 700;
    white-space-collapse: preserve;
    color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(120deg, rgb(189, 52, 254) 30%, rgb(65, 209, 255));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.span-font-max {
    line-height: 64px;
    max-width: 576px;
    font-size: 56px;
}
.span-font-min {
    line-height: 34px;
    max-width: 100px;
    font-size: 20px;
    margin-right: 5px;
}