/*===================
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 .nav-tabs {
  border: 0;
  justify-content: space-between;
  overflow: auto;
  flex-wrap: initial;
}
.serviceList .nav-tabs li {
  flex-basis: 33.33333%;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.serviceList .nav-tabs li:not(:last-child) {
  margin-right: 30px;
}
.serviceList .nav-tabs li:first-child:hover a {
  background: #d0ffcf;
}
.serviceList .nav-tabs li:first-child a.active {
  background: #d0ffcf;
}
.serviceList .nav-tabs li:first-child a.active:after {
  background: #128D0F;
}
.serviceList .nav-tabs li:first-child .title-main {
  color: #128D0F;
}
.serviceList .nav-tabs li:nth-child(2):hover a {
  background: #FFEDA9;
}
.serviceList .nav-tabs li:nth-child(2):hover a:after {
  background: #EC8322;
}
.serviceList .nav-tabs li:nth-child(2) a.active {
  background: #FFEDA9;
}
.serviceList .nav-tabs li:nth-child(2) a.active:after {
  background: #EC8322;
}
.serviceList .nav-tabs li:nth-child(2) .title-main {
  color: #FB8802;
}
.serviceList .nav-tabs li:last-child {
  margin-right: 0;
}
.serviceList .nav-tabs li:last-child:hover a {
  background: #D0EFF9;
}
.serviceList .nav-tabs li:last-child:hover a:after {
  background: #012469;
}
.serviceList .nav-tabs li:last-child a.active {
  background: #D0EFF9;
}
.serviceList .nav-tabs li:last-child a.active:after {
  background: #012469;
}
.serviceList .nav-tabs li:last-child .title-main {
  color: #012469;
}
.serviceList .nav-tabs li a {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #E3E3E3;
  border-radius: 10px 10px 0px 0px;
}
.serviceList .nav-tabs li a:after {
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}
.serviceList .nav-tabs li a:hover {
  text-decoration: none;
}
.serviceList .nav-tabs li a img {
  display: inline-block;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
.serviceList .nav-tabs li a span.title-main {
  font-family: "Inter", sans-serif;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.serviceList .nav-tabs li a span.title-sub {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.2;
  color: #3C3C3D;
}
.serviceList .nav-tabs li a .title_tab span {
  display: block;
}
.serviceList .minWidth {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
.serviceList .tab-content {
  background: #FFFFFF;
  border-radius: 10px;
}
.serviceList #premium, .serviceList #gold, .serviceList #fund {
  padding: 30px;
}
.serviceList #gold .inner, .serviceList #fund .inner {
  padding-top: 25px;
}
.serviceList #gold .inner .contact-us-btn, .serviceList #fund .inner .contact-us-btn {
  height: 45px;
  width: 248px;
  justify-content: center;
  font-weight: 550;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  border-radius: 50px;
}
.serviceList #gold .inner .title-1, .serviceList #fund .inner .title-1 {
  color: #FB8802;
  font-family: "Inter", sans-serif;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.serviceList #gold .inner .sub-1, .serviceList #fund .inner .sub-1 {
  font-family: "Inter", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.2;
  color: #757575;
  margin-bottom: 40px;
}
.serviceList #gold .inner .list-title, .serviceList #fund .inner .list-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 25px;
  color: #012469;
}
.serviceList #gold .inner li, .serviceList #fund .inner li {
  padding-left: 30px;
  position: relative;
  text-align: justify;
  font-weight: 550;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3D;
}
.serviceList #gold .inner li:not(:last-child), .serviceList #fund .inner li:not(:last-child) {
  margin-bottom: 15px;
}
.serviceList #gold .inner li:after, .serviceList #fund .inner li:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGjSURBVHgBrZWxTgJBEIb/WRBDYoFa6BlNIDHWtMaGzsrgEyhUFytDbSE8AXQGG6S2odDCRuksbI7KxgSCRjqlUgFh3L2Dy4EnOcA/2WR29va7mb3ZOYKLuFoI9YKtQ+5RjAhRBsLKT0CNGYY0Sn5NL7rtpVHHd+MsAYisNEMYr5oc6VHwELDzep4j4mNMIBl9Zk7T07+AnUY+LSenmELyWHK+VT1lA/tpFjCbEip9E9ht5KuDg59EbFwBlWvQ3gmwuN70tQIRoaKbBYaFZSAQVLmalSHAIo4J5YTRbsqCKn8PMaHqzH6wbgDtj6lgpoiiwk737Rm4y4Nvsn9Cx8IshYVtLm0Am9sS/OIK9QAzJciqeCvinQNXqFeYVM3fv5thJ5SV8XRvQVe2gMdbLzD5Zjb8JLjMTPtOvxOqovUEMzdSifi9EOp+tatwaQb8cAnUK95gKl1Nj/z71TO/sl87ulAXHFOKHG3MLhvVLdQCJhSx7DSanhnMhXPRWuglnaU0Rk05Er41q205onWXea4k4jKC4V8AwSBwWXzOFymSbI7u+wFpvbmYdsGgVAAAAABJRU5ErkJggg==);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.serviceList #gold .inner .package__title, .serviceList #fund .inner .package__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #0E0D0D;
}
.serviceList #gold .inner .package__item, .serviceList #fund .inner .package__item {
  margin-bottom: 40px;
  border-radius: 15px;
  border: 1px solid #eee;
  text-align: center;
  padding: 30px;
  height: 240px;
}
.serviceList #gold .inner .package__item .mainTitle, .serviceList #fund .inner .package__item .mainTitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #3C3C3D;
  margin-bottom: 15px;
}
.serviceList #gold .inner .package__item .subTitle, .serviceList #fund .inner .package__item .subTitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 30px;
  color: #FF7B01;
}
.serviceList #gold .inner .package__item .upgrade-now-btn, .serviceList #fund .inner .package__item .upgrade-now-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #F1F2F3;
  border-radius: 50px;
  border: none;
}
.serviceList #gold .inner .package__item .upgrade-now-btn:hover, .serviceList #fund .inner .package__item .upgrade-now-btn:hover {
  background: linear-gradient(180deg, rgba(255, 198, 1, 0.5) 0%, #FFC601 34.88%);
}
.serviceList #gold .inner .package__item .upgrade-now-btn span, .serviceList #fund .inner .package__item .upgrade-now-btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #070707;
}
.serviceList #gold .inner h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #FB8802;
  margin-bottom: 25px;
}
.serviceList #gold .inner .div-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #FB8802;
}
.serviceList #gold .inner .desc1 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 550;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3C3C3D;
}
.serviceList #fund .inner h5, .serviceList #fund .inner .title-1, .serviceList #fund .inner .list-title {
  color: #012469 !important;
}
.serviceList #fund .inner .desc {
  font-weight: 550;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3D;
  margin-bottom: 25px;
}
.serviceList #fund .inner .package__item {
  border: 1px solid #C8DDFD;
  background: transparent;
  box-shadow: none;
}
.serviceList #fund .inner li:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHqSURBVHgBpZTLSxtRFMa/c1IopYJZNd1NUoqPRSFdlm5SJrhpwXbbTewfUEpaKLhKBEE3YlZuXPhYiAsF12IwCxVBUcGFgpqJ6MIIgqIuFJzrPRNHYxjDTPxgmLnnzv1xzj0Pgofm160wXnPKtilBUHEFRMVOQEmBNpjUzJdWY8zrLNUa8ltWFzEPKoUw6kjgRMjWgh8B89v7Of36gyBS6DHbjay75AfP9rOBYRWXMtqRwYclKmGCeATPEBO6JHzHQyLOoAGNTywg+a0fe8Vj2DZykkwW79wsBoXJ8zbSjKamlxJr+OYVpxgc6kRAVcMG+n4i8qbZsesSSzCUirs/Li7v4OLyqiFYRRSXO4zK526xjEzvNP51TzwJrQ9zFL0vm/fvIugwP+gLLntCfcAcCbDkLv6nv3pC/cKEFUr9/pvQH22u5fOnFhyVz7C6VsTKmoWDwxNMTi37gWmpwgtFqkAK36vN4qloNr/peOsPpnFEMzRvWWH7mi14DIOh4Tks6cz7gUm4ZpsRc1pvVhd36Jmtp3TrJd3W62iPjer05NCo9BhL3o2x+7IxW4y0bCC4cmar0eMuuHpHNm6U/QtVpVTHq1MJU99b+rH5Ccm9MlMnKZLWjN6ZS7oqNvR4Kpxf2mM/PsZOa8/dAs5C0LUFvK+OAAAAAElFTkSuQmCC);
}
.serviceList #fund .inner .btn-page-bg {
  width: 248px !important;
  background: linear-gradient(180deg, rgba(255, 198, 1, 0.5) 0%, #FFC601 34.88%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  padding: 0;
  height: 60px;
}
.serviceList .btn-page {
  width: 100%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px 0;
  border: 0;
}
.serviceList .btn-page span {
  font-family: "Inter", sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
}
.serviceList .btn-page.btn-page-bg {
  text-transform: uppercase;
  border: 1px solid transparent;
  width: 100% !important;
  color: #000;
}
.serviceList .btn-page.btn-page-bg:hover {
  background: #FFC701;
  margin-bottom: 0;
  border: 1px solid #FFC701;
}
.serviceList .questions-wrap {
  padding: 6px 25px 25px 25px;
}
.serviceList .question__title {
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #0E0D0D;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
}
.serviceList .question__item {
  border: 2px solid #757575;
  border-radius: 4px;
  padding: 21px 67px 21px 30px;
  cursor: pointer;
  font-weight: 550;
  font-size: 16px;
  color: #14142B;
  margin-bottom: 24px;
  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: 2px solid #CECECE;
  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 {
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.2;
}
.serviceList .question__content p:first-child {
  padding-top: 20px;
}
.serviceList .question__content p {
  font-family: "Inter", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1250px) {
  .serviceList .minWidth {
    padding: 0 25px;
  }
  .serviceList .minWidth.question {
    padding: 50px 25px;
  }
}
/*===================
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;
}

#premium .row.feature-row {
  margin-left: -10px;
  margin-right: -10px;
}
#premium .feature-col {
  padding-left: 10px;
  padding-right: 10px;
}
#premium .premium-feature {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
#premium .premium-feature img {
  margin-right: 5px;
}
#premium .premium-feature span {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}
#premium .upgrade-now-btn {
  width: 100%;
  background: #F1F2F3;
  border-radius: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
#premium .upgrade-now-btn:hover {
  background: linear-gradient(180deg, rgba(255, 198, 1, 0.5) 0%, #FFC601 34.88%);
}
#premium .upgrade-now-btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #070707;
}
#premium h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #128D0F;
  text-align: center;
  margin-bottom: 20px;
}
#premium .blockUpgrade.blockCustom .blockUpgrade__title {
  height: 70px;
}
#premium .blockUpgrade {
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 36px;
}
#premium .blockUpgrade .package-img-wrap {
  margin-bottom: 38px;
  height: 90px;
}
#premium .blockUpgrade .package-img-wrap img {
  height: 100%;
}
#premium .blockUpgrade .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #FF7B01;
}
#premium .blockUpgrade__title {
  margin-bottom: 13.5px;
  height: 89px;
  border: 1px solid transparent;
}
#premium .blockUpgrade__title span {
  display: inline-block;
  color: #83BC26;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
#premium .blockUpgrade__title p {
  width: 100%;
  color: #757575;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #757575;
}
#premium .compareVersion {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}
#premium .compareVersion__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #0E0D0D;
  margin-bottom: 0;
}
#premium .compareVersion table {
  border-radius: 10px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
#premium .compareVersion .table-body th {
  border-left: 1px solid #dee2e6;
}
#premium .compareVersion .table-body th, #premium .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;
}
#premium .compareVersion .table-body td {
  text-align: center;
}
#premium .compareVersion .table-body img {
  height: 26px;
}
#premium .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;
}
#premium .compareVersion .table-head th span {
  display: block;
}
#premium .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;
}
