.chart-container {
  color: #000000;
  /**position: relative;**/
  max-width: 100% !important;
  margin: 0 auto;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

#chartBodyCall .chart-container:hover {
  box-shadow: 0 3px 14px #c2eeff;
}

#chartBodyCall .title-dropdown-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 10px;
}

#chartBodyCall .chart-title {
  position: absolute;
  border-left: 0px;
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
}

#chartBodyCall .interval-container {
  position: absolute;
  top: 16px !important;
  right: 10px;
  display: flex;
  align-items: center;
}

#chartBodyCall .interval-label {
  font-weight: bold;
  margin: 0px;
}

#chartBodyCall .interval-select {
  margin-left: 5px;
}

#chartBodyCall .interval-select, #myModalMny .interval-select {
  font-size: 0.87rem;
  margin-left: 5px;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2px 10px;
}

#chartBodyCall .expand i {
  cursor: pointer;
}

#chartBodyCall.chart-decor h5 {
  font-weight: 600;
  color: #003267;
  font-family: "Poppins-SemiBold";
  font-size: 0.85rem;
}

/** #myModalMny.modal {
     display: none;
     position: fixed;
     z-index: 2;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5); 
 } **/
#myModalMny.popup .modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
}

#myModalMny.popup .close {
  font-size: 2rem;
  opacity: 1;
  position: relative;
  top: -10px;
}

.mm-chart-ratio {
  width: 100vw;
  height: 40vh;
}

/** canvas {   width: 100%; height: auto; aspect-ratio: 920 / 961;  } **/
/**#chartBodyCall .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#chartBodyCall .btn:hover {
    background-color: #0056b3;
} **/
#myModalMny .canvas-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** #myModalMny canvas {
     width: 100% !important;
     height: 100% !important;
 } **/
#myModalMny.modal h4::after {
  display: none;
}

/** #lineChartCall{
 overflow: visible;
 } 
 **/
.mm-modal-chartratio {
  width: 100vw;
  height: auto;
}

.overflow-hidden-fixed {
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.modal-backdrop {
  background-color: black;
}

.modal-backdrop.fade {
  display: none;
}

.modal-backdrop.fade.show {
  display: block;
}

@media (max-width: 767px) {
  .myModalMny.modal {
    height: 100vh;
    width: 100vw;
  }

  #chartBodyCall.chart-decor h5 {
    font-size: 0.78rem;
  }

  #myModalMny.popup .modal-content {
    padding: 5px;
    width: 98%;
    height: auto;
    margin: 0px auto;
    top: 0;
    position: relative;
  }

  .moneymarket h4 {
    text-align: center !important;
    font-size: 1rem;
  }

  .mm-chart-ratio {
    width: 100vw;
    height: 50vh;
  }

  .mm-modal-chartratio {
    width: 100vw;
    height: 80vh;
  }
}