/* Table buttons */
.add-button{
    font-weight: bold;
    font-size: large;
    background-color: #9EB4DD; 
    color: #13274C;
    border-radius: 25px;
    border-color: #93b4dd !important;
}
.add-button:hover{
    background: #13274c;
    color: #9EB4DD;
    cursor: pointer;
}
.icon-button{
    font-weight: bold;
    font-size: x-large;
    color: #13274C; 

}

.icon-button:hover{
    color: #93B4DD;
    cursor: pointer;
}

.trash-button{
    font-weight: bold;
    font-size: x-large;
    color: #13274C
}

.trash-button:hover{
    color: #9EB4DD;
    cursor: pointer;
}

.fabutton {
    background: none;
    padding: 0px;
    border: none;
  }
/* End Buttons */


/* Table styling */
table{
    border-collapse: separate !important;
    border: 1px solid #dad9d7;
    border-radius: 15px;
}

thead{
    border-collapse: separate;
    border-radius: 25px;
    background-color:#dbebff;
}

thead tr th:first-of-type {
    border-top-left-radius: 15px;
}

tbody tr td:first-of-type {
    font-weight: bold;
    text-align: left !important;
    color: #13274C;
}

thead tr th:last-of-type {
    border-top-right-radius: 15px;
}

table a {
    color: #13274C; 
    text-decoration: none;
}

table a:hover {
    color: #13274C; 
    border: 1px;
}

/* Custom Table Buttons */
.dt-buttons {
    display: none;
}

.table-buttons{
    font-size: xx-large;
    padding-left: 15px;
}

/* custom table contorls */
.tableLengths{
    width: 35%; 
    margin-left:  5px; 
    margin-right: 5px;
}
.tableLengthRowText{
    padding-top: 2.5%;
    text-align: center;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.tableLengths::-webkit-inner-spin-button, 
.tableLengths::-webkit-outer-spin-button {  
   opacity: 1;
}

.tableSearch{
    font-family:Arial, FontAwesome;
}


/* Uar Table Styling */

.uar-table-header{
    color: #3d6ec1;
}


.uar-table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 20px;
}

.uar-table tbody tr td {
    padding: 10px 15px;
    border: none !important;
    vertical-align: top;
    line-height: 1.5;
}

.uar-table tbody tr td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    color: #13274C;
    width: 40%;
    text-align: left !important;
}

.uar-table tbody tr td:last-child {
    color: #555;
    text-align: left !important;
}

.uar-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.uar-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.uar-table a {
    color: #13274C;
    text-decoration: none;
}

.uar-table a:hover {
    text-decoration: underline;
}

/* For the signature and ratings */
.uar-table .descriptionHeader {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}


@media (max-width: 768px) {
    /* Existing mobile styles */
    .last_mobile{
        border-top-right-radius: 15px;
    }

    .tableLengths{
        width: 25%;
    }

    .tableSearch{
        width: 55%;
        margin-left: 5%;
    }

    .uar-table tbody tr td {
        padding: 8px 10px;
    }
    
    .uar-table tbody tr td:first-child {
        width: 50%;
    }
}