
body {
    background-color: #F8F8F8;
    background-image: url("/static/assets/bggrid.png");
    background-repeat: repeat;
    background-size: 300px 300px;
    min-height: 100vh;
    /*display: flex;*/
    /*justify-content: center;*/
}

body.body__black {
    background-color: #121212;
}

.container {
    /*padding: 40px 60px; */
    min-height: -webkit-fill-available;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}


.section {
    padding: 40px 45px;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    width: auto;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: fit-content;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .10);
}

.section--transparent {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.section_blank {
    padding: 0 35px;
}

.section_reviewinput {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.section--smpad {
    /*padding: 30px 35px;*/
    padding: 25px 30px;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    /*width: 920px;*/
}

.section--smpadmini {
    padding: 25px 30px 22px 30px;
    width: auto !important;
}


nav {
    width: 100%;
    align-items: center;
}

.nav__archive {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 20px 0;
    border-bottom: 1px solid #222222;
}

.nav__archive div {
    width: 1100px;
}

.nav__credential {
    font-family: InterRegular;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: 0;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 20, 0.08), 0 0px 2px 0 rgba(0, 0, 20, 0.08);
    z-index: 2;
}

.nav__credential div {
    display: flex;
    padding: 14px 36px;
    flex-direction: row;
    align-items: center;
}

.nav__menu {
    padding: 0px 16px;
}

.nav__logoimg {
    height: 30px;
}

.nav__logo {
    font-family: glsb;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 0;
    letter-spacing: 6px;
}

.nav__bar {
    padding: 40px 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo_title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-left: 14px;
    color: #707070;
    line-height: 18px;
}


.input__box {
    border: 1px SOLID #a0a0a0;
    border-radius: 6px;
    /*padding: 10px 16px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.input__text {
    border: 0;
    padding: 14px 20px;
    border-radius: 6px;
    width: -webkit-fill-available;
    width: -moz-available;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
}

.input__text:focus {
    border: 0;
    outline: 0;
}

.input__button {
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1C72ED;
    width: 80px;
    padding: 10px 6px;
}

.input__button img {
    margin-left: 3px;
}


/* VERIFICATION PAGE */

.verification {
    display: flex;
    width: 100%;
    min-height: 74vh;
    flex-direction: column;
    /*justify-content: center;*/
    /*height: -webkit-fill-available;*/
    align-items: center;
}

.verification__firstview, .verification__secondview {
    margin-top: 90px;
    width: 800px;
}

.verification__firstview__box {
    padding: 27px 36px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 2px 2px 0 rgb(0 0 20 / 8%), 0 2px 4px 0 rgb(0 0 20 / 8%);
}


.verification__firstview__head {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #707070;
    padding: 15px 36px;
    font-size: 14px;
}

.verification__content {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    margin-bottom: 20px;
    line-height: 16px;
}

.verification__disclaimer {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    margin: 20px 36px;
    line-height: 16px;
    opacity: 0.5;
}


a.verification__firstview__link {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #1C72ED;
}

.verification__firstview__link img {
    width: 12px;
    margin-left: 5px;
}

.verification__firstview__inputerror {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: rgb(255, 68, 68);
    margin-bottom: 10px;
}

.verification__secondview {
    /*width: 640px;*/
    width: 800px;
    text-align: -webkit-center;
    margin-bottom: 40px;
    /*display: none;*/
}

.verification__secondview__box {
    padding: 14px 18px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgb(0 0 20 / 8%), 0 2px 4px 0 rgb(0 0 20 / 8%);
}

.verification__secondview__button {
    padding: 12px 130px;
    background: #FFFFFF;
    border-radius: 200px;
    margin-bottom: 10px;
    max-width: fit-content;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgb(0 0 20 / 8%), 0 2px 4px 0 rgb(0 0 20 / 8%);
}

.verification__secondview__head {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #5CB462;
    text-align: center;
    margin-bottom: 20px;
}

.verification__secondview__head img {
    margin-right: 7px;
}


.verification__secondview__back {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #707070;
    padding: 10px 36px;
    cursor: pointer;
    font-size: 12px;
}

/* VERIFICATION PAGE */

/* CREDENTIAL PAGE */
.credential-view {
    background: #10101015;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*margin-top: 58px;*/
    width: 100%;
    /*  position: sticky;*/
    /*  background-attachment: fixed;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*  z-index: -1;*/
    /*  top: 58px;*/
}

.csection {
    padding: 50px;
    background: #FFFFFF;
    margin: 40px auto;
    border-radius: 7px;
    /*display: table;*/
    text-align: center;
    width: 700px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .10);
}


.certificate-view__image--cert {
    /*min-height: 520px;*/
    max-height: 520px;
    transition-duration: 1s;
}

.certificate-view__image--badge {
    /*max-height: 250px;*/
    margin: 10px;
    transition-duration: 1s;
}

.credential-view__holder {
    padding: 26px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.credential__menus {
    background: #FFFFFF;
    border-radius: 200px;
    max-width: 70px;
    padding: 30px 15px;
    margin: 0 20px 0 0;
    text-align: center;
    height: min-content;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1) !important;
}

.credential__menu__spacer {
    width: 90px;
}

.certificate__menu__img {
    max-height: 30px;
    max-width: 35px;
}

.credential-certificate-container {
    position: relative;
    display: inline-block;
}

.credential-certificate-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.credential-certificate-container .watermark span {
    color: red;

}

.credential-certificate-container .watermark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    opacity: 1;
    transition: opacity 0.2s;
}


.credential__menu__divider {
    display: block;
    height: 0.2px;
    background: #333333;
    opacity: 0.3;
    margin: 15px 0;
}

.credential-view__description a {
    color: #1C72ED;
}

.cblocks-container {
    width: 100%;
    background: #FAFAFA;
    /*padding: 20px 0;*/
}


.cblocks {
    max-width: 1100px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.cblock {
    background: #FFFFFF;
    border-radius: 12px;
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1) !important;
}

.cblock__notice {
    padding: 10px 36px;
    background: #00cc00;
    /*height: 45px;*/
    margin-bottom: -20px;
    border-radius: 20px;
}


.cblock__alert {
    padding: 10px 36px;
    background: repeating-linear-gradient(
            45deg,
            #ff3333,
            #ff3333 10px,
            #FF0000 10px,
            #FF0000 20px
    );
    height: 45px;
    margin-bottom: -20px;
    border-radius: 20px;
}

.cblock__holder {
    padding: 30px 36px;
}


.cblocks__holder {
    width: -webkit-fill-available;
    width: -moz-available;
    /*width: 100%;*/
    padding: 25px;
}


.cblock__head {
    /*border-radius: 0px 0px 15px 15px;*/
    /*margin: 0 0 10px 0;*/
}


.social__view {
    border-radius: 10px;
    background: #FFFFFF;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.social__icon {
    height: 33px;
    margin-left: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 200px;
    /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
}


.tags {
    float: left;
    padding: 8px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #EEEEEE;
    font-size: 12px;
    border-radius: 200px;
}


.img__account {
    margin-right: 18px;
    border-radius: 200px;
    width: 45px;
    height: 45px;
}

.credential__data {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.credential__data > div {
    margin-right: 70px;
}

.credential__security {
    margin-top: 30px;
}

.credential__security__accounts {
    min-width: 200px;
}

.credential__security__linkedin {
    text-align: right;
}

.course_view_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge-button {
    font-family: InterRegular;
    font-size: 12px;
    border-radius: 200px;
    /*border: 0px;*/
    color: #707070;
    background: #fefefe;
    border: 1px SOLID #666666;
    text-align: left;
    margin: 25px 5px 25px 5px;
    padding: 10px 25px;
    cursor: pointer;
}

.badge-button:hover {
    background: #EEEEEE;
}

.copy-container {
    font-family: InterRegular;
    font-size: 12px;
    border-radius: 200px;
    color: #707070;
    border: 2px SOLID #EFEFEF;
    background: transparent;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 10px;
    width: 300px;
    cursor: pointer;
    /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
}

.hyperad {
    display: flex;
    flex-direction: row;
}

.hyperad img {
    border-radius: 12px;
}

.hyperad-content {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    padding: 20px 30px;
}


/* CREDENTIAL PAGE */

/* PUBLIC PAGE */

.review-box {
    font-size: 10px;
    margin: 10px 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
}

.review-textarea {
    padding: 20px 24px;
    min-width: 450px;
    background: #FFFFFF;
    border-radius: 7px;
    outline: 0;
    border: 0;
    box-shadow: 0 2.5px 5.5px 0 rgb(0 0 0 / 10%);
}

.review-input {
    padding: 10px 24px;
    min-width: 450px;
    background: #FFFFFF;
    border-radius: 7px;
    outline: 0;
    border: 0;
    box-shadow: 0 2.5px 5.5px 0 rgb(0 0 0 / 10%);
}

.review-box.selected img {
    height: 55px;
    width: 55px;
}

.review-box.unselected {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.review-box.unselected:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.2s ease;
}


/* PUBLIC PAGE */

/* FOOTER */
footer {
    padding: 60px 0px;
    background: #D3D6DA;
}

footer > div {
    margin: 0 auto;
    max-width: 1060px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-head {
    height: 150px;

}

/* FOOTER */

/* POPUP */
.popmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.popmodal-content {
    background: #F6F6F6;
    margin: auto auto;
    border-radius: 10px;
    border: 1px solid #888;
    transition: height 2s;
    width: 440px;
}

.pop-content {
    margin: 30px;
}

.gsmall {
    font-family: "glb";
    font-size: 10px;
    color: #707070;
}

.gnano {
    font-family: "gl";
    font-size: 10px;
    word-break: break-all;
    line-height: 17px;
    color: #707070;
}

.gmedium {
    font-family: "glb";
    font-size: 16px;
    color: #707070;
}

div.verification-view {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

div.verification-view__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#pop_verification {
    transition: 1s;
}

/* POPUP */


/* MENU */

.menudropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.menudropdown-content {
    display: none;
    position: absolute;
    font-family: Montserrat;
    background-color: #FFFFFF;
    font-size: 12px;
    min-width: 180px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    overflow: auto;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 50%;
    top: 50%;
    z-index: 1;
    max-height: 550px;
}

.menudropdown-content a, .menudropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.menudropdown a:hover, .menudropdown p:hover, .menudropdown-content a:hover, .menudropdown-content p:hover {
    background-color: #ddd;
    border-radius: 5px;
}

/* width */
.menudropdown-content::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.menudropdown-content::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}

.menudropdown-content::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

/* Handle on hover */
.menudropdown-content::-webkit-scrollbar-thumb:hover {
    background: #777777;
}

/* MENU */

/* PUBLIC PAGES */

.public-home {
    display: flex;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    min-height: 74vh;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.public-home-sections {
    /*display: flex;*/
    width: 100%;
    min-height: 74vh;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.page_dp {
    /*margin-right: 18px;*/
    margin-top: -90px;
    border-radius: 200px;
    width: 120px;
    height: 120px;
}

.group_dp {
    /*margin-right: 18px;*/
    margin-top: -120px;
    border-radius: 200px;
    /*width: 120px;*/
    /*height: 120px;*/
}

.satisfaction_score {
    border-radius: 0px;
    border: 3px SOLID #1C72ED;
    background: #1C72ED;
    display: flex;
    flex-direction: row;
    align-items: center;
}

p.score_title {
    display: inline-block;
    color: #1C72ED;
    padding: 4.7px 15px;
    background: #ffffff;
}

p.score {
    display: inline-block;
    background: #1C72ED;
    padding: 5px 15px;
    color: white;
    outline: 0;
    border: 0;
}


a.link__button {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #1C72ED;
    border: 1px SOLID #CCCCCC;
    border-radius: 5px;
    padding: 9px 16px;
    margin-right: 15px;
}

.link__button img {
    width: 12px;
    margin-left: 5px;
}

/* PUBLIC PAGES */

/* ARCHIVE */

.body__archive {
    display: flex;
    justify-content: center;
    align-content: center;
}

.menu__archive li {
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.5;
}

.menu__archive li:hover, .menu__archive--selected {
    /*background-color: #cccccc10;*/
    opacity: 1 !important;
}

.table__archive td {
    border-bottom: 1px solid #222222;
    padding: 20px 0;
}

.restore__archive {
    padding: 7px 16px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    min-width: 100px;
    background-color: #0F9D58;
}

/* ARCHIVE */

.mob-flex {
    display: flex;
    flex-direction: row;
}

.desktop-only {
    display: unset;
}

.mobile-only {
    display: none;
}


@media (max-width: 1000px) {
    .mob-flex {
        flex-direction: column;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: unset;
    }

    .public-home {
        width: 100%;
    }

    .section {
        padding: 26px 35px;
        margin: 0 26px;
        /*width: 100%;*/
    }

    .section_blank {
        padding: 0 60px;
        margin-left: unset;
        margin-right: unset;
    }

    .section_reviewinput {
        padding: 0 25px;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fill-available;
    }

    .review-textarea, .review-input {
        min-width: 100%;
    }

    .page_dp, .group_dp {
        /*margin-right: 18px;*/
        margin-top: -70px;
    }

    .certificate-view__image--cert {
        max-height: unset !important;
        width: 100%;
    }


    .credential-view__holder {
        padding: 26px 40px;

        flex-direction: column-reverse;
    }

    .csection {
        width: 100%;
        margin: 25px 20px;
    }

    .credential__menu {
        width: 50px;
    }

    .credential__menus {
        max-width: min-content;
        padding: 12px 32px;
        margin: 20px 0px 0 0;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .credential__menu__spacer {
        width: 0px;
    }

    .credential__menu__divider {
        display: block;
        width: 0.2px;
        height: 45px;
        opacity: 0.3;
        margin: 0 20px;
    }

    .cblocks {
        width: 100%;
        margin-top: 0px;
    }

    .cblocks__holder {
        padding: 25px;
    }

    .cblock {
        /*margin: 0 25px 25px 25px;*/
        /*width: unset;*/
    }

    .cblock__holder {
        padding: 26px;
    }

    .cblock__alert {
        padding: 10px 26px;
    }


    .social__icon {
        height: 30px;
    }

    footer > div {
        margin: 26px 30px;
    }

}

@media (max-width: 700px) {


    .nav__bar {
        padding: 30px 30px;
    }

    .logo_title {
        font-size: 11px;
        line-height: 16px;
        margin-left: 12px;
    }

    .psmall {
        font-size: 10px;
    }

    .pmedium {
        font-size: 11px;
    }

    .verification__firstview {
        margin-bottom: 150px;
        width: 100%;
    }

    .verification__secondview {
        margin-bottom: 10px;
        width: 100%;
    }

    .verification__firstview__box {
        padding: 27px 27px;
        margin: 0 16px;
    }

    .verification__secondview__box {
        padding: 5px 4px;
        margin: 0 16px 16px 16px;
    }

    .verification__secondview__button {
        padding: 10px 60px;
    }

    .verification__firstview__head, .verification__secondview__back {
        font-size: 12px;
    }

    .input__text {
        font-size: 10px;
    }

    .input__button {
        width: 86px;
        font-size: 11px;
    }

    a.verification__firstview__link {
        font-size: 10px;
    }

    .verification__firstview__link img {
        width: 10px;
    }


    /* CREDENTIAL PAGE */
    .nav__credential div {
        display: flex;
        padding: 10px 26px;
    }

    .credential-view__holder {
        padding: 22px;
    }

    .mob-flex_column {
        flex-direction: column;
    }

    .mob-flex_alignleft {
        align-items: flex-start;
    }


    .img__account {
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }

    .social__icon {
        margin-bottom: 15px;
    }

    /*.credential__data > div {*/
    /*margin-top: 15px;*/
    /*margin-right: 0px;*/
    /*}*/
    .credential__security {
        margin-top: 20px;
    }

    .credential__security__accounts {
        margin: 0 0 25px 0;
    }

    .credential__security__linkedin {
        text-align: left;
        margin-bottom: 0px;
    }

    .mob-button {
        width: 100%;
    }

    .cblocks__holder {
        padding: 18px;
    }

    .course_view_container {
        align-items: center;
        width: 100%;
    }


    /* CREDENTIAL PAGE */
    /* POPUP */
    .popmodal-content {
        width: unset;
        margin: auto 14px;
    }

    .pop-content {
        /*padding: 30px 20px;*/
        margin: 12px 20px !important;
    }

    /* POPUP */
    /* FOOTER */
    footer {
        padding: 10px 0;
    }

    footer > div {
        margin: 26px 30px;
        max-width: 1060px;
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    /* FOOTER */

}
