a {
    text-decoration:none !important;
}
#flash_msg{
	position: absolute;
    z-index: 9;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#flash_msg > div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.mb-4-up, .my-4-up{
    margin-bottom: 1.8rem!important;
}
.msg{ color:#F00!important; }

/*close arrow show*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
#abnormal_msg_div{display:none;}
.bootstrap-select{border:1px #ccc solid !important;}











@media screen and (max-width:1024px){
    .mb-4-up, .my-4-up{
        margin-bottom:auto !important;
    }  
}