﻿body {
    font-size: 15px;
}

table thead {
    background-color: #ffffff !important;
    color: #000 !important;
}

table {
    border-collapse: collapse;
    width: 97%;
}

table, th, td {
    padding: 0px;
}

#loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.modal-title {
    font-size: 16px;
    font-weight: bold;
}

.modal-body-header {
    font-size: 14px;
}

.main-footer {
    font-size: 12px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea, select {
    color: black;
}

/* Basic label text color */
label {
    color: gray; /* Dark gray color */
}

/* Custom label text color */
custom-label {
    color: gray; /* Blue color */
}

/* Specific label text color */
special-label {
    color: gray; /* Red color */
}

table th {
    color: gray;
}

table td {
    color: black;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select, select option
label,
.nav-link {
    font-size: 15px;
}

button,
.btn,
li a {
    font-size: 14px;
}

.table-button, 
.btn-xs {
    font-size: 13px;
}

a i {
    font-size:12px;
}

.content-header h1 {
    font-size: 18px;
    font-weight: bold;
}
