.top-menu {
    border-bottom: 1px solid #DEDDDC;
    padding: 16px 21px 9px 29px;
}

.top-menu-buffer {
    height: 1rem;
}

.dashboard-title .row {
    align-items: center;
}

.dashboard-content {
    padding-left: 29px;
    padding-right: 29px;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.14px;
    text-align: left;
    color: #383739;
    padding-top: 9px;
}

.breadcrumb a {
    color: #A6A5A4;
    text-transform: capitalize;
}

.breadcrumb a:hover {
    color: #383739;
    text-transform: capitalize;
}

.messages,
.lang {
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.14px;
    padding-top: 9px;
    padding-right: 15px;
}

.lang a {
    color: #A6A5A4;
}

.profile-icon,
.logout-icon,
.listing-btn {
    text-align: end;
    display: inline-block;
    float: right;
}

.logout-icon {
    padding-top: 6px;
    padding-right: 18px;
}

.dashboard-title {
    padding: 16px 0 15px;
}
.top-menu-title{
    font-size: 20px;
}
.btn-primary {
    background: #00ADEE;
    border: transparent;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 13.5px 27px;
    /* max-width: 157px; */
    width: 100%;
}
.btn-primary:hover {
    background: #383739;
}

.next {
    max-width: 157px;
}

.dashboard-listing-type .list-group {
    border: 1px solid #DEDDDC;
    border-radius: 0;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.dashboard-listing-type .list-group li {
    font-size: 13px;
    line-height: 29px;
    font-weight: bold;
    color: #00ADEE;
    text-align: center;
    position: relative;
    padding: 8px 19px;
}

.dashboard-listing-type .list-group li::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #DEDDDC;
    top: 0;
    bottom: 0;
}

.dashboard-listing-type .list-group a {
    color: #00ADEE;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.list-group span {
   width: 20%;
}

.agreements-list li a {
    color: #383739;
}

.dashboard-listing-type .list-group a:hover {
    color: #383739;
}

.dashboard-listing-type .list-group li:nth-child(4n):before {
    content: unset;
}

.listing-table tr {
    border-bottom: 1px solid #EEEDED;
}

.dashboard-listing-type .list-group li:nth-child(5),
.dashboard-listing-type .list-group li:nth-child(6),
.dashboard-listing-type .list-group li:nth-child(7),
.dashboard-listing-type .list-group li:nth-child(8) {
    border-top: 1px solid #EEEDED;
}

.listing-table .caption-top {
    border: 1px solid #DEDDDC;
    margin: 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.listing-table thead tr {
    background: #EEEDED;
}

.listing-table th,
.listing-table tbody td {
    color: #383739;
    font-size: 13px;
    line-height: 28px;
    font-weight: 800;
    padding: 6.5px 7.5px !important;
    border-bottom: 0;
}

.listing-table th:first-child {
    padding: 6.5px 7.5px 6.5px 14px !important;
}

.listing-table tbody td a {
    color: #00ADEE;
        
}

.listing-table tbody td a:hover {
    color: #383739;
}

.listing-table tbody td {
    font-weight: 500;
    padding: 8px 7.5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.input-box input {
    background: #EEEDED;
    border: transparent;
    padding: 1px 10px;
    color: #383739;
    font-size: 13px;
    line-height: 29px;
}

.listing-table .input-box th:first-child {
    padding: 6.5px 7.5px 6.5px 14px !important;
}

.listing-table tbody td:first-child {
    padding: 8px 7.5px 8px 14px !important;
}

.status {
    display: flex;
    justify-content: space-between;
    margin-right: 9px;
}

.pending-title {
    color: #FC8900 !important;
}

.sold-title {
    color: #009614;
}

.cancelled-title {
    color: #CF0000;
}

.filter-title {
    color: #383739;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    padding-bottom: 8px;
}

.agreements-list li {
    color: #383739 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 29px !important;
    text-align: center;
}

.agreements-list li b {
    color: #00ADEE !important;
}

.active-breadcrumb {
    color: #383739;
}

.status-icon {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.top-menu.fixed {
    position: fixed;
    top: 0;
    left: 90px;
    z-index: 99;
    background: #ffffff;
    right: 0;
}

.small-left-menu .fixed {
    left: 240px;
}

.sync-icon-main {
    justify-content: center;
}

span.sync-icon.active svg path {
    fill: #009F15;
}

.sync-main button {
    min-width: 21px;
}

@media(max-width:1640px) {
    .listing-table {
        overflow-x: scroll;
    }
}

@media(min-width:1200px) {
    .all-listing-table-main {
        display: flex;
        column-gap: 31px;
        justify-content: space-between;
    }

    .table-sec {
        width: calc(100% - 206px);
    }
    

    .table-popup {
        width: calc(100% - 0px);
    }
    

    .medium-up-hide {
        display: none;
    }

    .right-side-quick.small-hide {
        padding: 16px 0 0;
        max-width: 177px;
        width: 100%;
        min-width: 200px;
    }
    .dashboard-listing-type .list-group a {
    justify-content: left;
}

    .small-hide .dashboard-listing-type .list-group {
        display: block;
        column-count: unset;
    }

    .small-hide .list-group li::before {
        content: unset;
    }

    .small-hide .dashboard-listing-type .list-group li {
        border-bottom: 1px solid #DEDDDC;
    }

    .small-hide .dashboard-listing-type .list-group li:last-child {
        border-bottom: 0;
    }

    .dashboard-listing-type .list-group li {
        padding: 8px 15px;
    }
}

@media(max-width:1199px) {
    .small-hide {
        display: none;
    }
}

@media(max-width:1200px) {
    .dashboard-listing-type .list-group li {
        padding: 8px;
    }
}

@media (max-width:1100px) {
    .cool-1 {
        width: 132px;
    }

    .cool-2 {
        width: 87px;
    }

    .cool-3 {
        width: 85px;
    }

    .cool-4 {
        width: 74px;
    }

    .cool-5 {
        width: 70px;
    }

    .cool-6 {
        width: 73px;
    }

    .cool-7 {
        width: 118px;
    }

    .cool-8 {
        width: 94px;
    }

    .cool-9 {
        width: 18px;
    }

    .cool-10 {
        width: 80px;
    }

    .cool-11 {
        width: 76px;
    }

    .cool-12 {
        width: 54px;
    }

    .cool-13 {
        width: 102px;
    }

    .cool-14 {
        width: 137px;
    }

    .cool-15 {
        width: 142px;
    }

    .cool-16 {
        width: 68px;
    }

    .cool-17 {
        width: 90px;
    }

    .cool-18 {
        width: 65px;
    }

    .cool-19 {
        width: 45px;
    }
}

@media(max-width:988px) {
    .listing-table {
        overflow-x: scroll;
    }

    .cool-1 {
        width: 150px;
    }

    .cool-2 {
        width: 140px;
    }

    .cool-3 {
        width: 130px;
    }

    .cool-4 {
        width: 120px;
    }

    .cool-5 {
        width: 100px;
    }

    .cool-6 {
        width: 80px;
    }

    .cool-7 {
        width: 135px;
    }

    .cool-8 {
        width: 110px;
    }

    .cool-9 {
        width: 30px;
    }

    .cool-10 {
        width: 85px;
    }
}

@media (max-width:991px) {
    .dashboard-listing-type .list-group li a {
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 15px;
        row-gap: 5px;
    }

    /* .top-menu.fixed .dashboard-listing-type .list-group li a span {
        display: block;
        width: 100%;
    } */

    .dashboard-listing-type .list-group li a span img {
        margin: 0 auto;
        margin: 0 auto;
        min-height: 20px;
        max-height: 20px;
        object-fit: scale-down;
    }
}