:root {
	--light-purple: #e0def7;
	--deeep-black: #1f2130;
	--gray-font-color: #6c727f;
	--white-color: #ffffff;
	--color-primary: #28347c;
	--color-secondary: #948ddf;
	--font-primary: "Dosis", sans-serif;
	--gray-bg:#DDE1E2;
	--maroon-color:#992B10;
	--status-bg-yellow:#fff0cc;
	--status-color-yellow:#FFB300;
}

main {
	--radius-5: 5px;
	--radius-10: 10px;
	--radius-15: 15px;
	--radius-20: 20px;
	--radius-34: 34px;
	--space-125: 125px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0 !important;
}

body {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

h1:only-child,
p:only-child {
	margin: 0;
}

input {
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

:focus,
:focus-visible,
:focus-within {
	outline: none;
	box-shadow: none;
}

input,
select {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	font-size: 16px;
	color: #6c727f;
}

select,
.nice-select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 10% center;
	background-color: transparent;
}

textarea {
	width: 100%;
	resize: none;
	min-height: 125px;
	padding: 20px 5px 5px 20px;
	font-family: var(--font-primary);
	-webkit-border-radius: var(--radius-10);
	-moz-border-radius: var(--radius-10);
	border-radius: var(--radius-10);
}

.main-title {
	margin: 0;
	color: var(--maroon-color);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.purple_title {
	font-size: 45px;
	font-weight: bold;
	color: var(--color-secondary);
}

p {
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 10px;
}

p:last-child {
	margin: 0;
}

p:empty {
	margin: 0;
	line-height: 0;
}

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
}

img,
svg {
	vertical-align: middle;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

label {
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #000000;
	margin: 0 0 7px 0;
	font-weight: 500;
	text-transform: capitalize;
}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 5px 5px 5px 15px;
	font-weight: 400;
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

[class*="select-"],
[class*="nice-"] {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 34px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 5px 0 20px;
	border: 1px solid #6c727f;
}

.select-lg {
	min-width: 235px;
}

.form-row,
.row-block {
	width: 100%;
}

/* ------------------------------------ */

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

/* ------------------------------------ */

.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1490px;
}

/* ------------------------------------ */

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.align-item-start {
	align-items: flex-start;
}

.align-item-center {
	align-items: center;
}

/* ------------------------------------ */

.w-100 {
	width: 100%;
}

/* ------------------------------------ */

.pagination {
	margin-top: 25px;
}

.pagination ul {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.pagination li+li {
	margin-left: 10px;
}

.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border: none;
}

.pagination li:not(:first-child, :last-child) a {
	color: #6c727f;
	width: 45px;
	font-size: 18px;
	font-weight: bold;
	background: #ffffff;
	border: 1px solid #6c727f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination .disabled a {
	opacity: 0.5;
	pointer-events: none;
}

.pagination ul li:last-child a:hover,
.pagination ul li:first-child a:hover{
	background:none !important;
}

.pagination ul li:not(:last-child) a:hover,
.pagination ul li:not(:first-child) a:hover,
.pagination ul li.active a {
	color: #ffffff;
	background: #1f2130;
	border-color: #1f2130;
}

/* ------------------------------------ */

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	color: #1f2130;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	padding: 0 0 23px 0;
}

th:first-child,
td:first-child,
th:last-child,
td:last-child {
	text-align: center;
}

tr:last-child td {
	border-bottom: 1px solid #cecece;
}

td {
	font-size: 18px;
	color: #6c727f;
	border-top: 1px solid #cecece;
	padding: 16.5px 0;
}


/* ------------------------------------ */

[class*="color-"]{
	display: inline-block;
	font-weight: 500;
	color: #6c727f;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #6c727f;
	overflow: hidden;
	padding: 10px 30px;
	font-size: 16px;
	min-width: 150px;
	text-transform: uppercase;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}


.color-completed {
	color: #2eb884;
	background: #e1fff2;
	border-color: #e1fff2;
}

.color-new {
	color: #8076ee;
	background: #dfdcfb;
	border-color: #dfdcfb;
}

.color-holding {
	color: #ff1379;
	background: #ffc3dd;
	border-color: #ffc3dd;
}

.color-primary {
    color: #fff;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}

.color-pending {
    color: #ffb300;
    background: #fff0cc;
    border-color: #fff0cc;
}



/* ------------------------------------ */
.btn {
	display: inline-block;
	font-weight: 500;
	color: #6c727f;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #6c727f;
	overflow: hidden;
	padding: 10px 30px;
	font-size: 16px;
	min-width: 150px;
	text-transform: uppercase;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.btn-block {
	width: 100%;
}

.btn-secondary {
	color: #ffffff;
	text-transform: uppercase;
	border-color: var(--deeep-black);
	background: var(--deeep-black);
}

.btn-upload span {
	font-size: 16px;
	color: #6c727f;
	margin-left: 15px;
}

.btn-upload:hover {
	background: var(--maroon-color);
	border-color: var(--maroon-color);
}
.btn:focus{
	outline: none;
	box-shadow: none;
}

.btn-upload:hover,
.btn-upload:hover span {
	color: #ffffff;
}

.btn-pending {
	color: #ffb300;
	background: #fff0cc;
	border-color: #fff0cc;
}

.btn-outline {
	padding: 0 15px;
	line-height: 45px;
	color: var(--deeep-black);
	border: 1px solid  var(--deeep-black);
}

.btn-outline span {
	font-size: 15px;
}

.btn-outline:hover {
	background: var(--deeep-black);
	border-color: var(--deeep-black);
}

.btn-outline:hover,
.btn-outline:hover span {
	color: #ffffff;
}

.btn-new {
	color: #8076ee;
	background: #dfdcfb;
	border-color: #dfdcfb;
}

.btn-completed {
	color: #2eb884;
	background: #e1fff2;
	border-color: #e1fff2;
}

.btn-holding {
	color: #ff1379;
	background: #ffc3dd;
	border-color: #ffc3dd;
}

.btn-primary {
	color: var(--status-color-yellow);
	border: 1px solid var(--status-bg-yellow);
	background-color: var(--status-bg-yellow);
}

.btn-primary:hover {
	color: var(--white-color);
	border-color: var(--status-color-yellow);
	background-color: var(--status-color-yellow);
}

.view-btn {
	width: 30px;
	height: 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #6c727f;
	-webkit-transition: background 0.35s ease;
	-moz-transition: background 0.35s ease;
	-ms-transition: background 0.35s ease;
	-o-transition: background 0.35s ease;
	transition: background 0.35s ease;
}

.view-btn span {
	font-size: 12px;
	color: #ffffff;
}

.view-btn:hover {
	background: var(--maroon-color);
}

.menu-icon {
	width: 36px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
	margin-left: 15px;
	z-index: 9999;
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
	top: 8px;
}

.menu-icon span:nth-child(4) {
	top: 17px;
}

.menu-icon.open span:nth-child(1) {
	top: 8px;
	width: 0;
	left: 50%;
}

.menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
	top: 8px;
	width: 0;
	left: 50%;
}

.menu-icon.open span {
	background: var(--color-secondary);
}

/* ------------------------------------ */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?ece7y1");
	src: url("../fonts/icomoon.eot?ece7y1#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?ece7y1") format("truetype"),
		url("../fonts/icomoon.woff?ece7y1") format("woff"),
		url("../fonts/icomoon.svg?ece7y1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arw-r:before {
	content: "\e913";
}

.icon-clock:before {
	content: "\e912";
}

.icon-list:before {
	content: "\e911";
	color: #6c727f;
}

.icon-search:before {
	content: "\e900";
}

.icon-arrow-r:before {
	content: "\e901";
}

.icon-arrow-l:before {
	content: "\e902";
}

.icon-arrow-up-r:before {
	content: "\e903";
}

.icon-bell:before {
	content: "\e904";
}

.icon-user-circle:before {
	content: "\e905";
}

.icon-calendar:before {
	content: "\e906";
}

.icon-close-circle:before {
	content: "\e907";
}

.icon-from-cloud:before {
	content: "\e908";
}

.icon-eye:before {
	content: "\e909";
}


/* -------------------------------------------------------------- */

.tab-list {
	display: flex;
	max-width: fit-content;
	border-bottom: 2px solid #f6f6f6;
}

.tab-list li {
	position: relative;
	padding-bottom: 28px;
}

.tab-list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tab-list a:hover,
.tab-list .active a {
	color: var(--maroon-color);
}

.tab-list .active::after {
	background: var(--maroon-color);
}

.tab-list a {
	font-size: 20px;
	color: #6c727f;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 35px;
}

.tab-list li:first-child a {
	padding-left: 6px;
}

/* -------------------------------------------------------------- */

.form-switch {
	margin-left: 15px;
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.form-switch i {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 23px;
	vertical-align: text-bottom;
	transition: all 0.3s linear;
}

.form-switch i::before {
	content: "";
	position: absolute;
	left: 0;
	width: 32px;
	height: 18px;
	background-color: #fff;
	border-radius: 11px;
	transition: all 0.25s linear;
}

.form-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #6c727f;
	border-radius: 11px;
	transform: translate3d(2px, 2px, 0);
	transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
	width: 28px;
	transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked+i::after {
	transform: translate3d(16px, 2px, 0);
}

.form-switch input {
	display: none;
}

.form-switch input:checked+i {
	background-color: var(--deeep-black);
}

.form-switch input:checked+i::before {
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
	transform: translate3d(18px, 2px, 0);
}

/* -------------------------------------------------------------- */

.grid-table {
	border-spacing: 4px 5px;
	border-collapse: separate;
}

.grid-table .empty {
	opacity: 0;
}

.grid-table td {
	width: calc(100% / 7);
	background: #ffffff;
	border: 1px solid #ababab;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 140px;
	text-align: left;
	vertical-align: top;
}

.grid-table td span {
	display: block;
	font-size: 22px;
	color: #1f2130;
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 1;
}

.grid-table td li {
	color: #6c727f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding-left: 16px;
	position: relative;
	text-transform: uppercase;
}

.grid-table td li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: var(--maroon-color);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.grid-table td li+li {
	margin-top: 8px;
}

.table-head-search{
	display: flex;
	align-items: center;
}

.table-head-search a {
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: var(--maroon-color);
    color: #fff;
    font-size: 30px;
    border-radius: 34px;
    height: 40px;
    margin-right: auto;
    text-align: center;
	border: 1px solid var(--maroon-color);
}
.table-head-search a:hover {
	background-color: #fff;
	color: var(--maroon-color);

}

a:hover{
	color: #992B10;
}