﻿@font-face {
    font-family: Poppins-regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Poppins-bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-display: swap;
}

.MainDiv {
    padding-bottom: 100px;
}

footer > div > p {
    margin: 0;
}

footer > div {
    padding: 20px;
}

p, p1, a, select, input, button, label {
    font-family: Poppins-regular;
}

#gantt_chart, #gantt_chart * {
    font-family: Poppins-regular;
}

p, p1, h1, h2, h3, h4, h5, h6 {
    color: #0F0A5B;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins-bold;
}

a:hover {
    cursor: pointer;
}

select:hover {
    cursor: pointer;
}

.layoutnavbarcolor {
    background-color: #899DED;
}

.navbar-brand {
    color: #fff; /* Text color for the brand/logo */
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    margin-left: 1%;
    /*    background-color: orange;*/
}

.login-headline {
    width: 100%;
    text-align: center;
}

.custom-dropdown-menu {
    min-height: calc(100% + 20px); /* Extend height by 10 pixels */
}
/* Button styles */
.rounded-button {
    cursor: pointer;
    font-size: 12px;
    display: inline-block !important;
    padding: 6px 20px !important; /* Adjust padding as needed */
    background-color: #464fe8; /* Button background color */
    color: #fff !important; /* Text color for buttons */
    border-radius: 25px !important; /* Adjust the border-radius for rounded buttons */
    text-decoration: none !important;
    border: none;
    transition: background-color 0.3s ease !important; /* Smooth transition for hover effect */
}

    .rounded-button:hover {
        background-color: #274093 !important; /* Button background color on hover */
    }

.rounded-button-login {
    display: inline-block !important;
    padding: 6px 25px !important;
    background-color: #274093 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-size: 12px;
}

.logout-button {
    display: inline-block !important;
    padding: 6px 25px !important;
    background-color: #274093 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-size: 12px;
    border: none;
}

.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:active {
    outline: none;
}

.dropdownmenucsscustom {
    justify-content: center;
    min-width: 15px;
    z-index: 1;
    background-color: rgba(70, 79, 232, 1);
    border-radius: 11px;
}

.dropdown-item {
    margin: 5px 0;
    padding: 10px 15px;
}


/////// Buttons to use /////////
.rounded-button__third {
    display: flex;
    justify-content: center;
    padding: 6px 25px !important;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    background-color: #DFE4FB;
    border-radius: 25px;
}

.rounded-button__primary {
    display: inline-block !important;
    padding: 6px 25px !important;
    background-color: #4754DF !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 12px;
    margin-top: 10px;
    border: none;
}

.rounded-button__secondary {
    display: flex;
    padding: 6px 25px !important;
    background-color: #4754DF !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 12px;
    margin-top: 10px;
}

.rounded-button__fourth {
    display: flex;
    padding: 6px 25px !important;
    background-color: #274093 !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-size: 12px;
    margin-top: 10px;
}

.rounded-button_fifth {
    display: flex;
    padding: 10px 19px !important;
    background-color: #DFE4FB !important;
    color: #274093 !important;
    border-radius: 28px !important;
    font-size: 16px;
    border: 1px solid #DFE4FB;
    width: 117px;
    height: 43px;
    font-family: Poppins-regular;
    letter-spacing: 0px;
}

/////// Items to use /////////

.item {
    flex-wrap: wrap;
    margin-right: 44px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-label {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 0px;
    margin-top: 3%;
    min-height: 50%;
    margin-bottom: 26px;
}

    .item-label p, .item-value p {
        margin: 0;
        font-size: 13px;
    }

/////// Containers to use /////////

.MainDiv {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.item-container {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: 103px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-radius: 19px;
    box-shadow: 0px 1px 1px #00000029;
}

.popup-container-layout {
    /*    position: relative;*/
    display: inline-block;
}

.popuplayout {
    display: none;
    position: absolute;
    z-index: 5;
    margin: 0 3% 0 0;
    /*  right: -300px;*/
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    animation: slideInOutLayout 0.5s ease-in-out;
}

.popup-content-layout {
    text-align: center;
}

.close-notice-popup {
    margin: 0 0 0 283px;
    cursor: pointer;
}

    .close-notice-popup:hover {
        color: black;
    }

@keyframes slideInOutLayout {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 70px;
        opacity: 1;
    }
}
/* Add a separate animation for the closing effect */
.popuplayout.closing {
    animation: slideOutLayout 0.5s ease-in-out;
}

@keyframes slideOutLayout {
    from {
        top: 70px;
        opacity: 1;
    }

    to {
        top: -300px;
        opacity: 0;
    }
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8C9EE7;
    border-radius: 9px;
    opacity: 1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8C9EE7;
    border-radius: 19px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #4754DF;
        border-color: black;
    }

.message-container {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 0;
}

.notification-div {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.notification-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-height: 381px;
    max-width: 315px;
    overflow-y: auto;
    padding: 10px 20px 0 0;
}

.message-container p {
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.message-container p1 {
    font-size: 10px;
    margin: 0
}

.timestamp-class {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 3px 0;
}

.linebreak {
    opacity: 0.1;
}

.notification-counter {
    position: absolute;
    top: 28px;
    right: 31px;
    z-index: 2;
    display: flex;
    background-color: white;
    color: #D76056;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    border: solid 4px #899DED;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 10px;
}
/*.open__notice{
    width:20px
}*/
.rounded-button-notification {
    margin: 0 28px 0 21px;
    outline: none;
    font-size: 12px;
    display: flex; /* Use flexbox */
    align-items: center; /* Center items vertically */
    height: 30px;
    width: 50px;
    background-color: #274093; /* Button background color */
    color: #fff; /* Text color for buttons */
    border-radius: 25px; /* Adjust the border-radius for rounded buttons */
    text-decoration: none;
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    border: none;
    box-shadow: none;
    justify-content: center;
}

    .rounded-button-notification:hover {
        background-color: #274093; /* Button background color on hover */
    }


.dropdown-menu[data-bs-popper] {
    top: 0px !important;
    left: -1px;
}

.dropdown-menu {
    font-size: 12px;
    padding: 25px 3px 0 1px;
}
