/* General */
* {
  font-family: 'Poppins' !important;
}
.row {
  margin: 0 !important;
  --bs-gutter-x: 0.9rem !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.main-title {
  font-size: 43px;
  font-weight: 600;
  text-align: left;
  margin-top: -5px;
  margin-left: 15px;
}

.dark-theme .main-title {
  color: #fff;
}

.light-theme .main-title {
  color: #1a206d;
}

.report-date {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.dark-theme .report-date {
  color: #fff;
}

.light-theme .report-date {
  color: rgb(80, 84, 142);
}

.language-span {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 4px;
  border: solid 0.5px #1A1F6D;
  padding-top: 2px;
  padding-bottom: 1px;
}

.theme-icon {
  cursor: pointer;
  background-color: #1A1F6D;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}

.theme-icon img {
  height: 16px;
  width: 16px;
}

.selected-language {
  background-color: #1A1F6D;
  color: white !important;
}

.dark-theme .layout-container {
  background-color: #090C23 !important;
}

.light-theme .layout-container {
  background-color: #f2f2f2 !important;
}

.dark-theme .dashboard-bg {
  background-color: #090C23 !important;
  color: white;
}

.light-theme .dashboard-bg {
  background-color: #F1F1F1;
}

.dark-theme .panel-bar {
  background-color: #1A1F6D
}

.light-theme .panel-bar {
  background-color: #1A1F6D;
}

.dark-theme .panel-body {
  background-color: #0b0f28;
}

.light-theme .panel-body {
  background-color: #f0f0f0;
}

.summay-panel-bg {
  padding: 5px;
}

.period-graphics canvas {
  width: 100% !important;
}

.dark-theme .summay-panel-bg {
  background: linear-gradient(to bottom, #1A1F6D, #0B0F28) !important;
}

.light-theme .summay-panel-bg {
  background: linear-gradient(to bottom, #DCDCE7, #FFFFFF);
}

.dark-theme .summay-panel-bg .title {
  color: white;
}

.light-theme .summay-panel-bg .title {
  color: #1A1F6D;
}

.social-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.summary-panel-info-template {
  padding-top: 14px;
  padding-bottom: 15px;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.alert-error-background {
  background: red !important;
  padding-bottom: 0px !important;
}

.home-padding {
  padding-right: 5px;
}

.symbol-box .v-select__slot {
  padding: none !important;
  border: hidden;
}

.v-select__selections span {
  color: black;
}

.symbol-box .v-select-list {
  background: white !important;
  color: black !important;
  border-top-right-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.symbol-box .v-select-list input {
  color: black !important;
}

.symbol-box .v-select-list .v-input .underlined {
  color: black !important;
}

.symbol-box .v-select-list .v-list-item {
  color: black !important;
}

.symbol-box .v-select-list .v-list-item__title {
  color: black !important;
}

.symbol-box .v-select-list input::placeholder {
  color: black !important;
}

.v-field__input {
  padding: 7px 7px 7px !important;
}

.v-text-field--outlined fieldset {
  min-height: 100px;
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.v-text-field__slot label {
  position: sticky !important;
  font-size: 14px;
}

.v-text-field .v-list-item__title{
  font-size: 14px;;
}

.v-menu__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 15px !important;
}

.v-menu__content::-webkit-scrollbar {
  display: none;
}

.symbol-box .v-select__slot .mdi-magnify {
  color: black !important;
  padding-top: 30px !important;
  font-size: 30px !important;
}

@media only screen and (min-device-width: 640px) {
  .v-menu__content {
    min-width: max-content !important;
  }
}

.dark-theme.v-icon {
  color: white !important;
}

.v-text-field__details {
  display: none !important;
}

.v-list-item--link:before {
  color: transparent !important;
}

.v-select__selections input::placeholder {
  color: white !important;
}

.col {
  padding: 5px !important;
}


@media screen and (max-width: 992px) {
  body {
    background-color: blue;
  }
}

@media screen and (max-width: 600px) {
  .row {
    --bs-gutter-x: 0.9rem !important;
    margin: -10 !important;
  }
}


@media screen and (max-width: 1800px) {
  .row {
    margin: 0 !important;
  }
}

/* Left Area */

.left-area-desktop {
  height: auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 2rem;
  min-height: 742px;
}

.left-area-mobile {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -35px;
}

.left-panel-row {
  margin-left: -5px !important;
  margin-top: 5px;
}

.dark-theme .left-area-desktop {
  background-color: #1A1F6D;
}


.dark-theme .left-area-mobile {
  background-color: #1A1F6D;
}

.light-theme .left-area-desktop {
  background-color: #1A1F6D;
}

.light-theme .left-area-mobile {
  background-color: #1A1F6D;
}

.symbol-logo {
  width: 110px;
  height: 110px;
  background-color: transparent;
  border-radius: 50%;
  margin: auto;
}

.symbol-logo img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 3px white;
}

.symbol-info {
  width: 100%;
  padding-top: 35px;
  position: absolute;
}

.symbol-info .desc {
  font-size: 17px;
  font-weight: 800;
  text-align: left;
}

.symbol-info .bist-code {
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.symbol-details {
  margin-top: 48px;
}

.button-area {
  padding-top: 1.35rem;
  padding-bottom: 2.2rem;
}

.symbol-details .button {
  margin: 12px 2px 0px;
  padding: 10px 0px 8px;
  border-radius: 10px;
  text-align: center;
  min-width: 185px;
}

.symbol-details .button {
  background-color: #009ad4;
}

.symbol-details .button:hover {
  border: solid 1px #9a9d9e;
}

.symbol-details .button .text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.dropdown-menu {
  width: 100%;
  background-color: #0c1033 !important;
  border: 1px solid #707070 !important;
  color: #ffffff !important;
}

.share-button {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.share-button:hover {
  cursor: pointer;
}

.share-button i {
  padding-right: 5px;
}

.share-button span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: left;
  position: relative;
  top: 1px;
}

.divider {
  margin-bottom: 10px;
  height: 1px;
  background-color: #707070;
}

.item-symbol-logo {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 13px;
}

.item-symbol-info {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.v-list-item {
  height: 30px;
  font-size: 13px;
  padding-left: 10px !important;
  padding-right: 5px !important;
}

.search-box {
  color: black;
}

.symbol-box {
  padding-top: 20px !important;
  width: 90%;
}

.symbol-box fieldset{
  background-color: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Summary Panel */

.summary-panel {
  border-radius: 8px;
  overflow: hidden;
  overflow-x: auto;
  clear: both;
  width: 100%;
  height: 100%;
}

.instagram-bg .summary-panel {
  height: auto !important;
}

.dark-theme .summary-panel {
  background: #1A1F6D;
  border: solid 2px #1A1F6D;
}

.light-theme .dashboard-bg .home-summary-panel {
  border: solid 1px #dfdfdf;
}

.summary-panel table {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.summary-panel .title {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.4rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  color: #fff;
}

.summary-panel table td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.dark-theme .home-summary-panel table tbody tr:nth-child(even) {
 background: linear-gradient(to right, #111548, #090C24);
}

.dark-theme .home-summary-panel .summary-panel-info {
  background: linear-gradient(to right, #111548, #090C24);
 }

.light-theme .home-summary-panel table tbody tr:nth-child(even) {
  background: linear-gradient(to right, #E1E1EB, #FFFFFF);
}

.light-theme .home-summary-panel .summary-panel-info {
  background: linear-gradient(to right, #E1E1EB, #FFFFFF);
 }

.light-theme .home-summary-panel table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.summary-panel table tr td .text {
  float: left;
  margin-left: 7px;
  margin-top: 2px;
}

.home-summary-panel table tr td .text {
  text-align: left;
}

.dark-theme .home-summary-panel table tr td .text {
  color: #fff;
}

.light-theme .home-summary-panel table tr td .text {
  color: #1a206d;
}

.summary-panel table tbody tr td .value {
  font-weight: 700;
  margin-right: 7px;
}

.dark-theme .home-summary-panel table tr td .value {
  color: #fff;
}

.light-theme .home-summary-panel table tr td .value {
  color: #1a206d;
}

#HomePage .summary-panel table td:last-child { 
  float: right;
}

.summary-panel table td:first-child{ 
  float: left;
}

.summary-panel table thead tr td span {
  font-size: 0.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.16px;
  margin-right: 10px;
  color: #fff;
}

.summary-panel-info {
  font-size: 0.8rem;
  text-align: center;
}

.margin-right {
  margin-right: 7px;
}

.summay-panel-bg-title {
  float: left;
}

.line-chart-panel-height {
  height: 200px !important;
}

.home-apex-chart svg {
  margin-top: -10px !important;
}

.language-area {
  margin-right: 20px;
}

.light-theme .period-box {
  background-color: #1a1f6d !important;
}

.dark-theme .period-box {
  background-color: #0a0c22 !important;
}

.period-box {
  float: right;
  color: white !important;
  height: 25px !important;
  position: absolute;
  margin-top: 5px;
  width: 110px !important;
  margin-right: 8px;
}

.period-box span {
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
}

.period-box-menu {
  width: 110px !important;
  text-align: center;
}

.clear-both {
  clear: both;
}

.dark-theme .period-box-menu {
  background-color: #3a3c4e !important;
}

.light-theme .period-box-menu {
  background-color: #484c8a !important;
}

.period-box-menu .v-list-item {
  min-height: 0px !important;
  color: #fff !important;
  font-family: 'Poppins';
  font-weight: 600;
}

.period-box-menu .v-list-item__title {
  font-size: 15px;
  font-family: 'Poppins';
}

.col-lg-6-6 {
  flex: 0 0 37.5% !important;
  width: 37.5% !important;
  position: relative;
}

.col-lg-7-7 {
  flex: 0 0 43.25% !important;
  width: 43.25% !important;
  position: relative;
}

.col-lg-3-3 {
  flex: 0 0 19.25% !important;
  width: 19.25% !important;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .max-width {
    min-width: max-content !important;
  }
}

.clickable-item {
  cursor: pointer;
}

#price-chart-home {
  overflow: hidden;
}

#price-chart-instagram {
  overflow: hidden;
}

.instagram-logo {
  height: 21px !important;
  width: 130px !important;
}

.instagram-logo img {
  height: 21px !important;
  width: 130px !important;
}

@media (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}