@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


.login-cont {
    height: 100vh;
    width: 100vh;
    overflow: hidden;
}
.login-cont .logo-div,
.login-cont .form-div,
.login-cont .row {
    height: 100%;
}
.login-cont .logo-div {
    background-color: #03013b;
    display: flex;
    position: relative;
}
.login-cont .logo-div img {
    width: 45%;
}
.login-cont .logo-div .img-cont {
    height: fit-content;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.login-cont .form-div {
    padding: 0 4rem;
}
.login-cont .form-div form {
    height: 92.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-cont .form-div fieldset {
    display: flex;
    flex-direction: column;
}
.login-cont .form-div fieldset input {
    margin: 0.75rem 0;
    padding: 0.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}
.login-cont .form-headings {
    color: #646464;
    text-align: center;
    margin: 2rem 0;
}
.login-cont .form-headings h1 {
    font-weight: 600;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    line-height: 52.5px;
    margin-bottom: 1rem;
}
.login-cont .form-headings h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.login-cont button {
    margin-top: 2rem;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    background-color: #ee2e41;
    font-family: "Poppins", sans-serif;
    border-radius: 7px;
    border: none;
}
.login-cont .last-line {
    text-align: center;
    border-top: 1px solid #bbb;
    padding: 1rem 0;
}
.layout {
    height: 100vh;
}
.layout .container-fluid {
    height: 100%;
}
.layout .row {
    height: 100%;
}
.layout .sidebar {
    background-color: #03013b;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.sidebar .logo-div {
    display: flex;
    justify-content: center;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.sidebar .logo-div img {
    width: 45%;
    margin: 1rem 0;
}
.sidebar .side-menu {
    margin: 1rem 0;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.side-menu li a {
    color: white;
    text-decoration: none;
    width: 100%;
    padding: 0.45rem;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    font-size: 12px;
    display: flex;
    font-family: "Roboto", sans-serif;
}
.side-menu img {
    margin-right: 10px;
}
.side-menu .active {
    background-color: #ee2e41;
}
.logout-btn {
    display: flex;
    width: 100%;
    margin-top: auto;
}
.logout-btn button {
    padding: 0.5rem;
    font-size: 12px;
    color: #fff;
    background-color: #ee2e41;
    font-family: "Poppins", sans-serif;
    border-radius: 7px;
    border: none;
    width: 100%;
    margin: 1.5rem;
}
.content {
    margin: 0 !important;
    padding: 0 !important;
    flex-flow: column;
    display: flex;
    height: 100%;
}
.headline-section {
    flex: 0 1 auto;
}
.headline {
    display: flex;
    padding: 0.5rem 0;
    justify-content: flex-end;
    padding: 0.75rem 0;
}
.ham-page {
    display: none;
}
.client-name {
    font-weight: 600;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.main-data::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.main-data::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}
.main-data::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}
.main-data {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    background-color: #f4f4f4;
    max-height: max-content;
    flex: 1 1 auto;
    overflow-y: auto;
}
.main-data .container-fluid {
    margin: 0;
    padding: 0;
}
.main-data .row {
    margin: 0;
}
.entry-btn {
    padding: 2rem 0;
    height: fit-content;
    display: flex;
    justify-content: end;
}
.entry-btn button {
    padding: 0.5rem 2rem;
    font-size: 12px;
    color: #fff;
    background-color: #ee2e41;
    font-family: "Poppins", sans-serif;
    border-radius: 7px;
    border: none;
}
.hide-div {
    display: none !important;
}
.mobile-blur {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 2;
    background: #808080 66;
}
.table-div {
    font-size: 14px;
    font-family: "Public Sans", sans-serif;
    overflow-x: auto;
}
.table-div table {
    width: 100%;
    border-collapse: collapse;
}
.table-div thead {
    background-color: #f5f9ff;
}
.table-div tbody {
    background-color: #fff;
}
.table-div th,
.table-div td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    width: fit-content;
}
.table-div tr:nth-child(even) {
    background-color: #f9f9f9;
}
.table-div .btn-delete {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.table-div .btn-delete:hover {
    background-color: #f00;
}
.table-div .btn-hold {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.table-div .btn-hold:hover {
    background-color: #45a049;
}
.mobile-sidebar {
    display: none !important;
}
.sidebarbackdrop {
    width: 100%;
    height: 100%;
    position: relative;
}
.back-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.4);
    z-index: 2;
}
.backdrop {
    width: 100%;
    height: 100%;
    position: relative;
}
.pass-change {
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    max-width: 100vw;
    background-color: white;
    height: 100%;
    padding: 0 2rem;
}
.pass-change {
    overflow-y: scroll;
}
.pass-change form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}
.pass-change fieldset {
    display: flex;
    flex-direction: column;
}
.pass-change fieldset input {
    margin: 0.25rem 0;
    padding: 0.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

.pass-change fieldset select {
    margin: 0.25rem 0;
    padding: 0.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

.pass-change .form-headings {
    color: #646464;
    text-align: center;
    margin: 0.25rem 0;
}
.pass-change .form-headings h1 {
    font-weight: 600;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    line-height: 52.5px;
}
.pass-change .form-headings h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.pass-change button {
    margin-top: 1rem;
    padding: 1rem;
    font-size: 16px;
    color: #fff;
    background-color: #ee2e41;
    font-family: "Poppins", sans-serif;
    border-radius: 7px;
    border: none;
}
.error {
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 99;
}
.error-block {
    width: 300px;
    background-color: #f00;
    color: white;
    font-weight: 600;
    border-radius: 3px;
    margin: 10px 0;
}
.error-message {
    padding: 0.75rem;
}
.line-div {
    width: 100%;
    height: 3px;
}
.line-runner {
    width: 0%;
    height: 100%;
    background-color: black;
    animation: runner 3.7s ease-in 200ms 1;
}



@keyframes runner {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}
@media screen and (max-width: 992px) {
    .login-cont {
        height: 100vh;
    }
    .login-cont .row {
        height: 100%;
    }
    .login-cont .logo-div,
    .login-cont .form-div {
        height: auto;
    }
    .login-cont .logo-div img {
        width: 40%;
        padding: 5rem 0;
    }
    .login-cont .form-div form {
        margin-bottom: 2rem;
    }
    .login-cont .form-div {
        padding: 0 2rem !important;
    }
    .login-cont .form-headings h1 {
        font-size: 30px;
    }
    .login-cont .form-headings h5 {
        font-size: 15px;
    }
    .layout .hide-mob {
        display: none;
    }
    .ham-page {
        display: flex;
        font-size: 10px;
        font-family: "Public Sans", sans-serif;
        color: #8b909a;
        line-height: 15px;
    }
    .client-name {
        font-size: 10px;
    }
    .headline {
        justify-content: space-between;
        padding: 0.5rem 0;
    }
    .ham-img {
        margin-right: 10px;
    }
    .main-data {
        margin-top: 0;
    }
    .table-div {
        font-size: 10px;
    }
    .mobile-sidebar {
        display: flex !important;
        width: 300px;
        position: absolute;
        left: -100%;
    }
    .mobile-sidebar-slide {
        transition: all 0.25s ease-in;
        transition-delay: 250ms;
        left: 0;
    }
    .cross {
        position: absolute;
        color: white;
        right: 10px;
        top: 10px;
    }
}

.notes-section{
    /* height: 70vh; */
    /* overflow-y: auto; */

}

.note-div{
    padding: 5px 10px;
    margin: 10px 3px;
    box-shadow: #00000078 0px 0px 5px 0px;
}

.note-div .name {
    font-weight: 600;
    font-size: 15px;
}

.note-div .note{
    font-size: 14px;
}

.note-div .date{
    font-size: 13px;
}

#notesEntry .pass-change{
    padding: 0 0.5rem;
}