:root {

    --primary-color: #161694;
    /* Pink */
    --secondary-color: #030749;
    /* Dark Blue */
    --alternate-color: #b3afbf;
    /* Light Gray */
    --alternate-primary-color: #FFF7F2;
    /* Light pink */
    --primary-background: #161694;
    /* Dark Pink */
    --secondary-background: #f8f7f8;
    /* Light Gray */
    --alternate-background: #ECFBEC;
    /* Dark Gray */
    --alternate-primary-background: #004A3D;
    /* Dark Pink */
    --white-color: #fff;
    /* White */
    --light-primary-color: #E8E8F4;
    --light-orange: #FF7043;
    --light-gray: #BFBDBD;
    --dark-orange: #FF5915;
    --red: #D40303;

}

@font-face {
    font-family: "Modernist Regular";
    src: url('/assets/fonts/Sk-Modernist-Regular.otf');
}

@font-face {
    font-family: "Modernist Bold";
    src: url('/assets/fonts/Sk-Modernist-Bold.otf');
}

body {
    font-family: "Modernist Regular" !important;
    background-color: white;
    padding: 0;
    margin: 0;
}

.hero-section {
    background: radial-gradient(141.42% 141.42% at 100% 0%, #16169A 38%, #1A131D 70%);
}

.about-hero-section {
    background: radial-gradient(127.38% 368.76% at 60.97% -154.78%, #3d2eac 20%, rgb(61 45 159) 38%, #1A131D 70%)
}

.card-gradient {
    background: radial-gradient(344.4% 344.4% at -8.7% -244.4%, rgba(62, 42, 155, 0.4) 55.27%, rgba(41, 6, 212, 0.5) 79.77%, rgba(69, 46, 178, 0.9) 100%);
}

.features-section {
    background: radial-gradient(125.8% 364.14% at 54.1% -159.4%, rgba(138, 88, 255, 0.6) 15.31%, rgba(138, 88, 255, 0.6) 38.73%, rgb(28 23 139) 58.24%);
}

.faq-section {
    background: radial-gradient(150% 90% at 85% 0%, #16169A 8%, #1A131D 60%);
}

.about-footer {
    background: radial-gradient(125.8% 364.14% at 54.1% -159.4%, rgba(138, 88, 255, 0.6) 15.31%, rgb(79 66 165) 38.73%, #1C151F 69.39%);
}

.inter-font {
    font-family: 'Inter';
}

.modernist-regular {
    font-family: "Modernist Regular";
}

.modernist-bold {
    font-family: "Modernist Bold";
}

.text-light-orange {
    color: var(--light-orange);
}

.text-dark-orange {
    color: var(--dark-orange);
}

.text-red {
    color: var(--red);
}

.text-light-gray {
    color: var(--light-gray);
}

.text-dark-blue {
    color: #091B3D;
    line-height: 27px;
}


.pointer {
    cursor: pointer;
}



.fs-20px {
    font-size: 20px;
    line-height: 28px;
    color: #252525;
}

.btn-main {
    color: #fff !important;
    background-color: #161694 !important;
    /* padding: 12px; */
    border-radius: 10px;
    font-family: "Modernist Bold";
    width: 100%;
}

.btn-light-main {
    color: #161694 !important;
    background-color: #1616941F !important;
    padding: 12px;
    border-radius: 10px;
    font-family: "Modernist Semibold";
    width: 100%;
}

.btn-red {
    color: #FF7043 !important;
    background-color: rgba(255, 112, 67, 0.12) !important;
    padding: 12px;
    border-radius: 10px;
}

.btn .btn-white {
    color: black !important;
    background-color: white !important;
}

.btn-main[disabled] {
    color: #fff !important;
    background-color: #161694 !important;
    /* padding: 1.5rem !important; */
    border-radius: 10px;
    font-family: "Modernist Bold";
    width: 100%;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.bg-main {
    background-color: #161694 !important;
}

.switch input[type=checkbox]:checked,
.switch input[type=checkbox][aria-checked="true"] {
    background-color: var(--primary-color) !important;
    transition: all .15s ease-in-out !important;
}

label input[type=radio]:checked,
label input[type=radio][aria-checked="true"] {
    border: var(--primary-color) !important;
}

.form-check-input:checked {
    background-color: var(--primary-background) !important;
    border-color: var(--primary-color) !important;
}
/*
.select2-container--default .select2-selection--single {
    height: auto;
}

.select2-container .select2-selection--multiple {
    border-radius: 0.5rem !important;
    border-color: var(--tw-gray-300) !important;
    border-width: 2px !important;
    padding: 0.6rem !important;
}
*/
.select2-selection__choice__remove {
    display: none !important;
}
.select2-selection__choice {
    float: left;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    cursor: default;
    border-radius: 0.25rem;
    border-width: 0px !important;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.select2-selection__rendered {
    display: flex !important;
    overflow: scroll !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.5rem;
}

.text-light-main {
    color: var(--light-primary-color) !important;
}

.bg-light-main {
    background-color: #E8E8F4 !important;
}


.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.text-main {
    color: #161694 !important;
}

.border-main {
    border-color: #161694 !important;
}

.btn-outline-main {
    color: #161694 !important;
    border: 1px solid #161694 !important;
}


.scroll-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

::-webkit-scrollbar {
    display: none;
}

.pt-40px {
    padding-top: 40px;
}

.pb-30px {
    padding-bottom: 30px;
}

@media (max-height: 700px) {
    .pt-40px {
        padding-top: 20px;
    }

    .pb-30px {
        padding-bottom: 15px;
    }
}

.demo1.sidebar-fixed.header-fixed .wrapper {
    padding-top: 0px !important;
}

.demo1.header-fixed .wrapper {
    padding-top: 0px !important;
}

.meeting_card {
    width: 311px !important;
}

.imgbg {
    /* width: 311px !important; */
    height: 192px !important;
    /* background-image: url(../media/images/video-player.png);
    background-size: cover;
    background-repeat: no-repeat; */
}

#court_meeting {
    background-image: url(../media/images/overlay1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#office_meeting {
    background-image: url(../media/images/overlay2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#normal_meeting {
    background-image: url(../media/images/13.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#school_meeting {
    background-image: url(../media/images/overlay3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#hotel_meeting {
    background-image: url(../media/images/11.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

#church_meeting {
    background-image: url(../media/images/12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.audio-custom {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.audio-tabular {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.audio-tabular::-webkit-media-controls-panel,
.audio-tabular::-webkit-media-controls-enclosure,
.audio-tabular::-webkit-media-controls-download-button,
.audio-tabular::-webkit-media-controls-timeline {
    background: none;
}



.audio-tabular::-webkit-media-controls-current-time-display,
.audio-tabular::-webkit-media-controls-download-button,
.audio-tabular::-webkit-media-controls-time-remaining-display,
.audio-tabular::-webkit-media-controls-timeline-container {
    display: none;
}

.audio-tabular::-webkit-media-controls-mute-button,
.audio-tabular::-webkit-media-controls-volume-slider,
.audio-tabular::-webkit-media-controls-fullscreen-button {
    display: none;
}

.audio-custom::-webkit-media-controls-panel,
.audio-custom::-webkit-media-controls-enclosure,
.audio-custom::-webkit-media-controls-download-button,
.audio-custom::-webkit-media-controls-timeline {
    background: none;
}



.audio-custom::-webkit-media-controls-current-time-display,
.audio-custom::-webkit-media-controls-download-button,
.audio-custom::-webkit-media-controls-time-remaining-display,
.audio-custom::-webkit-media-controls-timeline-container {
    display: none;
}

.audio-custom::-webkit-media-controls-mute-button,
.audio-custom::-webkit-media-controls-volume-slider,
.audio-custom::-webkit-media-controls-fullscreen-button {
    display: none;
}


.audio-custom::-webkit-media-controls-play-button,
.audio-custom::-webkit-media-controls-timeline,
.audio-custom::-webkit-media-controls-download-button,
.audio-custom::-webkit-media-controls-current-time-display,
.audio-custom::-webkit-media-controls-time-remaining-display {
    filter: invert(1);
    color: black !important;
}


.input,
.btn-main {
    height: 100%;
    box-sizing: border-box;
}

.input,
.select {
    background-color: #ffffff !important;
    border-color: var(--tw-gray-300) !important;
    border-width: 2px !important;
}

.btn-main {
    white-space: nowrap;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: repeating-linear-gradient(45deg,
            #888,
            #888 10px,
            #555 10px,
            #555 20px);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: repeating-linear-gradient(45deg,
            #555,
            #555 10px,
            #333 10px,
            #333 20px);
}

.meetingtab.active {
    border-bottom-color: transparent !important;
}

#cardLayoutTab.active {
    border-bottom-color: transparent !important;
}

#tabularLayoutTab.active {
    border-bottom-color: transparent !important;
}

.meetingtab.active,
.meetingtab.active:hover,
.meetingtab:focus {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border-radius: 50px !important;
}

.meetingtab {
    font-weight: 700;
    font-size: 14px;
    /* padding: 0.5rem 0 !important; */
    border-bottom: 2px solid transparent;
    color: black;
    background-color: #F7F7F7 !important;
    border-radius: 50px !important;
}

.meetingtab:hover {
    background-color: #F7F7F7 !important;
    color: black;
}

.xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.input:focus,
.input:has(input:focus) {
    border-color: var(--tw-gray-300) !important;
    box-shadow: var(--tw-input-focus-box-shadow) !important;
    outline: none !important;
    color: var(--tw-gray-700) !important;
}

.input-div {
    display: flex;
    flex-direction: column;
    /* width: fit-content; */
    position: static;
}

.input-div label.label-text {
    opacity: 0.9;
    position: relative;
    top: 0.8rem;
    margin: 0 0 0 25px;
    padding: 0 7px;
    width: fit-content;
    font-size: 12px;
}


.input-div select.input:focus {
    outline: none;
    border-color: #091B3D !important;
    border-width: 1px !important;
}

input::placeholder {
    color: #64748B !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin: 0 0 0 25px !important;


}

input#email,
input#fullname,
input#password,
input#account_email,
input#cpassword {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.input_otp {
    background-color: #EEEEEE !important;
    font-size: large;
    text-align: center;
    font-weight: 700;
    border-radius: 25px;
}

form input::placeholder {
    color: #dad8d8 !important;
    /* font-weight: 700 !important; */
    font-size: 14px !important;
    margin: 0 0 0 25px !important;


}

#create_meeting_btn {
    padding: 20px !important;
}

#tabular {
    padding: 10px !important;
    border-radius: 0.5rem !important;
    background-color: #F5F6F7;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: none;
}

tbody tr:hover {
    background-color: #E9F1FD;
    border-radius: 0.5rem;
}

tbody tr {
    transition: background-color 0.3s, border-radius 0.3s;
}

.table-container {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
}

.table-header,
.tbl-row {
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.table-header {
    border-radius: 0.5rem;
    background-color: #F5F6F7;
}

.table-header>div,
.tbl-row>div {
    flex: 1;
    padding: 0.5rem;
    font-weight: 600;
}

.table-header>div:first-child,
.tbl-row>div:first-child {
    flex: 0 0 60px;
    text-align: center;
}

.tbl-row {
    transition: background-color 0.3s, border-radius 0.3s;
}

.tbl-row:hover {
    background-color: #E9F1FD;
    /* Blue background on hover */
    border-radius: 0.5rem;
}

/* .menu {
    display: flex;
    justify-content: center;
}

.menu-toggle {
    background: none;
    border: none;
} */

.audio-tabular {
    max-width: 100%;
}

#meeting_name::placeholder {
    font-size: 36px !important;
    color: #cfd4dd !important;
}

#meeting_name:focus {
    font-size: 36px !important;
    border: none !important;
    outline: none !important;
}

#meeting_name {
    font-size: 36px !important;
    border: none !important;
    outline: none !important;
    resize: none !important;
}

.custom-select {
    min-width: 100px;
    position: relative;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 120;
    /* font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem; */
    color: #000;
    cursor: pointer;
}

.input::-webkit-calendar-picker-indicator {
    transform: scale(1.5);
}

.border-main {
    border-color: #161694 !important;
}

.form-check-input {
    border-color: #161694 !important;
}

.badge-main {
    color: #fff;
    background-color: var(--primary-color);
}

#add_note_button:disabled,#ask_button:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(215 215 215 / var(--tw-bg-opacity));
}

@keyframes curvy-wave {

    0%,
    100% {
        width: 4px;
        height: 10px;
        border-radius: 50%;
        transform: scaleY(1);
    }

    50% {
        width: 6px;
        height: 20px;
        border-radius: 50%;
        transform: scaleY(1.5);
    }
}
/* 
.wave-loader .wave {
    display: inline-block;
    width: 4px;
    height: 10px;
    background-color: #ffffff;
    margin: 0 2px;
    animation: curvy-wave 1s infinite ease-in-out;
    border-radius: 50%;
    DISABLE COPY PASTE
    -webkit-touch-callout: none;
    -webkit-user-select Controls the appearance of selection.: none;
    user-select: none
}

.wave-loader .wave:nth-child(1) {
    animation-delay: 0s;
}

.wave-loader .wave:nth-child(2) {
    animation-delay: 0.1s;
}

.wave-loader .wave:nth-child(3) {
    animation-delay: 0.2s;
}

.wave-loader .wave:nth-child(4) {
    animation-delay: 0.3s;
}

.wave-loader .wave:nth-child(5) {
    animation-delay: 0.4s;
} */

.wave {
    animation: rec 1s ease-in-out infinite;
    border-radius: 0.625rem;
    height: 1rem;
    display: inline-block;
    margin: 0 0.25rem 0 0.25rem;
    transform-origin: center center;
    width: 0.0625rem;
    z-index: 10;
}

.wave:nth-child(1) {
    background: white;
}

.wave:nth-child(2) {
    animation-delay: 180ms;
    background: white;
}

.wave:nth-child(3) {
    animation-delay: 360ms;
    background: white;
}

.wave:nth-child(4) {
    animation-delay: 540ms;
    background: white;
}

@keyframes rec {

    0% {
        transform: scale(1);
    }

    25% {

        transform: scale(2);
    }
}

.mob-menu.tabactive>.menu-link .menu-item-active\:text-main {
    color: var(--primary-color) !important;
    font-weight: bold !important;
}

/* TOOLTIP STYLE */
[title] {
    position: relative;
    cursor: pointer;
}

[title]::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 125%;
    background-color: #000000;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    white-space: normal;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    width: 200px;
    word-wrap: break-word;
    word-break: break-word;
}

[title]::before {
    content: "";
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

[title]:hover::after,
[title]:hover::before {
    visibility: visible;
    opacity: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* MEDIA QUERIES */

@media (max-width: 768px) {
    .blockPage {
        left: 40% !important;
    }

    .bootbox {
        width: 500px !important;
    }

    #meeting_name::placeholder {
        font-size: 16px !important;
        color: #cfd4dd !important;
    }

    #meeting_name:focus {
        font-size: 26px !important;
        border: none !important;
        outline: none !important;
    }

    #meeting_name {
        font-size: 26px !important;
        border: none !important;
        outline: none !important;
        resize: none !important;
    }
}

@media (max-width: 480px) {
    .bootbox {
        width: 320px !important;
    }

    #meeting_name::placeholder {
        font-size: 16px !important;
        color: #cfd4dd !important;
    }

    #meeting_name:focus {
        font-size: 20px !important;
        border: none !important;
        outline: none !important;
    }

    #meeting_name {
        font-size: 20px !important;
        border: none !important;
        outline: none !important;
        resize: none !important;
    }

    #prefrence_modal svg {
        width: 28px !important;
        height: 28px !important;
    }
}

@media (min-width: 1280px) {
    .container-fixed {
        margin-left: 0 !important;
        margin-right: 0 !important;
        /* padding-left: 0.5rem !important;
        padding-right: 0.5rem !important; */
        max-width: none !important;
    }
}