@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');
@import url(variables.css);

:root {
  --body-bg-color: #dddddd;
  --scroll-color: rgba(211,35,0,0.3);
  --scroll--hover-color: rgba(211,35,0,0.3);
  --scroll-track-color: #dddddd;
}
* {
  -webkit-text-size-adjust: none; 
  -ms-text-size-adjust: none; 
  text-size-adjust: none;

  scrollbar-color: rgba(211,35,0,0.3) #dddddd;
  scrollbar-width: thin;
}
*::-webkit-scrollbar-track { 
  background: linear-gradient(to right, var(--scroll-track-color) 0%, var(--scroll-track-color) 100%, var(--scroll-color) 60%, var(--body-bg-color) 61%, var(--body-bg-color) 100%);
}
*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 0;
}
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
  margin-left: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}




main,
header,
section,
footer {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input:focus {
  text-decoration: none;
  outline: none;
}

.fullImg {
  width: 100%;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

p {
  font-size: 14px;
  font-weight: normal;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p strong {
  font-weight: 600;
}

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

a,
button,
textarea {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  text-decoration: none;
  outline: none !important;
  color: inherit;
  font-size: inherit;
  resize: none;
}

a:hover,
button:hover {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

form {
  margin-bottom: 0;
}

select {
  background-image: url("../images/icons/select-arrow.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 991px) {
  select {
    background-size: 12px;
  }
}

/* input[type=number].form-control {
  background-image: url("../images/double-arrow.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 15px;
} */

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition-property: #fff !important;
  background-clip: content-box;
}

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000;
}

/* input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
} */


/* toast messages starts */
#toast-container .toast {
  opacity: 1 !important;
  box-shadow: none !important;
}
#toast-container .toast-close-button {
  background-image: url(../images/cancel-svgrepo-com.svg) !important;
  opacity: 1;
  color: transparent;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  color: transparent;
  text-shadow: none;
}
/* toast messages ends */

.quantitySelect input[type="number"] {
  width: 100%;
  max-width: 70px;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 35px;
	padding: 0 5px 0 10px;
}

.addCartContent input[type=number]::-webkit-inner-spin-button, 
.addCartContent input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.greyColor {
  background-color: #F4F4F4;
}
.greenIcon em {
	color: #30D641;
}

/*common Padding*/
.commonPY {
  padding-top: 70px;
  padding-bottom: 70px;
}
.commonPT {
  padding-top: 70px;
}
.commonPB {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1800px) {
  .commonPY {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .commonPT {
    padding-top: 50px;
  }
  .commonPB {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .commonPY {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .commonPT {
    padding-top: 40px;
  }
  .commonPB {
    padding-bottom: 40px;
  }
}


/*Heading Text*/
.headingText {
  position: relative;
  margin-bottom: 25px;
}
.headingText:last-child {
  margin-bottom: 0;
}
.headingText > em {
	float: left;
	font-size: 30px;
  color: #FA100C;
  margin: 3px 10px 0 0;
}
.headingText h2,
.headingText h3,
.headingText h4 {
  position: var(--relative);
  font-size: 28px;
  font-weight: var(--semibold);
  color: var(--headingColor);
}
.headingText.bordered h2 {
  padding-bottom: 30px;
}
.headingText.bordered h2::before {
	content: "";
	position: absolute;
  left: 0;
  right: 0;
	bottom: 0;
	background-color: #FA100C;
	width: 130px;
	height: 7px;
	border-radius: 10px;
  margin: 0 auto;
}
.headingText.lineborder > h2 {
  position: relative;
	background: #fff;
  display: inline-block;
  padding-right: 20px;
  z-index: 2;
}
.headingText.lineborder::after {
	content: "";
	position: absolute;
  left: 5%;
  top: 20px;
	background-color: #D2D2D2;
	width: 95%;
	height: 1px;
	border-radius: 10px;
  opacity: 0.6;
  z-index: 1;
}

.headingText.large h2 {
   font-size: 34px;
   font-weight: 700;
}
.headingText h3 {
  font-size: 24px;
}
.headingText h4 {
  font-size: 20px;
  font-weight: 500;
}
.headingText p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.headingText h3 span,
.headingText h4 span,
.headingText p span {
  color: #FA100C;
}
.headingText p.readMore-Text {
  font-size: 14px;
}

/* @media only screen and (max-width: 2000px) {	
  .verticalScroll {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
  }
} */

/*Form Style*/
.commonForm {
  padding: 25px 0;
}
.form-group {
	position: relative;
	margin-bottom: 15px;
}
.form-group:last-of-type {
	margin-bottom: 0;
}
.form-group > .form-group {
	margin-bottom: 0;
}

.form-group label {
	font-size: 12px;
	color: #151515;
	font-weight: 600;
	margin-bottom: 8px;
}
.form-group label small {
	color: #A4A4A4;
  display: inline-block;
  padding-left: 10px;
}
.form-group label small em {
  font-size: 14px;
}
.form-group small {
	color: #A4A4A4;
	font-size: 12px;
  font-weight: 500;
}
.form-group label.error {
	color: #f00;
	font-size: 12px;
	font-weight: 400;
}
.form-group label#terms_and_con-error {
  position: absolute;
  top: 25px;
  left: 12px;
}
.form-group label.largeLabel {
	font-size: 20px;
	font-weight: 600;
	color: #222;
  margin-bottom: 15px;
}
.form-control {
	background-color: transparent;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	padding: 5px 10px;
	border: 1px solid #b1b1b1;
	border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control::placeholder {
	color: #A4A4A4;
}
.form-control:disabled {
  background-color: #e9ecef !important;
}
.input-group .form-control {
	margin-left: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.input-group.twoInputsForm .form-control + .form-control {
  margin-left: 0 !important;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control:focus {
	border-color: #b1b1b1;
	box-shadow: none;
}
.form-control-icon + .form-control {
	padding-right: 50px;
}
.form-control-icon {
  position: absolute;
	top: 0;
	right: 13px;
  background-color: #fdf4f2;
  width: 40px;
  height: 45px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #D2D2D2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  /* pointer-events: none; */
  z-index: 6;
}
.form-control-icon.right-1 {
  right: 1px;
}
.form-control-icon em {
  font-size: 18px;
  color: #FA100C;
}
.form-check-input:checked {
  background-color: #FA100C;
  border-color: #FA100C;
}
.form-control-icon img {
	width: 20px;
}
.form-group > .form-group .form-control-icon + .form-control {
	padding-right: 70px;
}
select.form-control {
	cursor: pointer;
}
textarea.form-control {
  padding-top: 20px;
  height: 200px;
  resize: none;
}
.input-group #extension.form-control {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-left: 0;
	/* pointer-events: none; */
}
.input-group #extension.form-control:focus {
  /* border-left: 1px solid #D2D2D2; */
  border-color: #b1b1b1;
}
.twoInputsForm label.error{
  /* position: absolute;
  top: 100%; */
  order: 1;
}

/*Radio Buttons*/
.radioButton .radio-input {
  visibility: hidden;
  display: none;
}
.radioButton .radio-label {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  padding-left: 35px;
}
.radioButton ul {
  padding-left: 35px;  
}
.radioButton ul li {
  font-size: 14px;
  font-weight: 500;
  color: #A4A4A4;
}
.radioButton .radio-label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 7px;
  border-radius: 50%;
}
.radioButton .radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 2px #A3A3A3;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 3px;
}
.radioButton .radio-input:checked + .radio-label .radio-border {
  outline-color: #FA100C;
}
.radioButton .radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #FA100C;
}


/*Check Box*/
.checkbox-label input {
  display: none;
  height: initial;
  width: initial;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.checkbox-label label {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-label label img {
  max-width: 95px;
  max-height: 15px;
}
.checkbox-label label img.filterUps, .selectSubList .category-logo img.filterUps {
  min-height: 27px;
}
.checkbox-label label a {
  color: #FA100C;
}
.checkbox-label label:before {
  content:'';
  position: relative;
  bottom: 1px;
  background-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border: 2px solid #A4A4A4;
  -webkit-appearance: none;
  appearance: none;
}
.checkbox-label.checkbox-label-large label:before {
  padding: 10px;
  border-width: 1px;
  border-color: #A3A3A3;
  border-radius: 4px;
}
.checkbox-label input:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 5px;
	height: 12px;
	border: solid #FA100C;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox-label.checkbox-label-large input:checked + label::after {
	left: 9px;
}

/*Browse File*/
.browseFile {
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FEF9F9;
	height: 260px;
	border: 2px dashed #D2D2D2;
	text-align: center;
	border-radius: 5px;
	padding: 5px 15px;
}
.browseFile [type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}
.browseFile label {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
	margin-bottom: 0;
}
.browseFile h5 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	line-height: 24px;
  margin-top: 10px;
}
.browseFile h5 span {
	display: block;
  margin: 15px 0;
}
.browseFile .uploadPreview span img, .browseFile .docIcon img {
  width: 100%;
  max-width: 90px;
}
.browseFile .uploadPreview span {
  word-break: break-word;
}
/*common Button*/
.buttonOuter {
  margin-top: 50px;
}
.commonButton {
	background-color: var(--red);
	display: var(--inline-block);
	min-width: 150px;
	font-size: var(--size16);
	font-weight: var(--bold);
	color: var(--white);
	padding: 10px 20px;
	border: 2px solid var(--red);
	border-radius: 7px;
	text-align: var(--center);
}
.commonButton + .commonButton {
  margin-left: 15px;
}
.commonButton > * {
  display: inline-block;
  vertical-align: middle;
}
.commonButton img {
  width: 15px;  
  margin-right: 3px;
}
.commonButton em {
  margin-right: 3px;
}
.commonButton:hover {
  background-color: transparent;  
  color: var(--red);
}
.commonButton.grey {
  background-color: #E3EAF4;
  color: var(--headingColor);
  border-color:#E3EAF4;
}
.commonButton.grey:hover {
  background-color: #d3d3d3;
  color: var(--headingColor);
  border-color: #d3d3d3;
}
.commonButton.bordered {
  background-color: transparent;
  color: var(--grayColor);
  border-width: 1px;
  border-color:var(--grayColor);
}
.commonButton.bordered.active,
.commonButton.bordered:hover {
  background-color: var(--red) !important;
  color: var(--white);
  border-color: var(--red);
}
.commonButton.transparent {
  background-color: transparent;  
  font-weight: var(--regular);
  color: var(--headingColor);
  border-color: transparent;
}
.commonButton.fullWidth {
  width: 100%;
}
.commonButton.wide {
  min-width: 280px;
}
.commonButton.small {
  min-width: auto;
  font-size: 15px;
  padding: 8px 30px;
}
.commonButton.extraSmall {
  min-width: auto;
  font-size: 13px;
  padding: 6px 22px;
}
.commonButton.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.commonButton.btnPrev.disabled {
  display: none;
}
.textLink {
	font-size: 16px;
  font-weight: 600;
}
.textLink a,
.textLink button {
  color: #222;
}
.textLink a:hover,
.textLink button:hover {
  color: #FA100C;
}
.headInfo .commonButton.small {
  padding: 4px 20px;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*Login Page*/
.commonLoginInner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 2000px) {	
  .commonLoginInner {
    height: calc(100vh - 170px);
  }
}

.formInfoContent,
.commonLoginForm {
  height: 100%;
  min-height: 600px;
}

.formInfoContent {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 50px 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.formInfoContent::before {
  content: "";
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.formInfoContent__textImage {
  width: 90%;
  position: relative;
  z-index: 2;
}
.formInfoContent__textImage h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.formInfoContent__textImage p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.commonLogin {
	margin-top: auto;
	margin-bottom: auto;
  padding-top: 98px;
}
.commonLoginForm {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.commonLoginForm__head {
  margin-bottom: 40px;
}
.commonLoginForm__head .logo {
  margin-bottom: 20px;
  text-align: center;
}
.logo a {
  display: inline-block;
}
.commonLoginForm__head h1 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.commonLoginForm__head h4 {
  font-size: 20px;
  font-weight: 500;
  color: #A4A4A4;
  text-align: center;
}
.commonLoginForm__details {
  width: 100%;
}
.formRelatedText {
	margin-top: 15px;
}
.forgotText {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.accountText {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #A4A4A4;
  margin-top: 15px;
}
.forgotText a,
.accountText a {
  color: #FA100C;
}
.forgotText a:hover,
.accountText a:hover {
  text-decoration: underline;
}
.passwordCharacters li {
  font-size: 12px;
  color: #FA100C;
}
.passwordCharacters li em {
  color: #D2D2D2;
  margin-right: 5px;
}
.create_user .termsCheck label {
  font-size: 13px;
  margin-bottom: 15px;
}
.create_user .termsCheck label a {
  color: #FA100C;
}
.create_user .termsCheck #terms_and_con {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.create_user .btnOtp {
  padding: 0;
  color: #FA100C;
  font-size: 14px;
}
.form-group.passwordArea {
  position: relative;
}
label#pass_log_id-error {
  display: none !important;
}
.passwordArea .popover-password {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  width: 80%;
  top: 65px;
  left: 13px;
}
.passwordArea .popover-password p {
  padding: 10px;
}
.progressOuter {
  padding: 0 10px 10px 10px;
}
.passwordArea .popover-password::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #e7e7e7;
  top: -10px;
  left: 10px;
}
.passwordArea .popover-password ul {
  background-color: #efefef;
  padding: 10px;
}
.passwordArea .popover-password ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.passwordArea .popover-password ul li .banIcn i {
  color: var(--red);
}
.passwordArea .popover-password ul li .banIcn.text-success i {
  color: rgb(25,135,84);
}
.passwordArea .popover-password .progress-bar.progress-bar-success {
  background-color: rgb(25,135,84);
}
.passwordArea .popover-password .progress-bar.progress-bar-danger {
  background-color: var(--red);
}
.passwordArea .popover-password .progress-bar.progress-bar-warning {
  background-color: rgb(255,193,7);
}

/*Progress Steps*/
#checkoutProgress {
	position: relative;
	width: 100%;
	max-width: 170px;
	margin: 0px auto 40px;
}
#checkoutProgress::before, 
#checkoutProgress::after {
	content: "";
	background-color: #D2D2D2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: translateY(-50%) perspective(1000px);
	transform: translateY(-50%) perspective(1000px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#checkoutProgress::after {
	background-color: #FA100C;
	-webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
	transform: scaleX(0) translateY(-50%) perspective(1000px);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
#checkoutProgress.step-2::after {
	-webkit-transform: scaleX(0.888) translateY(-50%) perspective(1000px);
	transform: scaleX(0.888) translateY(-50%) perspective(1000px);
}
#checkoutProgress.step-3::after {
	-webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
	transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}
#checkoutProgress.step-4::after {
	-webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
	transform: scaleX(1) translateY(-50%) perspective(1000px);
}
#checkoutProgress .progressBar .step::after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #FA100C;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%) perspective(1000px);
	transform: translate(-50%, -50%) perspective(1000px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#checkoutProgress .progressBar {
	background-color: transparent;
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: visible;
}
#checkoutProgress .progressBar .step {
	position: relative;
	width: 40px;
	height: 40px;
  font-size: 18px;
  font-weight: 800;
  color: #FA100C;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
}
#checkoutProgress .progressBar .step.active::after, 
#checkoutProgress .progressBar .step.valid::after {
	background-color: #FA100C;
	border-color: #FA100C;
  color: #fff;
}
#checkoutProgress .progressBar .step.active, 
#checkoutProgress .progressBar .step.valid {
  color: #fff;
}
.emptyElement {
  padding: 110px 0 0;
}
/*InterFace Wrap*/
.interFaceWrap {
  position: relative;
  height: 100%;
  /* padding: 98px 0 0; */
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interFace {
  padding: 55px 10% 25px;
}
.pageHeader {
  position: relative;
}
.pageHeader h3 {
  font-size: 35px;
  font-weight: 500;
}
.pageHeader h3 strong {
  font-weight: 700;
}
.pageHeader h4 {
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.pageHeader h4.shippingDate {
  color: var(--red);
}
.pageHeader h4.shippingDate span {
  color: var(--headingColor);
}
.pageHeader h4 span {
  color: #A4A4A4;
}
.pageHeader p {
  color: #585858;
  margin: 10px 0 0;
}
.breadcrumb {
  margin: 10px 0 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 15px;
}

.pageHeaderColumn {
  display: flex;
  align-items: center;
}

.filterButtons #recipientsFilter {
	display: flex;
	align-items: center;
}
.filterButtons #recipientsFilter .form-control {
	margin-left: 20px;
}

.commonTable {
  margin: 25px 0 0;
}
.tableOuter {
	position: relative;
}
tbody, td, tfoot, th, thead, tr {
	vertical-align: middle;
}
.tableOuter > .select_all {
  position: absolute;
  top: 95px;
  left: 20px;
  z-index: 100;
}
.tableOuter .table .badge {
	background: #01539C;
	border-radius: 50px;
	font-weight: 400;
	padding: 6px 15px;
  font-size: 14px;
}
.tableOuter .table .badge.confirmed {
  background: transparent;
  color: #13a322;
}
.tableOuter .table .badge.cancel {
  /* background: #FA100C;
  color: #fff; */
  background: transparent;
  color: #FA100C;
  font-weight: 500;
  font-size: 14px;
}
.tableOuter .table .badge.partner_badge {
  width: 90px;
}

.tableOuter .table td .actionTableData {
	position: relative;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tableOuter .table td .actionTableData .dropdown-toggle {
	width: 30px;
}
.tableOuter .table td .actionTableData .dropdown-toggle img {
	width: 26px;
  opacity: 0.6;
}
.tableOuter .table td .actionTableData .dropdown-toggle:hover img {
  opacity: 0.9;
}
.actionTableData .dropdown-toggle::after {
  display: none;
}

.statusDropdownButton .dropdown-toggle {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #888;
	padding: 2px 12px;
	border-radius: 50px;
}
.statusDropdownButton .dropdown-toggle::after {
	vertical-align: middle;
}

.table tbody tr:last-child td .dropdown-menu {
	inset: -60px 0px auto auto !important;
}
.table tbody tr:nth-last-child(2) td .dropdown-menu {
  inset: -58px 0px auto auto !important;
}
.table tbody tr:first-child td .dropdown-menu {
	inset: 0px 0px auto auto !important;
}
table.dataTable tbody tr .mobileText {
  width: 200px;
}

.tableOuter .table td .dropdown-menu {
	width: 100%;
	max-width: 140px;
	min-width: 140px;
	top: 0 !important;
	padding: 5px 15px;
	border: 0;
  border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.tableOuter .table td .dropdown-menu a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #222222;
	padding: 8px 0;
}
.tableOuter .table td .dropdown-menu a > * {
  display: inline-block;
  vertical-align: middle;
}
.tableOuter .table td .dropdown-menu a img, 
.tableOuter .table td .dropdown-menu a em,
.tableOuter .table td .dropdown-menu a svg {
  width: 16px;
  font-size: 13px;
  margin-right: 5px;
}
.tableOuter .table td .dropdown-menu a:hover {
  color: #FA100C;
}
.table-avatar {
  align-items: center;
  display: flex;
  align-items: center;
  font-size: inherit;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.table-avatar span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 0;
}
.table-avatar .avatar {
  position: relative;
  background-color: #aaa;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.table-avatar .avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*Data Table*/
.dataTables_length select {
	width: 70px;
	background-position-x: 90%;
}
.dataTables_filter label {
	overflow: hidden;
}
.dataTables_wrapper .dataTables_filter input {
	background-color: rgba(250,16,12,0.05);
	height: 50px;
	border: 0;
	border-radius: 50px;
	padding: 0 25px;
}

table.dataTable thead th {
	background: rgba(211,211,211,0.2);
	padding: 20px;
}
table.dataTable thead th img {
  margin-left: 10px;
}
table.dataTable thead th:first-child {
  /* border-top-left-radius: 15px; */
}
table.dataTable thead th:last-child {
  /* border-top-right-radius: 15px; */
}
table.dataTable .dtr-details .dtr-title img {
  display: none;
} 

.textEllipsis {
	width: 100%;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.switchOuter {
	padding: 0 25%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
/* Hide default HTML checkbox */
.commonTable .dataTable tbody tr td .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.commonTable .dataTable tbody tr td .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.commonTable .dataTable tbody tr td .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.commonTable .dataTable tbody tr td input:checked + .slider {
  background-color: #FA100C;
}
.commonTable .dataTable tbody tr td input:focus + .slider {
  box-shadow: 0 0 1px #FA100C;
}
.commonTable .dataTable tbody tr td input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.commonTable .dataTable tbody tr td .slider.round {
  border-radius: 34px;
}

.commonTable .dataTable tbody tr td .slider.round:before {
  border-radius: 50%;
}
.commonTable .dataTables_paginate {
  margin: 20px 0;
}


.dt-buttons {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.dt-buttons .dt-button {
	color: #FA100C;
}
.dt-buttons .dt-button em {
	font-size: 20px;
	margin-right: 5px;
}

table.dataTable .status-btn {
  position: relative;
	display: inline-block;
	padding: 3px 15px;
	font-size: 12px;
  min-width: 70px;
}
table.dataTable .status-btn.statusbutton {
  padding: 3px 0;
}
table.dataTable .status-btn span {
  width: 8px;
  height: 8px;
	display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
table.dataTable .status-btn span.active {
  background-color: #198754;
}
table.dataTable .status-btn span.inActive {
  background-color: #ffc107;
}

.paginate_button {
  background-color: #fff;
  width: auto;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #FA100C;
  border: 1.8px solid #FA100C;
  padding: 3px 9px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 2px;
  text-align: center;
}
.paginate_button.previous,
.paginate_button.next {
  width: auto;
  padding: 3px 9px;
}
.paginate_button.current,
.paginate_button:hover {
  background-color: #FA100C;
  color: #fff;
}


/*How to make a shipment*/
.shipmentSteps {
  padding: 3rem 0;
}
.shipmentSteps .headingText h2 {
  text-align: center;
  margin-bottom: 40px;
}
.mainCarousel {
  margin-top: 50px;
}
.mainCarousel .carousel .carousel-inner .carousel-item img {
  height: auto;
  object-fit: contain;
  /* object-position: center;
  -o-object-position: center; */
}
.mainCarousel .carousel .carousel-control-prev, .mainCarousel .carousel .carousel-control-next {
  opacity: 1;
  /* width: 30px;
  height: 30px;
  top: 50%; */
  width: 100px;
}
.mainCarousel .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-color: rgb(250 16 12 / 30%);
  background-image: url(../images/left-arrow-backup.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 8px;

}
.mainCarousel .carousel .carousel-control-next .carousel-control-next-icon {
  background-color: rgb(250 16 12 / 40%);
  background-image: url(../images/right-arrow-backup.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.shipmentGrid {
  background-color: rgba(0,0,0,0.04);
  height: 100%;
  text-align: var(--center);
  padding: 40px;
  /* box-shadow: 0 0 10px 0 ; */
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.shipmentGridHead {
  margin: 0 0 40px;
}
.shipmentGridHead img {
  width: 100%;
  max-width: 200px;
  max-height: 100px;
  transition: all 0.3s ease-in-out;
}
.shipmentGridBody h4 {
  font-size: var(--size20);
  font-weight: var(--semibold);
  color: var(--headingColor);
  transition: all 0.3s ease-in-out;
} 
.shipmentGridBody p {
  font-size: var(--size16);
  font-weight: var(--regular);
  color: var(--grayColor);
  margin-top: var(--size20);
  transition: all 0.3s ease-in-out;
} 

.shipmentGrid:hover {
  border-color: var(--red);
  background-color: #fdfdfd;
}
.shipmentGrid:hover img, .shipmentGrid:hover .shipmentGridBody p, .shipmentGrid:hover .shipmentGridBody h4 {
  transform: translate(0, -8px);
}

a.print-summary.icon {
  color: var(--red);
  margin-left: 23px;
  font-size: 22px;
}

.shipmentTable .commonTable {
	margin-top: 10px;
}
.shipmentTable .filterButtons {
  margin-top: 40px;
}
.shipmentTable .filterButtons .form-control {
  max-width: 300px;
}
.shipmentTable .dataTables_scrollBody {
	overflow: inherit !important;
}

.filterButtons .shipmentsSearch {
  margin-left: 20px;
}
.filterButtons .shipmentsSearch .fieldOuter.searchRecipientField {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
}
.filterButtons .shipmentsSearch .fieldOuter .select2-container--default .select2-selection--single .select2-selection__clear {
	height: 35px;
}


/*Senders*/
.iconButtons > * {
  font-size: 20px;
  color: #FA100C;
}
.iconButtons > * + * {
  margin-left: 15px;
}
.iconButtons > *,
.iconButtons > * > * {
  display: inline-block;
  vertical-align: middle;
}
.iconButtons > .addButton {
  font-size: 22px;
}
.iconButtons span {
  font-size: 14px;
  font-weight: 500;
}

.sizeWeightTabs {
	position: absolute;
	top: 15px;
	right: 15px;
}
.sizeWeightTabs .textLink {
  padding-right: 10px;
  font-weight: 500;
}
.sizeWeightTabs .textLink + .textLink {
  border-left: 2px solid #b3b3b3;
  padding-left: 10px;
}
.sizeWeightTabs .textLink:last-child {
  padding-right: 0;
}
.sizeWeightTabs .textLink.active,
.sizeWeightTabs .textLink:hover {
  color: #FA100C;
}

.badgiesOuter {
	/* display: -webkit-box; */
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: break-spaces;
}
.tableEllipsisText {
	width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*Common Bg Outer*/
.commonBg {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.commonBg + .commonBg {
  margin-top: 40px;
}

.tablisting {
	min-height: 350px;
}
.tablisting .nav > * {
	width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #222;
	text-align: left;
	padding: 8px 0;
}
.tablisting .nav > *.active,
.tablisting .nav > *:hover {
  color: #FA100C;
}

.tablistingButtonsInner {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.minHeight {
  min-height: 630px;
}

.fileBoxFreight{
  margin-top: 41px;
}

.tablistingButtons .tabButton + .tabButton {
  margin-left: 70px;
}
.tablistingButtons .tabButton [type="radio"] {
  display: none;
}
.tabButton label > span {
	display: block;
  font-size: 14px;
  font-weight: 500;
	margin: 6px 0 0;
  text-align: center;
}
.tabButton label > span > * {
  font-weight: 600;
	display: block;
}
.tablistingButtons .tabButton .fileBox {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 195px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  cursor: pointer;
}
.tablistingButtons .tabButton img {
  max-width: 105px;
  -webkit-filter: invert(40%) grayscale(100%) brightness(70%) contrast(4);
  filter: invert(40%) grayscale(100%) brightness(70%) contrast(4);
}

.tablistingButtons .tabButton [type="radio"]:checked + label .fileBox {
    background-color: #FA100C;
}
.tablistingButtons .tabButton [type="radio"]:checked + label .fileBox img {
	-webkit-filter: inherit;
	filter: inherit;
}


/*Shipment Style*/
.shipmentPageHeader {
	margin: 30px 0;
}
.shipmentTablisting {
  display: flex;
  justify-content: center;
}
.shipmentPageHeader .shipmentTablisting > * {
  position: var(--relative);
  min-width: 250px;
  display: var(--inline-block);
  padding: 10px 15px;
	vertical-align: middle;
	/* margin: 0 40px; */
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  color: #777;
}
.shipmentPageHeader .shipmentTablisting .commonButton {
  /* clip-path: polygon(75% 0%, 85% 50%, 75% 100%, 0% 100%, 12% 50%, 0% 0%); */
  clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
  border: 0;
  background-color: #ebebeb;
  margin: 0;
}
.shipmentPageHeader .shipmentTablisting .commonButton:first-child {
  clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 0 46%, 0% 0%);
}
.shipmentPageHeader .shipmentTablisting .commonButton:last-child {
  clip-path: polygon(88% 0%, 100% 0, 100% 100%, 0% 100%, 11% 48%, 0% 0%);
}
.shipmentPageHeader .shipmentTablisting > * + *:before {
  /* content: "\f105"; */
  /* font-family: "Font Awesome 6 Free"; */
  content: " ";
  position: absolute;
  top: 15px;
  left: -45px;
  /* background: url(../images/arrow-right.svg); */
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 17px;
}
.shipmentPageHeader .shipmentTablisting > *.active:before,
.shipmentPageHeader .shipmentTablisting > *:hover:before {
  color: var(--red);
}
.shipmentPageHeader .shipmentTablisting .commonButton.active {
  background-color: var(--red);
}
.chooseItemPackage {
  position: relative;
}
.item-container .deleteButton.remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #FA100C;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 25px;
}
.chooseItemPackage ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.chooseItemPackage ul li {
  width: 170px;
  margin-right: 10px;
}
.chooseItemPackage ul li .choosePackageBoxText {
  width: 100%;
}


/*Search Box*/
.filterButtons.shipmentsSearchButton {
  width: 100%;
  min-width: 380px;
  max-width: 380px;
}
.searchBg {
  background-color: #F8F8F8;
  padding: 20px;
}
.searchBox, .shipmentsSearch {
	position: relative;
}
.searchBoxBorder.dropdown-toggle::after {
	display: none;
}
.residentialOuter {
  display: flex;
  /* margin-top: 10px; */
  justify-content: flex-end;
}
.residentialOuter p {
  margin-bottom: 0;
}
.residentialOuter p i {
  color: var(--red);
  font-size: 16px;
}
.searchBoxBorder {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 44px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.searchBoxBorder input, .searchBoxBorder select {
  width: 100%;
  height: 100%;
  font-size: 14px;
  border: 0;
  padding-left: 65px;
  border-radius: 6px;
}
.searchBox div.error {
  color: #f00;
  font-size: 12px;
  font-weight: 400;
}
.shipmentsSearch .select2-container {
	width: 100% !important;
}

table#shipmentDataTable-table {
  width: 100% !important;
}
.shipmentsSearch .fieldOuter .select2-container {
	background-image: url("../images/icons/select-arrow.svg");
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 11px;
}
.shipmentsSearch .select2-container .select2-selection {
	margin: 0;
	background-color: transparent;
	height: 45px;
	font-size: 13px;
	font-weight: 500;
	color: #A4A4A4;
	padding: 5px 20px;
	padding-right: 20px;
	border: 1px solid #D2D2D2;
	border-radius: 6px;
}
.shipmentsSearch .select2-container .select2-selection .select2-search__field {
	font-family: inherit;
	height: 100%;
	margin: 0;
	padding-top: 5px;
}


.multi-select2 + .select2.select2-container {
  width: 100% !important;
}
.multi-select2 + .select2-container .select2-selection--single {
  padding-left: 5px;
  border: 1px solid #aaa;
}


.select2-container .select2-selection--single {
	background-color: transparent;	
	border: 0;
  font-size: 14px;
	padding-left: 60px;
}
.searchBoxBorder .select2-container {
  width: 100% !important;
  /* top: 100% !important;
  left: 0 !important; */
}
.searchBoxBorder .select2-container--focus .select2-selection {
  outline: none;
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection__rendered {
	height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  top: 0;
  right: 20px;
  height: 42px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #FA100C;
}
.searchBoxBorder label.error {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
  font-weight: 400;
	color: #FA100C;
}

.reportrange {
  position: relative;
}
.printValue {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 14px;
	width: 70%;
	line-height: 100%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shipmentsSearch .dropdown-menu .form-group {
	display: flex;
  align-items: center;
}
.shipmentsSearch .dropdown-menu .form-group label {
	width: 70px;
}
.shipmentsSearch .dropdown-menu .form-group label + * {
	width: calc(100% - 70px);
  padding-left: 10px;
}


/* table#shipmentDataTable-table */
table.dataTable td.dt-control::before {
  /* display: none; */
  color: #FA100C;
  border: 1.8px solid #FA100C;
  line-height: 1.2em;
  background-color: transparent;
  box-shadow: none;
}
/* table#shipmentDataTable-table */
table.dataTable tr.dt-hasChild td.dt-control::before {
  color: #30D641;
  border-color: #30D641;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  table#shipmentDataTable-table.dataTable td.dt-control::before {
    /* display: inline-block; */
  }
}
#shipmentDataTable-table_wrapper .dataTables_scroll {
  overflow-y: visible;
  overflow-x: visible;
}
#shipmentDataTable-table_wrapper .dataTables_scroll .dataTables_scrollBody {
  overflow: visible !important;
}

.trackingNumberElements {
  display: flex;
  align-items: center;
}
.trackingNumberElements .pdfCopy, .trackingNumberElements .pdfCopy:hover{
  color: var(--red);
  margin-left: 5px;
}
#shipmentDataTable-table .checkIcon {
	margin-right: 5px;
	width: 18px;
}
@media only screen and (max-width: 575px) {
  #shipmentDataTable-table .checkIcon {
    width: 15px;
  }
  .shippingCourierButtons {
    flex-wrap: wrap;
  }
  .shippingCourierButtons .selectRadioBtn {
    width: 190px;
    margin-left: 0;
    margin: 0 10px 10px 0;
  }
}


/*select2 checkbox*/
.select2-results__option {
  font-size: 13px;
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option.select2-results__message::before {
	display: none;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]::before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	background-color: #FA100C;
	border: 0;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: #222;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #FA100C;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
	position: relative;
	height: 100%;
	display: flex;
	padding: 0;
	align-items: center;
	overflow-y: hidden;
	overflow-x: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  background: #FA100C;
	border-color: #FA100C;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
}


.searchIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(250,16,12,0.05);
	width: 45px;
	height: 42px;
	color: #A4A4A4;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
  z-index: 1;
}
.shipmentsSearch .dropdown-menu {
	width: 100%;
	max-width: 100%;
	padding: 15px 20px;
}
.shipmentsSearch .form-control-icon {
  right: 1px;
}

.senderInformation {
  position: relative;
  margin-top: 20px;
  background-color: #F8F8F8;
  padding: 15px;
  /* padding-right: 150px; */
}
/* .senderInformationTabs .textLink {
  color: #FA100C;
  font-weight: 400;
} */
.senderInformationTabs .textLink {
  font-weight: 500;
  color: var(--red);
  padding: 3px 10px !important;
  font-size: 14px;
  border-radius: 7px;
  border: 1px solid var(--red);
  border-left-color: var(--red) !important;
}
.senderInformationTabs .textLink.addButton {
  background-color: var(--red);
  color: var(--white);
}
.senderInformation .table tr th, 
.senderInformation .table tr td {
	padding-top: 0;
	padding-bottom: 0;
  vertical-align: top;
}
.senderInformation .table tr:nth-last-child(2) th, 
.senderInformation .table tr:nth-last-child(2) td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.senderInformation .table th, 
.senderInformation .table td {
	color: #818181;
  /* font-weight: 500; */
}
.senderInformation .table tr th {
  color: #333;
  font-weight: 600;
}
.senderInformation .table tr td.address {
  padding-bottom: 10px;
}
.senderInformation .table tr td.email {
  padding-bottom: 10px;
}
.senderInformation .table tr:first-child td {
  color: #333;
  font-weight: var(--semibold);
}
.senderInformation .table th {
  font-size: 14px;
}
.senderInformation .table td {
  font-size: 14px;
}
.senderInformation.newSection .form-group {
  margin-bottom: 15px;
}
.senderInformation.newSection .form-group .form-control {
  background-color: #fff;
}
.senderInformation.newSection .form-group .select2 {
  width: 100% !important;
}
.senderInformation.newSection .form-group .select2 .select2-selection {
  padding: 0 10px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  border-radius: 6px;
  background-image: url(../images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 98%center;
}
.shipFormBg {
  background-color: #F8F8F8;
  padding: 20px 20px;
}
.shipFormBg .form-group .form-control {
  background-color: #fff;
}
.custom_slide_four .shippingInformation .form-group .otpBtn {
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
}
.shipFormBg .form-group.state-dropdown {
  display: flex;
  flex-direction: column;
}
.shipFormBg .form-group.state-dropdown #recp-state-dd-error {
  order: 2;
}

/*Choose Package Box*/
.choosePackageBox {
  display: flex;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
}
.choosePackageBox input[type="radio"] {
  display: none;
}
.choosePackageBox > label {
  width: 100%;
  display: flex;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);
  cursor: pointer;
}
.choosePackageBoxIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
  border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.choosePackageBoxIcon em {
  /* color: #fff; */
  /* color: var(--red); */
  font-size: 22px;
}
.choosePackageBoxText {
	width: calc(100% - 70px);
	display: flex;
	align-items: center;
	padding-left: 7px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: transparent;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
  border: 1px solid #ddd;
  border-left: 0;
}
.choosePackageBoxText p {
  font-size: 13px;
  font-weight: 600;
	color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  word-break: break-all;
}
.chooseTemplate .form-check-input, .chooseTemplate .form-check-label {
  cursor: pointer;
}
.chooseTemplate .form-check-label, .chooseTemplate .form-check-label i {
  vertical-align: middle;
}
/*1*/
.boxOne .choosePackageBoxIcon {
  /* background-color: #FA100C; */
  background-color: rgba(250, 16, 12, 0.07);
  border-right: 1px solid #ddd;
}
.chooseTemplate .form-check-input {
  border-color: #333;
}
.chooseTemplate .form-check-input:checked {
  background-image: url(../images/circle.svg);
  background-color: #fff;
  border-color: #FA100C;
}
#schedulePickup .chooseTemplate .form-check-input:checked + label {
  color: #FA100C;
  font-weight: 500;
}
.choosePackageBox input[type="radio"]:checked + label .choosePackageBoxText,
.choosePackageBox input[type="radio"]:checked ~ label .choosePackageBoxIcon {
  border-color: #FA100C;
}
/*2*/
.boxTwo .choosePackageBoxIcon {
  background-color: #B22003;
}
.choosePackageBox.boxTwo input[type="radio"]:checked + label .choosePackageBoxText {
  border-color: #B22003;
}
/*3*/
.boxThree .choosePackageBoxIcon {
  background-color: #FFB800;
}
.choosePackageBox.boxThree input[type="radio"]:checked + label .choosePackageBoxText {
  border-color: #FFB800;
}
/*4*/
.boxFour .choosePackageBoxIcon {
  background-color: #03AA96;
}
.choosePackageBox.boxFour input[type="radio"]:checked + label .choosePackageBoxText {
  border-color: #03AA96;
}


.providerPackages > .item-container + .item-container {
	margin-top: 20px;
}
.providerPackages > .item-container > .headingText {
	margin-bottom: 5px;
}
.providerPackages .choosePackageForm .checkbox-label label {
  font-size: 13px;
  font-weight: 500;
}
.providerPackages .choosePackageForm .checkbox-label label::before {
  padding: 8px;
}
.providerPackages .choosePackageForm .checkbox-label label::after {
  left: 7px !important;
  top: 1px;
}
.providerPackages .choosePackageForm .checkbox-label label .tooltipOuter {
  position: relative;
}
.providerPackages .choosePackageForm .checkbox-label label .tooltipOuter .tooltipInner {
  width: 200px;
  font-weight: 400;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 8px;
  border-radius: 7px;
  position: absolute;
  top: -80px;
  left: -93px;
  display: inline-block;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.providerPackages .choosePackageForm .checkbox-label label .tooltipOuter .tooltipInner::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.9);
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.providerPackages .choosePackageForm .checkbox-label label .tooltipOuter:hover .tooltipInner {
  opacity: 1;
  z-index: 1;
}
.providerPackages .choosePackageForm .form-group p {
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
.providerPackages .item-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.providerPackages .item-container:last-child {
  border: 0;
  padding-bottom: 0;
}
.providerPackages .item-container .form-group .item_field {
  width: 475px;
}
.dimensionSection {
  border: 1px solid #FA100C;
  background-color: #ffd8d7;
  margin-top: 30px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.dimensionSection p {
  margin-top: 0;
  color: #000;
}
.addMultiplePieces {
  margin-top: 10px;
}
.addMultiplePieces > * {
  font-size: 14px;
  font-weight: 500;
  color: #FA100C;
}
.addMultiplePieces > * span {
  color: #A4A4A4;
  margin-left: 5px;
}
.addMultiplePieces button {
  background-color: transparent;
  color: #FA100C;
  padding: 4px 10px;
  border-radius: 7px;
  border: 1px solid #FA100C;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 400;
}
.addMultiplePieces button:hover {
  background-color: #FA100C;
  color: #fff;
}


.textDropdown .dropdown-toggle {
  position: relative;
	display: inline-block;
	font-size: 18px;
  font-weight: 500;
  color: #A4A4A4;
	padding: 2px 5px;
}
.textDropdown .dropdown-toggle::after {
	position: relative;
	top: 0;
	color: #FA100C;
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
	border-radius: 5px;
}

.textDropdown .dropdown-toggle::after {
	vertical-align: middle;
}
.textDropdown .dropdown-menu {
	width: 100%;
	max-width: 170px;
	min-width: 170px;
	top: 0 !important;
	padding: 5px 20px;
	border: 0;
  border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.textDropdown .dropdown-menu a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #222222;
	padding: 8px 0;
}
.textDropdown .dropdown-menu a > * {
  display: inline-block;
  vertical-align: middle;
}
.textDropdown .dropdown-menu a img, 
.textDropdown .dropdown-menu a em,
.textDropdown .dropdown-menu a svg {
  width: 16px;
  font-size: 13px;
  margin-right: 5px;
}
.textDropdown .dropdown-menu a:hover {
	color: #FA100C;
}


/*Alert*/
.alertMessage .alert {
  display: flex;
  width: 100%;
  background-color: #F8F8F8;
  border-color: #FA100C;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.alertMessage .alert .btn-close {
	width: 30px;
	height: 30px;
  top: 10px;
  right: 20px;
  background-size: 10px;
	border-radius: 50%;
	color: #FA100C;
	border: 2px solid #FA100C;
	opacity: 1;
  padding: 0;
	box-sizing: border-box;
}
.alertMessage .alertIcon {
  background-color: #FA100C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.alertMessage .alertIcon em {
  color: #fff;
  font-size: 25px;
}
.alertMessage .alertText {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #FA100C;
  padding-left: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.shippingTable h4 {
  font-size: 20px;
  font-weight: 500;
  color: #A4A4A4;
}


/*Summary Table*/
.summaryTable .table {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.summaryTable .table thead th {
	background-color: #ddd;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	padding: 12px 15px;
}
.summaryTable .table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  padding: 15px;
}

.shippingCommonTable + .shippingCommonTable {
  margin-top: 30px;
}
.shippingCommonTable .editTable {
  font-size: 16px;
  font-weight: 600;
  color: #FA100C;
}
.shippingCommonTable .table {
	margin: 0;
}
.shippingCommonTable .table thead th {
  font-size: 18px;
  font-weight: 600;
	padding: 0 0 5px;
}
.shippingCommonTable .table thead th:last-child {
  text-align: right;
}

.shippingCommonTable .table tbody td {
  font-size: 15px;
  color: #777;
	padding: 0;
	border: 0;
	box-shadow: none;
  white-space: nowrap;
}
.shippingCommonTable .table tbody tr:first-child td {
  padding-top: 10px;
}
.shippingCommonTable .table tbody tr:last-child td {
  padding-top: 10px;
}
.shippingInformation .shippingCommonTable .table tbody tr td {
  white-space: pre-wrap;
}
.shippingInformation .shippingCommonTable .table tbody tr:last-child td {
  padding-top: 0;
}
.senderTable tbody.sender_details tr:first-child td:first-child, 
.recipientTable .resp_details tr:first-child td:first-child {
  color: #333;
  font-weight: var(--semibold);
}

.shippingCommonTable .chargedHead {
  width: 180px;
  display: inline-block;
  word-break: break-all;
  white-space: normal;
  margin-right: 10px;
}
.shippingCommonTable > div {
  color: #777;
}

/*Service Table*/
.editTitle {
	font-size: 18px;
	font-weight: 600;
}
.serviceCompanyInfo {
	text-align: center;
	padding: 20px 0;
}
.serviceCompanyInfo img {
	max-width: 80px;
}
.serviceCompanyInfo span,
.serviceTable span.costSummaryTotalTitle,
.serviceTable .cost-summary-values span.totalCost {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.serviceCompanyInfo span,
.serviceTable span.costSummaryTotalTitle,
.serviceTable .cost-summary-values span.totalCost_with_pickup {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.serviceCompanyInfo .logo_name {
  margin-top: 10px;
}
.serviceTable .cost-summary {
	margin-top: 10px;
}
.serviceCompanyInfo .cost-summary > * {
  text-align: left;
}
.serviceTable .cost-summary-labels,
.accountTitle,
.cost-summary-values {
  font-size: 15px;
  /* color: #A4A4A4; */
  color: #777;
}
.serviceTable .small .cost-summary-labels {
  font-size: 13px;
  font-weight: 400;
}
.costSummaryTotalTitle,
.totalCost {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}
.serviceTable .cost-summary-labels span,
.serviceTable .cost-summary-values span {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.serviceTable .cost-summary .cost-summary-rows .cost-summary-list .sub_total {
  margin-bottom: 5px;
}
.serviceTable .cost-summary .cost-summary-rows .cost-summary-list:last-child .sub_total {
  margin-bottom: 0;
} 
.accountTitle {
  color: #333;
  font-weight: 600;
}
.accountTitle button.btn {
  font-size: 14px;
  font-weight: 600;
  color: #FA100C;
  margin-left: 10px;
  padding: 0;
  border: 0;
}
.accountTitle button.btn:focus, .accountTitle button.btn:active {
  outline: none !important;
  color: var(--red);
}

/*Cost center Table*/
.cost-summary .logo_names, .cost-summary .cost-summary-labels > span {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
#cost-table_wrapper .dt-buttons {
	display: none;
}

/*Modal Shipment*/
.modalShipment {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.modalShipment.label_modal {
  max-width: 100%;
}
.modalShipment.label_modal .commonButton {
  margin-bottom: 10px;
}
.shippingAnimation {
  text-align: center;
}
.shippingAnimation img {
	max-width: 400px;
	min-height: 350px;
}
.modalShipment ul {
	width: 100%;
}
.modalShipment li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  padding: 10px 0;
}
.modalShipment li + li {
  margin-top: 15px;
}
.labelIcons {
  margin-left: auto;
}
.labelIcons > * {
  font-size: 14px;
  font-weight: 500;
  color: #FA100C;
}
.labelIcons > * em {
  font-size: 20px;
}
.labelIcons > * + * {
  margin-left: 10px;
}

.upcomingPickup {
	background: #F8F8F8;
	text-align: center;
	margin: 40px 0 0;
	padding: 20px;
}
.upcomingPickup h6 {
	font-size: 16px;
	font-weight: 600;
	/* color: #A4A4A4; */
  color: #000;
	margin: 0 0 15px;
}
.upcomingPickup h3 {
	font-size: 30px;
	font-weight: 600;
	color: #222;
	margin: 15px 0;
}
.upcomingPickup h3.cutoff_time_date {
  font-size: 20px;
}
.modifyButton {
  font-size: 16px;
  font-weight: 500;
  color: #FA100C;  
}

#createLabel .modal-footer {
	display: block;
	text-align: center;
}
#createLabel .modal-footer h4 {
	font-size: 20px;
	font-weight: 600;
	color: #222;
	margin: 0 0 30px;
}
#createLabel .upcomingPickup p.pickup_error {
  color: #000;
  font-weight: 600;
}
#createLabel .upcomingPickup p.pickup_error a {
  font-style: italic;
  margin-right: 3px;
}


/*Modals Style*/
.modal-backdrop.show {
	opacity: 0.7;
}
.commonModal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.commonModal .modal-header {
  display: block;
	text-align: center;
  border: 0;
  margin-bottom: 20px;
  padding: 50px 30px 20px;
}
.commonModal .modal-header h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.commonModal .modal-header .btn-close {
  box-shadow: none;
}
.commonModal .modal-header.bordered h2 {
  padding-bottom: 30px;
}
.commonModal .modal-header.bordered h2::before {
	content: "";
	position: absolute;
  left: 0;
  right: 0;
	bottom: 0;
	background-color: #FA100C;
	width: 130px;
	height: 7px;
	border-radius: 10px;
  margin: 0 auto;
}

.commonModal .modal-body,
.commonModal .modal-footer {
  padding: 0 60px;
}
.commonModal .modal-footer {
	border: 0;
	padding-top: 15px;
	padding-bottom: 30px;
}
.commonModal .modal-body .modal-footer {
	padding-left: 0;
	padding-right: 0;
}

/*Terms and Policy*/
.termsPolicyContent {
	padding: 50px 0;
}
.termsPolicyContent h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}
.termsPolicyContent h3:first-of-type {
	margin-top: 0;
}
.termsPolicyContent li {
  position: relative;
  padding-left: 20px;
}
.termsPolicyContent li::before {
  content: "";
  background-color: #FA100C;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}


/*Step Progressbar*/
.stepSlide, .stepSlides {
	padding-bottom: 50px;
	transform: none !important;
	opacity: 1 !important;
}
.stepSlide:not(:first-of-type), .stepSlides:not(:first-of-type) {
	display: none;
}
/* .stepSlide:not(:nth-last-child(2)) {
	display: none;
} */
.stepProgressbar {
  display: flex;
  counter-reset: step;
  margin-bottom: 30px;
  overflow: hidden;
}
.stepProgressbar li {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  float: left;
  color: #222;
  list-style-type: none;
  text-align: center;
}
.stepProgressbar li:before {
  position: relative;
  /* content: counter(step); */
  content: " ";
  counter-increment: step;
  background: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  z-index: 2;
  border: 10px solid #DFDFDF;
}
/*progressbar connectors*/
.stepProgressbar li:after {
  content: "";
  background: #DFDFDF;
  position: absolute;
  left: -50%;
  top: 18px;
  width: 100%;
  height: 2px;
  z-index: 1;
  /*put it behind the numbers*/
}
.stepProgressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.stepProgressbar li.active:before,
.stepProgressbar li.active:after {
  background: #FA100C;
  color: white;
}

.stepProgressbar li.active:before {
  background-image: url(../images/checkMarkIcon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}

.shipmentPageBody .stepSlide > form {
	text-align: center;
}
.shipmentPageBody .stepSlide > form .commonBg {
	text-align: left;
}
.shipmentPageBody .stepSlide .commonButton {
	margin: 27px 10px 0;
  transition: all 0.3s ease-in-out;
  padding: 9px 14px;
}
.shipmentTable .dataTables_scrollBody {
	min-height: 100%;
}
.shipmentPageBody .itemsHeading h4{
  width: calc(100% - 160px);
}
/* .shipmentPageBody .packageSelectionOuter {
  border: 1px solid rgb(211 158 157);
  padding: 17px 10px;
  border-radius: 7px;
  background: rgba(250, 16, 12, 0.006);
} */
.shipmentPageBody .packageSelectionOuter .chooseTemplate .form-check-label {
  font-size: 16px;
}
.shipmentPageBody .packageSelectionOuter .chooseTemplate .form-check-input {
  width: 18px;
  height: 18px;
}
.shipmentPageBody .packageSelectionOuter .chooseTemplate .form-check-input:checked ~ label {
  color: red;
  font-weight: 500;
}
.shipmentPageBody .stepSlide .previous.commonButton {
  background-color: #222;
  color: #E3EAF4;
  border-color: #222;
}
.summaruInfo .form-group .form-control-icon {
  top: 26px;
  right: 0;
  border: 1px solid #b1b1b1;
}
.summaruInfo .form-group label {
  display: flex;
  justify-content: space-between;
}






/* .interFaceWrap .commonOuter form .commonBg .form-group .select2 .form-group .select2{
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 0 0 0 10px;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  width: 100% !important;
} 

.interFaceWrap .commonOuter form .commonBg .form-group .select2 .form-group .select2 .select2-selection{
  padding-left: 0;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
} */


.shipmentPageBody .stepSlide .shipFormBg .form-group .select2, .recipientsModal .modalForm .form-group .select2, .interFaceWrap .interFace .commonOuter form .commonBg .form-group .select2 {
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 0 0 0 10px;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  width: 100% !important;
}
.shipmentPageBody .stepSlide .shipFormBg .form-group label .streetAddress, .recipientsModal .modalForm .form-group label .streetAddress {
  font-style: italic;
  font-weight: 400;
}
.shipmentPageBody .stepSlide .shipFormBg .form-group label .streetAddress a, .recipientsModal .modalForm .form-group label .streetAddress a {
  font-weight: 500;
}
.shipmentPageBody .stepSlide .shipFormBg .form-group .select2 .select2-selection,  .recipientsModal .modalForm .form-group .select2 .select2-selection ,.interFaceWrap .interFace .commonOuter form .commonBg .form-group .select2 .select2-selection {
  padding-left: 0;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
}
.interFaceWrap .interFace .commonOuter form .commonBg .form-group .select2 .select2-selection__clear{
  display: none;
}
.shipmentPageBody .stepSlide .shipFormBg .form-group .select2 .select2-selection__clear {
  display: none;
}
.recipientsModal .modalForm .form-group .searchBoxBorder {
  border: 0;
}
/*Shipping options tab*/
.shippingTable #dataTable_length, 
.shippingTable #dataTable_filter {
	display: none;
}
.shippingTable .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0;
}
.shippingServicesTable,
table.shippingServicesTable.dataTable {
	border-collapse: separate;
	border-spacing: 0 10px;
	margin-bottom: 0;
}
.shippingServicesTable tbody tr + tr {
  margin-top: 10px;
}
.shippingServicesTable tr th,
table.shippingServicesTable.dataTable thead th {
  background-color: transparent;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.shippingServicesTable tr td {
	position: relative;
	background: #fcf9f9;
	font-size: 16px;
	font-weight: 500;
	border-width: 0;
  z-index: 2;
}
.shippingServicesTable tr:nth-child(odd) td:first-child::before {
  background: #f1f1f1;
}
.shippingServicesTable tr:nth-child(even) td:first-child::before {
  background: #f2f5f8;
}
.shippingServicesTable tr td:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
	position: absolute;
	right: 0;
	top: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
}
.shippingServicesTable tr td:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 18px;
	padding-left: 35px;
}
.shippingServicesTable tr td:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-right: 35px;
}

.shippingServicesTable tr td:nth-child(1) {
	width: 60%;
}
.shippingServicesTable tr td:nth-child(2), 
.shippingServicesTable tr td:nth-child(3) {
	width: 20%;
}
.shippingServicesTable tr th:last-child,
.shippingServicesTable tr td:last-child {
  text-align: right;
}

.serviceCompany {
  position: relative;
	display: flex;
  min-height: 48px;
	align-items: center;
  z-index: 1;
}
.serviceCompany > img {
	max-width: 100px;
	max-height: 40px;
}
.serviceCompany.gls_logo > img {
	max-width: 100px;
	max-height: 30px;
}
img.fedex_logo {
    max-width: 100px;
    max-height: 25px;
}
.serviceCompany span {
  padding-left: 20px;
  line-height: 100%;
}
.deliveryDate span {
	font-size: 14px;
	color: #8d8d8d;
}
.priceShipment .save {
	color: #FA100C;
	display: block;
}
.shippingServicesTable tr td.dataTables_empty{
  text-align: center;
}
.shippingServicesTable tbody tr td.dataTables_empty:first-child::before{
  background-color: transparent;
}
/*Pickups*/
.shippingCourierButtons {
	display: flex;
	align-items: center;
  margin-top: 40px;
}
.selectRadioBtn {
  width: 250px;
  height: 140px;
	position: relative;
}
.selectRadioBtn + .selectRadioBtn {
  margin-left: 20px;
}
.selectRadioBtn label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
	border: 1px solid #B4B4B4;
	border-radius: 5px;
  cursor: pointer;
}
.selectRadioBtn label img {
  max-width: 160px;
  max-height: 100px;
}
.selectRadioBtn input {
	position: absolute;
	top: 10px;
	right: 10px;
}
.selectRadioBtn input:checked + label {
  border-color: #FA100C;
}

.commonStepSlideOuter {
  padding: 50px 0;
}
.commonStepSlideOuter h4 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}
.commonStepSlideOuter h5 {
	font-size: 16px;
	font-weight: 500;
	color: #a4a4a4;
  margin-top: 10px;
}
.commonStepSlideOuter h5 span {
	color: #FA100C;
}
.commonStepSlideOuter .pickupDetails .pickupInfo {
  gap: 10px;
}
.commonStepSlideOuter .pickupDetails .pickupCompanyLogo img {
  width: 100%;
  max-width: 90px;
}
.commonStepSlideOuter .pickupDetails .pickupCompanyLogo.purolator img {
  max-width: 150px;
}
.commonStepSlideOuter .pickupDetails .pickupCompanyLogo.ups img {
  max-width: 60px;
}
.commonStepSlideOuter .pickupDetails .pickupCompanyLogo.canada_post img {
  max-width: 80px;
}
.selectDifferentLocation > * + * {
	margin-top: 30px;
}
.selectDifferentLocation .radioButton .radio-border {
  border-width: 1px;
}
.selectDifferentLocation .radioButton .radio-label {
	color: #222;
}
.selectDifferentLocation .checkbox-label label {
	font-size: 15px;
	font-weight: 500;
	color: #222;
  padding-left: 35px;
}
.selectDifferentLocation .checkbox-label.checkbox-label-large label::before {
  position: absolute;
  top: 2px;
  left: 0;
	width: 22px;
	height: 22px;
	border-width: 1px;
	border-color: #A3A3A3;
	border-radius: 4px;
	padding: 10px;
}
.selectDifferentLocation .checkbox-label input:checked + label::after {
	top: 6px;
}

/*Detail*/
.pickupInfo {
	display: flex;
}
.pickupCompanyLogo img {
	max-width: 130px;
}
.pickupNameLocation {
	padding-left: 5%;
}
.pickupNameLocation h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.pickupDateTime select {
  background-position-x: 90%;
}
.pickupDateTime {
	margin-top: 50px;
}
.pickupItems {
	margin-top: 30px;
}
.pickupItems .form-group .staticDestination {
  border: 1px solid #b1b1b1;
  height: 45px;
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.submittedRequest {
	border-radius: 10px;
	padding: 15px 10px;
}
.submittedRequestGrid {
	position: relative;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.submittedRequestGrid::before {
	background-color: #D9D9D9;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
}
.submittedRequestGrid:last-child:before {
  display: none;
}
.submittedRequestGrid .pickupCompanyLogo {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.submittedRequestGrid h4 {
  font-size: 16px;
	font-weight: 500;
	color: #A4A4A4;
	margin-bottom: 0;
  padding-right: 30px;
}
.submittedRequestGrid p {
	font-size: 20px;
	color: #222222;
	font-weight: 600;
	padding: 10px 30px 0 0;
}
.stepSlide .commonButton {
  padding: 10px 30px;
}

/*Shipment pages*/
.shipmentsSearch .dropdown-toggle {
  position: relative;
}
.shipmentsSearch .dropdown-toggle::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 8px;
	background-image: url("../images/icons/select-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px;
  transition: all ease 0.5s;
}
.shipmentsSearch .dropdown-toggle.show::before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.shipmentTable #dataTable_length, 
.shipmentTable #dataTable_filter, 
.shipmentTable #dataTable_info, 
.shipmentTable #dataTable_paginate {
	display: none;
}
.filterButtons .statusDropdownButton .dropdown-toggle {
	border-color: #D2D2D2;
	padding: 10px 20px;
	font-size: 14px;
	color: #A4A4A4;
}
.filterButtons .statusDropdownButton  .dropdown-menu {
	width: 100%;
	max-width: 180px;
	min-width: 180px;
	top: 0 !important;
	padding: 5px 20px;
	border: 0;
  border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.filterButtons .statusDropdownButton .dropdown-menu a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: #222222;
	padding: 8px 0;
}
.filterButtons .statusDropdownButton .dropdown-menu a > * {
  display: inline-block;
  vertical-align: middle;
}
.filterButtons .statusDropdownButton .dropdown-menu a img, 
.filterButtons .statusDropdownButton .dropdown-menu a em,
.filterButtons .statusDropdownButton .dropdown-menu a svg {
  width: 16px;
  font-size: 13px;
  margin-right: 5px;
}
.filterButtons .statusDropdownButton .dropdown-menu a:hover {
	color: #FA100C;
}
.shipmentTable .shippingInformation {
	padding: 20px;
}

#mySearchData {
	display: none;
	width: 100%;
	max-width: 600px;
	margin: 10px 0 0;
}
#mySearchData.searchData {
  display: block;
}
.fieldSet {
	position: relative;
}
.fieldSet .close-icon {
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fieldSet .close-icon img {
	width: 30px;
}


/*Shipments*/
.shipmentsDropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.shipmentsDropdown .dropdown-toggle::after {
	display: none;
}
.shipmentTable table.dataTable thead th:last-child::before, 
.shipmentTable table.dataTable thead th:last-child::after {
	display: none;
}
.shipmentsDropdown .dropdown {
	text-align: center;
  display: inline-block;
}
.shipmentsDropdown .dropdown > button {
	background: #EFEFEF;
	width: 30px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shipmentsDropdown .dropdown em {
	font-size: 18px;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu {
	max-width: 200px;
	min-width: 200px;
	padding: 5px 0;
	inset: 12px -8px auto auto !important;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu::before,
.tableOuter .table td .shipmentsDropdown .dropdown-menu::after {
	content: "";
	position: absolute;
	top: -12px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	border-radius: 5px;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu::before {
  top: -15px;
  border-bottom-color: #ddd;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu li a,
.tableOuter .table td .shipmentsDropdown .dropdown-menu li button {
  padding: 10px 20px;
  text-align: left;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu li button {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu li .cancle-shipments {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  color: #FA100C;
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu li a {
  border-top: 1px solid #D9D9D9;
  /* border: none; */
}
.tableOuter .table td .shipmentsDropdown .dropdown-menu li:first-child a {
  border: none;
}
.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: transparent;
}

.shipmentTrackingModal .modal-header {
  background-color: #F6F6F6;
	padding: 15px 30px;
  text-align: left;
}
.shipmentTrackingModal .modal-header h2 {
	font-size: 22px;
}
#myproductbase .modal-header h2 {
  font-weight: 600;
}
.shipmentTrackingModal .modal-body {
	padding: 0;
}
#myproductbase .modal-body .table thead tr th {
  font-weight: 600;
}
.shipmentTable table.dataTable td .shippingCommonTable.itemsTable {
	margin-top: 0;
}
.shipmentTable table.dataTable td.child ul li + li {
	margin-top: 10px;
}

.trackingInformationStatus .table {
	margin: 0;
}
.trackingInformationStatus .table tr th,
.trackingInformationStatus .table tr td {
  padding: 10px 30px;
}
.trackingInformationStatus .table tr:first-child td {
  padding-top: 0;
}
.trackingInformationStatus .table tr th,
.trackingInformationStatus .table tr:last-child td {
	border-bottom: 0;
}
.trackingInformationStatus .table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.trackingInformationStatus .table tr td {
  font-size: 22px;
  font-weight: 600;
  color: #222;
}
.trackingInformationStatus .table tr td[data-label="Status"] {
	color: #33C742;
}

.edit_service_class, .edit_items_class, .edit_sender_class{
  cursor: pointer;
}

/*Tracking Step Progressbar Status*/
.trackingStepProgressbar {
  margin: 40px 0;
}
.trackingStepProgressbar .stepProgressbar {
  margin-bottom: 0;
}
.trackingStepProgressbar .stepProgressbar li:before {
  /* content: "\f00c"; */
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
}

/*Tracking Information Status*/
.trackingInformationTable .table tr th,
.trackingInformationTable .table tr td {
  text-align: center;
  padding: 10px 30px;
  vertical-align: middle;
}
.trackingInformationTable .table tr th {
  background-color: rgba(211,211,211,0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
.trackingInformationTable .table tr th,
.trackingInformationTable .table tr:last-child td {
	border-bottom: 0;
}


/*Pickups*/
.pickupsPageBody .pageHeaderColumn .fieldOuter {
  width: 100%;
  max-width: 280px;
}
.pickupsPageBody .pageHeaderColumn .fieldOuter form .form-control {
  border-radius: 7px;
}
.pickupsPageBody .pageHeaderColumn .fieldOuter .form-control-icon {
  border-radius: 0 7px 7px 0;
}

/*Pickups Table*/
.pickupDateTable table.dataTable tbody th, 
.pickupDateTable table.dataTable tbody td {
	padding-top: 15px;
	padding-bottom: 15px;
  border-top: 1px solid #E3EAF4;
  font-size: 14px;
  white-space: nowrap;
}
.pickupDateTable table.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #E3EAF4;
}

/*Pickups options tab*/
.pickupDateTable #dataTable_length, 
.pickupDateTable #dataTable_filter,
.pickupDateTable table.table thead {
	display: none;
}
.circle {
	background: #eaecef;
	font-size: 1.25rem;
	padding: 0.5rem;
	height: 2.875rem;
	width: 2.875rem;
	display: inline-block;
	color: #313131;
	text-align: center;
	border-radius: 50%;
  margin-right: 5px;
}
.circle.selected {
  background-color: #FA100C;
  color: #fff;
}
.pickupDateTable table.table .deleteButton {
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  color: #FA100C;
  border-radius: 2px;
  font-size: 20px;
  line-height: 30px;
}
.pickupDateTable table.table .deleteButton > * {
  font-size: 24px;
}
.pickupDateTable .table thead tr th {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 10px;
}
#pickup_dataTable .partner_badge {
  font-weight: 500;
  color: var(--blue2);
  background-color: transparent;
  padding: 0;
  text-align: var(--left);
}
#pickup_dataTable tr td .companyName {
  color: #000;
  font-weight: 500;
}
#pickup_dataTable tr td .companyAddress {
  color: #777;
}

#pickup_dataTable{
  width: 100% !important;
}

#UploadSampleCSV .browseFile .drag_drop .docIcon, #sampleUploadCSV .uploadPreview .docIcon {
  display: none !important;
}

/*Footer*/
.footer {
	margin-top: auto;
}
.footerInner {
	display: -ms-flex;
	display: -webkit-flex;
	display: var(--flex);
	-webkit-box-align: var(--center);
	-ms-flex-align: var(--center);
	align-items: var(--center);
	padding: 20px 10%;
  justify-content: space-between;
}
.footerLinks li {
  display: var(--inline-block);
  vertical-align: middle;
  font-size: 15px;
}
.footerLinks li + li {
  margin-left: 20px;
}
.footerLinks li a:hover {
  color: var(--red);
}

.footerSiteLinks {
  margin-left: auto;
	display: var(--flex);
	align-items: var(--center);
  justify-content: var(--center);
  padding: 15px 0;
  /* background-color: rgba(0,0,0,0.04); */
  border-top: 1px solid rgba(0,0,0,0.1);
}
.footerSiteLinks > a:hover {
  color: var(--red);
}
.footerSiteLinks p {
  font-size: var(--size16);
}
.footerSiteLinks p a {
  text-decoration: var(--none);
  color: var(--red);
}

.footerSiteLinks .socialIcons {
  margin-left: 10px;
}
.socialIcons li {
  display: inline-block;
  vertical-align: middle;
}
.socialIcons li + li {
  margin-left: 5px;
}
.socialIcons li a {
  background-color: var(--red);
  display: -ms-flex;
	display: -webkit-flex;
	display: var(--flex);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: var(--center);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: var(--center);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: var(--center);
  border-radius: 7px;
}
.socialIcons li a:hover {
  background-color: var(--blue);
}

.stepSlide.loading, .loading, .stepSlides.loading {
	position: relative;
}
.stepSlide.loading::before, .loading::before, .stepSlides.loading::before {
  content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
}
.custom_slide_three.loading::before {
  content: "";
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	left: 0;
  z-index: 11;
}
.stepSlide.loading::after, 
.loading::after, .stepSlides.loading::after {
  content: "";
  background: url(../images/loader-gif.gif);
  background-size: 80px;
	width: 80px;
	height: 80px;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20% auto;
	border-radius: 50%;
  z-index: 1000;
  /* border-top: 3px solid #FA100C;
  border-right: 3px solid transparent; */
	/* border-top: 3px solid #FA100C;
	border-right: 3px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	-webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite; */
}
.stepSlide.loading::before, .stepSlides.loading::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* .stepSlide.loading::before {
  content: " ";
  position: absolute;
  background-color: rgba(255, 225, 225, 0.6);
  width: 100%;
  height: 100%;
} */
/* keyFrames */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* Loader  */
.loading-outer {
  position: fixed;
  content: "";
  /* position: absolute; */
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.6);
}
.loader-spin {
  width: 80px;
  height: 80px;
  /* border-radius: 50%; */
  display: inline-block;
  background: url(../images/loader-gif.gif);
  background-size: 80px;
  /* border-top: 3px solid #FA100C;
  border-right: 3px solid transparent; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  /* -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite; */
}


/*Create Shipment Step3*/
.shipmentOptionsToggleAppend {
  display: none;
}
.shipmentOptionsToggleAppend.showData {
	display: revert;
}
.shipmentOptionsToggleAppend.showData td {
  background-color: transparent;
  vertical-align: bottom;
}
.shipmentOptionsToggleAppend.showData td::before {
	display: none;
}
.shipmentOptionsToggleAppend.showData > td:nth-child(3) {
  text-align: left;
}
.shipmentOptionsToggleAppend.showData > td:nth-child(-n+3) {
	position: relative;
  top: -35px;
  padding: 40px 15px 15px;
  border-radius: 0;
  z-index: 1;
}
.shipmentOptionsToggleAppend.showData > td:nth-child(-n+3)::after {
  content: "";
	background-color: #eaecef;
  width: 100%;
  height: 73px;
	position: absolute;
	top: 0;
  left: 0;
}



.shipmentOptionsToggleAppend.showData td > * {
  position: relative;
  z-index: 1;
}
.shipmentOptionsToggleAppend .headSection h5 {
	font-size: 15px;
}
.usendServicesAccordion {
	/* padding-top: 22px; */
  padding-top: 0;
}
.usendServicesAccordion p {
	white-space: pre-wrap;
}
.shipmentExclusive {
	padding-top: 15px;
}

.shipmentExclusiveHead {
  margin-bottom: 10px;
}
.shipmentExclusiveHead h5 {
	font-weight: 600;
	font-size: 18px;
  /* border-bottom: 1px solid #ddd;
  padding: 0 5px 15px; */
}
.tokenSection {
  margin-top: 50px;
}
.tokenSection .input-group .copyBtn {
  background-color: #e9ecef;
  border: 1px solid #b1b1b1;
  color: #fa100c;
}
.tokenSection .generate_mytoken {
  background-color: #fa100c;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
}

.optionsOuter {
	display: flex;
	align-items: center;
}
.optionsOuter .checkbox-label {
	width: 350px;
}
.optionsOuter .input-group,
.optionsOuter .form-group {
	width: calc(50% - 250px);
	/* padding-left: 15px; */
}
.sectionDeclareValue .input-group {
  padding-left: 0;
}
.sectionDeclareValue p {
  padding-left: 0 !important;
  color: var(--red);
  border-radius: 7px;
  margin-top: 10px;
  font-weight: 500;
}

.sectionDeclareValue {
	position: relative;
}
.sectionDeclareValue .error {
	position: absolute;
	font-size: 12px;
	margin: 0;
	font-weight: 400;
}
.input-group1, .optionsOuter .form-group, .optionsOuter .input-group {
  width: 30%;
}
.freightSrction .serviceOptionsOuter .optionsOuter .input-group1, .freightSrction .serviceOptionsOuter .optionsOuter .form-group {
  width: 80%;
}
.input-group1 .input-group, .optionsOuter .form-group {
  padding-left: 0;
}
.sectionDeclareValue p.error, .input-group1 p.error {
  position: static;
  /* border: 1px solid var(--red);
  padding: 7px 7px !important;
  margin-top: 10px;
  text-align: center;
  background: #ffe4e4;
  border-radius: 6px; */
  font-size: 10px;
  color: var(--red);
  font-weight: 500;
  padding-left: 0;
  margin-top: 3px;
  margin: 0;
}


.shipmentExclusive .checkbox-label label {
	font-size: 14px;
}
.shipmentExclusive .checkbox-label label::before {
	margin-right: 10px;
}
.shipmentOptionsToggleAppend .input-group .form-control {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.shipmentOptionsToggleAppend .input-group-text {
	border-right: 0;
}
.shipmentOptionsToggleAppend .form-control {
	font-size: 12px;
	padding-left: 10px;
	height: 38px;
}
.shipmentOptionsToggleAppend .input-group label.error{
  display: block;
  position: relative;
  /* top: 100%; */
  color: red;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
  
.shippingOptionButtons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
	margin: 15px 0 0;
}
.shipmentPageBody .shippingOptionButtons .commonButton {
  min-width: auto;
	left: 0;
	font-size: 13px;
	padding: 6px 25px;
	margin: 0;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.shipmentPageBody .shippingOptionButtons .commonButton + .commonButton {
	margin-left: 10px;
}
.shipmentPageBody .custom_slide_one form .commonBg .form-group .checkbox-label.checkbox-label-large label:before {
  border-color: #898989;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#user-datatable-table tr td.dt-control::before {
  display: none;
}
#recipientsDataTable-table tr td.dt-control, #recipientsDataTable-table tr th.dt-control {
  display: none;
}
.templateTable .table tr td.dt-control::before {
  display: none;
}
#sendersDataTable-table tr td .tableEllipsisText, .recipientsTable .table tr td .tableEllipsisText, #user-datatable-table tr td .tableEllipsisText {
  width: 180px;
}
.recipientsTable .table tr td .tableEllipsisText {
  width: auto;
}
#sendersDataTable-table tr .dt-control, #sendersDataTable-table_wrapper .table tr th.dt-control {
  display: none;
}
.recipientsTable .table tr th.dt-control {
  display: none;
}
#schedulePickup .searchSenderSelect .select2-container.select2-container--open {
  top: 40px !important;
  left: 0 !important;
}
#schedulePickup form .stepSlide .selectShipmentid label.error {
  color: var(--red);
  font-size: 14px;
}
#schedulePickup form .stepSlide .commonStepSlideOuter .searchSenderSelect .select2-container--open .select2-dropdown .select2-results .select2-results__options {
  max-height: 140px;
  overflow: auto;
}
.choosePackageBoxIcon img{
  max-width: 75%;
}
#createLabel .modalShipment .commonButton {
  -webkit-appearance: listbox;
}


.loading-bar {
  display: flex;
  height: 10px;
  width: 100%;
  max-width: 320px;
  box-shadow: inset 0px 0px 0px 1px #C8C8CD;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 90%;
  }
}
.loading-bar .progress-bar {
  display: flex;
  height: 100%;
  width: 90%;
  background: #FA100C;
  -webkit-animation: progress-animation 5s ease-in-out;
  animation: progress-animation 5s ease-in-out;
}
#createLabel .modal-content .modal-header p {
  margin: 10px 0 0 0;
}
.active_red{
  color: rgb(255, 0, 0);
}
#schedulePickup .pickupDateTime .form-group .locationDropdown {
  background-position-x: 98%;
}
.pickupCompanyLogo.gls img {
  max-width: 140px;
}
.submittedRequestGrid h4 {
  font-size: 16px;
}
.submittedRequestGrid p {
  font-size: 18px;
}
.shipmentExclusive .pickupDateTime .form-control-icon {
  height: 38px;
}
.shipmentExclusive .pickupDateTime select {
  background-position-x: 97%;
}
.serviceOptionsRow .pickupDateTime .pickup_location {
  display: flex;
  flex-direction: column;
}
.serviceOptionsRow .pickupDateTime .pickup_location #single-error {
  order: 2;
}
#shipmentDataTable-table_wrapper .table tr td .tableEllipsisText {
  width: auto;
}
#user-datatable-table tr td .tableEllipsisText {
  width: 100%;
}
#createLabel .modalShipment .returnBtn, #createLabel .modal-footer .returnBtn  {
  border: 2px solid #FA100C;
  color: #FA100C;
  background-color: #fff;
}
.createLabelModal .modalShipment .returnBtn, .createLabelModal .modal-footer .returnBtn {
  width: 207px;
}
#createLabel .modalShipment .returnBtn:hover {
  background-color: #FA100C;
  color: #fff;
}

/* .blink_me {
  color: #FA100C;
  animation: blinker 2.3s linear infinite;
  max-width: 630px;
  margin: 30px auto 0px auto;
} */
/* .blink_meback{
  color: red;
}

@keyframes blinker {
  50% {
    background-color: red;
    color: white;
  }
} */


.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  height: 40px;
  width: 100%;
  margin: 30px auto 0px auto;
  border-radius: 7px;
  overflow: hidden;
  white-space: nowrap;
  /* background-color: #0F074C; */
  background-color: #fff5f4;
  color: var(--red);
}

.marquee--inner {
  display: flex;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  top: 8px;
  cursor: pointer;
  /* align-items: center;
  justify-content: center; */
}
.marquee--inner p {
  /* float: left; */
  width: auto;
  margin-right: 50px;
  /* overflow: hidden; */
  font-weight: 500;
  /* animation: blinker 0.8s linear infinite; */
}
.marquee--inner:hover {
  animation-play-state: paused;
  /* color: red; */
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes blinker {
  50% {
    color: var(--red);
  }
}

.shipmentOptionsToggleAppend.show {
	display: table-row;
}
.shipmentTrackingModal .trackingInformationTable .table tr td, 
.shipmentTrackingModal .trackingInformationTable .table tr th {
  white-space: nowrap;
  font-size: 13px;
  text-align: left;
}
.shipmentTrackingModal .trackingInformationTable .table tr td.delivered {
  white-space: normal;
}
.shipmentTrackingModal #trackingFrom .stepProgressbar li span img {
  width: 100%;
  max-width: 85px;
}
.shipmentTrackingModal .modal-header .btn-close {
  box-shadow: none;
  opacity: 1;
}
.shipmentTrackingModal .modal-body .trackingInformationStatus .error_append_two .alertMessage {
  padding: 0 30px;
}
.shipmentTrackingModal .modal-body .trackingInformationStatus .table tr th {
  text-align: center;
}
.shipmentTrackingModal .modal-body .trackingInformationStatus .table tr td .trackingNumber, .shipmentTrackingModal .modal-body .trackingInformationStatus .table tr td .lastLocation,  .shipmentTrackingModal .modal-body .trackingInformationStatus .table tr td .trackingStatus, .shipmentTrackingModal .modal-body .trackingInformationStatus .table tr td .delivered {
  font-size: 16px;
  text-align: center;
}
.shipmentTrackingModal .modal-body .trackingStepProgressbar .stepProgressbar li span img {
  width: 100%;
  max-width: 85px;
}

@media only screen and (max-width: 1200px) {
  .shipmentTrackingModal .trackingInformationTable .table tr td, 
  .shipmentTrackingModal .trackingInformationTable .table tr th {
    white-space: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .shipmentTrackingModal .modal-dialog {
    max-width: 850px;
  }
}
.shipmentTrackingModal .trackingInformationTable .table tr td.delivered {
  white-space: inherit;
}
.shipmentTrackingModal .trackingInformationTable .table tr td.delivered > div {
  display: flex;
  align-items: flex-start;
}
.trackingInformationStatus .table tr td .delivered img {
  width: 100%;
  max-width: 50px;
}

/*Tracking Information*/
.showDescriptionButton {
	display: inline-block;
  background: #FA100C;
	color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 3px;
	margin-left: 10px;
}
.showDescriptionButton:hover {
  background: #222;
	color: #fff;
}

.shipmentOptionsToggleAppend .sectionEstimates {
	border: 1px solid #eaecef;
	margin-bottom: 10px;
}
.shipmentOptionsToggleAppend .headsection {
	background-color: #eaecef;
	padding: 10px;
	margin-bottom: 20px;
}
.shipmentOptionsToggleAppend .estimateBody p {
	color: #777;
}
.shipmentOptionsToggleAppend p {
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}


/*Products*/
.productsPageHeader {
	margin-bottom: 30px;
}
.productsPageHeader h3 {
  font-size: 30px;
}
.productsPageBody {
	position: relative;
	padding: 20px 0 50px;
}
.productsPageBody.productsPageBodyStatic {
  display: flex;
}
.productsPageBody .sidebar {
	width: 270px;
  height: calc(100% - 70px);
	position: static;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.2);
	padding-right: 30px;
}


.sidebarItem + .sidebarItem {
  margin-top: 30px;
}
.sidebarItem h4 {
	font-size: 17px;
	font-weight: 600;
  color: #0F074C;
	margin-bottom: 5px;
}
.selectSubList + .selectSubList{  
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.selectSubList h5 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	color: #FA100C;
}
.selectSubList .category-logo img {
  max-width: 95px;
  height: 15px;
  margin-bottom: 10px;
}
.selectList .checkbox-label + .checkbox-label {
  margin-top: 5px;
}
.selectSubList .checkbox-label label{
  font-size: 14px;
}
.productsListing {
	padding-left: 300px;
}
.productsPageBody.productsPageBodyStatic .productsListing {
  padding-left: 30px;
  width: 100%;
}
.products .productBox {
	border: 1px solid #D1D1D1;
	border-radius: 10px;
	overflow: hidden;
}
.products .productBox > a {
	display: block;
}
.products .productBox__head {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	height: 202px;
	overflow: hidden;
}
.products .productBox__head img {
	max-width: 180px;
	max-height: 180px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.products .productBox:hover .productBox__head img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.products .productBox__head::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.03);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.products .productBox:hover .productBox__head::before {
	opacity: 0;
}
.products .productBox__body {
  min-height: 85px;
	padding: 20px 20px;
  border-top: 1px solid #D1D1D1;
  display: flex;
  align-items: center;
}
.products .productBox__body h4 {
	font-size: 15px;
	font-weight: 500;
	color: #151515;
	margin-bottom: 5px;
}
.products .productBox__body p {
	font-size: 12px;
}
.products .productBox__body h3 {
	font-size: 18px;
	font-weight: 600;
	color: #151515;
	margin-top: 15px;
}

.productDetailOuter .main-img { 
  width: 100%;
  height: 400px;
  /* background: #eee; */
  border: 1px solid #cbc6c6;
  border-radius: 5px;
  /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
  padding: 20px;
  text-align: center;
}

.productDetailOuter .main-img img {
  /* width: 100%; */
  height: 100%;
}
.productDetailOuter .product-title {
  margin: 15px 0px 30px;
}
.product-title h3{
  font-weight: 600;
}

.addCartContent .table tr td {
  border-top: 1px solid #dee2e6;
}
.addCartContent .table tr td .productImg {
  width: 100px;
}
.addCartContent .table tr td h5 {
  font-size: 16px;
}


.cartQuantity {
  display: flex;
  width: 100px;
  height: 35px;
}
.cartQuantity .bttn-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cartQuantity .input {
  width: calc(100px * 0.5);
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
}
.cartQuantity .bttn {
  width: calc(100px * 0.5);
  padding: 0;
  text-align: center;
  border: 1px solid black;
  box-shadow: none;
  background-color: white;
  font-size: 22px;
}
.cartQuantity .bttn:hover {
  color: #fff;
  background-color: #FA100C;
}

.cartQuantity .bttn span {
  margin: auto !important;
}
.cartQuantity .bttn-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cartButton {
    position: relative;
}
.cartButton .countQuantity{
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addCartContent table  .deleteButton {
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  color: #FA100C;
  border-radius: 2px;
  font-size: 20px;
  line-height: 30px;
}

.cartTextarea label{
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}
.cartTextarea textarea{
  display: block;
  height: 100px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  white-space: normal;
}

tr.deleted_row td {
  background-color: #c0b3b3;
}

/* Filter Toggle  */

.filterMenu {
  display: none;
}
.after_pickup_error .modal-dialog .modal-footer {
  justify-content: center;
}
.after_pickup_error  .modal-header {
  margin-bottom: 0;
}
.after_pickup_error  .modal-header h2 {
  font-size: 23px;
  font-weight: 500;
}
.after_pickup_error  .modal-header h2 span {
  color: #FA100C;
  font-weight: 600;
}
.after_pickup_error  .modal-body .upcomingPickup {
  margin: 40px 0;
}
.after_pickup_error  .modal-body .upcomingPickup .pickup_error {
  font-size: 18px;
}
#shipmentDataTable-table_wrapper .dt-buttons {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
#shipmentDataTable-table_wrapper .dt-buttons .buttons-excel, #recipientsDataTable-table_wrapper .dt-buttons .buttons-excel, #sendersDataTable-table_wrapper .dt-buttons .buttons-excel, #templateDataTable-table_wrapper .dt-buttons .buttons-excel, #clientQuoteDataTable_wrapper .dt-buttons .buttons-excel {
  /* background: #FA100C;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px; */

  background-color: #FA100C;
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #FA100C;
  border-radius: 7px;
  text-align: center;
}

#recipientsDataTable-table_wrapper .dt-buttons .buttons-page-length, #sendersDataTable-table_wrapper .dt-buttons .buttons-page-length {
  border: 2px solid var(--red);
  background: var(--white);
  color: var(--red);
  font-weight: 500;
  min-width: auto;
}
.recipientSection .uploadButton, .sendersSection .uploadButton {
  border: 2px solid var(--red);
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 14px;
  margin-left: 5px;
}
.recipientSection .uploadButton:hover, .sendersSection .uploadButton:hover {
  background-color: var(--red);
  color: var(--white);
}
.recipientSection .uploadButton em, .sendersSection .uploadButton em {
  font-size: 17px;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td, #shipmentDataTable-table_wrapper .table tr th {
  font-size: 14px;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td.itemTd {
  white-space: normal;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td .showMoreText {
  color: var(--red);
  margin-left: 3px;
  font-style: italic;
  font-size: 13px;
  cursor: pointer;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td .expandTextStyle {
  display: none;
  margin: 5px 0;
  white-space: normal;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td .expandTextStyle.show {
  /* display: block; */
  display: inline;
  margin: 0 0;
}
#shipmentDataTable-table_wrapper .table tr th {
  font-weight: 600;
}
#shipmentDataTable-table .shippingCommonTable .table tr td .tableEllipsisText, #shipmentDataTable-table .shippingCommonTable .table tr td .tableEllipsisTex {
  color: #777;
  word-break: break-all;
}
#shipmentDataTable-table_wrapper #shipmentDataTable-table tr td .shippingCommonTable .table tr:first-child td .tableEllipsisText {
  color: #000;
  font-weight: 500;
  white-space: normal;
}
#recipientsDataTable-table_wrapper .dataTables_scroll .dataTables_scrollBody {
  overflow: visible !important;
}
#recipientsDataTable-table_wrapper .table tr td, #recipientsDataTable-table_wrapper .table tr th {
  font-size: 14px;
}
#recipientsDataTable-table_wrapper .table tr th {
  font-weight: 600;
  padding: .5rem;
}
#recipientsDataTable-table_wrapper .dt-buttons .dt-button-background, #sendersDataTable-table_wrapper .dt-buttons .dt-button-background {
  display: none !important;
}
#recipientsDataTable-table_wrapper .dt-buttons .dt-button-collection, #sendersDataTable-table_wrapper .dt-buttons .dt-button-collection {
  transition: none;
  width: 90px;
  padding: 0;
  box-shadow: none;
  border-color: #ccc;
}
#recipientsDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button, #sendersDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button {
  box-shadow: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
  margin-bottom: 0;
}
#recipientsDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button:hover, #sendersDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button:hover {
  background-color: var(--red);
  color: var(--white);
}
/* #recipientsDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button:last-child, #sendersDataTable-table_wrapper .dt-buttons .dt-button-collection > div .dt-button:last-child {
  margin: 0;
  border-bottom: 0;
} */
#shipmentDataTable-table tbody tr:last-child td {
  border-bottom: 1px solid #E3EAF4;
}
#shipmentDataTable-table tr td .dtr-title {
  font-weight: 600;
}
/* .userShipmentTable {
  overflow-x: auto !important;
} */
.userShipmentTable .dataTables_wrapper #shipmentDataTable-table_info, .pickupDateTable .dataTables_info, #recipientsDataTable-table_info, #templateDataTable-table_info {
  margin-top: 20px;
}
#shipmentDataTable-table tr .dt-control {
  text-align: left !important;
  white-space: nowrap;
}
#sendersDataTable-table_wrapper #sendersDataTable-table_info {
  margin-top: 20px;
}
.table-responsive .dataTables_info, .table-responsive .dataTables_paginate {
  float: left;
  width: 50%;
  margin-top: 20px !important;
  padding-top: 0 !important;
}
.dataTables_info {
  font-size: 14px;
}
.pickup_message {
  text-align: center;
  border: 1px solid #FA100C;
  margin-top: 30px;
  padding: 12px 10px;
  border-radius: 7px;
}
.pickup_message p {
  color: #0F074C;
  font-weight: 600;
}
/* .user_shipment_section {
  padding: 25px 5%;
} */
.user_shipment_section .userShipmentTable::-webkit-scrollbar {
  height: 10px;
}
#shipmentDataTable-table .shippingCommonTable tbody tr:last-child td {
  padding-top: 0;
}
#shipmentDataTable-table tbody tr td a.craete_pickup {
  background: #01539C;
  color: #fff !important;
  white-space: nowrap;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 100px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
}
#shipmentDataTable-table tr td .shippingCommonTable .table tr td {
  border: none;
  padding-top: 0;
}
#shipmentDataTable-table tr td .dtr-details li {
  margin-bottom: 8px;
}
#shipmentDataTable-table tr td .shippingCommonTable {
  margin: 0 0 10px 0;
}
#shipmentDataTable-table tr td .partner_badge {
  padding: 0;
  width: auto;
  font-size: 14px;
  color: #333;
  background: transparent;
  font-weight: 600;
}
#shipmentDataTable-table tbody tr td .trackingNumberElements .tracking, #pickup_dataTable tbody tr td .tracking {
  font-weight: 500;
  color: var(--blue2);
}

#shipmentDataTable-table tbody tr td .trackingNumberElements .uberTracking{
  font-weight: 500;
  color: var(--blue2);
}

#shipmentDataTable-table tbody tr td .trackingNumberElements .copyBtn {
  color: var(--red);
  margin-left: 5px;
}
#pickup_dataTable thead {
  display: table-row-group;
}
#pickup_dataTable tbody td td {
  white-space: nowrap;
}
.addCartModal .modal-body .clear_cart {
  text-align: right;
  margin-bottom: 20px;
}
.addCartModal .modal-body .clear_cart button.delete_item {
  background: #FA100C;
  color: #fff;
  padding: 7px 17px;
  border-radius: 100px;
  font-size: 14px;
}
.addCartModal .table tbody tr td {
  vertical-align: top;
}
.addCartModal .table tbody tr td .senderInformation .table {
  margin-bottom: 0;
}
.addCartModal tfoot tr td .cartBtn button {
  min-width: auto;
}
.pickupMobileHead {
  display: none;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#pickup_dataTable tr td .delete-pickup .cancelBtn {
  border: 1px solid #FA100C;
  background-color: #FA100C;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 11px;
  border-radius: 100px;
  padding: 1px 5px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
#pickup_dataTable tr td .delete-pickup .cancelBtn {
  color: #FA100C;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
}
#pickup_dataTable tr td .delete-pickup .cancelBtn:hover {
  background-color: #FA100C;
  color: #fff;
}
#pickup_dataTable tr td span.circle {
  font-size: 1rem;
  height: 2.3rem;
  width: 2.3rem;
}
#msform .commonStepSlideOuter .radioButton #cmp {
  padding-left: 35px;
  font-size: 14px;
}
.shipmentsSearch .searchRecipientField .select2 .select2-selection__rendered::-webkit-scrollbar {
  display: none;
}
.shipmentSectionTable {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.shipmentSectionTable .filterButtons {
  margin-top: 0;
}
.shipmentSectionTable a.commonButton {
  padding: 8px 20px;
}
.shipmentSectionTable .shipmentsSearch .form-control {
  margin-left: 0 !important;
}
.shipmentSectionTable .shipmentsSearchButton .shipmentsSearch .dropdown-toggle::before {
  display: none;
}
.shipmentSectionTable .shipmentsSearchButton .shipmentsSearch .dropdown-toggle {
  /* background-color: ; */
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  color: #FA100C;
  padding: 10px 20px;
  border: 2px solid #FA100C;
  border-radius: 7px;
  text-align: center;
}
.shipmentSectionTable .shipmentsSearchButton {
  min-width: auto;
  max-width: auto;
}
.shipmentSectionTable .shipmentsSearchButton .shipmentsSearch .dropdown-menu {
  width: 350px;
  max-width: 350px;
}
.shipmentSectionTable .filterButtons .shipmentsSearch {
  margin-left: 0;
  margin-right: 20px;
}
.shipmentSectionTable .shipmentsSearch .select2-container .select2-selection {
  padding: 5px 17px 5px 10px;
  font-weight: 400;
  border-radius: 7px;
}
.sendersCheck #sendersDataTable-table_filter, .sendersCheck #recipientsDataTable-table_filter {
  float: right;
}
.sendersCheck .select_all {
  left: 10px;
  top: 65px;
}
.accountCheck .select_all {
  top: 115px;
  left: 10px;
}
#myaccount-datatable-table_wrapper .dataTables_scroll .dataTables_scrollBody {
  overflow: visible !important;
}
#sendersDataTable-table_wrapper .dataTables_scroll .dataTables_scrollBody {
  overflow: visible !important;
}
#sendersDataTable-table_filter label input {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  width: 200px;
  border-radius: 6px;
}
#sendersDataTable-table_wrapper .table tr th, #sendersDataTable-table_wrapper .table tr td {
  font-size: 14px;
}
#sendersDataTable-table_wrapper .table tr th {
  font-weight: 600;
  padding: .5rem .5rem;
}
#myaccount-datatable-table_wrapper #myaccount-datatable-table tr td {
  font-size: 14px;
}
#myaccount-datatable-table_wrapper #myaccount-datatable-table tr td .tableEllipsisText {
  white-space: normal;
  width: auto;
}
#myaccount-datatable-table_wrapper .dataTables_info, #myaccount-datatable-table_wrapper .dataTables_paginate {
  float: none;
  /* display: inline-flex; */
}
#myaccount-datatable-table_wrapper .dataTables_paginate {
  justify-content: flex-end;
}
#myaccount-datatable-table_wrapper .table thead tr th {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
}
.accountForm .accountCheck .select_all {
  top: 75px;
}
#myaccount-datatable-table_filter label input {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  width: 200px;
  border-radius: 6px;
}
#myaccount-datatable-table tr td .status-btn {
  box-shadow: none;
}
#recipientsDataTable-table_filter label input, #templateDataTable-table_filter label input {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  width: 200px;
  border-radius: 6px;
}
#recipientsDataTable-table tr td .status-btn, #sendersDataTable-table tr td .status-btn {
  font-size: 14px;
}


/* international shipment starts */
.internationlShipment .form-check .form-check-label, .internationlShipment .form-check .form-check-input {
  cursor: pointer;
}
.internationlShipment .btn-shipment {
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
  font-weight: 500;
  color: #FA100C;
  padding: 7px 15px;
  border: 1px solid #FA100C;
  border-radius: 50px;
  text-align: center;
}
/* .internationlShipment .btn-shipment:hover {
  color: #fff;
  background-color: #FA100C;
} */
.internationlShipment .interShipTable .table-responsive {
  overflow-x: hidden;
}
.internationlShipment .interShipTable {
  margin-top: 20px;
}
.internationlShipment .interShipTable .preferedDropdown .select2 {
  border: 1px solid #b1b1b1;
  width: 100% !important;
  border-radius: 5px;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
  outline: none;
  height: 45px;
}
.internationlShipment .interShipTable .preferedDropdown .select2 .select2-selection {
  padding-left: 10px;
}

.internationlShipment .interShipTable .preferedDropdown .select2-selection__clear{
   display: none !important;
}

.custom_broker_dropdown .select2{
 border: 1px solid #D2D2D2;
  width: 100% !important;
  border-radius: 5px;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
  outline: none;
}
.custom_broker_dropdown .select2 .select2-selection{
   padding-left: 10px;
}
.custom_broker_dropdown .select2-selection__clear{
   display: none !important;
}
.internationlShipment .interShipTable h4 {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}
.internationlShipment .interShipTable h4 span {
  display: flex;
}
.internationlShipment .interShipTable h4 span a.addDel {
  font-size: 14px;
  border: 1px solid #e3e5e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
  color: #565656;
  background: #EDF1F5;
}
.internationlShipment .interShipTable table tr th {
  font-size: 13px;
  font-weight: 600;
}
.internationlShipment .interShipTable table tr th span i {
  font-size: 12px;
  cursor: pointer;
}
.internationlShipment .interShipTable table tr th span.tooltipOuter {
  position: relative;
}
.internationlShipment .interShipTable table tr th span.tooltipOuter span.tooltipInner {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 3px;
  border-radius: 5px;
  width: 160px;
  text-align: center;
  left: auto;
  right: 22px;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.internationlShipment .interShipTable table tr th span.tooltipInner::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  /* border-top: 5px solid transparent;
  border-right: 10px solid #000;
  border-bottom: 5px solid transparent; */
  bottom: 5px;
  left: auto;
  right: -10px;
  border-top: 5px solid transparent;
  border-left: 10px solid #000;
  border-bottom: 5px solid transparent;
}
.internationlShipment .interShipTable table tr th span.tooltipOuter:hover span.tooltipInner {
  opacity: 1;
}
.internationlShipment .interShipTable table thead tr th {
  border-top-width: 1px;
  padding: .9rem .5rem;
}
.internationlShipment .interShipTable table tr td {
  font-size: 13px;
  vertical-align: top;
}
.internationlShipment .interShipTable table tr td.smallFiled, .internationlShipment .interShipTable table tr th.smallFiled, .internationlShipment .interShipTable table tr th.unitVlaueField {
  width: 140px;
}
.hscodeFeild {
  width: auto !important;
}
.hscodeFeild .hscodeFeildinner {
  white-space: nowrap;
}
.hscodeModal .modal-header #backbutton {
  margin-right: 10px;
}
.hscodeFeild #hscode_btn {
  color: var(--red);
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-style: italic;
}
.hscodeModal .hscode-modal-body {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.hscodeModal .hscode-modal-body > div a {
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
}
.hscodeModal .modal-content .btn-primary {
  background-color: var(--red);
  border-color: var(--red);
}
.hscodeModal .hscode-modal-body .main{
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: 5px;
  border-bottom: 1px solid #f5f5f5;
}
.hscodeModal .hscode-modal-body .main .hs_code{
  font-weight: 600;
  color: #000;
}
.hscodeModal .hscode-modal-body .main:hover {
  background-color: #dddddd;
  color: #000;
  border-color: transparent;
}
.hscodeModal .modal-header .modal-title {
  /* font-weight: 600; */
  color: #000;
}
.hscodeModal .hscode-modal-body .copySection {
  display: flex;
  align-items: center;
}
.hscodeModal .hscode-modal-body .copySection p {
  font-size: 16px;
}
.hscodeModal .hscode-modal-body .copySection .btn-copy a {
  background-color: var(--red);
  color: #fff;
  margin-left: 10px;
}
/* .hscodeModal .hscode-modal-body .main.row .code-dsc{
  width: auto;
  word-break: break-all;
} */
.internationlShipment .interShipTable table tr td.searchField, .internationlShipment .interShipTable table tr td.searchField {
  width: 70px;
  text-align: center;
}
.internationlShipment .interShipTable table tr td.unitVlaueField input.form-control {
  width: 120px !important;
}
.internationlShipment .interShipTable table tr td .countryParcel {
  display: flex;
  flex-direction: column-reverse;
}
.internationlShipment .interShipTable table tr td input {
  width: 100%;
}
.internationlShipment .interShipTable table tr td .commonButtonTable,
.createShipmentModal .commonButtonTable {
  color: #FA100C;
  border: 1px solid #FA100C;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.internationlShipment .interShipTable table tr td .select2 {
  border: 1px solid #D2D2D2;
  width: 100% !important;
  border-radius: 5px;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
  outline: none;
}
.internationlShipment .interShipTable table.freightTable tr td .select2 {
  min-width: 170px !important;
  border-color: #b1b1b1;
}
.internationlShipment .interShipTable table.freightTable tr td .select2 .select2-selection__clear {
  display: none;
}
.internationlShipment .interShipTable table tr td .select2 .select2-selection__clear {
  display: none;
}
.internationlShipment .interShipTable table tr td .select2 .select2-selection {
  padding: 5px 10px;
  background-color: #fff;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.internationlShipment .interShipTable table tr td .select2 .select2-selection .select2-selection__clear {
  height: 32px;
}
.internationlShipment .interShipTable .form-group label {
  font-size: 13px;
}
.internationlShipment .interShipTable {
  background-color: #F8F8F8;
  padding: 15px;
}
.internationlShipment .interShipTable .form-control {
  background-color: #fff;
}
.internationlShipment .interShipTable .parcelHeading {
  font-weight: 500;
}
.internationlShipment .interShipTable .form-group .uploadDocument {
  position: relative;
}
.internationlShipment .interShipTable .form-group .uploadDocument input[type="file"] {
  position: absolute;
  height: 45px;
  top: auto;
  border: 0;
  opacity: 0;
}
.internationlShipment .interShipTable .form-group .uploadDocument p {
  height: 45px;
  border: 1px solid #b1b1b1;
  border-radius: 7px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
  font-weight: 500;
}
.interShipTable .file_upload .col-lg-3 {
  margin-top: 20px;
}
.interShipTable .file_upload .uploadDocumentMain {
  
}
.interShipTable .file_upload .uploadDocumentOuter {
  height: 45px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 5px 10px;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  float: left;
}
.interShipTable .file_upload .uploadDocumentOuter .upload_doc_file {
  width: 95%;
}
.interShipTable .file_upload .deleteCoc {
  color: var(--red);
  margin: 10px 0 0 10px;
  display: inline-block;
}
.createShipmentModal .commonButtonTable {
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.createShipmentModal .table.dataTable thead th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.createShipmentModal .table.dataTable tbody {
  overflow-x: auto;
}
.createShipmentModal .table.dataTable tbody td {
  white-space: nowrap;
}
.createShipmentModal .table tr td:first-child, 
.createShipmentModal .table tr td:last-child {
	text-align: center;
}
.createShipmentModal .table tr td .form-control {
	height: 40px;
	font-size: 12px;
}
.dataTables_wrapper .dataTables_filter input {
  height: 40px;
	padding: 0 15px;
}
.createShipmentModal .dataTables_wrapper .dataTables_filter label {
  font-size: 14px;
}
.createShipmentModal .modal-footer .commonButton {
	margin-left: auto;
	margin-right: auto;
}


.internationlShipment .interShipTable table tr td .product_save:hover {
  background-color: #FA100C;
  color: #fff;
}
.internationlShipment .interShipTable table tr td .form-control {
  font-size: 13px;
  /* width: 120px; */
}
.internationlShipment .interShipTable table tr td select.form-control {
  min-width: 170px;
  max-width: 170px;
}
/* .internationlShipment .interShipTable table tr td input[type="number"].form-control {
  width: 100px;
} */
.internationlShipment .interShipTable table tr td .valueField {
  width: auto !important;
}
.internationlShipment .interShipTable table tr td .form-check .form-check-label {
  white-space: nowrap;
}
.internationlShipment .interShipTable table tr td .input-group .totalField {
  min-width: 100px;
}
.internationlShipment .interShipTable table tr td label.error {
  margin-top: 2px;
  color: #f00;
  font-size: 12px;
}
.internationlShipment .interShipTable .form-group .select2 {
  background-color: var(--white);
}
.interShipTable .totalValue h3 {
  font-size: 18px;
  font-weight: 600;
}
.dangerGoods {
  display: flex;
  gap: 10px;
}
.dangerousTable {
  margin-top: 20px;
}
.shippingServicesTable .dangerousTable tr th {
  font-size: 14px;
  background-color: #f3f3f3 !important;
  border-radius: 0 !important;
  padding: 15px;
  text-align: left;
}
.dangerousTable tr td {
  width: auto !important;
  padding: 14px !important;
  font-size: 14px;
  vertical-align: top !important;
}
.dangerousTable tr td select {
  min-width: 200px;
}
.dangerousTable tr td label.error {
  color: #f00;
  font-size: 12px;
}
/* .internationlShipment .interShipTable .btn-cancel {
  padding: 10px 30px;
} */
.danger-outer .form-group .checkbox-label label.disabled, .shipmentExclusive .checkbox-label label.disabled {
  color: #787878;
  cursor: not-allowed;
}
.danger-outer .form-group .checkbox-label label.disabled:before, .shipmentExclusive .checkbox-label label.disabled:before {
  background: #ddd;
  cursor: not-allowed;
}
.dangerousTable .non-regulated {
  border-bottom: 1px solid #212529;
}
.dangerousTable .regulated {
  border-bottom: 1px solid #212529;
}
.dangerousTable .regulated tr td {
  text-align: left !important;
}
.dangerousTable:last-child .regulated, .dangerousTable:last-child .non-regulated {
  border: none;
}
.dangerousTable:last-child .regulated tr td .form-check .form-check-input {
  width: 15px;
  height: 15px;
}
.dangerousTable:last-child .regulated tr td .form-check .form-check-label {
  vertical-align: middle;
}
.dangerousTable thead tr th.d-none {
  display: table-cell !important;
  color: transparent;
}
.dangerousTable .regulated tr td .form-check-input:checked {
  background-color: #FA100C;
  border-color: #FA100C;
}
.summaryAdditionalForm {
  background-color: #F8F8F8;
  padding: 15px;
  margin-top: 20px;
}
h4.summaryAdditionalFormHeading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.summaryAdditionalForm .form-group .form-control {
  background-color: #fff;
}

/* international shipment ends */


/*Create Shipment Modal*/
.createShipmentModal .modal-body,
.createShipmentModal .modal-footer {
	padding-left: 30px;
	padding-right: 30px;
}



/* notification setting starts */
.notificationSetting .shipmentExclusive .checkbox-label label {
  font-weight: 500;
  color: #444;
}
/* notification setting ends */

.danger-outer .tooltipOuter {
  position: relative;
  cursor: pointer;
}
.danger-outer .tooltipOuter .tooltipInner {
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  width: 280px;
  padding: 10px 10px;
  left: 30px;
  z-index: 111;
  display: none;
}
.danger-outer .tooltipOuter .tooltipInner::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #333;
  border-bottom: 5px solid transparent;
  left: -10px;
  top: 6px;
}
.danger-outer .tooltipOuter:hover .tooltipInner {
  display: inline-block;
}

label.form-check-label.disabled{
  color: #787878;
  cursor: not-allowed;
}
#templateDataTable-table_wrapper .dataTables_scrollBody {
  overflow: visible !important;
}
#templateDataTable-table_wrapper .table tr td, #templateDataTable-table_wrapper .table tr th {
  font-size: 14px;
}
#templateDataTable-table_wrapper .table tr th {
  font-weight: 600;
  padding: .5rem;
  text-transform: capitalize;
}
.stepThreeHeading > em {
  font-size: 23px;
}
.stepThreeHeading h2 {
  font-size: 25px;
}
#schedulePickup .selectDifferentLocation .radioButton .radio-border {
  width: 18px;
  height: 18px;
  left: 0px;
  top: 7px;
}
#schedulePickup .selectDifferentLocation .radioButton .radio-label::after {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 11px;
}
#schedulePickup .selectDifferentLocation .checkbox-label.checkbox-label-large label::before, #addSender form .checkbox-label label::before {
  padding: 6px;
  width: 20px;
  height: 20px;
}
#schedulePickup .selectDifferentLocation .checkbox-label input:checked + label::after {
  top: 5px;
  left: 8px;
}
#addSender form .checkbox-label input:checked + label::after {
  top: 2px;
  left: 8px;
}
#schedulePickup .searchSenderSelect {
  margin-top: 10px;
}
#addSender form .radioButton label {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
#addSender form .radioButton .radio-border {
  width: 16px;
  height: 16px;
}
#addSender form .radioButton .radio-label:after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 6px;
}
#UploadCSV .browseFile .docIcon {
  display: none !important;
}
#UploadCSV form .headingText p a {
  text-decoration-color: #FA100C;
}
#UploadCSV form .uploadPreview .docIcon {
  display: none !important;
}
.templateButton {
  background: #FA100C;
  color: #fff;
  font-size: 15px !important;
  padding: 9px 15px;
  border-radius: 7px;
  font-weight: 500;
}
.templateButton:hover {
  color: #fff;
}
.accountForm .tablistingButtons .radioButton .radio-border {
  width: 18px;
  height: 18px;
  left: 0px;
}
.accountForm .tablistingButtons .radioButton .radio-label:after {
  width: 10px;
  height: 10px;
  left: 4px;
}
.accountForm .tablistingButtons .radioButton .radio-label {
  color: #333;
  font-size: 16px;
}
.accountForm .iconButtons button {
  border: 2px solid var(--red);
  padding: 2px 7px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.accountForm .iconButtons button:hover {
  color: var(--white);
  background-color: var(--red);
}
.accountForm .iconButtons button em {
  font-size: 16px;
}

.privacyContent h1, .privacyContent h2, .privacyContent h3, .privacyContent h4 {
  margin: 30px 0 10px 0;
}
.cpWarning {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  padding: 5px 35px;
  position: relative;
  background-color: #fcf9f9;
  border-radius: 7px;
  margin-bottom: 10px;
  min-height: 64px;
}
.cpWarning::before {
  content: "";
  background: #f1f1f1;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
}
.cpWarning span.serviceErrorPost {
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  width: 60%;
}
.cpWarning span.errorLogo {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
}
.cpWarning span.errorLogo img {
  width: 100%;
  max-width: 65px;
}
.cpWarning span.errorLogo img.upsLogo {
  max-width: 50px;
}
.cpWarning span.errorLogo img.purolatorImg {
  max-width: 90px;
  height: 30px;
}
.cpWarning p {
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
  text-align: left;
  color: var(--red);
}



/* datepicker starts */
.daterangepicker {
  padding: 0;
}
.daterangepicker .ranges {
  margin: 0;
  padding-left: 5px;
  padding-top: 5px;
}
.daterangepicker .drp-calendar {
  /* padding: 0 !important; */
}
.daterangepicker .drp-calendar .table-condensed thead tr th {
  font-weight: 500;
  font-size: 14px;
  /* border-bottom: 1px solid #ddd; */
}
.daterangepicker .drp-calendar .table-condensed thead tr:last-child th {
  background-color: #ffdedd;
  border-radius: 0;
  border: 1px solid #ffdedd;
}
.daterangepicker .drp-calendar .table-condensed tbody tr td {
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/* .daterangepicker .drp-calendar .table-condensed tbody tr:last-child td {
  border-bottom: 0;
} */
.daterangepicker td.active, .daterangepicker td:hover {
  background-color: #ffdedd !important;
  color: #000 !important;
  font-weight: 500;
}
.daterangepicker .drp-selected {
  font-size: 13px;
  font-weight: 500;
}
.daterangepicker .drp-buttons .cancelBtn {
  background-color: #ddd;
  border-color: #ddd;
}
/* date picker ends */
.dan_plus .interShipTable .dangerousTable thead tr th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.recipientsModal .checkbox-label label {
  font-weight: 500;
}
del{
  color: #FA100C;
}

/* validation modal starts */
.valicationModal .modal-header .btn-close {
  box-shadow: none;
  opacity: 1;
}
.valicationModal .modal-header .modal-title {
  font-weight: 600;
}
.valicationModal__Content .form-group {
  text-align: left;
}
.valicationModal .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
}
.valicationModal .modal-footer .btn-save {
  background-color: var(--red);
  color: var(--white);
}
.valicationModal__Content h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.valicationModal__Content p.address {
  font-weight: 600;
}

.valicationModal__Content svg {
  width: 65px;
  height: 65px;
  transition: transform 0.5s ease-out;
  margin-bottom: 20px;
}
.valicationModal__Content svg #red-exclamation {
  animation: bounce 0.5s ease-out forwards;
  transform-origin: center center;
}
.valicationModal__Content svg #red-exclamation .exclamation {
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: excl 1.5s ease forwards 0.5s;
}
.valicationModal__Content svg #red-exclamation .dot {
  opacity: 0;
  stroke-width: 30;
  stroke-linecap: round;
  animation: dot-fade 0.175s ease forwards 0.7s;
}

@keyframes excl {
  0% {
    stroke-dashoffset: 100;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes dot-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(0.9);
  }
}
/* validation modal ends */

 .progress {
        height: 5px;
    }

    .control-label {
        text-align: left !important;
        padding-bottom: 7px;
    }

    .form-horizontal {
        padding: 25px 20px;
        border: 1px solid #eee;
        border-radius: 5px;
    }

    select.form-control:focus {
        border-color: #e9ab66;
        box-shadow: none;
    }

    .block-help {
        font-weight: 300;
    }

    .terms {
        text-decoration: underline;
    }

    /* .modal {
        text-align: center;
        padding: 0!important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    } */

    .divider {
        position: absolute;
        height: 2px;
        border: 1px solid #eee;
        width: 100%;
        top: 10px;
        z-index: -5;
    }

    .ex-account {
        position: relative;
    }

    .ex-account p {
        background-color: rgba(255, 255, 255, 0.41);
    }

    select:hover {
        color: #444645;
        background: #ddd;
    }

    .fa-file-text {
        color: #edda39;
    }

    .mar-top-bot-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

.form-group.pickup_location .select2 {
  width: 100% !important;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  padding: 0 0 0 10px;
  border: 1px solid #b1b1b1;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  width: 100% !important;
}

.form-group.pickup_location .select2 .select2-selection {
  padding-left: 0;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.addressValidate .modal-header {
  position: relative;
  justify-content: center;
}
.addressValidate .modal-header .btn-close {
  position: absolute;
  right: 20px;
}
.addressValidate .modal-body .senderDiv, .addressValidate .modal-body .respDiv {
  background: #f1f1f1;
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  height: 100%;
}
.shipmentOptionsToggleAppend.showData > td.serviceOptionsRow {
  padding: 40px 0 15px;
}
.serviceOptionsRow .headSection {
  padding-left: 15px;
}
.serviceOptionsRow .shipmentExclusive {
  border: 2px solid #ddd;
  padding: 0 10px;
  top: 15px;
  margin-bottom: 30px;
  border-radius: 0 0 6px 6px;
}
.serviceOptionsRow .shipOptionShipOuter {
  border: 1px solid #ddd;
  padding: 10px;
}
.shipOptionShipOuter .shipOptionShipTo {
  font-size: 16px;
  color: #222;
  margin: 0 0 10px 0;
  /* border-bottom: 1px solid #ddd; */
  padding: 0;
}
.serviceOptionsRow .pickupDateTime {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-bottom: 0;
}
.serviceOptionsRow .pickupDateTime .headingText h3 {
  font-size: 18px;
}
.serviceOptionsRow .pickupDateTime .headingText p {
  font-size: 14px;
  margin: 0;
}
.serviceOptionsRow .form-group.pickup_location .select2, .serviceOptionsRow .form-group.pickup_location .select2 .select2-selection {
  height: 38px;
}
.serviceOptionsRow .shipmentExclusive .shippingOptionButtons {
  margin-bottom: 10px;
}
/* .serviceOptionsRow .form-group.pickup_location .select2 .select2-selection {
  height: 38px;
} */
.shippingServicesTable .shipmentExclusive .shipmentExclusiveHead h5 {
  font-size: 16px;
  color: #222;
  margin: 10px 0 0 0;
  /* border-bottom: 1px solid #ddd; */
  padding: 0;
}
/* .shippingServicesTable .serviceOptionsOuter {
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 0 10px 10px;
} */
.shipmentLabelModal .modal-header {
  justify-content: center;
  padding: 10px;
}
.shipmentLabelModal .modal-header .modal-title {
  font-size: clamp(1rem, 4vw, 1.75rem);
  font-weight: 700;
  color: #222;
}
.shipmentLabelModal .modal-header .btn-close {
  position: absolute;
  right: 10px;
}
.shipmentLabelModal .modal-body form .form-group label {
  font-size: 14px;
}
.shipmentLabelModal .modal-body form .form-group .btn-send {
  background-color: var(--red);
  color: #fff;
  padding: 8px 20px;
  border-radius: 7px;
  font-weight: var(--bold);
}
.loaderSection {
	position: fixed;
	top: 0px;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	display: none;
  	justify-content: center;
  	align-content: center;
  	background: rgba(0, 0, 0, 0.3);
  	z-index: 1;
}
.loaderSection img {
	max-width: 50px;
	height: 50px;
	margin: auto;
}

.step2Shipment {
  background-color: #f9f9f9;
  padding: 15px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.step2Shipment h5 {
  font-weight: 500;
  font-size: 20px;
}
.step2Shipment .checkbox-label label {
  font-weight: 500;
  font-size: 14px;
}
.step2Shipment .checkbox-label label:before {
  background-color: #fff;
}
.step2Shipment .checkbox-label input:checked + label::after {
  top: 2px;
}
.packageTyping {
  background-color: #f9f9f9;
  padding: 15px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.packageTyping .chooseTemplate .form-check-label i {
  font-size: 30px;
}
/* .packageTyping .chooseTemplate .form-check-label {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
} */
.item-container .choosePackageForm h3, .item-container .headingText h3 {
  font-size: 18px;
  position: var(--relative);
  font-weight: var(--semibold);
  color: var(--headingColor);
  margin: 20px 0 10px;
}
.palletHeader {
  border-left: 1px solid #ddd;
  padding: 0 0 0 25px;
}
.pickupDateTime .pickup_location label.error {
  order: 2;
}
/* .interFaceWrap .interFace .commonTable .pickupDateTable .table tr td {
  position: relative;
  z-index: 999999999;
}
.interFaceWrap .interFace .commonTable .sendersDataTable-table_wrapper .table tr td {
  position: relative;
  z-index: 99999999;
} */

.searchCountrySender .select2, .searchState .select2 {
  width: 100% !important;
}
.searchCountrySender .select2 .select2-selection, .searchState .select2 .select2-selection {
  padding-left: 0;
  border: 1px solid #b1b1b1;
  background-image: url(../images/icons/select-arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: 45px;
  border-radius: 6px;
}
.searchCountrySender .select2 .select2-selection .select2-selection__rendered, .searchState .select2 .select2-selection .select2-selection__rendered {
  padding: 0 10px;
}
 .token-span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }


#cookie-banner{
  position: fixed;
  bottom: 50px;
  max-width: 345px;
  background-color: white;
  border-radius: 8px;
  padding: 15px 20px;
  z-index: 4;
  left: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0,0,0,0.1);
  left: 10px;
}

#cookie-banner p{
  color: #333;
  font-size: 16px;
}
#cookie-banner p a{
 color: #fa100c;
 text-decoration: none;
}
#cookie-banner #accept-cookies{
  border-radius: 4px;
  cursor: pointer;
  color: white;
  background-color: #fa100c;
  padding: 6px 15px;
  margin-top: 12px;
}



#createLabel .modal-dialog .modal-content {
  background-image: url(../images/white-linen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#createLabel .modal-dialog .modal-content .modal-header h2 {
  font-size: 30px;
}
#createLabel .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  background-size: 13px;
}
#createLabel .modal-dialog .modal-content .modal-header h2 {
  color: #000;
}
#createLabel .modal-dialog .modal-content .modal-header p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
#createLabel .modal-dialog .modal-content .modal-body .upcomingPickup {
  background: #ffffff;
  text-align: center;
  margin: 40px 0 0;
  padding: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}
#createLabel .modal-dialog .modal-content .modal-body .upcomingPickup h3 {
  color: #000;
}
#createLabel .modal-footer h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 20px 0 30px;
}
#createLabel .modal-dialog .modal-content .modal-body .modalShipment .print_lable.returnBtn.freightText {
  border: 0;
  color: #000;
  border-right: 3px solid var(--red);
  border-left: 3px solid var(--red);
  border-radius: 0;
  font-weight: 600;
  font-size: 17px;
}
#createLabel .modal-dialog .modal-content .modal-body .modalShipment .print_lable.returnBtn.freightText:hover {
  background-color: #fff;
  color: #000;
}
#createLabel .modal-dialog .modal-content .modal-body .modalShipment .freightText {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
}
#createLabel .modal-dialog .modal-content .modal-body .modalShipment .freightText li {
  margin: 0 0 20px 0;
  border: 0;
  position: relative;
  padding: 0;
  text-align: left;
}
#createLabel .modal-dialog .modal-content .modal-body .modalShipment .freightText li::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid var(--red);
  border-bottom: 5px solid transparent;
  left: -15px;
  top: 5px;
}
.shippingOptionsTable {
  width: 100% !important;
}

button.otpBtn.phone_otp {
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

button.otpBtn.email_otp {
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
#verifyAccount .form-group.passwordArea .form-control-icon {
  top: 30px;
  right: 1px;
}

.errtool {
  position: relative;
}

.errtool .errtooltext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* top: 0px;
  left: 94px; */
  top: -50px;
  left: -30px;
  word-break: break-all;
  white-space: normal;
  padding: 6px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  margin: 0px;
  font-size: 12px;
}

.errtool:hover .errtooltext {
  visibility: visible;
}

.errtooltext::before{
  position: absolute;
  content: " ";
  left: -10px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

button.editButton.commonButton.change_company_name {
  margin-top: 31px;
}
.accountCompany {
  display: flex;
  /* grid-template-columns: 68% 30%;
  gap: 20px; */
}
.accountCompany .iconButton {
  width: 270px;
  margin-left: 20px;
  text-align: center;
}
.accountCompany .iconButton button {
  height: 45px;
  font-size: 14px;
  padding: 8px 13px;
}
.accountCompany .accountCompanyField {
  width: 80%;
}
.readyTimeSection h5 {
  font-size: 16px;
  color: #222;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: 600;
}
.readyTimeSection .panelFooter {
  margin-top: 20px;
}
.readyTimeSection .panelFooter label {
  font-size: 14px;
}

.sendersSection .paymentDropdown button {
  position: relative;
  /* width: 200px;
  height: 60px; */
  padding: 10px 20px;
  background: var(--red);
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  border-radius: 7px;
}
.sendersSection .paymentDropdown ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  background: var(--white);
  transform-origin: top;
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.5s;
  top: 43px;
  left: 0;
  border-radius: 7px;
  z-index: 11;
  padding: 10px;
}
.sendersSection .paymentDropdown ul.active {
  transform: perspective(1000px) rotateX(0deg);
}
.sendersSection .paymentDropdown ul li {
  list-style-type: none;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
.sendersSection .paymentDropdown ul li input {
  vertical-align: middle;
}
.sendersSection .paymentDropdown ul li a:hover {
  background-color: var(--red);
}
.autopaymentTable {
  display: flex;
  align-items: center;
  gap: 10px;
}
.autopaymentTable label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -4px;
}
.autopaymentTable .form-check-input {
  width: 22px;
  height: 22px;
}
.autopaymentTable label.error {
  top: 55px !important;
  left: 45px !important;
}

#sendersDataTable-table_wrapper .table tr th.sender_address, #sendersDataTable-table_wrapper .table tr td.sender_address {
  width: 210px !important;
}

.businessViewBtn {
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 12px;
  margin-right: 5px;
  background: #EFEFEF;
  border: 1px solid #c9c9c9;
}
.businessViewBtn:hover {
  background-color: #FA100C;
  border-color: #FA100C;
  color: #fff;
}
.addservice_details .serviceDtls {
  /* border: 1px solid #ddd; */
  margin-bottom: 10px;
  display: flex;
  /* grid-template-columns: 56% 44%; */
}
.addservice_details .serviceDtls span {
  display: inline-block;
  /* padding: 7px 10px; */
  font-size: 13px;
  text-align: center;
  word-break: break-all;
}
.addservice_details .serviceDtls span:first-child {
  font-weight: 600;
  margin-right: 10px;
}
.sendersection .table tr td, .sendersection .table tr th {
  font-size: 13px;
}
.sendersection .table {
  margin-bottom: 0;
}
.sendersection {
  height: 170px;
}
.senderInformation.sendersection .side-btns {
  position: absolute;
  top: 5px;
  right: 5px;
}
.senderInformation.sendersection .side-btns a {
  font-size: 14px;
  color: var(--red);
  position: relative;
}

.tipOuter .fileBox {
  width: 100px !important;
  height: 100px !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
}
.tipOuter .tablistingButtonsInner {
  justify-content: center;
}
.tablistingButtons .tabButton [type="radio"]:checked + label .fileBox {
  color: #fff !important;
}
.tipModal .tipOuter .form-group {
  width: 70%;
  margin: 0 auto;
}
.tipModal .tipOuter .form-group .form-control {
  border: 1px solid #D2D2D2;
}
.shippingTable .shippingOptionsTable .headerClass td {
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 0;
}
.shippingTable .shippingOptionsTable .headerClass td::before {
  display: none;
}
.shippingTable .shippingOptionsTable .headerClass td h6, .shippingTable .shippingOptionsTable .topHeaderClass th h6 {
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
}
.shippingTable .shippingOptionsTable .headerClass td {
  padding-left: 20px;
}
.shippingTable .shippingOptionsTable .headerClass td p {
  font-size: 13px;
}
.shippingOptionsTable .userSection tr td:nth-child(1) {
  width: 64%;
}
.shippingOptionsTable .userSection .shipmentOptionsToggleAppend.showData td:nth-child(3) {
  display: none;
}
.servicesTable .form-check.guarantedBtn .form-check-label {
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}
.topHeaderClass .serviceToolTip {
  position: relative;
  cursor: pointer;
}
.topHeaderClass .serviceToolTip .ToolTipContent {
  /* transition: all 0.2s ease-in-out;
  transform: translate(0, -70px); */
  display: none;
  background-color: #333;
  /* display: inline-block; */
  border-radius: 5px;
  position: absolute;
  padding: 10px;
  width: 250px;
  z-index: 111;
  opacity: 0;
  left: 30px;
  top: -4px;
}
.topHeaderClass .serviceToolTip .ToolTipContent p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}
.topHeaderClass .serviceToolTip:hover .ToolTipContent {
  opacity: 1;
  /* transform: translate(0, 0); */
  display: inline-block;
}
.topHeaderClass .serviceToolTip .ToolTipContent::before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #333;
  border-bottom: 5px solid transparent;
  left: -10px;
}

.orderCommonBg #connectButton {
  background-color: var(--red);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
  border: 1px solid var(--red);
  outline: none;
}
 /* Base style for the dot */
 .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

/* Online (green) state */
.online {
  background-color:#24ef24; /* Light green */
}

/* Offline (red) state */
.offline {
  background-color: var(--red); /* Light red */
}

.tipOuter .fileBox {
  width: 100px !important;
  height: 100px !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
}
.tipOuter .tablistingButtonsInner {
  justify-content: center;
}
.tablistingButtons .tabButton [type="radio"]:checked + label .fileBox {
  color: #fff !important;
}
.tipModal .tipOuter .form-group {
  width: 70%;
  margin: 0 auto;
}
.tipModal .tipOuter .form-group .form-control {
  border: 1px solid #D2D2D2;
}

.shipmentPageBody .orderCommonBg .editInvoice {
  font-size: 14px;
  color: var(--red);
  position: relative;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  outline: none !important;
  border: 0 !important;
}

.shippingTable .shippingOptionsTable .headerClass td {
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 0;
}
.shippingTable .shippingOptionsTable .headerClass td::before {
  display: none;
}
.shippingTable .shippingOptionsTable .headerClass td h6, .shippingTable .shippingOptionsTable .topHeaderClass th h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
}
.shippingTable .shippingOptionsTable .headerClass td p {
  font-size: 14px;
}
.stepSlide .loading-outer .progress-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.stepSlide .loading-outer .progress-counter .counter-outer {
  margin-top: 210px;
}
.stepSlide .loading-outer #countdown {
  /* position: fixed; */
  /* top: 64%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--red);
}

.progress .progress-bar {
  background: #FA100C;
}

#senders-form .SenderProvinceDrop .searchState {
  display: flex;
  flex-direction: column;
}
#senders-form .SenderProvinceDrop .searchState #state-dd-error {
  order: 3;
  margin-top: 3px;
}
#senders-form .SenderProvinceDrop .searchState .select2 {
  order: 2;
}
a.marketingBtn {
  display: inline-block;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: #FA100C;
  padding: 4px 20px;
  border: 2px solid #FA100C;
  border-radius: 7px;
  text-align: center;
}

.mainCarousel.add-carousel .carousel-item img{
  height: auto !important;

}

#support-icon{
  position: fixed;
  bottom: 93px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #fa100c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
  z-index: 999;
}


#estimate_dataTable_wrapper #estimate_dataTable .shipmentOptionsToggleAppend.showData td{
  top: 0px;
}
#estimate_dataTable_wrapper #estimate_dataTable .shipmentOptionsToggleAppend.showData td::after{
  height: 51px;
}
#estimate_dataTable_wrapper #estimate_dataTable .shipmentOptionsToggleAppend.showData td .sectionEstimates .headsection{
  margin-bottom: 20px;
}


#clientQuoteDataTable_filter.dataTables_filter input{
  background: white;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
width: 200px;
}


#clientQuoteDataTable .shippingCommonTable.itemsTable tr td{
  color: #212529;
}

#clientQuoteDataTable_wrapper .shippingCommonTable + .shippingCommonTable {
  margin-top: 4px;
}


#conflict-modal .modal-header{
  display: block;
  text-align: center;
  border: 0;
  /* margin-bottom: 20px; */
  padding: 30px 30px 20px;
}
#conflict-modal .modal-header h5{
  font-size: 32px;
    font-weight: 700;
    color: #222;
}
#conflict-modal .modal-body{
  padding: 0 40px;
}
#conflict-modal .modal-body p{
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
#conflict-modal .modal-body .conflict-section h5{
  font-size: 12px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 8px;
}
#conflict-modal .modal-body .conflict-section .list-group-item .form-checked-content strong{
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
#conflict-modal .modal-body .conflict-section .list-group-item .form-checked-content small{
  font-weight: 500;
}

#conflict-modal .modal-body .conflict-section .list-group-item input{
  margin-top: 9px;
}

#conflict-modal .modal-body .conflict-section .list-group-item .form-checked-content .badge.bg-info{
  color: #fa100c;
  background-color: transparent !important;
  border: 1px solid #fa100c;
}

.save-quote-section{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 13px;
}

#estimate_dataTable_wrapper #estimate_dataTable thead th{
  background: rgba(211, 211, 211, 0.2);
}

#shipmentDataTable-table_wrapper .linear-options{

  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
#shipmentDataTable-table_wrapper .linear-options a{

  margin-left: 0px;
}

#dataTable_filter table#dataTable tbody tr td{
  padding-top: 20px;
  padding-bottom: 20px;
}

table#dataTable .priceShipment{
  font-size: 18px ;
  font-weight: 600;
}

table#dataTable .priceShipment span.currency{
  font-size: 12px ;
  color: #6c7f7d;
  font-weight: 400;
}

table#dataTable .price-breakdown{
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    align-self: flex-end;
}

table#dataTable .price-breakdown .base-val{
  color: #666666;
  font-weight: 500;
}
table#dataTable .price-breakdown .tax-val{
  color: #888888;
  font-weight: 400;
}

.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable{
  table-layout: fixed;
}


.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr th:first-child{
    width: 60%;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr th:nth-child(2){
  width: 20%;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr th:nth-child(3){
  width: 20%;
}

.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr td .price-breakdown {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
  background: #f8f9fa;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-end;
}

.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr td .priceShipment {
  font-size: 18px;
  font-weight: 600;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr td .priceShipment span.currency {
  font-size: 12px;
  color: #6c7f7d;
  font-weight: 400;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr td .price-breakdown .base-val {
  color: #666666;
  font-weight: 500;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable tr td .price-breakdown .tax-val {
  color: #888888;
    font-weight: 400;
}

.table-responsive.shippingTable.estimate_price #dataTable .deliveryDate{
  font-weight: 600;
    font-size: 15px;
    color: #212529;
    text-align: center;
}

.table-responsive.shippingTable.estimate_price #dataTable .deliveryDate span{
  color: #6c757d;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.customs-broker{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.customs-broker::after{
  display: none;
}

#brokerDataTable-table_wrapper #brokerDataTable-table_filter input{
  background-color: transparent;
    border: 1px solid #D2D2D2;
    width: 200px;
    border-radius: 6px;
}

.dataTables_scrollBody{
  min-height: 140px;
}

.service-tags .cheap-tag span{
  color: #1e7e34;
  font-size: 11px;
  background-color: #e6f4ea;
  padding: 2px 8px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
    border: 1px solid #1e7e34;
}

.table-responsive.shippingTable.estimate_price #dataTable .deliveryDate span.guarantee-delivery{
  font-size: 12px;
  color: #1e7e34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
  
}
.table-responsive.shippingTable.estimate_price #dataTable .deliveryDate span.guarantee-delivery i.greencheck{
  background: #1e7e34;
    border-radius: 50%;
    padding: 3px;
    color: white;
    font-size: 8px;
    margin-bottom: 0px;
}

.receiver-signature{
     padding: 22px 32px 20px 0px;
}

.receiver-signature label{
    display: block;
    font-size: 16px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 500;
}

.internationlShipment .interShipTable table thead tr th.freight-name{
  min-width:170px 
}
.internationlShipment .interShipTable table thead tr th.freight-description{
  min-width: 170px;
}

.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable .userSection .shipmentOptionsToggle.estimate_class .deliveryDate span{
  color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.servicesTable .table-responsive.shippingTable.estimate_price_uber table.shippingServicesTable.shippingOptionsTable .userSection .shipmentOptionsToggle.estimate_class .deliveryDate{
  text-align: center;
}

.shippingTable.estimate_price #dataTable thead tr th:nth-child(2){
  text-align: center;
}

#estimate_dataTable_wrapper.dataTables_wrapper.no-footer #estimate_dataTable tr td{
  padding: 10px 20px;
}
#estimate_dataTable_wrapper.dataTables_wrapper.no-footer #estimate_dataTable thead tr th:nth-child(6){
  min-width: 117px;
}
#estimate_dataTable_wrapper.dataTables_wrapper.no-footer #estimate_dataTable thead tr th:last-child{
  text-align: left;
}
#estimate_dataTable_wrapper.dataTables_wrapper.no-footer #estimate_dataTable tbody tr .deliveryDate span{
  display: block;
}
.save-quote-section .headInfo #saveQuoteBtn{
  padding: 4px 16px;
}

#clientQuoteDataTable_wrapper.dataTables_wrapper.no-footer .dataTables_scrollHeadInner table thead tr th{
  padding: 0.5rem 0.5rem;
  font-weight: 600;
  font-size: 14px;
}



#clientQuoteDataTable_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody table tbody td{
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}

#clientQuoteDataTable_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody table tbody td td{
    padding: 0px;
}

#brokerDataTable-table_wrapper.dataTables_wrapper.no-footer .dataTables_scrollHeadInner table thead tr th{
  padding: 0.5rem 0.5rem;
  font-weight: 600;
  font-size: 14px;
}

#brokerDataTable-table_wrapper.dataTables_wrapper.no-footer .dataTables_scrollBody table tbody td{
  padding: 0.5rem 0.5rem;
  font-size: 14px;
}

#clientQuoteDataTable_wrapper .dt-button.buttons-collection.buttons-page-length.buttons-excel{
  border: 2px solid #fa100c;
    background: #ffffff;
    color: #fa100c;
    font-weight: 500;
    min-width: auto;
}


#clientQuoteDataTable_wrapper .dt-button-background{
  display: none !important;
}
#clientQuoteDataTable_wrapper .dt-buttons .dt-button-collection{
  transition: none;
  width: 90px;
  padding: 0;
  box-shadow: none;
  border-color: #ccc;

}

#clientQuoteDataTable_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length{
  box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    margin-bottom: 0;
}
#clientQuoteDataTable_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length:hover{
  background-color: #fa100c;
    color: #ffffff;
}


#brokerDataTable-table_wrapper .dt-buttons .dt-button.buttons-excel{
  background-color: #FA100C;
  display: inline-block;
  min-width: 150px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #FA100C;
  border-radius: 7px;
  text-align: center;
}

#brokerDataTable-table_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length{
  box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    margin-bottom: 0;
}
#brokerDataTable-table_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length:hover{
  background-color: #fa100c;
    color: #ffffff;
}


#brokerDataTable-table_wrapper .dt-button-background{
  display: none !important;
}
#brokerDataTable-table_wrapper .dt-buttons .dt-button-collection{
  transition: none;
  width: 90px;
  padding: 0;
  box-shadow: none;
  border-color: #ccc;

}

#brokerDataTable-table_wrapper .dt-button.buttons-collection.buttons-page-length.buttons-excel{
  border: 2px solid #fa100c;
    background: #ffffff;
    color: #fa100c;
    font-weight: 500;
    min-width: auto;
}


#brokerDataTable-table_wrapper .dataTables_scroll .dataTables_scrollBody .table.dataTable.no-footer.dtr-inline thead tr th{
  padding: 0.5rem;
}


#clientQuoteDataTable_wrapper .dataTables_scroll .dataTables_scrollBody .table.dataTable.no-footer.dtr-inline thead tr th{
  padding: 0.5rem;
}

#markup_form .save_markup{
  background-color: #fa100c;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
}

.markupSection .form-check.apply-markup-option{
  display: flex ;
      align-items: start;
      gap: 8px;
      justify-content: end;
      margin: 10px 0px;
}

.shippingInformation .markup-options{
  display: flex;
      align-items: center;
      justify-content: end;
      gap: 16px;
      margin-bottom: 16px;
      min-height: 36px;
}
.shippingInformation .markup-options a.modify_markup{
  background-color: #fa100c;
  color: #fff;
  padding: 6px 14px;
  font-weight: 500;
  border-radius: 7px;
}