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

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


/************ Default Css ************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 75px;
}
body {
	font-weight: 400;
	overflow-x: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
p, a, li, button, ul {
	margin: 0;
	padding: 0;
	line-height: normal;
    text-decoration: none;
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto
}
button {
	border: 0;
	background-color: transparent;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}


.to-banner {
    background-image: url('../img/banner-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.to-banner .logo {
	width: 16%;
	display: block;
	margin: 0 auto;
}
.to-banner .form.bx {
    background: #FFFFFF;
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    padding: 40px;
    margin: 20px 0 0 0;
}
.to-banner .form.bx .head {
    margin: 0 0 30px 0;
}
.to-banner .form.bx .head img {
    width: 16%;
    display: block;
    margin: 0 auto 20px auto;
}
.to-banner .form.bx h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 40px;
}
.to-banner .form.bx form input {
    border: 1px solid #AEB2B6;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 18px 18px;
    margin: 0 0 10px 0;
}
.to-banner .form.bx form input::placeholder {
	color: #7E7E7E;	
    font-weight: 400;
}

.to-banner .form.bx form button, .to-banner .form.bx button {
    font-size: 16px;
    font-weight: 600;
    background-color: #EE5C28;
    color: #fff;
    border-radius: 50px;
    padding: 15px 62px;
    letter-spacing: 0.5px;
	margin: 0;
}
.to-banner .form.bx button {
	margin: 30px auto 0 auto;
	display: block;
}
.to-banner .form.bx form p, .to-banner .form.bx form a, .to-banner .form.bx p {
	font-weight: 500;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.to-banner .form.bx form p a {
	color: #EE5C28;
	font-weight: 700;
	font-size: 18px;
}


.dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100vh;
    overflow: hidden;
}
.left-side {
    width: 20%;
    background-color: #F7F7F7;
    height: 100%;
}
.log-bx {
    background: #000;
    padding: 50px;
}
.log-bx img {
    width: 85%;
    display: block;
    margin: 0 auto;
}	
.right-side {
    width: 80%;
    height: 100%;
    padding: 75px 50px;
	overflow-y: scroll;
}
.wel-name h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 75px;
    color: #EE5C28;
    line-height: 1.05;
}
.wel-name h2 span {
	color: #000;
	font-size: 30px;
}
.list-ser {
    background-color: #F7F7F7;
    padding: 40px;
    margin-top: 60px;
    height: 605px;
}
.list-ser h4 {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.list-ser table {
    border-collapse: unset;
    width: 100%;
    /* border-collapse: separate; */
    border-spacing: 0 8px;
}
.list-ser table thead {
    color: #fff;
    background-color: #EE5C28;
    border: 1px solid #EE5C28;
}
.list-ser table thead th {
    padding: 12px 20px;
    text-align: center;
}
.list-ser table thead th:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.list-ser table thead th:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.list-ser table tbody tr {
    border: 0;
    border-radius: 15px;
    padding: 15px 0;
    overflow: hidden;
}
.list-ser table tbody tr td {
    padding: 6px 20px;
    border-radius: 0;
    border-right: 0;
    border-spacing: 0;
    border-bottom: 1px solid rgba(126, 126, 126, 0.2);
    border-top: 1px solid rgba(126, 126, 126, 0.2);
	text-align: center;
}
.list-ser table tbody tr td:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-left: 1px solid rgba(126, 126, 126, 0.2);;
}
.list-ser table tbody tr td:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-left: 0px solid;
    border-right: 1px solid rgba(126, 126, 126, 0.2);;
}
button.invo-btnh {
    border: 2px solid #EE5C28;
    border-radius: 14px;
    padding: 15px 35px;
    color: #EE5C28;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
	background-color: rgba(238, 93, 40, 0.2);
}

.dsf {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.no-invoi {
	text-align: center;
}
.no-invoi .img-dgf {
    width: 130px;
    height: auto;
    margin: 0 auto;
}
.no-invoi img {
    width: 100%;
}
.no-invoi h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-top: 28px;
}
.no-invoi button {
    background: #EE5C28;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0 auto;
    padding: 14px 0;
    width: 70%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.no-invoi button img {
    width: 15%;
    margin-right: 10px;
}

.fir-invoi {
    width: 38%;
    margin: 50px auto 0 auto;
}
.fir-invoi form select {
    width: 100%;
    background: transparent;
    border: 1px solid #AEB2B6;
    color: #7E7E7E;
    padding: 14px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url('../img/Vector2.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96% 22px;
    margin-bottom: 10px;
}
.fir-invoi form select option {
	transition: 0.3s ease-in-out;
	background-color: rgba(238, 93, 40, 0.2);
	color: #000;
}
.fir-invoi form button {
	background-color: #EE5C28;
	border-radius: 50px;
	padding: 13px 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 35px auto 0px auto;
	display: block;
}

.fileUploadWrap {
    width: 100%;
    background: transparent;
    border: 1px solid #AEB2B6;
    color: #7E7E7E;
    padding: 14px 15px;
    position: relative;
    background-image: url('../img/Vector.svg');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 96% 13px;
}
.fileName {
    position: relative;
    left: 0;
    top: 0;
    pointer-events: none;
}
.fileUploadWrap input[type=file] {
    margin-left: 0;
    opacity: 0;
    position: absolute;
    width: 96%;
}
.sdf {
    padding: 15px;
    position: relative;
    height: 100%;
}
.sdf li {
    margin-bottom: 5px;
}
.sdf li a {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 8px;
    padding: 20px 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.sdf li a.active {
	background-color: #EE5C28;
	color: #fff;
}
.sdf li a img {
	margin-right: 15px;
	width: 25px;
}
.sdf li a.active img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(311deg) brightness(116%) contrast(104%);
}
li.dfs {
    position: absolute;
    bottom: 26%;
}
.sdfi {
	width: 100%;
	overflow-x: scroll;
}
button.slide-toggle {
    float: right;
}
button.slide-toggle.d-sm-none {
    background: #ee5c28;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 16px;
    z-index: 9;
    position: relative;
}
.log-bx p {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
	letter-spacing: 0.5px;
}


@media (max-width:1700px) {
	.to-banner .logo {
		width: 14%;
	}
	.to-banner .form.bx form input {
		font-size: 14px;
		padding: 14px 14px;
	}
	.to-banner .form.bx form button {
		font-size: 14px;
		padding: 14px 50px;
	}
	.to-banner .form.bx form p, .to-banner .form.bx form a, .to-banner .form.bx p {
		font-size: 13px;
	}
	.to-banner .form.bx form p a {
		font-size: 16px;
	}
	.to-banner .form.bx .head {
		margin: 0 0 28px 0;
	}
	.to-banner .form.bx h2 {
		font-size: 28px;
	}
	.to-banner .form.bx .head img {
		width: 13%;
	}
	.to-banner .form.bx form button, .to-banner .form.bx button {
		font-size: 14px;
	}
	.wel-name h2 {
		font-size: 55px;
	}
	.wel-name h2 span {
		font-size: 22px;
	}
	.list-ser {
		margin-top: 40px;
		height: 480px;
	}
	.no-invoi .img-dgf {
		width: 100px;
	}
	.no-invoi h3 {
		font-size: 24px;
		margin-top: 22px;
	}
	.log-bx {
		padding: 35px;
	}
	.log-bx img {
		width: 70%;
	}
	.no-invoi button {
		font-size: 14px;
	}
	.fir-invoi {
		width: 45%;
	}
	.fileUploadWrap {
		background-size: 22px;
		background-position: 96% 14px;
	}
	.fir-invoi form select {
		background-size: 18px;
		background-position: 96% 21px;
		font-size: 14px;
	}
	.fir-invoi form button {
		font-size: 14px;
	}
	.fileName {
		font-size: 14px;
	}
	.list-ser h4 {
		font-size: 18px;
	}
	.list-ser table thead th {
		font-size: 13px;
	}
	.list-ser table tbody tr td {
		font-size: 13px;
	}
	.sdf li a {
		font-size: 13px;
	}
	.sdf li a img {
		width: 20px;
	}
	.log-bx p {
		font-size: 13px;
	}
	
}

@media (max-width:1285px) {
	.to-banner .form.bx {
		margin: 10px 0 0 0;
	}
	.to-banner .logo {
		width: 16%;
	}
	.fir-invoi {
		width: 55%;
	}
	.right-side {
		padding: 50px 50px;
	}
	.wel-name h2 {
		font-size: 48px;
	}
	.wel-name h2 span {
		font-size: 18px;
	}
	.log-bx img {
		width: 90%;
	}
}

@media (max-width:1025px) {
	.to-banner .logo {
		width: 25%;
	}
	.fir-invoi {
		width: 75%;
	}
	.log-bx img {
		width: 100%;
	}
	.log-bx {
		padding: 30px;
	}
	.left-side {
		width: 25%;
	}
	.right-side {
		width: 75%;
	}
	.sdf li a {
		padding: 20px 25px;
	}
}

@media (max-width:991px) {
	.to-banner .logo {
		width: 28%;
	}
	.fir-invoi {
		width: 100%;
	}
	.right-side {
		padding: 30px 20px;
	}
	.wel-name h2 {
		font-size: 42px;
	}
	.list-ser {
		padding: 40px 20px;
	}
	.log-bx {
		padding: 20px;
	}
	.sdf li a {
		padding: 15px 18px;
		font-size: 14px;
	}
	.sdf li a img {
		margin-right: 10px;
		width: 20px;
	}
	.list-ser table {
		width: 140%;
	}
}

@media (max-width:767px) {
	.to-banner .logo {
		width: 50%;
	}
	.to-banner .form.bx {
		padding: 40px 18px;
	}
	.to-banner .form.bx form button {
		margin: 0 auto 12px auto;
		display: block;
	}
	.to-banner .form.bx h2 {
		font-size: 26px;
	}
	.to-banner {
		padding: 50px 0;
	}
	.to-banner .form.bx .head img {
		width: 24%;	
		margin: 0px auto 15px auto;
	}

	.left-side {
		width: 60%;
		position: absolute;
		left: -250px;
		transition: 0.4s ease-in;
		box-shadow: 8px 8px 18px rgb(0 0 0 / 15%);
		z-index: 9;
	}
	.left-side.slide {
		left: 0;
	}
	.right-side {
		width: 100%;
		padding: 30px 12px;
	}
	.wel-name h2 {
		font-size: 34px;
	}
	.wel-name h2 span {
		font-size: 15px;
	}
	.list-ser h4 {
		font-size: 18px;
	}
	.list-ser {
		margin-top: 30px;
		height: auto;
	}
	.list-ser table {
		width: 200%;
	}
	button.invo-btnh {
		padding: 10px 18px;
		font-size: 13px;
	}
	.log-bx p {
		font-size: 13px;
	}
}