::selection {
    background-color: #CAC9CF; 
    color: #000000; 
}
.t-body{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x:hidden!important;
}
.t-body_popupshowed {
    overflow: hidden!important;
}
.t-body:has(#app):not(.t-body_popupshowed,.t1093__body_popupshowed,.t390__body_popupshowed,.body-noscroll,.overflow-disabled) {
    overflow-y:scroll!important;
}
.t-body_popupshowed, .t1093__body_popupshowed, .t390__body_popupshowed
.t-input::placeholder {
    color: #656468 !important;
}
@media screen and (min-width: 480px) {
    .t-records:has(.uc-guide) {
        opacity: 0; 
    }
    .t-records.t-records_animated {
        transition: opacity ease-in-out 0.2s;
    }
    .t-records.t-records_visible,
    .t-records .t-records {
        opacity: 1; 
    }
}
@media screen and (min-width: 480px) and (max-width: 1199px) {
    .t-container {
        max-width: 1200px !important;
    }
    .t-col {
        display: inline !important;
        float: left !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .t-col_1 { max-width: 60px !important }
    .t-col_2 { max-width: 160px !important }
    .t-col_3 { max-width: 260px !important }
    .t-col_4 { max-width: 360px !important }
    .t-col_5 { max-width: 460px !important }
    .t-col_6 { max-width: 560px !important }
    .t-col_7 { max-width: 660px !important }
    .t-col_8 { max-width: 760px !important }
    .t-col_9 { max-width: 860px !important }
    .t-col_10 { max-width: 960px !important }
    .t-col_11 { max-width: 1060px !important }
    .t-col_12 { max-width: 1160px !important }
}
.t-input-group_cb .t-checkbox__indicator {
    margin: 2px 0 !important;
    border-radius: 5px !important;
    border-width: 1.5px !important;
}
.t-input-group_cb .t-checkbox__indicator:after {
    left: 6.5px !important;
    top: 3px !important;
    border-width: 0 1.5px 1.5px 0 !important
}
.t-input-group_cb .t-checkbox:checked ~ .t-checkbox__indicator {
    border-color: #18181B !important;
    background-color: #18181B !important;
}
.t-input-group_cb .t-checkbox:checked ~ .t-checkbox__indicator:after {
    border-color: #FFFFFF !important;
}
.t-input-group_cb .t-checkbox__control {
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-input-group_cb .t-checkbox__labeltext,
.t-input-group_cb .t-checkbox__labeltext div {
    display: block;
}
.t-input-group_cb .t-checkbox__labeltext {
    -webkit-margin-start: 8px !important;
    margin-inline-start: 8px !important;
    line-height: 1.4 !important
}
#allrecords .t-input-group_ws {
    margin: 0 !important;
}
@media (min-width: 480px) {
    .t-input-group_cb .t-checkbox__control {
        margin-left: -4px;
    }
    .t-input-group_ws .t-input-block > div:not(.t-input-error) {
        height: 68px !important;
    }
}
@media (max-width: 479px) {
    .t-input-group_cb {
        padding: 0 8px !important;
    }
    .t-input-group_cb .t-checkbox__control {
        align-items: flex-start;
    }
    .t-input-group_ws .t-input-block > div:not(.t-input-error) {
        height: 62px !important;
    }
}
.t-select__wrapper:after {
    width: 20px !important;
    height: 20px !important;
    background: url(https://static.tildacdn.com/tild3033-6566-4064-b062-333039343465/dropdown-arrow.svg) !important;
    border: 0 !important;
}
.t-select.default {
    color: rgba(0,0,0,.3) !important;
}
@media (max-width: 479px) {
    .t654__cell-container {
        padding: 12px 40px !important;
    }
}
div[style="text-decoration:none;"]:has( > div > span) {
    display: none !important;
}