﻿
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.modal-dialog {
    width: 99% !important;
    max-width: 100% !important;
    min-height: 950px !important;
}

.form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 20px;
}

    .form-inline .form-group {
        margin-bottom: 0;
    }

    .form-inline label {
        margin-right: 10px;
    }

.button-collor {
    background-color: tomato;
    color: white;
    /* border: 2px solid black;*/
    padding: 8px 20px;
    cursor: pointer;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.mt-3 {
    background-color: tomato;
    color: white;
    border: 2px solid black;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 40%;
}

.mt-container {
    text-align: center;
    margin-top: 20px;
}

.table-container {
    margin-top: 20px;
}

.popup-btn {
    float: right;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 80%;
    width: 80%;
    max-height: 80%;
    height: 80%;
}

.modal-content {
    height: 100%;
}

.modal-body {
    height: calc(100% - 120px); /* Adjusted to fit within the modal */
    overflow-y: auto;
}

.template-button {
    display: block;
    padding: 5px;
    margin-bottom: 15px;
    text-align: justify;
}

/* Hidden by default, shown when CustomText is selected */
#txtara {
    display: none;
}

/* Pagintion Css*/
.pagination-controls {
    margin-left: 820px;
    margin-bottom: 14px;
}

footer p{text-align:center

}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #000 !important;
}
