@charset "UTF-8";

a {
  cursor: pointer !important;
}

.input-group-append [class*="btn-outline-"] {
  background-color: #fdfdff;
}


div#service_centers {
  height: 360px !important;
  overflow-y: scroll;
  border: 1px solid #eef1f6;
  padding-top: 10px !important;
}

/* 18-08-2022 */
.images_wrapper .image_box #download_image img {
  background-color: #f9f9f9;
  padding: 14px;
  border: none;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.row-cls {
  margin-bottom: 20px !important;
  padding-left: 5px;
}

.row-cls .flex-column {
  display: block !important;
  width: 100%;
}

.row-cls span.select2.select2-container.select2-container--default.select2-container--below {
  width: 100%;
}

.border_none .selection .select2-selection {
  border: none !important;
}

.row-cls span.select2.select2-container {
  padding: 0px 10px !important;
}

.contact-detail .input-group-text {
  border-radius: 0px;
}

.contact-detail select.form-control.valid {
  border: none;
  padding: 0px 10px;
}

.contact-detail .input-group-prepend select {
  height: 34px !important;
  border: none !important;
}

/* 3.4 Alert */
.alert {
  color: #fff;
  border: none;
  padding: 15px 20px;
}

.alert .alert-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.alert code {
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
}

.alert p {
  margin-bottom: 0;
}

.alert.alert-has-icon {
  display: flex;
}

.alert.alert-has-icon .alert-icon {
  margin-top: 4px;
  width: 30px;
}

.alert.alert-has-icon .alert-icon .ion,
.alert.alert-has-icon .alert-icon .fas,
.alert.alert-has-icon .alert-icon .far,
.alert.alert-has-icon .alert-icon .fab,
.alert.alert-has-icon .alert-icon .fal {
  font-size: 20px;
}

.alert.alert-has-icon .alert-body {
  flex: 1;
}

.alert:not(.alert-light) a {
  color: #fff;
}

.alert.alert-primary {
  background-color: #269ffb;
}

.alert.alert-secondary {
  background-color: #cdd3d8;
}

.alert.alert-success {
  background-color: #47c363;
}

.alert.alert-info {
  background-color: #3abaf4;
}

.alert.alert-warning {
  background-color: #ffa426;
}

.alert.alert-danger {
  background-color: #fc544b;
}

.alert.alert-light {
  background-color: #e3eaef;
  color: #191d21;
}

.alert.alert-dark {
  background-color: #191d21;
}








/* 3.6 Table */



/* 3.7 Tooltip */
.tooltip {
  font-size: 12px;
}

.tooltip-inner {
  padding: 7px 13px;
}


/* 3.9 Nav */

.tab-bordered .tab-pane {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #269ffb;
}

.nav-pills .nav-item .nav-link {
  color: #269ffb;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-pills .nav-item .nav-link:hover {
  background-color: #f6f7fe;
}

.nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #acb5f6;
  color: #fff;
  background-color: #269ffb;
}

.nav-pills .nav-item .nav-link .badge {
  padding: 5px 8px;
  margin-left: 5px;
}

.nav .nav-item .nav-link .ion,
.nav .nav-item .nav-link .fas,
.nav .nav-item .nav-link .far,
.nav .nav-item .nav-link .fab,
.nav .nav-item .nav-link .fal {
  margin-right: 3px;
  font-size: 12px;
}

/* 3.10 Pagination */
.page-item .page-link {
  color: #269ffb;
  border-radius: 3px;
  margin: 0 3px;
}

.page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #111;
  font-weight: 800;
}

.page-item.disabled .page-link {

  border-color: transparent;
  background-color: #f9fafe;
  color: #6d6d6d;
  opacity: 1;
  font-weight: 500;
}

.page-link {
  border-color: transparent;
  background-color: #f9fafe;
  font-weight: 600;
}

.page-link:hover {
  background-color: #269ffb;
  color: #fff;
  border-color: transparent;
}

.page-link:focus {
  box-shadow: none;
}

/* 3.11 Badge */
.badges .badge {
  margin: 0 8px 10px 0;
}

/* 3.17 Grid */
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

/* 3.18 Navbar */
.navbar {
  height: 70px;
  left: 250px;
  right: 5px;
  position: absolute;
  z-index: 890;
  background-color: transparent;
}

.navbar.active {
  background-color: #269ffb;
  box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03);
}

.navbar-bg {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #269ffb;
  z-index: 1;
}

.navbar {
  align-items: center;
}

.navbar .navbar-brand {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.navbar .form-inline .form-control {
  background-color: #fff;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 0;
  margin-right: -6px;
  min-height: 46px;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  transition: all 1s;
}

.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus+.btn {
  position: relative;
  z-index: 9001;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop {
  opacity: .6;
  visibility: visible;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop+.search-result {
  opacity: 1;
  visibility: visible;
  top: 80px;
}

.navbar .form-inline .btn {
  border-radius: 0 3px 3px 0;
  background-color: #fff;
  padding: 12px 15px 9px 15px;
  border-color: transparent;
}

.navbar .form-inline .search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.navbar .form-inline .search-result .search-item a i {
  margin-left: 0 !important;
}

.navbar .form-inline .search-result .search-item .search-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.navbar .active .nav-link {
  color: #fff;
  font-weight: 700;
}

.navbar .navbar-text {
  color: #fff;
}

.navbar .nav-link {
  color: #f2f2f2;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
  position: relative;
}

.navbar .nav-link.nav-link-lg div {
  margin-top: 3px;
}

.navbar .nav-link.nav-link-lg i {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 32px;
}

.navbar .nav-link.nav-link-user {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}

.navbar .nav-link.nav-link-user img {
  width: 30px;
  height: 30px;
}

.navbar .nav-link.nav-link-img {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50%;
  overflow: hidden;
}

.navbar .nav-link.nav-link-img .flag-icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  line-height: 18px;
  height: 22px;
  width: 22px;
  background-size: cover;
}

.remove-caret:after {
  display: none;
}

.navbar .nav-link:hover {
  color: #fff;
}

.navbar .nav-link.disabled {
  color: #fff;
  opacity: .6;
}

.nav-collapse {
  display: flex;
}

@media (max-width: 575.98px) {
  body.search-show .navbar .form-inline .search-element {
    display: block;
  }

  .navbar .form-inline .search-element {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 892;
    display: none;
  }

  .navbar .form-inline .search-element .form-control {
    float: left;
    border-radius: 3px 0 0 3px;
    width: calc(100% - 43px) !important;
  }

  .navbar .form-inline .search-element .btn {
    margin-top: 1px;
    border-radius: 0 3px 3px 0;
  }

  .navbar .form-inline .search-result {
    width: 100%;
  }

  .navbar .form-inline .search-backdrop {
    display: none;
  }

  .navbar .nav-link.nav-link-lg div {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .form-inline .search-element {
    display: block;
  }

  .filter_inner_wrap {
    display: block;
  }

  .filter_inner_wrap div {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .collapse {
    position: relative;
  }

  .collapse .navbar-nav {
    position: absolute;
  }
}

@media (max-width: 1024px) {
  .nav-collapse {
    position: relative;
  }

  .nav-collapse .navbar-nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    display: none;
  }

  .nav-collapse .navbar-nav.show {
    display: block;
  }

  .nav-collapse .navbar-nav .nav-item:first-child {
    border-radius: 3px 3px 0 0;
  }

  .nav-collapse .navbar-nav .nav-item:last-child {
    border-radius: 0 0 3px 3px;
  }

  .nav-collapse .navbar-nav .nav-item .nav-link {
    background-color: #fff;
    color: #6c757d;
  }

  .nav-collapse .navbar-nav .nav-item .nav-link:hover {
    background-color: #fcfcfd;
    color: #269ffb;
  }

  .nav-collapse .navbar-nav .nav-item:focus>a,
  .nav-collapse .navbar-nav .nav-item.active>a {
    background-color: #269ffb;
    color: #fff;
  }

  .navbar {
    left: 5px;
    right: 0;
  }

  .navbar .dropdown-menu {
    position: absolute;
  }

  .navbar .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}

/* 3.19 Dropdown */
.dropdown-item.has-icon i {
  margin-top: -1px;
  padding-right: 8px;
  font-size: 13px;
}

.dropdown-menu {
  box-shadow: 0 10px 40px 0 rgba(51, 73, 94, 0.15);
  border: none;
  width: 200px;
}

.dropdown-menu.show {
  display: block !important;
}

.dropdown-menu a {
  font-size: 13px;
}

.dropdown-menu .dropdown-title {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #191d21 !important;
  padding: 10px 20px;
  line-height: 20px;
  color: #98a6ad;
}

.dropdown-menu.dropdown-menu-sm a {
  font-size: 14px;
  letter-spacing: normal;
  padding: 10px 20px;
  color: #6c757d;
}

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  background-color: #269ffb;
  color: #fff !important;
}

.dropdown-divider {
  border-top-color: #f9f9f9;
}

.dropdown-list {
  width: 350px;
  padding: 0;
}

.dropdown-list .dropdown-item {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover {
  background-color: transparent;
}

.dropdown-list .dropdown-item .time {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
  float: left;
  width: 40px;
  text-align: right;
  position: relative;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
  width: 100%;
}

.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
  position: absolute;
  bottom: 0;
  right: 0;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
  line-height: 24px;
  white-space: normal;
  color: #34395e;
  margin-left: 60px;
}

.dropdown-list .dropdown-item .dropdown-item-desc b {
  font-weight: 600;
  color: #666;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
  margin-bottom: 0;
}

.dropdown-list .dropdown-item:focus {
  background-color: #269ffb;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc {
  color: #fff !important;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
  color: #fff !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
  color: #6c757d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
  color: #6c757d;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc {
  color: #fff;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc b {
  color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
  background-color: #fbfbfb;
  border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
  color: #6c757d !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
  color: #6c757d !important;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
  letter-spacing: .5px;
  font-weight: 600;
  padding: 15px;
}

.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
  font-weight: 600;
}

.dropdown-list .dropdown-list-content {
  height: 350px;
  overflow: hidden;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
  content: ' ';
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  height: 60px;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
  display: flex;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
  margin: 0;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
  margin-top: 5px;
}

.dropdown-flag .dropdown-item {
  font-weight: 600;
}

.dropdown-flag .dropdown-item .flag-icon {
  width: 20px;
  height: 13px;
  margin-right: 7px;
  margin-top: -6px;
}

.dropdown-flag .dropdown-item.active {
  background-color: #269ffb;
  color: #fff;
}

.address_wrapper .title {
  font-size: 16px;
  color: #111;
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif;
  margin: 0 0 5px 0px;
}

@media (max-width: 575.98px) {
  .dropdown-list-toggle {
    position: static;
  }

  .dropdown-list-toggle .dropdown-list {
    left: 10px !important;
    width: calc(100% - 20px);
  }
}

@media (max-width: 1285px) {
  .plan-free-btn {
    height: 62% !important;
  }
}

@media (max-width: 1200px) {
  .plan-contact-btn {
    height: 30% !important;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .card #collapseSeven .list-color li label a {
    width: 35px !important;
    height: 35px !important;
  }

  .card #collapseSeven .list-color {
    column-gap: 1px !important;
  }

  .card #collapseSeven .list-color li label:before {
    padding: 9px !important;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 button::after {
    right: -7px !important;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 button::before {
    right: -12px !important;
  }
}

/* 3.20 Dropdown */
.tab-content.no-padding>.tab-pane {
  padding: 0;
}

.tab-content>.tab-pane {
  line-height: 28px;
}

ul.nav-tabs li.nav-item a.nav-link i {
  color: #269ffb;
}

ul.nav-tabs li.nav-item a.nav-link span {
  display: block;
  line-height: 60%;
}

ul.nav-tabs li.nav-item a.nav-link span i {
  font-size: 16px !important;
}

ul.nav-tabs li.nav-item a.nav-link.active i {
  color: #191d21;
}

/* 3.21 Progress Bar */
.progress-bar {
  background-color: #269ffb;
}

/* 3.22 Jumbotron */
.jumbotron {
  background-color: #e3eaef;
}

/* 3.23 Carousel */
.carousel .carousel-caption p {
  font-size: 13px;
  line-height: 24px;
}

/* 4. Theme Style */
/* 4.1 Misc */
:root {
  /* Colors */
  --primary: #269ffb;
  --secondary: #34395e;
  --success: #47c363;
  --info: #3abaf4;
  --warning: #ffa426;
  --danger: #fc544b;
  --light: #e3eaef;
  --dark: #191d21;
}

body,
html {
  min-height: 100%;
}

body {
  background-color: #eef1f6;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", "Segoe UI", arial;
  color: #6c757d;
}

@media (max-width: 575.98px) {
  .fc-overflow {
    width: 100%;
    overflow: auto;
  }

  .fc-overflow #myEvent {
    width: 800px;
  }

  .ionicons li {
    width: calc(100% / 4);
  }

  .icon-wrap {
    width: 100%;
  }
}

.background-walk-y {
  background-repeat: no-repeat;
  background-position: 0 0%;
  -webkit-animation-name: backgroundWalkY;
  animation-name: backgroundWalkY;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-size: 100%;
}

@media (max-width: 1199.98px) {
  .background-walk-y {
    background-size: cover;
  }
}

.background-walk-x {
  background-repeat: no-repeat;
  background-position: 0 0%;
  -webkit-animation-name: backgroundWalkX;
  animation-name: backgroundWalkX;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes backgroundWalkY {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 0 100%;
  }
}

@keyframes backgroundWalkY {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 0 100%;
  }
}

@-webkit-keyframes backgroundWalkX {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes backgroundWalkX {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 100% 0;
  }
}

.overlay-gradient-bottom:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: false;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.overlay-gradient-top:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: false;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.index-1 {
  z-index: 1 !important;
}

.index-2 {
  z-index: 2 !important;
}

.index-3 {
  z-index: 3 !important;
}

.index-4 {
  z-index: 4 !important;
}

.index-5 {
  z-index: 5 !important;
}

.absolute-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bg-paypal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MzhDMkFERDA5N0ExMUUzOEU3NkI3REVBNTBBQTM3QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzhDMkFEQzA5N0ExMUUzOEU3NkI3REVBNTBBQTM3QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzjbbwAABEdJREFUeNrsWGtsk1UYfnpd13Yd68boXOmAgnO4VSfLUBIhRhYIGkPMDHHGCJloNOIPL9EYkKB4SURiovBnRn+QQaZchUgQp8KcDlh2MawwV7YJG1u3sVtvWy9fPef9sMt0Gp1JQ/KdNzl9z7Xt85znfd9+VdlLKx0APmVtFWt6KMPCrJ1h7WmNJfeeg6xTxpoGyjGO1clasZq9rIRy7X61gmQ/oxLUULgJAgQBggBBgCBAECAIEAQIAgQBCjXtbA8+UlaKPTufmXrADkdx+UoPtu3aj6aLnbN7MtGnILPABZVKJU/E44hFwgj0X0doePBvz/H98jk1Btuak6OAVffeSZ6D/qymFgM3RuEqWIAPt22ieb1eiwX2bOQ7c5GZkUZzOp0W9pws9gg29bGGFD3NmU2p0JnTCIwUiyI46EUkGCBSLI6FUOt0HCnzemhTjeQTt2g00T4pFkmeAkpci8nvrvoKJ79vgrvjGnZt3Uhglxffjpq9r0wDeqK2EQ1N7dj56hP48kQ9Xnr7cwJde2AHbptnxZY3q/Cd20t7J4ZvwNf7G4HKWnqXrA4GODO/CGrt1FeOToQw4rkEndFM40jAnxwCrHPMWOSYR32fP4TSu5fgqcceoHF942Xyr7+3D13XvKQCTszDD5bg0Nc/0VpRQR75Fzc9ROCb2zpx7JvzsOYX0rwUjdAtm7Jz5DELAykaRWCgD9FQkFRimb8QWkMq22eCzvQHAYHkELCsaHGif+CTlxP9C60d2PpBNZHjuiMP5evuQ67NSmtXewdxydNDfafDBmeeDZsfL2NhHqe8AaYWDoibOcdOjVssHMZYt4cnBKg1Ghjn2pgy9AklxCZDUwoIJkkBJS4neX7DR0+dw/CoHy3uLrS0dWH9muX4+K3NtFZ95CyRUbF+JS784kFv/zD8wQmYjQbsfedZaLUa1Bz/Ea3ubugt6XLekyQW//0snmNM4kFEfONQ8+TI5M9zQHDIi7BvDGm5DlIGJ5ATEqf9oWQRICugav9p7Dv8w7S18nUryH9xvB5HTjXgo+2VNG5s9ZBvv9LLFOTE0iXz4Q+E8P6eQ3LSNMqJcnJsBP6+nmnvaUjPgIrd/uT4KILePhizbXLlYTH/f25/1lXAdTOGf2ZJ7c92sf0q+deefxSnq3eguHARjRua5b2/dl5P7OUJdGjEJ1cIlsllUL6/vGeEKYFbimUO5hYWw2DNkuf94/947t+Yyl5aGf+vh3KyMyBJcXiHRmesySuW5VN5O9fSgYx0E1WD7p4BWn/jhXI89+RaeLr7UFaxHdGYJN8Ei2mVWsNifnJmqbKkqEkxIMpuPR6XqAxyyfO8wPsx1ufhkBQCZmtp5lTUHXyXSmXFlt2oO+9W1k/hyg2rCfzhkw23BPikK0A8DAkCBAGCAEGAIEAQIAgQBNxiBIQVjD/GCTirYALqOAH8H4tvFaaEyE3MG38XYABCjHjqM0/uowAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-visa {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2N0ZCMEUyQjA5N0ExMUUzQThCQUUwNkRBQTdGOUQzMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2N0ZCMEUyQTA5N0ExMUUzQThCQUUwNkRBQTdGOUQzMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGpUrQAABKJJREFUeNrsWHtMW1UY/3ELFAq0tCuDQjtbnm7SjbkBA3lMN4LO6QwxzmWSmKiJfyiJMWaJ/0m2mCzTaJYZXTYN6kKi0z/cDIsyF0eGcxuMOXkMxvv9KOXVVvr0nHPpbe8kMUpS/uj9ktN77ndPzznf73zf7/vujSg6WL8JwBnSykmLRniIk7RfSXs1kvycJW0vwkvoQVeQVseRnzKEr5RyYeT2q4mMQ5iLBIAEgASABIAEgASABIAEQNhK5H8ZrI+zotLQiQr9PWjkNqbz+DhcGDTjk/ZS0dgXnsrGk6VG1u8ZnMP7n93AB0fKoFbFMN2Jz1vQcd/C+rqkODxfmYWduclITY4n9SmH2XkHmm6N4uMvb4vmfbN6O7blaMFxEey+5ugVLNldoQFgxKbG2a5i1HUXoiqjE4czbyCWs2Pfpj9xuuMxuH28Q9HNHdr/MJI3KNj9dz/1IFYeiV15qYjg9w2L1cGu5fl6vFdThOgomWit1I3xeChNKdLt2qbDoadzRLockwYt7ZOhDQG3V4bzvWaM53+BUc6MaM4Do9Ii2qjf+LnFZTQ2DzFj/MbbHC5MWuwMlCOv5QvG3+maZid+6lwbLv82hPYei2jdlw5s/sdecrM2hC4EgsXr9WFmwYu8/R9i8Md3ka2awv35JPbswJ4MYdzFK31Ydnpg0gdOc2BkgV03Z2iQqJQL+tpT1zE+bVt1vWyjGo9u2cj6M8R7tOpY1n9kjQCsiQR/vzMOjSoWun3HkJ7kZTq6seLtqTw/eHzM/amY9Crhf30j8+w6v+QUzXeCcETJjrRV16qqyBT61EPo3FS2ZK4rABPsqklUwFRWzfrPPpEOmYz39ebbY5icsbN+ukEV5AE8AL1Dc/jhcq+gpyAdf6cUp2v3wpCSIOgTE+SoXCHUuYVl/HJ9mBCrlV+bkCol0XUBYGrWjr5h3piCnTlI0cbhmccD7v9NQ7fQN6YFAOhfCQEqx8/cwsmv27BoC3hDbrYWn9bugSqBD4/nyOnLo3me+Ll5EC63F3e7Z4TxawmDNdcBNAzYpxVy6jXVeUjWKgQjWzt4dqZkl5KkCAAwOh/gEp8P9Re7UPXGBXx7KQCYWhmD8gI9mzfY/ScIR+Sbk+F0eYOIUBt6EhQA+GOCpTwquwsNgp7Gvo8PU5YBuJUUYHe4WVj4T5QSpD8zfFTXisoSI5Txga90uwsMAuH564AHhZLpugHQ1jnNjPAbRGWJuHPD1f6g2FYGuT9/+ltJMXPsrRJcaxlF94CVnWgZqQn8xrs9Xtwk4NbWFP/rHnJMakRFciw0Qg6A0+Uhrj6FojydoGtoGoDjL7eI3B4EgOriFVGM3PwEF5xiT37VRsg1RohvCsjhtxtYXSGkTVJAFZKag9YRWSRN+ivLkAJApZEQkzoon5+/1CN6LiOVYVffLO8xpNihcq/fikZS7JgJ4SURF6ceMG21M4/6noQPff76i1sxNrXExt+8O4nhiUXRvNdax2DQ8dlCT0ro/wNARNHBep/0NigBIAEgASABIAEgASABIAEgARCeADjD2H4PBeBqGAPQRAF4hb7QhZknuFZsfvlvAQYAHheK9jMfKWkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-americanexpress {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5RkI5MDAxRjA5N0ExMUUzOUQ4QkU1OTZBNzYxMzREQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5RkI5MDAxRTA5N0ExMUUzOUQ4QkU1OTZBNzYxMzREQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jutENgAAB2FJREFUeNrsWGlQlWUUfi7cy2VfZFdAFkUQUVxAwz3TLM3d1DQEpRzN1GaymHEdl6yxcVyyUcfQynBJUxx1zNBEMERRSBkUEdkR2ZEdLtzOebn3E4p+hEN/7j0zL5fvvd/33vc855znPO8n6xMR4wbgMI2xNIygG9ZEI5ZGuJz+fEfjDeiWcaAn0vjegP6Mge7aaAMdSvvOzNAAOm56APQA6AHQA6AHQJdNrv2np7Uxrn4aDLmhTFw3NLfi0v3nmDXUWbq5plGFcV/dRC8bE0R/HNSlH6xvbkHG81r0cTCDqZGhmKusa8bVh6UY420Le4vOZclPt/KxcISLdN3Sqsa+q1lYM9FTmvv610wcvJ7dNQDeD3bF9fRSRJxOE9e7F/jj7YGOuJxajPW/PBRz+xYOxOKRbnCxMcbppEJ8eSlDzB8ODRD38Vx72zbLFym5VR3mFSQ9RnjZYNtMX4QfTZGeZ9iXRCbjWVWDmLsRMQqTd91CXZMKkwc4Yv073lIA2EJpH8vHu+NJcS3mH0gSv9XlDLA0lmNeYE8sOZICbydzFL9oxAFC8tgHQ9CsakVVvYoio8Q3hPiBkIEwkhtgyu5bMFPKUVjZABVFo54yRk7O7ZrnJy3e19EcCZkV0jzfdyW1BCfvFJBTDqhtbBH33c97gYgzaZjY3x7LxrmTPJPh5O0CFFc3YlqAE87cK8SK191hQfvkvfQwM8K3v2fjTVqjVa0Wc7zPLnPAu+Q8I8nRWkRpFkLZkPi0AmmF1dKNoSNdcTurAulFNYh7XIacsnosHe3WYbE6cugEbVw72AE2djy3vB75NEpqGkXq+/WykJ6Lf1IO8gNbZ/qguaUVk/zscfRmnnBw7WQvyg4ZfvwjT7o/fIwbbM0VWEeZyc+9EglySoaQc4dicyCjPIzLKEcKRYSN57T2lr8D3GxNRN3x5kZTvfbvafE3YS2Daw8TaZgoDCRgOKKn7hQi4UmFeM7OXCk9p9Z4wZniZW8muIczq6K2CXtjsmBtKhfPvmhQifvMCMAtM3yQTAE7lpD/aiQ4dZAjmlRqXCMSCu7TA3JyQk4/MMzdWtS1r7O55Fz46N7YeO6RuOby+LspyeGRtIbWLIwV4pOJ7ezKIJTVNCG1oFrU/t3sSum+IA8b8bmJ1p7k54CDBHxvAru3ramY5zXPJRcJELQ23scOU4ijTiUVvBoAYaNccSIxH3a0yb3v+YuNGVEkPOxNMX3fbUSnFMHKRA4DSg/uCJHxuXC2UmK4p40oGf6OQeNoqyh9V0U96ECCPM+1y7b9YgbCKNv4GY65mbKtCwR6WGPz9H6ibOIzHomM2Ditn+gUXGrj+tniOfESZwY/yxxUQBmygYiRs6CWyFEh71pHl6nVL6uIa56d5mhfWxssWmN7K6GaZjJkq6htho2Z4j/92OrjqdizYMA/5quoDcYSr7xG3cHW3EiAzbuatCsB2aV1wlHmpfYWRW3R0coYE3ztXqkNyvpExKihw6ZXgt21cMaOCf/6HbfSBQfvYgoR8JbpPqL7tLdG6umc+nZUDlwS7a2aOgF/5+9i2enadU0tyKN2y91Eq2rZ8ivqRftlDfG/AMA2dU8iijTK7mXRybCZCO7MikDYEvHOIxXHLa+huaWDWhxAOmE7kega4o34jDLpOxZfM4c4C5LWqkKtBbhZYedcP+y8/KStlWvobeUET0Go2y48RqlGm7BdWD2iewHgaLFemDuspzTH7eyzn9NIavvh89O5guU3TfMWBPnJJC8EuFqKdrmW7jlCHaeWIupoaYx1U/uSSFLjBxJE+69lkUJ0FAqQyVFLhNxtTpHKjE0vwxezfWGubHOvn5OZWN+QwN8686VktiJ9Ie/uGksrrBHtjc2PBNAO2hgD89GxB6KlHftwKLSJygLH0kQhNL8QSFJJtAglqSIA+ODkYWcqpTK37RJNVHl97gwiun8+F+XDgiyI2qwDda97OVW4SK2UgRpM2WIsN+x+ACzJSd5EmyBSCu3OeqFNXBlAQS2XpTLbriuZlP4kfClS3BLDRrlh/dlH5GCTUJL8WEZxDeYH9RKtmo1bcfv1Zwx2Ih0jQxIBwxkSGZcjOGE3tV8ORC5lXBZxCB/QmGO6HQA+ObZXh1zTiU8rcWjxIJHKoXQC3Eqylo01wjhSeHzUZaKTa5xk6czKs4Yy5xRtnGt8OR2a2DyJ7LTrc2SZTxjAQFKXvE5CZjkp3VZBvC50jOfhaKkUZx0+d3QrALwhPjjxkPouObV/kT+lqhIHQwYhLDIFm8+ntylKIr9N0elC5LAdXzZUlAVrNVaCUYkFcCeJzKdXThp+Jjr5mRhaEpxDfLPh7EMpwzyJLFfQsZnPNVoyNVYYYjap2pF9e3QvABdWD+90nk+Vc/YniUPY+VUdX6z8llbS4Xq3RjlyZNnYwTkaUk3aOLbT9fmorX1pUlTVSGRoKK2jfbHDL2VWRaXqlaD+pageAD0AegD0AOgB0HEAmnTY/xYG4IYOAxDHACylEaNjmdCs8Tn0LwEGANFzD+vUOoKUAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dinersclub {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QzZFN0NDMjA5N0ExMUUzQTlFREIzQkJBNTFDMUVBOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QzZFN0NDMTA5N0ExMUUzQTlFREIzQkJBNTFDMUVBOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DhLVaQAABA5JREFUeNrsmHlIFFEcx7+r5qqb95GWeaRWpBamhhZ2UFKupZ2S1h9Z0QkdEFF0KR0UEf1RWFAWREFaJF1GEZgWphGdVt6laZalrpjttofbe2s7u9OYGbQxy8wP3rIz83tv9/eZ3/WeBPITAQBOkzGFDHsIQ9RkFJOx0hZhsy+TL4lk2EI4Qm0NISPKhnxMhnAlwUZAbt+nJ9hA4CICEAGIAEQAgha7//EjwzxlWDZjFBKj/DHE3Ql6vR5eLg7wdnVkdLpVWjS3daOioR1Xy94i/34dVGqdxf+bhLTCekstLh1ki+ylMVg4KQQ5NysMRjV96Waeuw+WQh4bgI0pkYgd6cOa+6G9G1vPlOFCUY11AnCV2aMwW4437xXYcPIBvn3X/j4OJRJsTI3E4RXxpDORsJ7l3qnE6mPF0PVY5j3RvUDWP48r0l/d2JOE4pct2HyqFBpdT7/61LSyyk94Vt+GtIQQAxCjjA/xgp+HDNcfNVgPgC0LxpEYd8S6nBIWlPBAd7QqlMy9Eb4uBjhqbS+gqmYFVBqdIVeYS3SoN2pbOvHyXTv/qwB1/fWzI7DmeAlJdr33PJ0dcO9gCrYtimLpzowejoqcNIwN9mTuHbnyHK8bOzjrHl4eD0d7O/4DyJgahmtl7/C5U8nEd8GumZg0xrdP/UAfZ9zemwwft96KQGP9QP4Tjp6fhxMWJYzgPwB5TAAuPahjrhdPCUVCuF+/c3xJady5OJq5vkoAarTcvDFnQhD/AVB3flr3hbleQjxiYJ4TCmPu+6rUoJrkg18lJsyb/wAGOwxCFzHAKKOHuw1oHs0TPmaN0ccOZZ9hwHsAKg273uv/onybq37X6PrsF3gPgLa0TlJTtn7VOLDSRcujeYn095JxdFo6vvEfQCXp/CZHmJLeQFvZC/dMeh7OUtIzeHB0yqs+8R/ADdKxzZsYzFzTilD0ornfObUfOrH/oqn0pcYFc1piKgWlb/kP4HxRNaaP8zeUNmMOmL/vDu4+a/qt8Ul7CtHWpWI6xu1pUVzPalIQmPXWsRlaNWsMUuICMSf7FpMEaQILG+aKqiYFqwmica9UmxLn7vRosoOM5STS5KxC3HrcaB0HIqduvya1XItDmXHMvR5ihbnxVBpau1jGzyehszsjhrPejnPlFjHeYgDoG8s8WoTgIS44u3ka3GTSfvXt7XrdPm9bIiv26Tr7857g4KWn1nkgQt1+09xIrJWHk9xQgyul9awdHS11NOFtSo1E6FBX1ly6IdqS+9Bib/6/ADAKPf5KJ3uClLggwxaYgqGbH/N+gR6YNH7+isc1rYZsf628Ado/nCNYDQA+i3gsLgIQAYgARABCB6AWsP06CqBEwADuUwAryLgrME/Q/LR52Q8BBgBm3GJpfFCpogAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-discover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MTYxNkM1QzA5N0ExMUUzODkyODk5REFFMENGQ0I0MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MTYxNkM1QjA5N0ExMUUzODkyODk5REFFMENGQ0I0MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Nbpv+wAABOVJREFUeNrsmnlQVVUcx79gGWtvGCuteBgOSykiISQaO5GgwWtKZlJkMfpDrZQmBNOCxqJF0UlsEaPYbAMCCp1JnjFsZSKyiRA8FkGCARyBx9Lb7judexzuSKMNIU7Lu7+Z39x7f++sn/P7/c59d44RIcQGQDpVH6rzYRiioVpO9QUjCkBOb56AYUoZD0BtQCv/Z+F4AAQGLCIAEYAIQAQgAhABiABEACIAEYAIQARgkGI804J2Do5MXVxXYld8PIaHR5h92/YXESp7GjzH+IQEPGgthZPzCuTm5l378qDRMPt9ixbB1NwCXt4+1xrUc9CUpGEiKQDju9zw+0cx0Pe3o7a2jvWTn/+t0HdjYyOz5eXlC+Pg1dXNHS0tLcKzx5o1+Dwj4/YA6OnpgYO9PRwc7PHxJ0fhFxCAsbExDA4Noa+/HyVyOT44nIqQkBAE+Pujo7OT1QuPiEDqkQ8hC5Vhz2u7MXTlCrOrvk6CunA/9IOXQMaHoWsqw+T+Z7HiAQmMjY1xNC1N6Ds7JwcDAwMIDAxk41hsY0PbC8W64CAKWMtsPt7ekNwtwdZt2xnEGQuZodx5lwnJys5m9z+fOUPmm5iSd997nzyzIYysdH+MpB07xspQEEKds9XVzEZXRbCNjIwQrl9BlFuX3FAn03eQt95OZvXa29uJVqsl1KsIBSmM43DqEaG9+voGZisrLycdHR3sPuf48ZlOixjPJm5We3jA2Xk5KisrBVtwUBDuWbAA658KwdqgYOa2VVU/wdLSElGRkUI5iUQCTnHu5p9o6G9RkREwMjJCRmYm5KdPMy+LjooSyiS/k8xc3tfPX7CVlJTgzX37mPe4u7nNeC53zDp50I54nRKpVIoLFxqRnZ2DlJQUBK9bj9jY2L/fMNGztvz9/JCVlY02hQLW1tbseUqcljnBxcUFVlZWgo0PMz7f5Od+A0dHx7nPAddLTc15UNeDr6+vYBsdHYWS6iuxO7F37x4W60sfeZjlCRo6QjmlUol5S1xv2vY8O3d25Vd8YHAQRUXfMY+4HrZMJsPBlAN4nfYzJUmJiexa39Bwe7ZBGvMswVlYmKOwsIhSdkBZaSkio7egu7ubrsoy0DhEzPNbkEuzNQ+js6Mdz23ahOLiE4jYvBk2NlJ88eVX+LX5IlSZcdCeLZw+mPmmMNtdBOP77aBSqSBd/BAD29rSDFtbW2EcXp6ezANMTU0QtiEM7qtWQV5yCgUFhfg0PR1VFRVwdX10bpMgn+h4fdzTi7yRmEjoSjL7q3FxZGN4OOnt7SV0OyRmFpZkqdNylpR4UavVhG6b5N6FC4mJmTmrz4TTEdX3h8hYwmqifMmRTBzcSHTdTdP6fHnHThL45NobjoNXmgNIa2sru6deSSgsZouMjp5xEhTfBEUAIgARgAjAECeuv9wMddEBwwOgH+qBpvgQtDUn2VunwQDgOmuh+TEDuvpT7K+4YYSATgNdgxya0kwGwGByAHepAbqaE9D+UgAyMWIYSZDraYKu7gfozp9kcf6/3wWIehKcohpccwVzc/3Vvllvg/+JIzL8hPVdddC1nwPXRifeRWNap71lx/l3HpLidND3K8Bdvsjimeuqh/631mnZe46EHZLij8l9RtX7n/AEMn4V+j46WTpBfW8zU66vbS5W96+Eb5w/JhfzhwADAEp6pBLh7YWZAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-jcb {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3ODJEODgyMDA5N0ExMUUzQUZBM0UzQ0IwMzlDQTM2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ODJEODgxRjA5N0ExMUUzQUZBM0UzQ0IwMzlDQTM2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RS3J7gAAA3pJREFUeNrsWHtIU1EY/22z+Zo1Tc10zVctXSWZFib2olIxE6KgoqclERRoUPT4wzAii6AIgrCkt2UU/lVYUfaCHqL5gLKmtsxX6dxSm489XOcec2gzZ7Bi894ffLtn537n277fPef3nXN5WJwjBZBLbBExIdgBHbFnxNIECFp5hzSWExOAPWByDSUWyScfC8FeLOCzaNoPOxP4YDk4AjgCOAI4AlgNJ1sGm+IrwpndsUiYJ4Gbs2Vo3pLz9Jq2Igz718/G1IDxFj4HLxTj+I1ySHzccXrXfCTFSEeMZTcEuLs4oehU8rBJDcbOFDnO7Ykb0ceVJPyYxJJJJjjOElizKMRq8gz2rYuw6rMqLui/JG9TAiZPdBuVX5Cfh1Uf6STR2BVBPo/HVYExWwV+R01jB9q1OtoerA+azl6UfGxFU1sXdPo++IhdEOI/HuFSMb3/Vd2FUoXKIh4TY4K70HEIyDj7Evdef6Htu9mJ9Jp64inyHtVAb+ijQjcj2BPNhIjymjZkrJlFfS7fV1CTB3qSiiBAQ6sW3zTdcBEKcOvwMqTEBjoGAcOBSYxB5uY5yEqNNvf/6NajvkWLqw8V5r78zKWYFeKFd581mJl6Gz06Iwrf1Ds2AfRHySn80MbIIX0i13EIDxQP6Tty9S28PJzxvk5Dv88N80H66pmOKYIC/t+rv5wQEjXdG8uiAmj1qKxV4+bjGvskQFHfbha8gSld+Undv20luU8btLExGPuQnVc+ZDzjX1X33WJztSM5HAc3REIsEqJXb8TRa2V0vN0tgYIXStx9VYc5Mm/4ebmhuKqFqrzzOAGObItGqH9/FdiSIMMN8hSzrpQiv6gW8iAxUf1ulFWrzCI4gKQDhRA6CSg5alI56PhEGV1CtgIPi3NMtgi0d20ENsXLoGzuQFtHL0wmE/wnuiNG7gtPso4HDjCmJztoMrQMqkgZNBjhK3Y1l8HMSyW0DO5eZbnWGT0Inuxhn4ch5qlEEMVmzBqYROKjJX+8z8ygKDKTuJ3gWCLA2GdiNwHK5s5R+TWqtDaLZVcEnMyvsOpT3dCOgudK67FuVdjsf/3znWBtUweOXS/DxcKPf/Tp6jXgQXED0snZQdtjGDEW87os994H+yuDnAhyBHAEcARwBHAEOCYBOhbnb2QIeM5iAl4wBGwn9ohlM0H/K+etPwUYAO7UFu8nZtFbAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-mastercard {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAoCAYAAABOzvzpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0JDOEEwQkQ5QkJFMjExOEZFQUIwMEM5MDY5Rjk1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2REIxOTA4NTA5N0ExMUUzQTM0MEZENTU0MTExMTk3MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2REIxOTA4NDA5N0ExMUUzQTM0MEZENTU0MTExMTk3MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNFQjYzNzExNzYwOUUzMTE5MjFFQjVEQjRBN0YxNUQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhDQkM4QTBCRDlCQkUyMTE4RkVBQjAwQzkwNjlGOTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XxeyrgAABOJJREFUeNrsWmtsU3UU/93e2wdryzo21r2f7GX2YGOsC+KmM5MoRMyWICrgC2MkYCSRT8ZADJqIUePzg4iPRGMEBaODoV8UFhgje7ixh869YOs65rq1g7brvb33eno18YsZdq3pTHuS0/b/zz23//O7590yTOXzGQA+JK4l1iAyiCc+R7ybZVI2fEUf6olZRA75dc0lLlfRSw0il+5QRZDZ/6MlqBDhFAUgCkAUgCgAEU3cf3HTlaKAxrmrqJ+fRLHHgViRV/Zt6hX4OWYVTsemoZnYxzB/PwlGxubkMeKrqE6YQqLWDY1KgkPQoscRj7NTmfjyWh6cQmizNkOlsByymxHvsg/hwFQfjATCYjSmMeDF1HKcN5pRlziBwyWXkG90LCozT8q/MlCJYyO3QV5uAKhlCe9ca8O9TmtAcheK43FPw3BAMt9NZuPp9rvAS8F7sL8XOBSKJ//2eBs2B6i8nzKmPbBDB2PWwr+WKSBLyTU4FSCWRRB8xD6CLY6JJcsbzjEQrIGFowdSR/Bo9kD4AdBLPvL53iAPIePG94aA5V4oaoeeE8ILQANFe9NfUT4Y0pIBeSYDi/BxGi+2pQ+FFwB/qlMlxEG7cf2fQSU1CRpL+dJy8jAdh1FBnVULTf59YDjt4gEsoQBb0m3hrQP8eV6/6yGY3jgIq7kMCV+8D8nlxuxj+8EV5MA3Og7JPgetpQKS2w1dfQ1E23V4TjRBXVwI39gExKlpqEsKIfM2GBpfgsqQBFlww2cfBKs3Q5qfgOz6HaqVqZAXHJAp47CxGTDubELJkbLwAhDv80K9rhSyZwHG/U9BU1mK+TePImZHA7icTOi3b8XCTxfBmlfD9dnXyprvGYDh8e3gO3oQ8+D9mK7bBnPLKXiaz4BLrYLj3VJA9EJn2QM2LhfatTtws2kv9JuOwHPhddrfS6D1EDBWrMJM+LOApqIY/OUuGJ99EsKvw/D9MkQuUQV14RqIM3YIpLC6KI++TQU2KRHzr74HLi9bcRe+u48ALIHn2x/gvdgCaXZIUZ6hQonL2Ah2dQEkeuqcma5pfUs5sjB4Bnz/SQKhO/xZYC7WBC4rnQ7fAfeps2DTUsg5WWjIpEWrDUJ3vzJ3EfoHoa2uIDPnoSktAtmxsse3diprvvMKuUMfWcA6GLZ+AF31PnDJ5RCd5CK2brDJa5V3hlXTNeuhq3oGPlrbvbrwukC/zgTzpochTlAwoprS9clxUqod0pyT9ibJZ73g8nPBX+okV2iFtqYavqFRTNc2Kn7vbesi3zZAnJ6BNecGNB/VgY3PhzDWAvH6FcXMZe88mBVxtO6Fz3oZov03SM5xAmcc3c6E8JbCO+3DOGztCk1dvtuNmJTAUuqB7tvx8WhR+FzgZFwmHGzwHZojmQtY+Tlei+Pja8IbA1wqDq8lFQd1D5maCXX9QsByL1Nn6PKpw58FPo/PQZMpbemHuNuLxKybAcl8Y83Bp0GYfkgB8AeR59Kr0BybGrDsidwMxGzwBNwO7+m4MyQzgZC0w36SGAanTemY5TSodNuhpWrtVgORfRkWHDUUoH02EWWmGcRrF245EDnYZ8GhXgtEmVl+E6GIH4n9Hyk6Fo8CEAUgCkAUgEgHgI9g/UU/AOcjGIAWfyns/7tYCbG/m4mUf4r5f0z4kfiJPwQYAB3H59j066DAAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: cover;
}

/* 4.2 Section */
.section {
  position: relative;
  z-index: 1;
}

.section>*:first-child {
  margin-top: -7px;
}

.section .section-header {

  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.section .section-header h1 {
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  margin-top: 3px;
  color: #34395e;
}

.section .section-header .section-header-back {
  margin-right: 15px;
}

.section .section-header .section-header-back .btn:hover {
  background-color: #269ffb;
  color: #fff;
}

.section .section-header .section-header-button {
  margin-left: 20px;
}

.section .section-header .section-header-breadcrumb {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.section .section-header .section-header-breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.section .section-header .btn {
  font-size: 12px;
}


.main-wrapper-1 .section .section-header {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -10px;
  border-radius: 0;
  border-top: 1px solid #f9f9f9;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 575.98px) {
  .section .section-title {
    font-size: 14px;
  }

  .section .section-header {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }

  .section .section-header h1 {
    font-size: 18px;
  }

  .section .section-header .float-right {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  .section .section-header .section-header-breadcrumb {
    flex-basis: 100%;
    margin-top: 10px;
  }
}

/* 4.3 Page */
.page-error {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  display: table;
}

.page-error .page-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.page-error h1 {
  font-size: 10em;
  font-weight: 700;
}

.page-error .page-description {
  font-size: 18px;
  font-weight: 400;
  color: #34395e;
}

.page-error .page-search {
  margin: 40px auto;
  max-width: 100%;
  width: 350px;
}

.page-error .page-search .form-control {
  border-radius: 30px;
}

.page-error .page-search .btn {
  border-radius: 30px;
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .page-error .page-search {
    width: 100%;
  }
}

/* 4.4 Layout */
.main-sidebar {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #fff;
  z-index: 880;
  left: 0;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
  transition: all .5s;
}

body.sidebar-gone .main-sidebar {
  left: -250px;
}

body.sidebar-mini .hide-sidebar-mini {
  display: none !important;
}

body.sidebar-mini .main-sidebar {
  width: 65px;
  overflow: initial !important;
  position: absolute;
  box-shadow: none;
}

body.sidebar-mini .main-sidebar:after {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  content: ' ';
  position: fixed;
  background-color: #fff;
  width: 65px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-animation-name: mini-sidebar;
  animation-name: mini-sidebar;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes mini-sidebar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mini-sidebar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body.sidebar-mini .main-sidebar .sidebar-brand {
  display: none;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm {
  display: block;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li {
  padding: 5px 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.menu-header {
  padding: 0;
  font-size: 0;
  height: 2px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a {
  border-radius: 3px;
  height: 45px;
  padding: 0;
  justify-content: center;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .ion,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fas,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .far,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fab,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fal {
  margin: 0;
  font-size: 20px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a span {
  display: none;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .badge {
  padding: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a.has-dropdown:after {
  content: initial;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
  box-shadow: 0 4px 8px #acb5f6;
  background-color: #269ffb;
  color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu {
  position: absolute;
  background-color: #fff;
  left: 65px;
  top: 10px;
  width: 200px;
  display: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
  color: #fff;
  background-color: #269ffb !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
  height: 40px;
  padding: 0 20px;
  background-color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a.has-dropdown:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 12px;
  transition: all .5s;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu {
  display: block !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li:hover>a {
  background-color: #fcfcfd;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li .dropdown-menu {
  left: 200px;
  padding: 0;
}

body.sidebar-mini .navbar {
  left: 65px;
}

body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
  padding-left: 90px;
}

body.layout-2 .navbar-bg {
  z-index: 889;
  height: 70px;
}

body.layout-2 .navbar {
  left: 0;
  z-index: 890;
}

body.layout-2 .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}

body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
  flex-shrink: 0;
  flex-grow: 0;
}

body.layout-2 .main-sidebar {
  background-color: transparent;
  box-shadow: none;
  position: static;
  margin-top: 100px;
  width: 200px;
}

body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
  padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a {
  padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a i {
  width: 10px;
}

body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
  right: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a:hover {
  color: #269ffb;
  background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  padding-left: 34px;
}

body.layout-2 .main-sidebar .sidebar-menu li.active a {
  background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li.active ul.dropdown-menu {
  background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li.active ul.dropdown-menu a {
  background-color: transparent;
}

body.layout-2 .main-content {
  padding-top: 107px;
  padding-left: 30px;
  padding-right: 0;
  width: calc(100% - 200px);
}

body.layout-2 .main-footer {
  margin-left: 230px;
  width: calc(100% - 230px);
  padding-left: 0;
  padding-right: 0;
}

body.layout-3 .navbar {
  left: 0;
  right: 0;
}

body.layout-3 .navbar.navbar-secondary {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  top: 70px;
  padding: 0;
  z-index: 889;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link {
  color: #269ffb;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link:before {
  left: 35px;
  right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:first-child .nav-link {
  margin-left: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:last-child .nav-link {
  margin-right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link {
  color: #868e96;
  font-size: 13px;
  letter-spacing: .3px;
  height: 70px;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown {
  margin-right: 35px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 12px;
  transition: all .5s;
  right: -20px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:before {
  content: ' ';
  position: absolute;
  left: initial;
  right: initial;
  bottom: 0;
  height: 2px;
  background-color: #269ffb;
  transition: all .5s;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link span {
  line-height: 74px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link i {
  width: 30px;
  font-size: 16px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:hover {
  color: #191d21 !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu {
  padding: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link {
  color: #6c757d;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 7px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 12px;
  transition: all .5s;
  right: 15px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.nav-link {
  background-color: #fcfcfd;
  color: #191d21;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.dropdown-menu {
  display: block !important;
  top: -5px;
  left: 200px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item.active>.nav-link,
body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link:focus {
  background-color: #269ffb;
  color: #fff;
}

body.layout-3 .main-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 170px;
}

body.layout-3 .main-footer {
  padding-left: 0;
  padding-right: 0;
}

.main-sidebar .sidebar-brand {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.main-sidebar .sidebar-brand.sidebar-brand-sm {
  display: none;
}

.sidebar-mini .main-wrapper .profile_sec {
  display: none;
}

.profile_sec {
  width: 100%;
  float: left;
  padding: 20px 0px 15px;
  text-align: center;
}

.profile_sec a {
  border: 1px solid #269ffb;
  display: inline-block;
  border-radius: 50%;
}

.profile_sec h3 {
  font-size: 16px;
  margin-top: 20px;
  color: #111;
}

.profile_sec span {
  font-size: 14px;
  color: #269ffb;
}

.profile_sec a img {
  border: 10px solid #fff;
  box-shadow: 2px 3px 6px #275bc140;
  border-radius: 50%;
}

.main-sidebar .sidebar-user {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture {
  float: left;
  margin-right: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture img {
  width: 50px;
  border-radius: 50%;
}

.main-sidebar .sidebar-menu {
  padding: 0;
  margin: 0;
}

.main-sidebar .sidebar-menu li {
  display: block;
}

.main-sidebar .sidebar-menu li.menu-header {
  padding: 3px 15px;
  color: #111;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
  margin-top: 10px;
}

.main-sidebar .sidebar-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  letter-spacing: .3px;
  color: #78828a;
  text-decoration: none;
}

.main-sidebar .sidebar-menu li a .badge {
  float: right;
  padding: 5px 10px;
  margin-top: 2px;
}

.main-sidebar .sidebar-menu li a i {
  width: 28px;
  font-size: 22px;
  text-align: center;
}

.main-sidebar .sidebar-menu li a span {
  margin-top: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  padding-left: 16px;
}

.main-sidebar .sidebar-menu li a:hover {

  color: #23aae1;

}

.main-sidebar .sidebar-menu li.active a.has-dropdown:after {
  transform: translate(0, -50%) rotate(90deg);
}

.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
  background-color: #f8fafb;
}

.main-sidebar .sidebar-menu li a.has-dropdown:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 12px;
  transition: all .5s;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
  background-color: #f8fafb;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: static;
  float: none;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #868e96;
  height: 35px;
  padding-left: 65px;
  font-weight: 400;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: #269ffb;
  background-color: inherit;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
  color: #269ffb;
  font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
  margin-top: 1px;
  text-align: center;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
  padding-left: 10px;
}

.main-content {
  padding-left: 280px;
  padding-right: 30px;
  padding-top: 80px;
  width: 100%;
  position: relative;
}

.main-footer {
  padding: 20px 30px 20px 280px;
  margin-top: 20px;
  color: #98a6ad;
  border-top: 1px solid #e3eaef;
  display: inline-block;
  width: 100%;
}

.main-footer .footer-left {
  float: left;
}

.main-footer .footer-right {
  float: right;
}

.simple-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
  background-color: #269ffb;
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
  color: #e8ebfd;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
  background-color: #269ffb;
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
  color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
  padding-left: 16px;
  background-color: transparent;
  position: relative;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 4px;
  background-color: #269ffb;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
  padding-left: 61px;
  background-color: #fff;
}


@media (max-width: 1024px) {
  .sidebar-gone-hide {
    display: none !important;
  }

  .sidebar-gone-show {
    display: block !important;
  }

  .main-sidebar {
    position: fixed !important;
    margin-top: 0 !important;
    z-index: 891;
  }

  body.layout-2 .main-wrapper,
  body.layout-3 .main-wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }

  .main-content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important;
  }

  .main-footer {
    padding-left: 30px;
  }

  body.search-show {
    overflow: hidden;
  }

  body.search-show .navbar {
    z-index: 892;
  }

  body.sidebar-show {
    overflow: hidden;
  }

  body.search-show:before,
  body.sidebar-show:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 891;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: .6;
    }
  }

  @keyframes fadeinbackdrop {
    to {
      opacity: .6;
    }
  }
}

/* 4.5 Animation */
.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}


/*Added 29-4-2022*/

.address_wrapper {
  border: 1px solid #e7eeee;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  /* margin: 20px 0 20px; */
  display: inline-block;
  width: 100%;
}

/* 16-08-2022 css start */

.title.heading-accordian {
  font-size: 24px;
  color: #111;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.card.heading-card {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0px !important;
}

.padding-remove {
  padding: 15px 0px !important;
  font-weight: 400 !important;
}

.card-body.accordian-body {
  padding: 0px 0px 10px !important;
}

.slip-option.option-checkbox {
  padding: 0px !important;
  border: 2px dashed transparent !important;
}

.card.heading-card .card-header {
  background: transparent !important;
}

.address_wrapper.adreess-remove-border {
  border: 1px solid transparent !important;
  padding: 0px !important;
}

#invoice_setting_form .add-users.custom_btn.save_btn {
  margin: 10px 25px 0 !important;
  padding: 10px 35px !important;
  width: fit-content !important;
}

.order-unfullfilled.label-unfullfilled.unfullfilled_height {
  height: fit-content !important;
}



/*
 .address_wrapper .title {
  position: absolute;
  top: -12px;
  background-color: #ffffff;
  padding: 0 10px 0 5px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.4px;
  left: 20px;
  color: #34395e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
} */

.main-content .section-body .card .card-body {
  padding: 20px 20px 20px;
}

.custom-box-edit .package-edit-form .form-row .select-open-form select,
.pickup-form-wrapper form .form-group select,
form#package_edit_form .button.dropdown select.arrow,
form#package_edit_form .select-lb select.arrow,
select#pickup_time,
.main-content .package-box-wrapper .custom-box-edit .package-edit-form select.arrow,
.modal.new-address select.arrow,
.update_ship_from select#address_dropdown {
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center right !important;
  border: 1px solid #e4e6fc;
  height: 55px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fdfdff !important;
  padding: 5px 15px;
  width: 100%;
}

.
/*main-content .section-body .card .card-body .form-group input,
.main-content .section-body .card .card-body .form-group .select2,
.main-content .section-body .card .card-body .save_future_box input,
.new-address .form-group input,
.new-address .form-group .select2,
.main-content .section-body .billing-history-main-wrapper .billing-history-box .filter-box-order .search-carrier input,
.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .select-pay input,
.pickup-form-wrapper form .form-group input,
.main-content .section .tiles-filter-wrapper .search-carrier input#search_by_name,
.main-content .package-box-wrapper .custom-box-edit .package-edit-form input {
  height: 55px;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;

}*/

.main-content .section-body .card .card-header h4 {
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 15px;
  color: #34395e;
}

.main-content .section-body .card label {
  color: #1c1c1c;
}

.main-content .section-body .card .card-body .form-group select:focus,
.main-content .section-body .card .card-body .form-group input:focus,
.main-content .section-body .card .card-body .form-group .select2:focus,
.main-content .section-body .card .card-body .save_future_box input:focus,
.new-address .form-group input:focus,
.new-address .form-group .select2.select2-container--open,
.main-content .section-body .billing-history-main-wrapper .billing-history-box .filter-box-order .search-carrier input:focus,
.main-content .package-box-wrapper .custom-box-edit .package-edit-form input:focus,
.main-content .package-box-wrapper .custom-box-edit .package-edit-form select.arrow:focus {
  outline-style: none;
  border: 1px solid #111111 !important;
}

.address_inner_wrapper {
  display: inline-block;
  width: 100%;
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
  padding: 20px;
}

.output {
  margin-top: -10px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 15px;
}

.main-content .section-body .card .card-body a.btn_add {
  border: 1px solid #269ffb;
  background-color: #269ffb;
  color: #ffffff !important;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 500;
}

.main-content .section-body .card .card-body a.btn_add:hover {
  background-color: #269ffb;
  color: #ffffff !important;
}

.round .check_box label {
  border-radius: 4px;
  height: 19px;
  width: 19px;
}

.round .check_box {
  width: 28px;
}

.round span {
  font-size: 14px;
  width: calc(100% - 28px);
}

.round .check_box label:after {
  top: 4px;
  width: 11px;
}

.main-content .section-body .card .card-body .form-group .select2 span.selection .select2-selection .select2-selection__rendered,
.new-address .form-group .select2 span.selection .select2-selection .select2-selection__rendered {
  height: 55px;
  line-height: 53px;
  color: #6c757d;
}

/*.main-content .section-body .card .card-body .form-group .select2 span.selection .select2-selection  span.select2-selection__arrow{
    height: 50px;
    top: 4px;
    right: 0px;
}*/
.main-content .section-body .card .card-body .form-group .select2 span.selection .select2-selection,
.new-address .form-group .select2 span.selection .select2-selection {
  border: 1px solid #e4e6fc;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fdfdff !important;
  padding: 5px 15px;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}

.main-content .section-body .card .card-body .form-group span.select2.select2-container--open {
  border: 1px solid #111111;
}

.select2-dropdown {
  border-color: #111111 !important;
}

.main-content .section-body .card .card-body .save_future_box input {
  margin-top: 10px;
}

.main-content .section-body .card .card-body .save_future_box p {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 5px 0 5px 1px;
}

.main-content .section-body .card .card-body .save_future_box p span {
  float: none;
  margin: 0 7px 0 0;
}

.main-content .section-body .card .card-body .return_add p span .yes_btn {
  margin: 0;
}

.main-content .section-body .card .card-body .return_add p {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  width: 80px;
}

.main-content .section-body .card .card-body .return_add p span {
  padding: 0px 5px 0 0px;
  float: none;
}

button.btn_save,
button.btn_save:hover {
  padding: 7px 30px;
  margin: 0px 0 15px;
  font-size: 15px;
  background-color: #269ffb;
  border: none;
}

/*Added 02-05-2022*/

.new-address button.close {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #eb4035;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  border: 2px solid #f9b1ad;
}

.new-address button.close span {
  height: 29px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.new-address h5 {
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 23px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
  color: #34395e;
}

#carrier h5 {
  font-size: 16px;
}

.package-name-wrap:hover {
  border: 1px solid #007bff;
}

.package-name-wrap:active,
.package-name-wrap.active {
  border: 1px solid #007bff;
}

.new-address .modal-header {
  border-bottom: none;
}

.new-address button.btn {
  padding: 9px 40px;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.new-address .modal-content {
  padding: 0px 5px;
  border-radius: 15px;
  border: none;
  margin: 30px 0;
}

.new-address .round span {
  font-size: 14px;
}

.new-address .round .check_box {
  width: 30px;
}

ul.select2-results__options li {
  margin: 0 0 2px;
}

ul.select2-results__options li:last-child {
  margin: 0px;
}

.modal .modal-dialog .new-address .modal-body {
  padding: 5px 20px 20px;
  text-align: left;
}

.new-address .round .check_box label:after {
  height: 5px;
  top: 4px;
  width: 10px;
}

.new-address .round .check_box label {
  height: 18px;
  width: 18px;
  margin: 0;
}

.new-address .round .check_box {
  width: 26px;
}

body .new-address .round .check_box input[type="checkbox"] {
  width: 100%;
  height: 100%;
}

.main-content .section-body .billing-history-main-wrapper .billing-history-box .filter-box-order .search-carrier button.btn {
  height: 55px;
  outline-style: none;
  box-shadow: none;
  right: 10px;
}

/*span.select2 {
  height: 55px;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}*/

span.select2 span.select2-selection {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: none;
  min-height: 40px;
}

span.select2.select2-container.select2-container--open {
  border-color: #111111;
}

.date-filter-icon.calen-icon span {
  top: 50% !important;
  transform: translateY(-50%);
}

.date-filter-icon.calen-icon input[type="text"] {
  padding-left: 20px !important;
}

.dataTables_wrapper table thead tr th input,
.dataTables_wrapper table tbody tr td input {
  width: 15px;
  height: 15px;
  margin-left: 0px;
}

.dataTables_wrapper table tbody tr td {
  vertical-align: middle !important;
  /*text-align: center;*/
}

/*table.dataTable thead th {
    text-align: center;
}*/
.date-filter-icon.calen-icon {
  position: relative;
  max-width: 250px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .search-carrier .date-filter-icon.calen-icon span {
  right: 10px;
}

tbody#orders_body a.ship_btn {
  background-color: #269ffb;
  color: #ffffff;
  border: 1px solid #269ffb;
  width: 85px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul li {
  margin: 0;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul li+li {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul li a {
  background-color: #f1f1f1;
  padding: 10px 20px;
  margin: 0 5px 0 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul li a .menu-icon-order {
  padding-right: 5px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul .active a {
  color: #ffffff;
  position: relative;
  background-color: #269ffb;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu ul .active a .menu-icon-order svg {
  fill: #ffffff;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .tabs-header {
  padding-bottom: 5px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .billing-menu {
  margin-top: 0px;
}

.main-content .section .billing-history-main-wrapper .impor_btn a+a {
  margin-left: 2px;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.custom_btn {
  font-size: 14px;
  font-weight: 600;
}

.main-content .section .billing-history-main-wrapper .impor_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.export-popup,
.main-content .section .billing-history-main-wrapper .impor_btn a.export-popup:hover {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 5px;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.export-popup svg,
.main-content .section .billing-history-main-wrapper .impor_btn a.export-popup svg:hover {
  fill: #0c5460 !important;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.import-popup.custom_btn {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8d7da;
  color: #721c24;
  margin: 0 5px 0 0px;
  border-color: #f5c6cb;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.import-popup.custom_btn svg {
  fill: #721c24;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.import-popup.custom_btn~a.import-popup.custom_btn {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
  margin: 0 0 0 5px;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.import-popup.custom_btn~a.import-popup.custom_btn span {
  padding: 0;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.import-popup.custom_btn~a.import-popup.custom_btn span i {
  color: #155724;
}

.main-content .section .billing-history-main-wrapper .impor_btn a span svg {
  width: 15px;
  height: 15px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box {
  padding: 30px 20px;
}

div#all-order_filter,
div#all-order_paginate,
div#all-order_length {
  margin: 0 7px 0 0;
}

div#all-order_paginate,
div#all-order_length {
  margin: 10px 7px 0 0;
}

.date-filter-icon.calen-icon i.far.fa-calendar-alt {
  color: #212529;
}

aside#sidebar-wrapper .hide-sidebar-mini {
  /* position: absolute; */
  /* bottom: 0; */
  /* width: 100%; */
  margin-bottom: 0 !important;
}

aside#sidebar-wrapper .hide-sidebar-mini a.btn.log-btn {
  padding: 10px 0;
}

.filter_inner_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter_inner_wrap .sort_all {
  width: 200px;
  margin: 0 10px 0;
}

.filter_inner_wrap .search-by-name {
  width: 200px;
  position: relative;
}

.filter_inner_wrap .calendar {
  width: 220px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul {
  display: flex;
  border: none;
  border-radius: 4px;
  align-items: center;
  justify-content: end;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a {
  padding: 5px 10px;
  display: flex;
  font-size: 12px;
  height: 100%;
  line-height: normal;
  font-weight: 500;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a,
.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a:hover {
  padding-left: 15px;
  position: relative;
  background-color: transparent;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #cccccc;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:first-child a:after {
  background-color: #a5c8cf;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-of-type(2) a:after {
  background-color: #c9b26f;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:last-child a:after {
  background-color: #3fc35d;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-of-type(2) a {
  color: #856404;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:first-child a {
  color: #0c5460;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:last-child a {
  color: #155724;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li+li {
  border-left: 1px solid #d5d5d5;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-of-type(2),
.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:last-child {
  padding-left: 10px;
}

.modal .modal-dialog .modal-content .modal-header h3 {
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 23px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0 15px;
  color: #34395e;
}

.modal .modal-dialog button.close {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #eb4035;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 12px;
  border: 2px solid #f9b1ad;
  position: relative;
}

.export_modal_wrapper .modal-dialog button.close span {
  height: 29px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.export_modal_wrapper .modal-dialog .modal-body {
  text-align: center;
  padding: 30px 10px 20px;
}

.export_modal_wrapper .modal-dialog .modal-body h5 {
  font-weight: 500;
}

.new-address .modal-body {
  padding: 0px 20px 20px;
}

.modal.export_modal_wrapper .import-details a {
  text-transform: capitalize;
  background-color: #34395e;
  margin: 0;
}

.modal.export_modal_wrapper .import-details a#export_to_excel {
  background-color: #269ffb;
}

.modal.export_modal_wrapper .import-details a path {
  fill: #ffffff;
}

.modal.export_modal_wrapper .import-details a svg {
  height: 20px;
  width: 20px;
}

.tbl-slt {
  padding: 7px 12px;
  background: transparent;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  width: 100%;
  padding-left: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-content .section-body .card #add_store .card-body {
  padding: 20px 25px 20px;
}

.connected_store table.table thead tr th {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.connected_store table.table tbody tr td {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.main-content .section-body .connected_store table.table tbody tr td a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

.main-content .section-body .connected_store table.table tbody tr td a.trash {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.connected_store_inner {
  border: 1px solid #e7eeee;
  padding: 30px 25px;
  border-radius: 16px;
  position: relative;
  margin: 20px 0 20px;
  display: inline-block;
  width: 100%;
}

.connected_store_inner h2 {
  position: absolute;
  top: -12px;
  background-color: #ffffff;
  padding: 0 10px 0 10px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.4px;
  left: 20px;
  color: #34395e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.import-details-inner {
  height: 100px;
  border-radius: 10px;
  background-color: #f1f1f1;
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.import-details-inner:after {
  content: "";
  height: 90%;
  width: 97%;
  border: 2px dashed #34395e;
  position: absolute;
  left: 0;
  border-radius: 10px;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.import-details-inner input[type="file"] {
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  opacity: 0;
}

.import-details-inner label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

a.upload_btn svg path {
  fill: #ffffff;
}

a.upload_btn svg {
  height: 18px;
  width: 18px;
  margin: 0 2px 0 0;
}

.payment-modal .modal-footer a.add-cart.upload_btn {
  width: 200px;
}

.main-content .section-body .card label {
  margin-bottom: 0;
  position: relative;
  display: flex;
}

.main-content .section-body .card label .required {
  color: #eb4035;
  font-size: 18px;
  margin: 0 0 0 2px;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #eb4035;
}

table#all-order thead tr th:first-child {
  min-width: 30px;
}

table#all-order thead tr th:nth-of-type(4),
th:nth-of-type(6),
th:nth-of-type(7) {
  min-width: 130px;
}

table#all-order thead tr th:nth-of-type(5) {
  min-width: 80px;
}

#show_return_address {
  display: inline-block;
  width: 100%;
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
  padding: 20px;
}

.main-content .section-body .card .card-body .user-plan {
  padding-top: 0;
}

.main-content .section-body .card .card-body .plan_wrapper h2,
.second-list.user_detail .wrapper .title {
  position: absolute;
  top: -12px;
  background-color: #ffffff;
  padding: 0 10px 0 10px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.4px;
  left: 20px;
  color: #34395e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.plan_wrapper,
.second-list.user_detail .wrapper {
  border: 1px solid #e7eeee;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  margin: 50px 0 0px;
  display: inline-block;
  width: 100%;
}

.main-content .section-body .card .card-body .user-plan .form-group label {
  font-size: 15px;
  font-weight: 700;
}

.main-content .section-body .nav-tabs {
  margin: 10px 0 5px;
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  display: inline-block;
  max-width: none;
  border-radius: 0;
}

body .main-content .section .section-body .account_page_tabs li.nav-item a.active {
  background-color: #269ffb;
}

body .main-content .section .section-body .account_page_tabs li.nav-item a {
  background-color: #E1E1E1;
  border-radius: 10px 10px 0 0;
  margin: 0 5px 5px 0;
  position: relative;
}

body .main-content .section .section-body .account_page_tabs li.nav-item a.active:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #269ffb;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.main-content .section-body .main-connect-stores .main-connect-stores-heading .search-box input {
  height: 55px;
  border-radius: 10px;
  padding-left: 25px;
}

.main-content .section-body .main-connect-stores .main-connect-stores-heading {
  display: flex;
  align-items: center;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box {
  margin-bottom: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box .cs-img {
  padding: 30px 30px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box p {
  font-size: 18px;
  text-transform: capitalize;
  color: #111111;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 15px 0;
  clear: both;
  font-weight: 600;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box .cs-img:hover .cs-img-box-overlay {
  border-radius: 10px 10px 0 0;
}

.ebay_img img {
  width: 123px;
  border: 1px dashed #cccccc;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 15px;
}

.main-content .section-body .card .card-body a.edit_store,
.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td .tbl-data.edit_btn a {
  height: 30px;
  width: 30px;
  background-color: #d1ecf1;
  display: inline-block;
  line-height: 30px;
  border-radius: 100px;
  color: #0c5460;
  border-color: #bee5eb;
}

.main-content .section-body .card .card-body a.delete_store {
  height: 30px;
  width: 30px;
  background-color: #f8d7da;
  display: inline-block;
  line-height: 30px;
  border-radius: 100px;
  color: #721c24;
  border-color: #f5c6cb;
}

.table-bordered td,
.table-bordered th {
  vertical-align: middle;
}

.new-address .add-cart {
  border: none;
}

.main-content .order-id-main-wrapper .order-unfullfilled {
  padding: 20px 30px;
}

.main-content .order-id-heading {
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-between;
}

.main-content .order-id-heading button {
  background-color: #f8d7da;
  color: #721c24;
  margin-left: 0px;
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
  font-weight: 600;
}

.main-content .order-id-heading button span {
  background: #e7192c;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-id-table .table tbody tr td .order-details .order-img img {
  border: 1px dashed #cccccc;
  border-radius: 7px;
  padding: 3px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-btn a {
  background: #101010;
  font-size: 12px;
  padding: 4px 10px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-id-table .table tbody tr td .order-details .order-content {
  padding-left: 15px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-id-table .table tbody tr td .order-details .order-content p {
  font-weight: 600;
  /* line-height: 10px; */
}

.main-content .order-id-main-wrapper .order-unfullfilled .edit,
.address_wrapper a#fromAddBtn,
.main-content .section-body .card .address_box_wrapper .from_recipt .address_wrapper a,
.quick_ship_review_wrapper .address_wrapper span a,
.main-content .section-body .card .address_box_wrapper .pickup-package a,
.from_add span a#edit-from-address,
.from_recipt span #update_to_address {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #004085;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #cce5ff;
  padding: 2px 9px;
  border-radius: 5px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-form-box {
  background-color: #f9f9f9;
  padding: 12px 15px;
  border-radius: 5px;
  border: 1px dashed #cccccc;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-form-box span {
  color: #101010;
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-form-box h2 {
  padding-bottom: 10px;
  font-size: 14px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-form-box span.email {
  color: #6c757d;
  font-weight: 400;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-form-box a {
  display: block;
  font-size: 13px;
  background-color: #269ffb;
  max-width: 80px;
  color: #ffffff;
  text-align: center;
  padding: 3px 5px;
  border-radius: 5px;
  margin: 5px 0 0;
}

.main-content .section-body .card .address_box_wrapper .from_add {
  width: 100%;
  float: left;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.main-content .section-body .card .address_box_wrapper .from_recipt {
  width: 100%;
  float: left;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.accor-btn-box {
  padding-top: 5px;
  display: inline-block;
  margin: 0 0 15px;
}

body .main-content .section-body .card.package_faq .address_wrapper .second-list a .accor-product-text~span {
  float: right;
  color: red;
  height: 30px;
  width: 30px;
  background-color: #f8d7da;
  padding: 0 !important;
  text-align: center !important;
  border-radius: 100px;
  margin: 0 15px 0 0;
}

body .main-content .section-body .card.package_faq .address_wrapper .second-list a .accor-product-text~span i.far.fa-trash-alt {
  font-size: 14px;
  color: #721c24;
  position: relative;
  top: -2px;
}

body .main-content .section-body .card.package_faq .address_wrapper .second-list .card-header {
  border-bottom: 1px solid #dddddd;
}

body .main-content .section-body .card.package_faq .address_wrapper .second-list .card-body {
  padding: 30px 25px 15px;
}

.custom-box-edit .package-edit-form .form-row {
  margin: 0;
}

#merchant-user-form .form-row {
  padding-right: 0px;
  padding-left: 0px;
}

.custom-box-edit .package-edit-form .form-row .select-open-form {
  margin: 20px 0 0;
}

.custom-box-edit h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.custom-box-edit .form-group label {
  margin: 0 0 5px !important;
  /* color: #111111 !important; */
}

/*.popupe-details button {
  display: none;
}*/

.common-checks .form-group {
  margin: 0;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .select-pay input:focus,
.pickup-form-wrapper form .form-group input:focus {
  outline-style: none;
  border: 1px solid #cccccc !important;
}

.last-acc .pickup-form-wrapper {
  width: 100%;
  float: left;
  padding: 10px 9px 10px;
  margin: 0px 0 0;
  border: none;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.last-acc .pickup-form-wrapper form {
  border: 2px dashed #cccccc;
  padding: 20px;
  border-radius: 10px;
}

#service_centers .tiles-filter-wrapper .acco-inner {
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
}

#service_centers .tiles-filter-wrapper .acco-inner a {
  display: inline-block;
  width: 100%;
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
  padding: 20px;
}

div#service_centers .acco-inner .ship-icon-box .ship-icon {
  display: inline-block;
  margin: 0 0 10px;
  border: 1px dashed #111111;
  padding: 4px;
  border-radius: 5px;
}

div#service_centers .acco-inner .ship-icon-box .ship-icon img {
  object-fit: cover;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li:first-child {
  margin-top: 5px;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li:last-child {
  margin-bottom: 15px;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li .delete-icon a {
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1ecf1;
  border-radius: 100px;
  color: #0c5460;
  margin: 0 5px 0 0;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li .delete-icon a i {
  font-size: 12px;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li .delete-icon {
  width: auto;
  display: flex;
  align-items: center;
}

.main-content .section-body .card .address_box_wrapper .package-list ul li .delete-icon a.delete_package {
  margin: 0;
  background-color: #f8d7da;
  color: #721c24 !important;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box {
  border: 2px dashed #269ffb;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.main-content .section-body .card.payment p {
  padding: 0px 0 10px 10px;
}

.main-content .section-body .card.payment a.terms_condition {
  right: 60px;
}

/*.main-content .section-body .card .address_box_wrapper .from_add.packing_lable table img#download_image {
    transform: rotate(90deg);
    height: 200px;
    width: 200px;
}*/
.images_wrapper .image_box {
  margin: 0px 0px 21px 0;
  /* width: 20%;*/
}

.images_wrapper .image_box #download_image {
  background-color: #f9f9f9;
  padding: 14px;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

/* 10-may-2022 */
.main-content .section .tiles-filter-wrapper .search-carrier button {
  min-width: 40px;
  background-color: #269ffb;
  color: #fff;
  border-color: #269ffb;
}

.main-content .section .tiles-filter-wrapper .search-carrier span.select2 {
  border-radius: 10px;
}

.main-content .section .tiles-filter-wrapper .search-carrier input:focus {
  border: 1px solid #269ffb !important;
}

.custom-carriers-table .table tbody tr td:first-child .tbl-data span {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0 !important;
}

/* .main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td:first-child .tbl-data img {
  margin-right: 15px;
} */
.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img ul li {
  font-weight: bold;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data .toggle.btn-sm {
  margin-bottom: 5px;
}

.main-content .section .carriers-tiles-main-wrapper .tiles-box p {
  font-weight: bold;
}

.custom-carriers-table {
  /* box-shadow: 0 0 14px rgba(0,0,0,.2); */
  margin-bottom: 35px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.custom-carriers-table table td:first-child,
.custom-carriers-table table th:first-child {
  border-left: 0;
}

.custom-carriers-table table td:last-child,
.custom-carriers-table table th:last-child {
  border-right: 0;
}

.custom-carriers-table table td:first-child,
.custom-carriers-table table th:first-child {
  border-left: 0;
}

.custom-carriers-table table tr td,
.custom-carriers-table table tr th {
  border-bottom: 0 !important;
}

.custom-carriers-table table {
  margin: 0;
}

.toggle.btn {
  border-radius: 30px;
}

.toggle-off.btn-sm {
  background-color: #f00;
  border: #f00;
  color: #fff;
}

.toggle-handle.btn.btn-light.btn-sm {
  border-radius: 50%;
  height: 18px;
  right: 13px !important;
  padding: 0 !important;
  width: 18px !important;
  top: 3px;
}

.btn.btn-primary.btn-sm.toggle-on {
  text-align: left;
}

.toggle-off.btn-sm {
  padding-left: 1rem;
  background-color: #eee;
  border: #838383;
  color: #838383;
  text-align: right;
}

.toggle.btn.btn-sm.btn-light.off .toggle-handle.btn.btn-light.btn-sm {
  left: 12px;
}

.custom-carriers-table table td:first-child .tbl-data img {
  float: none !important;
}

.custom-carriers-table table td:first-child .tbl-data {
  padding: 15px !important;
  float: none !important;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.custom-carriers-table .tbl-data .left {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.custom-carriers-table .tbl-data a.w-auto {
  white-space: nowrap;
  margin: 5px 0;
}

.with-border .select-list {
  border: 1px solid #e7eeee;
  padding: 30px 25px 15px 25px !important;
  border-radius: 16px;
  margin: -15px 0 20px 0;
}

.with-border h4 {
  background-color: #ffffff;
  padding: 0 10px 0 10px;
  font-size: 21px;
  letter-spacing: 0.4px;
  left: 15px;
  color: #34395e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td .tbl-data .toggle.btn-sm {
  width: 60px !important;
  margin: inherit;
  min-width: inherit;
  position: relative;
}

p.mode {
  background-color: #ffc107;
  padding: 2px 10px;
  line-height: normal;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0 auto;
  color: #1c1c1c;
  font-weight: 500;
}

.status_message_wrapper {
  display: inline-block;
  /*background-color: #d1ecf1;*/
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #bee5eb;
  color: #0c5460;
  font-weight: 600;
  width: 290px;
}

.toggle.off .toggle-group label.btn.toggle-off~span.toggle-handle {
  background-color: #505050;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td .tbl-data.edit_btn a {
  text-align: center;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td .tbl-data.edit_btn a i.far.fa-edit {
  font-size: 12px;
}

.main-content .section .tiles-filter-wrapper .search-carrier {
  position: relative;
}

.main-content .section .tiles-filter-wrapper .search-carrier button {
  min-width: 40px;
  background-color: #269ffb;
  color: #fff;
  border-color: #269ffb;
  border-radius: 0 5px 5px 0;
}

.new-address .round {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.new-address button.btn {
  margin: 15px 0 10px;
}

.save_future_box p {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 5px 0 5px 1px;
  color: #111111;
}

.main-content .section-body .card label {
  margin-bottom: 0;
  position: relative;
  display: flex;
  color: #1c1c1c;
}

.save_future_box input#add_nick_name {
  height: 55px;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

.save_future_box .error {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
}

.save_future_box label {
  margin-bottom: 0;
  position: relative;
  display: flex;
}

.save_future_box p span a.future_yes_from.btn-sm.blue_col {
  color: #ffffff;
}

.save_future_box p span a {
  color: #fff;
  background: #ccc;
}

.save_future_box {
  margin: 0 0 0px;
}

.save_future_box p span {
  margin: 0 10px 0 0;
}

.save_future_box span.check_nick_name_from {
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.required {
  color: #eb4035;
  font-size: 18px;
  margin: 0 0 0 2px;
}

.modal-body.address-form .form-row .form-group label,
.form-group label {
  display: flex;
}

#faq .card {
  overflow: hidden;
}

.custom-box-edit {
  /* border-top: 1px solid #cccccc; */
  padding: 10px 0 0;
}

.package-edit-form .colors {
  background: #f9f9f9;
  padding: 20px;
  margin: 15px 0 0;
  border-radius: 10px;
  border: 2px dashed #cccccc;
}

.custom-box-edit .package-edit-form .form-row .select-open-form {
  margin: 20px 0 0;
  width: 100%;
}

.custom-box-edit .package-edit-form .form-row .select-open-form .button.dropdown a {
  height: 55px;
  display: flex;
  align-items: center;
  width: 170px;
  padding: 0 10px;
  justify-content: center;
  border-radius: 7px;
}

.custom-box-edit .package-edit-form .form-row .select-open-form .button.dropdown select {
  width: calc(100% - 180px);
}

.package-edit-form .colors .weight-form-name .form-group~.form-group {
  margin: 0;
  height: 25px;
}

.package-edit-form .colors .weight-form-name .form-group~.form-group .round {
  margin: 0;
  padding: 0;
}

.main-content .section-body .card .card-body .round span {
  font-size: 14px;
  color: #1c1c1c;
}

.package-edit-form .colors .weight-form-name .form-group~.form-group .round label {
  margin: 0 !important;
}

.package-edit-form .colors h3 {
  margin: 5px 0 0;
}

.weight-form-wrap #weight_type_field {
  padding: 0;
}

.package-edit-form .colors .weight-form-wrap .form-group {
  width: 16.666%;
}

.package-edit-form .form-group input {
  width: 100%;
}

.accor-btn-box {
  margin: 10px 0 0px;
}

.accor-btn-box a.add-btn.clone.custom_btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
}

.main-content .section-body .card .card-body .accor-btn-box .round {
  padding: 0;
  margin: 0;
}

.address_wrapper .accor-btn-box {
  display: flex;
  align-items: center;
  margin: 0 0 0px;
}

.main-content .section-body .form_btn {
  margin: 10px 0 30px;
}

.main-content .section-body .card .weight_information .card-body {
  padding: 20px 25px 10px;
}

.tiles-filter-wrapper.shipping_service_rate #accordion .shipping-collapse:first-child {
  margin-top: 5px !important;
}

.tiles-filter-wrapper.shipping_service_rate #accordion .shipping-collapse:last-child {
  margin-bottom: 10px;
}

div#service_centers .tiles-filter-wrapper {
  margin-top: 0 !important;
}

div#service_centers .tiles-filter-wrapper {
  padding: 30px 30px 0;
  border-radius: 0;
}

div#service_centers .tiles-filter-wrapper:last-child {
  padding-bottom: 30px;
}

/* width */
.right_content_wrapper::-webkit-scrollbar {
  width: 5px;
}

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

/* Handle */
.right_content_wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.right_content_wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.popupe-details .button-minus {
  bottom: 12px;
}


.popupe-details .button-plus {
  top: 8px;
}

.package-cont {
  width: calc(100% - 100px);
}

#carrier .card [data-parent="#carrier"] .card-body.data_wrapper {
  padding: 10px 10px;
}

#carrier .card [data-parent="#carrier"] .card-body.data_wrapper .drop_wrapper {
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 2px dashed #cccccc;
  padding: 15px 15px;
}

#carrier .card [data-parent="#carrier"] .card-body.data_wrapper a .package-name-wrap {
  margin: 5px 0;
  background-color: #ffffff;
}

.left_content_wrapper #accordion .collapse .round {
  width: 100%;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}

.left_content_wrapper #accordion .collapse .round .rate {
  color: #111111;
  font-weight: 600;
}

.left_content_wrapper #accordion .collps-btn-open {
  background-color: #f9f9f9;
}

.copy_dimensions_wrapper {
  padding: 5px 0 0 20px;
  width: 200px;
}

.main-content .section-body .card .card-body .copy_dimensions_wrapper .round {
  display: flex;
}

.main-content .section-body .card .card-body .copy_dimensions_wrapper .round {
  width: 25px;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .collps-btn-open .round span,
.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-text .round span {
  font-size: 14px;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box {
  padding: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .left_side_data {
  width: calc(100% - 110px);
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .right_side_data {
  width: 110px;
  text-align: right;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .left_side_data .ship-text {
  width: calc(100% - 60px);
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-icon {
  width: 60px;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-text .round:last-child {
  padding-bottom: 0;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-text .round {
  padding-bottom: 2px;
}

button#save_from_address,
#save_add_btn,
.save_btn {
  margin: 15px 0 10px;
}

form#package_edit_form .round .check_box {
  width: 26px;
  height: 20px;
}

.total_rate {
  align-items: center;
  padding: 0px 0 0;
  margin: 0px 0 0;
}

.total_rate h3 {
  font-size: 15px;
  font-weight: 500;
}

.total_rate .price {
  color: #269ffb;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 5px;
}

.right_content_wrapper {
  height: 500px;
  overflow-y: scroll;
  border-radius: 5px;
}

#schedule_pickup_form .pickup-form-wrapper {
  background-color: #f9f9f9;
  border: 2px dashed #cccccc;
  border-radius: 5px;
}

.cancel_shipment .payment-permission p {
  font-size: 22px;
  padding: 10px 20px 0;
  line-height: 31px;
}

.cancel_shipment .modal-footer.payment-footer a.add-cart {
  padding: 5px 30px;
}

.cancel_shipment .modal-footer.payment-footer a.add-cart~a {
  background-color: #d1d1d1;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box {
  text-align: inherit;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 25px 20px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box h2 {
  padding: 0;
  font-size: 28px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box p {
  line-height: 19px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box .right {
  width: calc(100% - 66px);
  text-align: right;
  position: relative;
  z-index: 1;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box .left {
  width: 30%;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box .left {
  width: 66px;
  height: 66px;
  border: 1px solid #111111;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box .left svg {
  width: 38px;
  height: 38px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box:hover {
  background-color: #ffffff;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box:hover h2,
.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box:hover p {
  color: #111111;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box:after {
  content: "";
  width: calc(100% - 10px);
  position: absolute;
  height: calc(100% - 10px);
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 2px dashed #e5e5e5;
  margin: 0 auto;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box.pincode_serviceable .left svg {
  height: 36px;
  width: 36px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box.pincode_active .left svg {
  height: 30px;
  width: 30px;
}

.main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box.rto_pincode svg {
  height: 32px;
  width: 32px;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}

.toggle-group {
  top: -1.5px;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table thead tr th {
  border-top: none;
}

.main-content .section .tiles-filter-wrapper .carriers-table-wrapper .table tbody tr td a.prefered_carrier small {
  background-color: #d1ecf1;
  color: #0c5460;
  border-radius: 5px;
  font-weight: 500;
}

.btn.btn-primary.btn-sm.toggle-on:hover {
  background-color: #269ffb;
  border-color: #269ffb;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .collps-btn-open .round .check_box {
  width: 25px;
  float: left;
}

/*.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .collps-btn-open .round .check_box input[type="checkbox"]:checked + label {
    background-color: transparent;
    border-color: transparent;
}
.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .collps-btn-open .round .check_box label:after {
    border-color: #11b31c;
}*/
.edit-carrier-img {
  display: flex;
  align-items: center;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img {
  width: calc(100% - 265px);
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text {
  width: 265px;
  background-color: #ebebeb;
  border: 2px dashed #cccccc;
  border-radius: 5px;
  padding: 10px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img ul li+li {
  margin-top: 0px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img ul li span {
  display: inline-block;
  padding-left: 5px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data .toggle.btn-sm {
  margin-bottom: 0px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round {
  display: flex;
  align-items: center;
  border: 1px dashed #cccccc;
  padding: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round {
  display: flex;
  align-items: center;
  border: 1px dashed #cccccc;
  padding: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 150px;
  justify-content: space-between;
  margin-top: 10px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round label {
  margin: 0;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img ul {
  padding: 12px;
  border-left: 1px solid #e3e3e3;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block {
  justify-content: space-between;
  align-items: center;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block {
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data p {
  color: #34395e !important;
  font-weight: 500;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round span {
  padding-left: 3px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round label {
  height: 20px;
  left: 6px;
  top: 5px;
  width: 20px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data .toggle.btn-sm .toggle-group {
  top: -0.5px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img .img-crir {
  width: 100px;
}

.form_inner_wrapper .title_top {
  color: #34395e;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 5px;
  display: inline-block;
  position: relative;
}

.form_inner_wrapper.return_form_wrapper {
  margin: 15px 0 10px;
  display: inline-block;
  width: 100%;
}

.form_inner_wrapper {
  background-color: #transparent;
  padding: 15px 15px 0;
  border-radius: 5px;
}

.quick_ship_return {
  margin: 0 !important;
}

div#check_address_val_from,
#return_address_wrap {
  padding: 0px 0px;
  background-color: #f9f9f9;
}

div#check_address_val_to {
  background-color: #f9f9f9;
}

#from_address_wrap,
#customer_address_wrap {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 15px;
  margin: 0 0 10px;
}

#from_address_wrap .address-box,
#customer_address_wrap .address-box {
  background-color: transparent;
  padding: 20px;
  border: 2px dashed #cccccc;
  margin: 0;
}

.main-content .section-body .card .card-body .view-btn {
  font-size: 13px;
}

#from_address_wrap .address-box .address-box-heading button.btn-work,
#customer_address_wrap .address-box .address-box-heading button.btn-work {
  background-color: transparent;
  line-height: normal;
  padding: 2px 5px;
  border-color: #269ffb;
  margin: 0;
  color: #269ffb;
}

#from_address_wrap .address-box .address-box-heading button.btn-work:nth-of-type(1),
#customer_address_wrap .address-box .address-box-heading button.btn-work:nth-of-type(1) {
  margin: 0 5px 0 5px;
}

#from_address_wrap .address-box .address-box-heading strong,
#customer_address_wrap .address-box .address-box-heading strong {
  font-weight: 400;
}

#from_address_wrap .address-box p:nth-of-type(1),
#customer_address_wrap .address-box p:nth-of-type(1) {
  margin: 7px 0 0;
}

#from_address_wrap .address-box .right-address-box,
#customer_address_wrap .address-box .right-address-box {
  display: flex;
  align-items: center;
}

#from_address_wrap .address-box .right-address-box a,
#customer_address_wrap .address-box .right-address-box a {
  height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1ecf1;
  border-radius: 100px;
  color: #0c5460;
  margin: 0 5px 0 0;
}

#from_address_wrap .address-box .right-address-box a i,
#customer_address_wrap .address-box .right-address-box a i {
  font-size: 12px;
}

#from_address_wrap .address-box .right-address-box a.delete_package,
#customer_address_wrap .address-box .right-address-box a.delete_package {
  margin: 0;
  background-color: #f8d7da;
  color: #721c24 !important;
}

.main-content .section-body .card .card-body .bottom_checkbox_wrapper .round .check_box,
.main-content .section-body .card .card-body .round .check_box {
  width: 27px;
  position: relative;
  height: 23px;
}

.main-content .section-body .card .card-body .round {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  margin-right: 20px;
}

.main-content .section-body .card .card-body .bottom_checkbox_wrapper .round {
  margin: 0 10px 0 0;
  padding: 0;
}

.main-content .section-body .card .card-body .bottom_checkbox_wrapper .round .check_box~span,
.main-content .section-body .card .card-body .round span {
  width: calc(100% - 27px);
}

.main-content .section-body .card .card-body .address-box .right-address-box {
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 20px;
}

.alert-block button.close {
  position: absolute;
  right: 12px;
  top: 9px;
  opacity: 1;
  color: #fff;
  width: 35px;
  line-height: 10px;
  height: 35px;
  font-size: 0;
  font-weight: 200;
  border-radius: 50%;
  z-index: 999;
  border: 3px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.alert-block button.close:after {
  content: "X";
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.alert-block button.close:hover {
  background: #eb4035;
}

.form-group.d-flex label.error {
  order: 4;
}

.form-group label {
  margin: 0;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .left_side_data .ship-text p,
.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-text .round {
  width: 100%;
}

#from_address_wrap .address-box,
#customer_address_wrap .address-box {
  margin-bottom: 10px;
}

#from_address_wrap .address-box:last-child,
#customer_address_wrap .address-box:last-child {
  margin: 0;
}

.address-box-heading ul {
  margin: 5px 0 0;
}

.address-box-heading ul li span i {
  color: #11b31c;
  margin: 0 5px 0 0;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner .card-link .ship-icon-box .ship-text .total_rate .price,
.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner .card-link .ship-icon-box .ship-text .total_rate h3 {
  font-size: 13px;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner .card-link .ship-icon-box .ship-text .total_rate {
  border: none;
  background-color: #cfe2ff;
  padding: 2px 10px;
  border-radius: 5px;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner .card-link .ship-icon-box .ship-text {
  width: auto;
}

.services_wrapper ul li .check_box {
  width: 25px;
  float: left;
}

.services_wrapper ul li .check_boxinput[type="checkbox"] {
  visibility: hidden;
  width: auto;
  height: auto;
}

.services_wrapper ul li .check_box input[type="checkbox"]:checked+label {
  background-color: #269ffb;
  border-color: #269ffb;
}

.services_wrapper ul li .check_box label {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
  cursor: pointer;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
}

.services_wrapper ul li .check_box input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.services_wrapper ul li .check_box label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}

.services_wrapper ul li span {
  display: inline-block;
  padding-left: 0px;
  font-size: 14px;
  color: #111;
  padding-top: 0px;
  width: calc(100% - 35px);
  float: left;
}

.services_wrapper ul li {
  position: relative;
  display: flex;
  padding-right: 20px;
  padding-bottom: 6px;
  width: 50%;
}

.services_wrapper ul li .check_box input {
  height: 23px;
  width: 23px;
  opacity: 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.services_wrapper ul li:last-child {
  padding: 0;
}

.services_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

.apply_btn button {
  border: none;
  padding: 5px 25px;
  border-radius: 5px;
  background-color: #269ffb;
  color: #ffffff;
  margin: 8px 0 5px;
}

.apply_btn {
  border-top: 1px solid #ebebeb;
}

.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner.active .ship-icon-box {
  border: 1px solid #23aae1 !important;
}

.main-content .section-body .card .card-body .return_add {
  display: flex;
  flex-wrap: wrap;
}

.main-content .section-body .card .card-body .return_add div {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  width: calc(100% - 80px);
  font-family: "Roboto", sans-serif;
}

.main-content .package-box-wrapper .package-list ul li {
  width: 48.9%;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
}

.main-content .package-box-wrapper .package-list ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}

.package-cont .carrier-max-weight span {
  font-size: 12px;
}

.main-content .package-box-wrapper .package-list p {
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.main-content .package-box-wrapper .package-list {
  margin: 0 0 20px;
}

.main-content .package-box-wrapper .add-btn a span {
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.main-content .package-box-wrapper .package-list ul li .delete-icon {
  padding-top: 0px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}

.main-content .package-box-wrapper .package-list ul li .delete-icon:before {
  top: 50%;
  width: 1px;
  height: 60px;
  transform: translateY(-50%);
}

.main-content .package-box-wrapper .custom-box-edit {
  border: none;
  padding: 0;
}

.main-content .package-box-wrapper .custom-box-edit h3 {
  font-size: 14px;
  text-transform: capitalize;
}

.main-content .package-box-wrapper .custom-box-edit .package-form-btn label {
  font-weight: 600;
  font-family: 'Roboto';
}

.main-content .package-box-wrapper .custom-box-edit .package-edit-form .round span {
  font-size: 14px;
}

.new-address .modal-body.address-form h3.size-weight {
  padding-left: 5px;
}

.modal.new-address.edit_package .modal-body h3,
.modal.new-address.edit_package .modal-body .form-group label {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto';
}

.modal.new-address.edit_package .modal-body .form-group .check_box {
  display: flex;
  align-items: center;
}

.update_ship_from form#from_address_form {
  background-color: #f9f9f9;
  padding: 20px;
}

.update_ship_from form#from_address_form .form_inner_wrapper {
  border: 2px dashed #cccccc;
}

img#loader {
  margin: 0 auto;
  height: 300px;
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 9999999999;
}

.loader_wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
  z-index: 9999;
  right: 0;
  left: 0;
}

/*.main-content .section-body .card .card-body .round input[name="reference_number_info"] {
    height: 45px;
    border-radius: 7px;
    font-size: 13px;
    width: 100%;
    margin: 2px 0 10px 25px;
}*/
.main-content .section-body .card .card-body .round.reference_number .left {
  width: 100%;
}

.main-content .section-body .card .card-body .round.reference_number {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

#privacy_policy_context {
  width: 100%;
  color: #111111;
  box-sizing: border-box;
}

#privacy_policy_context .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
}

#privacy_policy_context p {
  margin: 0;
}

#privacy_policy_context h3 {
  margin: 15px 0 0;
  font-size: 20px;
  font-weight: 700;
}

#privacy_policy_context p.date {
  padding: 10px 0 0;
}

#privacy_policy_context b {
  font-size: 16px;
}

#privacy_policy_context .header_wrapper {
  background-color: #269ffb;
  padding: 70px 0;
}

.privacy_policy_context_inner {
  padding: 30px 40px;
  background-color: #ffffff;
  margin: 35px 0 0;
}

#privacy_policy_context a {
  color: #269ffb;
  text-decoration: underline;
}

#privacy_policy_context .back_btn a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  width: 80px;
  margin: 15px auto 0;
  padding: 8px 0;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

#privacy_policy_context .logo {
  position: absolute;
  left: 20px;
  top: 30px;
}

.main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .ship-text .round {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

input#shipping_date,
#shipping_time {
  width: 100% !important;
  height: 55px !important;
  border-radius: 4px;
}

input#shipping_date:before {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

#shipping_date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 16px;
  right: 15px;
  color: black;
  opacity: 1;
}

.inner_content_wrapper {
  display: inline-block;
  width: 100%;
  background: #f9f9f9;
  padding: 20px;
  margin: 8px 0 10px;
  border-radius: 10px;
  border: 2px dashed #cccccc;
}

.address_wrapper tbody tr td span {
  display: block;
}

.service_rate_list {
  border-bottom: 1px solid #34395e;
  margin: 0 0 12px;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box .cs-img span {
  z-index: 99999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
}

.main-content .section-body .main-connect-stores .main-connect-stores-content .cs-img-box .cs-img span i.fas.fa-link {
  color: #000000;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper {
  border: 2px dashed #e7eeee;
  padding: 30px 20px 130px;
  border-radius: 10px;
  position: relative;
}

div#plans .dashboard-tiles {
  position: relative;
}

/*div#plans div.col-12:first-child .dashboard-tiles:before,
div#plans div.col-12:nth-of-type(2) .dashboard-tiles:before,
div#plans div.col-12:nth-of-type(3) .dashboard-tiles:before {
    content: "";
    height: 120px;
    width: 120px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -50px;
    border-radius: 100px;
    background-color: #269ffb;
    border: 9px solid #eef1f6;
    z-index: 1;
    background-image: url("../images/cadet.svg");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
}*/
.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles {
  margin: 5px 0 15px;
  padding: 20px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper h2 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 5px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper .pricing-list ul {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper .pricing-list ul li {
  background-image: url("../images/checked.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 8px 0 8px 25px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper a {
  max-width: 200px;
  padding: 14px 0px;
  border-radius: 100px;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 20px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper h3 {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 0px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper .pricing-list {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto 20px;
}

div#plans .toggle {
  background-color: #ffffff;
}

div#plans .toggle label.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #111111;
}

div#plans .toggle {
  background-color: #ffffff;
  border-color: #00C973;
}

div#plans .toggle label.btn.btn-primary.toggle-on {
  background-color: #00C973;
}

div#plans .toggle label.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #111111;
}

div#plans .toggle.btn.btn-secondary.off {
  border-color: #505050;
}

.new-address.payment-modal .modal-body h5 {
  border: none;
  padding: 4px 0;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  text-align: left;
}

.new-address.payment-modal .modal-body {
  background-color: #f9f9f9;
  max-width: 440px;
  margin: 0 auto;
  padding: 30px 30px;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.new-address.payment-modal .modal-body:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dashed #cccccc;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}

#sendLabelInEmail .modal-body:after {
  z-index: -9999;
}

#sendLabelInEmail .modal-body input {
  width: 100%;
}

.new-address.payment-modal .modal-footer {
  padding: 20px 20px 20px;
  text-align: right;
}

.new-address.payment-modal .modal-footer a {
  padding: 5px 15px;
  margin: 0;
  border-radius: 6px;
  background-color: #269ffb;
  border-color: #269ffb;
}

.new-address.payment-modal .modal-footer a.btn.btn-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.new-address.payment-modal .modal-body .total_amount {
  border-top: 1px solid #111111;
  padding: 10px 0 0;
  margin: 10px 0 0;
}

.new-address.payment-modal .modal-body .total_amount h5 {
  font-weight: 600;
}

/*Added 22-06-2022*/

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap {
  padding: 20px 25px 0px;
  margin: 0;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card {
  border-bottom: none;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card {
  background-color: #f9f9f9;
  padding: 0;
  border-radius: 10px;
  overflow: inherit;
}

button.add-users.custom_btn.saveLabel,
#invoice_setting_form .add-users.custom_btn {
  margin: 10px 0 0;
  float: none;
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.main-content .order-id-main-wrapper .order-unfullfilled {
  margin: 0;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 .btn-link {
  padding: 15px;
  font-weight: 600;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-body {
  padding: 0px 15px 10px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-body .slip-option {
  background-color: #ffffff;
  padding: 10px 15px 5px;
  border: 2px dashed #c9c9c9;
  border-radius: 10px;
  margin: 0 0 7px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-body .slip-option .round label {
  font-size: 13px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 button::after {
  background: #78828a;
  height: 12px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 button::before {
  background: #78828a;
  width: 12px;
  right: 15px;
}

div#image_name {
  display: none !important;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-body .dragBox {
  background-color: #ffffff;
  border-radius: 10px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}

/* .main-content .order-id-main-wrapper .order-unfullfilled img#label_img {
  background-color: #f9f9f9;
  padding: 14px;
  border: 2px dashed #cccccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
} */

.remove_image a {
  background-color: #eb4035;
  color: #ffffff;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border-radius: 100px;
  line-height: 25px;
}

.remove_image {
  position: absolute;
  top: 8px;
  right: 22px;
}

.remove_image a i.fa.fa-trash {
  font-size: 11px;
}

.thumbnails svg {
  width: 35px;
  height: 35px;
}

.thumbnails label {
  margin: 0;
}

form#package_edit_form .form-group .round .inner_content_wrapper label {
  margin: 0 0 5px;
}

form#package_edit_form .form-group .inner_content_wrapper select {
  height: 55px;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center right !important;
  padding: 5px 15px;
  width: 100%;
}

form#package_edit_form .form-group .round span {
  font-size: 14px;
  color: #1c1c1c;
  width: calc(100% - 26px);
}

input[type="file"] {
  cursor: pointer;
}

.size_info_message {
  position: absolute;
  top: 11px;
  left: 55px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-header h3 {
  position: relative;
}

.size_info_message .message {
  display: none;
}

.size_info_message svg:hover~.message {
  display: block;
  font-size: 11px;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  top: -20px;
  width: 170px;
  left: 23px;
  border-radius: 3px;
}

.size_info_message svg:hover {
  cursor: pointer;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .card-body .dragBox label#uploadFile-error {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*Added 29-06-2022*/

.main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header:before {
  top: -25px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header:before {
  content: '';
  position: absolute;
  left: -30px !important;
  top: -20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%) !important;
  background: #269ffb;
  width: 76% !important;
  height: 126px !important;
  z-index: -1;
}

tr th.table-border-head {
  font-size: 14px;
  font-weight: 600 !important;
  border-right: none !important;
  border-left: none !important;
  text-align: left;
  border-bottom: 3px solid #000000 !important;
  color: #212529;
  border-top: 3px solid #000000 !important;
}

.order-details {
  padding: 15px 0px !important;
}

.footer-social-icons {
  background: #000;
  border-radius: 50px;
  display: flex;
  width: 30px;
  margin: 0px 5px;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.invoice_inner_wrapper

/*.main-content .order-id-main-wrapper .inner_wraper */
  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-content .order-id-main-wrapper .invoice_inner_wrapper .order-unfullfilled.label-unfullfilled,
.main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled.label-unfullfilled {
  width: 330px;
}

.main-content .order-id-main-wrapper .invoice_inner_wrapper .order-unfullfilled.invoice-download,
.main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled {
  width: calc(100% - 350px);
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .list-color li label a {
  width: 30px;
  height: 30px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .list-color li label:before {
  padding: 8px;
  top: -3px;
  left: 15px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .label-warpper .label-accordion-wrap .accordion .card .list-color li input:checked+label:after {
  top: -1px;
  left: 21px;
}

/*added 04-07-2022*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
}

.card-body .title_top {
  color: #34395e;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0 5px;
  display: inline-block;
  position: relative;

}

/*.form-group{
    background-color: #f9f9f9;
    padding: 15px 15px;
    border-radius: 5px;
}*/
/*Added 08/07/2022*/
.emport-modal .import-details a {
  display: inline-block;
  background: #269ffb;
  padding: 8px 10px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-of-type(2),
.main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-child(3) {
  padding-left: 10px;
}

#faq .card .collapse.show {
  line-height: 30px;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-id-table .table tbody tr td .order-details {
  width: 100%;
}

.btn-plus {
  top: 8px !important;
}

.btn-minus {
  bottom: 13px !important;
}

.popupe-details .button-plus {
  line-height: 10px;
}

.popupe-details .button-minus {
  line-height: 10px;
}

.sidebar-mini .sidebar-brand img {
  width: 35px;
}

.login_box_main_wrapper .shipping_sign_text_main_wrapper {
  height: 100vh !important;
}

#timeAlertModal .new-address .modal-dialog {
  max-width: 550px !important;
  margin: 0 auto;
}

.main-footer #timeAlertModal .btn-box-wrapper {
  width: 100%;
  float: none;
  text-align: center;
}

.main-footer #timeAlertModal .modal-dialog-centered .modal-body {
  text-align: center;
}

.main-footer #timeAlertModal .model_body_content {
  margin: 0 0 20px 0;
}

.main-footer #timeAlertModal .cancel-btn {
  border: 1px solid #d1e2ff;
  margin-right: 12px;
  border-radius: 5px;
  padding: 8px 30px;
  background: #e35656;
  display: inline-block;
  color: #ffffff;
}

.main-content .section-body .card .card-body .form-group select {
  height: 40px;
}

.search-carrier .btn {
  height: 40px !important;
}

.main-content .section .tiles-filter-wrapper .search-carrier input {
  background-color: #fff;
  border: 1px solid #e4e6fc;
  margin-right: -6px;
  padding: 0 0 0 20px;
  font-weight: 500;
  width: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*.main-content .section .shipping-payment-wrapper .tiles-filter-wrapper .shipping-collapse .acco-inner .card-link .ship-icon-box .ship-text-right {
    float: none;
    width: 120px;
}*/
.search-by-name .search-carrier button {
  border-radius: 0 5px 5px 0;
  margin: 0;
  height: 36px;
  line-height: 27px;
  position: absolute;
  right: 19px;
  top: -2px;
}

.dataTables_wrapper .dataTables_info {
  text-align: center;
}

.main-content .section-body .card .card-body .second-list .wrapper .profile-form .profile-photo .circle {
  border-radius: 50% !important;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 8px solid rgba(255, 255, 255, 0.7);
  background: #f4f6f9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#load_orders {
  margin: 0px 10px;
  padding: 8px 20px;
}

/*#add_new_address_to .address_wrapper .form_inner_wrapper .form-group #add_new_address_to .form-group{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 40%;
}

/* .address_box #label_img {
    height: 500px !important;
} */
.main-content .section-body .card .card-body .form-group select {
  height: 34px;
}

.main-content .section-body .card .card-body .form-group .select2 span.selection .select2-selection .select2-selection__rendered {
  height: 55px;
  line-height: 53px;
  color: #6c757d;
  padding-left: 0;
}

.packge_box .form-row>.col,
.form-row>[class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

form#package_edit_form .button.dropdown select.arrow,
.modal.new-address select.arrow {
  height: 40px !important;
}

.main-content .order-id-main-wrapper .invoice_inner_wrapper .order-unfullfilled.label-unfullfilled,
.main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled.label-unfullfilled {
  width: 100%;
}

/* .main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled img#label_img {
    width: 100% !important;
    object-fit: contain;
} */
.main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled {
  width: 100%;
}

.address_box {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content .order-id-main-wrapper .order-unfullfilled .order-id-table .table tbody tr td .order-details .order-content {
  width: calc(100% - 100px);
}

/* Aded 12/08/2022 */
.card #collapseSeven .list-color {
  display: flex;
  column-gap: 12px;
  position: relative;
}

.card #collapseSeven .list-color li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.card #collapseSeven .list-color li label {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-left: 0;
}

.card #collapseSeven .list-color li input:checked+label:before {
  background-color: #cca334;
  border: 2px solid #cca334;
}

.card #collapseSeven .list-color li label a {
  display: block;
  text-align: center;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  background: red;
  border-radius: 50%;
}

.card #collapseSeven .list-color li label.one a {
  background-color: #269ffb;
}

.card #collapseSeven .list-color li input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 26px;
  width: 7px;
  height: 12px;
  border: solid white;
  background-color: transparent;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.card #collapseSeven .list-color li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -5px;
  left: 20px;
  border-radius: 50px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #797979;
  border-radius: 50%;
  background: #fff;
}

[type="radio"]:checked+label:before {
  border: 1px solid #0075ff !important;
}

.card #collapseSeven .list-color li label.three a {
  background-color: #28053f;
}

.card #collapseSeven .list-color li label.four a {
  background-color: #5800ff;
}

.card #collapseSeven .list-color li label.five a {
  background-color: #c8f594;
}

.main-content .section .carriers-tiles-main-wrapper .tiles-box {
  width: 100%;
}

.main-content .section .carriers-tiles-main-wrapper {
  width: 100%;
  display: unset;
}

.card .card-header h3 button::before {
  content: '';
  text-align: center;
  background: #78828a;
  font-size: 14px;
  width: 15px;
  height: 2px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 13px;
}

.card .card-header h3 button::after {
  content: '';
  text-align: center;
  background: #78828a;
  font-size: 14px;
  width: 2px;
  height: 15px;
  line-height: 24px;
  display: block;
  position: absolute;
  right: 20px;
}

.card .card-header h3 button::before {
  background: #269ffb;
  width: 12px;
  right: 15px;
}

.card .card-header h3 button::after {
  background: #269ffb;
  height: 12px;
}

.label-accordion-wrap .card {
  border: none;
}

.label-accordion-wrap .card .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: none;
}

.label-accordion-wrap .card .card-header h3 .btn-link {
  padding: 15px;
  font-weight: 600;
  color: #111111;
  text-decoration: none;
}

.main-content .section .billing-history-main-wrapper .impor_btn a.custom_btn {
  font-size: 12px;
  font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 2px 7px !important;
  border-right: 1px solid #ccc;
}

.account-box-wrapper .bill-tbl .table tbody tr th {
  padding-left: 0;
  min-width: 100px;
}

.account-box-wrapper .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  min-width: 150px;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
  padding-right: 0;
  padding-left: 0;
}

.main-content .section-body .card .card-body .address-box .right-address-box {
  text-align: left;
  width: 50%;
}

.main-content .section-body .card .card-body .address-box .address-box-heading {
  width: 100%;
}

.address-form-dropdown.note-text {
  height: 74px;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li .sample-btn a {
  cursor: pointer;
}

.address-details-three {
  height: 220px;
}

.popupe-details {
  width: 100%;
  position: relative;
}

.popupe-details .button-minus {
  line-height: 10px;
  position: absolute;
  top: 22px;
  bottom: auto;
}

.custom-box-edit .error {
  color: #dc3545 !important;
  font-weight: 400;
  line-height: 20px;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label .address-details li .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

label.package_checkbox {
  display: none;
}

.select-lb {
  width: 48%;
  float: right;
  margin-left: 0px;
}

.arrow-select {
  width: 48%;
  float: left;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .add-toggle .item-address-details {
  transition: all 0.5s;
  overflow: auto;
  height: 100px;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li .sample-text strong {
  width: 150px;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper {
  width: 100%;
  display: flex;
  column-gap: 12px;
}

ul.address-details-three.show-ship-add-detail {
  height: auto;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label a {
  font-weight: 400;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three a {
  font-weight: 400;
  line-height: 26px;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown p {
  font-weight: 500;
}

.sample-text p {
  font-weight: 400 !important;
}

.sample-text strong {
  font-weight: 400 !important;
}

.address-box-create-label-three.pt-4 a {
  font-weight: 500 !important;
}

select#country_code {
  height: 35px !important;
}

.new-address .address-form input {
  border: 1px solid #e4e6fc;
}

.accor-product-icon {
  width: 50px;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 46px;
  border: 1px solid #a29a9a;
  border-radius: 30px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help_box {
  width: 100%;
  float: left;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list p span {
  padding-left: 10px;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list .help-img img {
  width: 140px;
  max-width: 100%;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list {
  display: block;
}

li#\35,
li#\31 0 {
  margin-right: 25px;
}

.main-content .package-box-wrapper .package-list ul li .package-text h4 {
  display: block;
}

.main-content .package-box-wrapper .package-list ul li .package-icon {
  margin-right: 15px;
}

/* .main-content .package-box-wrapper .package-list ul li .package-text {
  width: calc(85% - 85px);
  float: left;
}
.main-content .package-box-wrapper .package-list ul li .package-text small {
  display: block;
  font-size: 14px;
  width: 150px;
} */
.main-content .package-box-wrapper .package-list ul li .delete-icon:before {
  left: -10px;
}

.main-content .package-box-wrapper {
  padding: 20px;
}

.main-content .package-box-wrapper .custom-box-edit .package-form-btn input {
  border-radius: 4px;
  font-size: 14px;
}

.col-sm-6.col-12.pr-0:last-child {
  padding-left: 5px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  padding-left: 25px;
}

#div2 .form-group {
  margin-bottom: 5px !important;
}

.adress_inner_box {
  display: flex !important;
  justify-content: space-between;
  /*    align-items: center;*/
}

.adress_inner_box label {
  padding-left: 26px !important;
  font-size: 14px;
}

.center-box {
  border-right: 1px solid #269ffb;
  margin-right: 10px;
}

.package-box-wrapper .package-list {
  margin: 0px 0 0px !important;
}

.main-content .package-box-wrapper .package-list ul li .delete-icon a:last-child {
  padding-right: 0px;
}

.packge_box .form-row>.col,
.form-row>[class*=col-]:nth-child(4) {
  padding-right: 5px;
  padding-left: 0px;
}

.packge_box .form-row>.col,
.form-row>[class*=col-]:last-child {
  padding-right: 0px;
  padding-left: 0px;
}

.address-box-create-label.from_address_class a#fromAddBtn {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #004085;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  /* right: 15px; */
  top: -1px;
  background-color: #cce5ff;
  padding: 2px 9px;
  margin-left: 7px;
  border-radius: 5px;
  font-style: normal;
}

.round.pl-4 span {
  margin-left: 7px;
  width: 100% !important;
}

#shippingAddressModal .select2-selection__rendered {
  padding-left: 1px;
  padding-right: 0px;
}

.home-heading-content {
  margin-left: -5px;
}

.main-content .section-body .card .card-body .round .check_box label {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

#exampleModalCenter .modal-header span {
  top: -4px;
  position: absolute;
}

.payment-modal .modal-footer .add-api {
  background: #269ffb;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  padding: 8px 30px;
}

.main-content .section .tiles-filter-wrapper {
  padding: 20px;
}

body .outer span.select2.select2-container.select2-container--default {
  border-radius: 4px;
}

#merchant-user-form .input-group-text {
  border-radius: 4px 0 0 4px;
}

.user_detail .input-group-text {
  border-radius: 4px 0 0 4px;
}

.main-content .section-body .account-box-wrapper .bill-tbl {
  margin-top: 20px;
}

.main-content .section-body .card .card-body h2 {
  padding-bottom: 0px;
}

#exampleModalCenter .round span {
  font-size: 14px;
  width: 100%;
}

#exampleModalCenter .round {
  display: flex;
  align-items: center;
}

.main-content .section-body .tab-content .tab-pane .billing-history-box {
  padding: 20px;
}

.main-content .section-body .tab-content .tab-pane .billing-history-box .billing-menu {
  margin-top: 0px;
}

/*.inner_left_box {
    border: 1px solid;
    padding: 5px;
    border: 2px dashed #c9c9c9;
    margin: 0 10px 0 0;
}*/
.address-form-dropdown-box {
  height: 112px !important;
  overflow-y: scroll;
}

.address-form-dropdown-box ul {
  display: block !important;
}

.address-form-dropdown-box ul li {
  margin-bottom: 10px;
}

.main-content .section-body .card .card-body .second-list .wrapper .profile-form .profile-photo .circle .profile-pic {
  max-height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
}

.title_wrapper_box .title {
  margin: 0 0 5px 0px;
}

.img-crir img {
  object-fit: contain;
}

.services span {
  padding-left: 0px !important;
  width: 100% !important;
}

.services {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.main-content .section-body .main-carrier-account .card .card-body ul li:last-child {
  margin: 0px;
}

.form-check-label_heading {
  font-weight: 700;
}

#suggest_address_from,
#suggest_address_to,
#Additional_to_add {
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 10px;
  margin-right: 0px;
}

#address_from_edit,
#address_to_edit,
#address_to_add {
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 10px;
  margin: 0;
}

/*#address_from_edit.border-show, #address_to_edit.border-show, #address_to_add.border-show {
    border: 1px solid #269ffb;
}*/
#suggest_address_from.border-show,
#suggest_address_to.border-show,
#Additional_to_add.border-show {
  border: 1px solid #269ffb;
}

#fromeditAdd,
#toeditAdd {
  margin-top: 30px;
}

#from_status_upload,
#status_to {
  margin-left: -15px;
}

.main-content .section-body .card .card-body .return_add p span a:last-child {
  margin-left: 5px;
  color: #fff;
  background: #cccccc;
}

.main-content .section-body .card .card-body .return_add p span a:first-child {
  margin-left: 0px;
  color: #fff;
  background: #cccccc;
}

i.fa.fa-exclamation-circle {
  margin-right: -20px;
  margin-top: 4px;
}

.suggest_ad_box {
  display: flex;
}

#faq .delete_package {
  position: absolute;
  right: 15px;
}

#faq .card .card-header .btn-header-link {
  display: flex;
  align-items: center;
}

#faq .upr-line {
  border-top: 1px solid #ccc;
  padding-top: 16px;
  margin-top: 35px;
}

.main-content .section-body .card #card_body_content .return_add {
  padding-bottom: 0px;
}

#status_text_to {
  width: 100%;
}

#add_new_address_to .round {
  display: flex;
}

.size_info_message {
  position: absolute !important;
  top: 13px !important;
  left: 177px !important;
}

.main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper .pricing-list {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.toggle.btn.btn-primary.disabled {
  margin-top: 37px;
}

.tbl-details-wrapper .select2-selection__rendered {
  padding-left: 10px !important;
}

table#all-order {
  width: 100% !important;
}

span.address_small_content {
  background: #cce9ff;
}

#suggest_address_from label,
#suggest_address_to label,
#Additional_to_add label {
  display: block;
}

.upgrade_plan {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 30px 20px;
}

/*.toggle.btn.btn-secondary.off,
.toggle.btn.btn-primary.disabled {
  /* margin-top: 37px; */
position: absolute;
/*  bottom: 0px;*/
left: 0;
right: 0;
z-index: 1;
text-align: center;
margin: 0 auto;
}

*/ .round.round-wrapper {
  display: flex !important;
  align-items: center;
}

span#status_text_from {
  margin-bottom: 10px;
}

#example_length select {
  margin: 6px 0 0 0;
}

div#example_info,
#all-order_info {
  width: 50%;
  margin-bottom: 5px;
  text-align: right;
}

.loader_wrapper_box_inner img {
  height: 50px;
  width: 100px;
  object-fit: contain;
  float: right;
}

.loader_wrapper_box_inner img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  float: right;
}

/*Added 12/september/2022*/
.loader_wrapper_box .f-dropdown ul li.active a {
  color: unset;
  background: unset;
}

.loader_wrapper_box ul {
  height: 100px;
  overflow-y: auto;
  margin: 10px 0 0 0;
}

.shipping_optin_box {
  width: 100%;
  border: none;
  padding: 0 14px;
}

.dataTables_length {
  position: absolute;
  bottom: 5px;
  z-index: 1;
}

.method-img.p-3 img {
  width: 50px;

}

.method-img.p-3 {
  display: flex;
  align-items: center;
}

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

}

.main-content .section-body .form_btn {
  width: 100%;
  float: right;
  text-align: right;
  padding-right: 14px;
}

.packing_lable .form_btn {
  text-align: center !important;
}

#carrier .package-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.packge_box .round {
  display: flex !important;
  align-items: center;
}

.round.round-wrapper {
  display: inline-block !important;
}

.round.reference_number.round-wrapper {
  display: flex !important;
}


.card.shipping-payment-wrapper .size_info_message {
  position: absolute !important;
  top: 23px !important;
  left: 177px !important;
}

#headingFour .size_info_message {
  position: absolute !important;
  top: 13px !important;
  left: 40px !important;
}

#orders_body .fa-angle-down {
  position: absolute;
  right: 27px;
  padding: 9px 0 0 0;
  color: #000000;
}

.plan_wrapper_box {
  background: #ffffff;
  margin-top: 0px !important;
  border-radius: 5px;
}

.last-form .form-group {
  margin-bottom: 0px !important;
}

#myTab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}

.user_plan_wrapper .form-group {
  margin-bottom: 10px !important;
}

.plan_wrapper_box h2 {
  margin: 0px 0 51px 0 !important;
  font-weight: 600;
  font-size: 22px;
}

#myTab li #home-tab {
  margin-bottom: 20px;
  border-radius: 5px 0px 5px 5px;
  margin: 0 -1px 20px;
}

#myTab li #profile-tab {
  margin-bottom: 20px;
  border-radius: 0px 5px 5px 0px;
  margin: 0 -1px 20px;
}

#myTab li a:after {
  width: 0px;
}

.f-dropdown>span>span {
  white-space: normal;
  text-overflow: ellipsis;
  padding-right: 12px;
  font-weight: 500;
}

.main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown span {
  flex-wrap: wrap;
}

#actions li a {
  cursor: pointer;
}

#load_orders.import-popup.custom_btn {
  margin: 0px 0px;
  padding: 8px 20px;
}


/*-----Responsive-----*/







@media only screen and (min-width: 1440px) {
  .phone_number_box {
    max-width: 50% !important;
  }

  .select-pay-box .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1440px) {
  .select-pay-box .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .select-pay-box .col-6:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1635px) {
  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img {
    width: 100%;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .tbl-data p {
    padding: 0 0 0 5px;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1600px) {

  table#all-order thead tr th:nth-of-type(3) {
    min-width: 60px;
  }

  table#all-order thead tr th:nth-of-type(8) {
    min-width: 130px;
  }

  table#all-order thead tr th:nth-of-type(9) {
    min-width: 65px;
  }

  table#all-order thead tr th:nth-of-type(10) {
    min-width: 45px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three a {
    color: #111111;
    font-size: 14px;
    padding-top: 0;
    font-weight: 400;
    line-height: 26px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown p {
    font-size: 14px;
    color: #111111;
    padding: 10px 14px 6px;
    width: 100%;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li .sample-text strong {
    width: auto;
    font-size: 14px;
  }

  .sample-text {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1500px) {
  .filter_inner_wrap .search-by-name {
    width: 165px;
  }


  .filter_inner_wrap .sort_all {
    width: 130px;
    margin: 0 5px 0;
  }

  .main-content .package-box-wrapper .package-list ul li {
    width: 48.6%;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
  }

  .main-content .section-body .billing-history-main-wrapper .billing-history-box .filter-box-order .search-by-name input#search_by_name {
    padding: 0 0 0 12px;
  }

  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .search-carrier .date-filter-icon input {
    padding-left: 15px !important;
  }

  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:last-child,
  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li:nth-of-type(2) {
    padding-left: 5px;
  }

  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a,
  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a:hover {
    padding-left: 10px;
    position: relative;
    background-color: transparent;
  }

  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu ul li a {
    padding: 5px 5px;
    font-size: 11px;
    padding-left: 10px;
  }

  .create-tiles.new-create-tiles .pckg-btn {
    float: none !important;
  }

}

@media only screen and (max-width: 1439px) {
  .main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .right_side_data {
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px dashed #cccccc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 22px auto 0;
    justify-content: center;
  }

  .main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .right_side_data p,
  .main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .right_side_data h4 {
    width: 100%;
  }

  .main-content .section-body .card .address_box_wrapper .rate-package .ship-icon-box .left_side_data {
    width: calc(100% - 0px);
  }

  /* .address_wrapper .title {
    font-size: 16px;
  } */
}

@media only screen and (max-width: 1400px) {

  /* .main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled img#label_img {
    width: 100% !important;
    object-fit: contain;
  } */
  .main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box p {
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .new-create-tiles a {
    padding-top: 0px;
  }

  .address-form-dropdown.scroll-top {
    margin-top: -21px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 48%;
    margin-bottom: 16px;
  }

  .sample-text {
    width: 170px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list .help-img {
    margin-top: 0px;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .ship-tile-box span {
    font-size: 16px;
  }

  .main-content .section .carriers-tiles-main-wrapper.carrier_wrapper .tiles-box h2 {
    padding: 0;
    font-size: 22px;
  }

  #div1 #pickup_time {
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: center right !important;
    border: 1px solid #e4e6fc;
    height: 55px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #fdfdff !important;
    padding: 5px 20px 5px 6px;
    width: 100%;
  }

  #div1 #shipping_date:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
    font-size: 13px;

  }

  .sample-text {
    padding: 0 5px;
    float: left;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li .sample-btn {
    display: flex;
    column-gap: 6px;
    float: right;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
}

@media only screen and (max-width: 1274px) and (min-width: 1200px) {
  p.bill_number {
    margin: 0 4px 0 0 !important;
  }

  .main-content .package-box-wrapper .package-list ul li {
    width: 48.4%;
  }

  #address_from_edit,
  #address_to_edit,
  #address_to_add {
    border: 1px solid transparent;
    padding: 15px;
    border-radius: 10px;
    margin: 0 -15px 0 0;
  }
}

@media only screen and (max-width: 1274px) and (min-width: 767px) {
  .user-plan .form-group {
    margin-bottom: 0px !important;
  }

  .user-plan .form-row {
    margin: 0 0 10px;
  }
}










@media only screen and (max-width: 1200px) {
  .main-content .section-body .card .card-body .form-group input {
    padding: 10px 15px;
  }

  .main-content .package-box-wrapper .package-list ul li {
    width: 48.3%;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list p {
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-content .section .billing-history-main-wrapper .billing-history-box .filter-box-order .packing-slip-menu {
    justify-content: flex-start;
  }

  li#\35,
  li#\31 0 {
    margin-right: 20px;
  }

  .sample-text {
    padding: 0 5px;
    float: none;
  }

  .f-dropdown>span img {
    width: 20px;
    float: left;
    margin-right: 0px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li .sample-btn {
    display: flex;
    column-gap: 6px;
    float: none;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .note-text span {
    padding: 0px 14px 10px;
    font-size: 14px;
    color: #111111;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label .multi-btn button {
    margin-left: 0;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label li {
    padding-left: 9px !important;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label .multi-btn button {
    background-color: red;
    color: #fff;
    margin-left: 10px;
    padding: 0px 2px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid red;
  }

  .main-content .section .billing-history-main-wrapper .impor_btn {
    justify-content: space-between;
    padding: 0 0 20px;
  }

  .filter_inner_wrap .search-by-name,
  .filter_inner_wrap .sort_all,
  .filter_inner_wrap .calendar {
    width: 33.333%;
  }

  .date-filter-icon.calen-icon {
    max-width: none;
  }

  .filter_inner_wrap .sort_all {
    margin: 0;
    padding: 0 5px;
  }

  /*Added 29-06-2022*/

  .main-content .order-id-main-wrapper .invoice_inner_wrapper .order-unfullfilled.label-unfullfilled,
  .main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled.label-unfullfilled {
    width: 100%;
    margin: 0 0 20px;
  }

  .main-content .order-id-main-wrapper .invoice_inner_wrapper .order-unfullfilled.invoice-download,
  .main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled {
    width: calc(100% - 0px);
  }
}

.form-group label.error {
  font-size: 12px;
  margin: 0;
}


@media only screen and (max-width: 1285px) {
  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper .pricing-list {
    padding: 10px 10px;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper {
    padding: 30px 20px 130px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label li strong {
    font-size: 14px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .note-text span {
    padding: 0px 9px 10px;
    font-size: 14px;
    color: #111111;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
  }

  .form-control {
    font-size: 13px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three .address-details-three ul li {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 6px 0px;
    border-bottom: 1px solid #ccc;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three .address-details-three {
    padding: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .main-content .package-box-wrapper .custom-box-edit {
    padding-left: 0;
    margin-top: 0px;
  }

  .main-content .section .tiles-filter-wrapper .search-carrier {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 767px) {
  .main-content .package-box-wrapper .package-list ul li .package-text small {
    display: block;

    font-size: 14px;
    max-width: 100px !important;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three a {
    font-size: 13px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .address-box-create-label-three {
    padding: 0px 8px 10px;
  }
}

@media only screen and (max-width: 813px) and (min-width: 767px) {
  .main-content .package-box-wrapper .custom-box-edit .package-edit-form label {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list .help-text {
    width: 100%;
    float: none;
  }

  .main-content .section .tiles-filter-wrapper .search-carrier {
    margin-bottom: 15px;
  }

  .plan-free-btn {
    height: 28% !important;
  }

  .packge_box .form-row>.col,
  .form-row>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .weight_name {
    padding-top: .5rem !important;
  }

  .packge_box .form-row>.col,
  .form-row>[class*=col-]:nth-child(4) {
    padding-right: 0px;
    padding-left: 0px;
  }

  li#\35,
  li#\31 0 {
    margin-right: 0px;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header p {
    color: #ffffff;
    font-size: 12px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper {
    width: 100%;
    display: block;
    column-gap: 12px;
  }

  .create-tiles.new-create-tiles .pckg-btn {
    float: right !important;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label {
    padding: 12px;
  }

  .main-content .section-body .create-shipping-label-wrapper .card-body {
    padding: 22px 10px 22px !important;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label .multi-btn button {
    background-color: red;
    color: #fff;
    margin-left: 10px;
    padding: 0px 12px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid red;
    margin: 0px;
  }

  .main-content .section-body .create-shipping-label-wrapper .card-body {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px 22px;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles .address-form-dropdown .sample-box-main-wrappper ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .right-side-label {
    justify-content: space-between;
  }

  .main-content .section-body .create-label-card-wrapper .multi-details-create-label .multi-tiles-main-wrapper .create-tiles {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    margin: 20px 0;
  }

  .dataTables_wrapper .dataTables_paginate {
    right: 0;
    position: unset;
    bottom: 0;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label {
    display: flex;
    padding-right: 0px;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .icon-down {
    float: right;
    margin: 6px 0;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label {
    display: flow-root;
  }

  .history-text .dataTables_wrapper .dataTables_paginate .pagination {
    float: left;
    border: 1px solid #ccc;
  }

  .history-text .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    float: left;
    text-align: left;
    border: 0;
  }

  .filter_inner_wrap .sort_all {
    margin: 0;
    padding: 0 0px;
  }

  .main-content .section-body .card {
    padding: 5px;
  }

  .label_box {
    display: none !important;
  }

  .main-content .package-box-wrapper .package-list ul li {
    width: 100%;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list .help-img {
    width: auto;
    float: none;
    text-align: left;
  }

  .filter_inner_wrap {
    display: block;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .dashboard-icon-text h2 {
    font-size: 20px;
    color: #111;
    font-weight: 600;
    padding-bottom: 0;
  }

  .dataTables_wrapper .dataTables_info {
    text-align: left;
  }

  .search-by-name .search-carrier button.btn {
    height: 18px !important;
  }

  .filter_inner_wrap .search-by-name,
  .filter_inner_wrap .sort_all,
  .filter_inner_wrap .calendar {
    width: 100%;
  }

  .label-logo {
    width: 100%;
  }

}

@media only screen and (max-width: 640px) {
  .main-content .order-id-main-wrapper .order-unfullfilled img {
    width: 100%;
  }

  .main-content .section-body .main-carrier-account .card .card-body ul li img {
    width: 100% !important;
    object-fit: contain;
    text-align: center;
  }

  .main-content .section-body .main-carrier-account .card .card-body ul li {
    width: 100% !important;
  }

  a.footer-social-icons img {
    width: auto !important;
  }

  .main-content .section-body .card .card-header {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .main-content .order-id-main-wrapper .inner_wraper .order-unfullfilled img#label_img {
    object-fit: inherit;
  }

  .main-content .section-body .card .card-body .address-box .right-address-box {
    text-align: left;
    width: 100%;
    display: block;
  }

  .main-content .section-body .card .card-body .address-box .address-box-heading {
    width: 100%;
    display: block;
    padding-bottom: 7px;
  }

  .main-content .section-body .card .card-body .address-box .right-address-box {
    border-left: none;
    padding: 7px 0 0 0px;
    border-top: 1px solid #e5e5e5;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: unset;
    justify-content: space-between;
  }

  .address-box.d-flex.justify-content-between {
    display: block !important;
  }

  .main-content .section-body .card .card-body .round {
    position: relative;
    display: flex;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 580px) {
  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .right-logo {
    margin-top: 0;
  }

  .main-content .package-box-wrapper .add-btn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .address_wrapper {
    padding: 20px 15px 15px 15px;
  }

  .col-sm-6.col-12.pr-0:last-child {
    padding-left: 0px;
  }

  .main-content .section-body .main-connect-stores {
    margin-top: 20px;
  }

  .adress_inner_box {
    display: block !important;

  }

  #suggest_address_from,
  #suggest_address_to,
  #Additional_to_add,
  .form-check.form-check-inline.d-block {
    margin: 56px 0 0 !important;
  }

  .section .section-header {
    margin-bottom: 0px !important;
  }

  .main-navbar .section-header {
    margin-bottom: 15px !important;
  }

  .user-plan .form-group {
    margin-bottom: 0px !important;
  }

  .inner_right_box {
    margin: 10px 0 0 0;
  }

  .address_wrapper .title {
    text-align: center;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header p {
    color: #ffffff;
    font-size: 11px;
  }

  .main-content .section .carriers-tiles-main-wrapper .tiles-box.out_of_delivery {
    margin-bottom: 0px;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header:before {
    width: 100% !important;

  }

  .privacy_policy_context_inner {
    padding: 20px 20px;
    background-color: #ffffff;
    margin: 35px 0 0;
  }

  .main-content .section-body .create-shipping-label-wrapper .card-body .label-btn a {
    width: 100%;
    margin: 5px 0;
  }

  .main-content .section-body .create-shipping-label-wrapper .card-body .label-btn {
    display: block;
    column-gap: 12px;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label {
    display: block;
    padding-right: 24px;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label {
    display: block;
    padding-right: 24px;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles {
    margin: 5px 0 15px;
    padding: 15px 15px;
  }

  .main-content .section-body .card .card-body {
    padding: 15px;
  }

  .main-content .section-body .card .card-body .save_future_box p span {
    display: flex;
  }

  .main-content .section-body .card .card-body .save_future_box p span a {
    color: #fff;
    background: #ccc;
    margin: 0 5px 0 0;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .ship-tile-box h4 {
    width: 60px;
    height: 60px;
    background: #269ffb;
    margin: auto;
    color: #fff;
    line-height: 76px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-footer {
    margin-top: 20px;
  }

  .main-content .section-body .form_btn a+a {
    margin-left: 0;
  }

  .main-content .section-body .card .card-body .form-group select {
    padding: 5px 4px;

  }

  .main-content .section-body .card .card-body .form-group input {
    padding: 10px 10px;
  }

  .package-edit-form .colors .weight-form-wrap .form-group {
    width: 100%;
  }

  .weight-form-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-content .quick_ship_review_wrapper .form_btn a:nth-child(2) {
    margin: 0 0 14px;
  }

  .main-content .section .billing-history-main-wrapper .impor_btn .import-popup.custom_btn {
    margin-left: 0;
    margin-top: 0;
  }

  div#all-order_length {
    margin: 10px 7px 0 0;
    text-align: left;
    left: 0;
  }

  div#all-order_filter {
    margin: 50px 7px 0 0;
    text-align: left;
    position: inherit;
    left: 10px;
  }

  .main-content .section-body .main-connect-stores .main-connect-stores-heading .search-text {
    width: 100%;
    float: none;
    text-align: unset;
    padding: 12px 10px 0;
  }

  .main-content .section-body .main-connect-stores .main-connect-stores-heading {
    display: block;
    align-items: center;
  }

  .main-content .section-body .main-connect-stores .main-connect-stores-heading .search-box {
    width: 100%;
    float: none;
  }

  .main-content .section-body .card #add_ebay_store .card-body {
    padding: 20px;
  }

  .main-content .section .tiles-filter-wrapper {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
  }

  #add_carrier .card {
    padding: 10px 15px;
  }

  .main-content .section-body .card .card-header {
    padding: 22px 25px;
  }

  .main-content .section-body .main-carrier-account .card .card-body ul li {
    width: 100%;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles h5 {
    display: block;
    width: 100%;
  }

  .tbl-btn {
    /* padding: 8px 8px !important; */
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0;
  }

  #load_orders {
    margin: 0 0 10px 0px;
    padding: 0px 0px;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text {
    display: block;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-text .round {
    margin-top: 20px;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help_box {
    display: block !important;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .help-list .help-img {
    text-align: center;
    margin: 15px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-content .section-body .card .card-body .round span {
    width: 100%;
  }

  .main-content .package-box-wrapper .package-list ul li .delete-icon {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .main-content .package-box-wrapper .package-list ul li {
    width: 100%;
    position: relative;
  }

  .main-content .package-box-wrapper .package-list ul li .delete-icon {
    margin-left: 0;
  }

  .main-content .package-box-wrapper .package-list ul li .delete-icon:before {
    display: none;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .right-logo {
    margin-top: 40px;
    text-align: center;
  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top .left-header {
    width: 100%;

  }

  .main-content .order-id-main-wrapper .order-unfullfilled .letter-top {
    display: block;
  }

  .main-content .section-body .card .card-header .add-address-btn {
    display: inline-block;
    margin: 14px 0px 0;
  }

  .main-content .section-body .tab-content .tab-pane .billing-history-box .billing-menu ul li+li {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-content .section-body .tab-content .tab-pane .billing-history-box .billing-menu ul li {
    display: block;
  }

  .main-content .section-body .tab-content .tab-pane .billing-history-box .billing-menu ul {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  .main-content .package-box-wrapper .add-btn a {
    width: 100%;
  }

  .main-content .section-body .card .card-body .return_add div {
    width: 100%;
    margin-top: 7px;
  }

  .form-check-label_heading label {
    display: block;
  }

  .adress_inner_box label {
    padding-left: 22px !important;
    font-size: 14px;
  }

  .add-users {
    text-align: center;
    width: 100%;
  }

  .address_inner_wrapper {
    padding: 0px;
  }

  .main-content .section .tiles-filter-wrapper .carriers-table-wrapper .add-btn {
    width: 100%;
  }

  .payment-modal .modal-footer .add-api {
    width: 100%;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .pricing-wrapper a {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 390px) {
  .main-content .section-body .card .card-body a.edit_store {
    height: auto;
    width: auto;
    background-color: transparent;
    display: inline-block;
    line-height: 30px;
    border-radius: unset;
    color: #0c5460;
    border-color: transparent;
  }

  .create-tiles.new-create-tiles .pckg-btn {
    float: none !important;
  }

  .main-content .section-body .create-label-card-wrapper .header-strip-label .order-list-label {
    display: block;
    padding-right: 24px;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }

  .cancel-btn {
    padding: 8px 20px;
  }

  .main-content .package-box-wrapper .add-btn a {
    width: 100%;
  }

  .new-address .add-cart {
    background: #269ffb;
    padding: 9px 20px;
  }

  .address_wrapper .title {
    text-align: center;
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img {
    width: 100%;
    display: block;
    /* text-align: center; */
  }

  .main-content .section .dasahboard-inner-content-wrapper .dashboard-tiles .edit-carrier-block .edit-carrier-img .img-crir {
    width: 100%;
    display: block;
    text-align: center;
  }

  .main-content .section-body .card .card-body a.delete_store {
    height: auto;
    width: auto;
    background-color: transparent;
    display: inline-block;
    line-height: 30px;
    border-radius: unset;
    color: #721c24;
    border-color: transparent;
  }

  .main-content .section .tiles-filter-wrapper .add-new-carrier {
    padding: 12px 10px;
    font-size: 12px;
  }
}