@charset "UTF-8";
.stocks-page h1,
.stocks-page .plan-comparison-searchbar {
  margin: 0px;
}
.stocks-page #search {
  border-radius: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.stocks-page .stock-card {
  font-family: MidasInter-Bold, Arial, sans-serif;
  text-align: center;
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 25px 16px;
  display: grid;
}
.stocks-page .stock-card p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #353849;
}
.stocks-page .stock-card span {
  font-size: 14px;
  margin-bottom: 5px;
}
.stocks-page .stock-card span.up {
  color: #1dc46b;
}
.stocks-page .stock-card span.down {
  color: #db4933;
}
.stocks-page .skelethon-conent {
  border-radius: 8px;
  min-height: 110px;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1s shine ease-in-out infinite;
}
.stocks-page .sort-card {
  background: #fbfbfe;
  border-radius: 8px;
  padding: 25px 10px;
  border: 1px solid #edeefd;
  height: 100%;
  display: grid;
  align-content: center;
}
.stocks-page .sort-card p,
.stocks-page .sort-card a {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #2b2a35;
}
.stocks-page .sort-card.active {
  background: #4959ea;
  border-color: #4959ea;
}
.stocks-page .sort-card.active * {
  color: white;
}
.stocks-page .index-cards {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 25px;
}
.stocks-page .index-cards .title {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
  padding-bottom: 20px;
}
.stocks-page .index-cards .indexitem {
  font-size: 12px;
  margin-bottom: 5px;
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4959ea;
}
.stocks-page {
  /* phone */
}
@media screen and (max-width: 600px) {
  .stocks-page h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .stocks-page .skelethon-conent {
    min-height: 82px;
  }
  .stocks-page .row-scrollable {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0px !important;
    position: relative;
  }
  .stocks-page .row-scrollable .col {
    display: inline-block;
    flex: 0 0 35%;
    padding-left: 0px;
  }
  .stocks-page .row-scrollable .stock-card,
  .stocks-page .row-scrollable .sort-card {
    margin: 10px 0px;
    padding: 40px 10px;
    height: 80px;
    align-content: center;
    display: grid;
  }
}

.stocks-detail h1 {
  font-size: 28px !important;
  color: #2b2a35 !important;
  line-height: 38.16px;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .stocks-detail h1 {
    font-size: 20px !important;
    line-height: 28px;
  }
}
.stocks-detail .plan-comparison-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .stocks-detail .plan-comparison-title {
    margin-bottom: 20px;
  }
}
.stocks-detail .plan-comparison-title.title-with-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.stocks-detail .plan-comparison-title.title-with-logo.with-padding .detail-image {
  padding: 8px 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.stocks-detail .plan-comparison-title.title-with-logo .detail-image {
  width: 50px;
  height: 50px;
  border: 0.565915px solid #c2d0eb;
  border-radius: 100px;
}
@media screen and (max-width: 600px) {
  .stocks-detail .plan-comparison-title.title-with-logo .detail-image {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .stocks-detail .plan-comparison-title.title-with-logo h1 {
    text-align: left;
  }
}
.stocks-detail .breadcrumb {
  margin-bottom: 20px !important;
}
.stocks-detail .col-auto {
  min-width: 18.7%;
}
.stocks-detail .detail-card-container {
  justify-content: center;
}
.stocks-detail .detail-card-container .detail-cards {
  font-size: 14px;
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  align-items: center;
  display: grid;
  height: 100%;
}
.stocks-detail .detail-card-container .detail-cards .title {
  color: #9b9ca8;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.stocks-detail .detail-card-container .detail-cards .val {
  color: #353849;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: MidasInter-Bold, Arial, sans-serif;
}
.stocks-detail .detail-card-container .detail-cards.active {
  background: #4959ea;
}
.stocks-detail .detail-card-container .detail-cards.active * {
  color: white;
}
.stocks-detail .main-card-container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  position: relative;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .stocks-detail .main-card-container {
    width: auto;
  }
}
.stocks-detail .main-card-container .card {
  padding: 20px 15px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
  flex: 1 1 auto;
}
.stocks-detail .main-card-container .card a {
  color: #353849;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.stocks-detail .main-card-container .card.active {
  background: #4959ea;
}
.stocks-detail .main-card-container .card.active a {
  color: white;
}
@media screen and (min-width: 1000px) {
  .stocks-detail.emtia-detail .detail-card-container {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container {
    gap: 8px;
  }
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap {
  display: flex;
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fff;
  overflow-x: auto;
}
@media screen and (min-width: 800px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap {
    margin-left: 10px;
    width: calc(80% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap {
    display: flex;
    width: calc(70% - 8px);
    overflow-x: auto;
  }
}
@media screen and (max-width: 800px) and (min-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap {
    width: calc(70% - 2px);
    margin-left: 10px;
    margin-top: 0px;
  }
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap .detail-cards .title {
  background: #fbfbfe;
  color: #706e81;
  text-align: right;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap .detail-cards .val {
  background: white;
  color: #353849;
  text-align: center;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap .detail-cards {
    flex-grow: 1;
    flex-basis: 0;
  }
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap .detail-cards .title,
  .stocks-detail.emtia-detail .detail-card-container .detail-cards-wrap .detail-cards .val {
    font-size: 12px;
  }
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards {
  border: none;
  border-radius: 0px;
  padding: 0px;
}
@media screen and (min-width: 800px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards {
    width: 20%;
  }
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards.active {
  border-radius: 8px !important;
  padding: 1cap !important;
}
@media screen and (max-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards.active {
    width: calc(30% - 8px);
    padding: 0px !important;
    margin: auto;
    display: flex;
    justify-content: center;
    min-height: 100px;
  }
  .stocks-detail.emtia-detail .detail-card-container .detail-cards.active .val {
    padding: 0px;
    font-size: 12px;
  }
}
.stocks-detail.emtia-detail .detail-card-container .detail-cards .val,
.stocks-detail.emtia-detail .detail-card-container .detail-cards .title {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .stocks-detail.emtia-detail .detail-card-container .detail-cards .val,
  .stocks-detail.emtia-detail .detail-card-container .detail-cards .title {
    padding: 10px;
  }
}
.stocks-detail .data-table {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.stocks-detail .data-table .data-table-header {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
}
.stocks-detail .data-table .data {
  width: 100%;
  margin: 20px auto;
  display: inline-flex;
  justify-content: space-between;
}
.stocks-detail .data-table .data .title {
  color: #737586;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.stocks-detail .data-table .data .title.title_link {
  text-decoration: underline;
}
.stocks-detail .data-table .data .val {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.stocks-detail .details-card {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.stocks-detail .details-card.extra {
  flex-direction: row;
}
.stocks-detail .details-card.extra .logo-col {
  padding-left: 15px;
  padding-right: 15px;
}
.stocks-detail .details-card .title {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
.stocks-detail .details-card .desc {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: #737586;
}
.stocks-detail .details-card .detail-image {
  background: white;
  padding: 10px;
  display: inline-block;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: 2px solid #d9d8e7;
}
@media screen and (max-width: 600px) {
  .stocks-detail .details-card .detail-image {
    width: 70px;
    height: 70px;
  }
}
.stocks-detail .details-card .detail-list-container {
  padding-top: 20px;
}
.stocks-detail .details-card .detail-list-container .detail-list {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #edeefd;
}
.stocks-detail .details-card .detail-list-container .detail-list:last-child {
  border-bottom: none;
}
.stocks-detail .details-card .detail-list-container .detail-list .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #737586;
}
.stocks-detail .details-card .detail-list-container .detail-list .val {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  white-space: break-spaces;
  font-size: 15px;
  line-height: 24px;
  color: #353849;
  text-align: right;
}
.stocks-detail {
  /* phone */
}
@media screen and (max-width: 600px) {
  .stocks-detail .detail-card-container .detail-cards {
    padding: 30px 10px !important;
  }
  .stocks-detail .detail-card-container .detail-cards-wrap .detail-cards {
    padding: 0px !important;
  }
  .stocks-detail .buy-block .btn {
    width: auto;
  }
  .stocks-detail h2 {
    font-size: 18px !important;
  }
}
.stocks-detail {
  /* bilanco select */
}
.stocks-detail .bilanco-select-container {
  justify-content: center;
  gap: 15px;
}
.stocks-detail .bilanco-select-container .bilanco-dropdown {
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
}
.stocks-detail .bilanco-select-container .bilanco-dropdown select {
  padding: 10px 20px;
  border: none;
  background: #fbfbfe;
  -webkit-appearance: auto;
}
.stocks-detail {
  /* bilanco */
}
.stocks-detail .bilanco-table {
  width: 100%;
}
.stocks-detail .bilanco-table .bilanco-header {
  border-radius: 8px;
  background: #4959ea;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 90px;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow-x: auto;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-header {
    gap: 60px;
  }
}
.stocks-detail .bilanco-table .bilanco-header.bilanco-data-3 .select-container {
  gap: 130px !important;
}
.stocks-detail .bilanco-table .bilanco-header.bilanco-data-2 .select-container {
  gap: 200px !important;
}
.stocks-detail .bilanco-table .bilanco-header .select-container {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-header .select-container {
    gap: 25px;
  }
}
.stocks-detail .bilanco-table .bilanco-header .main-text {
  width: 26%;
  margin: auto;
  margin-left: 0px;
}
.stocks-detail .bilanco-table .bilanco-header h2 {
  color: #fff;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.stocks-detail .bilanco-table .bilanco-header h2.date {
  font-size: 14px;
}
.stocks-detail .bilanco-table .bilanco-data-container {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
  margin-top: 20px;
  overflow-x: auto;
  position: relative;
}
.stocks-detail .bilanco-table .bilanco-data-container table {
  width: 100%;
  display: grid;
}
.stocks-detail .bilanco-table .bilanco-data-container .collapse-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-data-container .collapse-icon {
    left: 5px;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container.show .collapse-icon:after {
  content: url("../img/bilanco_minus.svg");
}
.stocks-detail .bilanco-table .bilanco-data-container.show .bilanco-data {
  display: flex;
}
.stocks-detail .bilanco-table .bilanco-data-container.hide .collapse-icon:after {
  content: url("../img/bilanco_plus.svg");
}
.stocks-detail .bilanco-table .bilanco-data-container.hide tbody {
  display: none;
}
.stocks-detail .bilanco-table .bilanco-data-container.hide table {
  width: 100%;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data {
  justify-content: space-between;
  display: flex;
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header,
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data {
    overflow-x: auto;
    display: table-row !important;
  }
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header.force-width,
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data.force-width {
    display: grid !important;
    width: 100%;
    padding-left: 0px;
  }
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header.force-width .main-text,
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data.force-width .main-text {
    width: 100% !important;
    margin-left: 0px;
  }
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data,
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data {
    display: table-cell;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .main-text,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .main-text {
  width: 40%;
  text-align: left !important;
  margin: auto;
  margin-left: 10px;
  padding: 10px;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .main-text:first-letter,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .main-text:first-letter {
  text-transform: capitalize;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header:not(.main) .main-text,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data:not(.main) .main-text {
  text-transform: lowercase;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header td.data,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data td.data {
  min-height: 53px !important;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data {
  color: #737586;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px;
  margin: auto;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes blinkingUP {
  0%, 49% {
    background-color: rgba(29, 196, 110, 0.1450980392);
  }
  50%, 100% {
    background-color: white;
  }
}
@keyframes blinkingDOWN {
  0%, 49% {
    background-color: rgba(255, 46, 46, 0.2588235294);
  }
  50%, 100% {
    background-color: white;
  }
}
@keyframes blinking {
  0%, 49% {
    background-color: rgba(224, 224, 224, 0.3803921569);
  }
  50%, 100% {
    background-color: white;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data.refreshed,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data.refreshed {
  animation: 1s blinking;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data.up,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data.up {
  animation: 1s blinkingUP;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data.down,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data.down {
  animation: 1s blinkingDOWN;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data.up .percent,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data.up .percent {
  color: #1dc46b;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data.down .percent,
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data.down .percent {
  color: #db4933;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header {
  position: relative;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data {
  color: #353849;
  font-family: MidasInter-Bold, Arial, sans-serif;
  margin-left: 0px;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .data {
    padding-left: 25px;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .main-text {
  text-transform: capitalize !important;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .main-text {
    position: relative;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data-header .info {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-style: italic;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data {
  border-top: 1px solid #dadcf3;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data:hover {
  background: #edeefd;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data:hover .percent {
  display: block !important;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data {
  width: 30%;
  text-align: right;
  font-size: 14px;
  position: relative;
  margin-right: 0;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data .percent {
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  width: 60px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data .percent {
    width: 60px !important;
    font-size: 7px !important;
  }
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data .percent.down {
  color: #db4933;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data .data .percent.up {
  color: #1dc46b;
}
.stocks-detail .bilanco-table .bilanco-data-container .bilanco-data.main {
  background: #d9dcfe;
  font-weight: bold;
  font-size: 18px;
}
.stocks-detail .bilanco-table .custom-date-selector {
  background: none;
  border: none;
  color: white;
  font-weight: 700;
  -webkit-appearance: auto;
  width: 87px;
}
.stocks-detail .bilanco-table .custom-date-selector option {
  color: black;
}

@media screen and (min-width: 768px) {
  .altin-page .gram-cards {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .altin-detail .frequently-asked-questions {
    margin-top: 0px !important;
  }
  .altin-detail .gram-cards {
    margin-bottom: 0px !important;
  }
}
.altin-detail h1 {
  margin-bottom: 0px;
  font-family: "arial";
}
.altin-detail .breadcrumb {
  margin-bottom: 20px !important;
}
.altin-detail .breadcrumb .breadcrumb-item a {
  font-family: "arial";
}
.altin-detail h1 {
  font-size: 40px !important;
  line-height: 40px;
}
.altin-detail .calc-title {
  font-size: 16px !important;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-weight: 400;
}
.altin-detail .calc-title strong {
  font-weight: 700;
}
.altin-detail .calc-card {
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
}
.altin-detail .calc-card .btn {
  padding: 20px;
}
.altin-detail .calc-card .btn:first-child {
  margin-right: 20px;
}
.altin-detail .calc-card .btn.btn-gray {
  background: #edeefd;
  color: #4959ea;
}
.altin-detail .calc-card .btn.btn-outline {
  background: none;
  border: 1px solid #4959ea;
  color: #4959ea;
}
.altin-detail .calc-card .btn.btn-output {
  cursor: auto;
}
.altin-detail .calc-card .faq {
  padding: 20px;
  padding-top: 0px;
}
.altin-detail .calc-card .faq .question {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.altin-detail .calc-card .faq .answer {
  color: #737586;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

/* sharable styles */
.stock-based-page .breadcrumb {
  margin-bottom: 10px;
  display: block !important;
}
.stock-based-page .loader {
  width: 15px;
  height: 15px;
  border: 3px solid #4959ea;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  padding: 0px !important;
  display: flex;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
}
.stock-based-page td.loader-con {
  text-align: center !important;
}
.stock-based-page td.loader-con .loader {
  position: relative;
  right: inherit;
  top: inherit;
  text-align: center;
  display: inline-block;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stock-based-page .breadcrumb-item,
.stock-based-page .breadcrumb .container {
  display: flex;
  justify-content: center !important;
}
@media screen and (max-width: 600px) {
  .stock-based-page .breadcrumb-item a {
    line-height: 1.2;
    text-align: center;
  }
  .stock-based-page .breadcrumb-item a span {
    margin: 0px;
    line-height: 1;
    font-size: 80%;
  }
}
@media screen and (min-width: 600px) {
  .stock-based-page .breadcrumb-item a {
    display: inline-flex;
  }
}
.stock-based-page .posts-card {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.stock-based-page .posts-card .info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.stock-based-page .posts-card .post-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock-based-page .posts-card .post-card-header .see-all {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #4959ea;
}
.stock-based-page .posts-card .post-card-header .title {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
}
.stock-based-page .posts-card .post-card-container .post-card {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #edeefd;
}
.stock-based-page .posts-card .post-card-container .post-card:last-child {
  border-bottom: none;
}
.stock-based-page .posts-card .post-card-container .post-card .post-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #353849;
}
.stock-based-page .posts-card .post-card-container .post-card .post-extra-details {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #9b9ca8;
}
.stock-based-page .posts-card .post-card-container .post-card .post-image img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.stock-based-page .frequently-asked-questions {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 25px;
}
.stock-based-page .frequently-asked-questions .accordion .card-header {
  border-color: #edeefd !important;
}
.stock-based-page .frequently-asked-questions .accordion .card-header[aria-expanded*=true]::after {
  content: url("../img/arrow-faq-active.png") !important;
}
.stock-based-page .frequently-asked-questions .accordion .card-header::after {
  content: url("../img/arrow-faq.png") !important;
  top: 50%;
  transform: translateY(-50%);
}
.stock-based-page .frequently-asked-questions .accordion .card-body {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  color: #737586;
  white-space: pre-line;
}
.stock-based-page .frequently-asked-questions .card-header .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 18px !important;
  color: #2b2a35 !important;
  padding-right: 25px;
}
.stock-based-page .disclaimer p {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 12px;
  text-align: justify;
  color: #737586;
}
.stock-based-page .btn-container .header-contain-item-actions {
  display: flex;
  justify-content: center !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .stock-based-page .btn-container .header-contain-item-actions {
    display: none;
  }
}
.stock-based-page .btn-container .header-contain-item-actions.is-open ul li ul {
  opacity: 1;
  visibility: visible;
}
.stock-based-page .btn-container .header-contain-item-actions ul {
  position: relative;
}
.stock-based-page .btn-container .header-contain-item-actions ul li {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .stock-based-page .btn-container .header-contain-item-actions ul li a {
    font-size: 12px;
  }
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul {
  position: absolute;
  z-index: 5;
  top: 100%;
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 12px 12px;
  border: 1px solid #4959ea;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  transition: 500ms opacity ease, 500ms visibility ease;
  visibility: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .stock-based-page .btn-container .header-contain-item-actions ul li ul {
    display: none;
  }
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul::before {
  position: absolute;
  top: -22px;
  left: 50%;
  display: block;
  height: 20px;
  border-color: transparent transparent #4959ea;
  border-style: solid;
  border-width: 11px;
  content: " ";
  transform: translateX(-50%);
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul::after {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: solid transparent 10px;
  border-bottom: solid #fff 10px;
  border-left: solid transparent 10px;
  content: " ";
  transform: translateX(-50%);
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul .header-contain-item-actions-code-head .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #2b2a35;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul .header-contain-item-actions-code-body {
  display: flex;
  border: 1px solid #eae8ff;
  margin-top: 16px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .stock-based-page .btn-container .header-contain-item-actions ul li ul .header-contain-item-actions-code-body {
    display: none;
  }
}
.stock-based-page .btn-container .header-contain-item-actions ul li ul .header-contain-item-actions-code-body img {
  width: 130px;
  height: 130px;
  padding: 8px;
}
.stock-based-page {
  /* table */
}
.stock-based-page .stock-table {
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #edeefd;
  border-top: 0px;
  margin-bottom: 20px;
  table-layout: fixed;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .stock-based-page .stock-table.gold-table {
    margin-bottom: 0px;
  }
}
.stock-based-page .stock-table td {
  border: none;
  border-color: #edeefd;
  border-style: none;
  padding: 10px;
}
.stock-based-page .stock-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #4959ea;
}
.stock-based-page .stock-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.stock-based-page .stock-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.stock-based-page .stock-table .title,
.stock-based-page .stock-table .val {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
  color: #353849;
}
.stock-based-page .stock-table .table-header {
  padding: 20px;
  border-radius: 100%;
  padding-right: 30px;
}
.stock-based-page .stock-table .table-header th:first-child {
  border-top-left-radius: 8px;
}
.stock-based-page .stock-table .table-header th:last-child {
  border-top-right-radius: 8px;
}
.stock-based-page .stock-table .table-header .col {
  padding: 0px;
  text-align: center;
}
.stock-based-page .stock-table .table-header .title {
  color: white;
  padding: 20px 10px;
}
.stock-based-page .stock-table .table-body {
  overflow: hidden;
  background: #fbfbfe;
  padding-right: 10px;
  border: 1px solid #dadcf3;
  border-top: none;
}
.stock-based-page .stock-table .table-body .table-row {
  padding: 20px;
  border-top: 1px solid #dadcf3;
  vertical-align: middle;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes blinkingUP {
  0%, 49% {
    background-color: rgba(29, 196, 110, 0.1450980392);
  }
  50%, 100% {
    background-color: white;
  }
}
@keyframes blinkingDOWN {
  0%, 49% {
    background-color: rgba(255, 46, 46, 0.2588235294);
  }
  50%, 100% {
    background-color: white;
  }
}
.stock-based-page .stock-table .table-body .table-row.up .dailyChangePercent {
  animation: 1s blinkingUP;
  color: #129951;
}
.stock-based-page .stock-table .table-body .table-row.down .dailyChangePercent {
  animation: 1s blinkingDOWN;
  color: #ff2e2e;
}
.stock-based-page .stock-table .table-body .table-row .col {
  padding: 0px;
  text-align: center;
  margin: 3px;
}
.stock-based-page .stock-table .table-body .table-row .first {
  display: block !important;
  text-align: center;
  width: 120px;
}
.stock-based-page .stock-table .table-body .table-row .first .stock-code {
  text-decoration: underline;
}
.stock-based-page .stock-table .icon-container {
  padding: 5px;
  font-size: 15px;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  float: right;
}
.stock-based-page .stock-table .icon-container.up {
  background: #1dc46b;
}
.stock-based-page .stock-table .icon-container.down {
  background: #ff2e2e;
}
.stock-based-page .stock-table .icon-container.down svg {
  rotate: 90deg;
}
.stock-based-page .stock-table .icon-container svg {
  width: auto;
  height: 10px;
  display: block;
}
.stock-based-page .stock-table .icon-container svg * {
  fill: white;
}
.stock-based-page {
  /* gold based pages customized style */
}
.stock-based-page .gold-card {
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.stock-based-page .gold-card .gold-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.stock-based-page .gold-card .gold-row > * {
  padding: 10px;
}
.stock-based-page .gold-card .gold-row.text-row {
  border-bottom: 1px solid #edeefd;
}
.stock-based-page .gold-card .gold-row.text-row .gold-title {
  border-right: 1px solid #edeefd;
  width: 70%;
}
.stock-based-page .gold-card .gold-title {
  font-size: 12px;
  color: #2b2a35;
}
.stock-based-page .gold-card .gold-desc {
  color: #2b2a35;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: auto;
}
.stock-based-page .gold-card .text {
  color: #2b2a35;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
.stock-based-page .gold-card .val {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.stock-based-page .gold-card .val.up {
  color: #1dc46b;
}
.stock-based-page .gold-card .val.down {
  color: #db4933;
}
.stock-based-page .calc {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
}
.stock-based-page .calc .calc-title {
  color: #353849;
  font-size: 22px;
  line-height: 40px;
  border-bottom: 1px solid #edeefd;
  margin-bottom: 20px;
  padding: 0px 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.stock-based-page .calc .calc-title.date-str {
  font-size: 14px;
}
.stock-based-page .calc .btn-container {
  padding: 0px 20px;
  justify-content: space-around;
  display: flex;
  height: 100%;
  align-items: center;
}
.stock-based-page .calc .btn-container .btn-input-container {
  width: 47%;
  margin-right: 20px;
}
.stock-based-page .calc .btn-container .btn-input-container .btn {
  width: 100%;
  padding-right: 40px;
  padding-left: 20px;
}
.stock-based-page .calc .btn-container {
  /* START to add gram to input */
}
.stock-based-page .calc .btn-container .btn-input-container {
  display: inline-block;
  position: relative;
}
.stock-based-page .calc .btn-container {
  /* position the unit to the right of the wrapper */
}
.stock-based-page .calc .btn-container .btn-input-container::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  right: 1.5em;
  left: 55%;
}
.stock-based-page .calc .btn-container .btn-input-container:hover::after,
.stock-based-page .calc .btn-container .btn-input-container:focus-within::after {
  right: 1.5em;
}
.stock-based-page .calc .btn-container {
  /* handle Firefox (arrows always shown) */
}
@supports (-moz-appearance: none) {
  .stock-based-page .calc .btn-container .btn-input-container::after {
    right: 1.5em;
  }
}
.stock-based-page .calc .btn-container .btn-input-container:after {
  content: var(--type-content);
  font-size: 14px;
  color: #4959ea !important;
  width: -moz-fit-content;
  width: fit-content;
}
.stock-based-page .calc .btn-container {
  /* END to add gram to input */
}
.stock-based-page .calc .btn {
  padding: 14px 60px;
  width: 47%;
  justify-content: center;
  display: flex;
  background: #f1f1f4;
  color: black;
}
.stock-based-page .calc .btn.active {
  color: white !important;
  background: #4959ea !important;
}
.stock-based-page .calc .icon-container svg {
  margin: auto;
  display: flex;
}
.stock-based-page .calc .right-cards {
  justify-content: space-around;
  display: flex;
}
.stock-based-page .calc .right-cards .title {
  color: var(--light-neutral-colors-500, #9b9ca8);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: none;
  border: none;
  -webkit-appearance: auto;
  display: block;
}
.stock-based-page .calc .right-cards .val {
  color: var(--light-neutral-colors-900, #353849);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  width: 100%;
  background: transparent;
}
.stock-based-page .gold-table .title.first,
.stock-based-page .doviz-table .title.first,
.stock-based-page .emtia-table .title.first {
  font-size: 22px;
  padding-left: 40px;
  text-align: left;
  width: 300px;
}
.stock-based-page .gold-table .val.first,
.stock-based-page .doviz-table .val.first,
.stock-based-page .emtia-table .val.first {
  width: 100% !important;
  text-align: left !important;
}
.stock-based-page .gold-table .val.first .stock-code,
.stock-based-page .doviz-table .val.first .stock-code,
.stock-based-page .emtia-table .val.first .stock-code {
  padding-left: 30px;
}
.stock-based-page .emtia-table .val.first {
  position: relative !important;
}
.stock-based-page .emtia-table .val.first .stock-code {
  padding-left: 20% !important;
  text-align: left !important;
}
.stock-based-page .emtia-table .left-icon {
  width: 27px;
  height: 27px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  position: absolute;
  left: 15px;
}
.stock-based-page .gram_card {
  border-radius: 8px;
  border: 1px solid #edeefd;
  background: #fbfbfe;
  display: flex;
  padding: 25px 35px;
  justify-content: center;
  align-items: center;
  color: #737586;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.stock-based-page {
  /* number input to show arrows all the time ( mainly for safari ) */
}
.stock-based-page input[type=number]::-webkit-inner-spin-button,
.stock-based-page input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.stock-based-page {
  /* chart */
}
.stock-based-page .chart {
  padding: 20px;
  width: 100%;
  height: auto;
  background: #fbfbfe;
  border: 1px solid #edeefd;
  border-radius: 8px 8px 0px 0px;
  max-height: 350px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  position: relative;
}
.stock-based-page .chart.index-chart {
  height: 350px !important;
}
.stock-based-page .chart.emtia-chart {
  background: white;
  border-radius: 0px;
}
.stock-based-page .chart.pie {
  padding-bottom: 20px;
  border-radius: 8px;
  max-height: 100%;
  height: 100% !important;
}
@media screen and (max-width: 1000px) {
  .stock-based-page .chart.pie {
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .stock-based-page .chart.pie #pie-chart {
    min-width: 312px;
  }
}
.stock-based-page .chart.pie .title {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
}
.stock-based-page .chart.pie .table table {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.stock-based-page .chart.pie .table th {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.stock-based-page .chart.pie .table th:nth-child(2) {
  text-align: right;
}
.stock-based-page .chart.pie .table td {
  padding: 10px 0px;
  color: var(--light-neutral-colors-700, #737586);
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.stock-based-page .chart.pie .table td.data {
  color: var(--light-neutral-colors-900, #353849);
  text-align: right;
}
.stock-based-page .chart.pie .table span {
  background-color: rgb(255, 99, 132);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.stock-based-page .chart .time-btns {
  display: flex;
  justify-content: space-evenly;
}
.stock-based-page .chart .time-btns .time-btn {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #9b9ca8;
  padding: 5px 0px;
  cursor: pointer;
}
.stock-based-page .chart .time-btns .time-btn.active {
  padding: 5px 30px;
  background: #4959ea;
  border-radius: 100px;
  color: white;
}
.stock-based-page .chart.abd-chart {
  background: none !important;
  border: none !important;
}
.stock-based-page .chart.abd-chart .abd-line-chart {
  border-bottom: 1px dashed #9b9ca8;
  margin-bottom: 20px;
}
.stock-based-page .chart.abd-chart .time-btns .time-btn {
  background: none;
  color: #898a98;
  padding: 4px 8px !important;
}
.stock-based-page .chart.abd-chart .time-btns .time-btn.active {
  background: #f4f5f7;
  border: 2px solid #f4f5f7;
  border-radius: 4px;
}
.stock-based-page .chart-banner {
  border: 1px solid #edeefd;
  border-bottom: none;
  background: #fbfbfe;
  width: 100%;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.stock-based-page .chart-banner .title {
  color: #706e81;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}
.stock-based-page {
  /* chart buy block */
}
.stock-based-page .buy-block {
  background: #ffffff;
  border: 1px solid #edeefd;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
  font-family: MidasInter-Regular, Arial, sans-serif;
}
.stock-based-page .buy-block .btn {
  width: 200px;
  float: right;
}
@media screen and (max-width: 600px) {
  .stock-based-page .buy-block .btn {
    width: auto;
  }
}
.stock-based-page .buy-block .stocks-detail-col {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.stock-based-page .buy-block .info-container {
  display: flex;
  flex-direction: column;
}
.stock-based-page .buy-block .info {
  float: left;
}
.stock-based-page .buy-block .info .title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #9b9ca8;
  line-height: 2;
}
.stock-based-page .buy-block .info .val {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.stock-based-page .buy-block .info .val.up {
  color: #15a868;
}
.stock-based-page .buy-block .info .val.down {
  color: #ff2e2e;
}
.stock-based-page .last-updated-section {
  margin-top: 0;
  margin-bottom: 20px;
}
.stock-based-page .last-updated-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4.83px;
  padding: 2.9px;
  margin-top: 20px;
}
.stock-based-page .last-updated-info .info-icon {
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}
.stock-based-page .last-updated-info .last-updated-text {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #b1b2bd;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.stock-based-page {
  /* temettu chart */
}
.stock-based-page .temettu-chart-container .temettu-chart-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #2b2a35;
  margin-bottom: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .stock-based-page .temettu-chart-container .temettu-chart-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 20px;
  }
}
.stock-based-page .temettu-chart-container .temettu-chart {
  background: #f9fafc;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 25px;
  padding-top: 35px;
}
.stock-based-page .temettu-chart-container .temettu-chart .row {
  gap: 10px;
  justify-content: center;
}
.stock-based-page .temettu-chart-container .temettu-chart .row select {
  background: #edeefd;
  border: 1px solid #edeefd;
  border-radius: 8px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  width: 134px;
  padding: 15px !important;
  padding: 2px 2px 2px 2px;
  border: none;
  background-image: url("../../dist/img/arrow-down.svg");
  background-position: 100px 50%;
  background-repeat: no-repeat;
}
.stock-based-page .temettu-chart-container .temettu-chart .row .filter-btn {
  background: #fbfbfe;
  border: 0.911111px solid #4959ea !important;
  border-radius: 7.28889px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 30px;
}
.stock-based-page .temettu-chart-container .temettu-chart .row .filter-btn.active {
  background: #4959ea;
  border: 0.911111px solid #f7f8fa;
  border-radius: 7.28889px;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .stock-based-page .temettu-chart-container .temettu-chart .row .filter-btn {
    width: 30%;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 600px) {
  .stock-based-page .temettu-chart-container .temettu-chart .row .stocks_list {
    width: 30%;
    background-position: 90% 50%;
    font-size: 14px;
    padding: 10px !important;
    background-size: 15%;
  }
}
.stock-based-page .temettu-chart-container .temettu-chart #temettu-line-chart {
  width: 100% !important;
  max-height: 373px;
  padding-top: 30px;
}

@media screen and (max-width: 720px) {
  .stock-table-container {
    overflow-x: auto;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 10px !important;
  }
  .stock-table-container .table-header,
  .stock-table-container .table-body {
    width: 300%;
  }
  .stock-table-container .stock-table .table-header th {
    position: relative;
    top: 0 !important;
  }
  .stock-table-container .stock-table {
    table-layout: initial;
    word-wrap: initial;
  }
  .stock-table-container .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.13) 3%, rgba(251, 251, 254, 0) 15%);
    border-radius: 8px;
  }
}
/* altin pages reponsive */
.stock-based-page,
.doviz-based-page {
  /* phone */
}
@media screen and (max-width: 600px) {
  .stock-based-page .calc .right-cards .val,
  .stock-based-page .calc .calc-title,
  .doviz-based-page .calc .right-cards .val,
  .doviz-based-page .calc .calc-title {
    font-size: 14px;
    line-height: 1.2;
    border-bottom: none;
  }
  .stock-based-page .calc .title,
  .doviz-based-page .calc .title {
    width: 100%;
  }
  .stock-based-page .calc .btn-container .btn,
  .doviz-based-page .calc .btn-container .btn {
    padding: 10px;
    font-size: 15px;
  }
  .stock-based-page .gold-table .title,
  .stock-based-page .doviz-table .title,
  .stock-based-page .emtia-table .title,
  .doviz-based-page .gold-table .title,
  .doviz-based-page .doviz-table .title {
    top: 0px !important;
  }
  .stock-based-page .gold-table .title.first,
  .stock-based-page .doviz-table .title.first,
  .stock-based-page .emtia-table .title.first,
  .doviz-based-page .gold-table .title.first,
  .doviz-based-page .doviz-table .title.first {
    font-size: 14px;
    padding-left: 20px;
    text-align: center;
  }
  .stock-based-page .gold-table .val.first,
  .stock-based-page .doviz-table .val.first,
  .stock-based-page .emtia-table .val.first,
  .doviz-based-page .gold-table .val.first,
  .doviz-based-page .doviz-table .val.first {
    display: table-caption;
    width: 210px !important;
    position: relative;
  }
  .stock-based-page .gold-table .val.first .stock-code,
  .stock-based-page .doviz-table .val.first .stock-code,
  .stock-based-page .emtia-table .val.first .stock-code,
  .doviz-based-page .gold-table .val.first .stock-code,
  .doviz-based-page .doviz-table .val.first .stock-code {
    width: 85%;
    display: grid;
    padding: 0px;
    padding-left: 0px;
  }
  .stock-based-page .gold-table .val.first .icon-container,
  .stock-based-page .doviz-table .val.first .icon-container,
  .stock-based-page .emtia-table .val.first .icon-container,
  .doviz-based-page .gold-table .val.first .icon-container,
  .doviz-based-page .doviz-table .val.first .icon-container {
    position: absolute;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px !important;
    right: 5%;
  }
  .stock-based-page .accordion .card-header,
  .doviz-based-page .accordion .card-header {
    padding-right: 20px;
  }
  .stock-based-page .gram-calc .btn-container,
  .doviz-based-page .gram-calc .btn-container {
    display: block;
  }
  .stock-based-page .gram-calc .btn-container .btn-input-container,
  .doviz-based-page .gram-calc .btn-container .btn-input-container {
    width: 48.5%;
    margin-right: 0px;
  }
  .stock-based-page .gram-calc .btn-container .btn-input-container:after,
  .doviz-based-page .gram-calc .btn-container .btn-input-container:after {
    top: 35%;
    right: 0.5em;
  }
  .stock-based-page .gram-calc .btn-container .btn,
  .doviz-based-page .gram-calc .btn-container .btn {
    display: inline-flex;
    margin-bottom: 20px;
    width: 48.5%;
    margin-right: 0px !important;
    padding: 10px;
  }
  .stock-based-page .gram-calc .btn-container .btn.active,
  .doviz-based-page .gram-calc .btn-container .btn.active {
    display: block;
    width: 100%;
  }
}

/* Dolar Return */
.dolar-return .hero .title {
  color: #2b2a35;
  text-align: center;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
}
.dolar-return .hero .desc {
  color: #41404f;
  text-align: center;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 700px;
  margin: 30px auto;
  margin-bottom: 40px;
}
.dolar-return .hero img {
  width: 100%;
}
.dolar-return .hero .down-arrow {
  text-align: center;
  margin-top: -100px;
}
.dolar-return .hero .down-arrow p {
  color: white;
  padding-bottom: 10px;
  color: #fff;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dolar-return .hero .down-arrow svg {
  rotate: 90deg;
}
.dolar-return .calc {
  width: 900px;
  margin: 30px auto;
}
.dolar-return .calc .calc-container {
  border-radius: 30px;
  border: 1px solid #e9ebff;
  background: #fbfbfe;
  margin: 20px auto;
}
.dolar-return .calc .calc-title {
  color: #2b2a35;
  text-align: center;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin: 30px auto;
}
.dolar-return .calc .list {
  border-radius: 100px;
  border: 1px solid var(--social-blue-light, #e9ebff);
  background: var(--brand-white, #fff);
  padding: 30px;
  margin: 40px 60px;
  align-items: center;
}
.dolar-return .calc .list.output {
  background: var(--brand-blue, #4959ea);
}
.dolar-return .calc .list.output .title,
.dolar-return .calc .list.output .val {
  color: white;
  justify-content: center;
}
.dolar-return .calc .list.output .outputcol {
  justify-content: right;
  display: flex;
}
.dolar-return .calc .list .title {
  color: #767ca1;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.dolar-return .calc .list .val {
  color: #4959ea;
  text-align: center;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  justify-content: right;
  display: flex;
}
.dolar-return .calc .list .col {
  text-align: right;
}
.dolar-return .calc .disc {
  padding: 50px;
}
.dolar-return .calc .disc p {
  color: #353849;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.dolar-return .calc .disc span {
  color: var(--light-neutral-colors-700, #737586);
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.dolar-return .calc .tutar-val,
.dolar-return .calc .tutar-day {
  border: none;
  background: none;
  text-align: right;
  width: 130px;
  color: #4959ea;
  border-radius: 5px;
  -moz-appearance: textfield;
}
.dolar-return .box {
  text-align: center;
  justify-content: center;
  display: flex;
  border-radius: 11.271px;
  border: 1.127px solid #edeefd;
  background: #e8f8ff;
  box-shadow: 0px 2.254px 3.381px 0px rgba(14, 19, 112, 0.03);
  padding: 20px;
}
.dolar-return .box .box-title {
  color: var(--light-neutral-colors-900, #353849);
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.dolar-return .why-midas {
  margin: 60px auto;
}
.dolar-return .why-midas .why-midas-title {
  margin-bottom: 40px;
}
.dolar-return .why-midas .why-midas-item-body {
  width: 100%;
  margin-top: 20px;
}
.dolar-return .why-midas .why-midas-item-body .why-midas-item-body-image {
  justify-content: right;
}
@media screen and (max-width: 600px) {
  .dolar-return .why-midas .why-midas-item-body .why-midas-item-body-image {
    justify-content: center;
  }
}
.dolar-return .why-midas .why-midas-item-body .why-midas-item-body-image img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.dolar-return .why-midas:after {
  background: none;
}
@media only screen and (min-width: 1500px) {
  .dolar-return .easy-investment {
    padding: 105px 0px;
  }
}
.dolar-return .easy-investment .mySwiper .swiper-wrapper .swiper-slide {
  padding-bottom: 20px;
}
.dolar-return {
  /* phone */
}
@media screen and (max-width: 600px) {
  .dolar-return .hero .title {
    line-height: 1.2;
  }
  .dolar-return .hero .desc {
    width: 100%;
    max-width: 80%;
  }
  .dolar-return .hero img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dolar-return .calc .calc-title {
    font-size: 26px;
  }
  .dolar-return .calc .list {
    padding: 20px;
    margin: 20px 10px;
  }
  .dolar-return .calc .list .title,
  .dolar-return .calc .list .val {
    font-size: 18px;
  }
}
.dolar-return {
  /* dolar return page FAQ space */
}
.dolar-return .frequently-asked-questions .accordion .card-body {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

/* calander */
.economic-calander-page .sort-card {
  padding: 15px 10px;
}
.economic-calander-page h1 {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #2b2a35;
}
.economic-calander-page td {
  background: #f9fafc;
  text-align: center;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #353849;
}
.economic-calander-page td.stars {
  min-width: 70px;
}
@media screen and (min-width: 600px) {
  .economic-calander-page .calander-table .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .economic-calander-page .calander-table {
    border: none;
    overflow: hidden;
  }
  .economic-calander-page .calander-table .hide-desktop {
    display: flex !important;
    border: none !important;
  }
  .economic-calander-page .calander-table .hide-mobile {
    display: none;
  }
  .economic-calander-page .calander-table .table-body {
    background: none !important;
  }
}
.economic-calander-page .calander-table .date-row {
  font-size: 200px !important;
}
.economic-calander-page .calander-table .date-row td {
  background: #f0f3f7 !important;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .economic-calander-page .calander-table .date-row td {
    background: #4959ea !important;
    color: white !important;
    border-radius: 8px;
  }
}
.economic-calander-page .calander-table .table-mobile-row {
  padding: 0px !important;
  width: 100%;
  margin: auto;
}
.economic-calander-page .calander-table .table-mobile-row .col-12 {
  padding: 0px;
  padding-top: 10px;
}
.economic-calander-page .calander-table .table-mobile-row .col-6 {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.economic-calander-page .calander-table .table-mobile-row .col-6 .title,
.economic-calander-page .calander-table .table-mobile-row .col-6 .value {
  padding: 0px !important;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}
.economic-calander-page .calander-table .table-mobile-row .col-6 .title {
  color: #a1a7b2;
}
.economic-calander-page .calander-table .table-mobile-row .col-6 .value {
  align-items: center;
  display: flex;
  gap: 5px;
}
.economic-calander-page .calander-table .table-mobile-row td {
  background: none !important;
}
.economic-calander-page .calander-table .table-mobile-row .event {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #697180;
  background: #f4f5f7;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}
.economic-calander-page .calander-table .country {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.economic-calander-page .frequently-asked-questions {
  margin-top: 80px;
  margin-bottom: 80px;
}
.economic-calander-page .content {
  justify-content: center;
  display: flex;
  width: 680px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .economic-calander-page .content {
    width: 100%;
  }
}
.economic-calander-page .content p {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #697180;
  text-align: center;
  margin-bottom: 20px;
}

/* faiz */
.faiz-page h1 {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #2b2a35;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .faiz-page h1 {
    font-size: 28px;
    line-height: 38.08px;
  }
}
.faiz-page .content p {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #697180;
  text-align: center;
}
.faiz-page .faiz-block-container .faiz-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .faiz-page .faiz-block-container .faiz-btn-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.faiz-page .faiz-block-container .faiz-btns {
  background: #f9fafc;
  border: 1px solid #f7f8fa;
  border-radius: 8px;
  color: #2b2a35;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: 0.5s all ease;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 11px 22px 14px 22px;
}
@media screen and (max-width: 600px) {
  .faiz-page .faiz-block-container .faiz-btns {
    font-size: 12px;
    line-height: 18px;
  }
}
.faiz-page .faiz-block-container .faiz-btns.active {
  background: #4959ea;
  color: white;
}
.faiz-page .faiz-block-container .faiz-block {
  margin: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 800px;
  background: #f7f8fa;
  border: 1px solid #edeefd;
  border-radius: 8px;
  margin: 15px auto;
  display: none;
}
.faiz-page .faiz-block-container .faiz-block.active {
  display: flex;
}
.faiz-page .faiz-block-container .faiz-block .invalid {
  color: red;
  border: 1px solid red !important;
}
.faiz-page .faiz-block-container .faiz-block label {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.faiz-page .faiz-block-container .faiz-block select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 19px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #d9d8e7;
  border-radius: 8px;
  width: 100%;
}
.faiz-page .faiz-block-container .faiz-block .field {
  margin-bottom: 40px;
}
.faiz-page .faiz-block-container .faiz-block .field .field-select {
  position: relative;
}
.faiz-page .faiz-block-container .faiz-block .field .field-select svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.faiz-page .faiz-block-container .faiz-block .field.field-orani .field-select {
  width: 60%;
}
.faiz-page .faiz-block-container .faiz-block .field.field-orani .field-orani-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.faiz-page .faiz-block-container .faiz-block .field.field-orani .percent {
  width: 16px;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #2b2a35;
}
.faiz-page .faiz-block-container .faiz-block .field.field-orani input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #d9d8e7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .faiz-page .faiz-block-container .faiz-block .field.field-orani input {
    width: 60%;
  }
}
.faiz-page .faiz-block-container .faiz-block .field.field-anapara .input-container {
  position: relative;
}
.faiz-page .faiz-block-container .faiz-block .field.field-anapara .input-container .suffix {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.faiz-page .faiz-block-container .faiz-block .field.field-anapara .input-container input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  isolation: isolate;
  background: #e8eef7;
  border: 1px solid #d9d8e7;
  border-radius: 8px;
  width: 100%;
}
.faiz-page .faiz-block-container .faiz-block .field.field-vade input {
  width: 60%;
}
.faiz-page .faiz-block-container .faiz-block .field.field-vade .field-select {
  width: 40%;
}
.faiz-page .faiz-block-container .faiz-block .btn {
  width: 294px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.faiz-page .faiz-result {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 800px;
  background: #f7f8fa;
  border: 1px solid #edeefd;
  border-radius: 8px;
  margin: 15px auto;
  display: none;
}
.faiz-page .faiz-result .faiz-result-content-item {
  margin-bottom: 20px;
}
.faiz-page .faiz-result .faiz-result-content-item .faiz-result-content-item-title {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #2b2a35;
  text-align: center;
}
.faiz-page .faiz-result .faiz-result-content-item .faiz-result-content-item-value {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #2b2a35;
}
.faiz-page .faiz-result .faiz-result-content-item .faiz-result-content-item-value.result {
  color: #4959ea;
}
.faiz-page .faiz-result .btn {
  width: 294px;
  margin: auto;
  cursor: pointer;
}
.faiz-page .faiz-details {
  max-width: 800px;
  margin: auto;
}
.faiz-page .faiz-details .faiz-details-main-title {
  margin-bottom: 40px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #2b2a35;
}
@media screen and (max-width: 600px) {
  .faiz-page .faiz-details .faiz-details-main-title {
    font-size: 28px;
    line-height: 38.08px;
  }
}
.faiz-page .faiz-details .faiz-detail {
  margin-bottom: 20px;
}
.faiz-page .faiz-details .faiz-detail .faiz-detail-title {
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #4959ea;
}
.faiz-page .faiz-details .faiz-detail .faiz-detail-content {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #585768;
}

/* Doviz pages */
.doviz-based-page h1 {
  margin-bottom: 0px;
}
.doviz-based-page .doviz-calc {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.doviz-based-page .doviz-calc .title {
  color: #4959ea;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.doviz-based-page .doviz-calc .col {
  align-self: center;
}
.doviz-based-page .doviz-calc .col .btns-container {
  border-radius: 100px;
  border: 1px solid #dadcf3;
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}
.doviz-based-page .doviz-calc .col .btns-container .radio-btn label {
  color: #000;
  font-size: 22.124px;
  font-style: normal;
  font-weight: 400;
}
.doviz-based-page .doviz-calc .col .btns-container .radio-btn input {
  -webkit-appearance: auto;
}
.doviz-based-page .doviz-calc .right-cards .title {
  color: #4959ea;
  text-align: center;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  width: 40%;
}
.doviz-based-page .doviz-calc .right-cards .price-card,
.doviz-based-page .doviz-calc .right-cards .qty-card {
  border-radius: 100px;
  background: #edeefd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
.doviz-based-page .doviz-calc .right-cards .price-card .val:not(input),
.doviz-based-page .doviz-calc .right-cards .qty-card .val:not(input) {
  width: auto;
}
.doviz-based-page .doviz-calc .right-cards .price-card .qty-select,
.doviz-based-page .doviz-calc .right-cards .qty-card .qty-select {
  width: 40%;
}
.doviz-based-page .doviz-calc .right-cards .price-card .qty-input,
.doviz-based-page .doviz-calc .right-cards .qty-card .qty-input {
  width: 40%;
  -moz-appearance: textfield;
  text-align: center;
}
.doviz-based-page .frequently-asked-questions {
  width: 100%;
}
.doviz-based-page .frequently-asked-questions .frequently-asked-questions-title {
  margin-bottom: 40px;
}
.doviz-based-page {
  /* phone */
}
@media screen and (max-width: 600px) {
  .doviz-based-page .right-cards {
    flex-direction: column;
    gap: 10px;
  }
  .doviz-based-page .right-cards select {
    font-size: 12px !important;
  }
  .doviz-based-page .doviz-calc h2 {
    margin-bottom: 20px;
  }
  .doviz-based-page .doviz-calc .radio-btn label {
    font-size: 18px;
  }
}

/* temettu page */
@media screen and (max-width: 1000px) {
  .temettu-page {
    padding: 0px;
  }
  .temettu-page .container {
    max-width: 720px !important;
  }
  .temettu-page .row-scrollable {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .temettu-page .row-scrollable .col {
    padding: 0px;
  }
  .temettu-page .row-scrollable .col:not(:first-child) {
    padding-left: 10px;
  }
  .temettu-page .row-scrollable .col:first-child {
    padding-left: 15px;
  }
  .temettu-page h1 {
    font-family: MidasInter-Semi-Bold, Arial, sans-serif;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.temettu-page .sort-card {
  background: #fbfbfe;
  border-radius: 8px;
  padding: 15px 10px;
  border: 1px solid #d8dde5;
  height: 100%;
  display: grid;
  align-content: center;
}
.temettu-page .sort-card p,
.temettu-page .sort-card a {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #2b2a35;
}
.temettu-page .sort-card.active {
  background: #4959ea;
  border-color: #4959ea;
}
.temettu-page .sort-card.active * {
  color: white;
}
.temettu-page .temettu-sampiyonlari {
  background: #fbfbfe;
  border: 1px solid #e9ebff;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .temettu-page .temettu-sampiyonlari {
    padding: 25px 10px;
  }
}
.temettu-page .temettu-sampiyonlari .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .temettu-page .temettu-sampiyonlari .header {
    flex-direction: column;
    gap: 20px;
  }
}
.temettu-page .temettu-sampiyonlari .header .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #4959ea;
}
.temettu-page .temettu-sampiyonlari .header .right-side {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .temettu-page .temettu-sampiyonlari .header .right-side {
    justify-content: space-between;
    width: 100%;
  }
}
.temettu-page .temettu-sampiyonlari .header .right-side select {
  background: #edeefd;
  border: 1px solid #edeefd;
  border-radius: 8px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  width: 134px;
  padding: 15px !important;
  padding: 2px 2px 2px 2px;
  border: none;
  background-image: url("../../dist/img/arrow-down.svg");
  background-position: 100px 50%;
  background-repeat: no-repeat;
}
.temettu-page .temettu-sampiyonlari .header .right-side .icon svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-titles {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: 40px;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-titles p {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #353749;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card {
  width: 100%;
  padding: 10px;
  display: block;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card:hover {
  background: #edeefd;
  border-radius: 8px;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card .stock-body-card-head {
  display: flex;
  justify-content: space-between;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card .stock-body-card-head .stock-body-card-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #737586;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card .stock-body-card-head .stock-body-card-percent {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #737586;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #4959ea;
  height: 7px;
  border-radius: 8px;
  background: #edeefd;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card progress::-webkit-progress-bar {
  border-radius: 8px;
  background: #edeefd;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card progress::-webkit-progress-value {
  background: #4959ea;
  border-radius: 8px;
}
.temettu-page .temettu-sampiyonlari .temettu-table .main-body .stock-body-card progress::-moz-progress-bar {
  background: #4959ea;
  border-radius: 8px;
}
.temettu-page .temettu-sampiyonlari .modal {
  width: 600px;
  height: 400px;
  display: none;
}
.temettu-page .temettu-sampiyonlari .modal .modal-content {
  padding: 40px;
  border-radius: 12px;
}
.temettu-page .temettu-sampiyonlari .modal .modal-content .modal-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-sampiyonlari .modal {
    width: 100%;
    height: 300px;
  }
}
.temettu-page .temettu-veren-hisseler-container {
  background: #f0f3f7;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container {
    background: unset;
    margin-top: 40px;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler {
  padding: 80px;
}
@media screen and (max-width: 1000px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler {
    padding: 20px;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler h2.title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #2b2a35;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler h2.title {
    font-size: 28px;
    line-height: 38px;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .description {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #41404f;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .description {
    font-size: 15px;
    line-height: 23px;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .btn {
  width: 156px;
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 40px;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards {
    margin-top: 20px;
  }
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .hide-mobile {
    display: none !important;
  }
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .hide-desktop {
    display: table;
  }
}
@media screen and (min-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .hide-mobile {
    display: flex;
  }
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .hide-desktop {
    display: none;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .row {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .row {
    flex-wrap: wrap;
  }
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-card {
  background: #f9fafc;
  border: 1px solid #d8dde5;
  padding: 16.45px;
  border-radius: 16.45px;
  width: 150px;
  display: flex;
  flex-direction: column;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-card .temettu-veren-hisseler-card-img {
  width: 28.78px;
  height: 28.78px;
  border-radius: 102.79px;
  margin-bottom: 5px;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-card .temettu-veren-hisseler-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 19.5305px;
  line-height: 29px;
  color: #353849;
  margin-bottom: 5px;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-card .temettu-veren-hisseler-card-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12.335px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #737586;
  margin-bottom: 15px;
  word-break: break-word;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-card .temettu-veren-hisseler-card-percent {
  font-style: normal;
  font-weight: 500;
  font-size: 15.4188px;
  line-height: 25px;
  color: #0fab6d;
  margin-top: auto;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table {
  border: 1px solid #d8dde5;
  overflow: hidden;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .title {
  background: #fbfbfe;
  text-align: left;
  padding: 20px;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #5d6074;
  top: unset !important;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .val {
  padding: 20px;
  text-align: left;
  border-top: 1px solid #f4f5f7;
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .val.green {
  color: #15a868;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .val.red {
  color: #db4933;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .table-body {
  background: #fbfbfe !important;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .first {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: unset;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .first .temettu-veren-hisseler-table-img {
  width: 28px;
  height: 28px;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .first .temettu-veren-hisseler-table-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #353849;
  text-align: left;
}
.temettu-page .temettu-veren-hisseler-container #temettu-veren-hisseler .temettu-veren-hisseler-cards .temettu-veren-hisseler-table .first .temettu-veren-hisseler-table-description {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 12.335px;
  line-height: 19px;
  color: #737586;
  text-align: left;
}
.temettu-page .temettu-tarihler {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-tarihler {
    margin-bottom: 40px;
  }
  .temettu-page .temettu-tarihler .stock-table-container {
    overflow-x: unset;
  }
}
.temettu-page .temettu-tarihler .temettu-tarihler-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #2b2a35;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-tarihler .temettu-tarihler-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 40px;
  }
}
.temettu-page .temettu-tarihler .temettu-tarihler-btn {
  width: 156px;
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-tarihler .temettu-tarihler-btn {
    margin-top: 20px;
  }
}
.temettu-page .temettu-tarihler .static-table .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.temettu-page .temettu-tarihler .static-table .val {
  color: #353749;
  border-bottom: 1px solid #d8dde5;
}
.temettu-page .temettu-tarihler .static-table .table-row .val:not(:first-child) {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.temettu-page .temettu-hesaplama-container {
  background: #f0f3f7;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container {
    background: none;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama {
  padding: 60px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama {
    padding: 0px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #4959ea;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .title {
    color: #2b2a35;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper {
    padding: 20px;
    border: 1px solid #e9ebff;
    border-radius: 8px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 40px auto;
}
@media screen and (max-width: 1000px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr {
    margin: 0px;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field {
  width: 100%;
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field label {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #737586;
  margin-bottom: 10px;
  display: block;
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field label span {
  color: #4959ea;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field label {
    font-family: MidasInter-Regular, Arial, sans-serif;
    color: #353749;
    font-size: 15px;
    line-height: 22px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field input.invalid {
  color: red;
  border: 1px solid red !important;
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #d9d8e7;
  border-radius: 8px;
  width: 100%;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #353749;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .fields-contaienr-wrapper .fields-contaienr .field input {
    background: #edeefd;
    font-size: 15px;
    line-height: 22px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .result {
  margin-top: 40px;
  display: none;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .result {
    padding: 20px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .result .result-title {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #2b2a35;
  text-align: center;
  margin-bottom: 10px;
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .result .result-val {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -1px;
  color: #4959ea;
  margin-bottom: 40px;
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .result .result-disclaimer {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #737586;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-hesaplama-container .temettu-hesaplama .result .result-disclaimer {
    font-family: 13px;
  }
}
.temettu-page .temettu-hesaplama-container .temettu-hesaplama .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
}
.temettu-page .temettu-kartlar {
  margin-top: 80px;
  margin-bottom: 80px;
}
.temettu-page .temettu-kartlar .flip-card-container {
  gap: 20px;
  margin: auto;
  justify-content: center;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card {
  background-color: transparent;
  width: 48%;
  height: 300px;
  perspective: 1000px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-kartlar .flip-card-container .flip-card {
    width: 100%;
    height: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .temettu-page .temettu-kartlar .flip-card-container .flip-card {
    width: 22.5%;
    height: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .temettu-page .temettu-kartlar .flip-card-container .flip-card {
    height: 300px;
  }
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background: #4959ea;
  border-radius: 20px;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-inner.flip {
  transform: rotateY(180deg);
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 25px;
  gap: 10px;
  background: #4959ea;
  border-radius: 20px;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .header,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .header {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .header .title,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .header .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  text-align: left;
  width: 85%;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .header svg,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .header svg {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  cursor: pointer;
  right: 20px;
  display: flex;
  position: absolute;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front hr,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back hr {
  width: 100%;
  border: 0.703252px solid #b6bdf7;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body,
  .temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body {
    flex-direction: column;
    gap: 10px;
  }
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body .stock-list,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body .stock-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 55%;
  -moz-column-gap: 35px;
       column-gap: 35px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body .stock-list,
  .temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body .stock-list {
    flex-direction: row;
    height: 100%;
    gap: 15px;
  }
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body .stock-list .stock-list-item,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body .stock-list .stock-list-item {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #f7f8fa;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-front .body .stock-disclaimer,
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back .body .stock-disclaimer {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #ffffff;
}
.temettu-page .temettu-kartlar .flip-card-container .flip-card-back {
  transform: rotateY(180deg);
}
/* temettu takvim page */
.temettu-page.temettu-takvim #search_form {
  margin-bottom: 20px;
}
.temettu-page.temettu-takvim #search_form input {
  background: #fbfbfe;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* bist endeksler */
.bist-endeks .stock-table .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.bist-endeks .stock-table .val {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.bist-endeks .stock-table .val.up {
  color: #1dc46b;
}
.bist-endeks .stock-table .val.down {
  color: #db4933;
}

/* altin cetveli */
.altin-cevirici .gold-radio-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  align-items: center;
}
.altin-cevirici .gold-radio-buttons label {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.altin-cevirici .gold-radio-buttons input {
  background: #d9d9d9;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}
.altin-cevirici .gold-radio-buttons input:checked {
  background: #4959ea;
  outline: 2px solid #d9d9d9;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .gold-radio-buttons {
    flex-direction: row;
    gap: 20px;
  }
}
.altin-cevirici .gold-selects {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  align-items: end;
  flex-wrap: wrap;
}
.altin-cevirici .gold-selects .group {
  display: flex;
  flex-direction: column;
  width: calc(25% - 30px);
}
@media screen and (max-width: 600px) {
  .altin-cevirici .gold-selects .group {
    width: calc(50% - 30px);
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 10px;
  }
}
.altin-cevirici .gold-selects .group label {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #737586;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .gold-selects .group label {
    margin-bottom: 0px;
  }
}
.altin-cevirici .gold-selects .group input,
.altin-cevirici .gold-selects .group select {
  background-color: #f9fafc;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  font-family: MidasInter-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #353749;
  padding: 21px 17px;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .gold-selects .group input,
  .altin-cevirici .gold-selects .group select {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
  }
}
.altin-cevirici .gold-selects .group input.val,
.altin-cevirici .gold-selects .group select.val {
  background-color: #edeefd;
}
.altin-cevirici .gold-selects .group select {
  background-image: url("../../dist/img/arrow-down.svg");
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .gold-selects {
    margin-top: 0px;
    margin-bottom: 0px;
    gap: 15px;
  }
}
.altin-cevirici .stock-table.gold-table .table-row:not(:last-child) .val {
  border-bottom: 1px solid #d8dde5;
}
.altin-cevirici .stock-table.gold-table .table-row.total-row .val {
  font-family: MidasInter-Bold, Arial, sans-serif;
  background: #f0f3f7;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #4959ea;
}
.altin-cevirici .stock-table.gold-table .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table .title:not(:first-child) {
    text-align: center;
  }
  .altin-cevirici .stock-table.gold-table .title {
    font-size: 12px;
    line-height: 16px;
  }
}
.altin-cevirici .stock-table.gold-table .val {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #353749;
  text-align: left;
  padding: 10px;
}
.altin-cevirici .stock-table.gold-table .val.buy, .altin-cevirici .stock-table.gold-table .val.sell {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
}
.altin-cevirici .stock-table.gold-table .val.first {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #353749;
  display: table-cell !important;
  width: auto !important;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table .val.first {
    font-size: 11px;
    line-height: 14px;
    font-family: MidasInter-Regular, Arial, sans-serif;
  }
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table .val {
    font-size: 11px;
    line-height: 14px;
    font-family: MidasInter-Regular, Arial, sans-serif;
  }
}
.altin-cevirici .stock-table.gold-table .first {
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table .first {
    padding-left: 10px;
    font-family: MidasInter-Regular, Arial, sans-serif;
  }
}
.altin-cevirici .stock-table.gold-table input {
  background: #edeefd;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  color: #353749;
  padding: 5px 15px;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table input {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    font-family: MidasInter-Regular, Arial, sans-serif;
    padding: 10px !important;
  }
}
.altin-cevirici .stock-table.gold-table input::-moz-placeholder {
  color: #b1b2bd;
}
.altin-cevirici .stock-table.gold-table input::placeholder {
  color: #b1b2bd;
}
@media screen and (max-width: 600px) {
  .altin-cevirici .stock-table.gold-table .val {
    border-bottom: 0px !important;
    text-align: center !important;
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .altin-cevirici .stock-table.gold-table .val.first {
    width: 23.33% !important;
    padding: 7px 10px !important;
    font-family: MidasInter-Regular, Arial, sans-serif !important;
    text-align: left !important;
    font-weight: 100;
  }
  .altin-cevirici .stock-table.gold-table .table-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .altin-cevirici .stock-table.gold-table .table-header,
  .altin-cevirici .stock-table.gold-table .table-body {
    width: 100% !important;
    display: flex;
    padding: 0px !important;
    flex-direction: column;
    border: none !important;
  }
  .altin-cevirici .stock-table.gold-table .table-row {
    padding: 0px !important;
    border: none !important;
  }
  .altin-cevirici .stock-table.gold-table .val.second {
    width: 15% !important;
    text-align: right;
  }
  .altin-cevirici .stock-table.gold-table .miktar {
    padding: 7px !important;
  }
  .altin-cevirici .stock-table.gold-table .val.second {
    padding: 7px 0px;
  }
  .altin-cevirici .stock-table.gold-table .val.third {
    width: 15% !important;
  }
  .altin-cevirici .stock-table.gold-table .val.buy {
    width: 23.33% !important;
  }
  .altin-cevirici .stock-table.gold-table .val.sell {
    width: 23.33% !important;
  }
  .altin-cevirici .stock-table.gold-table .total-row .val.sell, .altin-cevirici .stock-table.gold-table .total-row .val.buy {
    width: 40% !important;
  }
  .altin-cevirici .stock-table.gold-table .total-row .val.toplam {
    width: 20% !important;
  }
  .altin-cevirici .stock-table.gold-table .val {
    padding: 7px 0px !important;
  }
  .altin-cevirici .stock-table.gold-table .row.my-3.m-0.stock-table-container {
    overflow-x: unset !important;
  }
  .altin-cevirici .stock-table.gold-table .title.first {
    width: 23.33% !important;
  }
  .altin-cevirici .stock-table.gold-table .title.title-1 {
    width: 15% !important;
  }
  .altin-cevirici .stock-table.gold-table .title.title-2 {
    width: 15% !important;
  }
  .altin-cevirici .stock-table.gold-table .title.title-3 {
    width: 23.33% !important;
  }
  .altin-cevirici .stock-table.gold-table .title.title-4 {
    width: 23.33% !important;
  }
}
@media screen and (max-width: 600px) {
  .altin-cevirici h1 {
    font-family: MidasInter-Semi-Bold, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #2b2a35;
  }
}

/* us stock */
.us-stocks-page .plan-comparison-searchbar #search {
  background: #fbfbfe !important;
  border: 1px solid #edeefd !important;
  border-radius: 8px;
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #898a98;
  padding-top: 20px;
  padding-bottom: 20px;
}
.us-stocks-page .stock-table .table-header .title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.us-stocks-page .stock-table .table-row .val {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #353849;
}
.us-stocks-page .stock-table .table-row .first {
  width: 100% !important;
  min-width: 120px;
}
.us-stocks-page .frequently-asked-questions .card-body ul {
  padding-left: 20px;
  white-space: unset;
}
.us-stocks-page .frequently-asked-questions .card-body ul li {
  list-style: outside;
}
.us-stocks-page .posts-card {
  margin: auto;
  width: 100%;
}
.us-stocks-page .posts-card .post-card-container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .us-stocks-page .posts-card .post-card-container {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.us-stocks-page .posts-card .post-card-container a {
  width: calc(33% - 5px);
}
@media screen and (max-width: 600px) {
  .us-stocks-page .posts-card .post-card-container a {
    width: 100%;
  }
}
.us-stocks-page .posts-card .post-card-container a .post-card {
  padding: 20px 0;
  gap: 10px;
}
.us-stocks-page .posts-card .post-card-container a .post-card .post-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #353849;
}

/* us stock detail */
.us-stocks-detail .plan-comparison-title {
  justify-content: left !important;
}
.us-stocks-detail .plan-comparison-title h1 {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.02em;
  color: #2b2a35;
}
.us-stocks-detail .buy-block {
  margin-top: 30px;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.us-stocks-detail .buy-block .card {
  background: #ffffff;
  border: 1px solid #edeefd;
  border-radius: 8px;
  padding: 20px 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .buy-block .card {
    border: none;
    flex-direction: column;
    justify-content: left;
    gap: 10px;
  }
  .us-stocks-detail .buy-block .card .title,
  .us-stocks-detail .buy-block .card .val {
    width: 100%;
  }
}
.us-stocks-detail .buy-block .card .title {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9b9ca8;
}
.us-stocks-detail .buy-block .card .val {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #353749;
}
.us-stocks-detail .buy-block .btn-col {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .buy-block .btn-col .btn-container .btn {
    width: 100px;
  }
}
.us-stocks-detail .buy-block .btn-col .btn-container .header-contain-item-actions {
  width: 140px !important;
}
.us-stocks-detail .stock-top-details {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.us-stocks-detail .stock-top-details .close-price {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 51px;
  color: #353749;
}
.us-stocks-detail .stock-top-details .change-percent {
  font-family: MidasInter-Regular, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
.us-stocks-detail .stock-top-details .change-percent.up {
  color: #15a868;
}
.us-stocks-detail .stock-top-details .change-percent.down {
  color: #db4933;
}
.us-stocks-detail .stock-top-details .icon-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.us-stocks-detail .stock-top-details .icon-container.up svg path {
  fill: #15a868;
}
.us-stocks-detail .stock-top-details .icon-container.down svg {
  rotate: 90deg;
}
.us-stocks-detail .stock-top-details .icon-container.down svg path {
  fill: #db4933;
}
.us-stocks-detail .data-table {
  background: none;
  border: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.us-stocks-detail .data-table .data-table-header {
  padding-bottom: 40px;
  border-bottom: 1px solid #b1b2bd;
  margin-bottom: 40px;
}
.us-stocks-detail .data-table .row {
  margin: 0px;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .data-table .row {
    flex-direction: column;
  }
}
.us-stocks-detail .data-table .row .col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  gap: 40px;
}
.us-stocks-detail .data-table .row .col .data {
  width: calc(50% - 20px);
  margin: 0px;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 30px;
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .data-table .row .col .data {
    flex-direction: column;
    gap: 0px;
    justify-content: start;
  }
}
.us-stocks-detail .data-table .row .col .data .val {
  margin-top: auto;
  margin-bottom: auto;
  width: calc(50% - 10px);
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .data-table .row .col .data .val {
    width: 100%;
    margin: 0px;
  }
}
.us-stocks-detail .data-table .row .col .data .title {
  margin-top: auto;
  margin-bottom: auto;
  width: calc(50% - 10px);
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .data-table .row .col .data .title {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0px;
  }
}
.us-stocks-detail .posts-card {
  margin: auto;
  width: 100%;
}
.us-stocks-detail .posts-card .post-card-container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .posts-card .post-card-container {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.us-stocks-detail .posts-card .post-card-container a {
  width: calc(33% - 5px);
}
@media screen and (max-width: 600px) {
  .us-stocks-detail .posts-card .post-card-container a {
    width: 100%;
  }
}
.us-stocks-detail .posts-card .post-card-container a .post-card {
  padding: 20px 0;
  gap: 10px;
}
.us-stocks-detail .posts-card .post-card-container a .post-card .post-title {
  font-family: MidasInter-Semi-Bold, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #353849;
}

/* only for safari - bilanco select*/
@supports (-webkit-hyphens: none) {
  .custom-date-selector {
    background: #4959ea !important;
    width: 100px !important;
  }
  @media screen and (min-width: 1000px) {
    .bilanco-header .select-container {
      gap: 90px !important;
    }
  }
  @media screen and (max-width: 600px) {
    .bilanco-header .select-container {
      gap: 10px !important;
    }
  }
}
.stock-based-page td.loader-con {
  text-align: center;
}

.stock-based-page td.loader-con .loader {
  position: relative;
  right: inherit;
  top: inherit;
  text-align: center;
  display: inline-block;
}

/* Haberleri sub-page */
.haberleri-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px 0 40px;
  width: 100%;
  margin-top: 60px;
  padding-top: 0px;
}

.haberleri-section-title {
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.15px;
  font-feature-settings: "ss01" on;
  color: #2b2a35;
  margin-bottom: 40px;
}

.haberleri-kap-section,
.haberleri-kulaklar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.haberleri-see-all-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.haberleri-see-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  background: #4959ea;
  border-radius: 30px;
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  font-feature-settings: "ss01" on;
  color: #ffffff;
  text-decoration: none;
  min-width: 156px;
  height: 50px;
  transition: background-color 0.2s ease;
}
.haberleri-see-all-btn:hover {
  background: #3a48d1;
  color: #ffffff;
  text-decoration: none;
}

.haberleri-empty {
  text-align: center;
  padding: 60px 0;
}
.haberleri-empty p {
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #697180;
}

/* Midas'ın Kulakları grid */
.haberleri-kulaklar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}

.haberleri-kulaklar-card a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}
.haberleri-kulaklar-card a:hover {
  text-decoration: none;
}
.haberleri-kulaklar-card__image {
  width: 100%;
  aspect-ratio: 424/253;
  overflow: hidden;
  border-radius: 13px;
}
.haberleri-kulaklar-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13px;
  transition: transform 0.3s ease;
}
a:hover .haberleri-kulaklar-card__image img {
  transform: scale(1.03);
}
.haberleri-kulaklar-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.haberleri-kulaklar-card__meta {
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-feature-settings: "ss01" on;
  color: #585768;
}
.haberleri-kulaklar-card__title {
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  font-feature-settings: "ss01" on;
  color: #2b2a35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.haberleri-kulaklar-card__link {
  font-family: "Inter 28pt", "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  font-feature-settings: "ss01" on;
  color: #4959ea;
  margin-top: 4px;
}

/* Haberleri responsive */
@media only screen and (max-width: 991px) {
  .haberleri-section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .haberleri-kulaklar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .haberleri-section {
    gap: 40px;
    padding: 10px 0 30px;
  }
  .haberleri-section-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .haberleri-kulaklar-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .haberleri-kulaklar-card__title {
    font-size: 18px;
    line-height: 23px;
  }
  .haberleri-see-all-container {
    margin-top: 30px;
  }
}
.skelethon-conent {
  border-radius: 8px;
  min-height: 110px;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: 1s shine ease-in-out infinite;
}/*# sourceMappingURL=stocks.css.map */