input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield; 
}
.inputs{
    display: block;
    padding: .7em 1em;
    line-height: 1.25;
    color:rgba(0, 0, 0, 0.8);
    background-color: #fff;
    box-sizing:border-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
input::placeholder {
    opacity: .7 !important; 
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.block{
    display: block;
}
.fw-600{
    font-weight: 600;
}
.mx-auto{
    margin: 0 auto;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-justify{
    text-align: justify;
}
button:focus, li:focus, input:focus, textarea:focus {
    outline: none !important; 
}
.w-100{
    width:100% !important;
}
.w-80{
    width:80% !important;
}
.w-70{
    width:70% !important;
}
.w-30{
    width:30% !important;
}
.w-20{
    width:20% !important;
}
.h-100{
    height:100% !important;
}
.h-fit{
    height:fit-content !important;
}
.ws-100{
    width:100vw !important;
}
.hs-100{
    height:100vh !important;
}
ul {
    padding: 0 !important;
    margin: 0 !important; 
}  
li, a {
    text-decoration: none !important;
    list-style-type: none !important;
    cursor: pointer; 
}
.gone {
    display: none !important; 
}
.vanish {
    opacity: 0;
}
.appear{
    opacity: 1;
}
.opac-70{
    opacity:.7;
}
.opac-50{
    opacity:.5;
}
.pointer {
    cursor: pointer; 
}
.inactive {
    pointer-events:none; 
}
.wht {
    color: white !important; 
}
.blac {
    color: black !important; 
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.ovflo-y{
    overflow-y: auto;
}
.clr {
    clear: both; 
}
.res, .resp{
    margin-top: 1.5rem;
}
.loader{
    padding-top: -1.8rem;
}
.img-con{
  background-size: contain;
  background-repeat: no-repeat;
}
.img-cov{
  background-size: cover;
  background-repeat: no-repeat;
}
button{
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .6rem .9rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.centercon {
    position: relative;
}
.center{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
}
.horizon-spread div,
.horizon-spread span,
.horizon-spread button,
.horizon-spread input{
    flex-grow: 1;
    align-self: center;
}
.horizon-spread{
    display: flex;
    margin-right: -.8rem;
    margin-left: -.8rem;
}
.flexdiv{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-center{
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.anim {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.anim-ease {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease-in; 
}

