/* sliders */
.customslider_label {
    color: var(--gray-900, #101828);
    font-family: "Inter-Regular", Helvetica;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.customslider {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 0% !important;
}

.customslider_max_value {
    width: 122px;
    line-height: 32px !important;
    top: 53px;
    left: 227px;
    gap: 6px;
    border: 1px solid #D0D5DD;
    background: white;
    color: #667085;
    text-align: center !important;
}

.customslider_value {
    border-radius: 4px;
    background: var(--gray-200, #EAECF0);
    display: flex;
    padding: 2px 8px;
    align-items: flex-start;
    gap: 10px;
    color: #000;

    /* Text sm/Semibold */
    font-family: "Inter-SemiBold", Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    height: 24px;
}

.rc-slider-track {
    background-color: #2645f5 !important;
    border-radius: 4px !important;
    height: 8px !important;
    right: 0px !important;
    left: 0px !important;
    top: 0px !important
}

.rc-slider-handle {
    background: var(--base-white, #ffffff) !important;
    border-radius: 12px !important;
    border-style: solid !important;
    border-color: #2645f5 !important;
    border-width: 1.5px !important;
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    margin-top: -8px !important;
    top: 0px !important;
    overflow: hidden !important;
}

h3 {
    font-size: 28px !important;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

h4 {
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.gt-title {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
}

#socio-env {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

p {
    margin-bottom: 5px !important;
}

table tr {
    width: auto;
    white-space: nowrap;
}

.table-white {
    background-color: white;
}

.table-gray {
    background-color: rgba(249, 250, 251);
}

.table-remark {
    background-color: #EAECF0;
}

.box {
    background-color: white;
    border-radius: 6px;
}

.box-shadow {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F0F2FD;
}

.small-icon-width {
    width: 24px;
    height: 24px;
}

/* Dropdown */

.dash-dropdown {
    color: #000 !important
}

.dropdownOverflow {
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Pagination buttons */

.button-group {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.button-group button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.button-group button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
}

.button-group button {
    color: black;
    float: left;
    padding: 0px 16px;
    width: 100%;
    text-decoration: none;
    border: 1px solid #D0D5DD;
    outline: none;
}

.button-group button:hover {
    color: black;
    float: left;
    padding: 0px 16px;
    text-decoration: none;
    border: 1px solid #D0D5DD
}

/* Switch */

input:checked + .mantine-adpl6b {
    background-color: #2645f5 !important;
    border-color: #2645f5 !important;
}

/* Input */

input:invalid {
    border: 1px solid #F04438 !important;
    outline: none !important;
    color: #F04438 !important;
}
