.center{text-align: center ;}
.left{text-align: left ;}
.right{text-align: right ;}
.pointer{cursor:pointer;}
.noallow{cursor:not-allowed;}
.none{display: none !important}
.vcenter{vertical-align:middle}
.vtop{vertical-align:top}
.vbottom{vertical-align:bottom}
.red{color:red}
.blue{color:blue}
.orange{color:#fe980f}
.white{color:white}
.green{color:green}
.strong{font-weight:bold}
.oyauto{overflow-y: auto;}

.width100{width : 100% !important}



.bgorange{background : #ffb100 !important }
.bgred{background : #ff6262 !important}
.bgpurple{background : #9816f4 !important}
.bglightblue{background : #00c5dc !important}
.bglightgreen{background : #34bfa3 !important}
.bgsky{background : #36a3f7 !important}
.bgpink{background : #e83e8c !important}
.bggray{background : #6c757d !important}
.bgfacebook{background : #1877f2 !important}


::-webkit-scrollbar
{
  width: 4px;
  height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
/* -webkit-border-radius: 10px; */
/* border-radius: 10px; */

}

/* Handle */
::-webkit-scrollbar-thumb {
/* -webkit-border-radius: 10px; */
/* border-radius: 10px; */
background: #16497f;
width: 4px;

}
