.reference-request-preview .user-profile{
    width: 120px;
    height: 120px;
}

.fw-bold {
    font-weight: 600 !important;
}

.reference-request-preview .text-link{
    color: #0d6efd;
    text-decoration: underline;
}
.modal-content{
    background-color: #fff;
}
.font-xl{
    font-size: 1.5rem !important;
}
.font-sm{
    font-size: 1rem !important;
}
.badge-dark-custom{
    background-color: #c1c1c1;
    border-radius: 20px;
    color: #0e1726;
}
.svg-icon{
    width: 60px;
    height: 60px;
}
.svg-icon img{
    width: 100%;
    height: auto;
}

.card-header .fa-question-circle {
    color: #fff;
}
.card-header {
    background-color: #144e76 !important;
}

.form-control {
    color: #000 !important;
}

.form-control[type="search"] {
    padding: 0.175rem 0.75rem !important;
    border-radius: 6px !important;
    border: 1px solid #bfc9d4 !important;
}

.form-select{
    color: #000 !important;
}

.wizard-square {
    background-color: #f1f1f1;
    border: 0 !important;
}

.img-wizard {
    width: 50px;
    height: 50px;
    padding: 0px;
}

.img-arrow {
    width: 38px;
    height: 35px;
    margin-top: 10px;
    padding: 10px 10px 10px 0px;
}

.wizard-label {
    font-size: large;
    padding-top: 10px;
    color: #000;
    font-weight: 600 !important;
    padding: 10px 5px;
}

.btn svg {
    pointer-events: none;
    height: 18px;
    width: 18px;
}

.fa-star {
    color: #ee7e00;
}

.list-group-item.active {
    background-color: #94c6f0 !important;
    color: black !important;
}

li span {
    font-size: 15px !important;
}

.form-check-input {
    background-color: #737a81 !important;
    border-color: #737a81 !important;
}

.form-check-input:checked {
    background-size: 80% 80% !important;
}

.credibility-graph {
    width: 100%;
    text-align: end;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.list-group-item.active {
    background-color: #e7f4fe !important;
    font-weight: 600;
    color: #27547b !important;
}

@media (max-width: 600px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block !important;
    }
}
@media (min-width: 600px) {
    .hide-monitor {
        display: none;
    }
}

@media (max-width: 768px) {
    .p-0-mobile {
        padding: 0px !important;
    }
}


.progress-container {
    max-width: 1400px;
    margin-bottom: 2rem;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.step {
    flex: 1;
    text-align: start;
    position: relative;
    --step-circle-size: 2.25rem;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(var(--step-circle-size) / 2);
    left: calc(20px + 40px);
    width: calc(100% - 80px);
    height: 3px;
    background-color: #ccc;
    z-index: 1;
}

.step.completed:not(:last-child)::after {
    background-color: #f48122;
}

.step.in-progress:not(:last-child)::after {
    background-color: #f5822299;
}

.step-circle {
    width: var(--step-circle-size);
    min-width: var(--step-circle-size);
    height: var(--step-circle-size);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #999;
}

.step.completed .step-circle {
    background-color: #f48122;
    border-color: #f48122;
    color: #fff;
}

.step.in-progress .step-circle {
    border-color: #f5822299;
    color: #000;
    border-width: 2px;
}

.step-label {
    font-size: 1rem;
    color: var(--bs-dark);
    font-weight: 600;
}

.step-description {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--bs-dark);

    max-width: 22ch;
    text-wrap: balance;
    display: none;
}

.step-status {
    font-size: 12px;
    margin-top: 1rem;
}

.step.completed .step-status {
    color: #48bb78;
}

.step.in-progress .step-status {
    color: #f58222;
}

@media (max-width: 1200px) {
    .progress-steps {
        flex-direction: column;
        align-items: flex-start;
    }

    .step {
        width: 100%;
        display: none;
        align-items: flex-start;
    }

    .step.in-progress {
        display: flex;
    }

    .step.step.in-progress::after {
        width: 0;
    }

    .step:not(:last-child) {
        margin-bottom: 40px;
    }

    .step:not(:last-child)::after {
        width: 2px;
        height: calc(100% - 10px);
        left: calc(var(--step-circle-size) / 2);
        top: calc(var(--step-circle-size) + 6px);
    }

    .step-circle {
        margin: 0 15px 0 0;
    }

    .step-label, .step-status {
        text-align: left;
    }

    .step-description {
        max-width: none;
        width: 100%;

        display: block;
    }

    .step-status {
        margin-top: 0.25rem;
    }
}

/* stepper helper */
#getting-started-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    background-color: white;
    border-radius: 8px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    z-index: 1000;
}

#getting-started-card.minimized {
    transform: translateY(calc(100% - 50px));
    opacity: 0;
}

#getting-started-card .gc-header {
    color: #fff;
    background-color: #144e76;
    padding: 0.75rem 1rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#getting-started-card .gc-title {
    font-weight: 600;
    margin: 0;
}

#getting-started-card .close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;

    padding: 0rem 0.5rem;
    border-radius: 0.25rem;
}

#getting-started-card .close-btn:hover {
    color: #f0f0f0;
    background-color: #0d3a5e;
}

#getting-started-card .gc-content {
    padding: 16px;
}

#getting-started-card .video-placeholder {
    aspect-ratio: 16 / 9;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 16px;
    position: relative;

    border: 1px solid #e0e0e0;
    transition: filter 0.3s;
}

#getting-started-card .video-placeholder img {
    width: 100%;
    border-radius: 4px;
    position: relative;
}

#getting-started-card .video-placeholder:hover {
    cursor: pointer;
    filter: brightness(0.9);
}

#getting-started-card .video-placeholder .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    color: #000;
    z-index: 2;
}

#getting-started-card .steps-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#getting-started-card .steps-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

#getting-started-card .step-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
}

#getting-started-card .step-completed {
    background-color: #4caf50;
    color: white;
}

#getting-started-card .step-incomplete {
    background-color: #e0e0e0;
    color: #606060;
}

#help-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 2.75rem;
    padding-inline: 2rem;
    color: #fff;
    background-color: #144e76;
    border-radius: 0.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    gap: 0.5rem;
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    z-index: 1000;

    font-size: 1rem;
    font-weight: 500;
}

#help-icon.hidden {
    transform: scale(0);
    opacity: 0;
}

#help-icon svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 768px) {
    #getting-started-card {
        left: 1rem;
        right: 1rem;
        bottom: 0;
        border-radius: 0;
        width: calc(100% - 2rem);
    }

    #getting-started-card.minimized {
        transform: translateY(100%);
    }

    #help-icon {
        /* top: 20px; */
        bottom: 20px;
        left: unset;
        right: 20px;
    }
}

.shepherd-has-title .shepherd-content .shepherd-header {
    background-color: #144e76 !important;
    border: unset !important;
    margin: 0;
    width: auto;
}

.shepherd-title {
    color: #fff !important;
    font-size: 1.125rem !important;
}

.shepherd-text {
    color: #000 !important;
    font-size: 1.1rem !important;
    padding: 1rem !important;
}

.shepherd-button {
    background-color: #144e76 !important;
    color: #fff !important;
    border: unset !important;
    font-size: 0.75rem !important;
}

.cursor-pointer {
    cursor: pointer;
}
.modal-header {
    background-color: #144e76;
    color: white;
}
.modal-title {
    color: white;
}
.modal-content {
    border: none;
}

.card.blue-square .card-header {
    font-size: 18px;
}