.listWrap { padding: 32px 20px; background-color: #fff; border-radius: 20px; min-height: 100%; // min-height: calc(100% - 104px); :global { .n-tabs-tab-pad { width: 80px !important; } .n-tabs-nav { padding: 0px 20px 24px; } .n-tabs-tab { color: #8B8D98; font-size: max(22px, 14Px); padding-top: 0; padding-bottom: 6px; line-height: 22px; &.n-tabs-tab--active { font-weight: 600 !important; color: #131415 !important; } } .n-tabs-tab__label { z-index: 10; } .n-tabs-bar { height: 10px; background: linear-gradient(90deg, #77BBFF 0%, rgba(163, 231, 255, 0.22) 100%); z-index: 0; bottom: 2px; } .n-tab-pane { padding: 0 12px 0 !important; } .n-pagination { margin-top: 36px !important; } } } .list { margin-top: 12px; display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 22px; } .searchGroup { position: relative; padding: 0; .btnType { gap: 0px 24px !important; :global { .n-button { height: 37px; padding: 0 24px; font-size: 18px; color: rgba(0, 0, 0, .6); &.n-button--primary-type { font-weight: bold; color: #fff; } } } } :global { .n-form { position: relative; } .n-form-item { .n-form-item-label { font-size: 17px; font-weight: 600; color: #131415; line-height: 24px; } .n-button { height: 32px; font-size: 17px; border-radius: 8px; color: rgba(0, 0, 0, 0.6); } .n-button--primary-type { color: #131415; } } .n-form-item-feedback-wrapper { min-height: 14px; } } .inputSearch { position: absolute; top: 4px; right: 0px; width: 360px; height: 42px; font-size: 16px; :global { .n-input-wrapper { padding-left: 12px; padding-right: 4px; height: 42px !important; } .n-button { height: 34px; font-size: 15px; font-weight: 500; width: auto; } } } .searchCatatory { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid #F2F2F2; margin-bottom: 20px; .addTrain { height: 37px; border-radius: 8px; font-size: 18px; background-color: #E8F4FF; color: #0378EC; img { width: 16px; height: 16px; margin-right: 8px; } } } }