.cnt-calcomp {
  padding: 0 100px;
}

.rtl-calcomp, .rtl-calcomp * {
  direction: rtl;
}

.search-cnt-calcomp {
  color: #fff;
  border: 3px solid #3caebe;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 20px;
  display: flex;
}

.calc-title-calcomp {
  text-align: center;
  color: #3caebe;
  width: 100%;
  padding: 70px 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
}

.search-method-calcomp {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.search-method-btn-calcomp {
  cursor: pointer;
  color: #3caebe;
  background-color: #fff;
  justify-content: center;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.rtl-calcomp .search-method-btn-calcomp:last-of-type, .search-method-btn-calcomp:first-of-type {
  border-radius: 20px 0 0 20px;
}

.rtl-calcomp .search-method-btn-calcomp:first-of-type, .search-method-btn-calcomp:last-of-type {
  border-radius: 0 20px 20px 0;
}

.search-method-btn-selected-calcomp {
  color: #fff;
  background-color: #3caebe;
}

.search-method-btn-calcomp:not(.search-method-btn-selected-calcomp) {
  box-shadow: 0 6px 20px #0000001c, 0 6px 5px #0000004d;
}

.input-calcomp {
  color: #414042;
  background-color: #fff;
  border: 1px solid #414042;
  border-radius: 25px;
  width: 220px;
  height: 37px;
  font-size: 12px;
}

.search-city-calcomp {
  padding: 10px;
}

.search-city-input-calcomp {
  border-radius: 15px;
  width: 100%;
  height: 30px;
}

.search-cnt-calcomp .label-calcomp {
  color: #414042;
  padding-bottom: 14px;
}

.result-wrapper-calcomp .label-calcomp {
  color: #00000073;
  padding-bottom: 14px;
  padding-left: 10px;
  font-weight: 500;
}

.search-inputs-calcomp {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  display: flex;
}

.search-inputs-calcomp .btn-calcomp, .show-result-btn-calcomp {
  color: #fff;
  cursor: pointer;
  background-color: #3caebe;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 37px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}

.search-inputs-calcomp .btn-calcomp span {
  border: 6px solid #fff;
  border-top-color: #3caebe;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: 1s linear infinite spin;
}

.city-loading-calcomp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.city-loading-calcomp span {
  border: 6px solid #39364c80;
  border-top-color: #3caebe;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: 1s linear infinite spin;
}

.select-wrapper-calcomp {
  z-index: 10;
  position: relative;
}

.option-cnt-calcomp {
  z-index: -1;
  color: #414042;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  width: 100%;
  padding-top: 37px;
  position: absolute;
  top: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #0000008f;
}

.option-calcomp {
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px;
  font-size: 12px;
}

.option-selected-calcomp {
  background-color: #0003;
}

.option-calcomp:not(.option-selected-calcomp):hover {
  background-color: #0000001a;
}

.select-calcomp {
  cursor: pointer;
  text-transform: capitalize;
  align-items: center;
  padding: 8px;
  display: flex;
}

label {
  position: relative;
}

.vehicle-image-calcomp {
  border-radius: 34px;
  width: 100%;
  max-width: 230px;
}

.select-calcomp:after {
  content: "";
  border: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
}

.rtl-calcomp .select-calcomp:after {
  right: unset;
  left: 8px;
}

.select-opened-calcomp:after {
  border-bottom-color: #414042;
  top: calc(50% - 8px);
}

.select-closed-calcomp:after {
  border-top-color: #414042;
}

.field-error-calcomp {
  color: #e12828;
  height: 10px;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
}

.form-error-flex-calcomp, .form-error-calcomp {
  color: #e12828;
  height: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.form-error-flex-calcomp {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  display: flex;
}

.result-wrapper-calcomp {
  background-color: #fff;
  height: 0;
  transition: all 1s;
  overflow: hidden;
}

.result-cnt-calcomp {
  flex-direction: column;
  align-items: center;
  gap: 80px;
  display: flex;
}

.title-chip-calcomp {
  background-color: #3caebe8c;
  border: 1px solid #3caebe;
  border-radius: 41px;
  width: 27px;
  height: 10px;
  box-shadow: 0 4px 12px #0000001a;
}

.title-calcomp {
  color: #39364c;
  font-size: 48px;
  font-weight: 600;
}

.title-wrapper-calcomp {
  opacity: var(--visble);
  align-items: center;
  gap: 20px;
  display: flex;
}

.info-calcomp {
  border-radius: 43px;
  justify-content: space-between;
  min-width: 100%;
  min-height: 150px;
  padding: 10px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 30px #0003;
}

.empty-info-calcomp {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  display: flex;
}

.empty-info-title-calcomp {
  color: #eb5757;
  border: 1px solid;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.info-item-calcomp {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.info-item-title-calcomp {
  color: #535353;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -36px;
}

.info-item-body-calcomp {
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 100%;
  display: flex;
}

.info-item-body-calcomp * {
  direction: ltr;
}

.result-card-wrapper-calcomp {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  display: flex;
}

.result-col-calcomp {
  flex-direction: column;
  flex-grow: 1;
  gap: 40px;
  width: calc(50% - 50px);
  min-width: 480px;
  display: flex;
}

.result-card-calcomp {
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 2px 4px 22px #00000040;
}

.qyt-btn-wrapper-calcomp, .ssl-wrapper-calcomp {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.qyt-btn-left-calcomp, .qyt-btn-right-calcomp, .ssl-btn-calcomp {
  cursor: pointer;
  color: #414042;
  border: 2px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.ssl-btn-calcomp {
  flex: 1;
}

.rtl-calcomp .qyt-btn-right-calcomp, .qyt-btn-left-calcomp, .rtl-calcomp .ssl-btn-calcomp.right-curved-calcomp, .ssl-btn-calcomp.left-curved-calcomp {
  border-radius: 20px 0 0 20px;
}

.rtl-calcomp .qyt-btn-left-calcomp, .qyt-btn-right-calcomp, .rtl-calcomp .ssl-btn-calcomp.left-curved-calcomp, .ssl-btn-calcomp.right-curved-calcomp {
  border-radius: 0 20px 20px 0;
}

.qyt-btn-selected-calcomp, .ssl-btn-selected-calcomp {
  color: #fff;
  background-color: #3caebe;
  border: none;
}

.qyt-btn-disable-calcomp, .ssl-btn-disable-calcomp {
  color: #d9d9d9;
  cursor: not-allowed;
  pointer-events: none;
}

.grand-total-calcomp {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  display: flex;
}

.card-title-calcomp, .grand-total-title-calcomp {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #3caebe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 5px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.grand-total-value-calcomp {
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  display: flex;
}

.grand-total-value-calcomp div {
  color: #414042;
  direction: ltr;
  border: 1px solid #3caebe;
  border-radius: 20px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  min-width: fit-content;
  max-width: 100%;
  height: 70px;
  padding: 5px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.grand-total-value-calcomp span {
  color: #3caebe;
  padding-left: 5px;
}

.card-section-calcomp {
  border-top: 2px solid #3caebe;
  width: 100%;
  padding-top: 35px;
}

.section-item-calcomp {
  color: #2d3748;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.total-value-calcomp {
  direction: ltr;
}

.no-price-calcomp {
  color: #e12828;
}

.advice-wrapper-calcomp {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 100px 0;
  display: flex;
}

.advice-cnt-calcomp {
  gap: 5px;
  width: 340px;
  display: flex;
}

.advice-icon-calcomp {
  background-color: #3caebe;
  border-radius: 100%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.advice-desc-calcomp {
  font-weight: 600;
}

.result-inputs-calcomp {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 15px;
  width: 100%;
  display: flex;
}

.price-divider-calcomp {
  color: #3caebe;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}

.empty-plus-calcomp {
  width: 26px;
}

.total-detail-calcomp {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  display: flex;
}

.total-detail-item-calcomp {
  color: #2d3748;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.total-detail-item-calcomp:nth-of-type(2) * {
  direction: ltr;
}

@media (width <= 1199.98px) {
  .info-calcomp {
    flex-direction: column;
    padding: 25px;
  }

  .info-item-calcomp {
    background-color: #39364c10;
    border-radius: 25px;
    flex-direction: row;
    margin-bottom: 50px;
    box-shadow: 0 0 10px #0000001a;
  }

  .info-item-title-calcomp {
    position: unset;
    top: unset;
    background-color: #3cafbe28;
    border: 2px solid #3caebe;
    border-width: 2px 3px 2px 1px;
    border-radius: 25px;
    width: 50%;
    padding: 40px;
  }

  .info-item-body-calcomp {
    padding-left: 40px;
  }

  .rtl-calcomp .info-item-body-calcomp {
    padding-right: 40px;
    padding-left: unset;
  }
}

@media (width <= 800px) {
  .cnt-calcomp {
    padding: 20px;
  }

  .result-col-calcomp {
    min-width: unset;
    width: auto;
  }
}

@media (width <= 455px) {
  .search-method-calcomp {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .search-method-btn-calcomp {
    border-radius: 20px !important;
  }

  .input-calcomp {
    width: 100%;
  }

  .select-wrapper-calcomp {
    flex-grow: 1;
  }

  label, .search-cnt-calcomp {
    width: 100%;
  }

  .qyt-btn-wrapper-calcomp {
    flex-direction: column;
    gap: 15px;
  }

  .qyt-btn-left-calcomp, .qyt-btn-right-calcomp {
    width: 100%;
    border-radius: 20px !important;
  }
}

@media (width <= 575px) {
  .ssl-wrapper-calcomp {
    flex-direction: column;
    gap: 15px;
  }

  .ssl-btn-calcomp {
    flex-basis: 70px;
    width: 100%;
    border-radius: 20px !important;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
