﻿
/*body {
    overflow-x:hidden !important;
    overflow:hidden;
}*/

.mainCont {
padding-top:0;
    /*overflow: hidden;
    overflow-y: hidden;
    height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);*/
}

.ifuMasterContainer {
    font-family: 'Open Sans';
    color: #222529;
    width: 100%;
    top: 260px;
}

.headerContainer {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky; /* Make the container fixed */
    top: 85px; /* Align it to the top */
    width: 100%; /* Ensure it spans the full width of the page */
    z-index: 900; /* Ensure it stays above other content */
    background-color: white;
}

@media screen and (max-width:980px) {
    .headerContainer {
        top: 45px;
    }
}

.headerItem {
    width: 100%;
    height: 180px;
    font-size: 40pt;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

.ifuLogo {
    height: 80px;
}

.ifuAddress {
    font-size: 18px;
    font-style: italic;
}

.ifuDropdownContainer {
    max-height: 40px;
    font-size: 14px;
    /*margin-top: 10px;*/
}

.ifuDropdownList {
    width:70%;
    max-width: 500px;
    font-size: 14px;
}

.ifuDropdownIcon {
    max-width: 20px;
    max-height: 20px;
}

.ifuSelectedIcon {
    max-width: 20px;
    max-height: 20px;
}

.ifuFlagPageIcon {
    max-width: 50px;
    max-height: 50px;
}

.ifuListboxItem {
    display: flex;
}


.ifuSymbolContainer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 20px;
}

.ifuSymbol {
    height: 90px;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    max-width: 160px;
    word-wrap: break-word; /* or use overflow-wrap: break-word; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ifuSymbol td {
    padding:2px;
}
    .ifuSymbolIcon {
    max-width: 50px;
    max-height: 40px;
}


.ifuTextContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 20px;
    column-gap: 20px;
}

.ifuTextCard {
    border: 1px #d2d2d2 solid;
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
    max-width: 300px;
    min-height: 320px;
    max-height: 320px;
    overflow-y: auto;
    font-size:14px;
    line-height:18px;
}

    .ifuTextCard p, .ifuTextCardWide, .ifuTextCardWide p {
        font-size: 14px;
        line-height: 18px;
    }
    .ifuTextCard h3, .ifuTextCardWide h3 {
        font-weight: 600;
        line-height:20px;
    }
    .ifuTextCardWide {
    border: 1px #d2d2d2 solid;
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
    max-width: 620px;
}

        .ifuWarningTable {
            /*    border: 0px solid black;*/
            border-spacing: 0px !important;
            border-collapse: collapse;
            width: 100%;
        }

    .ifuWarningTable td {
        border: 1px solid #808080;
        border-width: 1px; /* Ensure the border width is explicitly set to 1px */
        margin: 5px;
        padding: 2px 4px; /* Set cell padding to 0 */
        display: table-cell;
    }

        .ifuWarningTable td:last-child {
            text-align: center;
        }



    .ifuLanguage h1 {
        text-align: center;
        margin-bottom:10px;
    }

    .furtherInformation {
        margin: 0 auto;
        text-align: center;
        font-style: italic;
        padding-top: 20px;
        padding-bottom: 20px;
        display:block;
        width:100%;
        font-size:14px;
        line-height:18px;
    }

    .k-popup {
        min-height: 400px;
    }

    .k-list {
        min-height: 400px;
    }

    .k-list-md {
        min-height: 400px;
    }

    .k-input-value-text::before {
        display: none;
    }

/*Anchor*/
.ifuLanguageContainer a {
    position: relative;
    top: -270px;
}

@media screen and (max-width:980px) {
    .ifuLanguageContainer a {
        position: relative;
        top: -240px;
    }
}    