/*===================
FONTS=====================*/
body .delete-stock .ui.red.button {
  background-color: #000;
}
body .delete-stock .ui.green.button {
  background-color: #FFC701;
  color: #000;
}
body .delete-stock .actions {
  text-align: center !important;
}

body .logo .pageTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  top: 7px;
  position: relative;
}

body .btnCustom {
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0 !important;
  color: #070707;
}
body .Calendar__headerCustom {
  position: relative;
  padding: 1rem 2rem;
}
body .Calendar__headerCustom .closeIcon {
  position: absolute;
  top: 1rem;
  cursor: pointer;
  right: 2rem;
}
body .Calendar__headerCustom h5 {
  font-family: "Inter", sans-serif;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .Calendar__headerCustom--block {
  display: flex;
  justify-content: space-between;
}
body .Calendar__headerCustom .blockHeader span {
  display: block;
}
body .Calendar__headerCustom .blockHeader span:first-child {
  font-family: "Inter", sans-serif;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  padding-bottom: 5px;
}
body .Calendar__headerCustom .blockHeader span:last-child {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #6D6565;
}

.pageClient:has(.serviceList) {
  padding-top: 65px !important;
}

.serviceList {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
}
.serviceList .feature-row {
  align-items: center;
}
.serviceList .service-product {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 26px;
}
.serviceList .service-product .package-name {
  font-weight: 500;
  font-size: 20px;
  color: black;
  text-align: center;
}
.serviceList .service-product .package-price {
  font-size: 44px;
  font-weight: 700;
  color: black;
}
.serviceList .service-product .package-price-subtext {
  font-size: 20px;
  font-weight: 500;
}
.serviceList .service-product .package-desc {
  color: gray;
}
.serviceList .service-product ul {
  list-style-type: none;
  padding: 0;
  margin: 36px 0;
}
.serviceList .service-product ul li {
  font-size: 13px;
}
.serviceList .service-product ul li svg {
  width: 16px;
  height: 16px;
  color: orange;
  margin-right: 4px;
}
.serviceList .product-select-wrap {
  flex-grow: 1;
}
.serviceList .product-select-wrap div[class*=-Input] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.serviceList .product-select-wrap div[class*=-control] {
  border: 1px solid #F2F2F3;
  border-radius: 50px;
  height: 44px;
  margin-bottom: 14px;
}
.serviceList .product-select-wrap div[class*=-menu]:not(.select-menuList) {
  right: 0;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.serviceList .product-select-wrap div[class*=-indicatorContainer] {
  padding: initial;
  padding-right: 6px;
}
.serviceList .product-select-wrap .select-menuList {
  border-radius: 4px;
  max-height: 260px;
  padding: 0;
  border: none;
}
.serviceList .product-select-wrap .select-menuList .select-option {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 15px;
  border-radius: 0;
  font-weight: 550;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
}
.serviceList .product-select-wrap .select-menuList .select-option.-selected {
  background: #F5F5F5;
  color: #434D56;
}
.serviceList .product-select-wrap .select-menuList .select-option .name,
.serviceList .product-select-wrap .select-menuList .select-option .price {
  font-size: 14px;
  line-height: 150%;
  color: #434D56;
}
.serviceList .product-select-wrap .select-menuList .select-option .price {
  font-weight: 550;
}
.serviceList .product-select-wrap div[class*=-ValueContainer] {
  padding: 0 10px;
}
.serviceList .product-select-wrap div[class*=-singleValue] .inner-wrap {
  display: flex;
  justify-content: space-between;
}
.serviceList .product-select-wrap div[class*=-singleValue] .inner-wrap .price {
  font-weight: 550;
}
.serviceList .product-select-wrap div[class*=-singleValue] .inner-wrap .name,
.serviceList .product-select-wrap div[class*=-singleValue] .inner-wrap .price {
  font-size: 14px;
  line-height: 150%;
  color: #434D56;
}
.serviceList .upgrade-now-btn {
  width: 100%;
  background: #F1F2F3;
  border-radius: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: bold;
  color: black !important;
}
.serviceList .upgrade-now-btn:hover {
  background: linear-gradient(180deg, rgba(255, 198, 1, 0.5) 0%, #FFC601 34.88%);
}
.serviceList .upgrade-now-btn span {
  font-size: 14px;
}
.serviceList .trialVersion {
  border-radius: 15px;
  background: url(/65d7006c1243bbbf392fc8ee9d3df1a4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 640px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.serviceList .trialVersion .trialVersion-content {
  margin: 80px 0 0 80px;
}
.serviceList .trialVersion .trialVersion-content ul {
  list-style-type: none;
  padding: 0;
  margin: 36px 0;
}
.serviceList .trialVersion .trialVersion-content ul li {
  font-size: 15px;
  color: white;
}
.serviceList .trialVersion .trialVersion-content ul li svg {
  width: 16px;
  height: 16px;
  color: white;
  margin-right: 4px;
}
.serviceList .trialVersion .trialVersion-content .upgrade-now-btn {
  width: 100%;
  background: #F1F2F3;
  border-radius: 50px;
  height: 44px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: bold;
  color: black !important;
}
.serviceList .trialVersion .trialVersion-content .upgrade-now-btn:hover {
  background: linear-gradient(180deg, #fff0bc, #ffc601 100%);
}
.serviceList .trialVersion .trialVersion-content .upgrade-now-btn span {
  font-size: 14px;
}
.serviceList .compareVersion {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.serviceList .compareVersion__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #0E0D0D;
  margin-bottom: 10px;
}
.serviceList .compareVersion table {
  border-radius: 10px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.serviceList .compareVersion .table-body th {
  border-left: 1px solid #dee2e6;
}
.serviceList .compareVersion .table-body th,
.serviceList .compareVersion .table-body td {
  font-weight: 550;
  font-size: 16px;
  line-height: 140%;
  color: #4F4F4F;
  padding: 16px 20px;
  min-width: 300px;
  vertical-align: middle;
  border: none;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.serviceList .compareVersion .table-body td {
  text-align: center;
}
.serviceList .compareVersion .table-body img {
  height: 26px;
}
.serviceList .compareVersion .table-head th {
  text-align: center;
  vertical-align: middle;
  padding: 18px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  border-bottom: none;
  border-left: none;
}
.serviceList .compareVersion .table-head th span {
  display: block;
}
.serviceList .compareVersion .table-head th span.label-table {
  padding: 2px 36px;
  background: #128D0F;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
}
.serviceList .question__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0E0D0D;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
}
.serviceList .question__item {
  border: 1px solid #757575;
  border-radius: 12px;
  padding: 21px 67px 21px 21px;
  cursor: pointer;
  font-weight: 550;
  font-size: 16px;
  color: #14142B;
  margin-bottom: 12px;
  background: #F5F5F5;
  position: relative;
}
.serviceList .question__item .question-answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3C3C3D;
}
.serviceList .question__item:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABjSURBVHgB7c2xDYAwDERRG2WEZAloYAM2YATEaEzCCjRUNOmdDQgYIZSK1nT3qtM1nwgAwBSXEULdqtJABpg5imzzJ+J9sxBpT0aYj05kX5/typnzOTlXjWRA9YopvQEAgB/cOq4ZJTsqLzoAAAAASUVORK5CYII=);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 19px;
  right: 23px;
}
.serviceList .question__item.collapsed {
  border: 1px solid #EEE;
  background: #fff;
}
.serviceList .question__item.collapsed:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC4SURBVHgB7ZVBCsIwEEUzNXsLndl3I4R2U0+gN/AI1RN5hXoSr+DGlZvs0xtYHROkuBCLI260eRAYwh8eAxmi1CghKiqislZCEkmYGbbM3BDNKkmfSPKQTaaS/EcSKVEyUgn0RVg0ZrUaDINa+0zuT+Nr+zoH1rnj7kmCWO79BizVlwA4z507HUKt+8uuu2y0TurhxvcmYb7atr0LxIRpEQtGNAtJX3zCUfLjEhFpavIsM+I//n+4AUAlMzxgVFxHAAAAAElFTkSuQmCC);
}
.serviceList .question__item:last-child {
  margin-bottom: 0;
}
.serviceList .question__content p:first-child {
  padding-top: 20px;
}
