﻿#sharesUpdates {
    height: 0.5vh;
  
}

#udpateHeading {
    color: white;
    border-radius: 5px 45px 5px 5px;
    background: linear-gradient(45deg, #0d1e52, red);
    height:40px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     
}

    #udpateHeading h6 {
        padding-top: 1px;
        font-size: small;
    }


    .marquee-with-options {
        border-radius: 5px 5px 5px 5px;
        color: white;
        background-color: transparent;
        overflow: hidden;
        padding: 15px;
        border: 1px #ccc;
        height: 20px;
    }

.row .col-md-2, .col-md-10 {
    padding: 0px !important;
}
.progress {
    background: #f0f0f0;
    margin-top: 30px;
    display: none;
    position: relative;
}

    .progress .bar {
        background: green;
        width: 33%;
        height: 30px;
    }

    .progress .label {
        line-height: 30px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
    }


.swal-modal {
    background-color: rgba(63,255,106,0.69);
    border: 3px solid white;
}

#cmslogo {
    height:38px;
    width:200px;
    padding:5px;
}

@media (max-width: 768px) {
    #cmslogo {
        height: 40px;
        width: 155px;
        padding: 5px;
    }
}