body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 100%;
    margin: 0;
    /* font-family: calibri, verdana, serif; */
    /* overflow: hidden; */
    background: #f2f2f2;
}

header, footer {
    padding: 0px;
    width: 100%;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

footer img {
    width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: #f2f2f2;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5;
    /* overflow-y : auto; */
}

.table-striped>tbody>tr:nth-child(2n+1) {
    background: #ffffff !important;
    border:none;
}

.table-striped>tbody>tr:nth-child(2n) {
    background: #e6e6e6 !important;
    border:none;
}

.table-striped>tbody>tr:nth-child(2n) td:first-child {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border:none;
}

.table-striped>tbody>tr:nth-child(2n) td:last-child {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border:none;
}

.table-striped>tbody>tr:nth-child(2n+1) td:first-child {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border:none;
}

.table-striped>tbody>tr:nth-child(2n+1) td:last-child {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border:none;
}

tbody tr {
    border-color: transparent !important;
    border:none;
}
tbody td {
    border-color: none;
    border:none;
}
p.text-purple.m-0 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.abs_header.float-end {
    position: absolute;
    top: 2em;
    right: 3em;
    color: white;
    display: flex;
    align-items: center;
    
}
.head_txt {
    position: absolute;
    color: white;
    z-index: 100;
    left: 3em;
    top: 0.5em;
}
.t_logo {
    position: relative;
    margin-top: -4em;
}

.t_logo img {
    width: 85px;
    position: relative;
    top: -2.75em;
}

a:hover {
    color: unset;
}

.login_img {
    position: relative;
    top: -20%;
    width: 90%;
}

img.login_header {
    width: 100%;
    height: 140px;
}

.form-control {
    padding: 5px 16px;
    margin-bottom: 1em;
    border-radius: 25px;
    box-shadow: 1px 2px 4px #ddd;
    border: none;
    font-size: 16px;
    color: #666;
}

.form-control:focus-visible {
    outline: none;
}

.form-control:focus {
    border-color: unset;
    box-shadow: 1px 2px 4px #ddd;
}

.main-content {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    height: 460px;
}

button.btn.btn-danger {
    background: linear-gradient(90deg, #a551b8 0%, #5729b0 100%) !important;
    outline: none;
    border: none;
    padding: 8px 2em;
    border-radius: 25px;
    width: 160px;
}

tbody tr {
    background: none !important;
    font-size: 14px;
}

thead tr th:first-child {
    text-align: center;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

thead tr th:last-child {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

thead {
    background: linear-gradient(90deg, #a551b8 0%, #5729b0 100%) !important;
    border-radius: 25px;
}

.text-purple {
    color: #5729b0;
}

a.float-end {
    text-decoration: none;
    color: #888;
    float: none !important;
    padding-left: 1em;
}

.buttons {
    padding-top: 1em;
}

img.p_abs_top {
    position: absolute;
    top: 1em;
    right: 0;
    width: 40px;
}

input#search_input_all {
    height: 35px;
}

img.p_abs_btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
}

h1.abs_header {
    position: absolute;
    top: 1em;
    left: 3em;
    color: #fff;
    font-size: 24px;
}

.btnn {
    position: absolute;
    top: 1em;
    left: 1.25em;
    height: 45px;
    border-radius: 3px;
    cursor: pointer;
    /* transition : left 0.4s ease; */
    display: flex;
    flex-direction: row;
}

.btnn.click {
    left: 260px;
}

.btnn span {
    color: white;
    font-size: 1.75em;
    line-height: 45px;
}

.btnn.click span:before {
    content: '\f00d';
    float: right;
    right: 1.75em;
    color: #5729b0;
    z-index: 11;
    font-size: 1em !important;
    line-height: 20px;
    position: relative;
}

/* .btnn.click span:before {
    content: '\f00d';
} */

.sidebar {
    position: fixed;
    width: 250px;
    height: 100%;
    color: #5729b0;
    left: -250px;
    background: white;
    transition: left 0.4s ease;
}

.sidebar.show {
    left: 0px;
    z-index: 10;
    top: 0;
}

.sidebar .text {
    color: #555;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: white;
    letter-spacing: 1px;
}

nav ul {
    background: #fff;
    height: 100%;
    width: 100%;
    /* list-style     : none; */
    padding-left: 0;
    /* list-style-type: disc; */
}

nav ul li {
    line-height: 48px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

nav ul li:last-child {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

nav ul li a {
    position: relative;
    color: #555;
    text-decoration: none;
    font-size: 16px;
    padding-left: 1.5em;
    display: block;
    width: 100%;
    font-weight: bold;
}

nav ul li.active a {
    color: #5729b0;
    /* background: #5729b0; */
}

nav ul li a:hover {
    /* background: #5729b0; */
    /* color: white; */
}

nav ul ul {
    position: static;
    display: none;
}

nav ul .feat-show.show {
    display: block;
}

nav ul .serv-show.show1 {
    display: block;
}

nav ul ul li {
    line-height: 30px;
    border-top: none;
}

nav ul ul li a {
    font-size: 16px;
    /* color    : #666; */
    padding-left: 3em;
}

nav ul li.active ul li a {
    color: #5729b0;
    background: #fff;
    border-left-color: transparent;
}

i.fa.fa-circle {
    font-size: 8px;
    margin-right: 1em;
    position: relative;
    top: -3px;
    color: #ccc;
}

nav ul li.active a i.fa.fa-circle {
    color: #5729b0;
}

nav ul li a:hover i.fa.fa-circle {
    color: #5729b0;
}

/* nav ul ul li a:hover {
    color: white !important;
    background: #5729b0 !important;
} */

nav ul li a span {}

nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #202020;
    z-index: -1;
    text-align: center;
}

.content .header {
    font-size: 45px;
    font-weight: 600;
}

.content p {
    font-size: 30px;
    font-weight: 500;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -2px 0px 5px 1px #333;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 4px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

a.logo img {
    width: 110px;
}

a.logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2em 0;
}

img.l_logo {
    width: 100px;
    position: relative;
    top: -14%;
}

.d_card {
    padding: 0 1em;
    margin-top: 4em;
}

.card {
    border: none;
    box-shadow: 1px 2px 4px #ccc;
}

.col {
    flex: 1 0 0%;
    display: flex;
    flex-wrap: wrap;
}

.card {
    border: none;
    box-shadow: 1px 2px 4px #ccc;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    color: black;
}

.card-text {
    color: #5729b0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: auto;
    text-align: center;
}

h3.card-title {
    text-align: center;
    font-size: 3em;
    color: #5729b0;
    font-weight: bolder;
}


table tr:nth-child(even) {
    background-color: #e4e3e3
}

th {
    background: #333;
    color: #fff;
}

.pagination {
    float: right !important;
    margin: 0;
}

.pagination li:hover {
    cursor: pointer;
}

.header_wrap {
    padding: 30px 0;
}

.num_rows {
    width: 20%;
    float: left;
}

.tb_search {
    width: 20%;
    float: right;
}

.pagination-container {
    width: 70%;
    float: left;
}

.rows_count {
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}

.loginform-control {
    margin-top: 15%;
    margin-left: 3rem;
}
.login-body {
    overflow: hidden;
}
.p-viewer {
    z-index: 9999;
    position: absolute;
    right: 1.5em;
    margin-top: -48px;
}
.fa-search, .fa-eye {
    color: #a551b8;
}

@media screen and (max-width: 768px) {
    .login_img {
        width: 100%;
        top: -10%;
    }
    .col {
        flex: 1 0 51%;
    }
    .d_card {
        padding: 0 1em;
        margin-top: 0;
    }
    h1.abs_header {
        position: initial;
        margin: 1rem;
        text-align: center;
        color: #000;
    }
    .login-body {
        overflow: auto;
    }
    .loginform-control {
        margin-top: 2rem;
        margin-left: 0;
        margin-bottom: 2rem;
    }
}

.pagination button {
    border: none;
}