/* welcome in style css */

@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');

body,
html {
	font-family: "Gothic A1", sans-serif;
}

:root {
	--grn: #158A53;
	--grn-dark: #036437;
	--white: #ffffff;
}

.text-bold {
	font-weight: 700;
}

.container-custom {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
}

label.hamberger {
	display: none;
}

header.border-grn {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}


header.border-grn img.logo {
	padding: 15px 0;
}

header.border-grn {
	border-bottom: 8px solid var(--grn);
	background: #fff;
}

.body-content {
	margin-top: 110px;
}

img.img-fluid.login-logo {
	width: 150px;
	padding: 15px 0;
}


.wrapper.log {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
}


.body-content.login .relative i,
.body-content.signup .relative i,
.body-content.reset-password .relative i {
	position: absolute;
	top: 35px;
	right: 15px;
}

footer.btm-fix {
	left: 0;
	right: 0;
	bottom: 0px;
	position: fixed;
	padding: 10px 0;
	background-color: var(--white);
}

a {
	text-decoration: none;
	font-size: 14px;
}

label {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;

	text-align: center;
	vertical-align: bottom;

}

select.form-select {
	border: 1px solid #000;
	border-radius: 8px;
}

.btn-grn {
	background-color: var(--grn);
	color: var(--white);
	border-radius: 8px;
	min-width: 178px;
}

.btn-grn:hover,
.btn-grn:active,
.btn-grn:focus {
	background-color: var(--grn-dark);
	color: var(--white);
}

input.form-control {
	border: 1px solid #000;
	border-radius: 8px;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: var(--grn);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(76 175 80 / 33%);
}

h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 100%;
}

h1 small {
	font-size: 36px;
}

.text-right {
	text-align: right;
}

.signup.form-check-input[type=checkbox] {
	border-color: var(--grn);
	width: 20px;
	height: 20px;
}

.form-check-input {
	width: 20px;
	height: 20px;
}

.form-check-input:checked {
	background-color: var(--grn);
	border-color: var(--grn);
}

.n-text {
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
}

.form-check-input[type=radio] {
	border-radius: 10%;
}

.fa-eye:before {
	font-size: 18px;
}

.fa-eye-slash:before {
	font-size: 18px;
}

/* Master page header */
header h2 {
	border-left: 2px solid #000;
	margin: auto 0 auto 15px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	font-size: 30px;
}

.navigation {
	display: flex;
	flex-flow: column;
	align-items: end;
	height: 85px;
	justify-content: flex-end;
}

.navigation ul.navigate-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul.navigate-list li {
	display: inline-flex;
}

.navigation ul.navigate-list li a {
	margin: 0;
	padding: 4px 15px;

}

.navigation span.user-type {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 3px 5px;
	border-radius: 5px;
}

.navigation ul.navigate-list li a {
	color: #000;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
}

.navigation ul.navigate-list li.active a {
	color: #fff;
	background: var(--grn);
	transition: all 0.3s ease-in-out;
}

.navigation ul.navigate-list li a:hover {
	background: var(--grn-dark);
	color: #ddd;
	transition: all 0.3s ease-in-out;
}

/* Master page header End */

.body-content .user-details-wrapper.edit input.form-control {

	max-width: 210px;
	display: inline-block;
	margin: 0;
	width: 100%;

	padding: 3px 5px;
	border: 0;
	border-radius: 0;
	background: #f3f2f2;
	font-size: 15px;
}

.body-content .user-details-wrapper.edit select.form-select {
	width: 179px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}


.body-content label,
.modal-body label {
	font-size: 13px;
	font-weight: 600;

}

.form-check .form-check-input {
	margin-top: 6px;
}

.form-check-input:checked~label {
	color: var(--grn);

}

input,
input:placeholder {
	font-size: 14px;
}

select.form-select {
	font-size: 14px;
}

.loadsheet-filter-button-submit {
	margin-top: 24px;
}

/* datatable */
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {

	right: 0px;

}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
	padding-right: 14px;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before {
	opacity: 0;
}

table.table.table-bordered.dataTable th {
	text-align: center;
	vertical-align: middle;
	background-color: #cde2d8;
}

.dt-length {
	display: flex;
	align-items: center;
}

th.dt-type-numeric.dt-orderable-none.dt-ordering-asc,
th.dt-type-numeric.dt-orderable-none,
.dt-type-numeric.dt-orderable-none {
	background: #cde2d8 !important;
}

.table>:not(caption)>*>* {
	padding: .2rem .2rem;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
	cursor: pointer;
	background: #CDE2D8;
}

input#dt-search-0 {
	width: 250px;
}

table.dataTable {
	font-size: 10px;
}

.table>:not(:first-child) {
	border-top: 0px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--grn);
	border-color: var(--grn);
}

input.table-inline-edit {
	width: 100px;
	border: none;

}

input.table-inline-edit:focus,
input.table-inline-edit:active {

	border: 1px solid #ddd;
}

/* Load sheet Custom filter close list Start */
.relative {
	position: relative;
}

ul.filter-pills {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	position: absolute;
	left: 200px;
	top: 7px;
}

ul.filter-pills li a {
	border: 1px solid #b6c9c1;
	padding: 2px 10px;
	border-radius: 8px;
	margin: 0 1px;
	cursor: pointer;
	display: none;
	background: #3f7c63;
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
}

ul.filter-pills li.show a {
	display: inline-block;
}

ul.filter-pills li.show a:hover {
	color: #3f7c63;
	border: 1px solid #3f7c63;
	background-color: #fff;


}

/* Load sheet Custom filter close list End */

/* Load sheet custom button add in data table */

.form-wrapper-filters {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.form-wrapper-filters>div {
	margin-left: 10px;
	margin-right: 10px;
}

.btn.btn-outline-secondary.dropdown-toggle {
	border-radius: 8px;
}

.btn.btn-outline-secondary.dropdown-toggle:hover,
.btn-outline-secondary.dropdown-toggle.show {
	background: #fff;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.hauler-c .dropdown .btn.btn.btn-outline-secondary,
.select-drvr .dropdown .btn.btn-outline-secondary {
	width: 300px;
	overflow: hidden;
}

div#dropdownItems,
div#dropdownItems2 {
	padding-left: 8px;
}

.hauler-c,
.select-drvr {
	text-align: center;
}

.hauler-c .dropdown label.form-check-label,
.select-drvr .dropdown label.form-check-label {
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px;
}

.hauler-c .dropdown .form-check .form-check-input,
.select-drvr .dropdown .form-check .form-check-input {
	margin-top: -4px;
	margin-left: -23px;
}

.hauler-c .dropdown input.form-control,
.select-drvr .dropdown input.form-control {
	border-radius: 5px;
	margin-bottom: 10px;
}

.txt-bold {
	font-weight: 700 !important;
}


.dt-search {
	display: flex;
	align-items: center;
}

.dt-search button {
	order: 2;
	margin-left: 15px;
	border-radius: 8px;
	background-color: var(--grn);
	border: 0;
}

.dt-search button:hover,
.dt-search button:active,
.dt-search button:visited,
.dt-search button:focus {
	background-color: var(--grn-dark);
	border: 0;

}

.btn.btn-secondary.me-1 {
	min-width: 90px;
}


/* upolad ticket css */


h3 {
	font-size: 24px;
	font-weight: 700;
}

.body-content.load-sheet ol li {
	line-height: 32px;
}

input#formFile {
	position: relative;
}

#formFile::before {
	content: "Upload Ticket (jpeg, png)";
	position: absolute;
	z-index: 2;
	background-color: #eee;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	padding-top: 6px;
	background: var(--grn);
	color: #fff;
}

.select-driver-wrapper {
	max-width: 400px;
	margin: 0 auto;
}

.upload-ticket-form-wrapper {
	max-width: 345px;
	margin: 0 auto;
}

.all-extraction-wrapper {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.all-extraction-wrapper:before {
	content: '';
	width: 5px;
	background: #ddd;
	height: 100%;
	position: absolute;
	left: -104px;
	border-radius: 3px;
}

.upload-ticket-wrapper {
	width: 345px;
	margin: 0 auto;
}

.Load-sheet-form-field-wrapper {

	margin: 0 auto;
	border-left: 5px solid #ddd;
	padding: 0 0 0 48px;
}

.btn {
	min-width: 130px;
	border-radius: 8px;
	border: 1px solid var(--grn);
}

.btn.btn-green,
.btn.btn-red {

	min-width: 130px;
	color: #fff;
	border-radius: 8px;
}

.btn.btn-green {
	background: var(--grn);
}

.btn.btn-red {
	background: #f44336;
}

.btn.btn-red-outline {
	border: 1px solid #f44336;
	color: #f44336;
}

.btn.btn-red-outline:hover {
	background: #f44336;
	color: #fff;
}


span.validation {
	font-size: 13px;
	color: red;
	margin: 5px 0 0 5px;
	display: none;

}

span.validation.show {
	display: inline-block;
}

.btn.btn-green:hover,
.btn.btn-green:visited,
.btn.btn-green:focus {
	background-color: var(--grn-dark);
}

.btn.btn-green-outline {
	border: 1px solid var(--grn);
	border-radius: 8px;
	color: var(--grn);
}

.body-content .upload-ticket-form-wrapper.grey label.form-label {
	color: #ddd;
}

.body-content .upload-ticket-form-wrapper.grey input.form-control {
	border-color: #ddd;
}

.body-content .upload-ticket-form-wrapper.grey .btn.btn-green {
	background: #ddd;
}

/* upolad ticket css End */

/* OTP screen */

form.digit-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.digit-group input {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color: #000;
	margin: 0 8px;
	border: 1px solid var(--grn);
}

.body-content.otp {
	padding: 0 10px;
}

/* OTP screen End */

/* Ticket Details CSS */
.rq-dr-modification {
	margin-top: 24px;
	text-align: right;
}

.drvr_modi_rqst .tab-content {
	padding: 20px 10px 0px;
}

.drvr_modi_rqst .nav-tabs .nav-item.show .nav-link,
.drvr_modi_rqst .nav-tabs .nav-link.active {
	color: #fff;
	background: var(--grn-dark);
}

.drvr_modi_rqst .nav-link {
	color: initial;
	background: #ddd;
	margin-right: 10px;
}

.search-wrapper {
	background: #EBFFF0;
	border-radius: 10px;
	margin: 0;
}

.search-wrapper .search-box {
	padding: 20px;
	background: #CDE2D8;
	border-radius: 10px 10px 0 0;
}

.search-wrapper .search-box .input-group .btn.btn-outline-secondary {
	text-align: right;
	border: 0;
	border-radius: 0 20px 20px 0;
	min-width: 40px;
	background: #fff;
}

.search-wrapper .search-box .input-group .fa-search:before {
	font-size: 20px;
	color: #000;
}

.search-wrapper .search-box .input-group:hover .fa-search:before {
	color: green;
	transition: all 0.3s ease-in-out;
}

.search-wrapper .search-box .input-group input.form-control,
.search-wrapper .search-box .input-group input.form-control:active,
.search-wrapper .search-box .input-group input.form-control:hover,
.search-wrapper .search-box .input-group input.form-control:focus,
.search-wrapper .search-box .input-group .btn.btn-outline-secondary,
.search-wrapper .search-box .input-group .btn.btn-outline-secondary:active,
.search-wrapper .search-box .input-group .btn.btn-outline-secondary:focus,
.search-wrapper .search-box .input-group .btn.btn-outline-secondary:hover {
	border: 0px;
	box-shadow: none !important;
}

.search-wrapper .search-box .input-group {
	border: 3px solid var(--grn);
	border-radius: 10px;
	padding: 5px;
	background: #fff;
}

.search-box-body {
	padding: 10px;
	max-height: calc(100vh - 370px);
	overflow: auto;
}

.ticket-box {
	border-radius: 10px;
	margin-bottom: 15px;
	border: 1px solid var(--grn);
}

.ticket-box .ticket-box-header {
	background: var(--grn);
	border-radius: 6px 6px 0 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.ticket-box .ticket-box-body {
	padding: 10px;
}

.ticket-box .ticket-box-body ul,
.ticket-box .ticket-box-body li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticket-box .ticket-box-body li {
	display: flex;
	line-height: 28px;
}


.ticket-box .ticket-box-body li span:first-child {
	display: inline-block;
	width: 140px;
}

.ticket-box .ticket-box-body li span:last-child {
	width: 65%;
}

.ticket-box.active {
	box-shadow: 3px 3px 5px 5px #ddd;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	border: 2px solid var(--grn-dark)
}

.ticket-box.active .ticket-box-header {
	background-color: var(--grn-dark);
}


.user-details-wrapper {
	border: 1px solid var(--grn);
	border-radius: 10px;
	padding: 20px;
	min-height: calc(100vh - 280px);
}

.user-details-wrapper {
	border: 1px solid var(--grn);
	border-radius: 10px;
	padding: 20px;
	min-height: calc(100vh - 246px);
	margin-top: 43px;
	position: relative;
}


.ticket-details-wrapper h5,
.user-details-wrapper h5 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.ticket-details-wrapper ul,
.user-details-wrapper ul {
	padding: 0;
	margin: 0 auto 10px auto;
	max-height: calc(100vh - 420px);
	overflow: auto;

}

.ticket-details-wrapper ul li,
.user-details-wrapper ul li {
	margin: 0;
	padding: 5px;
	list-style: none;

}

.ticket-details-wrapper ul li:nth-child(odd),
.user-details-wrapper ul li:nth-child(odd) {
	background: #EBFFF0;
}

.hide {
	display: none;
}

.ticket-details-wrapper ul li span:first-child {
	display: inline-block;
	width: 100%;
	max-width: 180px;
}

.user-details-wrapper ul li span:first-child {
	display: inline-block;
	width: 100%;
	max-width: 190px;
}

.body-content.asn-companies .user-details-wrapper.edit ul li span:first-child {
	max-width: 220px;
}

.body-content.asn-companies .user-details-wrapper.edit ul li span:last-child {
	max-width: 250px;
	display: inline-block;
	width: 100%;
}

.body-content.asn-companies .user-details-wrapper.edit input.form-control {
	width: 250px;
	max-width: 250px;
}

.body-content.asn-companies .user-details-wrapper.edit select.form-select {
	width: 250px;
}


/* .ticket-details-wrapper .btn.btn-green,
.user-details-wrapper .btn.btn-green {
    display: inline-flex;
    justify-content: space-between;
    padding: 5px 8px 7px 28px;
    align-items: center;

} */

/* .ticket-details-wrapper .btn.btn-green i:before,
.user-details-wrapper .btn.btn-green i:before {
    background: #fff;
    font-size: 13px;
    border-radius: 20px;
    color: var(--grn);
    padding: 6px;
} */

/* .ticket-details-wrapper .btn.btn-red,
.user-details-wrapper .btn.btn-red {

    display: inline-flex;
    justify-content: space-between;
    padding: 8px 8px 4px 28px;
} */

/* .ticket-details-wrapper .btn.btn-red i:before,
.user-details-wrapper .btn.btn-red i:before {
    background: #fff;
    font-size: 13px;
    border-radius: 20px;
    color: crimson;
    padding: 6px;
} */


.wrapper-image-zoom {
	margin: 0 20px;
	height: calc(100vh - 280px);
	border-radius: 10px;
	background: #D5EAE0;
	border: none;
	position: relative;
	overflow: hidden;
}

.wrapper-button-zoom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.ticket-details-wrapper input.form-control {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 3px 5px;
	border: 0;
	border-radius: 0;
	background: #f3f2f2;
	font-size: 15px;
}

.user-details-wrapper input.form-control {

	max-width: 210px;
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 3px 5px;
	border: 0;
	border-radius: 0;
	background: #f3f2f2;
	font-size: 15px;
}

.ticket-details-wrapper.edit ul,
.user-details-wrapper.edit ul {

	overflow: auto;
	height: 100%;
}

.ticket-details-wrapper {
	border: 1px solid var(--grn);
	border-radius: 10px;
	padding: 20px;
	min-height: calc(100vh - 280px);
	margin: 0 0 5px 0;
	background: #fff;
	position: relative;
}

.user-details-wrapper.edit ul li {

	display: flex;
	margin: 0;
	padding: 5px;
	list-style: none;
}

.user-details-wrapper.edit ul li:nth-child(odd) {
	background: #fff;
}

.ticket-details-wrapper.edit ul li:nth-child(odd),
.user-details-wrapper.edit ul li:nth-child(odd) {
	background-color: #fff;

}

/* Ticket Details CSS End */

/* image zoom functionality css*/

#hubble-container {
	width: 50%;
	font-size: 0;
	border: 1px solid #111;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 2rem;
}

#hubblepic {
	width: 100%;
}

#zoomer {
	display: block;
	width: 80%;
	margin: 0px auto;
}

@media all and (max-width: 500px) {

	#zoomer,
	#hubble-container {
		width: 85%;
	}
}

#container {
	overflow: hidden;
	width: auto;
	height: 90%;
	position: relative;
	margin: 10px;
	border-radius: 20px;
	border: 1px solid #000;
	background-color: #b0acae;
	text-align: center;
}

#hubblepic {
	width: auto;
	height: 100%;
	/* Image will scale with the container */
	transition: transform 0.3s ease;
	/* Smooth zoom transition */
	cursor: grab;
	/* Change cursor to indicate draggable */
	position: absolute;
	/* Allow positioning for dragging */

}


#hubblepic.grabbing {
	cursor: grabbing;
	/* Cursor while dragging */
}

.controller {
	display: flex;
	width: 55%;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.controller i {
	background: var(--grn);
	padding: 4px 5px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
}

/* image zoom functionality css End*/

.dropdown-menu {
	max-height: 200px;
	overflow-y: auto;
}


/* file upload css for Upload Ticket page */
.uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

button.img-remove {
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 10px;
	border-radius: 5px;
}


.uploader label {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	border: 3px solid #eee;
	transition: all 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 20px;
	height: 214px;
	overflow: hidden;
}

.uploader label:hover {
	border-color: #454cad;
}

.uploader label.hover {
	border: 3px solid #454cad;
	box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}

.uploader #start {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #start.hidden {
	display: none;
}

.uploader #start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

.uploader #response {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #response.hidden {
	display: none;
}

.uploader #response #messages {
	margin-bottom: 0.5rem;
}

.uploader #file-image {
	max-width: 100%;
	max-height: 130px;
}

.uploader #file-image.hidden {
	display: none;
}

.uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: red;
}

.uploader #notimage.hidden {
	display: none;
}

.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader input[type=file] {
	display: none;
}

.uploader div {
	margin: 0.2rem 0 0.3rem 0;
	color: #5f6982;
}

.uploader .btn {
	display: inline-block;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	clear: both;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	border: none;
	outline: none;
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	cursor: pointer;
}

/* label#file-drag:after {
    position: absolute;
    content: '\f00d';
    width: 30px;
    height: 30px;
    font-family: 'FontAwesome';
    font-size: 17px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 0 0 0;
    right: 10px;
    top: 10px;
    z-index: 2;
}   */
/* file upload css for Upload Ticket page End */

.wrapper-btn {
	text-align: center;
	margin-top: 40px;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--grn-dark);
}

/* Scrollbar end*/


/* Custom Modal Style  */
.modal-header {
	background: var(--grn);
	color: #fff;
}

.modal-body {
	padding: 20px;
}

.modal-footer {
	justify-content: center;
}

/* Custom Modal Style End */

/* Add hauler managers page Start */

.form-wrapper-filters div.wrapper-btn,
.form-wrapper-filters div.wrapper-select {
	margin-top: 22px;
}

.search-wrapper.mngr-request .search-box {
	background: var(--grn);
}

.body-content.add-hlr-mngr button.btn.i-plus {
	color: #fff;
	background: #8BC34A;
	width: 37px;
	min-width: auto;
	border-radius: 50px;
	font-size: 16px;
	height: 35px;
	margin-bottom: 13px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.search-wrapper.mngr-request {
	position: relative;
}

.search-box .d-flex {
	justify-content: center;
	margin-bottom: 15px;
}

.search-box .d-flex h5 {
	color: #fff;
	font-weight: 500;
}

.mngr-request i.fa.fa-plus {
	margin: -1px;
}

.user-box {
	margin: 0 0 10px 0;
	overflow: auto;
	height: calc(100vh - 411px);
}

.user-box ul {
	left: 0;
	padding: 0;
}

.user-box li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 10px 10px;
	background-color: #fff;
	flex-wrap: wrap;
}

.user-box li span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-box li span .fa.fa-user-circle-o {
	font-size: 30px;
}

.user-box li span span.user-name {
	display: block;
}

.user-box li span span {
	font-size: 14px;
	margin: 0 0 0 10px;
}
.user-box li span span:first-child{
	margin: 0;
}

.user-box li span span small {
	display: block;
    color: #524e4c;
    width: 120px;
    text-overflow: ellipsis;   
    white-space: nowrap;
    overflow: hidden;
}

.btn.btn-green.sm,
.btn.btn-green-outline.sm {
	font-size: 12px;
	min-width: 100px;
}

.img-usr {
	width: 90px;
	text-align: center;
	margin: 0 auto 20px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #9E9E9E;
}

.user-name-wrapper {
	border: 1px solid var(--grn);
	border-radius: 10px;
	padding: 20px;
	min-height: calc(100vh - 280px);
}

.btn-wrapper-view-mngr {
	display: flex;
	margin-top: 3em;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	bottom: 20px;
	box-sizing: border-box;
	right: 20px;
	left: 20px;
}

.btn.btn-xsm.btn-red-outline {
	width: auto !important;
	min-width: unset;
	padding: 0 10px;
}

.form-wrapper-filters.add-h-mngr .wrapper-btn {
	margin-top: 43px;
}

.body-content.add-hlr-mngr .form-wrapper-filters div.wrapper-btn {
	margin-top: 0px;
}

.body-content.add-hlr-mngr {
	margin-top: 110px;
}

/* Profile picture upload CSS */
.avatar-upload {
	position: relative;
	max-width: 135px;
	margin: 10px auto;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 17px;
	z-index: 1;
	bottom: 11px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: var(--grn);
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}

.avatar-upload .avatar-preview {
	width: 110px;
	height: 110px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Profile picture upload CSS end */


.body-content.add-hlr-mngr .form-wrapper-filters .dropdown ul.dropdown-menu.show a.dropdown-item-company-list {
	padding: 5px 5px;
	display: block;
	color: #000;
}

.body-content.add-hlr-mngr .form-wrapper-filters .dropdown input.form-control {
	margin: 0 5px;
	width: 95%;
}

.body-content.add-hlr-mngr .search-wrapper.mngr-request .user-box {
	margin: 0 0 10px 0;
	overflow: auto;
	height: calc(100vh - 385px);
}

.body-content.add-hlr-mngr .user-name-wrapper {
	border: 1px solid var(--grn);
	border-radius: 10px;
	padding: 20px;
	min-height: calc(100vh - 245px);
	padding-right: 10px;
	margin-top: 43px;
	position: relative;
}

.btn.btn-circle {
	border: 1px solid var(--grn);
	width: 38px;
	min-width: initial;
	color: #fff;
	background: var(--grn);
}

.btn.btn-trash {
	border: 1px solid var(--bs-danger);
	width: 38px;
	min-width: initial;
	color: #fff;
	background: var(--bs-danger);
	margin-left: 7px;
}

.body-content.add-hlr-mngr .search-hauler-company {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.body-content.add-hlr-mngr .btn.btn-outline-secondary.dropdown-toggle {
	border-radius: 8px;
	width: 370px;
}

.body-content.upload-ticket .btn.btn-outline-secondary.dropdown-toggle {
	border-radius: 8px;
	width: 370px;
}

.dropdown-menu.show {
	display: block;
	width: 100%;
	padding: 10px;
}

a.dropdown-item-company-list {
	display: block;
	padding: 5px 5px;
	border-bottom: 1px solid #ddd;
	color: #000
}

/* Add hauler managers page End */

/* Collapsable data table Start */
.acr-tbl td {
	text-align: left;
}

.acr-tbl td:hover {
	cursor: pointer;
}

.acr-tbl .level-2 {
	text-indent: 1em
}

.acr-tbl .level-3 {
	text-indent: 2em
}

.acr-tbl .level-4 {
	text-indent: 3em
}

.acr-tbl .level-5 {
	text-indent: 5em
}

.form-wrapper-filters.hide-check {
	margin-top: 100px;
}

.form-wrapper-filters.hide-check .select-drvr {
	margin-top: 0;
}


/* Collapsable data table End */

.slider-wrapper {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	max-height: 666px;
	overflow: hidden;
	width: 350px;
	margin: 0 auto;
	position: relative;
}


/* Assign Companies page CSS Start */
.body-content.asn-companies {
	margin-top: 100px;
}

.body-content.asn-companies .search-wrapper.mngr-request {
	position: relative;
}

.body-content.asn-companies .search-wrapper {
	background: #EBFFF0;
	border-radius: 10px;
	margin: 43px 0 0 0;

}

.body-content.asn-companies .search-wrapper.mngr-request .search-box {
	background: var(--grn);
}

.body-content.asn-companies .search-wrapper .search-box {
	padding: 20px;
	background: #CDE2D8;
	border-radius: 10px 10px 0 0;
}

.body-content.asn-companies .user-box {
	margin: 0 0 10px 0;
	overflow: auto;
	height: calc(100vh - 386px);
}

.body-content.asn-companies .user-details-wrapper {
	min-height: calc(100vh - 246px);
	margin-top: 43px;

}

.body-content.asn-companies .user-name-wrapper {
	min-height: calc(100vh - 245px);
	margin-top: 43px;
	position: relative;

}

.body-content.asn-companies button.btn.i-plus {
	color: #fff;
	background: #8BC34A;
	width: 40px;
	min-width: auto;
	border-radius: 50px;
	font-size: 20px;
	height: 40px;
	margin-bottom: 13px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.body-content.asn-companies .user-name-wrapper button.btn.i-plus {
	right: 20px;
	top: 22px;
}

.body-content.asn-companies .wrapper {
	position: relative;
}

/* Assign Companies page CSS End */

/* Multi step table */
.table-list-group {
	width: 90%;
	border: 1px solid #ddd;
	margin-top: 20px;
	max-width: 1060px;
	margin: 30px auto 0;

}

.table-list-group table {
	margin-bottom: 0;
}


.table-list-group table th,
.table-list-group table td {
	padding: 2px 5px;
	border: 0;
	box-sizing: border-box;
}


table.tbl1,
table.tbl2,
table.tbl3 {
	width: 100%;
	box-sizing: border-box;
}


table.tbl1>thead>tr>th {
	cursor: pointer;
	font-weight: normal;
}

table.tbl2.table th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.tbl1.table>thead>tr>th {
	background: #CDE2D8;
}

table.tbl1.table>thead>tr>th:first-child,
table.tbl2.table>thead>tr>th:first-child,
table.tbl3.table>thead>tr>th:first-child,
table.tbl3.table>tbody>tr>td:first-child {
	text-align: left;
}

table.tbl1.table>thead>tr>th,
table.tbl2.table>thead>tr>th,
table.tbl3.table>thead>tr>th,
table.tbl3.table>tbody>tr>td {
	text-align: right;
}


table.tbl2>thead>tr>th {
	cursor: pointer;
}

table.tbl3>thead>tr>th {
	cursor: pointer;
}

table.tbl3 {
	display: none;
}

table.tbl2.a table.tbl3 {
	display: table;
	width: 100%;
}

table.tbl3 tbody {
	display: none;
}

table.tbl2.table>tbody {
	display: none;
}

table.tbl2.table.a>tbody {
	display: table-header-group;
}

table.tbl3.a.b tbody {
	display: table-header-group;
	width: 100%;
}

table.tbl2>thead>tr>th:first-child {
	width: 50%;
}

table.tbl2>thead>tr>th:first-child {
	width: 53.3%;
	text-indent: 2em;
}

table.tbl2>thead>tr>th:nth-child(2) {
	width: 13.5%;
}

table.tbl2>thead>tr>th:nth-child(3) {
	width: 15.1%;
}

table.tbl3>thead>tr>th:first-child {
	width: 53.3%;
	text-indent: 3em;
}

.tbl3>tbody>tr>td:first-child {
	text-indent: 3rem;
}

table.tbl3>thead>tr>th:nth-child(2) {
	width: 13%;
}

table.tbl3>thead>tr>th:nth-child(3) {
	width: 15.3%;
}

thead {
	position: relative;
}

/*f146  */
table.tbl2>thead:before,
table.tbl3>thead:before {
	content: "\f0fe";
	/* content: "\f146"; */
	color: var(--grn);
	position: absolute;
	font-weight: 900;
	left: 8px;
	top: -3px;
	font-family: FontAwesome;
	font-size: 22px;
}

table.tbl3>thead:before {
	left: 18px;
}

table.tbl2.table.a>thead:before,
table.tbl3.a.b>thead:before {
	content: "\f146";

}

table.tbl1>thead>tr>th:nth-child(4) {
	padding-right: 4px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: #EBFFF0;
}

span.filler1 {
	margin-right: 0;
	margin-left: 0;
}

span.filler2 {
	position: absolute;
	top: 3px;
	left: 68%;
}

table.tbl1.table>thead>tr>th:first-child {

	width: 54%;
}

/* Multi step table End */

/* Slider Arrow of Upload ticket page */
button.carousel-control-prev,
button.carousel-control-next {
	background: #66b28e;
	width: 40px;
	height: 40px;
	position: relative;
	opacity: 1;
	border-radius: 5px;

}

.slider-controller {
	margin-top: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	background: #EBFFF0;
}

.play-pause-btn {
	border: 0;
	padding: 0 15px;
	border-radius: 5px;
	color: #fff;
	background: #66b28e;
	transition: all 0.3s ease-in-out;
	z-index: 9;

}

.play-pause-btn:hover,
button.carousel-control-prev:hover,
button.carousel-control-next:hover {
	background: #158a53;
}

#hubblepic {
	position: relative;

	/* or relative, depending on your layout */
}

/* Loader */
.wrapper-loader {
	width: 100vw;
	height: 100vh;
	background: #000000c7;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99;
	display: none;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #009688;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: fixed;
	left: calc(50% - 65px);
	top: calc(50% - 65px);
	z-index: 99;
}

.wrapper-loader.show {
	display: block;
}

.wrapper-check {
    max-height: 153px;
    overflow-y: auto;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Loader End */

.body-content.asn-companies .dropdown-menu.show {
	width: auto;
}

.body-content.ticket-count .btn.btn-outline-secondary.dropdown-toggle {
	width: 250px;
}

.dropdown-menu.show label {
	font-weight: normal;
	text-align: left;
}

span.star {
	color: red;
	vertical-align: super;
}

.table-list-group p {
	margin: 10px 0;
	text-align: right;
	padding-right: 24%;
	font-weight: 700;
}


button#toggleButton {
	border: 1px solid #ddd;
	width: 35px;
	min-width: auto;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-17px, 0px);

}

.slider-wrapper:after {
	content: '';
	width: 100%;
	background: red;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	opacity: 0;
	bottom: 60px
}

div#messages strong {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
	display: block;
	margin: 0 auto;
}

span.s-all {
	display: block;
	min-width: 80px;
}

.body-content table.table-bordered.dataTable label {
	font-size: 10px;
}

.wrapper-tbl {
	overflow: auto;
	max-height: calc(100vh - 390px);

}

.ticket-details-wrapper {
	padding: 5px 5px 60px 5px;
}

@media (min-width:1300px) and (max-width:1660px) {
	.ticket-details-wrapper ul li span:first-child {
		width: 45% !important;
	}
}

@media (min-width: 1600px) and (max-width: 1700px) {
	.all-extraction-wrapper:before {
		left: -63px;
	}

	.col-md-2.hide-sm {
		display: none;
	}

	.all-extraction-wrapper {
		max-width: 700px;
		margin: 0px 0px 0px auto;
		position: relative;
	}

}

.dropdown-menu {
	pointer-events: auto !important;
}

.ticket-details-wrapper ul li span:last-child {
	width: 50%;
	display: inline-block;

}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

.is-invalid {
    border: 2px solid #dc3545;
    background-color: #f8d7da;
}

/* Newly Added for Profile and Change Password */

.user-profile-dropdown button {
    display: flex;
    gap: 10px;
    align-items: center;
/* max-width: 250px; */
}

.user-profile-dropdown button:focus {
    box-shadow: unset;
}

.user-profile-dropdown .userImgBox img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    min-width: 38px;
}

.userName-prf {
    font-weight: 600;
    display: block;
    margin-top: 3px;
}

.user-profile-dropdown .dropdown-menu.show {
    padding: 0;
}

.user-profile-dropdown .dropdown-item:focus,
.user-profile-dropdown .dropdown-item:hover {
    background-color: #e3f5ed;
}

.btn-user {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 3px
}

.user-profile-dropdown .dropdown-menu {
    min-width: unset;
    width: 100%;
    box-sizing: border-box;
}

.body-content.reset-password {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.wrapper.log {
    width: 500px;
    padding: 20px;
    background: #fff;
}


.navigation ul.navigate-list-dropdown li a {
	color: #000;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
}

.navigation ul.navigate-list-dropdown li.active a {
	color: #fff;
	background: var(--grn);
	transition: all 0.3s ease-in-out;
}

.navigation ul.navigate-list-dropdown li a:hover {
	background: var(--grn-dark);
	color: #ddd;
	transition: all 0.3s ease-in-out;
}

.freight-toggle-wrapper {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-with-text {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch-with-text input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-with-text {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider-with-text:before {
    position: absolute;
    content: "NO";
    color: white;
    font-size: 10px;
    left: 6px;
    top: 7px;
    transition: 0.4s;
}

input:checked + .slider-with-text {
    background-color: var(--grn);
}

input:checked + .slider-with-text:before {
    content: "YES";
    left: 26px;
}



