@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Kalam:wght@300;400&family=Questrial:wght@900&family=Sacramento&family=Secular+One&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Julius+Sans+One&family=Raleway:wght@200;300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@500&family=Noto+Sans+Tamil:wght@500&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
	--font-family: "Open Sans", sans-serif;
	--color-1: #8e44ad;
	--color-2: #d6eaf8;
	--color-3: #c2e7ff;
	--color-4: #8e44ad;
	--color-5: #FFFFFF;
	--color-6: #444746;
	--color-7: #1f1f1f;
	--color-8: #c70039;
	--color-9: #d5f5e3;
	--color-10: #fadbd8;
	--xgreen: #98ca82;
	--xbtn: #2a5173;
}

.title {
	height: 30px;
}

th, td {
	width: 0;
	min-width: fit-content;
	text-wrap: nowrap;
}

.dark-border {
	border: 1px solid #a5a5a5;
}

.red-border {
	border: 1px solid red;
}

.red {
	color: red;
}

.icon30 {
	width: 30px;
	height: 30px;
}

.icon40 {
	width: 40px;
	height: 40px;
}

.icon50 {
	width: 50px;
	height: 50px;
}

.icon60 {
	width: 60px;
	height: 60px;
}

.icon70 {
	width: 70px;
	height: 70px;
}

.sans-bold {
	font-family: "Open sans";
	font-weight: bold;
}

.line-tab {
	padding: 5px 15px;
	border: 1px solid #fff;
	border-bottom-color: #a5a5a5;
}

.line-tab:hover {
	background-color: var(--color-3);
	cursor: pointer;
}

.line-tab-active {
	/* background-color: var(--xgreen); */
	border-width: 2px;
	border-bottom-color: var(--color-8)
}

.check-box label{
	margin-top: 3px;
}

.dborder {
	border: 1px solid #c5c5c5;
}

.card-hdr {
	background-color: #f5f5f5;
	padding: 15px;
}

.spb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aic {
	align-items: center;
}

.jcc {
	justify-content: center;
}


body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', 'Open sans';
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100vh;
	background-color: #EDEFF7;
}

.sans {
	font-family: "Open sans";
}

.testBorder {
	border: 2px solid red;
}

.lspace-1 {
	letter-spacing: 1px;
}

.lspace-2 {
	letter-spacing: 2px;
}

.br5 {
	border-radius: 5px;
}

.br7 {
	border-radius: 7px;
}

.br8 {
	border-radius: 8px;
}

.br10 {
	border-radius: 10px;
}

.br20 {
	border-radius: 20px;
}

.bg-white {
	background-color: #fff;
}

.flexbox {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.flexbox-col {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	flex-direction: column;
}

.flexbox-center {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.flexbox-vcenter {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}

.flexbox-col-center {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexbox-center-right {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.font14 {
	font-size: 14px;
	font-family: "Open sans";
}

.header-16 {
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 700;
}

.alert {
	margin-bottom: 0;
	padding: 4px 20px;
}

.wrapper,
body,
html {
	height: 100vh;
	margin: 0;
	font-family: 'Roboto', 'Open sans';
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

.vcenter {
	justify-content: center;
	align-items: center;
}

.tool-btn {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.tool-btn:hover {
	background-color: #a5a5a5;
}

.custom-btn {
	width: 150px;
	padding: 3px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

.custom-btn:hover {
	background-color: #d5d5d5;
	cursor: pointer;
}

.custom-btn-inactive {
	width: 150px;
	background-color: #e5e5e5;
	padding: 3px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

.height-100 {
	height: 100%;
	border: 5px solid blue;
}

.plain-list {
	list-style: none;
}

.status {
	background-color: #F6DDCC;
	padding: 5px;
	border-radius: 5px
}

.ht-400 {
	min-height: 400px;
}

.white-box {
	height: 90vh;
	background-color: #fff;
	padding: 20px;
	overflow-y: auto;
	/* box-shadow: 5px 5px 5px gray; */
}

.white-box1 {
	height: 80vh;
	background-color: #fff;
	padding: 20px;
	overflow-y: auto;
	/* box-shadow: 5px 5px 5px gray; */
}

.font-12 {
	font-size: 12px;
	font-weight: normal;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.hrow {
	display: flex;
}

.bold {
	font-weight: bold;
}

.warning {
	background-color: #FADBD8;
}

.form-label {
	margin-top: 10px;
	font-size: 14px;
}

th {
	background-color: #566573 !important;
	font-family: 'Roboto';
	font-weight: normal;
	color: #fff;
	padding-left: 5px !important;
}

.page-header {
	font-family: 'Lato';
	font-weight: 800;
	font-size: 16px;
}

.page-header1 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 14px;
}

hr {
	padding: 0;
	margin: 0;
}

.table-500 {
	min-height: 500px;
	overflow: auto;
}

.xpedio-hr {
	border: 1px solid #c70039;
}

.mont {
	font-family: 'Montserrat';
}

.poppins-200 {
	font-family: 'Poppins';
	font-weight: 200;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
}

.form-group label {
	font-family: 'Roboto condensed';
	font-size: 13px;
	color: #000;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none !important;
	border-color: #a5a5a5 !important;
	outline: -webkit-focus-ring-color auto 0px;
}

input {
	padding: 2px 4px !important;
	height: 30px !important;
	border-color: #a5a5a5 !important;
}

.form-check-input {
	height: 20px !important;
	width: 20px !important;
	margin-right: 10px !important;
	margin-top: 3px !important;
}


textarea {
	padding: 2px 4px !important;
	border-color: #a5a5a5 !important;
}

select {
	padding: 2px 4px !important;
	max-height: 30px !important;
	border-color: #a5a5a5 !important;
}

.form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none !important;
	border-color: #a0a0a0 !important;
	outline: -webkit-focus-ring-color auto 0px;
}

.input-group-btn {
	max-height: 25px !important;
	width: 40px !important;
	background-color: #2980B9;
	color: #fff;
	border: 1px solid transparent;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.text-10 {
	font-size: 10px;
	color: #000;
}

.text-11 {
	font-size: 11px;
	color: #000;
}

.text-12 {
	font-size: 12px;
	color: #000;
}

.text-14 {
	font-size: 14px;
	color: #000 !important;
}

.modal-header {
	background-color: #273746;
	padding: 10px 20px 0 20px;
	color: #fff;
	font-family: 'Roboto Condensed';
	border-radius: 3px;
}

.modal-footer {
	background-color: #f5f5f5;
}

.status-alert {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #555;
	/* opacity: 0.8; */
	border-radius: 20px;
	padding: 7px 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "Open sans";
	min-width: 40%;
}



.header-18 {
	font-family: 'Roboto condensed';
	font-size: 18px;
}

.header-20 {
	font-family: 'Roboto condensed';
	font-size: 20px;
}

.header-24 {
	font-family: 'Roboto condensed';
	font-size: 24px;
}

a {
	text-decoration: none !important;
}

.primary {
	background-color: #2874A6;
}

.lb-alert {
	color: #c70039;
}

.lb-success {
	color: cadetblue;
}

.right {
	text-align: right;
}

.gap-10 {
	gap: 10px
}

.right-bottom {
	display: flex;
	align-items: end;
	justify-content: flex-end;
	height: 100%;
	gap: 7px;
}

.center {
	text-align: center;
}

.formatted {
	white-space: pre-line;
}

.terminal {
	background-color: #34495E;
	color: #fff;
	height: 500px;
	overflow: auto;
	padding: 0 15px;
	border-radius: 5px;
}

.btn-primary {
	background-color: #2980B9 !important;
	border-radius: 20px;
	color: #fff;
	min-width: 100px;
	font-family: 'Lato' !important;
	font-size: 14px !important;
}

.btn-secondary {
	background-color: #566573 !important;
	border-radius: 20px;
	color: #fff;
	min-width: 100px;
	font-family: 'Lato' !important;
	font-size: 14px !important;
}

.btn-outline-secondary {
	background-color: #fff !important;
	border-color: 566573;
	border-radius: 20px;
	color: #000;
	min-width: 100px;
	font-family: 'Lato' !important;
	font-size: 14px !important;
}

.btn-outline-secondary-small {
	background-color: #fff !important;
	border-color: 566573;
	border-radius: 5px;
	color: #000;
	font-family: 'Lato' !important;
	font-size: 14px !important;
}

.btn-outline-secondary:hover {
	background-color: #566573 !important;
	color: #fff;
}

.btn-outline-secondary-small:hover {
	background-color: #566573 !important;
	color: #fff;
}
.box1 {
	margin-top: 80px;
	/* height: calc(100vh - 180px); */
}

.alarm {
	color: #c70039;
}

.success {
	color: #76D7C4;
}

.gray-bg {
	background-color: #f5f5f5;
}

.alarm-bg {
	background-color: #c70039;
	color: #fff;
}

.success-bg {
	background-color: #76D7C4;
	color: #fff;
}

.inner-height {
	height: calc(100vh - 150px) !important;
	width: 100%;
}

.scroll-panel {
	/* height: 450px !important; */
	overflow: auto !important;
}

.form-body {
	flex-grow: 1;
	background-color: #fff;
	overflow: auto;
	padding: 20px;
}

.ht-50 {
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
}

.ht-70 {
	height: calc(100vh - 70px);
}

.ht-75 {
	height: calc(100vh - 75px);
	display: flex;
	flex-direction: column;
	border: 2px solid blue;
}

.ht-100 {
	height: calc(100vh - 100px);
}

.ht-150 {
	height: calc(100vh - 150px);
}

.ht-200 {
	height: calc(100vh - 200px);
}

.ht-250 {
	height: calc(100vh - 250px);
}

.content {
	display: flex;
	height: calc(100vh - 65px);
	overflow-y: auto;
	margin-top: 10px;
	margin-right: 10px;
	flex-direction: column
}

.full-panel {
	display: flex;
}

.full-box {
	display: grid;
	position: fixed;
	grid-template-columns: auto;
	top: 35px;
	left: 0;
	right: 0;
	bottom: calc(100vh-35px);
	justify-content: right;
	align-items: center;
	width: 100%;
}

.vscroll {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
}

.auto-scroll {
	overflow: auto;
}

.div-center {
	display: grid;
	grid-template-columns: auto;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.left-panel {
	height: calc(100vh - 35px);
}

.black {
	color: black;
}

.chip-light {
	background-color: #d5d5d5;
	padding: 5px 10px;
	border-radius: 20px;
}

.chip-blue {
	background-color: #D6EAF8;
	padding: 5px 10px;
	border-radius: 20px;
}

.xpedio {
	color: #c70039;
}

.center-panel {
	flex: 1;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.display-block {
	display: block;
}

.panel {
	display: grid;
	position: fixed;
	grid-template-columns: auto;
	width: 100%;
	top: 35px;
	left: 0;
	right: 0px;
	height: calc(100vh - 35px);
	background-color: #fff;
}

.white {
	color: white;
}

.white-bg {
	background-color: #fff;
}

.panel-header-dark {
	background-color: #273746;
	padding: 10px;
}

.header-18-white {
	font-family: 'Roboto condensed';
	color: #fff;
	font-size: 18px;
}

.bar-gray {
	background-color: #D6DBDF;
}

.bar-green {
	background-color: #D5F5E3;
	padding: 5px;
}

.indexer {
	background-color: #273746;
	text-align: center;
	padding-top: 4px;
}

.m-35 {
	margin-top: 35px;
}

.m-40 {
	margin-top: 40px;
}

.m-50 {
	margin-top: 50px;
}

.m-80 {
	margin-top: 80px;
}

.m-100 {
	margin-top: 100px;
}

.border-dark {
	border: 1px solid #c5c5c5;
}

.border-all {
	border: 1px solid lightgray;
}

.border-t {
	border-top: 1px solid lightgray;
}

.border-l {
	border-left: 1px solid lightgray;
}

.border-r {
	border-right: 1px solid lightgray;
}

.border-b {
	border-bottom: 1px solid lightgray;
}

.border-tb,
.border-bt {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.border-rb,
.border-br {
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.border-tr,
.border-rt {
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.border-bl,
.border-lb {
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

.border-tl,
.border-lt {
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

.border-rl,
.border-lr {
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
}

.border-tbl,
.border-tlb,
.border-ltb,
.border-lbt,
.border-btl,
.border-blt {
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.border-rbl,
.border-rlb,
.border-lrb,
.border-lbr,
.border-brl,
.border-blr {
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.bottom-column>div {
	display: inline-block;
	vertical-align: bottom;
	float: none;
	margin: -2px;
}

.border-trl,
.border-tlr,
.border-ltr,
.border-lrt,
.border-rtl,
.border-rlt {
	border-top: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.border-trb,
.border-rtb,
.border-trb,
.border-tbr,
.border-brt,
.border-btr,
.border-rbt {
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}