.priority {
    color: #121212;
}

.td {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.priority[type="high"] {
    color: #FF1F00;
}

.btn {
    border-radius: 4px;
}

.create-ticket {
    float: right;
}

.ticket-btn {
    font-size: 17px;
    line-height: 19px;
    color: #121212;
    background: #F2C131;
    border-radius: 4px;
    width: 146px;
    height: 44px;
    align-self: center;
    border: none;
}

.buttons-colvis,
.buttons-excel,
.buttons-copy,
.buttons-print {
    background: var(--a-brown) !important;
    border-color: transparent;
    ;
}

.anyvair-table tbody tr td:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.anyvair-table tbody tr td button {
    padding: 0px;
    transform: translateY(-1.5px);
}

.catalogue-table tbody tr td:nth-child(2) {
    max-width: 42vw;
}

.catalogue-table tbody tr {
    position: relative;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--a-brown);
    border-color: var(--a-brown);
}

.card:not(.card-outlined) {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.page-link {
    color: var(--a-brown);
}

td.status-table {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.status {
    color: white;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    ;
    width: 90%;
    height: 35px;
    max-width: 114px;
    max-height: 38px;
    border-radius: 4px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
}

table.dataTable {
    margin-top: 30px !important;
}

.status[type="period"] {
    background-color: transparent;
    border: 1px solid #A4A4A4;
    color: #262626;
}

.dropdown-menu-table {
    background: var(--a-brown);
}

.dropdown-menu-table .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color: #C4C4C4;
}

.dropdown-menu-table .dropdown-item:hover {
    color: #ffffff;
    background: #404040;
}

.table-dropdown,
.table-dropdown:hover {
    color: #686868
}

.create-offer {
    margin-left: 2vw;
}

.task-history-filter {
    background-color: transparent;
    border-color: #C4C4C4;
}

.task-history-filter:hover {
    background-color: transparent;
}

.duration-div {
    display: inline-flex;
    align-items: center;
}

.duration-span {
    display: block;
    margin-left: 40px;
    margin-right: 16px;
}

.client-image {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    margin-right: 20px;
}

.active.nav-link-table {
    background-color: white !important;
}

.nav-link {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.nav-border-blue.active {
    border-top-color: #44B3DB !important;
    ;
}

.nav-border-yellow.active {
    border-top-color: #F2C131 !important;
}

.nav-border-green.active {
    border-top-color: #28A745 !important;
}

.nav-border-red.active {
    border-top-color: #FF1F00 !important;
}

.message {
    background: #262626;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.view-details {
    border: 1px solid #A4A4A4;
    height: 38px;
    padding: 0px 10px !important;
    border-radius: 4px;
    margin-right: 35px;
}

td {
    vertical-align: middle !important;
}

@media (max-width:980px) {
    .status {
        padding-left: 10px;
        padding-right: 10px;
    }
    .view-details {
        margin-right: 0px;
    }
}

.appointments-card .card {
    box-shadow: none;
    border: 1px solid #c6c6c6
}

.appointments-card .card .card-body {
    padding: 0px;
}

.todo-list li {
    display: flex;
    background-color: white;
    justify-content: space-between;
}

.todo-list li span:not(:first-child) {
    width: 17%;
}

.appointments-card .card-title {
    width: 73%;
    display: flex;
    padding-left: 40px;
    justify-content: space-between;
}

.appointments-card .card-title span {
    display: inline-block !important;
    width: 15%;
}

.appointments-card .card-footer {
    background-color: white;
}

@media (min-width:500px) {
    .span-minimized {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 29px;
        width: calc(100% - 72px);
        white-space: nowrap;
    }
}

.span-maximized {
    max-height: initial !important;
    width: 100% !important;
    white-space: normal;
}

.btn-underline {
    text-decoration: underline;
    color: #121212;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}