body, html {
    font-family: Roboto,sans-serif !important;
}
.input-element {
    flex-direction: column;
}
.input-element input {
    width: 100% !important;
}
.btn-login {
    border-radius: 5px !important;
    padding: 10px 50px !important;
    transition: all 0.2s ease-in-out;
    background-color: black !important;
    border: 1px !important;
}
.btn-login:hover {
    transform: translateY(-2px);
    color: #ff0000 !important;
}
.input-element label {
    color: white;
}
.auth-wrapper .auth-box {
    background: linear-gradient(to top, #b70f0f 0%, #000000 60%) !important;
}
.topbar .top-navbar .navbar-header .navbar-brand {
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}
.right-side-navbar {
    justify-content: end;
}
#main-wrapper.page {
    display: flex;
}
#main-wrapper.page .custom-navbar {
    width: 17rem;
    background-color: #00000078;
    color: white;
    /* border-top-right-radius: 46px; */
}
#main-wrapper.page .container {
    max-width: 100%;
    height: calc(100vh - 0px);
    overflow: auto;
    background-color: #f3f4fc;
    padding: 0;
}
.page nav .app-sidebar .app-sidebar--header .app-sidebar-logo {
    display: flex;
	justify-content: flex-start;
    padding: 8px 0px 0px 0px;
}
.page nav .app-sidebar .app-sidebar--header .app-sidebar-logo span {
    font-size: 30px;
}
.page nav .app-sidebar--content {
    height: calc(100vh - 110px);
    overflow: auto;
	overflow-x: hidden;
}
.page nav .app-sidebar--content::-webkit-scrollbar {
    width: 0px;
}
.page nav .sidebar-navigation ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.page nav .sidebar-navigation ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1px 0;
}
.page nav .sidebar-navigation ul li > a {
    color: #ccd1d5;
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    padding: 10px;
    font-size: .96364rem;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    gap: 5px;
}
.page nav .sidebar-navigation ul li > a .sidebar-icon-indicator {
    opacity: .4;
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
    margin-left: auto;
    width: 18px;
    height: 18px;
}
.fa-trash {
    color: red;
}
.page nav .sidebar-navigation ul li a:hover, .page nav .sidebar-navigation ul li:hover, .page nav .sidebar-navigation ul li   a.active {
   /*  background: rgb(249 148 15 / 15%); */
       color: #ff0000;
}
.active-mainmenu {
    color: #ff0000;
}

.page nav .sidebar-navigation ul li > a:hover span, .active-single-menu a span{
    color: #ff0000;
    fill: #ff0000;
}
.top-bar {
    /* background-color: white;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%); */
    background-color: #000000cc;
    box-shadow: 0 0 15px black;
}
.top-bar .topbar-ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 5px;
}
.submanu {
    display: none;
    transition: all .2s ease-in-out;
}
.main-menu:hover .submanu ul li {
    padding: 1px 1.5rem;
}
/* .main-menu:hover .submanu ul li a:after {
    content: "";
    left: 12px;
    transition: all .2s ease-in-out;
    width: 8px;
    height: 8px;
    top: 50%;
    position: absolute;
    margin: -4px 0 0 -4px;
    opacity: 1;
    border-radius: 0.75rem;
    background: rgba(7,9,25,.08);
} */

.main-header {
    font-family: cairo,sans-serif;
    font-size: 16px;
    font-weight: 700!important;
    line-height: 1.2;
    margin-bottom: 5px!important;
    width: 100%!important;
    color:#747474;
    text-transform: capitalize;
    padding: 0 10px;
}
.btn-primary {
	background-color: #3d9730!important;
    border-color: #869f83 !important;
}
.form-control:focus {
/*     background-color: #ffffff !important; */
}
/* .page-wrapper {
    background: #f4f5fd !important;
} */
.arrow-section {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}
.arrow-section a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.active-mainmenu .submanu {
    display: block;
}
.active-mainmenu .submanu ul li {
    padding: 1px 1.5rem !important;
}
.sidebar-navigation ul li.active-mainmenu a span {
    color: #ff0000;
    fill: #ff0000;
}
.btn-primary.focus, .btn-primary:focus {
/*     box-shadow: none !important; */
}

.btn-primary.focus, .btn-primary:focus{
	color: #fff;
    background-color: #2d7623!important;
    border-color: #3d9730!important;
    box-shadow: 0 0 0 0.2rem rgb(170 241 120 / 34%)!important;
}

.top-bar-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
	/* padding-left: 10px; */
}
.left-sidebar-menu-section {
    display: none;
}
.left-sidebar-menu-section i {
    font-size: 25px;
}
.custom-navbar {
    display: block;
}
.page-wrapper {
    background-image: url('../img/bg-chat-tile-background.png') !important;
    height: calc(100vh - 57px);
    text-transform: uppercase;
    padding: 3px;
    display: block !important;
    overflow-y: auto;
}
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black !important;
}
.loader-19 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #c3c3c3;
    border-right: 4px solid transparent;
    animation: rotation 1s linear infinite;
}
.loader-19:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width : 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #1059e1;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}
.lable-for-radio{
	user-select: none;
  	-moz-user-select: none;
  	-webkit-user-select: none;
  	-ms-user-select: none;
}
.page-wrapper::-webkit-scrollbar {
    width: 3px;
}
.page-wrapper::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}
.form-control:focus {
    color: black;
    border-color: rgb(0 0 0);
}

.form-control {
	min-height: 31px;
	background: hsl(0deg 0% 0% / 15%);
	padding: 7px 10px;
}
	
.form-control:focus {
	background: hsl(0deg 0% 91%) !important;
	color: #000;
	outline: 1px solid #db7f08d9;
	border: 0px;
}

.theme-button{
    padding: 12px 16px;
    border-radius: 3px;
}

@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
  }
 
.header-left-section{
	display: flex;
	flex-direction: column;
	line-height: 22px;
}

.header-script{  
	font-size: 15px;
}

td >* a:hover {
    color: #ff0000 !important;
}
td >* a {
    color: #f09e32 !important;
}

.active-single-menu{
	background: rgb(255 0 0 / 15%)
}

.buyTradeRow1, .buyTradeRow2, .sellTradeRow1, .sellTradeRow2{
	text-align: left;
	color: rgb(0 0 0);
	font-weight: bold;
	font-size: 11px;
}

.buyTradeRow2{
	background-color: #ccf;
}

.buyTradeRow1{
	background-color: #ccf;
}

.sellTradeRow1{
	background-color: #ffcccc;
}

.sellTradeRow2{
	background-color: #ffcccc;
}


.blink_me {
    animation: blinker 1s linear infinite;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover, 
table.view3d tbody tr:hover, table.view3d tbody tr:hover
{
	-webkit-box-shadow: 28px 30px 20px hsl(0deg 7% 38% / 20%);
    box-shadow: 28px 30px 20px hsl(0deg 7% 38% / 20%);
    border: 1.5px solid #dddddd !important;
}

@keyframes blinker {
  50% {
	opacity: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .top-bar-header-section {
        justify-content: space-between;
        padding-left: 0px;
    }
    .left-sidebar-menu-section {
        display: block;
        padding: 20px 5px;
    }
    .custom-navbar {
        display: none;
    }
    .custom-navbar.mobile-nav-active {
        display: block;
    }
    
    .header-left-section{
		display: flex;
		flex-direction: column;
		line-height: 13px;
	}
    
    .header-script{  
		font-size: 12px;
	}
}