.header-subtitle {
    color: var(--tmc-black-color);
    font-weight: var(--font-weight-bold);
}

.copy-text{
    background-color: #F8F8F8;
    color: #6D6D6D;
    padding: 5px 14px;
}

.e-data-form .e-form-label{
    color: #686868;
    font-weight: var(--font-weight-bold);
    font-size: var(--text-xs);
}

/* Syncfusion */
input.e-input, 
textarea.e-input, 
.e-input-group, 
.e-input-group.e-control-wrapper {
    font-size: var(--text-xs);
}

.custom-prefix{
    font-size: var(--text-xs);
    position: absolute;
    right: 10px;
    top: 26%;
    pointer-events: none;
    color: #7B7B7B;
}

.status{
    border-radius: 9999px;
    width: 8px;
    height: 8px;
}
.status.active{
    background-color: #00FF47;
}

.status.disabled{
    background-color: #9f9f9f;
}

.dropdown-popup{
    position: absolute;
    z-index: 1001;
}

/* Syncfusion tooltip*/
.e-tooltip-wrap.e-popup {
    background-color: #fff;
    border: 1px solid #CFD4DA;
}
.e-tooltip-wrap .e-tip-content {
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-size: var(--text-xxs);
    font-weight: var(--font-weight-medium);
    padding: 8px 13px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom {
    border-left: 8px solid rgba(207, 212, 218, 0);
    border-right: 8px solid rgba(207, 212, 218, 0);
    border-top: 8px solid #CFD4DA;
}
.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
    border-bottom: 8px solid #CFD4DA;
    border-left: 8px solid rgba(207, 212, 218, 0);
    border-right: 8px solid rgba(207, 212, 218, 0);
}
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, 
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, 
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom,
.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top{
    color: #fff;
}