﻿.ut-TableRecords{
   border-collapse: collapse !important;
}
.ut-TableRecords_EvenLine
{
    border-bottom: 1px solid rgba(32, 39, 45, 0.10) !important;
    background: #FBF8FD !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: 0px;
    width: 20%;
    padding: 16px 24px;
}
.ut-TableRecords_OddLine
{
    border-bottom: 1px solid rgba(32, 39, 45, 0.10) !important;
    background: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border: 0px;
    width: 20%;
    padding: 16px 24px;
}
/* Neutralize odd line styling when list is empty */
.no-rows .ut-TableRecords_OddLine {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: normal !important;
    width: auto !important;
}
.ut-TableRecords_Header {
    border-bottom: 1px solid rgba(32, 39, 45, 0.10) !important;
    background: #FBF8FD;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border: 0px;
    width: 20%;
    padding: 16px 24px;
    color : var(--text-primary);
    text-align: left;
}
.ar-AE .ut-TableRecords_Header{
    text-align: right;
}
.ut-AuctionsTitle{
    display: flex;
    align-items: center;
    height: 55px;
    align-self: stretch;
    background: var(--white, #FFF);
    border-radius: 12px 12px 0px 0px;
    gap: 10px;
    justify-content: flex-start;
    padding: 10px 24px 10px 24px;
    margin-top: 16px;
    
    color: var(--dark-gray, #20272D);
    text-align: right;
    font-family: var(--font-family, Dubai);
    font-size: var(--font-size-h6, 19px);
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 22.8px */
}

.ut-MobileView {
        display: none;
    }

@media (max-width: 768px) {
    .ut-MobileView {
        display: block;
    }
     .ut-DesktopView {
        display: none;
    }
    .ut-pagination_container {
        margin-top: -18px !important;
    }
}
.ut-Emerates-Auctions-btn{
    margin-top: -55px !important;
    direction:rtl;
}
.ar-AE .ut-Emerates-Auctions-btn{
    margin-top: -55px !important;
    direction:ltr ;
}
.ar-AE .inner{
    width:175px !important;
    margin-bottom: 30px !important;
}
.inner{
    width:215px !important;
    margin-bottom: 30px !important;
}
.button-font{
color: var(--dark-gray, #20272D);
text-align: right;
font-family: Dubai;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 16.8px */

}

