
@media (min-width: 768px) and (max-width: 929px) {
  .ctaimage {
    flex-direction: column-reverse;
  }
  .article-text {
    order: 2;
  }
  .article-image {
    order: 1;
    width: 100%;
  }
  .article-image img {
    width: 100%;
    height: auto;
  }
}

.accordion-button:not(.collapsed)::after{
  transform: rotate(-360deg) !important;
}
  /* Fix background URL and adjust positioning */
  .annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
}

.show-items-container {
    display: flex;
    align-items: center;
}

    .show-items-container h6 {
        margin: 0;
        margin-right: 10px; /* Spacing between the label and dropdown */
        font-size: 16px;
    }

    .show-items-container .form-select {
        width: auto; /* Makes the dropdown size fit its content */
        font-size: 14px;
        cursor: pointer;
        border-radius: 0px;
    }

.select-all-files {
    background: #11CDB4;
    font-size: 12px;
    color: #fff;
    padding: 0.8rem 0.8rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    margin-right: 5px;
}

    .select-all-files:hover {
        background: #0E1116;
        color: #fff;
        cursor: pointer;
    }

@media (max-width: 899px) {
  .annotation-line {
    display: none; /* Hide the line */
  }
}


@media (max-width: 1200px) 
{
  .annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 10%;
    transform: translateX(-50%) translateY(-50%);
}  }

@media (min-width: 1200px) 
{
.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 10%;
    transform: translateX(-50%) translateY(-50%);
}
}
@media (min-width: 1300px) 
{
.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 15%;
    transform: translateX(-50%) translateY(-50%);
}
}
@media (min-width: 1500px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 20%;
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (min-width: 1800px) {
    .annotation-line {
        position: absolute;
        top: 67%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 34%;
        transform: translateX(-50%) translateY(-50%);
    }
}

.select-all-files {
    background: #11CDB4;
    font-size: 12px;
    color: #fff;
    padding: .8rem 0.8rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    margin-right: 5px;
}

    .select-all-files:hover {
        background: #0E1116;
        color: #fff;
        cursor: pointer;
    }

.view-icon {
    width: 14px;
    height: 17px;
    margin-left: 7px;
    margin-top: -3px;
}

.download-icon {
    width: 14px;
    height: 14px;
    margin-left: 7px;
    margin-bottom: 3px;
}

.btn-download-small {
    background-color: #4054AC;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0px 3px 22px;
    border-radius: 0px;
    margin-right: 10px
}

    .btn-download-small::after {
        content: "";
        color: #fff;
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download-small:hover {
        background-color: #25292B;
        color: #fff
    }

    .btn-download-small:visited {
        color: #fff;
    }

.btn-download-view {
    background-color: #4054AC;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0px 4px 10px;
    border-radius: 0px;
    margin-right: 10px;
}

    .btn-download-view::after {
        content: "";
        color: #fff !important;
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .btn-download-view:hover {
        background-color: #25292B;
        color: #fff;
    }