@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'AdobeCleanUXMedium';
    src: url('../fonts/adobe-clean-cufonfonts/AdobeCleanUXMedium.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body.blurred::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px); /*Adds actual blur */
    z-index: 99999;
}

body.freeze-scroll {
    overflow: hidden; /* Prevents scrolling */
}

/*body.blurred::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  pointer-events: none;
    
}
.show{
    display:block!important;
}
.remove-show {
    display: none;
}
#loader{

}*/
.loader_Spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Optional: Adds overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999 !important;
}



body.freeze-scroll {
    overflow: hidden;
}

.delete-label {
    position: absolute;
    right: -10px;
    top: -13px;
}
.dataTables_length label{
    display:flex!important;
}
.dataTables_length select{
    margin: 0px 5px;
}
.dataTables_filter input {
    font-size: 14px !important;
    padding: 4px 4px;
    display: block;
    width: 200px;
    height: 48px;
    /* background-color: transparent;*/
    margin: 0px !important;
    border: none;
    color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible;
}
    .dataTables_filter input:focus {
        outline: none;
        border: 2px solid #ff693d;
    }
.btn-success:hover {
    color: #000;
    background-color: #ff8300;
    border-color: #ffb500;
    color: #ffffff !important;
}

a {
    text-decoration: none !important;
    color: #000000 !important;
}
#ownername{
    color:#000000;
}
#ownername:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

span :hover {
    text-decoration: none !important;
    color: #000000 !important;
}

html {
    height: 100%;
}

.dropbtn, .supdropbtn {
    cursor: pointer;
}
/*.gmnoprint button{
    width:100%;
    height:100%;
}*/
body {
    font-family: 'AdobeCleanUXMedium';
    padding: 0px !important;
    overflow-x: hidden !important;
    height: 100%;
}

@font-face {
    font-family: 'AdobeCleanUXMedium';
    src: url('../font/Mulish-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'AdobeCleanUXMedium';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}


/*@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../font/Montserrat-Regular.ttf') format('truetype');
}*/


/*-----------------------------------------LOGIN PAGE-----------------------------------*/
.logout{
    cursor:pointer
}
.addnewinput {
    padding: 10px 5px 10px 10px;
    background-color: dodgerblue;
}

/*.item {
    position: relative;
    cursor: pointer;
}*/
.rounded-circle {
    border-radius: 50% !important;
}

.item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    line-height: 30px;
}

    .item a:hover {
        background: #33363a;
        transition: 0.3s ease;
    }

.item i {
    margin-right: 15px;
}

.item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.item .sub-menu1 {
    /* background: #262627;*/
    display: none;
}

    .item .sub-menu1 a {
        padding-left: 16px;
    }

.sub-item {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 48px !important;
    font-size: 16px !important;
    color: var(--dark) !important;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.rotate {
    transform: rotate(90deg);
}
















.login_bg {
    background: rgba(52, 60, 142, 0.1);
}

.login {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0,0,0,0.15);
    border-radius: 5px;
    width: 430px;
    height: 520px;
    padding: 30px 55px;
    margin: 30px 0px 50px 0px;
}

.login_heading {
    width: 208px;
    height: 49px;
    background: #ff693d;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    border-radius: 50% !important;
    text-align: center;
    vertical-align: middle !important;
    display: table-cell;
    font-weight: 600;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.profile_img {
    width: 30px !important;
    height: 30px !important;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    border-radius: 50px !important;
}

.floating-label {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    outline: none;
    color: rgba(0, 0, 0, 0.5);
}

.fa-circle-plus {
    font-size: 25px;
}

.logo1 img {
    width: 200px;
    height: auto;
}

.floating-input, .floating-select {
    font-size: 14px !important;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 48px;
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


    .floating-input:focus, .floating-select:focus {
        outline: none;
        border: 2px solid #ff693d;
    }

.labellb {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 13px;
    color: #343C8E;
    background: #fff;
    border-radius: 5px;
    padding-right: 7px;
}

}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 10px;
    color: #ff693d;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.labellb {
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.btn_lg {
    background: #ff693d;
    border: 1px solid #ff693d;
    box-shadow: 0px 4px 20px rgba(52, 60, 142, 0.4);
    color: #fff !important;
    width: 223px;
    height: 48px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    transition: 0.7s;
}
.btn_lgrej {
    background: #808080;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 4px 20px rgba(52, 60, 142, 0.4);
    color: #fff !important;
    width: 223px;
    height: 48px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    transition: 0.7s;
}

.btn_update {
    background: #343C8E;
    border: 1px solid #343C8E;
    border-radius: 5px;
    color: #fff !important;
    width: 100px;
    height: 37px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    transition: 0.7s;
    margin-top: 60px !important;
    margin-right: -90px !important;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.forgot_txt {
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
}

.ad_bg {
    background: linear-gradient(90deg, #343C8E 0%, #4C54A9 52.08%, #343C8E 100%);
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 20px 3px 10px !important;
}

.logoimg {
    width: 150px;
    height: auto;
}
/*.panel {
	color: #fff;
}

.myprofile_dv {
	background: #F3F3F3;
	width: 407px;
	height: 334px;
	vertical-align: middle !important;
	text-align: center !important;
	display: table-cell !important;
}

.myprofile {
	background: #F3F3F3;
	width: 407px;
	height: 208px;
	vertical-align: middle !important;
	text-align: center !important;
	display: table-cell !important;
}

.circle {
	border-radius: 1000px !important;
	overflow: hidden;
	width: 221px;
	height: 221px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
	position: absolute;
	top: 72px;
	left: 20%;
}

.profile-pic {
	width: 100%;
	display: block;
}

.p-image {
	position: absolute;
	top: 98px;
	right: 135px;
	color: #343C8E;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
	width: 41px;
	height: 41px;
	border-radius: 100%;
	padding-top: 8px;
}

.upload-button {
	font-size: 1.2em;
}

.file-upload {
	display: none;
}

.myprofile_dv_rightdv {
	background: #e9e9e936;
	width: 407px;
	height: 208px;*/
/*margin-left: -33px !important;
    padding: 20px 30px;*/
/*}

#floatdv {
	width: 100% !important;
}

.myprofile_dv_rightdv .formfield {
	margin-bottom: 15px !important;
}*/
/*------------------floating labels--------------------------*/
/*.formfield {
	position: relative;
	box-sizing: border-box;
	float: left;
	margin: auto;
	padding: 0px;
	border: 0px;
	font-size: 1em;
}

	.formfield * {
		box-sizing: border-box;
	}

#floatdv {
	width: 100% !important;
}

#addressfield {
	width: 100%;
}

.validation_message {
	display: none;
	margin: 0px auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	max-width: 500px;
	padding: 5px;
	text-align: center;
	background: #026633 !important;
	color: #fff;
	z-index: 999999
}

.formfield > input, .formfield > label {
	padding: 0.7em;
	margin: 0.5em;
	width: 100%;
}

.formfield > input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	outline: none;
	color: rgba(0, 0, 0, 0.5);
}

.formfield > label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	color: #ccc;
}

.formfield input:focus + label, input:valid + label {
	color: #343C8E;
	font-size: 0.8em;
	width: auto;
	height: 1.3em;
	padding: 0px 0.5em 0px 0.5em;
	margin: 0px;*/
/*outline: 1px solid red; /*for debugigng purposes only*/
/*background: white;
	transition: 0.2s ease-in-out;
	top: 0em;
	left: 2em;
}

.formfield input:focus {
	border: 2px solid #343C8E;
	background: #fff;
}

.formfield .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.3rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-left: 10px;
	margin-top: 10px;
}

.formfield p {
	margin-left: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 10px;
	margin-bottom: 0px !important;
}

.pro_head {
	font-family: 'AdobeCleanUXMedium';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;*/
/* identical to box height */
/*letter-spacing: 0.03em;
	color: #000000;
	padding-left: 20px
}

.menu {
	border-left: 5px solid #0089CF;
}

.content-body {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 3px;
	margin-top: 20px;
	padding-top: 15px;
}

.left {
	padding-left: 10px;
	padding-right: 10px;
}

.speak {
	text-decoration: none !important;
	list-style-type: none !important;
}

.dashboard_icons {
	font-family: 'AdobeCleanUXMedium';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px !important;
	margin-right: 12px !important;
	color: rgba(0, 0, 0, 0.5);
}

.editprfl_text {
	color: #343C8E;
	font-size: 14px !important;
}

.edit {
	font-family: 'AdobeCleanUXMedium';
	text-decoration: none;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #343C8E;
}

	.edit:hover {
		text-decoration: none !important;
		display: inline-block !important;
		color: rgba(0, 0, 0, 0.5);
	}

.set {
	margin-left: 55px !important;
}

.admin {
	font-family: 'AdobeCleanUXMedium';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

	.admin:hover {
		text-decoration: none;
		display: inline-block;
		color: #fff;
	}*/
/*********---------------------------
        Sorting table  styles start
        ---------------------------****************************/
/*table.dataTable.no-footer {
	border-bottom: 1px solid #EBEBEB;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.1em 0.6em !important;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		color: #fff !important;
		border: 1px solid #182C4F !important;
		background: #182C4F !important;
		margin-bottom: 15px;
	}

[type=search] {
	outline-offset: -0px !important;
	-webkit-appearance: none;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	border: 1px solid #A9AAB5;
}



.dropdown_Ad a {
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none !important;
}

.dropdown_Ad table tr td {
	padding-left: 10px !important;
}

.dropdown_Ad a :hover {
	font-size: 14px;
	line-height: 18px;
	color: #182C4F;
	text-decoration: none !important;
}

.btn_cancel {
	background: #fff;
	border: 1px solid #182C4F;
	color: #182C4F !important;
	font-size: 14px;
	letter-spacing: 0.03em;
	transition: 0.7s;
	width: 115px;
	height: 37px;
	border-radius: 5px;
	margin-left: 110px !important;
	padding: 10px 0px 7px 30px;
}

.dash {
	font-family: 'AdobeCleanUXMedium';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.postprop {
	font-family: 'AdobeCleanUXMedium';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box {
	display: block;
	min-width: 100%;
	height: 150px;
	background-color: white;*/
/*border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);*/
/*transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}

.upload-options {
	position: relative;
	height: 40px;
	background: #6c757d78;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	-webkit-transition: background-color ease-in-out 150ms;
	transition: background-color ease-in-out 150ms;
}

	.upload-options:hover {
		background: linear-gradient(93.7deg, #026633 1.97%, #ACD230 92.38%);
	}

	.upload-options input {
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
	}

	.upload-options label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-weight: 400;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		overflow: hidden;
	}

		.upload-options label::after {
			content: '+ Upload';
			position: absolute;
			font-size: 1rem;
			color: #e6e6e6;
			top: calc(50% - 0.5rem);
			left: calc(50% - 2.5rem);
			z-index: 0;
		}

		.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;
		}

			.upload-options label span:hover i.material-icons {
				color: lightgray;
			}

.js--image-preview {
	height: 110px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("");
	background-color: #f1f1f16e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.js--image-preview::after {
		content: " ";
		position: relative;
		font-size: 2em;
		color: #e6e6e6;
		top: calc(50% - 1.5rem);
		left: calc(50% - 7.25rem);
		z-index: 0;
	}

	.js--image-preview.js--no-default::after {
		display: none;
	}

i.material-icons {
	-webkit-transition: color 100ms ease-in-out;
	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%;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.animate {
	-webkit-animation: ripple 0.4s linear;
	animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}*/
/*-------------------------------------------LOGIN-------------------------------------------------*/
/*-------------------------------------------GOLBAL CSS--------------------------------------------*/
.profile_img {
    width: 30px !important;
    height: 30px !important;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    border-radius: 50px !important;
}

img {
    max-width: 100%;
    /* height: auto; */
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 9px;
    width: 200px;
}

.dropdown_Ad a {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none !important;
}

.dropdown_Ad table tr td {
    padding-left: 10px !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
/*.dropdown-menu {
	position: absolute;
	transform: translate3d(-11px, 0px, 0px);
	top: 100%!important;
	left: 0px;
	will-change: transform;
}*/





/*-------------------------------------------GOLBAL CSS--------------------------------------------*/




/*-------------------------------------------forms---------------------------------------------------*/



.is-title-bar {
    --tw-border-opacity: 1;
    border-color: rgba(243,244,246,var(--tw-border-opacity));
    border-bottom-width: 1px;
    padding: 1.5rem
}

.title-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.is-title-bar li {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity));
}

    .is-title-bar li:not(:last-child):after {
        content: '/';
        display: inline-block;
        padding-left: 0.75rem;
    }

.main-section {
    padding: 1.5rem;
}

.card {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(243,244,246,var(--tw-border-opacity));
    border-radius: 0.25rem;
    border-width: 1px;
}

.card-header {
    --tw-border-opacity: 1;
    border-color: rgba(243,244,246,var(--tw-border-opacity));
    border-bottom-width: 1px;
    display: flex;
    align-items: stretch;
}

.card-header-title {
    flex-grow: 1;
    font-weight: 700;
}

.card-header-icon, .card-header-title {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.card-content {
    padding: 1.5rem;
}

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}

.label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.control.icons-left, .control.icons-right {
    position: relative;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box {
    display: block;
    min-width: 100%;
    height: 150px;
    background-color: white;
    /*border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);*/
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 40px;
    background: #6c757d78;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

    .upload-options:hover {
        background: linear-gradient(93.7deg, #ff8a47 1.97%, #ff4300 92.38%);
    }

    .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .upload-options label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
    }

        .upload-options label::after {
            content: '+ Upload';
            position: absolute;
            font-size: 1rem;
            color: #e6e6e6;
            top: calc(50% - 0.5rem);
            left: calc(50% - 2.5rem);
            z-index: 0;
        }

        .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;
        }

            .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.js--image-preview {
    height: 110px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: #f1f1f16e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .js--image-preview::after {
        content: " ";
        position: relative;
        font-size: 2em;
        color: #e6e6e6;
        top: calc(50% - 1.5rem);
        left: calc(50% - 7.25rem);
        z-index: 0;
    }

    .js--image-preview.js--no-default::after {
        display: none;
    }

.modal-dialog {
    font-family: 'AdobeCleanUXMedium';
}
/*-------------------------------------------forms---------------------------------------------------*/
a {
    text-decoration: none !important;
}

table {
    width: 100%;
}

thead {
    background-color: #F1C40F;
}

th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: left;
    font-family: 'AdobeCleanUXMedium';
    font-weight: 700;
    font-size: 16px;
}

td {
    border-bottom-width: 0;
    display: table-cell;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: left;
    vertical-align: middle;
    font-family: 'AdobeCleanUXMedium';
    font-weight: 200;
    font-size: 16px;
}

    td img {
        width: 50px;
        height: 50px;
    }

.card-content table tbody tr:hover {
    background: var(--grey);
}
/*.fa-trash{
	color:red!important;
}*/
/*-------------------------------------------DASHBOARD-------------------------------------------------*/
a {
    text-decoration: none;
}

li {
    list-style: none;
}

:root {
    --poppins: 'Poppins', sans-serif;
    --lato: 'Lato', sans-serif;
    --light: #F9F9F9;
    --blue: #3C91E6;
    --light-blue: #CFE8FF;
    --grey: #eee;
    --dark-grey: #AAAAAA;
    --dark: #342E37;
    --red: #DB504A;
    --yellow: #FFCE26;
    --light-yellow: #FFF2C6;
    --orange: #FD7238;
    --light-orange: #FFE0D3;
}

html {
    overflow-x: hidden;
}

body.dark {
    --light: #0C0C1E;
    --grey: #060714;
    --dark: #FBFBFB;
}

body {
    background: var(--grey);
    overflow-x: hidden;
}





/* SIDEBAR */
#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: var(--light);
    z-index: 2000;
    font-family: 'AdobeCleanUXMedium';
    transition: .3s ease;
    overflow-x: hidden;
    scrollbar-width: none;
}

    #sidebar::--webkit-scrollbar {
        display: none;
    }

    #sidebar.hide {
        width: 60px;
    }

    #sidebar .brand {
        font-size: 24px;
        font-weight: 700;
        height: 56px;
        display: flex;
        align-items: center;
        color: var(--blue);
        position: sticky;
        top: 0;
        left: 0;
        background: var(--light);
        z-index: 500;
        padding-bottom: 20px;
        box-sizing: content-box;
    }

        #sidebar .brand .bx {
            min-width: 60px;
            display: flex;
            justify-content: center;
        }

    #sidebar .side-menu {
        width: 100%;
        /*margin-top: 48px;*/
    }

        #sidebar .side-menu li {
            /* height: 48px;*/
            /* background: transparent;
            margin-left: 6px;*/
            border-radius: 48px 0 0 48px;
            padding: 4px;
        }

            #sidebar .side-menu li.active {
                background: var(--grey);
                position: relative;
            }

                #sidebar .side-menu li.active::before {
                    content: '';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    top: -40px;
                    right: 0;
                    box-shadow: 20px 20px 0 var(--grey);
                    z-index: -1;
                }

                #sidebar .side-menu li.active::after {
                    content: '';
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    bottom: -40px;
                    right: 0;
                    box-shadow: 20px -20px 0 var(--grey);
                    z-index: -1;
                }

            #sidebar .side-menu li a {
                width: 100%;
                height: 100%;
                background: var(--light);
                display: flex;
                align-items: center;
                border-radius: 48px;
                font-size: 15px;
                color: var(--dark);
                white-space: nowrap;
                overflow-x: hidden;
            }

        #sidebar .side-menu.top li.active a {
            color: var(--blue);
        }

    #sidebar.hide .side-menu li a {
        width: calc(48px - (4px * 2));
        transition: width .3s ease;
    }

    #sidebar .side-menu li a.logout {
        color: var(--red);
    }

    #sidebar .side-menu.top li a:hover {
        color: var(--blue);
    }

    #sidebar .side-menu li a .bx {
        min-width: calc(60px - ((4px + 6px) * 2));
        display: flex;
        justify-content: center;
    }
/* SIDEBAR */





/* CONTENT */
#content {
    position: relative;
    width: calc(100% - 280px);
    left: 280px;
    transition: .3s ease;
}

#sidebar.hide ~ #content {
    width: calc(100% - 60px);
    left: 60px;
}




/* NAVBAR */
#content nav {
    height: 56px;
    background: var(--light);
    padding: 0 24px;
    display: flex;
    align-items: center;
    grid-gap: 24px;
    font-family: 'AdobeCleanUXMedium';
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

    #content nav::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: -40px;
        left: 0;
        border-radius: 50%;
        box-shadow: -20px -20px 0 var(--light);
    }

    #content nav a {
        color: var(--dark);
    }

    #content nav .bx.bx-menu {
        cursor: pointer;
        color: var(--dark);
    }

    #content nav .nav-link {
        font-size: 16px;
        transition: .3s ease;
    }

        #content nav .nav-link:hover {
            color: var(--blue);
        }

    #content nav form {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
    }

        #content nav form .form-input {
            display: flex;
            align-items: center;
            height: 36px;
        }

            #content nav form .form-input input {
                flex-grow: 1;
                padding: 0 16px;
                height: 100%;
                border: none;
                background: var(--grey);
                border-radius: 36px 0 0 36px;
                outline: none;
                width: 100%;
                color: var(--dark);
            }

            #content nav form .form-input button {
                width: 36px;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                background: var(--blue);
                color: var(--light);
                font-size: 18px;
                border: none;
                outline: none;
                border-radius: 0 36px 36px 0;
                cursor: pointer;
            }

    #content nav .notification {
        font-size: 20px;
        position: relative;
    }

        #content nav .notification .num {
            position: absolute;
            top: -6px;
            right: -6px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid var(--light);
            background: var(--red);
            color: var(--light);
            font-weight: 700;
            font-size: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    #content nav .profile img {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 50%;
    }

    #content nav .switch-mode {
        display: block;
        min-width: 50px;
        height: 25px;
        border-radius: 25px;
        background: var(--grey);
        cursor: pointer;
        position: relative;
    }

        #content nav .switch-mode::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            bottom: 2px;
            width: calc(25px - 4px);
            background: var(--blue);
            border-radius: 50%;
            transition: all .3s ease;
        }

    #content nav #switch-mode:checked + .switch-mode::before {
        left: calc(100% - (25px - 4px) - 2px);
    }
/* NAVBAR */





/* MAIN */
#content main {
    width: 100%;
    padding: 36px 24px;
    font-family: 'AdobeCleanUXMedium';
    max-height: 100%;
    /*overflow-y: auto;*/
}

    #content main .head-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 16px;
        flex-wrap: wrap;
    }

        #content main .head-title .left h1 {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--dark);
        }

        #content main .head-title .left .breadcrumb {
            display: flex;
            align-items: center;
            grid-gap: 16px;
        }

            #content main .head-title .left .breadcrumb li {
                color: var(--dark);
            }

                #content main .head-title .left .breadcrumb li a {
                    color: var(--dark-grey);
                    pointer-events: none;
                }

                    #content main .head-title .left .breadcrumb li a.active {
                        color: var(--blue);
                        pointer-events: unset;
                    }

        #content main .head-title .btn-download {
            height: 36px;
            padding: 0 16px;
            border-radius: 36px;
            background: var(--blue);
            color: var(--light);
            display: flex;
            justify-content: center;
            align-items: center;
            grid-gap: 10px;
            font-weight: 500;
        }




    #content main .box-info {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 24px;
        margin-top: 36px;
    }

        #content main .box-info li {
            padding: 24px;
            background: var(--light);
            border-radius: 20px;
            display: flex;
            align-items: center;
            grid-gap: 24px;
        }

            #content main .box-info li .bx {
                width: 80px;
                height: 80px;
                border-radius: 10px;
                font-size: 36px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            #content main .box-info li:nth-child(1) .bx {
                background: var(--light-blue);
                color: var(--blue);
            }

            #content main .box-info li:nth-child(2) .bx {
                background: var(--light-yellow);
                color: var(--yellow);
            }

            #content main .box-info li:nth-child(3) .bx {
                background: var(--light-orange);
                color: var(--orange);
            }

            #content main .box-info li:nth-child(4) .bx {
                background: #9effa0;
                color: #17c951;
            }

            #content main .box-info li:nth-child(5) .bx {
                background: #fec3ff;
                color: #c70890;
            }
            #content main .box-info li:nth-child(6) .bx {
                background: var(--light-blue);
                color: var(--blue);
            }
            #content main .box-info li:nth-child(7) .bx {
                background: var(--light-yellow);
                color: var(--yellow);
            }
            #content main .box-info li:nth-child(8) .bx {
                background: var(--light-orange);
                color: var(--orange);
            }

            #content main .box-info li .text h3 {
                font-size: 24px;
                font-weight: 600;
                color: var(--dark);
            }

            #content main .box-info li .text p {
                color: var(--dark);
            }





    #content main .table-data {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 24px;
        margin-top: 24px;
        width: 100%;
        color: var(--dark);
    }

        #content main .table-data > div {
            border-radius: 20px;
            background: var(--light);
            padding: 24px;
            overflow-x: auto;
        }

        #content main .table-data .head {
            display: flex;
            align-items: center;
            grid-gap: 16px;
            margin-bottom: 24px;
        }

            #content main .table-data .head h3 {
                margin-right: auto;
                font-size: 24px;
                font-weight: 600;
            }

            #content main .table-data .head .bx {
                cursor: pointer;
            }

        #content main .table-data .order {
            flex-grow: 1;
            flex-basis: 500px;
        }

            #content main .table-data .order table {
                width: 100%;
                border-collapse: collapse;
            }

                #content main .table-data .order table th {
                    padding-bottom: 12px;
                    font-size: 13px;
                    text-align: left;
                    border-bottom: 1px solid var(--grey);
                }

                #content main .table-data .order table td {
                    padding: 16px 0;
                }

                #content main .table-data .order table tr td:first-child {
                    display: flex;
                    align-items: center;
                    grid-gap: 12px;
                    padding-left: 6px;
                }

                #content main .table-data .order table td img {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    object-fit: cover;
                }

                #content main .table-data .order table tbody tr:hover {
                    background: var(--grey);
                }

                #content main .table-data .order table tr td .status {
                    font-size: 10px;
                    padding: 6px 16px;
                    color: var(--light);
                    border-radius: 20px;
                    font-weight: 700;
                }

                    #content main .table-data .order table tr td .status.completed {
                        background: var(--blue);
                    }

                    #content main .table-data .order table tr td .status.process {
                        background: var(--yellow);
                    }

                    #content main .table-data .order table tr td .status.pending {
                        background: var(--orange);
                    }


        #content main .table-data .todo {
            flex-grow: 1;
            flex-basis: 300px;
        }

            #content main .table-data .todo .todo-list {
                width: 100%;
            }

                #content main .table-data .todo .todo-list li {
                    width: 100%;
                    margin-bottom: 16px;
                    background: var(--grey);
                    border-radius: 10px;
                    padding: 14px 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    #content main .table-data .todo .todo-list li .bx {
                        cursor: pointer;
                    }

                    #content main .table-data .todo .todo-list li.completed {
                        border-left: 10px solid var(--blue);
                    }

                    #content main .table-data .todo .todo-list li.not-completed {
                        border-left: 10px solid var(--orange);
                    }

                    #content main .table-data .todo .todo-list li:last-child {
                        margin-bottom: 0;
                    }
/* MAIN */
/* CONTENT */









@media screen and (max-width: 768px) {
    #sidebar {
        width: 200px;
    }

    #content {
        width: calc(100% - 60px);
        left: 200px;
    }

    /*#content nav .nav-link {
		display: none;
	}*/
}






@media screen and (max-width: 576px) {
    #content nav form .form-input input {
        display: none;
    }

    #content nav form .form-input button {
        width: auto;
        height: auto;
        background: transparent;
        border-radius: none;
        color: var(--dark);
    }

    #content nav form.show .form-input input {
        display: block;
        width: 100%;
    }

    #content nav form.show .form-input button {
        width: 36px;
        height: 100%;
        border-radius: 0 36px 36px 0;
        color: var(--light);
        background: var(--red);
    }

    #content nav form.show ~ .notification,
    #content nav form.show ~ .profile {
        display: none;
    }

    #content main .box-info {
        grid-template-columns: 1fr;
    }

    #content main .table-data .head {
        min-width: 420px;
    }

    #content main .table-data .order table {
        min-width: 420px;
    }

    #content main .table-data .todo .todo-list {
        min-width: 420px;
    }
}
