﻿body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: white;
    /*background: radial-gradient(100% 100% at 50% 50%, rgba(181, 36, 217,0.5)0%, rgba(112,0,255,0.3) 54.17%, rgba(17,18,46,0)100%);
    background-color: black;*/
}

.footer {
    background-color: #101010 !important;
    display: block;
    position: relative;
}

.footer-content {
    min-height: 290px;
    position: relative;
/*    justify-content: center;
*/    align-items: center;
    vertical-align: middle;
    width: 100%;
    display:flex;
}
.footer-row.row {
    margin-left: 0 !important;
}
.footer-content > .row {
    width: 100%;
    position:relative;
}
@media (max-width: 904px) {
    .footer-top {
        margin-top: 10px;
        margin-bottom:20px;
        text-align: center !important;
    }
    .footer-middle {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center !important;
    }
    .footer-bottom {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center !important;
    }
}
.footer-row {
    text-align:left;
}
.footer-padding {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 100px 60px 100px;
}
.footer-top {
    display: inline-block;
    padding-bottom:10px;
    
}
.footer-company-logo {
    display: inline-block;
    width: 52%;
}
.footer-middle {
    margin-bottom: 2px;
}

.footer-bottom {
    margin-bottom: 2px;
}
.footer-newsletter {
    text-align: left !important;
}
.footer-newsletter > .header {
    color: #E1E1E1;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 4%;
}
.footer-newsletter > .subscriber {
    display: flex;
    flex-wrap: wrap;
    padding-right: calc( 10px/2 );
    padding-left: calc( 10px/2 );
    margin-bottom: 14px;
}
.footer-newsletter > .subscriber > input.email {
    border-color: #717171;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: poppins,Sans-serif;
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    vertical-align: middle;
    flex-grow: 1;
    border-width: 0px 0px 0px 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-radius: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer-background-overlay {
    background-image: url('/images/logo-background.png');
    background-position: 100% 28%;
    background-repeat: no-repeat;
    background-size: 50% auto;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer-background {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.footer-icon {
    width:24px;
    height:24px;
    margin-right: 14px;
}
a.footer-link {
    color: #857F94;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    overflow-wrap: break-word;
/*    white-space: nowrap;
*/    width: 100%;
}
a.footer-link:hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    /*background-image: linear-gradient(currentColor 0px, currentColor 100%) !important;*/
}
.social-icon {
    filter: invert(55%) sepia(10%) saturate(522%) hue-rotate(216deg) brightness(90%) contrast(86%);
}

.mat-raised-button.btn.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

    .mat-raised-button.btn.btn-google.focus, .mat-raised-button.btn.btn-google:focus, .mat-raised-button.btn.btn-google:hover {
        color: #fff;
        background-color: #db3f2c;
        border-color: #b93120;
    }

.mat-raised-button.btn.btn-8excite {
    color: #fff;
    background-color: #6249e2;
    border-color: #6249e2;
}

    .mat-raised-button.btn.btn-8excite.focus, .mat-raised-button.btn.btn-8excite:focus, .mat-raised-button.btn.btn-8excite:hover {
        color: #fff;
        background-color: #6249e2;
        border-color: #6249e2;
    }

/*.fa-8excite {
    background-image: url('/images/sso/8excite-logo.png');
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}*/

.card .card-body .col-form-label, .card .card-body .label-on-right {
    padding: 17px 5px 0 0;
    text-align: right;
}

.header-logo {
    margin: 27px 0px 27px 80px;
    width: 190px;
    height:46px;
}

.footer-logo {
    height: 35px;
    padding: 0;
    margin: auto;
}

.menuHeader {
    background: black;
    width: 100%;
}

.menuIcon {
}

.profileContainer {
    margin: 21.5px 81.5px 21px 0px;
    float: right;
}

.mobileCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoutButton {
    padding-left: 0;
}

.logoutButton {
    align-items: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #B343E4;
    border-radius: 8px;
    width: 208px;
    height: 52px !important;
    color: #B343E4;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

    .logoutButton:hover {
        background-color: #B343E4;
        color: white;
    }

.dropdownMenu {
    display: none;
    width: 320px;
    z-index: 1000;
    height: auto;
    position: absolute;
    top: 88px;
    right: 81.5px;
    background: black;
    border-radius: 24px 0px 24px 24px;
}

.sideMenuNav {
    position: absolute;
    background-color: black;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index:1;
}

.sideMenu {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.sideProfileContainer {
    float: left;
    height: 100px;
    width: 100%;
    margin-top: 95px;
}

.sideProfileIcon {
    height: 100px;
    width: 100px;
    border-radius: 24px 0px 22px;
}

.profileInfo {
    margin-top: 18px;
    margin-left: 18px;
    color: white;
    width: 60%;
}

.sideMenuName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
}

.sidePointLabel {
    margin-top: 1px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidePoint {
    font-size: 20px;
    font-weight: 600;
}

.sideNav {
    padding: 0;
    margin-top: 20px;
}

.sideNavButton {
    color: white;
    /*border-top: 1px solid #494949;*/
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    list-style: none;
    padding: 0px 20px 0px 20px;
}
    .sideNavButton a {
        color: white;
    }

    @media (min-width: 960px) {
        .menuHeader {
        height: 100px;
    }

    .profileIcon {
        width: 57px;
        height: 57px;
        border-radius: 19px;
    }

        .profileIcon:hover {
            cursor: pointer;
        }

    .leftNavPanel {
        margin: 20px 0px 0px 20px;
        padding: 0px;
        flex-direction: column;
    }

    .navItem {
        border-radius: 8px;
        height: 52px;
        padding: 12px 20px 12px 20px;
        width: 240px;
    }

    .navContent {
        height: 28px;
        margin: 0;
        width: 208px;
    }

    .navIcon {
        height: 28px;
        width: 28px;
    }

    .navTitle {
        color: black;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        padding-left: 8px;
    }

    .activeNav {
        background-color: #EEDEF5;
    }

        .activeNav .navIcon {
            filter: invert(33%) sepia(41%) saturate(3512%) hue-rotate(263deg) brightness(93%) contrast(91%) !important;
        }

        .activeNav .navTitle {
            color: #B343E4;
        }
}

@media (max-width: 959px) {

    .menuHeader {
        height: 75px;
    }

    .profileIcon {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }

    #leftPanel {
        height: 56px;
        border-bottom: 1px solid #C4C4C4;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        #leftPanel::-webkit-scrollbar {
            display: none;
            width: 0 !important;
        }

    .leftNavPanel {
        white-space: nowrap;
        padding-left: 0;
        margin-top: 22px;
        margin-left: 20px;
    }

    .navItem {
        padding: 0px 16px 0px 16px;
        height: 33px;
        width: auto;
    }

    .navContent {
    }

    .navIcon {
        display: none;
    }

    .navTitle {
        font-size: 14px;
        font-weight: 500;
        color: black;
        padding: 4px 8px 8px 8px;
    }

    .activeNav {
        border-bottom: 3px solid #B343E4;
    }

        .activeNav .navIcon {
            display: none;
        }

        .activeNav .navTitle {
            color: #B343E4;
        }
}

@media (max-width: 400px) {
    .sideProfileIcon {
        height: 70px;
        width: 70px;
        margin-top: 20px;
    }
}

.fa-type-google {
    background-image: url('/images/google.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-type-apple {
    background-image: url('/images/apple.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-type-facebook {
    background-image: url('/images/facebook.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-type-8excite {
    background-image: url('/images/excite.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-type-email {
    background-image: url('/images/email.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.fa-type-otp {
    background-image: url('/images/otp.svg');
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

@font-face {
    font-family: poppins;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Poppins-Medium-500.ttf") format('truetype');
}

@font-face {
    font-family: poppins;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Poppins-Regular-400.ttf") format('truetype');
}

@font-face {
    font-family: poppins;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/Poppins-SemiBold-600.ttf") format('truetype');
}
@media(min-width:1200px){
    .footer-middle {
        max-width: 450px;
    }
}
@media(max-width:1199px){
    .footer-row {
        display: flex;
        justify-content: center;
        text-align:center;
    }
    .footer-top, .footer-middle-content {
        padding-bottom: 20px;
    }
    .footer-middle {
        flex-direction: column;
        margin-right:0 !important;
    }
    .footer-icon {
        margin-right: 25px;
    }
    
}
@media(max-width:904px) {
    .footer-background-overlay {
        background-position: 13vw 56% !important;
        background-size: 482px auto !important;
    }
}
@media(max-width:1239px) {
    .footer-background-overlay {
        background-position: 100% 52%;
        background-size: 645px auto;
    }
}
    @media(max-width:599px) {
        .footer-icon {
            margin-right: 0;
        }

        .footer-padding {
            padding: 0;
        }
    }