﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primaryColor: #208E9F;
    --PrimaryTextColor: #ffffff;
    --btnHoverColor: #1f9baf;
    --black: #000000;
}


body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000;
}

h1, .h1 {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

h2, .h2 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

a {
    color: var(--primaryColor);
}

    a:hover {
        color: var(--btnHoverColor);
    }

/*Login Page css start*/

.login-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.login-form {
    max-width: 360px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.login-img p {
    position: absolute;
    bottom: 70px;
    padding: 0 80px;
    left: 0;
    width: 100%;
    color: #ffffff;
}

.login-form form {
    margin-top: 8px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

form .form-control {
    border: 1px solid #CCCCCC;
    font-weight: 400;
    color: #6E6E6E;
    height: 42px;
    font-size: 14px;
}

.site-btn {
    background: var(--primaryColor) !important;
    color: var(--PrimaryTextColor) !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
}

.form-check-input, .form-check-label {
    cursor: pointer;
}

.site-btn:hover {
    background-color: var(--btnHoverColor);
}

.login-form .site-btn {
    margin-top: 36px;
}

.password-filed i {
    position: absolute;
    top: 45px;
    right: 16px;
}

/*Login Page css end*/

/*Dashboard css start*/
.main-sidebar {
    background-color: var(--primaryColor);
}

    .main-sidebar, .main-sidebar::before {
        width: 100%;
        max-width: 275px;
        z-index: 1;
        border-radius: 0 20px 0 0;
        box-shadow: none !important;
    }

.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 275px;
}

.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 104px;
}

.layout-fixed .brand-link {
    width: 100%;
    max-width: 275px;
    min-height: 102px;
    display: flex;
    align-items: center;
    border: none;
    padding: 16px 24px;
}

.navbar-expand .toggle-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    transition: left .3s ease-in-out, width .3s ease-in-out;
}

.sidebar-collapse aside.main-sidebar:hover ~ nav.main-header > .toggle-arrow {
    left: 145px;
}

.navbar-expand .toggle-arrow a.nav-link {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    min-width: auto;
    background: #fff;
    box-shadow: 0px 10px 20px 0px #00000033;
}

nav.main-header .toggle-arrow a.nav-link i {
    transition: .3s ease-in-out;
}

.sidebar-collapse nav.main-header .toggle-arrow a.nav-link i {
    transform: rotate(-180deg);
}

.sidebar-collapse aside.main-sidebar:hover ~ nav.main-header > .toggle-arrow a.nav-link i {
    left: 120px;
    transform: rotate(0deg);
}

.brand-link {
    border: none;
}

.sidebar {
    padding: 0 24px;
}

.nav-sidebar .nav-item > .nav-link {
    width: 100%;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: var(--PrimaryTextColor) !important;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nav-treeview > .nav-item > .nav-link {
    padding: 14px 5px;
}

    .nav-treeview > .nav-item > .nav-link:focus {
        color: var(--black) !important;
    }

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    top: 17px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--PrimaryTextColor);
    color: var(--black) !important;
}

.nav-sidebar .nav-item > .nav-link i {
    margin-right: 12px;
}


.main-header.navbar {
    padding: 30px;
    border-bottom: none;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 275px;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 104px !important;
}

.main-header .navbar-nav .nav-item:not(:last-child) {
    margin-right: 18px;
}

.main-header .nav-link {
    height: 40px;
}

.navbar-expand .navbar-nav .nav-link {
    padding: 12px 12px;
    background: #0000000D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-width: 58px;
    height: 48px;
    border-radius: 10px;
    color: #000;
}

#dropdownButtonLG {
    background: #0000000D;
    min-height: 48px;
    border-radius: 10px;
    padding: 10px 16px;
}

.profileUser span {
    font-weight: 500;
    font-size: 16px;
    margin: 0 8px;
}

.navbar-expand .navbar-nav .profileUser ~ .dropdown-menu {
    position: absolute;
    right: 40px !important;
    top: 78px;
}
/*Dashboard css end*/

.tree-container {
    padding: 10px 10px 40px;
}

.tree-node {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    margin: 15px 0;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 30%);
    background: rgba(41, 181, 203, 0.1);
    padding-left: 12px;
    width: 100%;
    max-width: max-content;
    text-align: center;
}
    /*.tree-node::before {
    content: "";
    width: 23px;
    height: 55px;
    background-image: url(../image/connector-line.svg);
    position: absolute;
    bottom: -60px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 68px;
}*/
    .tree-node .btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-right: 12px;
    }

/*.btn:hover {
    background: #e6f0f7;
    border-radius: 4px;
}*/

.btn-toggle {
    color: #444;
}

.btn-add {
    color: #007bff;
}

.btn-edit {
    color: #28a745;
}

.btn-delete {
    color: #dc3545;
}

.node-label {
    font-weight: 500;
    color: var(--black);
    padding: 8px 40px;
    background: #fff;
    flex: 1 0 auto;
    min-width: 180px;
}

.tree-children {
    position: relative;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

    .tree-children:not(:last-child):before {
        content: "";
        position: absolute;
        left: -29px;
        width: 2px;
        height: 100%;
        background: var(--primaryColor);
        top: 0;
    }

    .tree-children .tree-node {
        position: relative;
    }

        .tree-children .tree-node::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 37px;
            background: var(--primaryColor);
            left: -29px;
            z-index: 1;
            top: -24px;
        }

        .tree-children .tree-node::after {
            content: "";
            background-image: url(../image/connector-line-arrow.svg);
            width: 23px;
            height: 16px;
            position: absolute;
            top: 13px;
            left: -30px;
        }

        .tree-children .tree-node:not(:first-child):before {
            height: 70px;
            top: -55px;
        }

/*matrix custom dropdown*/
.matrix-dropdown .dropdown-menu {
    padding: 10px 16px;
    width: auto; /* Allow auto width expansion */
    min-width: 100%; /* Minimum width = button width */
    max-width: 90vw; /* Prevent from exceeding screen width */
    height: auto; /* Auto height */
    max-height: 70vh; /* Limit height so it doesn’t overflow screen */
    overflow-y: auto; /* Scroll if content exceeds max-height */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    white-space: nowrap; /* Keep long labels in a single line */
    box-sizing: border-box; /* Include padding in size calculation */
}

.matrix-dropdown .node-label {
    min-width: auto;
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .matrix-dropdown .node-label input {
        margin-right: 6px;
    }

.matrix-dropdown .tree-node {
    background: transparent;
    box-shadow: none;
    margin: 2px 0;
    padding-left: 0;
}
.matrix-dropdown .treeChild{
    display : block;
    width : 100%;
}   
.matrix-dropdown .tree-children {
    margin-left: 27px;
}

    .matrix-dropdown .tree-children .tree-node::after {
        content: "";
        background-image: url(../image/connector-line-arrow.svg);
        width: 21px;
        height: 13px;
        position: absolute;
        top: 4px;
        left: -22px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .matrix-dropdown .tree-children .tree-node::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 15px;
        background: var(--primaryColor);
        left: -21px;
        z-index: 1;
        top: -7px;
    }

    .matrix-dropdown .tree-children .tree-node:not(:first-child):before {
        height: 37px;
        top: -32px;
    }

    .matrix-dropdown .tree-children:not(:last-child):before {
        left: -21px;
    }

/*Meeting view table css start*/
.send-noti-btn {
    background: #208E9F;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px;
    height: auto;
    box-shadow: 0px 3px 6px 0px #208E9F4D;
    border-radius: 8px;
    margin-bottom: 10px;
}

div#MeetingListItemDetailsTable_wrapper, #MeetingUserListTable_wrapper {
    margin: 0 !important;
    font-size: 14px;
}

div#tbl-border {
    border: none;
    padding: 0 15px;
}

#MeetingItemsFiles {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dataTables_scroll, #MeetingItemsFiles {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #F2F2F2
}

table.table.dataTable {
    margin: 0 !important;
}

    table.table.dataTable th {
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        background: var(--primaryColor);
        color: #fff;
        border: none;
        padding: 11px 24px;
    }

    table.table.dataTable td {
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        padding: 15px 24px;
        border: none;
        border-bottom: 1px solid #F2F2F2 !important;
        background: #ffffff;
        height: 62px;
        vertical-align: middle;
        box-sizing: border-box;
    }

        table.table.dataTable td a {
            font-weight: 500;
            font-size: 14px;
            line-height: normal;
            padding: 0
        }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

ul.pagination .page-item.active .page-link {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

#MeetingUserListTable img {
    width: 31px !important;
    height: 31px !important;
}

.btn-link i.fa-eye, i.fa-download {
    color: var(--primaryColor);
}

.meeting-user-list .card-row {
    padding-top: 12px;
    padding-bottom: 12px;
}

.card.meeting-view-card .form-group {
    margin-bottom: 0
}
/*PDF section css start*/
.content-header h1 {
    font-size: 22px;
}

.pdf-sec .card {
    box-shadow: none !important;
    border-radius: 20px;
}

.pdf-row {
    margin: 0 -15px;
}

.pdf-col {
    padding: 0 15px;
}

.pdf-sec .card-header .h2 {
    font-weight: 600;
    line-height: normal;
    /*padding: 9px 0;*/
    font-size: 18px;
}

.pdf-col .card {
    height: 100%;
}

.comment-card .card-body .form-group {
    height: 10vw;
    max-height: 10vw;
    overflow-y: auto;
    margin-bottom: 0;
}

.comment-item {
    display: flex;
}

button.reply-link {
    background: transparent;
    padding: 0;
    border: none;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    color: #4267B2;
    margin-right: 2px;
}

.comment img {
    width: 31px !important;
    height: 31px !important;
    border-radius: 50%;
    margin-right: 12px;
}

.comment .h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #385898;
    margin-bottom: 2px;
}

.comment p {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 3px;
    color: #000000;
}

.comment span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #90949C;
}

.comment button.btn-link {
    padding: 0;
    color: #ee3131;
    font-size: 14px;
    margin-left: 4px;
}

.comment-row {
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 12px;
}

    .comment-row:last-child {
        border: none;
    }

.comment-reply {
    margin-left: 40px;
    border-left: 1px dashed #90949C4D;
    padding-left: 10px;
    margin-top: 12px;
}

.comment-card .card-footer {
    background: #fff;
    border-top: 1px solid rgb(0 0 0 / 10%);
    height: 80px;
    display: flex;
    align-items: center;
}

    .comment-card .card-footer .form-group {
        position: relative;
        margin-bottom: 0 !important;
        width: 100%
    }

    .comment-card .card-footer input#txtcomment {
        height: 75px;
        width: 100%;
        border: none;
        outline: none;
        padding-right: 55px;
    }

    .comment-card .card-footer .btn.btn-link {
        position: absolute;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: rgb(0 0 0 / 10%);
    }

        .comment-card .card-footer .btn.btn-link img {
            width: 36px;
            height: 36px;
        }

.edit-btn i.fa-edit {
    color: var(--primaryColor);
}

.comment-details {
    display: block;
    width: 100%;
}

.reply-comment {
    position: relative;
    width: 90% !important;
    margin-top: 4px
}

    .reply-comment input#txtcomment {
        font-size: 14px;
    }

    .reply-comment button.btn.btn-link {
        position: absolute;
        right: 12px;
        top: 8px;
    }

        .reply-comment button.btn.btn-link i.fa {
            color: #007bff;
        }

.content-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .content-header-right button#backBtn {
        margin-right: 20px;
        background-color: var(--primaryColor);
        color: #fff;
    }

p.comment-deleted {
    text-decoration: line-through;
}

.comment-edit-box {
    position: relative;
}

    .comment-edit-box .mt-1 {
        position: absolute;
        top: 0;
        right: 8px;
    }

.comment .comment-details .btn-link img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px;
    border-radius: 0;
    margin: 0;
    object-fit: contain;
}

.comment .comment-details .cancel-edit-btn img {
    width: 16px !important;
    height: 16px !important;
}

.comment-card .card-body {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
}

img#profileUserImg {
    height: 32px;
}

/*new css*/
.users-row li {
    margin-left: -10px;
}

.meeting-view-card {
    background: #fff;
    padding: 24px;
    box-shadow: none;
    border-radius: 10px;
}

.meeting-view-list {
    background: #F5FCFD;
    border: 1px solid #0000000D;
    border-radius: 10px;
}

.col-12 .meeting-view-list {
    max-height: calc(100vh - 434px);
    overflow-y: auto;
}

.card-row {
    padding: 24px;
    border-bottom: 1px solid #0000000D;
}

    .card-row:last-child {
        border-bottom: none;
    }

    .card-row .h5 {
        font-size: 18px;
    }

.card-row-btn button.edit-btn {
    border: none;
    background: transparent;
    padding: 0;
}

.card-row-btn button.edit-btn {
    border: none;
    background: transparent;
    padding: 0;
}

.card-row-btn button img {
    max-width: 24px;
}

.meeting-user-modal {
    width: 100%;
    max-width: 500px;
    position: absolute;
    right: 176px;
    top: 55px;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    max-height: 55vh;
    overflow-y: auto;
}

.delete-btn img {
    width: 20px;
}

.meeting-view-list {
    background: #fff;
}

button.add-user-btn {
    width: 118px;
    background: #208E9F;
    color: #fff;
    box-shadow: 0px 3px 6px 0px #208E9F4D;
    border: none;
    padding: 17px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    border-radius: 8px;
    margin-left: auto;
    margin-top: 10px;
}


/*Upcoming Events Dashboard*/
select#ddlUpcomingEvents {
    border: 1px solid #D9D9D9;
    height: 51px !important;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 24px;
    max-width: 372px;
    border-radius: 6px;
    background-image: url(../image/calendar.svg);
    background-repeat: no-repeat;
    background-position: center left 12px;
    margin-right: 24px;
}
select#ddlUser {
    border: 1px solid #D9D9D9;
    height: 51px !important;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 24px;
    max-width: 372px;
    border-radius: 6px;
    margin-right: 24px;
}
.ddlMatrix-dropdown {
    width: 100%;
    max-width: 372px
}

    .ddlMatrix-dropdown .dropdown-toggle {
        width: 100%;
        border: 1px solid #D9D9D9;
        height: 51px !important;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        border-radius: 6px;
    }

#divUpcomingEvents ul.users-row img {
    width: 40px;
}

#divUpcomingEvents .site-btn {
    height: auto;
}

.ue-card {
    background: #EAF8FA80;
    border: 1px solid #0000001A;
    border-radius: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.ue-card-timeDate {
    font-weight: 600;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.ue-card .view-btn {
    background: transparent;
    border: none;
    padding: 0;
}

.ue-content .row {
    margin: 0px;
}

.ue-content .col-md-3 {
    padding: 12px;
}

.ue-card ul.users-row img {
    width: 30px;
}

.more-users {
    cursor: pointer;
    color: #007bff;
    font-size: 12px;
}


/*Upcoming Events sidebar*/
.ue-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px #0000004D;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    max-width: 400px;
}

.ue-sidebar-header {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}

    .ue-sidebar-header button.close-btn {
        background: transparent;
        border: none;
        padding: 0;
        width: 20px;
    }

.ue-sidebar-body {
    height: calc(100vh - 73px);
    overflow-y: auto;
}

.ue-bg-icon {
    width: 33px;
    height: 33px;
    background: #29B5CB33;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ue-items .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(0 0 0 / 80%);
    margin: 0 12px;
}

.ue-sidebar-body ul.users-row img {
    width: 40px;
}

.ue-items .h5 {
    font-size: 18px;
}

.ue-sidebar-body .ue-items .ue-list .h5 {
    color: #29B5CB;
}

.ue-items {
    border: 1px solid rgb(0 0 0 / 10%);
}

.communication-items .ue-bg-icon {
    background: transparent;
}

.communication-items button {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF !important;
    background: #208E9F;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
}


.userRoundCir li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.modImgUser img {
    width: 50px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}

    .modImgUser img.new-user-img {
        height: 50px;
        min-width: 50px;
    }

    .modImgUser i.new-user-img{
        height: 50px;
        min-width: 50px;
        margin-left :unset !important;
    }

.site-btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.customDateFilter input {
    height: 42px;
}

.card-row-bottom {
    margin-top: 10px
}

.card-row-item {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 6px;
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px;
    max-width: 565px;
}

    .card-row-item:last-child {
        margin-bottom: 0;
    }

    .card-row-item::before {
        content: "";
        background-image: url(../image/6dote.svg) !important;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 18px;
        height: 24px;
        left: -30px;
    }

.user-initial-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: var(--primaryColor); /* choose any color */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: -10px;
}

.mt_desc {
    margin-left: 40px;
}

.pdf-col .card-row-bottom {
    margin-top: 0 !important;
}

.pdf-col .card-row-item {
    max-width: 100%;
}

.card.comment-card {
    height: auto;
}

.file-card {
    height: auto !important;
}

    .file-card .card-body {
        height: 14vw;
        overflow-y: auto;
    }

.input-bg textarea {
    width: 600px;
    border: 1px solid #0000001A;
    margin: 12px 0;
    border-radius: 10px;
    min-height: 75px;
    padding: 15px;
}

/*.card-row-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}*/
.card-row-btn button {
    padding: 4px 16px !important;
}

.dropdown-menu .edit-details {
    top: 57px !important;
}

.card-row-btn button.delete-btn {
    padding: 0 !important;
    border: none;
}

.show-edit-add-btn-meettingview button.btn:hover ~ .dropdown-menu.edit-details, .show-edit-add-btn-meettingview .dropdown-menu.edit-details:hover {
    display: block !important;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-98px, 38px, 0px);
}


#SendNotificationmodal .modal-dialog {
    max-width: 736px;
}

#SendNotificationmodal .modal-content {
    border-radius: 20px;
}

#SendNotificationmodal .modal-header {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    background: rgb(41 181 203 / 10%);
    padding: 25px 25px;
}

#SendNotificationmodal .modal-title {
    color: var(--primaryColor);
}

#SendNotificationmodal .modal-body {
    padding: 25px 25px 20px;
}

    #SendNotificationmodal .modal-body .form-group {
        margin-bottom: 0;
    }

#SendNotificationmodal textarea {
    border: 1px solid #D9D9D9;
    padding: 12px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    min-height: 199px;
}

#SendNotificationmodal .modal-footer {
    padding: 0 25px 25px 0;
    border: none;
}

#SendNotificationmodal select .select2bs4 {
    width: 274px;
    height: 51px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding: 10px;
}

.add-task-btn-col .site-btn {
    position: absolute;
    right: 140px;
    height: 34px;
    padding: 0 20px;
    top: 10px;
    z-index: 1;
}



#formApplicationProfileAddEdit .form-control {
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    height: 51px;
    font-size: 14px;
    padding: 15px 12px;
    margin-bottom: 14px;
}

.moduleList label {
    height: 78px;
    background: #F5FCFD;
    width: 100%;
    border: 1px solid #0000000D;
    margin-bottom: 10px !important;
    padding: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .moduleList label input.module-checkbox {
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin-right: 12px;
        border: 1.5px solid #00000080
    }

        .moduleList label input.module-checkbox:checked {
            background-color: #29B5CB;
            border-color: #29B5CB;
        }

            .moduleList label input.module-checkbox:checked::after {
                content: '✔';
                color: white;
                font-size: 16px;
                position: absolute;
                top: 0;
                left: 5px;
            }


.dashboard-card {
    border: none;
    box-shadow: none;
    height: 100%;
    background: #F5FCFD;
    border: 1px solid #D9D9D9;
    padding: 24px;
    border-radius: 24px;
}

.dahsboard-col {
    margin-bottom: 20px;
}

.dashboard-card .inner {
}

.dashboard-card .card-icon {
    background: #D9F2F2;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29B5CB;
    font-size: 24px;
    margin: 0 auto 18px;
}

.dashboard-card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.dashboard-card {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #191919;
}

.userdetailmatrix {
    padding-top: 11px;
    border-bottom: 1px solid #0000000D;
}

/*sidebar css start*/
.nav-item.childSubMenu p {
    position: relative;
}
.nav-item.childSubMenu p i {
    right : -30px !important;
    top : 25% !important;
    transform : translateY(-50%) !important;
}

/*.nav-item.menu-is-opening .nav.nav-treeview
{
    display: none !important;
}

.nav-item.menu-is-opening.menu-open.live .nav.nav-treeview
 {
    display: block !important;
}

.nav-item.menu-is-opening p > i {
    transform: rotate(0deg) !important;
}

.nav-item.menu-is-opening.menu-open.live p > i {
    transform: rotate(90deg) !important;
}

.nav-item.menu-is-opening.menu-open.live .nav-item.childSubMenu .nav.nav-treeview {
    display : none !important;
}
.nav-item.menu-is-opening.menu-open.live .nav-item.childSubMenu .nav.nav-treeview p > i {
    transform: rotate(0deg) !important;
}*/
/*sidebar css end*/

.nav-sidebar > .nav-item .nav-treeview {
    display: none !important;
}

.nav-sidebar > .nav-item p > i.right {
    transform: rotate(0deg)!important;
}

.nav-sidebar > .nav-item.menu-open > .nav-treeview {
    display: block !important;
}

.nav-sidebar > .nav-item.menu-open p > i.right {
    transform: rotate(-90deg)!important;
}

.nav-sidebar > .nav-item.menu-open > .nav-treeview .nav-item.menu-open .nav-treeview {
    display: block !important;
}

.nav-sidebar > .nav-item.menu-open > .nav-treeview .nav-item p > i.right {
    transform: rotate(0deg) !important;
}

.nav-sidebar > .nav-item.menu-open > .nav-treeview .nav-item.menu-open p > i.right {
    transform: rotate(-90deg)!important;
}