h3.issue_heading {
    margin: unset;
    background: #F0FDF4;
    padding-left: 30px;
}
.timeline.no-releases::after {
    display: none;
}
section#release_note {
    background-color: rgb(239 252 250 / 50%);
}
.release {
    CURSOR: POINTER;
}
li.release_li::before {
    content: url(/wp-content/plugins/release-note/assets/release_note_circle.svg);
    padding-right: 20px;
    position: relative;
    top: 4px;
}
li.release_li {
    text-align: left !important;
    padding-bottom: 15px !important;
    padding-top: 15px;
    line-height: 26px !important;
    list-style: none;
    margin: unset;
    border-bottom: 1px solid #E9F5F2;
}

     h1#plugin-name {
    margin: 0px !important;
    text-align: center !important;
    font-size: 45px !important;
}
        ul.release_ui {
    margin: unset;
   padding: 10px 30px 0px 30px !important;
}
        li.release_li {
            text-align: left !important;
            padding-bottom: 20px !important;
            line-height: 26px !important;
        }
        /*#issue-container::-webkit-scrollbar {
            width: 15px;    
        }
        #issue-container::-webkit-scrollbar-thumb {
            background: #c1f5e6;
            border-radius: 41px;
            border: 3px solid #0094FF;
	}
        #issue-container::-webkit-scrollbar-track {
            background: #0094FF;
            border-radius: 20px;
        }*/
       div#issue-container {
           border: 1px solid #F6F6F6;
           padding: 0px 0px 60px 0px;
           width: 100%;
           border-radius: 20px;
           height: auto;
           overflow-x: hidden;            
           box-shadow: 0px 2px 6px 0px #0000000D;
        }
       
        .release-container {
            text-align: center;
           
        }
        .title {
            font-size: 2rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 2rem;
        }
        .timeline {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        .timeline::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #C0C0C0;            
        }
        .timeline-item {
            text-align: center;
            position: relative;
            width: 20%;
        }
        .odd .date {
            font-family: 'Roboto';
            font-weight: 400;
            font-size: 16px;
            color: #8C8CA1;
            margin-bottom: 0.5rem;
            position: relative;
            top: -128px;
}
        .even .date {
            font-family: 'Roboto';
    	    font-weight: 400;
            font-size: 16px;
            color: #8C8CA1;
            margin-bottom: 0.5rem;
            position: relative;
            top: 64px;
        }
       .odd .release {
            font-family: 'Be Vietnam';
            font-size: 18px;
            font-weight: 600;
            color: #121B32;
            position: relative;
            top: -136px;
        }
        .even .release {
             font-family: 'Be Vietnam';
            font-size: 18px;
            font-weight: 600;
            color: #121B32;
            position: relative;
            top:56px;
        }
       .odd .marker {
    width: 10px;
    height: 10px;
    background-color: #00BFFF;
    border-radius: 50%;
    position: relative;
    margin: 1rem auto;
    top: 4px;
}
        .even .marker {
            width: 10px;
            height: 10px;
            background-color: #00BFFF;
            border-radius: 50%;
            position: relative;
            margin: 1rem auto;
            top: 89px;
        }
        .marker::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            width: 20px;
            height: 20px;
            background-color: #b4eada;
            border-radius: 50%;
            z-index: -1;
        }
        .line {
            width: 1px;
            background-color: #C0C0C0;
            margin: 0 auto;
        }
       .timeline-item.odd .line {
    height: 35px;
    margin-bottom: 1rem;
    position: relative;
    top: -2px;
}
        .timeline-item.odd .marker {
            margin-bottom: 1rem;
        }
        .timeline-item.even .line {
    height: 35px;
    margin-top: 1rem;
    position: relative;
    bottom: -29px;
}
        .timeline-item.even .marker {
            margin-top: 1rem;
        }
 
   #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1001;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.odd .marker.blinking::before {
    animation: blink 1s infinite;
    background-color: #48deb1;    
    transform: scale(1.2);
}
ul.imp_update_ul {
    margin: unset;
}
li.imp_update_li {
    padding-left: 6px;
}
@media only screen and (max-width:767px){
    h3.issue_heading {
        margin: unset;
        background: #F0FDF4;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 24px;
        font-size: 25px;
        height: 76px;
        padding-top: 11px;
    }
}
li.imp_update_li::marker {
    content: url('/wp-content/plugins/release-note/assets/release_note_circle.svg');    
}
