
.raio-image-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.image-radio {
    position: relative;
    background-color: #fff;
}
.image-radio .form-check-input {
    position: absolute;
    opacity: 0;
}
.image-radio img {
    width: 70px;
}
.raio-image-wrapper .image-radio label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 5px;
    width: 180px;
    height: 180px;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
}
.image-radio h5 {font-size: 16px}
.raio-image-wrapper .form-check-input:checked+.form-check-label {
    border: 2px solid #6691e7;
}
.raio-image-wrapper .form-check-input:checked+.form-check-label::before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #4285f4;
    content: "";
    right: 10px;
    top: 10px;
    font-family: boxicons!important;
    font-size: 20px;
    content: "\ea41";
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 30px;
}

.zagvio-step{
	padding: 30px;
}
.zagvio-step .step {
  position: relative;
  min-height: 1em; 
  font-size: 16px; 
}
.zagvio-step .step + .step {
  margin-top: 3em
}
.zagvio-step .step > div:first-child {
  position: static;
  height: 0;
}
.zagvio-step .step > div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}
.zagvio-step .step.step-completed, .zagvio-step .step.step-active {
  color: #4285f4
}
.zagvio-step .step.step-completed .circle {
  background-color: #4285f4;
  color: #fff;
  box-shadow: 0 0 0 3px #4285f4; 
}
.zagvio-step .step.step-completed .circle:after { background-color: #4285f4; }

.zagvio-step .step.step-active .circle {
    box-shadow: 0 0 0 3px #4285f4; 
}

/* Circle */
.zagvio-step .circle {
  background: #fff;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #000;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}
.zagvio-step .circle  i{
	line-height: 1.5em;
}
/* Vertical Line */
.zagvio-step .circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.zagvio-step .step:last-child .circle:after {
  display: none
}

.new-select-vehical .nav-pills {
    display: flex;
    gap: 16px;
}
.new-select-vehical .nav-pills .nav-link {
    border: 1px solid #e4e4ff;
    width: 145px;
    text-align: center;
    padding: 10px;
}
.new-select-vehical .nav-pills .nav-link.active h4 {
    color: #fff;
}
.new-select-vehical .nav-pills .nav-link.active {
    background-color: #6691e7;
    color: #fff;
}
.new-select-vehical .nav-pills .nav-link img {
    max-width: 100px;
}
.new-select-vehical .nav-pills .nav-link h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.img--176 {
    width: 100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.icon-file-group {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    gap: 8px;
}
.icon-file-new {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #0477ca;
    color: #0477ca;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    margin: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.6em + 1.21875rem);
    margin: 0;
    opacity: 0;
}
.custom-file, .custom-file-input {
    height: 45px;
}

.shipment-item-container {
    display: flex;
    gap: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    border: 1px solid #eee;
    /*flex-direction: column;*/
}
.shipment-item-img {
    max-width: 100px;
}
.shipment-item-details h5 {
    font-size: 16px;
}
.shipment-item-container .delet-icon {
    position: absolute;
    color: #ed5e5e;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    right: 7px;
    font-size: 22px;
    box-shadow: -2px -2px  6px #00000069;
}

.form-location {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* margin-bottom: 30px; */
}
.icon-ftl {
    width: 30px;
    height: 30px;
    background-color: #3772ff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}
.icon-ftl i{line-height: 30px;}
.form-to-location h3, .vehicle-detail-new h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.bx{font-size: 18px}
.flex-1 {
    flex: 1 1 0%;
}
.to-location {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.vehicle-detail-new {
    display: flex;
    align-items: top;
    gap: 20px;
    /*margin-bottom: 30px;*/
}
.notification-wraper:last-child {
    border-bottom: 0;
}
.notification-wraper {
    
    border-bottom: 1px solid #eee;
}
.notification-containt {
    display: flex;
    justify-content: space-between;
}
.notification-containt h5 {
    font-size: 16px;
}
.address-box {
    border-radius: 8px;
    padding: calc(12px + 12*(100vw - 320px)/1600);
   border:1px solid #eee;
   
    position: relative;
    height: 100%;
    overflow: hidden;
}
.address-box>div .form-check {
    margin-top: 3px;
}
.address-box>div .form-check .form-check-input {
    width: calc(15px + 2*(100vw - 320px)/1600);
    height: calc(15px + 2*(100vw - 320px)/1600);
    margin-top: 2px;
}
.address-box>div .label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3772ff;
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .8px;
}
.address-box>div .address-table table {
    margin-bottom: 0;
}
.address-box>div .address-table table tr td {
    border: none;
    font-size: calc(14px + 2*(100vw - 320px)/1600);
    padding: 4px 0;
    color: #4a5568;
}
.address-box>div .address-table table tr:first-child td {
    padding-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
}
.address-box>div .address-table table tr td:first-child {
    min-width: 90px;
    padding-left: 8px;
}
.address-box>div {
    position: relative;
}
.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.address-box .button-group button {
    background-color: #f8f8f8;
    font-weight: 600;
}
.address-box .button-group button:hover {
    background-color: #3772ff;
    color: #fff;
}
.address-box>div .label label{margin-bottom: 0}

.shipment-details{ color: #212529; }
.shipment-details:hover{ color: #5274b9; }

.sp-wrapper{
     padding: 15px;
    margin: 15px 0;    
    border:1px solid #eee;
    border-radius: 5px;
}
.sp-container{
    display: flex;
   
}
.varified {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.sp-content {
    width: 100%;
}
.sp-content-wrapper {
    display: flex;
    justify-content: space-between;
}
.Bid-Amount {
    text-align: right;
}
.Bid-Amount p {
    margin-bottom: 0;
}
.Bid-Amount h3 {
    margin-top: 6px;
    color: #2682c5;
    font-size: 16px;
}
.rating-varified {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-ratings p span bx{font-size: 16px}
.product-ratings p span.active {
    color: #fed859;
}
.filter-blur {
    filter: blur(4px);
}

.export-steps-item-2 {
    border-radius: 10px;
    border: 1px solid rgba(51, 66, 87, 0.1);
    background: #fff;
    padding: 30px;
}
.export-steps-item-2 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.export-steps-item-2 h6 {
    font-size: 18px !important;  
}
.module-radio-group .form--check {
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    
}
.module-radio-group .form--check input:checked ~ .form-check-label {
    background: #e8f2f3;
    font-weight: 700;
   
}
.module-radio-group .form--check .form-check-label {
    padding: 15px 20px;
    width: 100%;
}
.module-radio-group .form--check input {
    /*margin: 0;*/
    margin-inline-end: 7px;
}
.input_image_edit {
    width: 100%;
    height: auto;
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.upload-text {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    inset-inline-start: 0;
    inline-size: 100%;
    min-block-size: 100%;
    line-height: 2em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 1px dashed #e9ebec;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: red;
}
.inputDnD .form-control-file {
    position: relative;
    inline-size: 100%;
    block-size: 100%;
    min-block-size: 8rem;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.swal2-icon {   
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;   
    margin: 0 auto 20px;
}
.swal2-icon-text {
    font-size: 3.75em;
}
@media(max-width:1440px) {
	.zagvio-step {padding: 30px 0;}
	.new-select-vehical .nav-pills .nav-link {width: 121px; height: 100%;}
	.new-select-vehical .nav-pills .nav-link h4 {font-size: 12px;}
}
@media(max-width:1280px) {
	.new-select-vehical .nav-pills .nav-link { width: 112px; }
}
@media(max-width:1024px) {
	.zagvio-step .step > div:not(:first-child) { display: none;	}
	.zagvio-step .step + .step { margin-top: 0;}
	.zagvio-step .step { position: relative; min-height: 30px; font-size: 18px; }
	.zagvio-step { display: flex; justify-content: space-between; align-items: center; max-width: 500px; margin: 0px auto;}
	.zagvio-step .circle:after {
	    content: ' ';
	    position: absolute;
	    display: block;
	    top: 50%;
	    right: 50%;
	    bottom: inherit;
	    left: 50%;
	    height: 1px;
	    width: 100px;
	    transform: scale(1, 2);
	    transform-origin: 50% -100%;
	    background-color: rgba(0, 0, 0, 0.25);
	    z-index: -1;
	}
	.new-select-vehical .nav-pills .nav-link {
        width: 138px;
    }
}

@media(max-width:912px) {
	.new-select-vehical .nav-pills .nav-link {
	        width: 120px;
	    }
	}

@media(max-width:768px) {
    .new-select-vehical .nav-pills .nav-link {
        width: 152px;
    }
}

@media(max-width:540px) {
	.zagvio-step {max-width: 325px;}
	.zagvio-step .circle:after { left: 100%; width: 100%; }
	.new-select-vehical .nav-pills .nav-link {width: 130px;}
}
.bg-light-300 {
    background: #F8F9F9;
}
.bg-light-500 {
    background-color: #F4F5F5 !important;
}
.company-dtl-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.compny-name{  display:block; margin-bottom:15px }

.company-dtl-wrapper {
    color: inherit;
}
.company-dtl-wrapper:hover .compny-name{color: var(--vz-primary)}
.company-dtl-containt {
    width: 100%;
}
.change-plan-img{
    max-width: 200px;
    margin-left: auto;
}
.timer {
  font-size: 20px;
  font-weight: bold;
  color: #d9534f;
  font-family: Arial, sans-serif;
}