* {
    font-family: "Tahoma", "Calibri", sans-serif;
}

.hand {
    cursor: pointer;
}

.hesabfa-tab-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

a.nav-tab {
    padding: 5px 10px;
    font-weight: normal;
    border-radius: 7px 7px 0px 0px;

}

.hesabfa-tab-page-title {
    color: dimgray;
}

.hesabfa-f-12 {
    font-size: 12pt;
}

.hesabfa-f li {
    font-size: 11pt;
}

.hesabfa-header {
    background-color: #304967;
    box-shadow: 5px 5px 5px #f3f3f3;
    padding: 5px;
    margin-right: -20px;
}

.hesabfa-header img {
    height: 35px;
}

.hesabfa-card {
    max-width: none !important;
    margin-left: 20px;
    background-color: whitesmoke !important;
}

.hesabfa-bold {
    font-weight: bold;
}

.hesabfa-plugin-tutorial-chapter {
    color: dimgray;
    font-weight: bold;
    border-bottom: 1px solid silver;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.hesabfa-plugin-tutorial-chapter:hover {
    color: dodgerblue;
    cursor: pointer;
}

.input-text {
    display: block;
    width: 25% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-select {
    display: block;
    width: 40% !important;
    min-height: 20% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #ced4da !important;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 10px 0;
}

.pagination a {
    text-decoration: none;
    color: #0073aa;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .active {
    background-color: #0073aa;
    color: #fff;
}

.pagination a:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.table-wrapper {
    max-height: 400px;
    overflow-y: auto;
    display: block;
}

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper thead tr {
    position: sticky;
    top: 0;
    background: #f9f9f9;
    z-index: 2;
}