* {
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
}

.btn_primary {
    background: #00468C;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_primary img,
.btn_bordered img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.btn_bordered {
    background: transparent;
    border: 1px solid #E8E8E9;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #69686D;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* login ...................................... */

.login {
    background: url('../assets/images/loginbg.png') no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .logo {
    max-width: 391px;
    max-height: 229px;
}

.loginCard {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 2px -1px #FFFFFF;
    padding: 50px 32px;
    border-radius: 16px;
    max-width: 440px;
    width: 100%;
}

.loginCard h3 {
    font-weight: 700;
    text-align: center;
    color: #00468C;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}

.loginCard h4 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
}

.loginCard p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 4px;
}

.loginCard .form-group {
    margin-top: 20px;
}

.loginCard .form-group label,
.loginCard .form-check label {
    font-weight: 500;
    color: #414651;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 6px;
}

.loginCard .form-group .form-control {
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 16px;
    color: #717680;
    box-shadow: none;
}

.loginCard .form-group .form-control::placeholder {
    color: #717680;
}

.loginCard .form-check .form-check-input {
    border: 1px solid #D5D7DA;
    box-shadow: none;
    height: 16px;
    width: 16px;
}

.loginCard a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #EF2E24;
    text-decoration: none;
}

.loginCard .btn_primary {
    margin-top: 24px;
}

@media (max-width:575px) {
    .loginCard h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .loginCard p {
        font-size: 14px;
        line-height: 20px;
    }

    .login .logo {
        max-width: 120px !important;
        max-height: 111px;
    }

    .login {
        padding: 20px 0;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .login {
        padding: 40px 0;
    }

    .login .logo {
        max-width: 120px !important;
        max-height: 110px;
    }
}

@media (max-width:991px) {
    .login .logo {
        max-width: 100%;
        max-height: auto;
    }
}



/* Sidebar .......................... */


.sidebar-container {
    padding: 18px 0 18px 9px !important;
    position: fixed;
    height: 100%;
}

.sidebar {
    padding: 20px 12px;
    width: 64px;
    height: 100%;
    background-color: #00468C;
    box-shadow: 0px 1px 2px 0px #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.sidebar-logo {
    width: 32px;
    height: 32px;
}

.main-menu {
    margin-top: 40px;
}

.main-menu .nav-item {
    margin-bottom: 10px;
}

.main-menu .nav-item .nav-link {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu .nav-item .nav-link img {
    max-width: 20px;
    max-height: 20px;
}

.main-menu .nav-item .nav-link.active {
    background-color: #FAFAFA;
}

.main-menu .nav-item .nav-link.active img {
    filter: brightness(0) invert(0);
}

.bottom-menu {
    margin-top: auto;
    margin-bottom: 20px;
}

.bottom-menu .logoutbtn {
    border: 1px solid #D92D20;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D92D20;
}

.bottom-menu button img {
    max-width: 20px;
    max-height: 20px;
}

.main {
    margin-left: 118px;
    padding-right: 80px;
}


.right-sidebar {
    padding: 30px 0 24px 0;
    border-bottom: 1px solid #D5D7DA;
    margin-bottom: 32px;
}

.right-sidebar h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    color: #181D27;
}

.right-sidebar .btn {
    padding: 8px 10px;
}

.right-sidebar .btn img {
    height: 20px;
    width: 20px;
}

.right-sidebar .dropdown .btn {
    padding: 0;
    margin-left: 16px;
}

.right-sidebar .dropdown .btn img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.right-sidebar .dropdown .dropdown-item {
    font-size: 14px;
    color: #181D27;
    font-weight: 400;
}

.right-sidebar .dropdown .dropdown-item:active {
    background-color: #00468C;
    color: #FFFFFF;
}

@media (max-width :575px) {
    .sidebar-container {
        padding: 12px 0 12px 6px !important;
    }

    .sidebar {
        padding: 20px 8px;
        width: 58px;
    }

    .main {
        margin-left: 74px;
        padding-right: 15px;
    }
}

@media (min-width :575px) and (max-width :991px) {
    .main {
        padding-right: 32px;
    }
}

@media (min-width :991px) and (max-width :1200px) {
    .main {
        padding-right: 60px;
    }
}

/* sidebar end ..............................  */


/* meetings .................................... */
.meetings {
    padding-bottom: 40px;
}

.meetings h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cards .card {
    padding: 16px;
    border-radius: 13px;
    border: none;
    background-color: #00468C0D;
}

.cards .card .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cards .card h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.cards .card .img-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E6F0FF;
}

.cards .card h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    color: #FFFFFF;
}

.cards .card1 {
    background-color: #00468C;
}

.cards .card2 {
    background-color: #F04438;
}

.cards .card3 {
    background-color: #079455;
}

.cards .card4 {
    background-color: #0086C9;
}

.table-head h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #262423;
    margin-bottom: 0;
}

.table-head {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.inp_search_wrap input[type=search] {
    border: 1px solid #E8E8E9;
    padding: 10px 14px 10px 38px;
    border-radius: 12px;
    background-image: url(../assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: 3% 50%;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    color: #69686D;
    width: 100%;
}

.inp_search_wrap input::placeholder {
    color: #69686D;
}

.table-head-btns {
    display: flex;
}

.table-head-btns .dropdown .btn_bordered img {
    margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    flex-direction: row-reverse;
}

.dataTables_filter {
    padding: 16px 8px;
}

.dataTables_filter label {
    display: unset;
}

.dataTables_filter input {
    border: 1px solid #E8E8E9;
    padding: 10px 14px 10px 38px;
    border-radius: 12px;
    background-image: url(../assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    color: #69686D;
    width: 100% !important;
    box-shadow: none;
    margin-left: 0 !important;
}

.dataTables_length {
    padding: 16px 8px;
    display: flex;
    justify-content: end;
}

.dataTables_length label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #69686D;
}

.dataTables_length select {
    border: 1px solid #E8E8E9 !important;
    border-radius: 8px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    color: #171A26;
    background-image: url(../assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 24px;
    padding: 10px 32px 10px 14px;
    margin-left: 4px;
}

.dataTables_filter input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #E8E8E9;
}

.table-outer {
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    box-shadow: 0px 2px 4px -2px #E9EAEB;
    position: relative;
    margin-top: 27px;
}
.btns-table {
    display: flex;
    align-items: center;
    overflow-x: auto;
    position: absolute;
    right: 130px;
    top: 15px;
    z-index: 10;
}

.btns-table .btn_danger {
    background-color: #D92D20;
    border-color: #D92D20;
    color: #FFFFFF;
    font-weight: 400;
}

.btns-table .btn_green {
    background-color: #079455;
    border-color: #079455;
    color: #FFFFFF;
    font-weight: 400;
}

.btn-filter {
    position: absolute;
    right: 130px;
    top: 15px;
    z-index: 1;
}

.table tr {
    border-color: #E9EAEB !important;
}

.table tr td .btns .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #535862;
}

.table tr td .btns .btn2 {
    color: #00468C;
}

.StatusLbl {
    padding: 2px 8px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.lblScheduled {
    border-color: #FEDF89;
    color: #B54708;
    background-color: #FFFAEB;
}

.lblDelegate {
    border-color: #E9D7FE;
    color: #6941C6;
    background-color: #F9F5FF;
    border-radius: 8px;
}

.lblCounterpart {
    border-color: #B2DDFF;
    color: #175CD3;
    background-color: #EFF8FF;
    border-radius: 8px;
}

.lblAvailable {
    border-color: #067647;
    background-color: #ECFDF3;
    color: #067647;
}

.lblUnavailable {
    border-color: #B42318;
    background-color: #FEF3F2;
    color: #B42318;
}

.lblEvent {
    border-color: #C7D7FE;
    color: #3538CD;
    background-color: #EEF4FF;
    border-radius: 8px;
}

.lblFintech {
    border-color: #D5D9EB;
    color: #363F72;
    background-color: #F8F9FC;
    border-radius: 8px;
}

@media (max-width:575px) {

    .section-head,
    .table-head {
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }

    .table-head .form-group {
        margin-bottom: 16px;
    }

    .dataTables_length,
    .dataTables_filter {
        padding: 8px;
    }

    div.table-responsive>div.dataTables_wrapper>div.row {
        flex-direction: column-reverse;
    }

    .btns-table {
        top: 63px;
    }
 
    .btns-table .text-green,
    .btns-table .text-danger {
        display: none;
    }
}

@media (min-width:575px) and (max-width:767px) {

    div.table-responsive>div.dataTables_wrapper>div.row {
        flex-direction: column-reverse;
    }

    .btns-table {
        top: 89px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    div.table-responsive > div.dataTables_wrapper > div.row {
        flex-direction: column-reverse;
    }

    .dataTables_wrapper .col-md-6 {
        width: 100%;
    }

    .btns-table {
        top: 89px;
    }
}

/* Modal ...................  */

.ScheduleMeetingModal {
    max-width: 1038px !important;
    border-radius: 30px !important;
}

.ScheduleMeetingModal .modal-body {
    padding: 70px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.createMeeting h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}

.createMeeting h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
}

.bookingbtn {
    background-color: #EFF8FF;
    border: 1px solid #00468C;
    border-radius: 12px;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    max-width: 326px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bookingbtn img {
    width: 96px;
    height: 96px;
    margin-bottom: 45px;
}

.bookingbtn h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.bookingbtn p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}



/* SidePanel ...............................  */

.Overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #00000066;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.Overlay.active {
    opacity: 1;
    visibility: visible;
}


.SidePanel {
    padding: 17px 14px 40px 24px;
    background-color: #FFFFFF;
    border-left: 14px solid #EF2E24;
    max-width: 406px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 99;
}

.SidePanel.open {
    transform: translateX(0);
}

.SidePanel .panelHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}


.SidePanel .panelHead h3 {
    max-width: 267px;
}

.SidePanel h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #181D27;
    margin-bottom: 0;
}

.SidePanel p {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #101828;
}

.SidePanel p span {
    font-weight: 400;
}

.SidePanel .details {
    margin-bottom: 24px;
}

.SidePanel .detail h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.SidePanel .table {
    margin-top: 16px;
}

.SidePanel .table tr th {
    padding: 10px 14px;
    font-weight: 600;
    font-size: 12px;
    color: #414651;
    background-color: #FAFAFA;
}

.SidePanel .table tr td {
    padding: 10px 14px;
    font-weight: 500;
    font-size: 12px;
    color: #414651;
}

.SidePanel .form-group {
    margin-bottom: 20px;
}

.SidePanel .form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #414651;
    margin-bottom: 6px;
}

.SidePanel .form-group .form-control,
.SidePanel .form-group .form-select {
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #D5D7DA;
    padding: 8px 12px;
    font-weight: 400;
    color: #717680;
}



/* meeting detail screen  */

.meeting-detail .btn_bordered img {
    filter: brightness(0) invert(0);
}

.meeting-detail-cards .card p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #101828;
}

.meeting-detail-cards .card p span {
    font-weight: 400;
}

.meeting-detail-cards .card h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #182230;
}

.meeting-detail-cards .card h6 {
    color: #182230;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 0;
}

.meeting-detail-cards .card .img-container {
    height: 55px !important;
    width: 55px !important;
    margin-bottom: 10px;
    border-radius: 13px !important;
}

.meeting-detail-cards .card .img-container img {
    width: 32px !important;
    height: 32px !important;
}

.meeting-detail-cards .card5 .img-container {
    background-color: #D1E9FF;
}

.meeting-detail-cards .card6 .img-container {
    background-color: #E3FBCC;
}

.tablist {
    margin: 32px 0 16px 0;
}

.tablist .nav-item {
    margin-bottom: 8px;
}

.tablist .nav-link {
    padding: 8px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.tablist .nav-link .count {
    background-color: #F9FAFB;
    border-radius: 16px;
    border: 1px solid #E4E7EC;
    padding: 2px 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #344054;
    margin-left: 8px;
}

.tablist .nav-link.active {
    background-color: #00468C;
    color: #FFFFFF;
}

.activities .content {
    background-color: #FAFAFA;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.activities .content p {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.activities .content p span {
    font-weight: 400;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #E9EAEB;
}

.divider:not(:empty)::before {
    margin-right: 10px;
}

.divider:not(:empty)::after {
    margin-left: 10px;
}

.divider span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #181D27;
}

.ActivityLogPanel .btn_bordered img {
    filter: brightness(0) invert(0);
}

@media (max-width:575px) {
    .meeting-detail-cards .card h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .meeting-detail-cards .card h3 {
        font-size: 22px;
    }
}

/* Book Meeting Room ............... */

.bookMeetingRoom form {
    margin-top: 32px;
}

.form-section {
    padding-bottom: 12px;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 24px;
}

.form-section .content {
    max-width: 368px;
}

.form-section h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #344054;
    margin-bottom: 4px;
}

.form-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

.form-section .form-group {
    margin-bottom: 16px;
}

.form-section .form-group label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    color: #414651;
}

.form-section .form-group label span {
    color: #7F56D9;
}

.form-section .form-group .form-control,
.form-section .form-group .form-select {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #D5D7DA;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #717680;
}

.form-section .form-group textarea {
    height: 180px;
    resize: none;
}

.btn_red {
    background-color: #EF2E24 !important;
    border-color: #EF2E24 !important;
}

.label {
    background-color: #00468C0D;
    border-radius: 7px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #00468C;
    margin-bottom: 24px;
}

.label img {
    margin-right: 12px;
    max-width: 24px;
    max-height: 24px;
}

.label .count {
    background-color: #00468C0D;
    padding: 2px 8px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

.time-slots .form-group label {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #D5D7DA;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #717680;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.time-slots .form-group label input[type=checkbox] {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    box-shadow: none;
    position: absolute;
    left: 14px;
    background-image: url(../assets/images/check.svg) !important;
    display: none;
}

.time-slots .form-group input:checked+label {
    background-color: #00468C;
    border-color: #00468C;
    color: #fff;
}

.time-slots .form-group input:checked+label input {
    display: block;
}

.time-slots p {
    font-weight: 500;
    font-size: 16px;
    color: #414651;
    margin-bottom: 0;
}

.time-slots img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.dragAnddrop {
    padding: 16px 24px;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
}

.dragAnddrop .img-container {
    background: #FFFFFF;
    border: 1px solid #D5D7DA;
    box-shadow: 0px -2px 0px 0px #0A0D120D inset;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.dragAnddrop span {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #00468C;
    margin-right: 4px;
    cursor: pointer;
}

.dragAnddrop p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #535862;
    margin-bottom: 0;
}

.uploaded {
    padding: 16px;
    border: 1px solid #E9EAEB;
    border-radius: 8px;
    display: flex;
    margin-top: 16px;
}

.uploaded img {
    width: 40px;
    height: 40px;
}

.uploaded h3 {
    font-size: 14px;
    font-weight: 500;
}

.uploaded p {
    margin-bottom: 0;
}

.uploaded .text-green {
    font-weight: 500;
    color: #079455;
}

.uploaded .divider {
    width: 1px;
    height: 12px;
    background-color: #D5D7DA;
    margin: 0 12px;
}

.uploaded p img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.uploaded .btn img {
    width: 24px;
    height: 24px;
}

.progress-bar {
    flex: 1;
    background-color: #E9EAEB;
    height: 8px;
    border-radius: 16px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #00468C;
    border-radius: 50px 0 0 50px;
    transition: width 0.3s ease;
}

.progress-label {
    font-weight: bold;
    color: #2c2f3a;
}

@media (max-width:575px) {
    .uploaded {
        padding: 8px;
    }

    .uploaded h3 {
        font-size: 12px;
    }

    .uploaded p {
        font-size: 10px;
    }

    .uploaded .divider {
        margin: 0 4px;
    }

}

/* SlotsModal ......................  */

.SlotsModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 32px;
    background: url(../assets/images/modalbg.png) no-repeat;
    background-position: right;
    background-size: contain;
}


.SlotsModal .img-container {
    background: #FEF0C7;
    border: 10px solid #FFFAEB;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 22px;
}

.SlotsModal .img-container img {
    width: 32px;
    height: 32px;
}

.SlotsModal h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    color: #101828;
}

.SlotsModal p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #475467;
}

/* Created Meeting Room MOdal  */
.CreatedModal .img-container {
    background: #DCFAE6;
    border: 10px solid #ECFDF3;
}

/* Add Participant and Fab Modal  ..............  */

.AddModal {
    max-width: 1000px !important;
}

.AddModal .inp_search_wrap input {
    background-position: 1% 50%;
}

.AddModal .modal-title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.AddModaL .table-outer {
    margin-top: 0;
}

.accordion .accordion-item {
    border-bottom: 0;
}

    .accordion .accordion-item:not(:last-child) {
        margin-bottom: 24px;
    }

.accordion-button::after {
    width: 24px;
    height: 24px;
    margin-left: unset;
    margin-right: auto;
    background-image: url(../assets/images/-.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    left: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/images/plus.png);
}

.accordion .accordion-button {
    background-color: #E0F2FE;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #00468C;
    box-shadow: none;
}

.AddModal .accordion-button {
    padding: 8px 20px 8px 52px;
}



/* counterpart..................... */
.CounterpartPanel .card {
    background-color: #00468C0D;
    border-radius: 12px;
    padding: 16px 14px;
    border-color: #00468C0D;
    margin-bottom: 24px;
}

.CounterpartPanel .card .cardDetail {
    display: flex;
    align-items: center;
}

.CounterpartPanel .card .img-container {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    margin-right: 8px;
}

.CounterpartPanel .carddetail1 .img-container {
    background-color: #00468C30;
}

.CounterpartPanel .carddetail2 .img-container {
    background-color: #07945530;
}

.CounterpartPanel .carddetail3 .img-container {
    background-color: #0086C920;
}

.CounterpartPanel .carddetail4 .img-container {
    background-color: #E3FBCC;
}

.CounterpartPanel .carddetail5 .img-container {
    background-color: #FEF0C7;
}

.CounterpartPanel .carddetail6 .img-container {
    background-color: #FEE4E2;
}


.CounterpartPanel .card .img-container img {
    height: 24px;
    width: 24px;
}

.CounterpartPanel .card h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.CounterpartPanel .card p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #182230;
    margin-bottom: 0;
}

.btn-close {
    box-shadow: none !important;
}

.ImportModal {
    max-width: 480px !important;
}

    .ImportModal h1 {
        font-weight: 600;
        font-size: 16px;
        color: #181D27;
    }

    .ImportModal p {
        font-weight: 400;
        font-size: 14px;
        color: #535862;
        margin-bottom: 0;
    }

    .ImportModal .btn_primary img {
        filter: brightness(0) invert(1);
    }

    .ImportModal .form-group .form-select,
    .ImportModal .form-group .form-control {
        border: 1px solid #D5D7DA;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px #D5D7DA;
        padding: 8px 12px;
        font-weight: 400;
        color: #717680;
    }

    .ImportModal .form-group label {
        font-weight: 500;
        font-size: 14px;
        color: #414651;
        margin-bottom: 6px;
    }

        .ImportModal .form-group label span {
            color: #7F56D9;
        }

    .ImportModal .modal-footer {
        flex-wrap: nowrap;
    }
/* meeting room  */
.meeting-room-cards .card .img-container {
    height: 52px !important;
    width: 52px !important;
    margin-right: 10px;
    border-radius: 13px !important;
}

.meeting-room-cards .card .img-container img {
    width: 30px !important;
    height: 30px !important;
}

.meeting-room-cards .card .img-container1 {
    background-color: #E3FBCC;
}

.meeting-room-cards .card .img-container2,
.meeting-room-cards .card .img-container4 {
    background-color: #D1E9FF;
}

.meeting-room-cards .card .img-container3 {
    background-color: #FEF0C7;
}

.meeting-room-cards .card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #182230;
}

.meeting-room-cards .card h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #182230;
    margin-bottom: 0;
}

/* .calendar .......................................  */


.calendarTablist {
    border-bottom: 1px solid #D5D7DA;
    margin-bottom: 18px;
}

.calendarTablist .nav-item {
    margin-right: 8px;
}

.calendarTablist .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 4px 20px 4px;
    color: #667085;
    border-radius: 0;
}

.calendarTablist .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #00468C;
    color: #00468C;
}

.table-head h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.calendar .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    box-shadow: none;
}

.calendar .form-check-input:checked {
    background-color: #00468C;
    border-color: #00468C;
}

@media (max-width:575px) {
    .calendar .table-head h3 {
        font-size: 18px;
    }
}


/* modal  */

.GenerateModal {
    max-width: 480px !important;
}

.GenerateModal .modal-header {
    align-items: start;
}

.GenerateModal .modal-title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.GenerateModal p {
    font-weight: 400;
    font-size: 14px;
    color: #535862;
    margin-bottom: 0;
}

.GenerateModal .modal-footer {
    flex-wrap: nowrap;
}

.GenerateModal .form-group {
    margin-bottom: 16px;
}

.GenerateModal .form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #414651;
    margin-bottom: 6px;
}

.GenerateModal .form-group label span {
    color: #7F56D9;
}

.GenerateModal .form-group .form-control,
.GenerateModal .form-group .form-select {
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #D5D7DA;
    padding: 8px 12px;
    font-weight: 400;
    color: #717680;
}
.DeleteModal .modal-body {
    padding: 32px 24px 12px 24px !important;
}

.DeleteModal .modal-footer {
    flex-wrap: nowrap !important;
}

.DeleteModal .img-container {
    background: #B4231820 !important;
    border: none !important;
    width: 64px;
    height: 64px;
}

.DeleteModal .img-container-green {
    background: green !important;
    border: none !important;
    width: 64px;
    height: 64px;
}

.DeleteModal .btn_red {
    background-color: #B42318 !important;
    border-color: #B42318 !important;
}

.DeleteModal h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
}

.d-none {
    display: none !important;
}

