body {
    color: #0e6b91;
    font-family: Helvetica;
    font-size: 12px;
}

input,
select,
textarea,
.jtags {
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    margin: 3px 0;
    border-radius: 6px;
    padding: 10px;
    outline:0;
    height:auto;
}


button {
    width: 130px;
    background: #1e96d7;
    border: none;
    height: 36px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    min-height: 500px;
}

.box {
    padding: 30px;
    margin: 0 auto;
    border: 4px solid #1e96d7;
    border-radius: 4px;
}

.login {
    width: 300px;
}

.login h1 {
    text-align: center;
    margin:0px;
}

.center {
    text-align: center;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.card {
    width: 190px;
    height: 90px;
    border: 4px solid #1e96d7;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.card a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_btn {
    float: right;
    font-size: 14px;
    margin-top: -20px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.search-box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.list td,
.list th {
    border:1px solid #ccc;
    padding:5px 10px;
    min-width: 105px;
}

table tr:nth-child(odd) {
    background: #38667f12;
}

.list thead {
   position:sticky;
   top:0;
}

.list thead th {
    background: #38667f;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-color: #fff;
}

.list .col-2 {
    column-count: 2;
}

.msg{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.error{
    color: red;
}

.success {
    color:green;
}

.scroll {
    height:400px;
    overflow-y: auto;
}

.p10{
    padding:10px !important;
}

.p0{
    padding:0px !important;
}
.w-50{
    width:50% !important;
}

.w-80{
    width:80% !important;
}

.pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border-top: 4px solid #1e96d7;
}

.pagination * {
    display: flex;
    width: auto;
    align-items: center;
    gap: 10px;
    margin: 5px;
}

.pagination .links a {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #0e6b91;
    font-weight: 600;
    text-decoration: none;
}

.pagination .links span {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #727678;
    font-weight: 600;
    text-decoration: none;
}