﻿.btn-designobject-select {
    padding: 8px 14px;
    color: #FFF;
    /* B4/Semi-bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.btn-designobject-cancel {
    padding: 8px 14px;
    color: var(--Grey-900, #020303);
    /* B4/Semi-bold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
}

.designObject-select-popup .dx-popup-title.dx-toolbar {
    padding: 16px 24px;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--Grey-900, #020303);
    /* B2/Semi-bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.designObject-select-popup .dx-popup-bottom {
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid var(--Grey-400, #DEE4E4);
}

.designObject-select-popup .dx-popup-bottom {
    height: 74px !important;
    padding: 16px;
}

#designObject-list-datagrid {
    padding: 12px;
}

.sds-designObject-badge {
    display: flex;
    height: 20px;
    padding: 3px 6px 3px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    border: 1px solid var(--sds-grey);
    background: var(--sds-grey-200);
    color: var(--sds-grey-800);
}

.sds-designObject-badge a {
    color: var(--sds-grey);
    cursor: pointer;
}

.designObject-list-section .custom-checkbox-class {
    content: "";
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
    border-radius: 11px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.designObject-list-section .custom-checkbox-class::before {
    content: "";
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    top: 50%;
    margin-top: -.5em;
    left: 50%;
    margin-left: -.5em;
    border-radius: 50%;
    background-color: white;
}

#designObject-list-datagrid img.provider-img {
    max-height: 69px;
    object-fit: contain;
    width: auto;
}

    #designObject-list-datagrid img.provider-img.CSV {
        margin-left: 27px;
        width: 48px;
    }

