﻿


/*version history*/
.border-left-bottom-10{
    border-radius:10px 0px 0px 10px;
}
.mb-44{
    margin-bottom:44px;
}
.pt-39{
    padding-top:39px;
}
.pl-12{
    padding-left:12px;
}
.link-color {
    color: #26C0E2 !important;
}
/*.version-history-alignment{
    width: 375px;
    
    z-index: 1111;
    top: 98px;
    right: 0px;
    position: fixed;
    background-color: #fff;
}*/
@media(min-width:392px) and (max-width:526px){
    .version-history-alignment{
        width:319px;
    }
}
@media(max-width:391px) {
    .version-history-alignment {
        width: 219px;
    }
}

.version-vertical-line {
    position: absolute;
    left: 36px;
    top: 148px;
    bottom: 101px;
    width: 1px;
    background-color: #D9D9D9;
}
@media(min-width:993px) and (max-width:1200px) {
    .version-vertical-line {
        left: 33px;
    }
}

@media(min-width:769px) and (max-width:992px) {
    .version-vertical-line {
        left: 30px;
        top: 133px;
    }
}

@media(max-width:768px) {
    .version-vertical-line {
        left: 29px;
        top: 133px;
    }
}


.vertical-line {
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 0;
    width: 1px;
    background-color: #D9D9D9;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.version-item {
    position: relative;
    padding-left: 10px; /* Increased to accommodate bullet size */
    margin-bottom: 41px;
}

    .version-item::before {
        content: '';
        position: absolute;
        left: -40px; /* Adjusted to align bullets with the line */
        top: 50%;
        width: 10px;
        height: 10px;
        background-color: #D9D9D9;
        border-radius: 50%;
        transform: translateY(-50%);
        flex-shrink: 0;
    }
    .version-item::marker {
        content: '';
        position: absolute;
        left: -40px; /* Adjusted to align bullets with the line */
        top: 50%;
        width: 10px;
        height: 10px;
        background-color: #D9D9D9;
        border-radius: 50%;
        transform: translateY(-50%);
        flex-shrink: 0;
    }


.toggle-content {
    display: block;
    
    margin-bottom: 10px;
}
.versionfilter-dropdown-alignment{
   gap:15px;
    width:230px !important;
    top:10px !important;
    left:-60px !important;
    border-radius:10px;
}
.versionedit-dropdown-alignment {
    gap: 15px;
    width: 230px !important;
    top: 10px !important;
   border-radius:10px;
}
    .versionedit-dropdown-alignment::before {
        fill: #D9D9D9;
        content: "";
        position: absolute;
        top: -10px; /* Adjust to position the triangle correctly */
        left: 190px; /* Adjust to align with the dropdown toggle */
        border-width: 0 10px 10px 10px; /* Width of the triangle */
        border-style: solid;
        border-color: transparent transparent white transparent; /* Color of the triangle */
    }
.versionfilter-dropdown-alignment::before {
    fill: #D9D9D9;
    content: "";
    position: absolute;
    top: -10px; /* Adjust to position the triangle correctly */
    left: 190px; /* Adjust to align with the dropdown toggle */
    border-width: 0 10px 10px 10px; /* Width of the triangle */
    border-style: solid;
    border-color: transparent transparent white transparent; /* Color of the triangle */
}
.p-6-16{
    padding:6px 16px;
}
.mt-25{
    margin-top:-25px;
}
.version-list-active {
    border-radius: 5px 0px 0px 5px;
    background: #E5F4FF;
}
.p-15-18{
    padding:15px 18px;
}
.mb-23{
    margin-bottom:23px !important;
}
.mt-12 {
    margin-top: -12px;
}

/* Rotation class */
.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.version-history-height {
    height: 529px;
}

.version-history-alignment {
    width: 100%;
    max-width: 375px;
    z-index: 1111;
    top: 85px;
    right: 0;
    position: fixed;
    background-color: #fff;
    height: calc(100vh - 85px); /* Makes it responsive based on the viewport height */
    overflow-y: auto; 
}

/* Additional responsiveness for different screen sizes */
@media (max-width: 768px) {
    .version-history-alignment {
        max-width: 40%;
        right: 0;
    }
}

@media (max-width: 480px) {
    .version-history-alignment {
        max-width: 34%;
        right: 0;
        top: 60px; /* Adjust the top position for smaller screens */
        height: calc(100vh - 60px); /* Adjust height for smaller screens */
    }
}

.ml-minus-6 {
    margin-left: -6px;
}