.release-change-log {
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
}

.show-more-btn {
    margin-top: 50px !important;
    justify-content: center;
    display: grid;
    margin-bottom: 50px !important;
    border-radius: 20px;
}

.show-more-btn-txt {
    padding: 5px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 35px;
    background-color: #2A2965;
    border: none;
    border-radius: 30px;
    width: 10em;
}

.powerd-by {
    margin-top: -5px;
    z-index: 999;
    position: sticky;
    background-color: #EDEDF4;
    padding: 35px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}

.subscribe-btn {
    margin-top: 5%;
    justify-content: center;
    background-color: #218838 !important;
}

.rssfeed-btn {
    margin-top: 5%;
    justify-content: center;
    background-color: #FF7C33 !important;
    margin-left: 10px;
}

.butn-group-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clickable-row:hover {
    background: #c0c0c0;
    cursor: pointer;
}

.listing-page {
    padding-left: 2em;
    padding-right: 2em;
}

button,
button:focus {
    border: none;
    outline: none !important;
}

.rectangle {
    box-sizing: border-box;
    border: 1px solid #e2e5ed;
    position: absolute;
    width: 83px;
    height: 33px;
    left: 1174px;
    top: 3px;
    background: #e3ebfb;
    border-radius: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.hr {
    width: 1247px;
    height: 0px;
    left: 26px;
    top: 50px;
    border: 1px solid #cccccc;
    margin-left: 40px;
    margin-top: 20px;
}

.release-logo {
    left: 5em;
    position: absolute;
    top: 2.5rem;
}

.next-button {
    right: 0.5% !important;
    margin: unset !important;
    top: 3% !important;
    position: relative;
    padding-top: 3%;
    text-align: center;
}

.image-wrap img {
    width: 60%;
    height: 60%;
    display: inline-block;
}

#releaseLogoImg {
    width: auto;
    max-height: 50px;
    max-width: 200px;
    object-fit: contain;
}

.release-page-login-left {
    height: 100vh !important;
    width: 100%;
    background-color: #37379B;
}

.release-page-login-right {
    height: 100vh !important;
    width: 100%;
}

.wrapper-login-right {
    margin-top: 40% !important;
    padding-left: 6.5em !important;
    padding-right: 6.5em !important;
}

.page-detail {
    padding-bottom: 2em;
    padding-top: 2em;
}

.susbscribeSuccessMsg {
    margin-top: 2% !important;
}

.search-bar {
    font-size: 0.85rem !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    margin-bottom: 1rem !important;
}

/* Additional styles for navbar */
.navbar-expand-custom .navbar-collapse {
    display: none;
}

.navbar-expand-custom .navbar-collapse.show {
    display: flex !important;
}

@media (max-width: 1249px) {

    /* Styles for screens smaller than 1200px */
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }
}

@media (min-width: 1250px) {

    /* Styles for screens 1200px and larger */
    .mobile-view {
        display: none;
    }

    .desktop-view {
        display: block;
    }
}

/* Small devices (landscape phones, 321px to 544px) */
@media screen and (min-width: 321px) and (max-width: 544px) {
    .col-md-8 {
        bottom: -2px;
        width: 50% !important;
    }

    .col-md-4 {
        width: 50% !important;
    }

    .listing {
        padding-top: unset;
    }

    .listing-page {
        padding-right: 5%;
        padding-left: 5%;
    }

    .display-4 {
        font-size: 2rem !important;
    }

    .display-6 {
        padding-right: 10% !important;
        padding-left: 10% !important;
        color: white !important;
        font-size: 0.8em !important;
    }

    .subs-btn-wrapper {
        margin-top: 5% !important;
    }

    .col-md-4 {
        font-size: 0.9rem;
    }

    .field-2 .fa {
        font-size: 0.9rem;
    }

    .hr-line {
        margin-top: 2.2%;
        width: 102%;
        border: 0.1px solid #cccccc;
    }

    .listing {
        padding-top: 2em;
    }

    .col-md-8 h6 {
        margin-bottom: unset;
        line-height: 0.1;
    }

    .show-more-btn {
        height: 30px;
        width: 75px;
        margin-top: 6%;
    }

    .show-more-btn-txt {
        font-size: 9px;
        line-height: 12px;
    }

    .powerd-by {
        background-color: #EDEDF4;
        padding: 13px;
        font-size: 9px;
        line-height: 10px;
    }

    .private-page-logout {
        min-width: 5rem !important;
        padding: 0.1rem !important;
        font-size: 0.7rem !important;
        left: 16px !important;
    }

    .release-page-loggedin-img {
        width: 14px !important;
    }

    .susbscribeSuccessMsg {
        width: 248px !important;
        font-size: 11px !important;
        margin: auto;
        top: 5% !important;
    }

    .release-page-loggedin-container {
        font-size: 0.5em !important;
        right: 0.1em !important;
    }

    .release-page-login-left {
        height: 60vh !important;
        width: 100%;
        background-color: #f1f7fa;
    }

    .release-page-login-right {
        height: 40vh !important;
        width: 100%;
    }

    .wrapper-login-right {
        margin-top: 6% !important;
        padding-left: 4.5em !important;
        padding-right: 4.5em !important;
    }

    .release-page-login-widget-name {
        font-size: 2em !important;
    }

    .release-page-login-widget-desc {
        font-size: 0.8em !important;
        padding-left: 16% !important;
        padding-right: 16% !important;
    }

    .wrapper-login-right .private-page-title {
        font-size: 1.5em !important;
    }

    .wrapper-login-right .private-page-desc {
        font-size: 0.8em !important;
    }

    .private-login-btn {
        font-size: 50% !important;
    }

    .private-page-login-link {
        font-size: 0.8em !important;
    }

    .clickable-row:hover {
        background: #c0c0c0;
    }

    .field-1 {
        font-size: 1em !important;
    }

    #releaseLogoImg {
        max-height: 30px !important;
    }

    .field-2 .fa {
        font-size: 0.9rem !important;
        margin-top: 20px !important;
    }

    .hr {
        margin-left: 28px;
        width: 85%;
    }

    .rectangle {
        width: 42px;
        height: 22px;
        left: unset;
        right: 2%;
    }

    .field-2 {
        font-size: 0.5em;
    }

    .field-3 {
        font-size: 0.8em;
    }

    .issueBody h5 {
        font-size: 0.8em;
        word-wrap: break-word;
    }

    .next-button {
        right: 1.5% !important;
    }

    .carousel-control-prev {
        width: 30% !important;
    }

    .carousel-control-next {
        width: 30% !important;
    }

    .btn-prev {
        padding: 0.1rem 0.3rem !important;
        font-size: 0.8em !important;
    }

    .btn-next {
        padding: 0.1rem 0.8rem !important;
        font-size: 0.8em !important;
    }

    .issueBody {
        margin-top: 30px !important;
        padding-right: 50px !important;
        padding-left: 25px !important;
    }

    .release-page-login-widget-name {
        font-size: 2em !important;
        padding-left: 16%;
        padding-right: 16%
    }

    .release-page-login-widget-desc {
        font-size: 0.8em !important;
        padding-left: 16% !important;
        padding-right: 16% !important;
    }

    .wrapper-login-right .private-page-title {
        font-size: 1.5em !important;
    }

    .wrapper-login-right .private-page-desc {
        font-size: 0.8em !important;
    }

    .private-login-btn {
        font-size: 50% !important;
    }

    .private-page-login-link {
        font-size: 0.8em !important;
    }

    .release-details {
        margin-top: -6% !important;
    }

    .release-details h4 {
        font-size: 1.2rem !important;
    }

    .release-details h6 {
        font-size: 0.9rem !important;
    }

    .search-bar-wrapper {
        width: 21%;
        margin-right: 50px !important;
        margin-top: -26px !important;
    }
}

/* Medium devices (tablets, 545px to 768px) */
@media screen and (min-width: 545px) and (max-width: 768px) {
    .hr-line {
        margin-top: 2.2%;
        width: 106%;
        border: 0.1px solid #cccccc;
        margin-left: -3%
    }

    .col-md-8 {
        width: 50% !important;
    }

    .col-md-4 {
        width: 50% !important;
    }

    .listing {
        margin-top: 2%;
    }

    .display-4 {
        font-size: 2em !important;
    }

    .display-6 {
        font-size: 0.9em !important;
    }

    .subs-btn-wrapper {
        margin-top: 5% !important;
    }

    .show-more-btn {
        height: 35px;
        width: 88px;
        margin-top: 3%;
    }

    .show-more-btn-txt {
        font-size: 11.5px;
        line-height: 13px;
    }

    .powerd-by {
        background-color: #EDEDF4;
        padding: 13px;
        font-size: 10.5px;
        line-height: 11px;
    }

    .susbscribeSuccessMsg {
        width: 300px !important;
        font-size: 13px !important;
        margin: auto;
        top: 5% !important;
    }

    .private-page-logout {
        min-width: 5rem !important;
        padding: 0.1rem !important;
        font-size: 0.7rem !important;
        left: 15% !important;
    }

    .release-page-loggedin-container {
        font-size: 0.8em !important;
    }

    .release-page-loggedin-img {
        width: 20px !important;
    }

    .release-change-log {
        padding-left: 4em;
        padding-right: 4em;
        width: 100%;
    }

    .field-1 {
        word-wrap: break-word !important;
        font-size: 1em !important;
    }

    .rectangle {
        width: 60px !important;
        height: 30px !important;
        right: 2% !important;
        left: unset !important;
    }

    .field-2 {
        font-size: 12px !important;
    }

    .hr {
        width: 84% !important;
    }

    .field-3 {
        font-size: 0.9em !important;
    }

    .issueBody {
        margin-top: 30px !important;
        padding-right: 60px !important;
        padding-left: 40px !important;
    }

    .issueBody h5 {
        font-size: 0.9em !important;
        word-wrap: break-word;
    }

    .carousel-control-prev {
        width: 20% !important;
    }

    .carousel-control-next {
        width: 20% !important;
    }

    .btn-prev {
        font-size: 0.8em;
    }

    .btn-next {
        font-size: 0.8em;
        padding: 0.375rem 1.75rem !important;
    }

    .release-page-login-widget-name {
        font-size: 3em !important;
    }

    .release-page-login-widget-desc {
        font-size: 1em !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wrapper-login-right .private-page-title {
        font-size: 2em !important;
    }

    .wrapper-login-right .private-page-desc {
        font-size: 1em !important;
    }

    .private-login-btn {
        font-size: 60% !important;
    }

    .private-page-login-link {
        font-size: 0.7em !important;
    }

    .release-details {
        margin-top: -6% !important;
    }

    .release-details h4 {
        font-size: 1.2rem !important;
    }

    .release-details h6 {
        font-size: 0.9rem !important;
    }

    .searchWrapperClass {
        padding-right: 11% !important;
    }

    .search-bar-wrapper {
        margin-right: 100px !important;
        width: 20%;
    }

}

/* Medium devices (tablets, 768px and 1210px) */
@media screen and (min-width: 769px) and (max-width: 1210px) {
    .subscribe-btn {
        height: 28px;
        width: 88px;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    .rssfeed-btn {
        height: 38px;
        width: 128px;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
        margin-left: 10px;
    }

    .butn-group-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .subs-btn-wrapper {
        margin-top: 5% !important;
    }

    .display-4 {
        font-size: 28px;
        line-height: 39px;
    }

    .display-6 {
        font-size: 16px;
        line-height: 22px;
    }

    .hr-line {
        margin-top: 2.2%;
        width: 106%;
        border: 0.1px solid #cccccc;
        margin-left: -3%;
    }

    .release-change-log {
        padding-right: 10em;
        padding-left: 10em;
    }

    .show-more-btn {
        height: 40px;
        width: 91px;
    }

    .show-more-btn-txt {
        font-size: 13px;
        line-height: 14px;
    }

    .powerd-by {
        background-color: #EDEDF4;
        padding: 13px;
        font-size: 10px;
        line-height: 12px;
    }

    .susbscribeSuccessMsg {
        width: 413px !important;
        font-size: 15px !important;
        margin: auto;
        top: 5% !important;
    }

    .private-page-logout {
        min-width: 5rem !important;
        padding: 0.1rem !important;
        font-size: 0.8rem !important;
        left: 0px !important;
    }

    .release-page-loggedin-container {
        font-size: 1em !important;
    }

    .release-page-loggedin-img {
        width: 26px !important;
    }

    .hr {
        width: 89% !important;
    }

    .rectangle {
        width: 65px !important;
        height: 29px !important;
        right: 3%;
        left: unset !important;
    }

    .field-2 {
        font-size: 0.9em !important;
        margin: 3% !important;
    }

    .issueBody {
        margin-top: 30px !important;
        padding-right: 60px !important;
        padding-left: 40px !important;
    }

    .field-3 {
        font-size: 1em !important;
    }

    .issueBody h5 {
        font-size: 1em !important;
        word-wrap: break-word;
    }

    .carousel-control-prev {
        width: 20% !important;
    }

    .carousel-control-next {
        width: 20% !important;
    }

    .btn-prev {
        font-size: 0.9em;
    }

    .btn-next {
        font-size: 0.9em;
        padding: 0.375rem 1.75rem !important;
    }

    .release-page-login-widget-name {
        font-size: 3em !important;
    }

    .release-page-login-widget-desc {
        font-size: 1em !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .wrapper-login-right .private-page-title {
        font-size: 1.8em !important;
    }

    .wrapper-login-right .private-page-desc {
        font-size: 0.8em !important;
    }

    .private-login-btn {
        font-size: 70% !important;
    }

    .private-page-login-link {
        font-size: 0.8em !important;
    }

    .release-details {
        margin-top: -3% !important;
    }

    .release-details h4 {
        font-size: 1.5rem !important;
    }

    .release-details h6 {
        font-size: 1.1rem !important;
    }

    .searchWrapperClass {
        padding-right: 20% !important;
    }

    .search-bar-wrapper {
        margin-right: 110px !important;
        width: 25%;
    }

}

/* Large devices (Desktops, 1211px and 1440px) */
@media screen and (min-width: 1211px) and (max-width: 1440px) {
    .subscribe-btn {
        margin-top: 5%;
        text-align: center;
        background-color: #218838 !important;
        height: 40px;
        width: 120px;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .rssfeed-btn {
        margin-top: 5%;
        text-align: center;
        background-color: #FF7C33 !important;
        height: 40px;
        width: 120px;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin-left: 10px;
    }

    .butn-group-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .subs-btn-wrapper {
        text-align: center !important;
        margin-top: -3% !important;
    }

    .release-change-log {
        padding-left: 12.375em;
        padding-right: 12.375em;
    }

    .clickable-row:hover {
        background: #c0c0c0;
    }

    .listing-page {
        padding-left: 2em;
        padding-right: 2em;
    }

    .hr-line {
        margin-top: 50px;
        height: 1px;
        width: 104%;
        opacity: 0.8;
        border: 0.1px solid #cccccc;
        margin-left: -2%
    }

    .field-1 {
        font-size: 1.2em !important;
    }

    .rectangle {
        left: unset !important;
        right: 3%;
    }

    .field-2 {
        margin: 4% !important;
    }

    .btn-prev {
        padding: 0.375rem 0.75rem !important;
    }

    .btn-next {
        padding: 0.375rem 1.75rem !important;
    }

    .hr {
        width: 94% !important;
    }

    .issueBody h5 {
        word-wrap: break-word;
        font-size: 1em;
    }

    .susbscribeSuccessMsg {
        width: 435px !important;
        font-size: 16px !important;
        margin: auto;
        top: 5% !important;
    }

    .search-bar-wrapper {
        margin-right: 190px !important;
    }

    .searchWrapperClass {
        padding-right: 16% !important;
    }
}

/* Extra Large devices (Desktops, greater than 1441px width) */
@media (min-width: 1441px) {
    .subscribe-btn {
        margin-top: 5%;
        text-align: center;
        background-color: #218838 !important;
        height: 40px;
        width: 120px;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .rssfeed-btn {
        margin-top: 5%;
        text-align: center;
        background-color: #FF7C33 !important;
        height: 40px;
        width: 120px;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px;
        margin-left: 10px;
    }

    .butn-group-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .subs-btn-wrapper {
        text-align: center !important;
        margin-top: -3% !important;
    }

    .susbscribeSuccessMsg {
        width: 490px !important;
        margin: auto;
        font-size: 18px !important;
        top: 5% !important;
    }

    .issueBody h5 {
        word-wrap: break-word;
    }

    .hr-line {
        margin-bottom: 1%;
        margin-top: 1.2%;
        width: 104%;
        border: 0.1px solid #cccccc;
        opacity: 0.8;
        margin-left: -2%;
    }

    .listing-page {
        padding-right: 8em !important;
        padding-left: 8em !important;
    }

    .hr {
        width: 94% !important;
    }

    .rectangle {
        right: 4%;
        left: unset !important;
    }

    .search-bar-wrapper {
        margin-right: 300px !important;
    }

    .release-change-log {
        padding-left: 14.375em;
        padding-right: 14.375em;
    }
}