#allProcent,
#allSumm,
#currentSumm,
#percentCommissionSum,
#oneTimeCommission {
  color: #111;
  font-weight: 600;
}

#crossedSum {
  text-decoration: line-through;
}

#daySlider {
  width: calc(100% - 90px);
}

#detailsInfo {
  padding: 30px;
}

#detailsInfo h3 {
  line-height: 1.4;
  margin: 0;
}

#formPromo {
  display: flex;
  justify-content: space-between;
}

#linkCredit.yellowBtn {
  display: block;
  margin: 0 auto 16px;
  padding: 12px 16px;
  text-align: center;
}

#payForCreditDetailModalContent {
  margin-top: 10px;
}

#promo {
  padding: 5px;
  width: calc(100% - 45px);
}

#submitPromo {
  background-color: #fedd75;
  background-image: url(../images/submitPromo.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 36px;
  width: 36px;
}

#summSlider {
  position: absolute;
  transform-style: preserve-3d;
}

#summSlider::after {
  background: url(/wp-content/uploads/2022/10/dashed.png) repeat-x;
  bottom: 0;
  content: "";
  height: 6px;
  left: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 3px;
  transform: translateZ(-1px);
  width: 100%;
}

.amountRow,
.percsRow,
.returnRow {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 22px;
}

.bodyCalc {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.btnMinus {
  background-image: url(../images/minus.png);
}

.btnMinus,
.btnPlus {
  background-color: transparent !important;
  background-size: 24px;
  border: 0 !important;
  display: inline-block;
  height: 24px !important;
  padding: 0;
  width: 24px !important;
}

.btnPlus {
  background-image: url(../images/plus.png);
}

.calcDetailsRow {
  padding: 0 40px 20px;
}

.calcInfoRow {
  margin-bottom: 15px;
}

.calcNotificationRow {
  padding: 5px 20px 30px;
}

.calc-question {
  margin-left: 5px;
}

.dataReport {
  color: #111;
  font-weight: 600;
  text-align: center;
}

.dataTopSlider {
  background: #f6f6f6;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  padding: 0 7px;
  text-align: center;
  width: 120px;
}

.detailData {
  border-bottom: 1px solid #d2d0d0;
  border-top: 1px solid #d2d0d0;
  margin-top: 16px;
}

.detailDataBlock {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
}

.details-modal {
  background: rgba(30, 30, 30, 0.9);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 100%;
  z-index: 1055;
}

.details-modal-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  box-sizing: content-box;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em 0.25em;
  width: 1em;
}

.details-modal-close:hover {
  background-color: transparent;
}

.details-modal-content {
  background: #fff;
  border: 1px solid #ffdd2d;
  border-radius: 16px;
  color: #222;
  display: flex;
  flex-direction: column;
  outline: 0;
  padding: 15px;
  position: relative;
  width: 100%;
}

.details-modal-dialog {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0.5rem;
  min-height: calc(100% - 1.75rem * 2);
}

.details-modal-header {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}

.detailText {
  text-align: center;
}

.detailText a {
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.fade {
  transition: opacity 0.15s linear;
}

.footerCalc hr {
  margin: 0;
}

.haveCode {
  border-bottom: 1px dashed;
  color: #808080;
  cursor: pointer;
  display: table;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}

.headerCalc {
  align-items: center;
  background: #fc4f36;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.innerSlider {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.itemReport {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 16px !important;
  position: relative;
}

.itemReport.dateData {
  flex-direction: row;
  width: 100%;
}

.itemReport.percentData::after {
  background-image: url(../images/ravnoReport.png);
  content: "";
  height: 5px;
  position: absolute;
  right: -30px;
  top: 14px;
  width: 7px;
}

.itemReport.sumData::after {
  background-image: url(../images/plusReport.png);
  content: "";
  height: 8px;
  position: absolute;
  right: -30px;
  top: 12px;
  width: 9px;
}

.linkCreditRow {
  padding: 20px 40px 32px;
}

.linkCreditRow hr {
  background-color: #f6f6f6;
  margin: 0 -20px 5px;
}

.mainSlider {
  padding: 20px 40px 0;
}

.modal-percents,
.modal-comission {
  display: flex;
  justify-content: space-between;
}

.nameAmount,
.namePercs,
.nameReturn,
.titleTopSlider {
  color: #808080;
}

.nameDetail {
  padding: 0 30px 0 0;
}

.nameDetail {
  min-width: 270px;
}

.namePercs {
  cursor: pointer;
  display: flex;
}

.nameReport {
  margin-bottom: 7px;
}

.notificationText {
  color: #b0b0b0;
  font-size: 9px;
  text-align: justify;
}

.promocodRow {
  padding: 0 40px 10px;
}

.reportRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
}

.show {
  display: block;
}

.sliderWrapper {
  margin-bottom: 20px !important;
}

.start-end-Row {
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 7px;
}

.sumWr {
  height: 8px;
  overflow-x: clip;
  position: relative;
  top: 4px;
  width: calc(100% - 90px);
}

.titleTopSlider {
  font-size: 18px;
}

.topSlider {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .details-modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .detailDataBlock {
    flex-direction: column;
  }

  .nameDetail {
    color: #000;
    font-weight: 600;
    min-width: 240px;
    padding: 0;
  }
}

input[type="range"] {
  height: 2px;
  -webkit-appearance: none;
  width: 100%;
}

input[type="range"]::-moz-range-thumb {
  background: url(/wp-content/uploads/2021/09/favicon-1.png) no-repeat center
      center/100% 100%,
    #fff;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

input[type="range"]::-ms-thumb {
  background: url(/wp-content/uploads/2021/09/favicon-1.png) no-repeat center
      center/100% 100%,
    #fff;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

input[type="range"]::-webkit-slider-thumb {
  background: url(/wp-content/uploads/2021/09/favicon-1.png) no-repeat center
      center/100% 100%,
    #fff;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  height: 24px;
  -webkit-appearance: none;
  width: 24px;
}

input[type="range"]:focus {
  outline: none;
}
