.midas-stocks-ticker{display:flex;align-items:center;border-radius:25px;padding:5px 10px;max-width:900px;margin:20px auto;font-family:Arial,sans-serif;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:10px;height:45px;min-height:45px;}.midas-arrow{background:#f0f4f9;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;color:#888;font-weight:bold;font-size:18px;display:flex;justify-content:center;align-items:center;margin:0 5px;transition:background-color .3s ease;padding:8px;}@media only screen and (max-width:991px){.midas-arrow{display:none!important}}.midas-arrow.midas-prev{rotate:180deg;}.midas-arrow:hover{background:#d8e3f0;color:#444;}.midas-stocks-wrapper{display:flex;gap:10px;scrollbar-width:none;-ms-overflow-style:none;flex:1;}@media only screen and (max-width:991px){.midas-stocks-wrapper{overflow-x:scroll;padding-bottom:10px;scrollbar-width:auto;-ms-overflow-style:auto}}.midas-stocks-wrapper::-webkit-scrollbar{display:none}.midas-stock-item{background:#fff;border-radius:25px;padding:6px 12px;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 6px 6px rgba(14,19,112,.03),0px -1px 3px rgba(14,19,112,.04);border-radius:24px;cursor:pointer;width:20%;justify-content:space-between;}@media only screen and (max-width:991px){.midas-stock-item{min-width:144px}}.midas-stock-item:hover{background:rgba(14,19,112,.03);}.midas-stock-item .midas-stock-logo{width:24px;height:24px;border-radius:100%;}.midas-stock-code{font-family:MidasSans-Regular,Arial,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:20px;display:flex;align-items:center;color:#5d6074;}.midas-stock-change{font-family:MidasSans-Semi-Bold,Arial,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:18px;display:flex;align-items:center;text-align:right;}.midas-stock-change.positive{color:#15a868;}.midas-stock-change.negative{color:#DB4933;}