html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #E5E5E5;
    color: #000;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

li{ list-style: none;}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
a:hover{ color: #000;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
h2{ font-size: 24px; font-weight: 700;}
h3{ font-size: 16px;}

/*Theme bg Color*/
.primary-bg{ background: #000;}
.secondary-bg{ background: #C51A1B;}
.light-black-bg{ background: #0D0D0D;}
.grey-bg{ background:#2E2E2E ;}
.gray-primary-bg{ background: #383838;}
.white-bg{ background: #fff;}
.inplay-bg{ background: #00B181;}

/*Theme Font color*/
.red-color{ color: #C51A1B;}
.white-color{ color: #fff;}
.blue-color{ color: #13A8FC;}
.black-color{ color: #000;}
.light-grey-color{ color: #454545       ;}

.btn{    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;}
.btn:hover {
    color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.primary-font{ font-size:13px ;}
.secondary-font{ font-size: 16px;}
[role=button] {
    cursor: pointer;
}

.opacity-half{ opacity: 0.5;}

/* 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;
}

html, .styled-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #414141 transparent
}

html ::-webkit-scrollbar,
.Select__menu-list ::-webkit-scrollbar,
.styled-scrollbar ::-webkit-scrollbar {
	background: transparent;
	border-radius: 4px;
	height: .5rem;
	width: .5rem
}

html ::-webkit-scrollbar-thumb,
.Select__menu-list ::-webkit-scrollbar-thumb,
.styled-scrollbar ::-webkit-scrollbar-thumb {
	background: #414141;
	border-radius: 4px
}
.text-right{text-align: right;}
.full-height{height:45px;}

.sidebar:hover {
    overflow-y: auto;
}