@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('fonts-Inter/inter-normal.eot');
    /* IE9 Compat Modes */
    src: local('fonts-Inter/inter-normal.ttf'), local('fonts-Inter/inter-normal.woff'), url('fonts-Inter/inter-normal.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts-Inter/inter-normal.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts-Inter/inter-normal.woff') format('woff'),
        /* Modern Browsers */
        url('fonts-Inter/inter-normal.ttf') format('truetype');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: 400;
    src: url('fonts-Inter/inter-500-normal.ttf');
    /* IE9 Compat Modes */
    src: local('fonts-Inter/inter-500-normal.ttf'), local('fonts-Inter/inter-500-normal.woff'), url('fonts-Inter/inter-500-normal.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts-Inter/inter-500-normal.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts-Inter/inter-500-normal.woff') format('woff'),
        /* Modern Browsers */
        url('fonts-Inter/inter-500-normal.ttf') format('truetype');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: 400;
    src: url('fonts-Inter/inter-800-normal.eot');
    /* IE9 Compat Modes */
    src: local('fonts-Inter/inter-800-normal.ttf'), local('fonts-Inter/inter-800-normal.woff'), url('fonts-Inter/inter-800-normal.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts-Inter/inter-800-normal.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts-Inter/inter-800-normal.woff') format('woff'),
        /* Modern Browsers */
        url('fonts-Inter/inter-800-normal.ttf') format('truetype');
    /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    font-size: 14px;
    color: #000;
}

.igi_bg {
    background: rgba(151, 38, 42, 1);
    background: linear-gradient(90deg,rgba(151, 38, 42, 1) 0%, rgba(220, 31, 38, 1) 25%, rgba(200, 32, 46, 1) 50%, rgba(200, 32, 76, 1) 75%, rgba(37, 72, 157, 1) 100%);
}

.topHeader {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-bottom: 4px;
    padding: 16px 40px;
}

.topLeftSide,
.topRightSide {
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
}

.pageTitleOnHeader {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Inter Bold';
    margin-left: 50px;
}

.logoNTitle {
    display: flex;
    align-items: anchor-center;
}

.topRightNav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    float: right;
    height: 64px;
    align-items: anchor-center;
}

.topRightNav li {
    padding: 4px 20px;
    display: inline-block;
    color: #Fff;
    font-size: 12px;
    line-height: 120%;
}
.topRightNav li:last-child {
    padding-right: 0;
}

.topRightNav li span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.topRightNav li .IconDiv {
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}


.topRightNav li .IconDiv img {
    width: 24px;
    height: auto;
    padding: 4px;
}

.topRightNav li a {
    color: #FFF;
    text-decoration: none;
}
.profileLinks{
    color:#fff;
    text-decoration:none;
}
.blueBarTop {
    background-color: #17479e;
    color: #fff;
    font-size: 14px;
    padding: 8px 40px;
    text-align:end;
}

.mainContainer {
    height: calc(100vh - 170px);
}

.footer {
    padding: 8px 40px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.container-xxl{
    margin-top: 12px;
}
.formContainer {
    background-color: #fff;
    width: 600px;
    margin: 20px auto;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 40px;
    border-radius: 10px;
}
.pageHeader {
    font-family: 'Inter Bold';
    font-size: 18px;
    color: #98272b;
    padding: 0px 0 20px;

}
.pageHeader-lite {
    font-family: 'Inter';
    font-size: 24px;
    color: #98272b;
}

.pageHeader-Medium {
    font-family: 'Inter Bold';
    font-size: 20px;
    color: #98272b;
}
.pageHeader-small {
    font-family: 'Inter';
    font-size: 14px;
    color: #98272b;
}

.secondaryButton {
    padding: 8px 20px;
    background: #fff;
    color: #17479e;
    border: 1px solid #17479e !important;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Inter Bold';
    box-sizing: border-box;
}
    .secondaryButton:hover {
        background: #17479e;
        color: #fff;
    }
.sbmitBtn {
    padding: 8px 20px;
    background: #17479e;
    color: #fff;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Inter Bold';
    box-sizing: border-box;
}

    .sbmitBtn:hover,
    .sbmitBtn:focus {
        background: #285bb2;
        color: #fff;
        outline: none;
    }



    @media only screen and (max-width: 1100px) {
    }

@media only screen and (max-width: 768px) {
    .pageTitleOnHeader {
        font-size: 16px;
        margin-left: 20px;
    }

    .topLeftSide,
    .topRightSide {
        width: 100%;
        display: block;
    }

    .logoNTitle img {
        width: 150px;
        height: auto;
    }

    .topHeader {
        padding: 10px 20px;
        height: 90px;
    }

    .topRightNav {
        height: 50px;
    }

    .topRightNav li {
        padding: 4px;
        font-size: 12px;
    }

    .topRightNav li span {
        margin: 0;
    }

    .footer,
    .blueBarTop {
        padding: 8px 20px;
    }
}