input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #000 !important;
}
.btn-success{
    color: #fff;
    background-color: #17485e !important;
    border-color: #17485e !important;
    padding: 5px 10px !important;
    width: auto;
}

.btn{
        padding: 10px !important;
        background-color: #17485e !important;
        border-color: #17485e !important;
        color: #fff !important;
}
.form-select,.form-control{
        padding: .60rem 3.75rem .60rem 1.25rem !important; 
        border-color: #17485e !important;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.login-container {
    max-width: 100%;
    background: #000000a1
    ;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 100%);
    min-width: 500px;
}
table.dataTable>thead>tr>th,.table tbody th{
    color: #17485e !important;
}

table tr>th {
    color: #17485e !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #17485e !important;
    background-color: transparent;
    border-color: transparent transparent #17485e !important;
}
td pre{
    line-height:normal;
    margin: 0;
    overflow: hidden;
    font-size: .8125rem;
}
.table thead th{
    font-weight: 700 !important;
}

.login-container input::placeholder {
    color: rgba(255, 255, 255, .8); /* Change to your desired color */
    opacity: 1; /* Optional: to ensure the placeholder is fully opaque */
}

.login-container input{
    width: calc(100% - 20px);
    margin: 10px 0;
    padding: 10px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ddd;
    outline: 0;
}

#loginForm label, .login-container h2{
    color: #fff;
}
form label{
    font-size: 14px !important;
    color: #17485e !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
}
#grievanceTable th{
    background-color: var(--sky-color);
    color: #fff;
}

h2{
    color: #17485e !important;
}
.grievanceSubject{
    max-width:350px !important;
    width:350px !important;
}

.grievanceSubject p {
    text-wrap: auto;
    width: 350px;
}

h2 {
    text-align: center;
    font-family: cursive;
}

input {
    width: calc(100% - 20px);
    margin: 10px 0;
    padding: 10px;
}

.btn-outline-secondary {
    padding: 5px 10px !important;
    width: auto;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #17ba35;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

button:hover {
    background-color: #0056b3;
}

.error {
    color: red;
    text-align: center;
}
/* 
.l_nw_header {
    background-color: #0056b3;
    color: var(--white);
    padding: 10px 0;
    position: fixed;
    width: 100vw;
    z-index: 99999;
    color: white;

} */

.m_line {
    background: var(--white);
    width: 2px;
    height: 40px;
    margin: 0 10px;
}
.m_line_li{
    background: var(--white);
    width: 2px;
    height: 30px;
    margin: 0 5px;
}

.l_nw_a p {
    font-size: 12px;
    color: var(--white);
    font-weight: var(--font-500);
    margin: 0;
}

/* .navbar-brand {
    display: flex;
    align-items: center;
} */
.dt-paging nav {
    display: flex;
}


/* 
.l_nw_ul li{
  font-size: 12px;
  font-weight: 600 !important;
  color: var(--white) !important;
}

.l_nw_ul li a{
  color: var(--white) !important;
}
.dt-paging nav {
    display: flex;
}
.l_nw_ul li:hover{
  text-decoration: underline;
} */
#grievanceModal{
    z-index: 99999;
}
.wrwp_padd{
    font-size: 14px;
    top: 0px;
    position: relative;
}
.secLogo{
    height: 33px !important;
}
.sideMenuSection li a{
    padding: 3px 5px !important;
}

.sideMenuSection li a i{
    margin: 0px !important;
}
.cardSection{
    padding: 10px 20px !important;
    text-align: left;
}
.cardSection img {
    margin-top: -30px;
}
.cardSection p {
    line-height: normal;
}

.cardSection h5 {
    line-height: normal;
    margin-bottom: 0;
    font-size: 13px;
}
.h-lg-screen{
    height: auto !important;
}
.h-screen {
    height: auto !important;
}
.h-screen{
    width: 75%;
}

.navbar-vertical.navbar-expand-lg.show,.h-screen.flex-grow-1{
    height: auto !important;
}

.h-screen.flex-grow-1{
    margin-left: 220px;
}
/* .sideMenuSection{
    height: 71vh;
    overflow: auto;
} */
.sideMenuSection a.nav-link.active, .sideMenuSection li a:hover {
    background-color: #f5f9fc;
    /* padding: 6px 10px !important; */
    border-radius: 6px !important;
    font-size: 14px !important;
}
.sideMenuSection li>a{
    font-size: 14px !important;
}
a.das_logo{
    width: 95%;
    text-align: center;
    color: #17485e !important;
}

.editHeadding{
    color: #17485e;
    font-family: cursive;
}
.form-control{
    border-color: #17485e !important;
}

.form-control:focus {
    color: #17485e !important;
    background-color: hsl(0, 0%, 100%);
    border-color: #17485e !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(239, 119, 59, .25) !important;
}
.form-check-input:checked {
    background-color: #17485e !important;
    border-color: #17485e !important;
}
.btn-sm.btn-danger{
    padding: 5px 10px !important;
}
.card-header{
    padding: 5px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.header {
    font-size: 22px !important;
    text-transform: capitalize;
}

.welComeDash{
    color: #17485e !important;
}
@media (min-width:992px) and (max-width: 1024px) {
  .l_nw_ul li{
    font-size: 10px;
  }

    .l_nw_a p {
        font-size: 10px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    /* .m_line {
        display: none;
    } */

    .m_line_li{
        display: none;
    }

    .l_nw_a p {
        font-size: 10px;
    }
}

@media (min-width:320px) and (max-width: 767px) {
    /* .m_line {
        display: none;
    } */

    .m_line_li{
        display: none;
    }

    .l_nw_a p {
        font-size: 10px;
    }
}
.swal2-html-container{
    font-size: 1.0em!important;
}
.swal2-title{font-size: 26px!important;}
.swal2-popup {    width: 28em!important;}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel{font-size: 12px!important;}
.swal2-actions.swal2-actions-horizontal {
    display: flex;
    flex-wrap: nowrap !important;
    width: 65%;
  }
  .editBlogBtn{
    width: 72px;
  }
  .delBlogBtn{
    width: 85px;
  }