@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    background-color: #f2f3f7 !important;
    font-family: 'Poppins', sans-serif;
}

:root {
    --primary-color: #3699FF;
    --second-color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 20px;
}

#online-m,
#offline-m {
    display: none;
}

.radius-12 {
    border-radius: 12px;
}

input {
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* meeting page css */

/* table css */
.listing-table tr.odd,
tr.even {
    font-size: 13px !important;
    color: #464E5F !important;
}

.listing-table.table th:first-child {
    border-radius: 0 0 0 8px;
}

.listing-table.table th:last-child {
    border-radius: 0 0 8px 0;
}

.pagination-bg {
    background: #F5F5F5;
    border-top: 1px solid #0621261A;
    border-bottom: 1px solid #0621261A;
    border-radius: 8px;
}

.meeting-head {
    background-color: #E4E4E4BF !important;
    border-bottom: 1px solid #DDE1E6 !important;
}

.contract-head {
    background-color: #E4E4E4BF !important;
    border-bottom: 1px solid #DDE1E6 !important;
}

span.dot {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    border-radius: 50px;
}

.bg-yellow {
    background-color: #FFA800;
}

.bg-blue {
    background-color: var(--primary-color);
}

.head-two-icon i {
    font-size: 18px;
    color: var(--primary-color)
}

.bg-lightblue {
    background-color: #F3F6F9;
}

.table-icons i {
    background: #E8EAF0;
    padding: 9px;
    border-radius: 10px;
    font-size: 13px;
    color: var(--primary-color);
}

/* custom multiple select css */
.dropdown.multiple {
    background: #f9f9f9 !important;
    border: none !important;
    padding: .775rem 1rem !important;
    font-size: 13px;
}

.inline.field {
    position: relative;

}

span.chev-down i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
}

.ui.fluid.dropdown>.dropdown.icon {
    display: none;
}

.ui.multiple.dropdown>.text {
    margin: 0;
    color: #a0a7bc !important;
    font-weight: 500;
    padding: 6px;
}

.ui.multiple.dropdown>.label {
    background: transparent;
    border-radius: 5px;
    border-color: #D8D8D8;
    padding: 8px 14px;
    font-weight: 500;
    color: #3F4254;
    opacity: 1;
    font-size: 12px;
}


.calendar-icon i {
    position: absolute;
    top: 12px;
    left: 10px;
}

/* create-meeting-popup */
.create-meeting-popup .form-control.form-control-solid {
    background-color: #F5F8FA !important;
    padding: 13px;
    font-size: 14px !important;
    color: #adb4c6 !important;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/calendar.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
    position: absolute;
    left: 10px;
    top: 14px;
}



/* meeting detail page css */
.bg-light-blue {
    background-color: #F5F8FA;
}

i:hover {
    background-color: transparent;
}

.list-user:hover {
    background-color: transparent;
    color: #000 !important;
}

span.b-dot {
    position: relative;
}

span.b-dot:before {
    position: absolute;
    content: '';
    background: #071437;
    left: -10px;
    top: 7px;
    border-radius: 50px;
    height: 4px;
    width: 4px;
}

.reso-items span.b-dot:before {
    background-color: #979797;
}

select {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: inherit;
    box-shadow: none;
}

select:focus-visible {
    outline: none;
}

.delete-btn {
    background-color: #FDE7E9;
    border: 1px solid #FDE7E9 !important;
    color: #FF4B55;
}

.delete-btn:hover {
    background-color: #FDE7E9;
    color: #FF4B55 !important;
}

.task-field .dropdown.multiple {
    background-color: #fff !important;
}


.custom-select {
    -webkit-appearance: none;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 8px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    color: black;
    border-radius: 6px;
}


.placeholder {
    color: gray;
    background-color: #ccc;
}

.green {
    background-color: #d9ffe0;
}

.light-blue {
    background-color: #e1fdff;
}

.pale-yellow {
    background-color: #ffeedc;
}

.orange {
    background-color: #eff1615e;
}

.option-custom {
    padding: 4px;
    border-radius: 6px;
    color: #818181;
    border: 0;
}


/* action page css */
.hiddenRow {
    padding: 0 !important;
}

.ps-7 {
    padding-left: 5.5% !important;
}

#more {
    display: none;
    transition: all 0.5s ease-out;
}

.more-btn {
    color: #3699FF;
    cursor: pointer;
    transition: 0.5s ease-out;
    font-size: 13px;

}

.icon-chevron .fa-chevron-down {
    transform: rotate(180deg) !important;
    transition: all 0.1 ease-in-out;
}

.collapsed .icon-chevron .fa-chevron-down {
    transform: rotate(0deg) !important;
    transition: all 0.1 ease-in-out;
}

.underlined-input {
    border: none;
    border-bottom: 1px solid #000;
    /* You can adjust the color */
    border-radius: 0;
}

.underlined-input:focus {
    border-bottom-color: blue;
    /* Change the color when the input is focused */
    outline: none !important;
    /* Remove the default focus outline */
    box-shadow: none !important;
    /* Remove the default focus outline */
}


.assignee-dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    width: 200px;
    /* Adjust the width as needed */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    /* Adjust the margin as needed */
    margin-left: -85px;
    height: 40px;
}

.assignee-dropdown select {
    width: 100%;
    box-sizing: border-box;
}

.activity_details:before {
    content: "→"
}

.w-30{
    width: 30%;
}

.blink-highlight {
    animation: blink 1s step-start infinite; /* Blinks every 1 second */
}

@keyframes blink {
    50% {
        background-color: #ffffcc; /* Highlight color */
    }
    100% {
        background-color: transparent; /* Original background */
    }
}



#document-view .modal-dialog {
    max-width: fit-content;
    width: auto;
}

/* Add inner spacing */
#document-view .modal-body {
    padding: 20px !important;
}

/* Keep viewer responsive */
#document-view canvas,
#document-view img,
#document-view iframe,
#document-view embed {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 85vh !important;
}



/* DOCX container */
.docx-container {
    max-width: 100%;
    overflow-x: auto;
    word-wrap: break-word;
}

/* Force all tables, images, and iframes inside DOCX to be responsive */
.docx-container table,
.docx-container img,
.docx-container iframe,
.docx-container embed {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* Optional: tables responsive */
.docx-container table {
    border-collapse: collapse;
}

.docx-container table td,
.docx-container table th {
    word-break: break-word;
    padding: 5px;
    border: 1px solid #ddd;
}

.excel-scroll-container {
    overflow-x: auto;
    overflow-y: auto;
    max-width: 100%;
    max-height: 500px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    scrollbar-width: thin;
}

.excel-scroll-container::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.excel-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.excel-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}
