.partner-categories { background: #f1f1f1; display: flex; flex-direction: column; min-height: 100vh; &__title { color: #000000; font-weight: 700; font-size: 22px; line-height: 32px; } &__items { display: flex; flex-wrap: wrap; justify-content: center; background: white; padding: 20px 0 30px; border-radius: 7px; } &__empty { font-size: 18px; font-weight: 500; margin-top: 20px; text-align: center; } .item { display: flex; flex-direction: column; padding: 33px 32px 25px 28px; width: 32%; background: #ffffff; border-radius: 12px; transition: all 0.3s ease; position: relative; @media (max-width: 1098px) { width: 48%; } @media (max-width: 650px) { width: 100%; } &:hover { box-shadow: 6px 5px 20px rgba(87, 98, 80, 0.21); transform: scale(1.02); text-decoration: none; } &__disable { opacity: 0.5; &:hover { box-shadow: none; transform: none; opacity: 1; background: #f8f8f8; .item__info { opacity: 0; } .item__disable-hover { opacity: 1; } } &-hover { position: absolute; display: flex; left: 0; width: 100%; align-items: center; justify-content: space-between; padding: 16px 13px 16px 21px; border: 3px solid #52b709; bottom: 0; border-radius: 12px; opacity: 0; transition: all 0.5s ease; p { color: #000000; font-weight: 500; font-size: 14px; line-height: 18px; max-width: 140px; margin-bottom: 0; } button { width: 140px; height: 50px; border: none; background: #52b709; border-radius: 44px; font-weight: 500; font-size: 15px; line-height: 32px; color: #ffffff; } } } &__title { display: flex; align-items: center; margin-bottom: 27px; h4 { color: #000000; font-weight: 500; font-size: 18px; line-height: 22px; margin-left: 18px; max-width: 190px; margin-bottom: 0; } } &__info { display: flex; justify-content: space-between; p { max-width: 181px; margin-bottom: 0; color: #6f6f6f; font-weight: 400; font-size: 12px; line-height: 20px; } .more { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: #ddeec6; border-radius: 50px; } } } .container { max-width: 1160px; display: flex; flex-direction: column; flex: 1; margin-top: 23px; @media (max-width: 570px) { margin-top: 0; } } .table { &__search { display: flex; width: 100%; gap: 10px; align-items: center; padding: 0 18px 35px; margin-bottom: 0; font-size: 16px; input { background: #F0F2F5; outline: none; border-radius: 6px; padding: 6px; border: none; } } &__tabs { display: flex; margin: 0 auto 30px 18px; padding: 4px 8px; gap: 10px; align-items: center; font-size: 16px; background: rgba(240, 242, 245, 1); border-radius: 5px; } &__tab { padding: 8px 12px; cursor: pointer; color: rgba(46, 58, 89, 1); font-size: 15px; &--active { background: rgba(255, 255, 255, 1); font-size: 16px; border-radius: 5px; border: 0; } &:nth-child(2) { border-right: 1px solid rgba(224, 226, 229, 1); border-left: 1px solid rgba(224, 226, 229, 1); } } &__avatar { width: 40px; height: 40px; margin-left: 18px; } &__info { p { color: rgba(46, 58, 89, 1); font-size: 14px; font-weight: 500; line-height: 17.5px; } span { color: rgba(155, 171, 197, 1); font-size: 14px; line-height: 17.5px; } } &__link { display: flex; column-gap: 10px; color: black; font-size: 16px; align-items: center; .img__wrapper { width: 22px; height: 22px; border-radius: 50px; background: #D9D7D7; display: flex; align-items: center; justify-content: center; img { width: 8px; } } } &__project { color: rgba(46, 58, 89, 1); font-size: 14px; font-weight: 500; line-height: 17.5px; display: flex; flex-wrap: wrap; gap: 11px; &__item { border-radius: 5px; padding: 8px; color: rgba(46, 58, 89, 1); font-size: 14px; border: 1px solid rgba(237, 237, 237, 1); display: flex; gap: 8px; p { max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } } &__action { color: rgba(155, 171, 197, 1); font-size: 14px; font-weight: 400; } &__more { position: relative; height: 30px; cursor: pointer; width: 10px; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; &:before { content: ''; display: flex; top: 2px; width: 4px; height: 4px; background: rgba(155, 171, 197, 1); border-radius: 50px; position: relative; } &:after { content: ''; display: flex; bottom: 2px; width: 4px; height: 4px; background: rgba(155, 171, 197, 1); border-radius: 50px; position: relative; } } &__pagination { width: 100%; display: flex; font-size: 14px; align-items: center; padding: 39px 34px 0; column-gap: 12px; button { font-size: 14px; width: 32px; border-radius: 5px; height: 32px; color: #2E3A59; } .switch { border: none; background: #F0F2F5; font-weight: 600; } .disable { opacity: 0.7; } } &__pages { display: flex; column-gap: 4px; color: black; background: white; .page { border: 1px solid #E8ECF8; background: none; &--active { border: none; background: #9DA65D; color: white; } } } } table { --data-table-library_grid-template-columns: minmax(0px, 0.5fr) minmax(0px, 1.5fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) !important; th { border-top: 0; border-bottom: 1px solid #EDEDED; color: #1458DD; font-size: 14px; font-weight: 700; } td { border-top: 0; border-bottom: 1px solid #EDEDED; color: #2E3A59; p { font-weight: 500; } } } }