@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");


/*Structure*/
#desktop-wrap {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    max-height: 100vh;
    /*background: #F7FCFE;*/
}

/*Left Menu*/
.m-idp-login-sidemenu-wrap {
    position: fixed;
    float: right;
    height: 100%;
    min-height: 100vh;
    width: 560px;
    padding: 100px;
    box-shadow: rgba(0, 0, 0, .05) 0 7px 8px 0;
    right: 0px;

    /*background: #ffffff;
    background: url(../images/background/login-left-backgroundx100.png) !important;
    background-size: cover !important;
    background-position: center !important;*/
    overflow-y: scroll;
}

.meirc-logo {
    position: relative;
    float: right;
    width: 214px;
    margin-bottom: 60px;
}

.login-side-nav-wrap {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 36px;
}

.nav-pills .nav-link {
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #1E429A;
}

.link-dark:focus,
.link-dark:hover {
    background-color: #EFF5FE;
}

.nav-left-icon {
    position: relative;
    float: left;
    padding-right: 12px;
    font-size: 16px;
    width: 28px;
    padding-left: 0px;
    margin-top: 0px;
}

.nav-right-icon {
    position: relative;
    float: right;
    font-size: 15px;
    font-weight: bold;
}

.m-idp-footer {
    position: absolute;
    width: 240px;
    bottom: 0px;
}

.m-idp-footer-paragraph {
    position: relative;
    font-size: 12px;
    line-height: 21px;
    width: 100%;
    padding-bottom: 24px;
    color: #949CA9;
}

.login-header-h1 {
    font-weight: 600;
    font-size: 34px;
}

.login-header-paragraph {
    position: relative;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}



/*Content Section*/
.m-idp-login-content-wrap {
    position: relative;
    float: left;
    height: 100%;
    position: relative;
    float: left;
    width: calc(100% - 560px);
    padding: 0px 40px 40px 40px;
    background: url(../../images/background/login-backgroundx100.png);
    background-size: cover !important;
    background-position: center !important;
}

.m-idp-exams-content-wrap {
    position: relative;
    height: 100%;
    padding: 0px 40px 40px 40px;
    margin: 0px auto;
    max-width: 1360px;
}

.content-head {
    position: relative;
    height: 92px;
    padding: 16px 0px;
}

.profile-wrap {
    position: relative;
    float: right;
    width: auto;
    text-align: right;
}

.profile-wrap .avatar img {
    vertical-align: middle;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, .05) 0 7px 8px 0;
}

.profile-image {
    position: relative;
    float: left;
}

.profile-text {
    position: relative;
    float: left;
    padding-left: 12px;
}

.profile-text-welcome {
    position: relative;
    float: left;
    width: auto;
    text-align: left;
    font-weight: 300;
    line-height: 18px;
    padding: 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 0px;
    font-size: 13px;
}

.profile-text-name {
    position: relative;
    float: left;
    width: auto;
    text-align: left;
    font-weight: 600;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

.content-head .desktop-login-back-btn {
    position: relative;
    padding-top: 18px;
}

.col-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}

.col-box:hover {
    box-shadow: rgba(0, 0, 0, .02) 0 7px 9px 0;
}

.col-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    height: auto;
}

.list-col {
    position: relative;
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #46556F;
    font-weight: 400;
}

.course-details {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    float: left;
}

.course-details-icon {
    position: relative;
    float: left;
    margin-right: 12px;
}

.course-details-icon.date {
    position: relative;
    font-size: 14px;
}

.course-details-icon.location {
    position: relative;
    font-size: 15px;
}

.course-details-icon.language {
    position: relative;
    font-size: 15px;
}

.language-btn {
    position: relative;
    margin-top: 21px;
    left: 0px;
    float: left;
    font-family: Inter;
}



@media (max-width: 1400px) {
    .col-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .tab-display-none {
        display: none;
    }
}


@media (max-width: 1300px) {
    .col-bpx-wrap {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 24px;
    }

    .col-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 12px;
    }
}


@media (max-width: 992px) {
    .language-btn {
        position: relative;
        margin-top: 12px;
        left: 0px;
        float: left;
        font-family: Inter;
    }
}



@media (max-height: 900px) {
    .m-idp-footer {
        position: relative;
        padding-top: 24px;
    }

}