.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
    padding: 1rem 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.table-sm>:not(caption)>*>* {
	padding: 0.3rem 1rem;
}

.logo-img{
	width: 100%;
	max-height: 100px;
	object-fit:contain;
}

.logo-login{
	width: 100%;
	max-height: 220px;
	object-fit:contain;
}
.form-check-input {
	margin-top: 2px;
	margin-right: 2px;
}

.dropdown-item {
    cursor: pointer;
}

.bootstrap-table .fixed-table-pagination>.pagination, .bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-left: 1.5rem;
}

.svg-icon-sm{
	width: 19px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
	padding: 0;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 18px !important;
}

.hide-element {
    display: none;
}

.disabled-background {
    background-color: #E9ECEF;
}

.divToDisplayMembersData {
    display: none;
    width: 100%;
    /*height: 100px;*/
    overflow-y: auto;
    /*background-color: rgba(255,255,255,0.5);*/
    /*transition: all 1200ms;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: white
}

/*div #members-box {
    display: none;
    width: 100%;
    /*height: 100px;*/
  /*  overflow-y: auto;
    /*background-color: rgba(255,255,255,0.5);*/
    /*transition: all 1200ms;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: white
}*/

.listOfMembersData {
    list-style-type:none;
    margin-left: 0%;
    padding-left: 1%;
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 0px;
    height: 100%;
    width: 100%; background-color: white
}

/*div #membersList {
    list-style-type:none;
    margin-left: 0%;
    padding-left: 1%;
    position: absolute;
    top: 20px;
    left: 0px;height: 100%;
    width: 100%; background-color: white
}*/

#formQueryParams a:link, a:visited, a:active {
    text-decoration:none;
}

#formQueryParams .aDecoration {
    color: black;
    text-decoration:none;
}

.input-wrapper {
    position: relative;
}

.input-icon-prepend {
    color: #191919;
    position: absolute;
    width: 5%;
    height: 5%;
    left: 5%;
    top: 23%;
    transform: translateY(-23%);
}

.input-icon-append {
    color: #191919;
    position: absolute;
    width: 5%;
    height: 5%;
    right: 5%;
    top: 23%;
    transform: translateY(-23%);
}

.filter-width {
    width:30%;
}

@media print {
    body * {
        display: none;
    }
    .print-area, .print-area * {
        display: block;
    }
}
.liftButton {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    /*border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;*/
    font-weight: bold;
    filter: brightness(120%);
    transform: translateY(-5px);
}

.v-overflow {
    height: 1000px !important;
    overflow-y: auto;
}

.v-overflow::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
}

.v-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(136, 98, 65, 0.6); /* Set the color of the thumb (the draggable part) */
    border-radius: 6px; /* Set the border radius of the thumb */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the color of the track (the area behind the thumb) */
}

/* Optional: You can also style the scrollbar buttons (arrows) */
::-webkit-scrollbar-button {
    display: none; /* Hide the scrollbar buttons */
}

.no-spin-buttons::-webkit-inner-spin-button,
.no-spin-buttons::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin-buttons {
    /* Firefox */
    -moz-appearance: textfield;
}

.hover-effect:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

/*.custom-table tbody tr {
    height: 0px;
}*/

/*table td{
    height: 50px !important;
}*/

/*#membersList li:hover {
    color: white;
    background-color: black;
}*/
