﻿html, body {
    height: 100%;
    margin: 0;
    overflow: auto !important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background-color: #ededed;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa;
    /* -webkit-box-shadow: inset 0 0 6px rgb(90 90 90 / 70%); */
}


/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #aaa #ededed;
}

.navstyle {
    height: 8vh !important;
    background-image: none !important;
    background-color: white !important;
}
.mainlogo {
    /*height: 8vh !important;*/
    content: url(../images/PhillipMyWealth-Logo-Light.svg);
    height: 7vh !important;
}

.dropdown-toggle::after {
    display: none !important;
}

ul.dropdown-menu.show {
    border: none !important;
}

.vh-92 {
    height: 92vh !important;
}

select#culture option {
    padding: 0.4rem 1.5rem 0.5rem 2rem !important;
    }

@media(max-width:767px) {
    .hidden-mobile {
        display: none !important;
    }
    .card{
        margin:16px !important;
    }
    .mainbody {
        /*background-image: none !important;*/
    }

    .slidelogin {
        display: block !important;
    }
    .sidepanel {
        display: block !important;
    }
}

.lanClass {
    font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.dropdowm-img {
    width: 10px !important;
    margin-left: 6px;
    object-fit: none !important;
}

.lang-img {
    width: 28px;
    height: 20px;
    border-radius: 8% !important;
}

.custom-anchor {
    display: flex;
    text-decoration: none;
}
.custom-anchor:hover {
    display: flex;
    text-decoration: none;
}
.custom-flex {
    display: flex;
    align-items: center;
}

.dropdown-toggle:focus:active, select#culture {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

select#culture {
    border: none;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.culture-class {
    overflow: hidden !important;
    border: 1px solid #C0BFBF !important;
    padding: 10px !important;
}

.navbar {
    z-index: 1;
    box-shadow: 1rem !important;
    height: 10vh !important;
}

.mainbody {
    background-image: linear-gradient(dodgerblue,darkslateblue);
}


.sidepanel {
    width: 0;
    position: fixed;
    z-index: 99999 !important;
    height: 250px;
    top: 10vh;
    left: 0;
    background-color: #1C4386;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #f1f1f1;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 14px;
        font-size: 24px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent !important;
    color: #109CF1 !important;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }
.fontASheader {
    font-family: Assistant-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
}

.fontASlabel {
    font-family: Assistant-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
}

.fontmediumlabel {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.01em;
}

.fontPRSmalllabel {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.fontPRmediumlabel {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.fontmegamenulabel {
    font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.text-white1, .text-white {
    color: #fff !important
}
.custom-flag {
    border-radius: 8% !important;
    width: 28px !important;
    height: 20px;
}
.nav-c {
    height: 40vh;
}
.lang-selection {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.dropdowm-img-1 {
    width: 16px;
    margin-left: 6px;
    transform: rotate(270deg);
}
hr {
    background: #fff;
    height: 2px !important;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

