@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "29LT Bukra Rg";
    src: url("../fonts/29LTBukra-Rg.eot");
    src: url("../fonts/29LTBukra-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Rg.woff2") format("woff2"), url("../fonts/29LTBukra-Rg.woff") format("woff"), url("../fonts/29LTBukra-Rg.ttf") format("truetype"),
        url("../fonts/29LTBukra-Rg.svg#29LTBukra-Rg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "29LT Bukra Bd";
    src: url("../fonts/29LTBukra-Bd.eot");
    src: url("../fonts/29LTBukra-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/29LTBukra-Bd.woff2") format("woff2"), url("../fonts/29LTBukra-Bd.woff") format("woff"), url("../fonts/29LTBukra-Bd.ttf") format("truetype"),
        url("../fonts/29LTBukra-Bd.svg#29LTBukra-Bd") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "29LT Bukra Rg", sans-serif !important;
    font-size: 14px;
    line-height: 1.44;
    font-weight: 200;
    color: #2a2a2a;
    background-color: #f5f5f5 !important;
}
/* Header styles removed - header is now built dynamically in JavaScript */
div#my-gpa-wrap > div:nth-child(2),
div#projected > div:nth-child(2),
div#projected > div:nth-child(5) {
    color: #00c389;
    /*font-family: SegoeUI-Bold;*/
    font-weight: 700;
}
.btn-align {
    display: block;
    width: fit-content;
    margin: auto;
}
.my-panes {
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    width: fit-content;
    background-color: #fff;
}
.panesinner {
    padding: 24px;
    -webkit-box-shadow: inset 0 0 0 10px #f5f5f5;
    -moz-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 0 10px #f5f5f5;
    border-radius: 18px;
}
.logo h1 {
    margin-top: 10px !important;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 900;
}
.logo h1,
.logo img {
    display: block;
    text-align: center;
    margin: auto;
}
