.order-object-details p,
body {
  color: #484848;
  font-size: 14px;
}

.signin-flow,
html {
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
}

.circle {
  border-radius: 100px !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  top: 72px;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  margin-bottom: 65px;
}

.sk-drp {
  position: relative;
}

.sk-drp-active {
  min-width: 130px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  list-style: none;
  cursor: pointer;
}

.sk-drp-list,
input[type="file"] {
  display: none;
}

.sk-drp-active.shown {
  background: #f2f2f2;
}

.sk-drp-active:hover {
  background-color: #f2f2f2;
}

.sk-list-en,
.sk-list-mx {
  position: relative;
  padding: 0 0 0 43px;
}

.currency-select {
  border-left: 4px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.currency-select:hover {
  background-color: #f0f0f0 !important;
  border-left: 4px solid #339fcd;
  border-top: 1px solid #339fcd;
  border-bottom: 1px solid #339fcd;
  border-right: 1px solid #339fcd;
}

.sk-list-mx:before {
  left: 0;
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background: url(https://upload.wikimedia.org/wikipedia/commons/4/41/Flag_of_India.svg)
    0 0/24px 18px;
  margin-left: 18px;
}

.sk-drp-active .sk-list-en:after,
.sk-drp-active .sk-list-mx:after {
  top: 6px;
  right: 0;
  position: absolute;
  content: "";
  border-top: 6px solid #2e2e2e;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}

.sk-drp-list {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  padding: 0;
  top: 52px;
  background: #fff;
  left: -5px !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.sk-drp-list li {
  cursor: pointer;
  padding: 6px 6px 6px 47px;
}

.sk-drp-list li:hover {
  color: #000;
  opacity: 0.75;
}

.sk-show {
  display: block;
  z-index: 99;
}

.order-object img {
  width: 26%;
  float: left;
  max-height: 180px;
  border-radius: 4px !important;
  overflow: hidden;
  margin-right: 10px;
}

.order-object-details {
  max-width: 98%;
}

.order-details-heading {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
}

.order-object-details p {
  font-weight: 600;
}

.sect_obj {
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  display: flow-root;
  overflow: hidden;
  max-height: 100%;
}

#accordion4 .panel-title a,
.additional-payment,
.order-details-box {
  padding: 15px;
  background: #fff;
}

.order-details {
  margin: 20px 0;
}

#accordion4 .panel-title,
.media-body p,
.order-details p {
  margin-bottom: 0;
}

.order-details-box .order-nu,
.order-details-box .service-prov {
  font-weight: 600;
}

.additional-payment {
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
}

.upload-docum .media-body h5 {
  color: #212121;
  font-weight: 600;
  font-size: 12px;
}

.upload-docum .media-body p {
  color: #484848;
  font-size: 12px;
  line-height: 1.5;
}

.order-flow-detilas .panel-body ul li {
  border-bottom: 1px solid #8c8b8b6b;
  padding-bottom: 10px;
}

.order-flow-detilas .panel-body ul li:last-child {
  border-bottom: 0 solid #8c8b8b6b;
}

#accordion4 .panel {
  border: none;
  border-radius: 6px;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px rgba(33, 33, 33, 0.2);
}

#accordion4 .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  z-index: 1;
  position: relative;
}

#accordion4 .panel-heading:after,
#accordion4 .panel-heading:before {
  content: "";
  width: 50%;
  height: 20%;
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}

#accordion4 .panel-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}

#accordion4 .panel-title a {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #484848;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

#accordion4 .panel-title a.collapsed:before,
#accordion4 .panel-title a:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

#accordion4 .panel-title a.collapsed:before {
  content: "\f107";
}

#accordion4 .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #f90;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion4 .panel-body {
  padding: 10px 15px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}

.additional-payment .btn {
  font-weight: 600;
  font-size: 16px;
}

.order-details-box-shipping h4,
.service-provider-details .service-prov {
  font-size: 18px;
  font-weight: 800;
  color: #212121;
}

.payment-cancel {
  background: 0 0;
  border: 1px solid #ee962c;
  margin-right: 10px;
}

.payment-cancel:hover {
  background: 0 0;
  border: 0;
}

.order-package .order-object img {
  height: 60px;
  object-fit: cover;
}

.order-flow-detilas .track-order-tab li {
  max-width: 20%;
}

.order-details-box-shipping h4 {
  margin-bottom: 0 !important;
}

.order-details-box-shipping p,
.service-provider-details h4,
.service-provider-details p {
  font-size: 14px;
  font-weight: 600;
  color: #484848c9;
}

.order-details-box-shipping {
  padding-top: 12px;
  overflow: -webkit-paged-x;
}

.service-provider-details h4 {
  margin-bottom: 4px;
}

.service-prov {
  padding-top: 10px;
}

.update-employee {
  float: left;
  margin-left: 0;
}

.upload-here .dropzone {
  min-height: 150px;
  border: 2px dashed var(--primary-color);
  background: #F6FCFF;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0 !important;
  font-size: 14px;
  font-weight: 600;
}

.order-details-box h4.order-nu {
  color: #426bad;
}

.file-size {
  padding-bottom: 10px;
}

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

.order-summary-upload-act {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .my_ord ul {
    margin: -36px;
    display: -webkit-inline-box;
  }

  .my_ord {
    margin: 40px 0 20px;
  }

  .my_ord ul li {
    margin: 4px;
    max-width: min-content;
    display: inline-grid;
  }
}
 

