.formsubmit[disabled="disabled"], fieldset[disabled="disabled"]{
    opacity: 0.5;
    cursor: auto;
}
option[disabled="disabled"]{
    color: lightgrey;
    cursor: auto;
}
.preloader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
}
.banner-top-announcement{
    /*position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;*/
    width: 100%;
    /*background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);*/
    background-color: #C1CAAC;
    color: #fff;
    text-align: center;
    padding: 15px;
}