﻿*::-webkit-scrollbar {
	-webkit-appearance: none;
}

*::-webkit-scrollbar:vertical {
	width: 12px;
}

*::-webkit-scrollbar-thumb {
	background-color: #797979;
	border-radius: 20px;
	border: 2px solid #f1f2f3;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
    font-size:14px;
}
a:not(table a), a:active:not(table a){
    color:black;
    text-decoration:none;
}
a:hover, a:active {
	text-decoration: none;
}

.carousel-control.right, .carousel-control.left{
    background:none;
}