  .single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_type17 {
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-top: 160px;
}

.content_type17::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Content/components/content/type1/images/2.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
}

.content_type17::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: url('/Content/components/content/type1/images/3.png');
    z-index: -2;
}

.content_type17 .lg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #f2f2f2 60%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.content_type17 .sidebar {
    width: 334px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 21px 45px rgba(0, 0, 0, 0.25);
}

    .content_type17 .sidebar .title {
        font-weight: 700;
        font-size: 2rem;
        padding: 42px 0 32px 50px;
        margin-bottom: 0;
        background-image: url('/Content/components/content/type17/images/1.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--color-primary);
        color: white;
    }

    .content_type17 .sidebar .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 20px 25px 20px 47px;
        color: #1F1F1F;
    }

.content_type17 .sidebar .nav-link:hover {
    background-color: var(--color-primary);
    color: white;
}

.content_type17 .submenu {
    background-color: #F0F0F0;
    list-style-type: none;
    padding-left: 0;
}

.content_type17 .submenu .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: #5E5E5E;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    position: relative;
}

.content_type17 .submenu .nav-link::before {
    content: '-';
    position: absolute;
    left: 40px;
}



.content_type17 .wrap {
    background-color: white;
    padding: 10px 40px 40px;
    border-top: 10px solid var(--color-primary);
    box-shadow: 0px 21px 45px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.content_type17 .wrap input {
    height: 45px;
    border-radius: 6px;
    border-color: #CECECE;
}

.content_type17 .wrap input::placeholder,
.content_type17 .wrap textarea::placeholder {
    color: #9B9B9B;
}

.content_type17 .wrap textarea {
    border-radius: 6px;
    border-color: #CECECE;
}

.content_type17 .wrap input:focus,
.content_type17 .wrap textarea:focus {
    outline: 1px solid var(--color-primary);
    box-shadow: none;
}

.content_type17 .wrap .breadcrumb-item {
    font-size: 1rem;
    color: #5D5D5D;
}

.content_type17 .wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

    .content_type17 .wrap .title h4 {
        font-weight: 700;
        font-size: 2.25rem;
        color: var(--color-primary);
    }

.content_type17 .wrap .active-box {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.content_type17 .wrap .active-box button {
    color: white;
    border-radius: 6px;
    margin-left: 8px;

}

.content_type17 .wrap .active-box button.print {
    background-color: #BD620D;
}

.content_type17 .wrap .active-box button.fb {
    background-color: #2B6ED3;
}

.content_type17 .wrap .active-btn button {
    border-radius: 5px;
    font-weight: 700;
    padding: 11px 42px;
}

.content_type17 .wrap .active-btn .btn-primary {
    background-color: var(--color-primary);
}

.content_type17 .wrap .active-btn .btn-light {
    background-color: rgba(205, 205, 205, 0.5);
    color: #5E5E5E;
}