.section {
    padding: 228px 0 108px;
}

.section .wrap .text {
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
    margin: 45px 0 65px;
}

.section .wrap .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 650px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto 39px;
    position: relative;
    z-index: 10;
}

.section .wrap .search input {
    width: 485px;
    height: 100%;
    padding: 0 30px;
    background: unset;
    border: none;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .search input::placeholder {
    color: #FFFFFF;
}

.section .wrap .search button {
    width: 110px;
    height: 68px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 0px 7px 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .search button p {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .search.search1 .select {
    width: 200px;
    height: 100%;
    background: unset;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.section .wrap .search.search1 .select .txt {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}

.section .wrap .search.search1 .select .jt {
    width: 11px;
    height: 10px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateY(1px);
}

.section .wrap .search.search1 input {
    width: 390px;
    padding: 0 20px;
}

.section .wrap .table {
    width: 100%;
}

.section .wrap .table table {
    width: 100%;
    background: #0C2527;
    border-radius: 16px;
    overflow: hidden;
}

.section .wrap .table table tr:not(:nth-child(1)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section .wrap .table table tr th {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    background: #0F393F;
    padding: 20px 0;
}

.section .wrap .table table tr td {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    transition: 0.6s;
}

.section .wrap .table table tr:hover td {
    color: #00BD56;
}

.section .wrap .page {
    margin: 62px 0 0;
}

/*# sourceMappingURL=resources_structure.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 11.875vw 0px 5.625vw;
    }

    .section .wrap .text {
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
        margin: 2.34375vw 0px 3.3854166667vw;
    }

    .section .wrap .search {
        width: 33.8541666667vw;
        height: 3.6458333333vw;
        border-radius: 0.4166666667vw;
        margin: 0px auto 2.03125vw;
    }

    .section .wrap .search input {
        width: 25.2604166667vw;
        padding: 0px 1.5625vw;
        font-size: 0.9375vw;
    }

    .section .wrap .search button {
        width: 5.7291666667vw;
        height: 3.5416666667vw;
        border-radius: 0px 0.3645833333vw 0.3645833333vw 0px;
    }

    .section .wrap .search button p {
        font-size: 0.9375vw;
    }

    .section .wrap .search.search1 .select {
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.9375vw;
    }

    .section .wrap .search.search1 .select .txt {
        font-size: 0.9375vw;
    }

    .section .wrap .search.search1 .select .jt {
        width: 0.5729166667vw;
        height: 0.5208333333vw;
    }

    .section .wrap .search.search1 input {
        width: 20.3125vw;
        padding: 0px 1.0416666667vw;
    }

    .section .wrap .table table {
        border-radius: 0.8333333333vw;
    }

    .section .wrap .table table tr th {
        font-size: 1.0416666667vw;
        padding: 1.0416666667vw 0px;
    }

    .section .wrap .table table tr td {
        font-size: 0.9375vw;
        padding: 0.78125vw;
    }

    .section .wrap .page {
        margin: 3.2291666667vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap .text {
        font-size: 16px;
        line-height: 1.8;
        margin: 20px 0 40px;
    }
    .section .wrap .search {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    .section .wrap .search button {
        width: 95px;
        height: 48px;
        border-radius: 0px 3px 3px 0px;
    }
    .section .wrap .search button p {
        font-size: 14px;
    }
    .section .wrap .search input {
        width: calc(100% - 100px);
        padding: 0 15px;
        font-size: 14px;
    }
    .section .wrap .table table tr th {
        font-size: 16px;
        padding: 20px;
    }
    .section .wrap .table table tr td {
        font-size: 14px;
        padding: 15px 0;
    }
    .section .wrap .page {
        margin: 40px 0 0;
    }
    .section .wrap .search.search1 .select {
        width: 90px;
        padding: 0 10px;
    }
    .section .wrap .search.search1 .select .txt {
        font-size: 14px;
    }
    .section .wrap .search.search1 input {
        width: calc(100% - 100px);
        padding: 0 15px;
    }
    .section .wrap .search.search1 {
        position: relative;
        margin: 100px 0 40px;
    }
    .section .wrap .search.search1 .select .jt {
        width: 11px;
        height: 8px;
    }
    .section .wrap .search.search1 .select {
        position: absolute;
        top: -70px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 4px;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .section .wrap .table {
        overflow-x: scroll;
    }
    .section .wrap .table table {
        width: max-content;
    }
}
