@font-face {
  font-family: 'Work-Sans';
  src: url('fonts/WorkSans-Medium.eot');
  src: url('fonts/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/WorkSans-Medium.woff2') format('woff2'),
      url('fonts/WorkSans-Medium.woff') format('woff'),
      url('fonts/WorkSans-Medium.ttf') format('truetype'),
      url('fonts/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body{
font-family: 'Work Sans',sans-serif !important;
}

.card{
border: 0px solid var(--primary-color) !important;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58) !important;
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58) !important;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58) !important;
}
.card:hover{
border: 0px solid var(--primary-color) !important;
}

.btn-primary {
color: #fff !important;
background-color: #4a5784 !important;
}

.btn-secondary {
color: #fff !important;
background-color: #637AAE !important;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
padding: 8px 14px !important;
}

.btn-primary:hover {
background-color: #4a5784 !important;
border-color: #4a5784 !important;
}

.btn-secondary:hover {
background-color: #637AAE !important;
border-color: #637AAE !important;
}

.css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
top: -10px !important;
}

.invalid-feedback {
margin-top: 0;
position: absolute;
}

.set-radio {
display: block;
}

.set-radio span {
  margin-left: 6px;
}

.set-chkerror.invalid-feedback {
display:contents;
}

.wizard > .actions .waves-effect {
cursor: pointer;
}

.wizard > .actions > ul > li {
margin-left: 10px;
}

.wizard > .actions .waves-effect {
border: none;
background: var(--primary-color);
color: var(--font-white);
text-decoration: none;
border-radius: 0.25rem;
padding: 5px 10px;
}

.wizard > .actions .waves-effect:focus {
  outline: none;
}

.wizard > .actions .waves-effect.disabled {
  background: var(--font-xlight) !important;
  color: var(--font-ccc) !important;
}

.set-center {
display: flex;
align-items: center;
justify-content: center;
}

.upload-btn {
border: 1px dashed rgb(74, 87, 132);
color: rgb(74, 87, 132);
font-weight: bold;
height: 50px;
width: 30%;
}

.set-btns-margin .btn {
margin-left: 5px;
}

.sidebar.is-open {
margin-left: 0;
-webkit-transition: .5s;
transition: .5s;
}

.sidebar {
min-width: 280px;
max-width: 280px;
margin-left: -280px;
-webkit-transition: all .5s;
transition: all .5s;
}

#main-content.is-open {
width: calc(100% - 50px);
}

.navbar-brand img {
margin: 0 14px;
}

.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
color: var(--text-muted);
background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.plan-table .text-bold {
font-weight: bold;
color: #212529;
}

.plan-table td:first-child, .plan-table th:first-child {
width: 260px;
max-width: 260px;
white-space: inherit;
}

.plan-table td:not(:first-child), .plan-table th:not(:first-child) {
width: 160px;
max-width: 160px;
white-space: inherit;
}

.modal-content {
width: 400px;
}

.modal-title {
display: flex;
align-items: center;
font-size: 19px;
font-weight: 800;
justify-content: space-between;
margin-left: 8vw;
}

.fa-xmark {
align-items: right;
font-size: 19px;
border-radius: 50%;
padding: 8px;
cursor: pointer;
}

.fa-xmark:hover {
  cursor: pointer;
}

.modal-header {
padding: 5px;
align-items: center;
display: flex;
text-align: center;
}

.modal-body {
border-bottom: none;
}

.modal-footer {
display: flex;
justify-content: center;
border-top: none;
}

.close-btn, .pay-btn {
background-color: #007bff !important;
width: 150px;
}

.pay-btn:hover {
  background-color: #2080e8 !important;
}

.modal-body {
border-bottom: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

select {
margin: 10px 0;
word-wrap: normal;
width: 70%;
border-radius: 5px;
height: 35px;
border: 1px solid #ccc !important;
}

.btn-active {
display: inline-block;
font-weight: 600;
color: #212529;
text-align: center;
vertical-align: middle;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
background-color: #22af46;
color: #fff;
}

.btn-active .fa {
  margin-right: 5px;
}

.selector-option {
background-color: rgb(255, 255, 255);
color: rgba(0, 0, 0, 0.87);
transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
border-radius: 4px;
box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
position: absolute;
overflow: hidden auto;
min-width: 16px;
min-height: 16px;
max-width: calc(100% - 32px);
max-height: calc(100% - 32px);
outline: 0px;
}

.lbl-note.danger {
font-size: 80%;
font-weight: 400;
color: var(--danger);
}

.btn-custom {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}

.dropdown-toggle.btn-custom:hover {
background-color: #6c757d !important;
border-color: #6c757d;
color: #fff;
}

.ddl-billing .dropdown-item.active {
background-color: #6c757d !important;
color: #fff;
}

.ddl-billing .dropdown-item.active:hover {
  background-color: #6c757d !important;
  color: #fff;
}

.ddl-billing .dropdown-item:hover {
background-color: #6c757d !important;
color: #fff;
}

.set-discount {
color: #e58383;
}

.set-d-price {
font-style: italic;
}

.set-price {
font-style: italic;
}

.set-lnk-btn .btn-outline-secondary {
background-color: #6c757d;
color: #fff;
}

.modal-loader {
text-align: center;
background: rgb(213 205 211 / 45%);
opacity: 0.85;
margin-bottom: 10px;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
display: none;
z-index: 999999;
}

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

.set-modal-loader {
top: 50%;
left: 50%;
position: absolute;
}

.dropdown-item.disabled, .dropdown-item:disabled {
opacity: 0.5;
}

.modal-large .modal-dialog {
max-width: 90vw !important;
}

.text-primary {
margin-bottom: 0px !important;
}

.form-filter .row {
padding: 20px 0 0 0 !important
}

.form-filter select.form-control {
margin: 0 !important;
}

.table-responsive .pagination {
justify-content: right;
}

.bottom-pagesize .btn-group {
padding-left: 12px;
}

.pagination-page-size {
width: 20%;
position: absolute;
}

.pagination-total {
position: absolute;
top: 10px;
}

.filter-container > .col-md-3, .set-bottom {
margin-bottom: 20px;
}

.set-left-m {
margin-left: 10px;
}

#filter-container {
padding-top: 20px;
}

.table-responsive {
min-height: 200px;
}

.btn .fa {
margin-right: 6px;
}

.btn.set-mr-0 .fa {
margin-right: 0;
}

.planned_task .header {
background: var(--font-xlight);
color: var(--font-white)
}

.progress_task .header {
background: #ff812d;
color: var(--font-white)
}

.completed_task .header {
background: #42d182;
color: var(--font-white)
}

.shipment_status .fa, .shipment_status .fa-solid {
font-size: 1.75rem;
margin-right: 15px;
}

.shipment_status .success {
color: var(--success);
}

.shipment_status h3 {
display: inline-block;
margin-bottom: 0;
text-transform: uppercase;
}

.new_timeline .time {
width: 35%;
}

.new_timeline .desc {
width: 55% ;
}

.new_timeline .set-history > ul {
padding: 1em;
list-style: none;
position: relative;
}

.new_timeline .set-history > ul::before {
  content: ' ';
  height: 100%;
  width: 1px;
  background-color: var(--font-light);
  position: absolute;
  top: 0;
  left: 1.5em;
  z-index: 1;
}

.set-history {
max-height: 420px;
overflow: auto;
}

#main-content.set-tracking-page {
width: calc(100% - 80px);
}

.lbl-required {
color: var(--danger);
}

.btn-upload {
border: 1px dashed rgb(74, 87, 132) !important;
border-style: dashed;
width: 100%;
height: 80px;
margin-top: 20px
}

.metismenu .collapse.show {
display: block;
}

#main-content.set-top {
width: calc(100% - 280px) !important;
margin-top: 70px !important;
margin-right: 0px !important;
padding-top: 20px;
}
.card{ margin-top: 10px !important;}
.navbar-fixed-top {
padding: 5px 20px;
position: fixed !important;
top: 0px;
left: 280px;
width: calc(100% - 280px);
}

.nav-custom-menu .dropdown-toggle::after {
display: none;
}

.nav-custom-menu .fa {
font-size: 26px;
}

.nav-custom-menu a.nav-link, .nav-custom-menu a.nav-link:hover {
background: #cdcdcd !important;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer I !important;
}
.nav-link:hover{
cursor: pointer !important;
}

.layout-fullwidth #main-content.set-top {
width: 100% !important;
}

.layout-fullwidth #wrapper .navbar-fixed-top {
width: 100% !important;
}

.list-group-item {
border-color: transparent !important;
padding: 0.25rem 1.25rem !important;
}

.list-group-item .fa {
  margin-right: 10px;
}

.list-group-item-action:active, .list-group-item-action:hover {
background-color: transparent !important;
}

.dropdown span + span {
margin-left: 6px;
}

.set-top-padding {
padding-top: 0px !important;
}

.switch label {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.rateCalTable {
 margin: 20px 0px 20px 0px !important; 
background-color: #6c757d !important;
height: 150px !important;
color:white !important;
text-align: start !important;
padding-left: 20px;
/*	padding-top: 20%;
word-break: normal; */
}
.set-reason{
max-width: 220px !important;
}

.set-name{
max-width: 220px !important;
}
.form-check-label{
margin-bottom: 8px !important;
}
.set-logo img{
height: 80px;
width: auto;
}

.provider .provider-header {
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  color: #212529;
}
.provider .provider-header .provider-img {
  height: 70px;
  width: auto;
}
.provider .provider-header .provider-header-title {
  font-size: 15px;
font-weight: 700;
}
.provider .provider-header .provider-header-sub-title{
display: inline-block;
font-size: 22px;
}
/*.set-scrolling-table{
max-height: 250px;
overflow: auto;
}*/

.shipmentLabel .first-table {
width: 100%;
}
.shipmentLabel .set-brandname{
font-size: 40px;
  color: #546da7;
  text-align: center;
}
.shipmentLabel .first-table  td{
 width: 50%;
}
.lbl-valid{
color: #22af46;
}
.set-control .form-control{
width: 80%;
}
.set-control .set-act-control{
width: 90%;
  position: absolute;
  top: 40px;
}
.set-control .set-act-control span{
margin-left: 5px;
cursor: pointer;
font-size: 20px;
}
.set-chk-provider{
display: inline-block;
  margin-right: 10px;
}
.set-amount-badge .badge{
font-size: 15px;
  font-weight: 500;
  border-radius: 16px;
  background-color: #546da7;
  color: #fff;
  padding: 8px 8px; 
cursor: pointer;
}
.auth-box-login{transform: translate(0, 10%);}
.auth-box-login .form-group, .auth-box-register .form-group{    margin-bottom: 1.5rem;}
.auth-box-register{transform: translate(0, 2%);}
.over{ overflow: hidden;}
.register-lft{background:#2e3f77 url(..//images/auth_bg.jpg)  no-repeat center; background-size: cover; float: left; width: 60%;height:100vh;}
.register-rgt{background: #4a5784; float: right; width: 40%;height:100vh;}
.dsipFlex{ display: flex !important;}
.navBreadcrumb{ margin-top:0 !important; margin-bottom: 0 !important;margin-left: 20px;}
.navBreadcrumb ul>li{ line-height: 13px;}
.navBreadcrumb ul>li>a{ font-size: 13px !important;}

.invalid-feedback {
  font-size: 0.675em !important;
}
.auth-box-login .body, .auth-box-register .body{ padding: 0px 20px 20px 20px; }

.apexcharts-canvas text {
fill: #fff !important;
}



/* full screen modal */

.modal-large > .modal-dialog > .modal-content > form > .modal-body {
max-height: 80vh !important;
overflow: auto !important;
}

.modal-large > .modal-dialog > .modal-content > .modal-body {
max-height: 80vh !important;
overflow: auto !important;
}

.modal-medium .modal-dialog {
max-width: 60vw !important;
}

.set-btn-upload {
padding-top: 24px !important;
}

.modal-medium.bulk-upload .modal-content {
min-height: 60vh !important;
}

.modal-page-loader-wrapper {
z-index: 99999999;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: var(--primary-color);
background: rgba(255,255,255,0.5);
}

.modal-page-loader-wrapper .loader {
  position: absolute;
  top: calc(30% - 30px);
  left: calc(50% - 20px);
}



thead >tr>th  {
position: sticky !important;
top: -1px !important;
background: rgba(204, 204, 204, 0.9);
z-index: 90 ;
}


.table-responsive{
max-height: 69vh !important;
display: block !important;
overflow-x: auto;
/* overflow: scroll !important; */
} 

.navbar{
z-index: 100 !important;
}

.btn-anchor ,.btn-anchor:hover,.btn-anchor:active{
color: #dc3545;
border: none;
outline: none !important;
text-decoration: none;
background-color: transparent;
} 

/* //courier pref box shdow */
.bg-courier{
background-color: #637AAE !important;
color: white !important;
margin-top: 2px !important;
}
.bg-prefrence{
 background-color:  #4a5784;
 color: white !important;
 text-align: center !important;
 margin-top: 2px !important;
} 

.shipment-bar{ padding: 20px 0;;}
.shipment-bar img{ width: 100%; max-width: 500px;}



.register-lft-cont{background:#fff; float: left; width: 60%;min-height:100vh;}
.register-rgt-content{background: #4a5784; float: right; width: 40%;height:100vh; position: fixed; right:0}

.registerCont .top_widget i{ font-size: xxx-large;
  margin-bottom: 20px;}
.registerCont .features i{ font-size: xxx-large;
  margin-bottom: 20px;}
  .registerCont .features h6{ font-weight: bold;}  
  .registerCont h2{    
    display: inline;
    border-bottom: 4px solid #FD4070;
    padding-bottom: 5px;
  }

  .header {
    display: block;
    margin-bottom: 20px;
   
  }
.header_div{
  background: #f5f9ff;
  padding:5px 0;
  margin-bottom: 20px;
}
.fship-logo{ width: 100px; padding:10px 0;}
.fship-logo img{ width: 100%;}

.fshipheader h3{
  width: 400px;
  margin: 0 auto;
  font-size: 4.2em;
  text-align: center;
  color: #ddd;
  position: relative;
  margin-bottom: 20px;
}
.fshipheader h3 span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: .5em;
    font-weight: bold;
}
.card.registerbox .body {
  background: #f5f9ff;
}
.copyright_div{
  background: #F9FDFF;
  padding:10px 0;
  font-size: 12px;
}

.footer_div{
  background-color: #F7F6F6;
  padding:30px 0;
  margin-top: 25px;
}

.footer_div h6{
  font-weight: bold;
}
ul.lnks_footer, ul.contactus, ul.footer_social_links{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.lnks_footer li, ul.contactus li{
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}
ul.lnks_footer li a, ul.lnks_footer li a.card:hover, ul.contactus li a,ul.contactus li a:hover{
  color:#000;
  text-decoration: none;
}
ul.contactus li{
  overflow: hidden;
}
ul.contactus li span{
  width: 30px;
  float: left;
}
ul.contactus li p{
  float: left;
  width: calc(100% - 40px);
}
ul.footer_social_links li{ float: left; width: 30px; margin-right: 5px;}
ul.footer_social_links li a{     color: #000;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;}

  .copyright_div a{
    text-decoration: none;
    color:#605be5;
  }
  .copyright_div a:hover{
    text-decoration: none;
    color:#000000;
  }

.primary-card-bg {
  background: var(--primary-color);
}
.secondary-card-bg {
  background: var(--secondary-color);
}

  @media only screen and (max-width: 600px) {
    .registerCont h1{
      font-size: 2rem;
    }

    .registerCont .list-group .list-group-item{
      text-align: center;
    }
    .registerCont .list-group .list-group-item i{
      display: block;
    }
    .new_timeline .time {
      width: 90% !important;
      }
      
      .new_timeline .desc {
      width: 90% !important;
      margin-left: 10%;
      }
  }
.hide {
    display: none;
}