/* Temporary Candidate */
.nofication-temporary-candidate {
    padding: 16px 16px;
    background: #e6f8f5;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 176%;
    letter-spacing: 0.4px;
    color: #00B896;
    justify-content: space-between;
}

.nofication-temporary-candidate button {
    width: 240px;
    height: 52px;
}

.title-underline-custom {
    font-size: 16px;
    line-height: 150%;
}

.more-info {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    margin-top: 8px;
    align-items: center;
}

.info-detail .corporate-information {
    margin-top: 20px;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--general-black-80);
    line-height: 176%;
    letter-spacing: 0.4px;
}

.header-profile a {
    margin-top: 10px;
    margin-bottom: 40px;
}


.tab-profile tr td {
    white-space: nowrap;
}

.tab-profile tr td:first-child {
    max-width: 100px !important;
    padding: 8px 10px;
    max-height: 41px !important;
}

.text-note-profile {
    padding: 16px;
    background: #F4F4F4;
    border-radius: 8px;
}

.text-note-profile h4 {
    font-size: 14px;
    line-height: 176%;
    letter-spacing: 0.4px;
    color: #262626;
}

.text-note-profile note-content {
    font-size: 14px;
    line-height: 176%;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #26262699;
}

.text-note-profile .btn-show-all {
    background: #F4F4F4;
    color: #26262699;
}

.profile-cadidate .btn-cancel {
    margin-top: 40px;
    display: flex;
    padding: 22px 24px;
    gap: 16px;
    align-items: center;
    border-radius: 10px;
    height: 72px;
    width: 300px;
    color: #262626CC;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
}

.profile-cadidate .profile-rating {
    gap: 4px !important;
}

.profile-cadidate .icon__star {
    display: none !important;
}

#cancel-modal .noreply {
    margin: 34px 0;
}

#cancel-modal .btn-disable {
    font-size: 16px;
    width: 50%;
    height: 52px;
}

#cancel-modal .modal-cancel-footer {
    gap: 10px;
}