@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/font-awesome/fonts/FontAwesome.otf);
}

@font-face {
    font-family: fontawesome-webfont;
    src: url(../../fonts/font-awesome/fonts/fontawesome-webfont.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../../fonts/Roboto/Roboto-Bold.ttf);
}

.cdk-global-scrollblock {
    top: 0px !important;
    overflow-y: hidden !important;
}

.angDialog {
    min-width: 300px;
    /* min-width: 30vw !important; */
    max-width: 800px;
}

.angDialog .mat-dialog-title {
    font-size: 17px;
    font-family: Roboto-Medium;
    color: #666666;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    /* Added 01 Sep 2020  */
    margin-bottom: 30px;
}

.angDialog .mat-dialog-content {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.angDialog-footer {
    float: right;
    /* Add 01 Sep 2020 */
    margin-bottom: 0px !important;
    padding: 0px !important;
    min-height: auto !important;
}


/********User Profile Dialogue**********/

.userprofile-header-angDialog {
    width: 100%;
    height: 100px;
    background: #00A0E5;
}

.userprofile-header-leftside {
    width: 20%;
    float: left;
}

.userprofileimagediv {
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background: #ABB5B4;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2px;
}

.userprofile-header-rightside {
    width: 80%;
    float: left
}

.userprofile-angDialog-tabs .mat-tab-labels {
    background: #0B2441 !important;
}

.userprofile-angDialog-tabs .angTabs .mat-tab-label {
    margin-right: 0px !important;
    background: transparent !important;
}

.userprofile-angDialog-tabs .angTabs .mat-tab-label-active {
    background: #061423;
    border-bottom: 2px solid #00A0E5 !important;
}

.userprofilename {
    font-size: 25px;
    font-family: Roboto-Medium;
    color: #DBEEFA;
    letter-spacing: -0.4px;
    margin-top: 25px;
}

.userprofileid {
    font-size: 14px;
    font-family: Roboto-Medium;
    color: #DBEEFA;
    letter-spacing: -0.4px;
    margin-top: -7px;
}


/* About us */

#aboutus-angDialog {
    height: 531px;
    width: 1044px;
    max-width: 1044px !important;
    background: #07172A;
    margin: -24px;
    padding: 50px;
    padding-bottom: 15px;
}

#aboutus-angDialog-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px 0px;
}

#aboutus-angDialog-content-left {
    width: 30%;
    height: 90%;
    float: left;
    text-align: right;
    padding: 20px;
    position: relative;
}

.aboutuslogohive-top {
    width: 247px;
    height: 87px;
    max-width: 100%;
}

.aboutus-version-text {
    color: #7B7B7B;
    font-size: 12px;
    font-family: Roboto-Regular;
}

.aboutuslogohive-bottom {
    width: 247px;
    height: 66px;
    max-width: 100%;
    bottom: 20px;
    position: absolute;
    right: 20px;
}

#aboutus-angDialog-content-right {
    width: 70%;
    height: 90%;
    float: right;
    padding: 10px;
}

#aboutus-angDialog-longtext {
    margin-top: 5px;
    font-size: 17px;
    font-family: Roboto-Regular;
    line-height: 1.3;
    color: #A7A8A9;
}

#aboutus-angDialog-footer {
    margin-top: 30px;
    margin-right: 20px;
}

#ppolicy-angDialog {
    background: #07172A !important;
    margin: -24px;
    padding: 53px;
    max-width: 1000px;
}

@media only screen and (max-width: 600px) {
    #aboutus-angDialog {
        width: 117%;
    }

    #aboutus-angDialog-content-left {
        width: 100%;
        height: 50%;
        padding: 10px;
    }

    .aboutuslogohive-bottom {
        position: static;
    }

    #aboutus-angDialog-content-right {
        width: 100%;
        height: 30%;
        overflow: auto;
    }

    #aboutus-angDialog-longtext {
        margin-top: 5px;
        font-size: 13px;
        font-family: Roboto-Regular;
        line-height: 1;
    }

    .aboutuslogohive-top,
    .aboutuslogohive-bottom {
        height: 45px;
    }

    #aboutus-angDialog-footer button {
        display: block;
        margin: 5px 0px;
        float: right;
    }
}


 