@import "root.css";
.top-banner .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.45px;
    line-height: 38px;
    margin: 0;
}

.choose-template__body {
    overflow: hidden
}

.choose-template__body .list-cv-style #list-cv-style {
    display: flex;
    flex-wrap: wrap
}

.choose-template__body .list-cv-style_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 0 12px
}

.choose-template__body .list-cv-style_item:nth-of-type(3n+1) {
    padding: 0 16px 0 0
}

.choose-template__body .list-cv-style_item:nth-of-type(3n+2) {
    padding: 0 8px
}

.choose-template__body .list-cv-style_item:nth-of-type(3n+3) {
    padding: 0 0 0 16px
}

.choose-template__body .list-cv-style_item .template-cv-item {
    background: #e7ebf0;
    border: 1px solid transparent;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

.choose-template__body .list-cv-style_item .template-cv-item:hover {
    background-color: var(--primary-light-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}


.choose-template__body .list-cv-style_item .template-cv-item .cv-img {
    height: 457px;
    max-height: 457px;
    overflow: hidden;
    padding: 16px 16px 0;
    position: relative;
    width: 100%
}
.choose-template__body .list-cv-style_item .template-cv-item .cv-img__link-wrapper {
    border-radius: 2px;
    box-shadow: 0 1px 6px 0 rgba(1, 18, 34, .06);
    height: 100%;
    position: relative;
    width: 100%
}

.choose-template__body .list-cv-style_item .template-cv-item .cv-img__link {
    align-items: center;
    border-radius: 2px;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.choose-template__body .list-cv-style_item .template-cv-item .cv-img__link img {
    border-radius: 2px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.choose-template__body .list-cv-style_item .template-cv-item_info {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-height: 56px;
    padding: 12px 16px 16px
}

.choose-template__body .list-cv-style_item .template-cv-item_info .template-cv-title {
    margin-top: auto
}

.choose-template__body .list-cv-style_item .template-cv-item_info .template-cv-title h2, .choose-template__body .list-cv-style_item .template-cv-item_info .template-cv-title-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #212f3f;
    display: -webkit-box;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.2px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 0;
    text-overflow: ellipsis
}

.choose-template__body .list-cv-style .loading-area {
    color: #7f878f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.16px;
    line-height: 24px;
    text-align: center;
    width: 100%
}

.choose-template__body .list-cv-style .loading-area span {
    margin-left: 8px
}

.choose-template__body .list-cv-style .loading-area i {
    color: var(--primary-color);
}

.choose-template__body .list-categories {
    align-items: flex-start;
    align-self: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.choose-template__body .list-categories_item {
    align-items: center;
    background: #f3f5f7;
    border: 1px solid #f3f5f7;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 8px;
    padding: 20px 16px
}

.choose-template__body .list-categories_item:hover {
    background: #fff;
    border: 1px solid var(--primary-color);
    box-shadow: 0 10px 30px 0 var(--primary-light-color)
}

.choose-template__body .list-categories_item .box-image {
    margin: 0 auto;
    padding-bottom: 8px;
    width: 100px
}

.choose-template__body .list-categories_item .box-image img {
    width: 100%
}

.choose-template__body .list-categories_item .box-info {
    max-width: 210px
}

.choose-template__body .list-categories_item .box-info .title {
    color: #212f3f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.16px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0;
    white-space: inherit
}

.choose-template__body .list-categories_item .box-info .desc, .choose-template__body .list-categories_item .box-info .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-style: normal;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: center;
    text-overflow: ellipsis
}

.choose-template__body .list-categories_item .box-info .desc {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}