﻿body {
}

#sidebar {
    display: none
}

#sidebarCollapseBtn {
    display: none
}

.DataSectionMainLayout {
    max-width: none !important;
}

#topmenuCollapse {
    display: none
}

.card1 {
    margin-left: 0px !important;
    margin-top: 6%;
}

.card-body {
    background: transparent;
}

.card-header {
    background-color: transparent !important;
}

.cardul li i {
    /* color: #0a58ca; */
    /* font-weight: 600; */
    font-size: 17px;
}

.cardul li span {
    /* color: #0a58ca; */
    /* font-size: 17px;*/
    font-weight: 400;
    font-size: 14px;
}

.cardul li {
    margin: 5px 3px;
    font-size: 14px;
}

.cardul::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background: #d8d7d670;
}

.card1 {
    background-image: url('../../Images/icons/ReleaseBG.png');
    box-shadow: 5px 10px #ddd;
    background-size: cover;
    background-repeat: no-repeat;
}

    .card1:hover {
        transform: translateY(-10px);
    }

        .card1:hover .cardul::-webkit-scrollbar {
            width: 10px;
            height: 10px;
            background: #d8d7d670;
        }

.imgback {
    background: #6b656545;
    opacity: 0.8;
    height: inherit;
    position: absolute;
    width: 100%;
    top: 0;
}

.cardul {
    min-height: 26vh;
    max-height: 26vh;
    overflow: auto;
    padding: 5px;
}

#ReleaseNoteHgtCalID {
    height: calc(100% - 0px) !important;
    overflow: auto;
}

.releasetext {
    color: #86a9cd;
    /* text-shadow: 1px 1px #6486a9; */
    font-weight: 600;
}

    .releasetext::before {
        content: "";
        width: 30px;
        height: 2px;
        display: inline-block;
        background: #e8caf7;
        margin: 9px 10px;
    }

    .releasetext::after {
        content: "";
        width: 30px;
        height: 2px;
        display: inline-block;
        background: #e8caf7;
        margin: 9px 10px;
    }

@media(max-width:995px) {
    .carddiv {
        margin: 15px 0px;
    }
}
