﻿#online-meeting-main {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    top: 0%;
    left: 0;
    right: 0;
    background-color: #000000a3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999999999;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    transition: all ease-in-out 0.9s;
    overflow: hidden;
    margin-top: -250rem;
    overflow-y: auto;
}
.meeting-inner {
    width: 76%;
    background-color: #00000061;
    padding: 2%;
}
.scedule-meeting-input {
    background-color: transparent;
    color: white;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Avenir Roman";
    border-bottom: 1px solid white;
    outline: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 60px;
    width: 100%;
}

.scedule-btn {
    padding: 14.21px 76px 14.21px 76px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #7e7e7e40;
    color: white;
    border: 1px solid #ffffff3c;
    font-family: "aktiv-regular";
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(20px);
    cursor: pointer;
    transition: bottom 1s ease;
    text-transform: uppercase;
    width: 90%;
}

.close-icon {
    top: -10px;
    cursor: pointer;
    display: block;
    position: relative;
    right: -98%;
}

.scedule-meeting-input::placeholder {
    color: #fff;
}

.scedule-meeting-heading {
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "aktiv-medium";
    text-align: center;
}

.online-meeting-container {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

.online-meeting-form {
    width: 100%;
    display: grid;
    grid-template-columns: 41% 80%;
    gap: 30px;
}

.scedule-meeting-heading span {
    font-family: "aktiv-thin";
}

.pick-date {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "aktiv-medium";
}

/* Online meeting */
.container {
    position: relative;
    margin: auto;
    width: 70%;
    height: 89vh;
    margin-top: 34px;
    background-color: #bf1212a3;
    overflow: hidden;
}

.headding {
    font-size: 20px;
    padding: 10px 0px;
}

    .headding span {
        font-weight: 700;
    }

#cross {
    border: 1px solid white;
    border-radius: 20px;
    padding: 1px 2px;
    font-size: 10px;
    position: absolute;
    cursor: pointer;
    top: 7%;
    right: 5%;
    color: white;
}

.container p {
    color: white;
    font-weight: 100;
    text-align: center;
    padding: 10px 0px;
}

.container-calendar-input {
    display: flex;
    gap: 10px;
    align-items: end;
    padding-right: 10px;
}

.input-data {
    color: white;
    display: flex;
    backdrop-filter: blur(10px);
    z-index: 9999;
    margin-left: 10px;
    /* margin:7% auto; */
    padding: 5% 5%;
}

.input-heading {
    font-family: "aktiv-light";
    font-weight: 200;
    font-size: 25px;
}

.input-data {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 30px;
}

    .input-data span {
        font-family: "aktiv-medium";
        font-weight: 500;
    }

    .input-data input {
        color: white;
        border: none;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #000000a3;
        padding-bottom: 2%;
    }

        .input-data input::placeholder {
            color: white;
        }

.container-flag {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}

.flag {
    display: flex;
    align-items: center;
    line-height: 20px;
    border-bottom: 2px solid #000000a3;
}

    .flag img {
        width: 40%;
    }

.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-block: 0.5rem;
    border-radius: 9px;
    cursor: pointer;
    color: #ffff;
    background-color: rgb(129, 125, 125);
    outline: none;
    overflow: hidden;
    border: 1px solid white;
}

/* Tome table */
.time-zone {
    position: relative;
    margin: auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding-top: 27px;
}

.select-timezone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e4e1e1;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-top: -30px;
    cursor: pointer;
}

.time {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 14px;
    font-family: "aktiv-regular";
}

.time-zone-color {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: right;
    margin-top: 40px;
    height: 298px;
}
#timeslots {
    overflow-y: scroll;
    height: 150px;
    width: 100%;
    border: 1px solid black;
    padding: 5px;
    color: black;
    
    float: left;
}
    #timeSlots div {
    
        border-radius: 10px;
        padding: 5px 10px !important;
        cursor: pointer;
        color: white;
        border: solid 1px #e1e1e138;
    }
.time-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 10px;
    width: 107px;
    height: 40.5vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 20px;
    border: 1px solid #e4e1e1;
    /*background-color: #ffffff0d;
    backdrop-filter: blur(10px);*/
    border-radius: 4px;
}
.time-slot-heading {
    border: 1px solid #e4e1e1;
   /* background-color: #ffffff0d;
    backdrop-filter: blur(10px);*/
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
    margin-bottom: 5px;
}
#up-arrow {
    border: 1px solid white;
    padding: 1px 2px;
    margin: 10px 40%;
    border-radius: 10px;
    cursor: pointer;
    color: white;
}

#down-arrow-timeTable {
    margin: 10px 40px;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 1px 2px;
    cursor: pointer;
}

.time-container p {
    border: 1px solid white;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    margin: 5px auto;
}

/* Calendar */
.calendar-container {
    margin: 0 auto;
    width: 100%;
}

    .calendar-container header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        padding: 5px 20px 0 0px;
    }

.select-date {
    color: #ffffffcc;
    font-size: 20px;
    font-family: "aktiv-medium";
}

header .calendar-navigation {
    display: flex;
}

    header .calendar-navigation span {
        height: 38px;
        width: 38px;
        cursor: pointer;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
        user-select: none;
        color: white;
        font-size: 1.9rem;
    }

.calendar-navigation span:last-child {
    margin-right: -10px;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1.45rem;
    width: 100%;
    text-align: center;
}

.calendar-body {
    padding: 20px;
}

    .calendar-body ul {
        list-style: none;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        /* text-align: center; */
    }

    .calendar-body .calendar-dates {
        margin-bottom: 20px;
    }

    .calendar-body li {
        width: calc(100% / 7);
        font-size: 1.07rem;
        color: white;
    }

    .calendar-body .calendar-weekdays li {
        cursor: default;
        font-weight: 500;
        border-bottom: 1px solid #ffffffa3;
        padding-bottom: 12px;
    }

    .calendar-body .calendar-dates li {
        margin-top: 30px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

.calendar-dates li.inactive {
    color: #6b6a6a;
    /* color: red; */
}

.calendar-dates li.active {
    color: black;
}

.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -40%;
    left: -19%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.calendar-dates li.active::before {
    background-color: white;
    color: #000;
}

.calendar-dates li:not(.active):hover::before {
    background: #ffffff6b;
    color: #000;
}

.Time-Table-Calendar {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    height: 100%;
    width: 70%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    padding-left: 10px;
    background: #000000a3;
}

.scedule-btn {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 23px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    color: white;
    font-family: "aktiv-regular";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-image: url(../images/web_button_bg.svg);
    background-position: center;
    background-repeat: repeat-x;
    letter-spacing: 3px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.8);
    background-color: transparent !important;
}
.submitButtonContainer {
    margin-top: -76px;
    padding-top: 0px;
}
.submitButtonContainer button#confirmButton {
    margin-top: 0px;
}


    .scedule-btn:hover span {
        animation: storm1261 0.1s ease-in-out;
        color: white;
    }

@keyframes rotate624 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
        transform: rotate(3deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(-3deg) translate3d(0, 0, 0);
    }

    75% {
        transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

@keyframes storm1261 {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }

    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }

    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }

    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }

    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.scedule-btn:after {
    background-color: white;
    color: white;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    /*transform: rotate(160deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);*/
    width: 20px;
}

.scedule-btn:hover:after {
    left: 120%;
    color: white;
}

.select-timezone-popup-main {
    background-color: #000000cf;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    inset: 0;
    z-index: 9999;
}

.select-timezone-popup {
    width: 100%;
    height: 17.8rem;
    position: absolute;
    top: 0;
    inset: 0;
    z-index: 9999999999;
    border: 1px solid #FFFFFF7A;
    margin-top: 32px;
}

.select-timezone-popup-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "aktiv-regular";
    color: #fff;
    background-color: #00000066;
    border-bottom: 0.5px solid #FFFFFFCC;
    cursor: pointer;
}

.toggle-timezone {
    display: none;
}

.toggle-timezone-active {
    display: block;
}

.online-meeting-br {
    display: none;
}

.calendar-container-parent {
    display: grid;
    grid-template-columns: 50% 80%;
    gap: 22px;
    align-items: start;
}
.flatpickr-day.selected {
    background-color: white !important;
    color: black !important;
    border: none;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {

    color: white !important;
    fill: white !important;
}

.flatpickr-calendar {
    width: 100% !important;
    font-family: "aktiv-regular";
}
.flatpickr-rContainer {
     
    margin: auto !important;
}
.flatpickr-input {
    width: 100% !important;
}

.flatpickr-day {
    width: calc(100% / 7) !important;
}

.flatpickr-month {
    width: 100% !important;
}

.flatpickr-months {
    display: flex;
    justify-content: center;
}

    .flatpickr-months .flatpickr-month {
        flex: 1;
        text-align: center;
    }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
   
    color: rgb(255, 255, 255) !important;
    
}
.iti-mobile .iti--container {
    
    z-index: 9999999;
}
/* Responsive Styles */
@media (max-width: 1200px) {
    .meeting-inner {
        width: 100%;
    }
        #online-meeting-main {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        top:0;
    }
   
    .online-meeting-form {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .online-meeting-form {
        width: 50%;
    }

    .time-zone {
        width: 35%;
    }

    .online-meeting-br {
        display: block;
    }

    .scedule-meeting-heading {
        text-align: center;
    }

    .close-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        display: block;
        height: 20px;
    }
}

@media (max-width: 1200px) {
    .submitButtonContainer {
        margin-top: -10px;
        padding-top: 0px;
    }
    .online-meeting-container {
        flex-direction: column;
        gap: 20px;
        padding: 0px 20px;
    }

    .online-meeting-form {
        width: 100%;
        display: flex;
        gap: 30px;
    }


    .calendar-container-parent {
        display: grid;
        grid-template-columns: 90% 75%;
        gap: 0px;
    }
    #timeSlots div {
        background-color: gray;
        border-radius: 10px;
        padding: 5px 5px !important;
        cursor: pointer;
        color: white;
        font-size: 12px;
    }
    .time-zone {
        width: 100%;
    }

    .calendar-container {
        width: 100%;
        margin: 0px;
    }

    .calendar {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .days {
        font-size: 0.7em;
        gap: 5px;
    }

        .days span {
            width: 100%;
            text-align: center;
        }
        /* for smart phone time slots*/
    .timeSlot-dropdown {
        display: flex !important;
        width: 100%;
        margin-bottom: 10px;
        color: white;
        margin-top: 15px;
    }
    .flatpickr-calendar {
        width: 100%;
    }

    .timeSlot-dropdown option {
        color: white
    }

    .time-zone-color {
        display: none;
    }

    .calendar-container-parent {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
    }
}

@media (max-width: 576px) {
    #online-meeting-main {
        padding: 0px;
        width: 100%;
        height: 100vh !important;
        bottom: 0;
        z-index: 999999999;
    }
    meeting-inner {
        width: 100%;
        background-color: #000;
        padding: 2%;
    }
    .scedule-meeting-heading {
        font-size: 28px;
        margin-top: 70px;
    }

    .scedule-meeting-input {
        font-size: 18px;
        height: 50px;
    }

    .scedule-btn {
        font-size: 14px;
        padding: 0px 40px;
        height: 40px;
        margin-top: 30px;
    }

    .time-container {
      
        height: auto;
    }
        .time-container p {
        font-size: 12px;
        padding: 8px 0;
    }

    .calendar button {
        height: 50px;
        font-size: 0.9em;
    }

    .Time-Table-Calendar {
        display: flex;
        gap: 30px;
        flex-direction: row-reverse;
        height: 100%;
        width: 100%;
    }

    .calendar {
        grid-template-columns: repeat(2, 1fr);
    }

        .calendar button {
            height: 40px;
            font-size: 0.8em;
        }

    .calendar-container header {
        flex-direction: column;
        align-items: flex-start;
    }

    .select-date {
        font-size: 18px;
    }

    header .calendar-navigation {
        width: 100%;
        justify-content: space-between;
    }

        header .calendar-navigation span {
            font-size: 1.2em;
        }
}
.timeSlot-dropdown {
    display:none;
}
@media (max-width: 480px) {
    .scedule-meeting-heading span {
        display: block;
    }

    .select-date {
        text-align: center;
        font-size: 10px !important;
    }

    .timeSlot-dropdown {
     
   
        margin-bottom: 10px;
    }
}

    @media (max-width: 392px) {

        .timeSlot-dropdown {
            display: block;
            width: 100%;
            margin-bottom: 10px;
            color: white
        }

            .timeSlot-dropdown option {
                color: white
            }

        .time-zone-color {
            display: none;
        }

        .calendar-container-parent {
            display: grid;
            grid-template-columns: 100%;
            align-items: center;
        }
    }


    .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
        right: 20px !important;
    }

    .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
        left: 20px !important;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        left: -15px !important;
    }

    .flatpickr-current-month .numInputWrapper {
        right: -24px !important;
    }

@media (max-width:380px) and (orientation: portrait) {

    .dayContainer {
        width: calc(100vw - 70px) !important;
        min-width: calc(100vw - 70px) !important;
        max-width: calc(100vw - 70px) !important;
    }

    .flatpickr-rContainer {
        width: 100%;
    }

    .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
        right: -5px !important;
        top: -5px;
    }

    .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
        left: -5px !important;
        top: -5px !important;
    }
}

