.max-width{
    max-width :unset
}

.btn-ssm, .btn-group-ssm>.btn {
    --mdb-btn-padding-top: 0.3rem;
    --mdb-btn-padding-bottom: 0.3rem;
    --mdb-btn-padding-x: 0.8rem;
    --mdb-btn-font-size: 0.7rem;
    --mdb-btn-line-height: 1.2;
}

.with_placeholder_select {
    color: #727272;
}

select option {
    color: #4f4f4f;
}

.hover-container {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    z-index: 1000;
  }

.tooltip-left-align .tooltip-inner {
    text-align: left !important;
    white-space: pre-wrap !important; /* 改行とスペースの保持 */
    max-width: 500px !important; /* 必要に応じて調整 */
    width: auto; /* 自動幅に設定 */
}

.btn-space {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
}

.ph-light {
    font-size:1.5em;
}

.btn-with-close {
    display: flex;
    position: relative;
    padding-right: 2rem; /* 右側に余白を確保 */
    text-transform: none;
}
.close-icon {
    margin-left: 0.5rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    font-size: 1rem;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
