﻿.card {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
    min-height: 165px;
}

.card .partner-info-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

.card .card-title {
    font-size: 22px !important;
}

.card .card-text {
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
}

.card .email-verified {
    max-height: 150px;
    max-width: 150px;
}

.first-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.ho-so {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 40px;
}

.content {
    color: #222222;
    font-size: 1rem;
    line-height: 1.25rem;
}

.content-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-content-title {
    margin-bottom: 24px;
    font-weight: 600;
}

.btn-edit-data {
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    transition: box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1), transform 0.1s cubic-bezier(0.2, 0, 0, 1);
    border-color: #222222;
    background: #FFFFFF;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-edit-data:hover {
    border-color: #000000;
    background: #F7F7F7;
}

/* Thông tin cơ bản */
.thong-tin {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.thong-tin-co-ban {
    display: grid;
    gap: 16px 24px;
    align-items: stretch;
}

@media (min-width: 1128px) {
    .thong-tin-co-ban {
        grid-template-columns: var(--bio-info-grid-template-columns, repeat(2, 1fr));
    }
}

.thong-tin-chia-se {
    display: flex;
    align-items: center;
    gap: 12px;
}

.thong-tin-chia-se .image {
    display: block;
    height: 30px;
    width: 30px;
}

/* Ngành chủ lực */
.nganh-chu-luc {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.list-item-selected {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.item-selected {
    cursor: default;
    text-align: center;
    border: 1px solid black;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    transition-property: transform, background-color, border-color;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    position: relative;
    outline: none;
    min-height: 32px;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.item-selected .icon {
    margin-right: 8px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-selected .text {
    display: block;
    cursor: default;
    text-align: center;
}

.card-title {
    font-weight: 600;
}

.info-highlight {
    font-weight: 600;
}

/* ==== Warning ===== */

.bd-callout {
    padding: 1.25rem;
    color: #664d03;
    background-color: #fff3cd;
    border-left: 0.25rem solid #ffe69c;
}

.bd-callout-warning {
    --bd-callout-color: #664d03;
    --bd-callout-bg: #fff3cd;
    --bd-callout-border: #ffe69c;
}


/* ==== end Warning ===== */