
.background1 {


    background: url("../img/img4.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.12);
    background-blend-mode: darken;
    min-height: calc(100vh - 56px) !important;
}
.login_bg{
    background: url("../img/img3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-color: rgba(0, 0, 0, 0.12);
    background-blend-mode: darken;
    /* min-height:100vh ; */

}

.displayNone{
    display: none!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.blueWarning{
    color: #416ebc;
}

.redWarning{
    color: rgb(174, 4, 4);
}

.warning{
    color: #000000;
}
.winbg {
    background-color: green!important;
}
.losebg{
    background-color: red!important;
    color: white!important;
}
.equalbg{
 background-color: #b5b5b5 !important;
    border: none!important;
}

.btn-primary{
    background-color: #ff9e00!important;
    border: none!important;

}
.bg-primary{
    background-color: #ff9e00!important;
}


@media print
{
    .changeBtn,.noPrint
    {
        display: none !important;
    }
}