/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

input.form-control,
select.form-control {
    height: 34px !important;
    padding: 2.2px;
    background-color: white;
    border: 1px solid #967adc;
    border-radius: 0px;
    font-size: 0.9rem !important;
}
form .form-control {
    border-radius: 0px;
}
.searchBtn {
    height: 34px !important;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
}

[class^="ft-"] {
    vertical-align: middle !important;
}
.pagination {
    margin-left: 1rem !important;
}

.multiselect-container {
    max-height: 200px;
    overflow: auto;
    width: 100% !important;
}
.multiselect {
    width: 100% !important;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 0.9rem !important;
}

.total-records {
    text-align: center;
    padding-top: 10px;
}

.total-rec {
    text-align: right;
}
.total-rec h4 {
    margin-bottom: 0px !important;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    color: #55595c;
}

.actionsTd {
    background-color: antiquewhite;
}

footer.footer {
    padding: 0px !important;
}
.marginTopbottom {
    margin-bottom: 5px !important;
}
.TotalRec-heading {
    padding-bottom: 1.5rem !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.summaryBtn {
    border-color: white !important;
}

.dropdown-menu {
    font-size: 0.8rem;
}
.highLightedCol {
    background-color: #e9ddcd !important;
}

/*********  Full Calendar  *********/
.fc-head tr:hover td,
.fc-body tr:hover td:not(.fc-today) {
    background-color: transparent !important;
}

.fc-event span {
    font-size: 11px;
    font-weight: normal;
}

.fc-event {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    margin-bottom: 4px;
}

.fc-header-toolbar {
    margin-bottom: 8px !important;
}

.fc-header-toolbar h2 {
    font-size: 1.5rem;
}

.fc-button {
    padding: 0.25rem 1rem !important;
    font-size: 0.7rem;
}

.fc-icon-left-single-arrow::after,
.fc-icon-right-single-arrow::after {
    font-weight: normal !important;
}

/******************/

/*********  Exapandable Table  *********/
.table-arrow {
    cursor: pointer;
    font-size: 16px;
}

.table-expandable-row {
    cursor: pointer;
}

.table-nested-table-responsive {
    height: auto;
}

.table-nested-table {
    table-layout: fixed;
    width: 100%;
    margin-left: 25px !important;
}

.table-expandable-content td {
    padding-left: 25px !important;
}
/******************/

/*********  Alerts  *********/
.error-list-alert ul {
    margin: 0;
    padding: 0;
}

.error-list-alert ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 0.9rem;
}

.error-list-alert ul li::before {
    content: "\2716"; /* Unicode character for a cross mark */
    position: absolute;
    left: 0;
    top: 0;
    color: #fff; /* Darker shade of red for the icon */
}

.error-list-alert .close {
    color: #c01e1e; /* Set the close button text color to white */
    opacity: 1; /* Remove any opacity to make it fully visible */
}

.error-list-alert .close:hover {
    color: #9b0a0a !important; /* Change color on hover for visual feedback */
}

/******************/

/*********  Forms  *********/
.has-icon-left .form-control-position {
    line-height: normal;
    top: 6px;
}