.heading-0 {
    color: #2961a3;
    font-weight: 600;
}
.heading-1 {
    color: #2961a3;
    font-weight: 400;
}
input {
    border: #2961a3 2px solid !important;
    border-radius: 0.75rem !important;
    text-align: center !important;
    padding: 5% !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}
textarea {
    border: #2961a3 2px solid !important;
    border-radius: 0.75rem !important;
    text-align: center !important;
    padding: 5% !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}
select {
    border: #05d8f1 2px solid !important;
    border-radius: 0.75rem !important;
    text-align: center !important;
    padding: 5% !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}
.button {
    background-color: #093861 !important;
    color: #fff !important;
    border-radius: 0.75rem !important;
    width: 100%;
    margin-top: 5%;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
}
.nav_color {
    background-color: #2961a3;
}
.navbar .navbar-toggler {
    top: 0.25rem;
    right: 1rem;
}
.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
}
#sidebarMenu {
    background-color: #2961a3 !important;
    height: 100vh;
    position: fixed;
    z-index: 1;
}
.position-sticky {
    text-align: center;
    margin-top: 50%;
}
.position-sticky a {
    text-decoration: none;
    color: #fff;
    font-size: 1.25rem;
}
.position-sticky a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler .navbar-toggler {
    border-color: #fff !important;
}
.search-container {
    background-color: #2961a3;
    text-align: center;
    overflow-x: hidden;
    margin: auto;
    padding: 1%;
    float: center;
    z-index: 10;
}
.search-container input[type="text"] {
    padding: 6px !important;
    background-color: #fff;
    font-size: 17px;
    border: none;
    border: none !important;
    border-radius: 0% !important;
}
.search-container button {
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.error-div {
    background-color: #ff00007d;
    margin: 4%;
    border-radius: 10px;
}
.error-div p {
    padding: 2%;
}
.float-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #093861;
    color: #fff;
    font-size: 25px;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.24);
}
.add_doc_input {
    text-align: center;
}
.add_doc_input input {
    margin-top: 5%;
}
.add_doc_input textarea {
    margin-top: 5%;
}
.add_doc_input select {
    margin-top: 5%;
}
@media (min-width: 992px) {
    .position-sticky {
        text-align: left;
        margin-top: 50%;
    }
}
@media (min-width: 768px) {
    .search-container input[type="text"] {
        padding: 6px !important;
        font-size: 17px;
        border: none;
    }
}
#pdup {
    display: none;
}
#collapse_pd {
    display: none;
}
#prdup {
    display: none;
}
#collapse_prd {
    display: none;
}
body {
    background-color: #2961a3;
    height: 100vh;
    margin: 0%;
}
.login_container {
    height: 100vh;
}
.login_container .login_div {
    margin: auto;
}
.login_container .login_div .round_image {
    height: 25vh;
    width: 25vh;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
    background: #000 url("/img/logo.png") no-repeat center;
    background-size: cover;
    border: #093861 3px solid;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.24);
}
.login_container .login_div .login_form_div {
    height: auto;
    border-radius: 5%;
    background-color: #fff;
    margin: auto;
    margin-top: -25%;
    padding-top: 30%;
    text-align: center;
}
