﻿
@font-face {
    font-family: 'FiraGO' !important;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-400-normal.woff) format('woff');
}

body {
    font-family: "FiraGo" !important;
}

.icon {
    font-family: 'Material Symbols Rounded' !important;
    color: #FF4444E5;
    opacity: .9;
    margin-right: 18px
}


:root {
    --primary: #31619D;
    --secondary: #F1F3F6;
    --defaultFontColor: #446183;
}

::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}




.mainContainer {
    display: block;
    width: 57.9vw;
    margin: auto;
    margin-top: 34px;
    color: #446183;
    position: relative;
}

.tablinks {
    width: max(100%,25%);
    height: 90px;
    display: flex;
    align-items: center;
    color: #1C57A1 !important;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(49, 97, 157, 0.1);
}

.aboutTab {
    grid-area: aboutTab;
}

.upcomingEventsTab {
    grid-area: upcomingEventsTab;
}


.suggestionTabtab {
    grid-area: SuggestionTab;
}

.MeetingsHistoryTabtab {
    grid-area: MeetingsHistoryTabtab;
}

.tabContent {
    grid-area: content;
}




.tab {

    gap: 8px !important;

    width: max(100%,25%);
    display: grid;
    grid-template-rows: auto;
    grid-template-areas:
        "aboutTab upcomingEventsTab SuggestionTab MeetingsHistoryTabtab"
        "content content content content";
}

.active {
    box-shadow: none;
    border: 1px solid #BFF2FF;
}

.tabContent {
    margin-top: 60px;
    font-size: 14px;
    color: #446183;
    line-height: normal;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-word;
    display: none;
}

.aboutTabContent {
    display: block;
}

.iconStyle {
    height: 44px;
    width: 44px;
    background-color: #F8FAFE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 15px;
}

#4 {
    display: none;
}

.tabtxt {
    width: 160px;
    text-align: justify;
    line-height: normal;
}

.sharedEventsInfo {
    width: 100%;
}

.inputContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}




.searchContainer {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #1C57A1;
    margin-bottom: 9px;
}

.searchInputes {
    width: 100%;
    height: 50px;
    border: 1px solid #D9E3F3;
    border-radius: 10px;
    padding: 0 !important;
    font-size: 13px;
    text-align: initial;
}

.submit {
    margin-left: 78.4%;
    height: 50px;
    background-color: #31619D;
    color: #FFFFFF;
    width: 231px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0.5px !important;
    font-size: clamp(0.8125rem,1.4vw,16px);
}

.EventImage {
    height: 140px;
    width: 100%;
    border-radius: 10px;
}


[type="date"] {
    background: #fff url(/Media/Default/Images/Meetingsspace/calendar_today.svg) 89% 50% no-repeat;
    background-size: 16px 16px;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }


#fromDate:invalid + span:after {
    content: "- დან";
}

#toDate:invalid + span:after {
    content: "- მდე";
}
.fromDatEng:invalid + span:after {
    content: "- Date from" !important; /* New content */
}
.toDateEng:invalid + span:after {
    content: "- Date to" !important; /* New content */
}
.registerBtnContainer {
    height: 215px;
    justify-content: flex-start;
}

#fromDate:invalid + span:after,
#toDate:invalid + span:after {
    position: absolute;
    left: 0px;
    padding: 18px 0 0 20px;
    font-size: 13px;
    width: clamp(3.5rem, 4vw,60.4%);
    height: 100%;
}

[type="date"]:focus:invalid + span:after {
    display: none;
}

[type="date"]:not(:focus):invalid {
    color: transparent;
}

.calendarWrapper {
    position: relative;
    justify-self: center;
}
.meetingsNotFound {
    font-size: 16px;
    color: #1C57A1;
}
#eventDate {
    grid-column: 1 / 3;
    grid-row: 1/ 1;
    justify-self: center;
}
.hasOpacity {
    opacity:0.5;
}
.Tab2Btn {

    height: 195px;
    justify-content: space-around;

}
.calendarStyle {
    width: 22%;
    display: grid;
    grid-template-rows: 28px 50px;
    align-items: end;
}


:host-context(#COMMODITY_TYPE) {
    border: none;
    color: #446183;
    font-weight: initial;
    background-color: #F8FAFE;
    font-size: 13px;
    padding: 12px 13px 12px 24px;
}

:host(.special-custom-element) {
    background-color: red;
}

:host-context(.dropdown) {
    width: 76%;
}

.dropdown {
    width: 76% !important;
}

#filterBtn {
    height: 50px;
    display: flex;
    align-items: center;

    gap: 13px;
    justify-content: center;
}
.filterIcon {
    height: 40px;
    width: 15%;
    background-color: #31619D;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    cursor:pointer;
}

.filterExpanded {
    display: flex;
    gap: 10px;
}


.eventImg {
    height: 140px;
    border-radius: 10px;
    background: #003271;
    opacity: 0.8;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003271; /* Green with 30% opacity */
    pointer-events: none; /* Allows clicking through the overlay */
    opacity: 0.8;
    border-radius: 10px;
}

.logoOverlay {
    width: 49px;
    height: 45px;

    position: relative;
    top: -71%;
    right: -37%;
}

.dateInfoContainer {
    display: flex !important;
    background-color: #FFFFFF;
    height: 50px;
    border-radius: 10px;
    align-items: center;
    grid-area: dateInfoContainer;
    color: #446183;
    font-size: 14px !important;
}

.dateInfo {
    display: flex;
    width: 20.5%;
    border-right: 1px #D9E3F3 solid;
    justify-content: center;
    gap: 20px;
}

.eventInfoContainer {
    display: flex;
}

.eventImg {
    grid-area: eventImg;
}

.expandInfoIcon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9E3F3;
    border-radius: 5px;
    background-color: white;
    justify-self: end;
    grid-area: expandInfoIcon;
}
.AlertTxt {
    line-height: 13.5px;
}
#SuccessTxt1 {
    display: flex;
    align-self: center;
    font-weight: bold
}


.eventName {
    grid-area: eventName;
}

.registerBtn {
    grid-area: registrationBtn;
}

#eventsHeader {
    font-size: 16px;
    color: #1C57A1;
    font-weight: bold;
    margin-top: 30px
}

.eventDetailsContainer {
    display: flex;
    grid-area: eventDetails;
    flex-direction: column;
    row-gap: 5px;
    color: #446183;
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 25px;
}

.eventContainer {
    padding: 15px 25px 15px 25px;
    background-color: #F8FAFE;
    border-radius: 10px;
    display: grid;
    gap: 0% 2.5%;
    grid-template-rows: 58px 84px auto;
    grid-template-columns: 18.5% 43% 28% 3%;
    grid-template-areas:
        "eventImg dateInfoContainer dateInfoContainer expandInfoIcon "
        "eventImg eventName registrationBtn registrationBtn"
        ".eventDetails eventDetails eventDetails";
    align-items: center;
    margin: 30px 0;
}
.noEventsContainer {
    border-radius: 10px;
    height: 100px;
    background-color: #F8FAFE;
    justify-content: center;
    display: flex;
    align-items: center;
    gap:10px;
    margin-top:30px;
}

.detailTitle {
    min-width: 245px;
    color: #1C57A1;
    font-weight: bold;
}

.registerBtn {
    background-color: #31619D;
    color: white;
    height: 41px;
    width: 320px;
    justify-self: flex-end;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    border-radius: 10px;
}

#registerBtn + span:after {
    content: url(/Media/Default/Images/Meetingsspace/add.svg);
    position: absolute;
    left: 63.5%;
    top: 81%;
    font-size: 15px;
    z-index: 99999;
    color: white;
}

.eventName {
    color: #31619D;
    font-weight: bold;
    font-size: 16px;
}


.detailsWrapper {
    display: flex;
    min-height: 20px;
    margin: 2px 0;
    overflow-wrap: anywhere;
}

.SuggestionSuccessTxt {
    font-size: 14px;
    text-align: center;
}


#content_title {
    width: 300px;
}

.contentHeader {
    width: 100% !important;
}

.hasContent p {
    width: 100% !important;
}

.hasContent img {
    width: 100% !important
}

.contentHeader img {
    width: 20px !important
}

.contentHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#eventStartDate {
    top: 33px;
    right: 53%;
    position: absolute;
    color: white;
    font-size: 12px;
}

.hasBorder {
    border: #BFF1FF solid 1px;
    margin: 20px 0 !important;
}

.hasBackground {
    background-color: white !important;
}

.columnStyle {
    flex-direction: column;
}

.meetingVideo {
    border-radius: 10px;
    border: 1px solid #31619D;
    width: 260px;
    height: 130px;
    margin-top: 10px;
}

.downloadBtn {
    margin: 8px 0 10px 0;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#eventsHeaderTab3 {
    display: flex;
    width: 179px;
    justify-content: space-around;
}

.ivnalid {
    border: red 1px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.DateFacade {
    padding: 0 !important;
    top: 34px;
    width: clamp(3.5rem, 4.5vw,63.5%) !important;
    right: -8px;
    position: relative;
    z-index: 22222;
    border: none;
    background-color: #f8fafe !important;
    color: #446183 !important;
    text-align:center;
}

#searchEventName {
    padding: 0px 17px !important;
    width: 89%;
}

#fromDate, #toDate {
    width: 82%;
    background-color: #F8FAFE;
    padding: 0 6px !important;
}

#eventsHeaderTab3txt {
    display: flex;
    align-self: center;
}

.suggestionTabs {
    display: flex;
    width: max(587px,35vw);
    justify-content: space-between;
}

.notActive {
    color: #31619D !important;
    background-color: #F8FAFE !important;
    font-weight: bold;
}
.suggestionTabsStyle {
    height: 50px;
    width: max(280px,16.84vw);
    font-weight: bold;
    letter-spacing: 0.4px;
}
.suggestionInfo {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin: 25px 0;
}
#suggestionInfo{
    width: 532px;
    margin-left: 10px;
}

#SuggestionBtnTab1 {
    width:100%
}
    .suggestionInputStyle {
    margin-bottom: 30px;
    align-items: baseline;
}
#resetFilter {
    display: flex;
    color: #3CB6D5;
    font-size: 13px;
    justify-content: end;
    gap: 4px;
    width: 227px;
    cursor: pointer;
    height: 25px;
    align-items: center;
}

.searchBtnDiv {
    display: flex;
    flex-direction: column;
    height: 96px;
    justify-content: space-around;
    align-items: baseline;

}

textarea {
    height: 155px !important;
    resize: none;
    border: #D9E3F3 1px solid;
    border-radius: 10px;
    outline: none;
}
    textarea:focus {
        border: #D9E3F3 1px solid;
        overflow: hidden;
        outline: none;
    }
.mandatory::after {
    content: "  *";
    color: #FF6D6D;
    margin-left: 5px;
}

input[type="radio"]:checked {
    background-color: #5EC072;
}


input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    padding: 2.3px;
    background-clip: content-box;
    border: 1px solid #D9E3F3;
    background-color: #e7e6e7;
    border-radius: 50%;
}

.alertTxtContainer {
    display: flex;
    font-size: 13px;
    align-items: flex-start;
    height: 73px;
}
.acceptBtnLabel {
    margin-left: -3px;
}


.suggestionBtnContainer {
    display: flex;
    flex-direction: column;
    gap: 12px;

}
#Tab1Btn{
    width:30%;
}

.registerHeaderStyle {
    height: 80px;
    background-color: #F8FAFE;
    color: #1C57A1;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 26px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 16px;
    justify-content: space-between;
}


.ErrorTxt {
    width: 16.84vw;
    text-align: center;
    color: #FF6D6D;
    font-size: 14px;
    margin-top: -10px;
}
.successTxt {
    color: #5DD976;
    font-size: 14px;
    MARGIN-TOP: -12px;
    text-align:center
}
.suggestioninputesContainer {
    display: flex;
    width: 35vw;
    justify-content: space-between;
}

.registerWrapper {
    display: flex;
    gap: 3.67vw;
}
.registerWrapperChild{
    flex:1;
}


.undoIcon {
    height: 40px;
    width: 40px;
    margin: 0;
}

.boldTxt {
    font-weight: bold;
}
input[type="text"] {
    padding: 0px 0 0 19px !important;
    width: 94%;
}
.invalid {
    border: 1px solid #FF6D6D;
}

.emailErrorTxt {
    color: #FF6D6D;
    font-size: 12px;
    height: 0px;
    padding-top: 6px;
    margin-bottom: -4px;
}



#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #1E1E1E;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    z-index: 100;
}

#rsPopUp {
    display: grid;
}

#popup {
    display: flex;
    width: 440px;
    height: 145px;
    background-color: #FFF4F4;
    justify-content: center;
    align-items: center;
    border: 1px solid #FF6D6D;
    border-radius: 10px;
    position: fixed;
    top: 30%;
    z-index: 200;
    justify-self: center;
}

#popupclose {
    float: right;
    padding: 2px;
    cursor: pointer;
}

.popupcontent {
    padding: 10px;
}

#button {
    cursor: pointer;
}

#PopUpTxt {
    width: 290px;
    font-size: 16px;
    color: #446183;
}
.registerBtn:hover, .expandInfoIcon:hover {
    cursor: pointer
}

.about {
    display: grid;
    height: 260px
}

.hideVideoContainer{
    display:none !important;
}

#textareaRegisteration {
    overflow-y: auto;
    height: 162px !important;
    padding: 5px 2px 6px 6px !important;
    width: 100%;
    box-sizing: border-box;
}

    textarea:focus {

        overflow-y: visible !important;
    }

.disabled {
    pointer-events: none;
}

@media (max-width: 924px) {
    #content > div > article > div > div:nth-child(1) > article > div {
        overflow: hidden;
    }

        #content > div > article > div > div:nth-child(1) > article > div > p:nth-child(1) {
            left: 5% !important;
            z-index: 10 !important;
            font-size: 16px !important;
            position: absolute !important;
            top: 16px !important;
            color: #000000 !important;
            width: 85% !important;
            text-align: center;
        }
}

@media (801px <= width <= 1600px) {
    #fromDate, #toDate {
        width: 86%;
    }

    .calendarStyle {
        width: 24.5% !important;
    }
}


@media (max-width: 800px) {
    .tab {
    }

    .tabContent {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mainContainer {
        width: 72vw;
    }

    .containernew {
        display: none;
    }

    .tab {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between;
        gap: 8px !important;
        width: max(100%,25%);

    }

    .submit {
        margin: 15px 0 0 0vw;
        width: 100%;
        height: 40px
    }

    .searchContainer {
        display: block;
    }

    .inputContainer {
        width: 100% !important;
        align-items: flex-start;
        margin-top: 25px;
    }
    #EventuserContainer {
        margin-top: 0px;
    }

    .calendarStyle {
        column-gap: 4%;
    }

    #eventDate {
        justify-self: auto;
    }

    .searchInputes {
        height: 40px;
    }

    .eventContainer {
        display: flex !important;
        flex-direction: column;
        padding: 0 !important;
        min-height: 180px;
        margin: 0;
    }

    .eventsContainer {
        position: relative;
    }

    .dateInfoContainer {
        display: none !important;
    }

    .eventImg {
        width: 100% !important;
        height: 180px !important;
    }

    .EventImage {
        height: 180px !important;
    }

    .expandInfoIcon {
        width: 120px;
        border-radius: 5px;
        border: white;
        justify-content: space-evenly;
        font-size: 12px;
        color: #31619D;
        transform: translate(-43%,-48px);
        height: 30px;

    }

        .expandInfoIcon > img {
            width: 16px;
            height: 16px;
        }

    .logoOverlay {
        position: absolute;
        top: 20px;
        right: 75%;
    }

    .eventNameResponsive {
        position: absolute;
        color: white;
        transform: translate(11%,-107px);
        max-height: 43px;
        display: flex !important;
        font-size: 12px;
        width: 82%;
        overflow: hidden !important;
        overflow-wrap: break-word !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .registerBtn {
        width: 85%;
        margin: 20px 0;
        font-size: 12px;
    }
    .allRegisterBtn {
        margin-top: 0px;
    }
    .registerBtnTxt {
        width: 83%;
    }

        .registerBtn > img {
            width: 20px;
            height: 20px;
        }

    .detailsWrapper {
        flex-direction: column;
        min-height: 60px;
        gap: 12px;
        font-size: 13px;
        width: 83%;
        display: flex;
        align-self: center;
    }
    .suggestion {
        margin-bottom: 40px;
    }

    .eventDetailsContainer {
        width: 100%;
        margin-bottom: 10px;
    }

    #eventsHeader {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .meetingVideo {
        width: 100%;
        height: 110px;
    }

    .downloadBtn {
        height: 40px;
        margin: 0;
    }

    #fromDate:invalid + span:after,
    #toDate:invalid + span:after {
        padding: 15px 0 0 20px;
    }

    #eventVideo {
        margin-bottom: 37px;
    }

    .calendarStyle {
        grid-template-rows: 24px 42px;
        align-items: end !important;
        grid-template-columns: 50% 50%;
    }

    .DateFacade {
        top: 29.5px !important;
        width: 64% !important;
    }

    .calendarWrapper {
        width: 98%;
    }

    #fromDate, #toDate {
        width: 82%;
    }

    .suggestionTabs {
        flex-direction: column;
        width: 85vw;
    }
    .Tab2Btn {
        height: 180px;
        gap: 10px;
    }

    #suggestionTab1, #suggestionTab2 {
        margin: 20px 0 0 0;
    }

    .suggestionInfo {
        align-items: flex-start;
        margin: 25px 0 0 0;
        width: 88%;
    }

    #suggestionInfo {
        margin-top: -3px;
        font-size: 12px;
        text-align: start;
        width: 95%;
    }

    .suggestioninputesContainer {
        flex-direction: column;
        width: 82%;
    }

    .suggestioninputesContainer div {
      width: 100% !important;
            
     }

    .ErrorTxt {
        width: auto ;
        font-size: 12px;
    }
    .alertTxtContainer {
        font-size: 12px;
        width: 82%;
    }

    #SuggestionBtnTab1, #SuggestionBtnTab2 {
        height: 40px;
        font-size: 13px !important;
        margin: 0;
    }


    .suggestionBtnContainer {
        width: 98% !important;
    }

    .AlertTxt {
        margin-left: 9px;
        line-height: 13.5px;
    }

    textarea {
        height: 110px !important;
    }

    .suggestionInputStyle span {
        font-size: 13px;
    }

    #emailContainer {
        margin-bottom: 0;
    }

    .registerWrapper {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }

    #registerHeader {
        width: 72%;
        margin-left: 21px;
        display: flex;
        justify-content: center;
    }

    .registerHeaderStyle {
        margin-bottom: 20px;
        margin-top: 19px;
        justify-content: space-evenly;
        padding: 0;
        font-size: 16px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .undoIcon {
        height: 30px;
        width: 30px;
        margin-right: 20px;
    }

    .registerWrapperChild > :first-child {
        margin-top: 0;
    }

    #PopUpTxt {
        font-size: 12px;
        width: 190px;
    }

    #popup {
        justify-self: center;
        width: 270px;
        font-size: 12px;
        height: 100px;
    }

        #popup .iconStyle {
            background-color: #FF6D6D;
            margin: 0 15px 0 10px;
            height: 28px;
            width: 28px;
        }

        #popup img {
            width: 14px;
            height: 14px;
        }

    .noEventsContainer {
        padding: 10px 21px 10px 15px;
        gap: 7px;
       
        text-align: initial;
        margin-top:0;
    }
    .meetingsNotFound {
        font-size: 14px;
    }
    .searchBtnDiv {
        margin-bottom: 8px;
        margin-top: 12px;
        height: 72px;
        align-items: end;
    }

    #resetFilter {
        width: auto;
        padding-right: 9px;
    }

    .about {
        margin-top: 16px;
        height:auto;

        margin-bottom: 21px;
    }
    #ErrorTxtTab1 {
        width: 83%;
    }
    #SuggestionBtnTab1,.SuggestionSuccessTxt {
        font-size: 12px;
        width: 83%;
    }
    .successTxt{
        font-size:12px;
    }
    #content > div > article > div > div:nth-child(1) > article > div > p:nth-child(1) {
        left: 0% !important;
        z-index: 10 !important;
        font-size: 18px !important;
        position: fixed !important;
        top: 90px !important;
        width: 100% !important;
        color: #000000 !important;
        text-align: center;
    }
    #content > div > article > div > div:nth-child(1) > article > div {
        overflow: hidden;
    }
        #content > div > article > div > div:nth-child(1) > article > div > img {
            /* display: none; */
            /*margin-left: -52vw;*/
            margin-left: calc(-249px + 20vw);
            height: 150px;
            width: auto !important;
            margin-top: 58px !important;
        }

}






.selectedContent > div > span {
    font-weight: bold;
}

.selectedContent p {

    transition: margin 500ms ease-in-out;
}

.selectedContent p,
.selectedContent span {
    font-family: "sylfaen";
}

.borderCrossingcontentContainer {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
