@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
@font-face {
    font-family: "Microgramma D OT";
    src: url(../../font/Microgramma\ D\ Extended\ Bold.otf) format("opentype");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h4 {
    font-family: "Microgramma D OT" !important;
}
body {
    background: #f3faff !important;
    margin: 0 auto;
}
.tabcontent > div:fullscreen {
    background: #f3faff !important;
    margin: 0 auto;
}
.mav-background {
    background: #f3faff !important;
}
a {
    text-decoration: none;
    color: #fff;
}
.pointer {
    cursor: pointer;
}

.App_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}
.dashboard-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.screen-container > header {
    position: relative;
    width: 100%;

    padding: 5vh 5vw;
    padding-bottom: 0px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    color: black;
    z-index: 10;
}
.your_apps_boxes > a:hover {
    color: white;
}
.left-logo {
    padding: 5px 15px;
    border-radius: 30px;
    display: flex;
    width: 280px;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.logo-text {
    font-family: "Microgramma D OT";
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-text .logo {
    margin-right: 10px;
}
.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.right-nav .icons {
    color: #000;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.user-profile .profile-pic {
    width: 64px;
    height: auto;
}

.user-profile .dropdown-menu {
    min-width: 17rem;
}

.profile-pic > img {
    max-width: 64px;
    max-height: 64px;
    height: auto;
}

.user-pic {
    position: relative;
    display: inherit;
    align-items: inherit;
    justify-content: center;

    width: 5vw;
    height: 5vw;
    background: cornflowerblue;
    color: white;

    pointer-events: none;
}

.user-pic > img,
.profile-pic > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#userPic::after {
    width: 1.2vw;
    height: 1.2vw;
    line-height: 0.8vw;
    border-radius: 50%;
    font-weight: 900;
    font-size: 1.2vw;
    border: 1px solid black;
    background-color: white;
    color: black;
    content: "+";
    position: absolute;
    text-align: center;
    cursor: pointer;
    left: 75%;
    bottom: 5%;
    pointer-events: all;
}

#uploadPic {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    font-family: sans-serif;
    margin: 100px auto;
    padding: 20px;
}
#uploadPic.highlight {
    border-color: black;
    background: aliceblue;
}

.upload-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#gallery {
    margin-top: 10px;
}
#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.upload-button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 31px;
}
.upload-button:hover {
    background: #ddd;
}
#fileUpload {
    display: none;
}

.logout {
    display: flex;
    /* justify-content: space-around; */
    gap: 8px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.App_container p {
    font-family: "Microgramma D OT";
}

.your_apps {
    margin: 0;
    padding: 0;
    display: flex;
    width: 50%;
    height: 100%;
    margin-top: 50px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.your_apps .your_apps_heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px 0;
    /* flex-direction: column; */
}

.your_apps_iconbox i {
    font-size: 45px;
    color: rgb(114 15 155 / 80%);
}

.your_apps .your_apps_heading img {
    margin: 0 15px 0 0;
}
.your_apps .your_apps_heading h4 {
    font-family: "Microgramma D OT";
    letter-spacing: 3px;
    /* text-align: center; */
    color: #fff;
    line-height: 20px;
}
.your_apps_boxes,
.more_apps_boxes {
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.your_apps_boxes div,
.more_apps_boxes div {
    width: 125px;
    height: 125px;
    font-size: 0.9rem;
    padding: 10px;
    border-radius: 10px;
    /* background: #ccc; */
    font-family: "Roboto";
    margin: 0 0 0 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.your_apps_iconbox,
.more_apps_iconbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.your_apps_iconbox.active,
.more_apps_iconbox.active {
    transform: scale(1.1);
    border: 2px solid white;
}

.your_apps_iconbox:hover,
.more_apps_iconbox:hover {
    transform: scale(1.1);
}

.your_apps_iconbox img,
.more_apps_iconbox img {
    font-size: 20px;
}
.your_apps_boxes div:nth-child(1) {
    background: linear-gradient(134.46deg, #ffcc80 -0.85%, #d07d00 104.56%);
}
.your_apps_boxes div:nth-child(2) {
    background: linear-gradient(134.46deg, #ffffff -0.85%, #86dde9 30%, #2256da 104.56%);
}
.your_apps_boxes div:nth-child(3) {
    background: linear-gradient(134.46deg, #80abff -0.85%, #003ad0 104.56%);
}
.your_apps_boxes div:nth-child(4) {
    background: linear-gradient(134.46deg, #9554ff -0.85%, #6b0086 104.56%);
}
.your_apps_boxes div:nth-child(5) {
    background: linear-gradient(134.46deg, #ff8080 -0.85%, #6f0a0a 104.56%);
}
.your_apps_para {
    margin: 120px 0 0 0;
    font-family: "Microgramma D OT";
    color: #fff;
}
.your_apps_para h1 {
    font-size: 3rem;
    font-weight: 900;
}
.your_apps_para span {
    /* font-size: 1rem; */
    margin: 20px 0 0 0;
    display: block;
    line-height: 28px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 400;
}
.your_apps_para .selected-app {
    display: inline-block;
}
.your_apps_button {
    width: 100%;
    margin: 35px 0;
    height: auto;
    color: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    justify-content: flex-start;
}
.your_apps_button button {
    width: 300px;
    height: 60px;
    background-color: #fff;
    margin: 0 20px 0 0;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}
.your_apps_button button:nth-child(2) {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.more_apps {
    margin-top: 50px;
    width: 50%;
    margin-left: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.more_apps > h3 {
    color: white;
    padding-top: 5vh;
}
.more_apps_heading {
    color: #fff;
    display: flex;
    font-family: "Microgramma D OT";
}
.more_apps_heading h4 {
    margin-left: 20px;
}
/* .more_apps_boxes div {
    width: 125px;
    height: 125px;
} */
/* .more_apps_boxes {
    margin-bottom: 80px;
} */
.more_apps_boxes div:nth-child(1) {
    background: linear-gradient(134.46deg, #80abff -0.85%, #003ad0 104.56%);
    width: 135px;
    height: 135px;
}
.more_apps_boxes div:nth-child(2) {
    background: linear-gradient(134.46deg, #9554ff -0.85%, #6b0086 104.56%);
    width: 135px;
    height: 135px;
}
.more_apps_boxes div:nth-child(3) {
    background: linear-gradient(134.46deg, #ff8080 -0.85%, #6f0a0a 104.56%);
    width: 135px;
    height: 135px;
}
.more_apps_boxes div:nth-child(4) {
    background: linear-gradient(134.46deg, #ffcc80 -0.85%, #d07d00 104.56%);
    width: 135px;
    height: 135px;
}
.more_apps_content {
    margin-top: 50px;
    color: #fff;
    padding: 0 50px;
    width: 100%;
    height: auto;
    background: rgba(24, 24, 24, 0.3);
    border-radius: 10px;
}
.more_apps_content h4 {
    margin: 20px 0;
    font-family: "Roboto";
    line-height: 20px;
    letter-spacing: 3px;
}
.more_apps_content ul li {
    margin: 20px 0;
}
.profile_pic {
    width: 20px;
    height: 20px;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    background: url(../../img/newdashboard/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}
@media screen and (max-width: 1500px) {
    .dashboard-container {
        max-width: 1230px;
    }
    .App_container {
        padding: 0 35px;
        max-width: 1300px;
    }
    .background {
        height: 1000px;
        overflow: hidden;
    }
}

/* Top Bar Left Side */

.left-side-box {
    display: flex;
    /* width: 50%; */
    flex-grow: 1;
    justify-content: flex-start;
    color: black;
}
.bar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.left-box-one,
.left-box-two {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    font-family: "Microgramma D OT";
    box-shadow: 0px 0px 10px rgba(70, 102, 217, 0.15);
    border-radius: 100px;
    position: relative;
}
.left-box-one {
    margin-right: 10px;
}
.left-box-two {
    display: none;
}
.left-box-one img {
    width: 50px;
}
.left-box-one h4 {
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.left-box-two h4 {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.left-box-one span,
.left-box-two span {
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
}
.left-box-two span i {
    font-size: 20px;
}
.box_logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 18px;
    align-items: center;
    color: #fff;
    font-family: "Roboto";
    background: linear-gradient(144.96deg, #bbf3ff 9.57%, #4c4dff 120.94%);
}

@media screen and (max-width: 1500px) {
    header > * {
        max-height: 60px;
    }

    .left-box-one h4 {
        font-size: 16px;
    }

    .left-box-one img {
        width: 35px;
    }
}

/* Nav Buttons */

#leftNav {
    gap: 20px;
}

.header-1,
.header-2 {
    width: 100%;
    /* height: 60px; */
    margin: 0 auto;
    color: black;
}
.header-2-left-btn {
    cursor: pointer;
    padding: 15px;
    font-family: "Roboto";
    font-weight: 700;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
.header-2-left-btn:hover {
    background: #4c4dff;
    color: #fff;
}
.header-2-left-btn.active {
    background: #4c4dff;
    color: #fff;
}
.header-2-left-btn i {
    font-size: 24px;
}
.header-2-right-btn {
    width: 240px;
    height: 66px;
    background: #19b64e;
    color: #fff;
    border: none;
    font-family: "Roboto";
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}
.header-2-right-btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* Sidebar */

.backdrop {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(31px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-data-box {
    background: #ffffff;
    box-shadow: 0px 7px 231px rgba(0, 0, 0, 0.25);
    /* border-radius: 10px; */
    /* border: 5px solid; */
    /* border-image: linear-gradient(90deg, #8efa4e 10%, #fef954 37.34%, #ee752f 62.48%, #ff0000 100%); */
    /* border-image-slice: 1; */
    width: 600px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 30px 0; */
    padding-bottom: 30px;
    flex-direction: column;
}

.loading-data-box {
    --borderWidth: 4px;
    position: relative;
    border-radius: var(--borderWidth);
}
.loading-data-box:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(
        60deg,
        #f79533,
        #f37055,
        #ef4e7b,
        #a166ab,
        #5073b8,
        #1098ad,
        #07b39b,
        #6fba82
    );
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.loading-data-box img {
    width: 50px;
    height: auto;
    margin: 0 0 10px 0;
}
.loading-data-box p,
.loading-data-box span {
    text-align: center;
    font-weight: 700;
    font-family: "Roboto";
    margin-bottom: 0;
}
.loading-data-box .quote,
.loading-data-box a {
    font-family: "Roboto";
    font-size: 1.3rem;
    font-weight: 500;
    margin: 20px 0 0 0;
    max-width: 450px;
    color: black;
    text-decoration: none;
}

.sidebar {
    margin: 0;
    padding: 0;
    /* width: 150px; */
    width: 125px;

    display: block;
    height: 800px;
    background: #ffffff;
    box-shadow: 0px 4px 71px rgba(0, 0, 0, 0.1);
    border-radius: 0px 20px 20px 0px;
    position: fixed;
    top: 15%;
    left: -100%;
    z-index: 2;
    transition: 0.3s all ease-in-out;
}
.sidebar.active {
    z-index: 10;
    left: 0;
}
.sidebar_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.sidebar_items span {
    height: 100px;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}
.sidebar_items span:hover {
    background: #4c4dff;
    color: #fff;
    fill: #fff;
}
.sidebar_items span img {
    width: 40px;
}
.sidebar_items span:nth-child(1) img {
    width: 60px;
}
.sidebar_items span:nth-child(2) {
    position: relative;
}
.app-icon {
    filter: brightness(0.1);
    fill: #000;
    font-size: 40px;
}
.sidebar_box {
    display: block;
    height: 50%;
    width: 250px;
    top: 95px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    border-radius: 0px 20px 20px 0px;
    left: 125px;
}

.sidebar_box ul {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: 100%;
}

.sidebar_box ul li {
    border-bottom: 1px solid #000;
    height: calc(100% / 4);
    padding: 20px 30px;
    font-weight: 900;
    font-family: "Roboto";
    margin: 0;
    text-align: left;
}
.sidebar_box ul li a {
    margin: 0 10px;
    display: flex;
    align-items: center;
    height: 100%;
}
.sidebar_box ul li span {
    width: 100%;
    height: 100%;
    border: none;
    background: #4c4dff;
    color: #fff;
    border-radius: 100px;

    z-index: -1;
    padding: 15px px;
    font-family: "Roboto";
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.sidebar_items span.active ~ .sidebar_box {
    display: flex;
    left: 150px;
    z-index: -1;
}
.sidebar_box ul li:hover {
    background: #4c4dff;
    color: #fff;
}
.sidebar_items a {
    text-decoration: none !important;
    width: 100%;
    color: #000;
}
.sidebar_box ul li:last-child:hover,
.sidebar_box ul li:last-child {
    background-color: #fff;
    color: #fff;
    border: none;
}

/* Page Formatting */

.screen-container {
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    display: flex;
    padding: 5vh 5vw;
}

.screen-container > main,
main > #mainItemAfterHead {
    flex-grow: 1;
    max-width: 100%;
}
.w-33 {
    width: 33% !important;
}
.w-66 {
    width: 66% !important;
}
.page-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page-wrapper > * {
    padding-bottom: 3vh;
}

.tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.tab > span {
    margin: 0 30px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    opacity: 0.6;
    cursor: pointer;
    position: relative;
    padding: 8px 0;
}
.tab > .tablinks.active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -18px;
    left: 0;
    height: 5px;
    background-color: #4c4dff;
    padding: 0px !important;
}

.tab .tablinks.active {
    opacity: 1;
    font-weight: 800;
}

.tab .tablinks.active .indicator {
    width: 25px;
    height: 5px;
    background-color: #3cd26f;
    position: absolute;
    top: 0;
}
.tab {
    width: 95%;
    margin: 0 auto;
    padding: 0px !important;
}
.bar-line {
    color: rgba(0, 0, 0, 0.9) !important;
    padding: 0px !important;
}
.main-container {
    width: 100%;
}
.header-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header-container h2 {
    font-family: "Microgramma D OT";
}
.page-action-button {
    background: rgba(25, 182, 78, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 15px 50px;
    color: #fff;
    border: none;
}

/* Button Nav */

#featureCarousel {
    padding-bottom: 0;

    display: flex;
    align-items: center;

    max-height: 75px;
}

#moduleFeatures {
    padding-bottom: 3vh;
    height: 100%;
}

#moduleFeatures .carousel-item.active {
    display: flex;
}

.features-control {
    color: black;
    text-decoration: none;
}

.features-control:hover {
    color: black;
    text-decoration: none;
}

.btn-container .features-control i {
    margin-right: 0;
}

.btn-container {
    display: flex; /* Use flexbox */
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.btn-container .nav-btn {
    z-index: -1;
    padding: 15px;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
    font-family: "Roboto";
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.nav-btn.active,
.btn-container button:hover {
    background: #4c4dff !important;
    color: #fff;
}
.btn-container img {
    width: 20px;
    margin-right: 10px;
    border-color: #000;
}
.btn-container i {
    width: 20px;
    margin-right: 15px;
    font-size: 24px;
}

@media screen and (max-width: 1500px) {
    .btn-container .nav-btn {
        font-size: 14px;
    }
}

/* color picker */

input[type="color"] {
    width: 0;
    height: 0;
}
.color-picker {
    position: relative;
    width: 50px;
    height: 30px;
    display: block;
    margin-bottom: 0;
}
.color {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid black;
}

/* Risk Matrix TODO MOVE THIS */

.nav-btn input[type="text"] {
    border: none;
    border-radius: 100px;
    padding: 4px;
    margin: 0px 10px;
}

.range-select {
    border: none;
    outline: none;
    padding: 5px;
}

.dash {
    margin-bottom: 0;
    padding: 5px;
}

.right-drawer > #riskMatrixChart {
    padding: 20px;
    max-height: 75%;
}

/* Right Drawer */

.right-drawer {
    position: fixed;
    z-index: 1000;
    padding: 20px 0;
    box-sizing: border-box;
    top: 0;
    width: 50%;
    right: 100%;
    height: 100vh;
    background: #ffffff;
    box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
}
.right-drawer button {
    background-color: rgba(76, 77, 255, 1);
    border: none;
    color: rgba(255, 255, 255, 1);
    float: right;
    box-shadow: 0px 0px 10px rgb(70 102 217 / 15%);
    border-radius: 100px;
    font-family: "Roboto";
    font-weight: 600;
}
.right-drawer.open::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.right-drawer.open {
    display: flex;
    flex-direction: column;
    right: 0;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.right-drawer h1 {
    font-family: "Microgramma D OT";
    margin: 30px;
}
.right-drawer__childs {
    display: flex;
    align-items: center;
    width: 100%;
}
.right-drawer_child_logo {
    margin: 30px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 25px;
    align-items: center;
    color: #fff;
    font-family: "Roboto";
    background: linear-gradient(144.96deg, #bbf3ff 9.57%, #4c4dff 120.94%);
}
.right-drawer_child_one h3 {
    font-family: "Roboto";
    margin: 0 0 10px 0;
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 135.19%;
    /* identical to box height, or 27px */

    color: #000000;
}
.right-drawer_child_one {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.right-drawer_child_one_container {
    display: flex;

    height: auto;
    gap: 20px;
}
.right-drawer_child_one_container p {
    font-family: "Roboto";
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}
.right-drawer_child_one_container span {
    font-family: "Roboto";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
.right-drawer_child_two {
    margin: 20px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.right-drawer_child_two_btn {
    padding: 0 5px;
    font-family: "Roboto";
    width: 140px;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    border: 1px solid #000000;
    filter: drop-shadow(0px 0px 10px rgba(70, 102, 217, 0.15));
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.right-drawer_child_two_btn i {
    font-size: 18px;
    color: #000;
}
.right-drawer_child_three {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-drawer_child_three h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;

    color: #000000;
    margin: 0;
}
.right-drawer_child_three_btn {
    padding: 0 5px;
    font-family: "Roboto";
    width: 140px;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    border: 1px solid #000000;
    filter: drop-shadow(0px 0px 10px rgba(70, 102, 217, 0.15));
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.right-drawer_child_three i {
    font-size: 18px;
    color: #000;
}
.right-drawer_child_three_container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.right-drawer_child_three_btn:nth-child(1) {
    background: #4c4dff;
    color: #fff;
    border: none;
    letter-spacing: 1px;
}
.right-drawer_child_three_btn:nth-child(2) {
    background: rgba(76, 77, 255, 0.3);
    color: #4c4dff;
    letter-spacing: 1px;
    border: none;
}
.right-drawer_child_fourth {
    margin: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.right-drawer_child_fourth span {
    font-family: "Roboto";
}

/* Tabs */

.tabcontent-tables,
.tabcontent {
    flex-grow: 1;
    padding-bottom: 0;
    font-family: "Roboto";
}

.tabcontent,
.sub-tabcontent {
    max-height: 60vh;
    width: 100%;
    display: none;
    align-items: center;
    flex-direction: column;
}

.tabcontent > div {
    width: 100%;
}

/* Sidebar */

.bar {
    cursor: pointer;
}
.bar.active {
    transform: translateY(6px);
}
.line {
    width: 20px;
    height: 3px;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}
.bar.active .line:nth-child(1) {
    transform: rotate(60deg);
}
.bar.active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-60deg);
}
.bar.active .line:nth-child(2) {
    display: none;
}
.sidebar {
    margin: 0;
    padding: 0;
    width: 125px;
    display: block;
    height: 80vh;
    background: #ffffff;
    box-shadow: 0px 4px 71px rgba(0, 0, 0, 0.1);
    border-radius: 0px 20px 20px 0px;
    position: fixed;
    top: 15%;
    left: -100%;
    z-index: 2;
    transition: 0.3s all ease-in-out;
}
.sidebar.active {
    left: 0;
}
.sidebar_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /* min-height: 100vh; */
    position: relative;
}
#features > a:last-child span {
    border-bottom: none;
}
.sidebar_items span {
    height: 100px;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto";
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}
.sidebar_items span:hover {
    background: #4c4dff;
    color: #fff;
    fill: #fff;
}
.sidebar_items span img {
    width: 40px;
}
.sidebar_items span:nth-child(1) img {
    width: 60px;
}
.sidebar_items span:nth-child(2) {
    position: relative;
}
.sidebar-icon:hover {
    fill: #000;
    filter: brightness(0.8);
}
.app-icon {
    filter: brightness(0.1);
    fill: #000;
    /* background-color: #3cd26f; */
}
.sidebar_items span:hover .app-icon {
    fill: #fff;
    filter: brightness(0.9);
}
.sidebar_box {
    display: none;
    height: 50%;
    width: 300px;
    top: 120px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    border-radius: 0px 20px 20px 0px;
    left: 125px;
    overflow: hidden;
}
.sidebar_box.active {
    display: block;
}

.sidebar_box ul {
    margin: 0 auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: 100%;
}

.sidebar_box ul li {
    border-bottom: 1px solid #000;
    height: calc(100% / 4);
    padding: 20px 30px;
    font-weight: 900;
    font-family: "Roboto";
    margin: auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    transition: 0.5s;
    overflow: hidden;
}
.sidebar_box ul li img {
    margin: 0 10px;
}

.sidebar .sidebar_items .app-icon:hover ~ .sidebar_box {
    display: flex;
    left: 125px;
    z-index: -1;
    display: flex;
}
.sidebar_box ul li:hover a {
    color: #fff !important;
}
.sidebar_box ul li:hover {
    background: #4c4dff;
}
.sidebar_box ul li:last-child:hover,
.sidebar_box ul li:last-child {
    background-color: #fff;
    color: #fff;
    border: none;
    overflow: hidden;
}

.sidebar_box ul li:last-child span:hover {
    background-color: #3cd26f;
}

#features {
    width: 100%;
    flex-grow: 1;
    overflow: scroll;
}
#features {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
#features::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

/* Table Styling */

.tabulator-menu {
    max-height: 250px !important;
}
.tabulator .tabulator-header .tabulator-col {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.tabulator .tabulator-header {
    min-height: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.tabulator .tabulator-footer {
    min-height: 44px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
    border-top: none;
}
.tabulator .tabulator-row {
    border-bottom: 2px solid #f3faff;
}
.tabulator .tabulator-header .tabulator-col-content,
.tabulator .tabulator-row .tabulator-cell {
    min-height: 44px;
    font-weight: 500;
}
.tabulator-col-title {
    text-align: center;
}
.tabcontent .tabulator-col > .tabulator-col-content {
    background: #fff;
    text-align: left;
    font-weight: bold;
}
.tabcontent .tabulator-row > .tabulator-cell {
    border: none;
}
.tabcontent .tabulator-row.tabulator-row-even {
    background-color: transparent;
    background: transparent;
}
.tabcontent .tabulator .tabulator-header,
.tabcontent .tabulator .tabulator-footer {
    background-color: white;
    text-align: center;
}

.tabcontent .tabulator .tabulator-footer .tabulator-calcs-holder,
.tabcontent .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
    background-color: inherit !important;
    text-align: center;
}
.tabcontent .tabulator .tabulator-tableholder .tabulator-table {
    background-color: transparent;
}
.tabcontent .tabulator {
    border: none;
    border-radius: 8px;
    /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
    background: rgba(128, 171, 255, 0.2) !important;
    font-size: 16px;
}
.tabcontent .tabulator .tabulator-row {
    background-color: transparent;
    background: transparent;
}

.tabulator-cell.cell-selected {
    background: rgba(128, 171, 255, 0.6) !important;
}
.tabulator-row.tabulator-selected {
    background: rgba(128, 171, 255, 0.6) !important;
}

/* Virtual Assistant */

.virtual-assistant {
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 50px;
    right: 75px;
    width: 84px;
    height: 84px;
    background: linear-gradient(131.88deg, #80abff 8.16%, #1140b5 95.92%);
    box-shadow: 0px 4px 192px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1140b5;
    z-index: 999;
}
.virtual-assistant img {
    width: 100%;
}

.va-chat.active {
    display: flex;
}

#hideVA {
    display: none;
}

.virtual-assistant:hover #hideVA {
    position: absolute;
    display: flex;

    border-radius: 8px;
    background: black;
    color: white;
    z-index: 1000;
    position: absolute;
    text-align: center;

    top: 0px;
    left: 0%;
    font-weight: 800;
    padding: 3.5px;
}

.virtual-assistant #notification {
    height: 1.5em;
    width: 1.5em;
    border-radius: 8px;
    background: red;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 0;
    text-align: center;
    left: 65%;
    font-weight: 800;
}

.va-chat {
    display: none;
    position: fixed;
    height: 50%;
    width: 375px;
    background: rgba(255, 255, 255, 1);
    bottom: 110px;
    right: 130px;
    z-index: 1000;

    flex-direction: column;
}
.va-messages::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.va-messages {
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 1em;

    flex-grow: 1;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.va-message {
    display: flex;
    justify-content: flex-start;
}

.user-message {
    display: flex;
    justify-content: flex-end;
}

.va-bubble {
    background: #585959;
}

.user-bubble {
    background: #4c4dff;
}

.va-bubble,
.user-bubble {
    color: white;
    font-family: "Roboto";
    padding: 1em;
    max-width: 70%;
    box-shadow: 0px 0px 10px rgb(70 102 217 / 15%);
}

.va-input {
    background: #403832;
    color: white;
    padding: 0.5em;
    font-family: "Roboto";

    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.va-button {
    background: #4c4dff;
    font-size: 13px;
    box-shadow: 0px 0px 10px rgb(70 102 217 / 15%);
    font-family: "Roboto";
    color: #fff;
    border: none;
    border-radius: 100px;
}

.user-input::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.user-input {
    overflow-y: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.user-input {
    outline: none;
    border: none;
    background: #403832;
    color: white;
    padding: 0.5em;
    font-family: "Roboto";
    width: 85%;
    resize: none;
}

.va-button {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

/* Loader */

.message-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-loader > .loading-dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 3px;
    background-color: white;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    animation: bounce 1.5s 0.5s linear infinite;
}

.message-loader > .loading-dot:nth-child(2) {
    animation-delay: 0.1s;
}

.message-loader > .loading-dot:nth-child(3) {
    animation-delay: 0.2s;
}

.message-loader > .loading-dot:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes bounce {
    0%,
    50%,
    100% {
        transform: scale(1);
        filter: blur(0px);
    }
    25% {
        transform: scale(0.6);
        filter: blur(1px);
    }
    75% {
        filter: blur(1px);
        transform: scale(1.4);
    }
}

/* Toggle Switch */

.tab > .tablinks-right {
    flex-grow: 1;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: flex-end;
}

* {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button {
    position: relative;
    width: 150px;
    height: 55px;
    overflow: hidden;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.button.b2 {
    border-radius: 2px;
}

.resource-checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: rgba(76, 77, 255, 1);
    transition: 0.3s ease all;
    z-index: 1;
}

.resource-toggle .knobs:before {
    content: "Resources";
    position: absolute;
    top: 7px;
    left: 10px;
    width: auto;
    height: 17px;
    line-height: 17px;
    color: black;
    font-size: 15px;
    font-weight: 800;
    font-family: "Roboto";
    text-align: center;
    padding: 12px 6px;
    background-color: white;
    border-radius: 20px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    box-sizing: content-box;
}

.executive-toggle .knobs:before {
    content: "Standard" !important;
}
.executive-toggle .resource-checkbox:checked + .knobs:before {
    content: "Executive" !important;
    left: 65px !important;
}

.resource-toggle .resource-checkbox:checked + .knobs:before {
    content: "Equipments";
    left: 50px;
    background-color: white;
}

.resource-toggle .resource-checkbox:checked ~ .layer {
    background-color: rgba(25, 182, 78, 0.8);
}

.resource-toggle .knobs,
.resource-toggle .knobs:before,
.resource-toggle .layer {
    transition: 0.3s ease all;
}

/* Dropdowns */

input[type="checkbox"] {
    position: relative;
}
.select-btn {
    display: flex;
    height: 50px;
    /* width: 100%; */
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(128, 171, 255, 1);
}
.select-btn .btn-text {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
.select-btn .arrow-dwn {
    display: flex;
    height: 21px;
    width: 21px;
    color: #000;
    font-size: 14px;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.dropdown-tab .btn .arrow-dwn {
    border-radius: 50%;
    transition: 0.3s;
}
.select-btn.open .arrow-dwn,
.dropdown-tab .btn.open .arrow-dwn {
    transform: rotate(-180deg);
}
.list-items {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.list-items::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.list-items {
    position: absolute;
    margin-top: 15px;
    border-radius: 8px;
    width: auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;

    overflow-y: scroll;
    max-height: 350px;
}
.projects-list.list-items {
    top: 0;
    left: 100%;
    width: 300px;
}

.select-btn.open ~ .list-items {
    display: block;
}
.dropdown-tab .btn.open ~ .list-items {
    display: block;
}
.list-items .item {
    display: flex;
    align-items: center;
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 8px;
}
.list-items .item:hover {
    background-color: #e7edfe;
}
.item .item-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.item .checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1.5px solid #c0c0c0;
    transition: all 0.3s ease-in-out;
}
.item.checked .checkbox {
    background-color: #4070f4;
    border-color: #4070f4;
}
.checkbox .check-icon {
    color: #fff;
    font-size: 11px;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
.item.checked .check-icon {
    transform: scale(1);
}

.header-nav {
    position: absolute;
    display: none;
    top: 110px;
    right: 230px;
    background: #ffffff;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 350px;
    height: auto;
    padding: 10px 0;
}
.header-nav.active {
    display: block;
}
.header-nav ul {
    list-style: none;
    display: block;
    margin: auto;
}
.header-nav ul li {
    padding: 10px 0px;
    transition: 0.5s;
    cursor: pointer;
    color: #000;
}
.header-nav ul li span {
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    /* color: #4C4DFF; */
    line-height: 16px;
    margin: 10px 0;
    transition: 0.5s;
}
.header-nav ul li:hover,
.header-nav ul li:hover span {
    color: #4c4dff;
}
.header-nav ul li p {
    font-size: 0.9rem;
    margin: 5px 0;
}

/* Notification Bell */

#userNotifications #notificationAlert {
    height: 0.75em;
    width: 0.75em;
    border-radius: 8px;
    background: red;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 0;
    text-align: center;
    left: 65%;
    font-weight: 800;
}
