@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: 'Comfortaa', cursive;
	background-color: #181D23;

}
/* width */
::-webkit-scrollbar {
	width: 3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #3F8DFD;
	border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #3F8DFD;
  }
ul,li,h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.f-8{
	font-size: 8px;
}
.f-10{
	font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 12px;
}
.f-14{
    font-size: 14px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-50{
    font-size: 50px;
}
.c_gray{
	color: #707070;
}
.c_gray2{
	color: #A5B3CA;
}
.c_blue{
	color: #3F8DFD;
}
.c_red{
	color: #FF604A;
}
.c_green{
	color: #00723B;
}
.c_gray3{
	color: #7E8DA5;
}
.c_gray4{
	color: #4D565C;
}
.c_gray5{
	color: #808495;
}
.border_green{
	border: 1px solid #00723B;
}
.bg_green{
	background: #00723B;
}
input{
	height: 30px;
}
input,textarea,select{
	box-shadow: none !important;
}
.bg_blue,
.btn-primary{
	background: #3F8DFD !important;
}

.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active,.btn:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #3F8DFD ;
	border-color: #3F8DFD !important;
	color: #ffffff !important;

}
.btn-check:active2+.btn, .btn-check:checked+.btn, .btn.active2, .btn.show, .btn:active2,.btn:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active2{
	background-color: #ED467A3E !important;
	border-color: #ED467A3E !important;
	color: #ffffff !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: 0 !important;
}
.bg_blue2{
	background: #E6F0FF !important;
}
.border_blue2{
	border: 1px solid #E6F0FF !important;
	border-color: #E6F0FF !important;
}
/* ============================ sidemenu ==================== */

.sidemenu{
    position: relative;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	z-index: 1;
	display: flex;
}
.sidemenu .search{
	background: #EDF3FC;
	border-radius: 10px;
	height: 30px;
}
#MenuToggle {
	display: none;
}


/* Left */

.sidebar{
	position: relative;
	width: 200px;
	height: 100%;
	background: #181D23;
	opacity: 1;
	transform: translateX(0);
	transition: all .8s ease;
	height: 100vh;
    overflow-x: auto;

}

 .line{
	background: #707070;
	width: 100%;
	height: 1px;
}
/* For Navbar */

.logo {
	display: block;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .3px;
	padding: 20px 0px;
	background: #000831;
}

.nav_items {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nav_items a {
	display: block;
	text-align: left;
	transition: all .4s ease;
	color: #fff;
    text-decoration: none;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.nav_items a:hover,
.nav_items a.active {
	background: #3F8DFD;
}

/* Right */

.right {
	position: relative;
	width: calc(100% - 200px);
	height: 100%;
	padding: 10px 10px;
	overflow-x: hidden;
	transition: all .8s ease;
}

.content {
	width: 100%;
}




/* Toggle bar */

.toggle__icon {
	position: absolute;
    top: 30px;
    right: 5px;
    cursor: pointer;
	z-index: 11;
}

.toggle__icon .line {
	width: 24px;
	height: 3px;
	background-color: #000831;
	margin: 6px 0;
	display: block;
	border-radius: 8px;
}


/* If Checked */

#MenuToggle:checked~.sidebar {
	width: 85px;
	transform: translateX(-0px);
}
#MenuToggle:checked~.sidebar .close_menue {
	display: none !important;
}
#MenuToggle:checked~.sidebar .fav_icon {
	display: block !important;
}
#MenuToggle:checked~.sidebar .nav_items{
	padding: 15px !important;
}
#MenuToggle:checked~.sidebar .nav_items li a {
	width: 32px;
	display: block;
	margin: auto;
}
#MenuToggle:checked~.sidebar .toggle__icon {
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}
#MenuToggle:checked~.right {
	width: 100%;
}

/* ============================ auth ==================== */
.auth{
    height: 100vh;
    background: #181D23;
}
.auth h1{
    letter-spacing: 10px;
    font-size: 30px;
}
.auth p{
    font-size: 17px;
}
.auth .terms{
    text-align: center;
}
.auth .terms a{
    font-size: 10px;
    text-decoration: none;
    color: #FFFFFF;
}
.auth .terms a:hover{
    text-decoration: underline;
}
.auth .form-auth{
    padding: 5% 10% ;
}
.auth .form-auth label{
    color: #ffffff;
    font-size: 14px;
}
.auth .form-auth label span{
    color: red;
    margin: 0 5px;
}
.auth .form-auth .form-control,
.auth .form-auth .form-select{
    border: 1px solid #3F8DFD !important;
    border-radius: 10px !important;
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
}
.auth .form-auth .form-select option{
    color: #181D23;
}
.auth .form-auth button{
    background: #3F8DFD;
    color: #fff;
    padding: 7px 30px;
    border-radius: 4px !important;
    transition: all 1s ease-out;
}

.auth .form-auth button:hover{
    transform: scale(1.4);
}
.auth .form-auth  .already{
    color: #ffffff;
    font-size: 12px;
}
.body_notification ul {
	display: flex;
	align-items: center;
}
.notification .dropdown-menu::before {
    content: "";
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    left: 89%;
    top: -5px;
}
/* ==========================  body  ===================== */
.order .nav-tabs .nav-item.show .nav-link,
.order .nav-tabs .nav-link.active {
    color: #ED467A !important;
    background-color: #ED467A3E;
    border: 0;
    border-radius: 20px;
}
.order .nav-tabs  .nav-link,
.order .nav-tabs  .nav-link:hover{
	padding: 3px 10px;
	border: 0;
}
.input-elevated{
	background: rgba(255, 255, 255, 0.2);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23FFFFFF' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-size: 12px 12px;
	font-size: 12px;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 5px;
    width: 100%;
    padding: .5em 1em .5em 2.5em;
    height: 30px;
    color: #fff;
    outline: none;
}
.icon_search_black{
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>") !important;
}





/* ======================================== upload ========================= */
.wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}



.upload-options {
	position: relative;
	height: 45px;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
	transition: background-color ease-in-out 150ms;
	display: flex;
	justify-content: center;
}



.upload-options input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.upload-options label {
	display: flex;
	align-items: center;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	justify-content: center;
	border: 1px solid #7E8DA5;
	border-radius: 40px;
	width: 131px;
	height: 40px;
	margin-top: 30px;
}

.upload-options label::after {
	content: 'Upload';
	font-size: 12px !important;
	color: rgba(230, 230, 230, 1);
	top: calc(50% - 2.5rem);
	left: calc(50% - 1.25rem);
	z-index: 0;
	color: #707070;
}

.upload-options label span {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}



.js--image-preview {
	height: 100px;
	width: 100px;
	position: relative;
	overflow: hidden;
	/* background-image: url('../img/icon/img.svg'); */
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;

}
.image_preview_new{
	object-fit: contain;

}

.js--image-preview.js--no-default::after {
	display: none;
}

.js--image-preview:nth-child(2) {
	background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
	transition: color 100ms ease-in-out;
	font-size: 2.25em;
	line-height: 55px;
	color: white;
	display: block;
}

.drop {
	display: block;
	position: absolute;
	background: rgba(95, 158, 160, 0.2);
	border-radius: 100%;
	transform: scale(0);
}

.animate {
	animation: ripple 0.4s linear;
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.jira ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 8px;
}

.geoLocation {
	width: 100%;
	height: 100%;
    border-radius:20px;

}
.date_range{
    background-color: transparent;
    color: white;
    outline: none;
    width: 145px;
}
.container_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.select_branche
{
    appearance: none;
    border: 0;
    outline: 0;
    background: none;
    color: #ffffff;
    box-shadow: none;
}
.select_branche option {
    background-color: #181D23;
    padding: 2px;
    border: none;
}
/* .select_branche::after {
    content: "\25BC";
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: 0.25s all ease;
    pointer-events: none;
  } */

  .canvas_container{
    overflow: hidden;
    border:2px solid #48BF87;
    border-radius:20px;
    height: 231px;
  }
.my_canvas
{
    height: 100% !important;
}
.date_orders_month_container{
    /* border: 1px solid #0d6efd; */
    /* width: 145px; */
    border-radius: 20px;
}
.date_orders_month
{
    font-size: 10px;
}
.order_per_day_select{
    background-color: transparent;
    color: #ffffff;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
    /* color: #272727; */
}
.order_per_day_select option{
    background-color: #181D23;
    color: #ffffff;
    border: none;

  }


