/* @media(max-width:797px){
    .alerts{
        top: 124px;
        z-index: 100000000;
    }
} */
  
.s-switch {
  margin: 0;
  padding: 0;
  
  margin-top: 13px;
  margin-right: 70px;
  color: #272b41;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 35px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), linear-gradient(90deg, #fff, #fff);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s-switch-handle, .s-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out;
}

.s-switch-handle {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
}

.s-switch-inner {
  display: block;
  margin: 0 6px 0 20px;
  color: #fff;
  font-size: 12px;
  transition: margin .2s;
}

.s-switch-handle:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, .2);
  content: "";
}
.s-switch-handle, .s-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out;
}
@media(max-width: 668px){
  .s-switch{
      margin-right: 0px;
  }
}

.s-switch-checked:focus {
  box-shadow: rgb(200, 222, 202) 0px 0px 0px 2px;
}
.s-switch:focus {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
  outline: 0px;
}
/* [type="reset"], [type="submit"], button, html [type="button"] {
  appearance: button;
} */

.s-switch-checked {
  background: rgb(0, 159, 43);
}

.s-switch-checked .s-switch-handle {
  left: calc(100% - 16px);
}
.s-switch-handle, .s-switch-handle::before {
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
}
.prop-section{
  padding-top: 5px;
  padding-left: 9px;
}
.info-section{
  padding-right: 12px;
  --icon-bg-color: #F4F5F7;
  --icon-color: #ADB4D2;
  align-self: start;
  background-color: var(--icon-bg-color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  padding: 8px;
}
.property-icon{
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: sialiased;
}
.info-section svg{
  color: var(--icon-color);
  vertical-align: middle;
}
.radio-container{
  /* border: 1px solid var(--border-color-form); */
  /* padding: 5px; */
  /* padding-right: 11px;
  padding-left: 13px; */
  /* border-radius: 20px; */
  -webkit-box-align: center;
  align-items: center;
  /* font-size: var(--radio-pill-font-size, 1em); */
  padding: 0.465em 0.8em;
  margin-right: unset;

  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 24px;

}
.radio-container .span-info{
  /* color: #e7f3ef; */
  color: #272b41;
  font-size: 14px;
  display: inline-flex;
  gap: 5px;
  text-wrap: nowrap;
}
.radio-container.active{
  background-color: rgb(231, 243, 239);
  border-color: currentcolor;
  color: rgb(0, 159, 43);
}

.radio-container.active .span-info{
  /* color: rgb(0, 159, 43); */
  color: var(--teal);
}
.faqs-section{
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* .updateModal .modal-dialog{
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
} */
.updateModal .modal-body{
  padding: 0px;
}
.updateModal .modal-body, .updateModal .modal-dialog, .updateModal .modal-header, .updateModal .modal-footer{
  width: 100%;
}
.updateModal .updateSubOrderForm{
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 8px;
}

.line-top-t{
  border-top: 1px solid #ccc;
}


.order-info{
  /* max-width: 600px; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 500px; */
}
.order-info .col-md-6{
  margin-top: 20px;
}
.order-info .track-url{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* This is roughly 3 lines of text at 1.5em line-height */
    line-height: 1.5em; 
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #27b9e6 !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-weight: 400 !important;
}
@media(max-width:650px){
  .order-info{flex-direction: column;}
  .order-info .col-md-6{width: 100%;}

}
.order-info h3{
  text-align: center;
  color: #141718;
    font-size: 30px;
    margin-bottom: 20px;
}
.order-info .d-flex{
  align-items: center;justify-content: space-evenly;width: 100%; margin-bottom: 18px;
}
.order-info .d-flex .text-label, .order-info .d-flex .text-i{
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  color: #6C7275;
  text-align: left;
  width: 135px;
}
.order-info .d-flex .text-i{
  color: #141718;
}
.btn-p{
  display: inline-block;
  padding: 12px 56px;
  border-radius: 8px;
  background-color: #141718;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.77777;
  transition: opacity 0.2s ease-in;
}


.order-table {
  /* border: 1px solid #ebebeb; */
  width: 100%;
  /* background-color: #fff; */
}
.order-table thead > tr {
  /* background-color: #ffffff; */
  border-bottom: 2px solid #121212;
}
.order-table tbody > tr {
  border-bottom: 1px solid #E8ECEF;
}
.order-table tbody > tr td {
  /* width: 40%; */
  /* padding: 18px; */
  padding: 15px 14px;
  padding-bottom: 26px;
  padding-top: 21px;
}
.order-table .pro-title{
  font-size: 14px;
  font-weight: 500;
  color: #141718;
  letter-spacing: 2px;
  /* font-family: "Roboto", sans-serif; */
}
.order-table .pro-price{
  font-size: 18px;
  /* font-family: "Roboto", sans-serif; */
    color: #121212;
    font-weight: 500;
}
.order-table .pro-price.total{
  font-weight: 600;
}
.order-table thead > tr > th {
  /* border-top: medium none; */
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 14px 12px;
  padding-bottom: 29px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
.order-table .pro-qty{
  color: #212529;
  font-size: 15px;
}
.total-old{
  text-decoration: line-through;
}
.total-old{
  color: #6c7275 !important;
  font-size: 19px !important;
}

.order-title{
  color: #141718 !important;
  font-size: 20px !important;
  margin: 0 0 20px 0;
  text-decoration: none;
  display: block;
  font-family: "Poppins";
  font-weight: 600 !important;
  line-height: 1.2em;
  letter-spacing: 0.02rem;
}
.order-title a{
  color: inherit;
  text-decoration: underline;
}
.info-content .c{
  padding-bottom: 8px;
}
.info-content .t{
  color: #333;
}
.info-content .i{
  color: #333;
}

.site-settings .ec-image-preview{
  width: 250px !important;
  height: 250px !important;
}
.avater-remove{
  width: 40px;
  height: 40px;
  cursor: pointer;
}

tr .custom-control .fill-control-indicator {
  padding: 0;
  margin: 0;
}
