.Delegations-detail {
    padding: 0;
}

.Delegations-detail-head {
    background-color: #0b2450;
}

.Delegations-detail-head-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px 0;
}

.Delegations-detail-head-logo {
    width: 100%;
    max-width: 135px;
}

.Delegations-detail-content {}

.Delegations-detail-content-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.confirm-time-btn-inline.disabled-btn,
.confirm-time-btn-inline:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    filter: grayscale(100%);
    transform: none !important;
}

.Delegations-detail-content-text {
    display: flex;
    flex-direction: column;
    max-width: 740px;
    width: 100%;
    padding: 40px 0;
}

.Delegations-detail-content-text h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}

.Delegations-detail-content-text p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 24px;
}

.Delegations-detail-content-text img {
    width: 100%;
    margin-bottom: 24px;
}

.Delegations-list-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-bottom: clamp(40px, 4.6vw, 88px);
}

.Delegations-detail-content-participants {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Delegations-detail-content-participants-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.Delegations-detail-content-participants-head h3 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #81c4e1;
}

.Delegations-detail-content-participants-head h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #81c4e1;
    margin-right: 10px;
}

.Delegations-detail-content-participants-head h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #81c4e1;
    margin-left: 10px;
}

.Delegations-detail-content-participants-list-buttons {
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: 1px solid #81c4e1;
    margin-bottom: 24px;
}

.Delegations-detail-content-participants-list-buttons .tab-button {
    padding: 12px 18px;
    padding-top: 8px;
    border: solid 1px #81c4e1;
    border-bottom: none;
    background-color: #f9f9f9;
    font-size: 22px;
    font-weight: 500;
    border-radius: 0;
    color: #81c4e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Delegations-detail-content-participants-list-buttons .tab-button:hover {
    background-color: #e8f2f4;
    border-color: #46c0e3;
    color: #46c0e3;
}

.Delegations-detail-content-participants-list-buttons .tab-button.active {
    background-color: #fff;
    border-color: #46c0e3;
    padding-top: 14px;

    margin-bottom: -1px;
    color: #46c0e3;
}

.link-dark.rounded.active {
    font-weight: bold;
}

/* Tab Ä°Ã§erik Stilleri */
.tab-content-wrapper {
    width: 100%;
    position: relative;
}

.tab-content {
    display: none;
    width: 100%;
    animation: fadeIn 0.3s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Nested Tab (Ä°Ã§ Ä°Ã§e Tab) Stilleri */
.nested-tab-container {
    width: 100%;
    margin-top: 24px;
}

.nested-tab-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.nested-tab-buttons .nested-tab-button {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #6d6e71;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
    border: solid 1px #81c4e1;
    margin-bottom: -13px;
}

.nested-tab-buttons .nested-tab-button:hover {
    color: #46c0e3;
    background-color: #f4f4f4;
}

.nested-tab-buttons .nested-tab-button.active {
    color: #46c0e3;
    border-bottom-color: #46c0e3;
    background-color: transparent;
}

.nested-tab-content-wrapper {
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.nested-tab-content {
    display: none;
    width: 100%;
    animation: fadeIn 0.3s ease;
}

.nested-tab-content.active {
    display: block;
}

.Delegations-detail-head-content {
    display: flex;
    gap: 32px;
}

.Delegations-detail-head-content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.Profile-delegations-detail-head-content-info {
    padding-right: 0;
    border-right: none;
}

.Delegations-detail-head-content-info h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #fff;
}

.Delegations-detail-head-content-info span.status,
.Delegations-detail-head-content-info span.date {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #fff;
}

.Delegations-detail-head-content-info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Delegations-detail-head-content-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px 32px;
}

.Delegations-detail-head-content-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Delegations-detail-head-content-timer-item b {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #0b2450;
}

.Delegations-detail-head-content-timer-item span {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #0b2450;
    margin-top: -8px;
}

.Delegations-detail-head-content-buttons {
    display: flex;
    flex-direction: column;
}

.Delegations-detail-head-content-buttons-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.Delegations-detail-head-content-buttons-info img {
    width: 37px;
    height: 37px;
}

.Delegations-detail-head-content-buttons-info p {
    max-width: 285px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.Delegations-detail-head-content-buttons-in {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 410px;
}

.Delegations-detail-head-content-buttons a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 24px 32px;
    border-radius: 44.5px;
    background-color: #46c0e3;
    transition: all 0.3s ease;
}

.Delegations-detail-head-content-buttons a:hover {
    background-color: #3aa8c7;
}

.Delegations-list-head-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.Delegations-list-head-partner span {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.Delegations-list-head-partner img {
    width: 100%;
    max-width: clamp(200px, 15.7vw, 300px);
}

.Delegations-seperator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(40px, 4.2vw, 80px);
    position: relative;
    z-index: 1;
}

.Delegations-seperator h3 {
    font-size: clamp(24px, 1.7vw, 30px);
    font-weight: 500;
    color: #81C4E1;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.Delegations-seperator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #81C4E1;
    z-index: 1;
}

.Delegations-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.1vw, 40px);
}

@media (max-width: 1140px) {
    .Delegations-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .Delegations-list {
        grid-template-columns: 1fr;
    }
}

.Delegations-list-item {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.Delegations-list-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0b2450;
    padding: 26px;
    border-top-right-radius: 30px;
}

.Delegations-list-item-content img {
    max-width: 190px;
    width: 100%;
    margin-bottom: 24px;
}

.Delegations-list-item-content-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.Delegations-list-item-content-timer {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background-color: #fff;
    padding: 12px;
}

.Delegations-list-item-content-timer .dot {
    font-size: 30px;
    font-weight: 500;
    line-height: 0.75;
    text-align: center;
    color: #0b2450;
}

.Delegations-list-item-content-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Delegations-list-item-content-timer-item b {
    font-size: 40px;
    font-weight: 500;
    line-height: 0.75;
    text-align: center;
    color: #0b2450;
}

.Delegations-list-item-content-timer-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 0.75;
    text-align: center;
    color: #0b2450;
}

.Delegations-list-item-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 40px 24px;
    border: solid 1px #e2e2e2;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
}

.Delegations-list-item-buttons-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 24px;
    background-color: #DA801A;
    margin-bottom: 12px;
    border-radius: 10px;
    width: 100%;
}

.Delegations-list-item-buttons-info img {
    width: 37px;
    height: 37px;
}

.Delegations-list-item-buttons-info p {
    max-width: 285px;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 500;
    color: #000;
    margin: 0;
}

.Delegations-list-item-buttons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 500;
    color: #fff;
    padding: 24px clamp(24px, 1.7vw, 32px);
    border-radius: 44.5px;
    background-color: #46c0e3;
    transition: all 0.3s ease;
}

.Delegations-list-item-buttons a:hover {
    background-color: #3aa8c7;
}

.registration-closed-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 40px;
    font-weight: 600;
    color: #e74c3c;
    padding: 32px 40px;
    border-radius: 44.5px;
    background-color: rgba(231, 76, 60, 0.1);
    border: 2px solid rgba(231, 76, 60, 0.3);
    width: 100%;
    text-align: center;
}

.registration-closed-message svg {
    flex-shrink: 0;
}

.completed-delegations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.1vw, 40px);
    margin-top: 40px;
}

@media (max-width: 1400px) {
    .completed-delegations-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1140px) {
    .completed-delegations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .completed-delegations-grid {
        grid-template-columns: 1fr;
    }
}

.completed-delegation-card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 32px 24px;
    min-height: 233px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.completed-delegation-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.completed-delegation-title {
    margin: 0 0 16px 0;
    text-align: center;
}

.completed-delegation-title a {
    color: #0b2450;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.completed-delegation-title a:hover {
    color: #46c0e3;
}

.completed-delegation-title small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: #666;
}

.completed-delegation-date {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #888;
}

.Delegations-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Delegations-form-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}



.Delegations-form-head h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.Delegations-form-head h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.Delegations-form-item {
    width: 100%;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    margin-bottom: 40px;
}

/* Step Form Stilleri */
.form-step {
    width: 100%;
    transition: all 0.3s ease;
}

.form-step.collapsed .Delegations-form-item-inputs {
    display: none !important;
}

.form-step.collapsed .Delegations-form-item {
    grid-template-columns: 1fr 0fr;
    gap: 0;
    margin-bottom: 20px;
}

.form-step.collapsed .Delegations-form-item-title {
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}



.form-step.collapsed .Delegations-form-item-title h3 {
    margin-bottom: 0;
}

.form-step.collapsed .Delegations-form-item-description {
    display: none;
}

.form-step.collapsed .Delegations-form-item-more {
    display: flex !important;
    margin-top: 12px;
}

.form-step:not(.collapsed) .Delegations-form-item-more {
    display: none !important;
}

.form-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.form-step-title {
    flex: 1;
}


.form-step .Delegations-form-item {
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 4.2vw, 80px);
}

.form-step .Delegations-form-item.company {
    grid-template-columns: 0.4fr 1fr;
}

.Delegations-form-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 12px auto 0;
    gap: 8px;
    color: #fff;
    background-color: #46c0e3;
    padding: 8px 12px;
    border: none;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Delegations-form-item-more:hover {
    color: #fff;
    background-color: #3aa8c7;
}

.Delegations-form-item-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.form-step.collapsed .Delegations-form-item-more i {
    transform: rotate(0deg);
}

.form-step:not(.collapsed) .Delegations-form-item-more i {
    transform: rotate(180deg);
}

.Delegations-form-item.company {
    grid-template-columns: 0.4fr 1fr;
}

.Delegations-form-item-title {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.Delegations-form-item.company .Delegations-form-item-title {
    flex-direction: column;
}

.Delegations-form-item-title-text {
    width: 100%;
    display: flex;
}

.Delegations-form-item-title h3 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #6d6e71;
    text-align: right;
    white-space: nowrap;
    background-color: #fff;
    position: relative;
}

.Delegations-form-item-title h3:before {
    content: "";
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    width: 100%;
    height: 1px;
    background-color: #46c0e3;
}

.Delegations-form-item-title h3:after {
    content: "";
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    display: none;
    width: 100%;
    height: 1px;
    background-color: #46c0e3;
}

.form-step.collapsed .Delegations-form-item-title h3:after {
    display: block;
}

.Delegations-form-item-inputs {}

.Delegations-form-item-inputs-list {
    display: grid;
    max-width: 700px;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
}
.Delegations-form-item-inputs-list:has(.Delegations-form-item-inputs-list-in) {
    grid-template-columns: 1fr;
    gap: 0;
}
.Delegations-form-item-inputs-list-in {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.Delegations-form-item-inputs-item {
    width: 100%;
    display: flex;
    position: relative;
}
.Delegations-form-item-inputs-item-list {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .Delegations-form-item-inputs-item-list {
        grid-template-columns: 1fr;
    }
}
.Delegations-form-item-inputs-item.full {
    grid-column: 1 / -1;
}
.Delegations-form-item-inputs-item:has(input[type="radio"]) {
    margin-bottom: 16px;
    margin-top: 16px;
}

.field-description {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    color: #7e8a95;
    margin-bottom: 4px;
}

.Delegations-form-item-inputs-item.file .field-description {
    margin-bottom: 0;
    margin-top: 12px;
}

.Delegations-form-item-inputs-item:has(p) {
    flex-direction: column;
}

.Delegations-form-item-inputs-item label {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.Delegations-form-item-inputs-item label span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.07;
    color: #7e8a95;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.Delegations-form-item-inputs-item label:has(textarea) span,
.Delegations-form-item-inputs-item label:has(select) span {
    top: 35%;
}

.Delegations-form-item-inputs-item label.has-value span {
    top: 10px;
    transform: translateY(0);
    font-size: 12px;
    color: #7e8a95;
}

.Delegations-form-item-inputs-item.date label span,
.Delegations-form-item-inputs-item label:has(select) span {
    top: 10px !important;
    transform: translateY(0);
    font-size: 12px;
    color: #7e8a95;
}

.Delegations-form-item-inputs-item label input,
.Delegations-form-item-inputs-item label textarea,
.Delegations-form-item-inputs-item label select {
    width: 100%;
    border-radius: 6px;
    border-bottom-left-radius: 30px;
    padding: 24px 30px;
    border: solid 1px #aab8c5;
    background-color: #f4f4f4;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.07;
}
.Delegations-form-item-inputs-item input::-webkit-outer-spin-button,
.Delegations-form-item-inputs-item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.Delegations-form-item-inputs-item input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:textfield;
}
.Delegations-form-item-inputs-item label select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236d6e71' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 40px center;
    padding-right: 60px;
}

.sectors {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sectors b {
    font-size: 16px;
    font-weight: 500;
    color: #6d6e71;
    margin-bottom: 10px;
}

.sectors-list {
    background-color: #DBDBDB;
    
    width: 100%;
    border-radius: 5px;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sectors-list span {
    font-size: 12px;
    font-weight: 400;
    color: #6d6e71;
}
.Delegations-form-item-inputs-item:has(input[type="file"]) label {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
}

.Delegations-form-item-inputs-item:has(input[type="file"]) label span {
    position: static;
    transform: translateY(0);
}

.Delegations-form-item-inputs-item:has(input[type="file"]) .field-description {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

/* GTÄ°P Container Styles */
.gtip-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gtip-container .field-description {
    margin-bottom: 0;
    margin-top: 0;
}

.gtip-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.gtip-item label {
    flex: 1;
}

.gtip-item .btn-delete-gtip {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
    margin-top: 16px;
}

.gtip-item .btn-delete-gtip:hover {
    background-color: #c0392b;
}

.gtip-item .btn-delete-gtip i {
    font-size: 14px;
}

.btn-add-gtip {
    width: max-content;
    padding: 12px 24px;
    background-color: #46c0e3;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-add-gtip:hover {
    background-color: #3aa8c7;
}

.gtip-item.error {
    border: 1px solid #e74c3c;
    border-radius: 6px;
    padding: 12px;
}

.gtip-item.error .error-message {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 0;
}

.Delegations-form-item-inputs-item label input[type="file"] {
    padding: 20px 40px;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}

.Delegations-form-item-inputs-item label input[type="file"]::-webkit-file-upload-button {
    padding: 8px 16px;
    border-radius: 4px;
    border: solid 1px #46c0e3;
    background-color: #46c0e3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 12px;
}

.Delegations-form-item-inputs-item label input[type="file"]::file-selector-button {
    padding: 8px 16px;
    border-radius: 4px;
    border: solid 1px #46c0e3;
    background-color: #46c0e3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 12px;
}

.Delegations-form-item-inputs-item label textarea {
    resize: vertical;
    min-height: 100px;
}

.Delegations-form-item-inputs-item.error label input,
.Delegations-form-item-inputs-item.error label textarea {
    border-color: #e74c3c;
    background-color: #fff5f5;
}

.Delegations-form-item-inputs-item.error label span {
    color: #e74c3c;
}

.error-message {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 0;
    position: absolute;
    bottom: -20px;
}

.Delegations-form-item-inputs-item-checkboxs .error-message {
    margin-top: 8px;
}

.btn-next:disabled {
    background-color: #aab8c5;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-next:disabled:hover {
    background-color: #aab8c5;
}

/* Form Checkbox ve Radio Button Stilleri */

.Delegations-form-item-inputs-item-checkboxs {
    width: 100%;
}

.form-radio-group {
    width: 100%;
}

.form-radio-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px
}

.Delegations-form-item-inputs-item-checkboxs-label,
.radio-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #6d6e71;
    margin-bottom: 16px;
}

.radio-label {
    width: max-content !important;
    margin-bottom: 0;
}

.Delegations-form-item-inputs-item-checkboxs-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.radio-items {
    flex: 1;
    display: flex;
    gap: 48px;
}

label.Delegations-form-item-inputs-item-checkboxs-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

label.radio-item {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.Delegations-form-item-inputs-item-checkboxs-list-item input[type="checkbox"],
.radio-item input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #46c0e3;
    flex-shrink: 0;
}

.Delegations-form-item-inputs-item-checkboxs-list-item span,
.radio-item span {
    pointer-events: none;
    position: static !important;
}

/* Form Navigation Buttons */
.Delegations-form-navigation {
    grid-column: 1/-1;
    display: flex;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    justify-content: flex-end;
}

.Delegations-form-navigation-participant {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 2.1vw, 40px);
}

.btn-next,
.btn-add-participant {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    border: none;
    border-radius: 44.5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-next {
    min-width: 400px;
    justify-content: space-between;
}

.Delegations-form-navigation-participant .btn-next {
    min-width: auto;
    width: 100%;
}

.btn-next span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.btn-next span small {
    font-size: 14px;
}

.btn-next {
    background-color: #46c0e3;
    color: #fff;
}

.btn-next:hover {
    background-color: #3aa8c7;
}

.btn-add-participant {
    font-weight: 500;
    background-color: #e8f2f4;
    color: #6d6e71;
}

.btn-add-participant:hover {
    background-color: #e2e2e2;
}

.btn-next i {
    font-size: 14px;
}

/* Participant Form */
.Participant-form {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}
.Participant-form.subitem {
    padding-top: 24px;
    border-top: 1px solid #e2e2e2;
    margin-top: 24px;
}
.btn-delete-participant {
    grid-column: 1 / -1;
    border: none;
    background-color: transparent;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
    z-index: 10;
}

.btn-delete-participant i {
    margin-top: -4px;
}

.form-step.collapsed .Delegations-form-item-title {
    grid-column: 1 / -1;
}

/* Company Selection */
.Delegations-form-item-company {
    width: 100%;
    max-width: 100%;
}

.Delegations-form-item-description {
    font-size: 16px;
    color: #6d6e71;
    margin-bottom: 24px;
}

.Delegations-form-item-company-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Delegations-form-item-company-list-item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 6px 20px;
    border: solid 1px #aab8c5;
    background-color: #f4f4f4;
    transition: all 0.3s ease;
}

.Delegations-form-item-company-list-item:hover {
    border-color: #46c0e3;
    box-shadow: 0 2px 8px rgba(70, 192, 227, 0.1);
}

.Delegations-form-item-company-list-item:hover,
.Delegations-form-item-company-list-item.selected {
    border-color: #46c0e3;
    box-shadow: 0 2px 8px rgba(70, 192, 227, 0.1);
}

.Delegations-form-item-company-list-item:has(input[type="checkbox"]:checked) {
    border-color: #46c0e3;
}


.Delegations-form-item-company-list-item-image {
    width: 60px;
    height: 50px;
    border-radius: 5px;
    background-color: #f4f4f4;
    object-fit: cover;
    flex-shrink: 0;
}

.Delegations-form-item-company-list-item-content {
    flex: 1;
}

.Delegations-form-item-company-list-item-name {
    width: 250px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.07;
    color: #7e8a95;
}

.Delegations-form-item-company-list-item-description {
    font-size: 16px;
    line-height: 1.07;
    color: #7e8a95;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Delegations-form-item-company-list-item-checkbox {
    position: relative;
    width: 24px;
    height: 24px;
}

.Delegations-form-item-company-list-item-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.Delegations-form-item-company-list-item-checkbox .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: solid 1px #aab8c5;
    background-color: #f4f4f4;
    pointer-events: none;
}

.Delegations-form-item-company-list-item-checkbox .checkmark::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -5px;
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 8px;
    margin-left: 60%;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    opacity: 0;
}

.Delegations-form-item-company-list-item-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: #46C0E3;
    border-color: #46C0E3;
}

.Delegations-form-item-company-list-item-checkbox input[type="checkbox"]:checked+.checkmark::before {
    opacity: 1;
}

/* Takvim Randevu ModÃ¼lÃ¼ */
.Delegations-calendar {
    width: 100%;
    margin-top: 40px;
}

.form-step.calendar .Delegations-form-item {
    grid-template-columns: 0.4fr 1fr;
}

#calendarSelectionContainer {
    width: 100%;
}

.calendar-appointment-container {
    max-width: 1024px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: clamp(24px, 2.5vw, 48px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: clamp(20px, 2.1vw, 40px);
    align-items: flex-start;
}

.calendar-wrapper {
    width: 100%;
    border-right: 1px solid #e2e2e2;
    padding-right: 32px;
}

.time-slots-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.company-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #46c0e3;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.company-nav-btn:hover {
    background-color: #f4f4f4;
}

.company-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.selected-company-name {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    flex: 1;
}

.selected-date-display {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.time-slots-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 200px;
}

.time-slot-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.time-slot {
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #e8f4f8;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1;
}

.time-slot:hover:not(.time-slot-booked) {
    background-color: #d0e8f0;
    border-color: #46c0e3;
}

.time-slot-selected {
    background-color: #46c0e3;
    border-color: #46c0e3;
    color: #fff;
}

.time-slot-selected .time-slot-text {
    color: #fff;
}

.time-slot-booked {
    background-color: #f4f4f4;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.time-slot-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    flex: 1;
}

.time-slot i {
    font-size: 12px;
    color: #46c0e3;
    opacity: 0.7;
}

.time-slot-selected i {
    color: #fff;
    opacity: 1;
}

.no-date-selected,
.no-slots {
    text-align: center;
    color: #7e8a95;
    font-size: 16px;
    padding: 40px 20px;
}

.confirm-time-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: #46c0e3;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.confirm-time-btn:hover:not(:disabled) {
    background-color: #3aa8c7;
}

.confirm-time-btn:disabled {
    background-color: #aab8c5;
    cursor: not-allowed;
    opacity: 0.6;
}

.confirm-time-btn i {
    margin-left: 8px;
}

.confirm-time-btn-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background-color: #6d6e71;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
}

.confirm-time-btn-inline:hover {
    background-color: #5a5b5d;
}

/* Confirmed Appointments Section */
.Profile-confirmed-appointments-section{
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    gap: 35px;
}

.Profile-confirmed-appointments-section .confirmed-appointment-item-name {
    width: auto;
}
.Profile-confirmed-appointments-section .confirmed-appointment-item-name:after {
   content: "|";
   margin-right: 5px;
   margin-left: 5px;
}

.Profile-attended-btn .btn-next{
 width: auto;
        background-color: #46c0e3;
    color: #fff;
    min-width: 300px;
}


.confirmed-appointments-section {
    margin-top: 40px;
    padding-top: 40px;
}

.confirmed-appointments-section h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

.confirmed-appointments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.confirmed-appointment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}



.confirmed-appointment-item-name {
    width: 250px;
    font-size: 16px;
    line-height: 1.07;
    color: #7e8a95;
}

.confirmed-appointment-item-time {
    font-size: 16px;
    line-height: 1.07;
    color: #7e8a95;
    flex: 1;
}

.btn-remove-appointment {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: #7e8a95;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-remove-appointment:hover {
    background-color: #fee;
    color: #e74c3c;
}

/* Custom Datepicker */
.custom-datepicker {
    background-color: #fff;
    border-radius: 8px;
}

.datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.datepicker-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #46c0e3;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.datepicker-nav-btn:hover {
    background-color: #f4f4f4;
}

.datepicker-month-year {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.datepicker-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
}

.weekday {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #6d6e71;
    padding: 8px 0;
}

.datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.datepicker-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    min-width: 36px;
    min-height: 36px;
}

.datepicker-day.empty {
    cursor: default;
    pointer-events: none;
}

.datepicker-day.past {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.datepicker-day.unavailable {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.datepicker-day.available {
    cursor: pointer;
}

.datepicker-day.available:hover {
    background-color: #e8f4f8;
    border-radius: 50%;
}

.datepicker-day.selected {
    background-color: #46c0e3;
    color: #fff;
    border-radius: 50%;
}

.datepicker-day.selected::after {
    background-color: #fff;
}

.datepicker-day.today {
 
    
}

.datepicker-day.event-day {
    background-color: #e0e0e0;
    border-radius: 50%;
    border: 2px solid #46c0e3;
}

.datepicker-day.event-day.available {
    background-color: #e0e0e0;
}

.datepicker-day.event-day.selected {
    background-color: #46c0e3;
    color: #fff;
}

/* Randevu Saatleri OluÅŸturma ModÃ¼lÃ¼ */
.Delegations-appointment {
    width: 100%;
    margin-top: 40px;
}

.appointment-schedule-container {
    max-width: 1024px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 48px;
    margin: 0 auto;
    background-color: #fff;
}

.appointment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
}

.appointment-header h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 24px;
}

.add-week-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #46c0e3;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-week-btn:hover {
    background-color: #3aa8c7;
}

.add-week-btn i {
    font-size: 14px;
}

.weeks-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.empty-weeks-state {
    text-align: center;
    padding: 60px 20px;
    color: #7e8a95;
    font-size: 16px;
}

.week-card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 24px;
    background-color: #fff;
}

.week-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.week-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.week-actions {
    display: flex;
    gap: 8px;
}

.delete-week-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: #fee;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.delete-week-btn:hover {
    background-color: #fcc;
}

/* Hafta SeÃ§im Modal */
.week-selection-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10001;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e2e2;
}

.modal-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #6d6e71;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background-color: #f4f4f4;
    color: #000;
}

.modal-body {
    padding: 24px;
}

.modal-body label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.week-date-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #aab8c5;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    margin-bottom: 24px;
}

.week-date-input:focus {
    outline: none;
    border-color: #46c0e3;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-cancel,
.btn-confirm {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel {
    background-color: #f4f4f4;
    color: #6d6e71;
}

.btn-cancel:hover {
    background-color: #e2e2e2;
}

.btn-confirm {
    background-color: #46c0e3;
    color: #fff;
}

.btn-confirm:hover {
    background-color: #3aa8c7;
}

.time-interval-selector {
    display: flex;
    align-items: center;
    gap: 12px;
}

.time-interval-selector label {
    font-size: 16px;
    font-weight: 500;
    color: #6d6e71;
}

.time-interval-dropdown {
    padding: 10px 16px;
    border: 1px solid #aab8c5;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    min-width: 150px;
}

.time-interval-dropdown:focus {
    outline: none;
    border-color: #46c0e3;
}

.weekly-schedule {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.schedule-day-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.schedule-day-row:hover {
    background-color: #f9f9f9;
}

.day-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0b2450;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.time-slots-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.time-slot-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

.time-input {
    padding: 10px 14px;
    border: 1px solid #aab8c5;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    width: 100px;
    text-align: center;
}

.time-input:focus {
    outline: none;
    border-color: #46c0e3;
}

.time-select {
    padding: 10px 8px;
    border: 1px solid #aab8c5;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236d6e71' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 28px;
}

.time-select:focus {
    outline: none;
    border-color: #46c0e3;
}

.time-colon {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px;
}

.time-dash {
    color: #6d6e71;
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
}

.unavailable-text {
    color: #7e8a95;
    font-size: 14px;
    font-style: italic;
}

.day-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.action-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: #6d6e71;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.action-btn:hover {
    background-color: #f4f4f4;
    color: #46c0e3;
}

.action-btn.delete-btn:hover {
    background-color: #fee;
    color: #e74c3c;
}

.action-btn.add-btn {
    background-color: #46c0e3;
    color: #fff;
}

.action-btn.add-btn:hover {
    background-color: #3aa8c7;
}


/* Profile Delegations */

.Profile-Delegations-form-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: auto;
}

.Profile-Delegations-form-head h2{
    margin-right: auto;
}

.Profile-delegations-form-item{
    grid-template-columns: 0.5fr 1.3fr;
}

.form-step .Profile-delegations-form-item {
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 4.2vw, 80px);
}

.form-step .Profile-delegations-form-item.company {
    grid-template-columns: 0.4fr 1fr;
}

.profile-sidebar {
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
    width: 450px;

}

.profile-sidebar ul.list-unstyled {
    padding-left: 0;
    margin: 0;
}

.profile-sidebar .btn-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 28px 15px;
    padding-left: 0;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    text-align: left;
    cursor: pointer;
}

.profile-sidebar .btn-toggle.collapsed{
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.profile-sidebar .btn-toggle .icon{
    rotate: 90deg;
    transition: transform 0.3s ease;
}

.profile-sidebar .btn-toggle.collapsed .icon{
    rotate: 0deg !important;
}

.profile-sidebar .menu-text {
    font-size: 20px;
    font-weight: normal;
}

.profile-sidebar .icon {
    transition: transform 0.3s ease;
}

.profile-sidebar .collapse.show .icon {
    transform: rotate(90deg);
}

.profile-sidebar .btn-toggle-nav {
    list-style-type: none;
    padding-left: 0;
}

.profile-sidebar .btn-toggle-nav a {
    display: block;
    padding: 25px 30px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}


.profile-sidebar .btn-toggle-nav a:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}


.profile-sidebar .btn-toggle-nav li{
  position: relative;
}

.profile-sidebar .btn-toggle-nav li:after{
    width: calc(100% - 30px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 9999;
}

.profile-sidebar .btn-toggle-nav li:last-child::after{
    height: 0;
    content: none;
}


.profile-sidebar .collapse {
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}
.profile-sidebar .collapse.show {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.profile-sidebar .btn-toggle-nav li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.profile-sidebar .btn-toggle:focus{
    box-shadow: none !important;
}

.profile-sidebar .btn-toggle.active span{
    font-weight: bold !important;
}

    .profile-sidebar .btn-toggle.collapsed .bi-chevron-right::before {
    font-weight: 400 !important;
}

.profile-sidebar .btn-toggle.active .bi-chevron-right::before{
    font-weight: bold !important;
}

.profile-sidebar .btn-toggle.collapsed span {
    font-weight: 400;
}
    .profile-sidebar .btn-toggle span {
    font-weight: bold ;
}

.profile-sidebar .btn-toggle .bi-chevron-right::before{
    font-weight: bold !important;
}

.profile-sidebar .btn-toggle span i {
    font-weight: bold ;
}
@media (max-width: 1200px) {
    .time-slot {
        padding: 12px 14px;
    }

    .time-slot-text {
        font-size: 14px;
    }

    .confirm-time-btn-inline {
        padding: 12px 14px;
        min-width: none;
    }
}

@media (max-width: 991px) {
    .form-step:not(.collapsed) .Delegations-form-item-title h3:before {
        display: none;
    }

    .form-step:not(.collapsed) .Delegations-form-item-title h3:after {
        display: block;
    }

    .Delegations-form-head {
        margin-bottom: 30px;
    }

    .Delegations-form-item {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }

    .form-step .Delegations-form-item {
        grid-template-columns: 1fr;
    }

    .form-step .Delegations-form-item.company {
        grid-template-columns: 1fr;
    }

    .form-step.calendar .Delegations-form-item {
        grid-template-columns: 1fr;
    }

    .Delegations-form-item-inputs-item-list {
        grid-template-columns: 1fr;
    }
    .profile-sidebar {
        width: auto;
    }

    .Profile-delegations-form-item{
        gap: 30px;
    }

    .Delegations-form-item-inputs-list {
        max-width: 100%;
        row-gap: 20px;
        column-gap: 20px;
    }

    .btn-next,
    .btn-add-participant {
        font-size: 14px;
    }

    .btn-next {
        min-width: unset;
    }

    .btn-next svg,
    .btn-add-participan svg {
        width: 20px;
        height: 16px;
    }

    .Delegations-form-item-description {
        margin-bottom: 0;
    }

    .Delegations-calendar {
        margin-top: 0;
    }

    .Delegations-form-item-company-list-item {
        flex-wrap: wrap;
        gap: 12px;
        position: relative;
    }

    .Delegations-form-item-company-list-item-name {
        width: 150px;
        font-size: 14px;
    }

    .Delegations-form-item-company-list-item-image {
        width: 40px;
        height: 40px;
    }

    .Delegations-form-item-company-list-item-content {
        width: 100%;
        flex: none;
    }
    .Delegations-form-item-company-list-item-checkbox{
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .calendar-wrapper {
        border-right: none;
        padding-right: 0;
    }

    .confirmed-appointments-section {
        margin-top: 0;
    }

    .Delegations-detail-head-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .Delegations-detail-head-content-info {
        padding-right: 0;
        border-right: none;
    }
}

@media (max-width: 768px) {
    .Delegations-form-head h2 {
        font-size: 16px;
        text-align: center;
    }

    .Delegations-form-head h1 {
        font-size: 32px;
        text-align: center;
    }

    .Delegations-form-item-inputs-item label input,
    .Delegations-form-item-inputs-item label textarea {
        padding: 24px;
    }

    .Delegations-form-item-inputs-item label span {
        left: 24px;
    }

    .Delegations-form-navigation-participant {
        grid-template-columns: 1fr;
    }

    .radio-label {
        width: unset !important;
        margin-bottom: 0;
    }

    .calendar-appointment-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .appointment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .schedule-day-row {
        flex-wrap: wrap;
    }

    .time-slots-container {
        width: 100%;
        order: 3;
    }

    .day-actions {
        order: 2;
    }

    .datepicker-day {
        min-width: 30px;
        min-height: 30px;
        font-size: 12px;
    }

    .calendar-appointment-container {
        padding: 24px 6px;
    }

    .confirmed-appointment-item {
        flex-wrap: wrap;
        gap: 6px;
    }

    .confirmed-appointment-item-name {
        width: 100%;
    }

    .Delegations-detail-head-content-info h1 {
        font-size: 24px;
    }

    .Delegations-detail-head-content-info span.status,
    .Delegations-detail-head-content-info span.date {
        font-size: 24px;
    }

    .Delegations-detail-head-content-info p {
        font-size: 14px;
    }

    .Delegations-detail-head-content-timer {
        padding: 12px 18px;
    }

    .Delegations-detail-head-content-timer-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .Delegations-detail-head-content-timer-item b {
        font-size: 32px;
    }

    .Delegations-detail-head-content-timer-item span {
        font-size: 14px;
    }

    .Delegations-detail-head-content-buttons-info img {
        width: 30px;
        height: 30px;
    }

    .Delegations-detail-head-content {
        width: 100%;
    }

    .Delegations-detail-head-content-buttons {
        width: 100%;
    }

    .Delegations-detail-head-content-buttons-in {
        gap: 16px;
        width: 100%;
    }

    .Delegations-detail-head-content-buttons-info p {
        font-size: 16px;
    }

    .Delegations-detail-head-content-buttons a {
        width: 100%;
        font-size: 16px;
        padding: 16px 24px;
    }

    .Delegations-detail-content-text h2 {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .Delegations-detail-content-participants-head h3 {
        font-size: 24px;
    }

    .Delegations-detail-content-participants-list-buttons .tab-button {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .Participant-form {
        grid-template-columns: 1fr;
    }

    .Delegations-form-item-inputs-list {
        grid-template-columns: 1fr;
    }
    
    .Profile-confirmed-appointments-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .Profile-attended-btn .btn-next {
        width: 100%;
    }
}

.Buyer-list-item-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-bottom-left-radius: 30px;
}

.Buyer-list-item-buttons-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 24px;
    background-color: #DA801A;
    margin-bottom: 12px;
    border-radius: 10px;
    width: 100%;
}

.Buyer-list-item-buttons-info img {
    width: 37px;
    height: 37px;
}

.Buyer-list-item-buttons-info p {
    max-width: 285px;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 500;
    color: #000;
    margin: 0;
}

.Buyer-list-item-buttons a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 500;
    color: #fff;
    padding: 24px clamp(24px, 1.7vw, 32px);
    border-radius: 44.5px;
    background-color: #46c0e3;
    transition: all 0.3s ease;
    width: 100%;
}

.Buyer-list-item-buttons .single-btn {
    width: 50%;
}

.Buyer-list-item-buttons a.negative {
    color: #fff;
    background-color: #DA801A;
}

.Buyer-list-item-buttons a.negative:hover {
    color: #fff;
    background-color: #8f5412;
}

.Buyer-list-item-buttons a:hover {
    background-color: #3aa8c7;
}

.Buyer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Buyer-content .Current-registration-status{
    display: grid;
    gap: 20px;
}

.Buyer-content .Current-registration-status .content{
    display: grid;
    gap: 5px;
}

.Buyer-content .Company-participant{
    display: grid;
    gap: 20px;
}

.Buyer-content p{
    margin: 0;
    font-size: clamp(18px, 1.2vw, 22px);
}

.Buyer-content {
    margin: 0;
}

.Buyer-alert {
    margin-bottom: 40px;
    transition: all 0.3s ease;
    padding: 2rem;
}
.Buyer-alert .Buyer-alert-text h2{
    margin-bottom: 15px;
    text-align: center;
}
.Buyer-alert .Buyer-alert-text p{
    margin-bottom: 0px;
}

.Buyer-alert{
    display: grid;
    gap: .5rem;
    position: relative;
    border-radius: .25rem;
    width: 50%;
}

.Buyer-alert.success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.Buyer-alert.warning{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.Buyer-alert .btn-close{
    font-size: 14px;
    top: 20px;
    position: absolute;
    right: 20px;
}

/* Badge Styles for Delegations */
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.badge-pending {
    background-color: #ffc107;
    color: #000;
}

.badge-pending:hover {
    background-color: #e0a800;
}

.badge-company-decide {
    background-color: #17a2b8;
    color: #fff;
}

.badge-company-decide:hover {
    background-color: #138496;
}

.badge-approved {
    background-color: #28a745;
    color: #fff;
}

.badge-approved:hover {
    background-color: #218838;
}

.badge-completed {
    background-color: #17a2b8;
    color: #fff;
}

.badge-completed:hover {
    background-color: #138496;
}

.badge-warning {
    background-color: #ff9800;
    color: #fff;
}

.badge-warning:hover {
    background-color: #e68900;
}

.badge-rejected {
    background-color: #dc3545;
    color: #fff;
}

.badge-rejected:hover {
    background-color: #c82333;
}

.badge-info {
    background-color: #46c0e3;
    color: #fff;
}

.badge-info:hover {
    background-color: #3aa8c7;
}

.badge-success {
    background-color: #28a745;
    color: #fff;
}

.badge-success:hover {
    background-color: #218838;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
}

.badge-danger:hover {
    background-color: #c82333;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
}

.badge-secondary:hover {
    background-color: #5a6268;
}

.badge-primary {
    background-color: #0b2450;
    color: #fff;
}

.badge-primary:hover {
    background-color: #081935;
}


@media (max-width: 1024px) {
    .Buyer-alert{
        width: 75%;
    }
}

@media (max-width: 768px) {
    .Buyer-list-item-buttons .single-btn {
        width: 100%;
    }
    .Buyer-alert{
        width: 100%;
    }
}