﻿@import url(./fonts.css);

body {
    background-color: #231c41;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.body-blue {
    background-color: rgb(152, 210, 235, 0.1);
}

.itpec {
    font-family: Viga;
    font-size: 2.3rem;
    text-transform: uppercase;
    color: #00187e;
}

.studio {
    font-family: Oswald;
    font-size: 2rem;
}

.content-area {
    min-height: 450px;
}

/**General*/
.text-muted {
    color: #878a99 !important;
}

/***Navbar****/
.navbar-nav .nav-link{
    padding-left:20px; 
    padding-right: 20px;
}
.dropdown-item {
    padding: .35rem 1.2rem !important;
}

.dropdown-menu > a:hover {
    background-color: #f3e4ff; /*#FFD166;*/
    /*#9F9FED*/
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu .nav-hover {
    padding-right: 10px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    margin-left: .255em;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ccc;
}
/***End Navbar***/

.quest-font {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1rem;
}
.quest-padding {
    padding: 1.5rem .2rem 1.5rem 1.5rem !important;
}
    .quest-font .image {
        position: relative;
        padding-left: 10px;
    }
    .quest-font p{
        text-indent: 0px;
    }

.quote {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.9rem;
    letter-spacing: 2px;
    color: white;
}

.scroll-nav {
    line-height: 1;
    transition: height 1s;
}
.navbar{
    padding: 0px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.copyright {
    font-family: Roboto;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.small-link {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn {
    vertical-align: text-top;
    font-family: Roboto;
}

.home-btn {
    background-color: #ffca4f; /*#FFC857;*/
    color: black;
    border-radius: 2rem;
    padding: 10px 40px;
}

.btn-primary {
    color: #fff;
    background-color: #1861ac;
    border-color: #00187e;
}

.btn-primary-white {
    color: #00187e;
    background: #fff;
    border-color: #1861ac;
}

.btn-primary:hover {
    background-color: #0366d6;
}

.btn-primary-white:hover {
    background-color: #1861ac;
    color: #fff;
}

.btn-primary1 {
    color: #fff;
    background-color: #e91515;
    border-color: #f14864;
}

    .btn-primary1:hover {
        background-color: #c72d2d;
        color: #fff;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    font-size: 0.95rem;
}

.m-content {
    margin-top: 120px;
    background-color: white;
}

/* Get Started styles
-------------------------------------------------- */
.get-started {
    padding: 0px 40px 20px 40px;
}

@media(max-width: 768px) {
    .get-started{
        padding:0px 5px 20px 5px;
    }
}

    .get-started .row {
        margin: 2rem auto;
    }

    .get-started .btn[class*="btn-outline-"] {
        padding: .84rem 2.14rem;
    }

    .get-started .btn:hover, .btn:focus, .btn:active {
        outline: 0;
        -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    }

    .get-started .btn:hover {
        color: #212529;
        text-decoration: none;
    }

    .get-started a:not(:disabled) {
        cursor: pointer;
    }

    .get-started .btn-outline-default {
        color: #2bbbad !important;
        background-color: transparent !important;
        border: 2px solid #2bbbad !important;
    }

        .get-started .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus, .btn-outline-default.active {
            color: #2bbbad !important;
            background-color: transparent !important;
            border-color: #2bbbad !important;
        }

    .get-started .btn-outline-disabled {
        color: #999 !important;
        background-color: transparent !important;
        border: 2px solid #999 !important;
    }

        .get-started .btn-outline-disabled:hover, .btn-outline-disabled:focus, .btn-outline-disabled:active, .btn-outline-disabled:active:focus, .btn-outline-disabled.active {
            color: #999 !important;
            background-color: transparent !important;
            border-color: #999 !important;
        }

    .get-started .btn-outline-primary {
        color: #4285f4 !important;
        background-color: transparent !important;
        border: 2px solid #4285f4 !important;
    }

        .get-started .btn-outline-primary.selected {
            color: #fff !important;
            background-color: #4285f4 !important;
            border: 2px solid #4285f4 !important;
        }

        .get-started .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus, .btn-outline-primary.active {
            color: #4285f4 !important;
            background-color: transparent !important;
            border-color: #4285f4 !important;
        }

    .get-started .btn-rounded {
        border-radius: 10em;
    }

    .get-started .waves-effect {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .coming-soon-text {
        margin-top: 100px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 3px 4px #00bd9d;
    }
    /* Generator
-------------------------------------------------- */
    .generator {
        padding: 20px 40px;
    }

        .generator .check-group {
            padding: 20px;
        }

        .generator .check-list {
            padding: 10px 20px;
        }

        .generator .check-option {
            display: block;
            padding: 10px;
        }

            .generator .check-option .label {
                padding-left: 10px;
            }

    .icon-arrow-right:before {
        font-family: 'FontAwesome';
        content: "\e900";
    }

    .btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
        font-family: 'FontAwesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

    /* Button 3 */
    .btn-3 {
        background: #fcad26;
        color: #fff;
    }

        .btn-3:hover {
            background: #f29e0d;
        }

        .btn-3:active {
            background: #f58500;
            top: 2px;
        }

        .btn-3:before {
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            line-height: 2.5;
            font-size: 140%;
            width: 60px;
        }

    /* Button 3a */
    .btn-3a {
        padding: 25px 60px 25px 120px;
    }

        .btn-3a:before {
            background: rgba(0,0,0,0.05);
        }

    /* Button 3b */
    .btn-3b {
        padding: 25px 60px 25px 120px;
        border-radius: 10px;
    }

        .btn-3b:before {
            border-right: 2px solid rgba(255,255,255,0.5);
        }

    /* Button 3c */
    .btn-3c {
        padding: 80px 20px 20px 20px;
        border-radius: 10px;
        box-shadow: 0 3px #da9622;
    }

        .btn-3c:active {
            box-shadow: 0 3px #dc7801;
        }

        .btn-3c:before {
            height: 60px;
            width: 100%;
            line-height: 60px;
            background: #fff;
            color: #f29e0d;
            border-radius: 10px 10px 0 0;
        }

        .btn-3c:active:before {
            color: #f58500;
        }

    /* Button 3d */
    .btn-3d {
        padding: 25px 60px 25px 120px;
        border-radius: 10px;
    }

        .btn-3d:before {
            background: #fff;
            color: #fcad26;
            z-index: 2;
            border-radius: 10px 0 0 10px;
        }

        .btn-3d:after {
            width: 20px;
            height: 20px;
            background: #fff;
            z-index: 1;
            left: 55px;
            top: 50%;
            margin: -10px 0 0 -10px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .btn-3d:active:before {
            color: #f58500;
        }

        .btn-3d:active {
            top: 0;
        }

            .btn-3d:active:after {
                left: 60px;
            }

    /* Button 3e */
    .btn-3e {
        padding: 15px 30px 15px 30px;
        overflow: hidden;
    }

        .btn-3e:before {
            left: auto;
            right: 30px;
            z-index: 2;
        }

        .btn-3e:after {
            width: 30%;
            height: 200%;
            background: rgba(255,255,255,0.1);
            z-index: 1;
            right: 0;
            top: 0;
            margin: -5px 0 0 -5px;
            -webkit-transform-origin: 0 0;
            -webkit-transform: rotate(-20deg);
            -moz-transform-origin: 0 0;
            -moz-transform: rotate(-20deg);
            -ms-transform-origin: 0 0;
            -ms-transform: rotate(-20deg);
            transform-origin: 0 0;
            transform: rotate(-20deg);
        }

        .btn-3e:hover:after {
            width: 40%;
        }

    .checkbox {
        position: relative;
        margin: 0 1rem 0 0;
        cursor: pointer;
    }

        .checkbox:before {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            content: "";
            position: absolute;
            left: 0;
            z-index: 1;
            width: 1rem;
            height: 1rem;
            border: 2px solid #ccc;
        }

        .checkbox:checked:before {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            height: .5rem;
            border-color: #059f7e;
            border-top-style: none;
            border-right-style: none;
        }

        .checkbox:after {
            content: "";
            position: absolute;
            top: -0.125rem;
            left: 0;
            width: 1.1rem;
            height: 1.1rem;
            background: #fff;
            cursor: pointer;
        }

    input[type=number] {
        float: left;
        width: 70px;
        height: 35px;
        padding: 0;
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: center;
        color: #93504C;
        border: 2px #93504C solid;
        background: none;
        outline: none;
        pointer-events: none;
    }

    span.spinner {
        position: absolute;
        height: 40px;
        user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

        span.spinner > .sub,
        span.spinner > .add {
            float: left;
            display: block;
            width: 35px;
            height: 35px;
            text-align: center;
            font-family: Lato;
            font-weight: 700;
            font-size: 1.2em;
            line-height: 33px;
            color: #93504C;
            border: 2px #93504C solid;
            border-right: 0;
            border-radius: 2px 0 0 2px;
            cursor: pointer;
            transition: 0.1s linear;
            -o-transition: 0.1s linear;
            -ms-transition: 0.1s linear;
            -moz-transition: 0.1s linear;
            -webkit-transition: 0.1s linear;
        }

        span.spinner > .add {
            top: 0;
            border: 2px #93504C solid;
            border-left: 0;
            border-radius: 0 2px 2px 0;
        }

            span.spinner > .sub:hover,
            span.spinner > .add:hover {
                background: #93504C;
                color: #25323B;
            }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }
    /* General Features
-------------------------------------------------- */
    .alert-box {
        color: #555;
        border-radius: 10px;
        font-family: Tahoma,Geneva,Arial,sans-serif;
        font-size: 12px;
        padding: 10px 10px 10px 36px;
    }

        .alert-box span {
            font-weight: bold;
            text-transform: uppercase;
        }

    .error {
        background: #ffecec url('images/error.png') no-repeat 10px 50%;
        border: 1px solid #f5aca6;
    }

    .success {
        background: #e9ffd9 url('images/success.png') no-repeat 10px 50%;
        border: 1px solid #a6ca8a;
    }

    .warning {
        background: #fff8c4 url('images/warning.png') no-repeat 10px 50%;
        border: 1px solid #f2c779;
    }

    .notice {
        background: #e3f7fc url('images/notice.png') no-repeat 10px 50%;
        border: 1px solid #8ed9f6;
    }

    /* Question Page
-------------------------------------------------- */
    .card-body {
        background-color: aliceblue;
    }

    .quest {
        text-indent: -12px;
        margin-top: 20px;
        padding: 10px 20px;
        min-height: 320px;
    }
.quest-pm{
    text-indent:0px;
}
.quest-indent {
    text-indent: -22px !important;
    padding: 0 2.5rem !important;
}

@media(max-width: 576px){
    .quest{
        padding: 10px 14px;
    }
    .quest-indent {
        padding: 0 1.5rem !important;
    }
}

input[type="radio"] {
    display: none;
}

        input[type="radio"] + label {
            display: block;
            background-color: white;
        }

    .quest label {
        text-indent: -48px;
        padding: 10px 7px 10px 40px !important;
    }

    .generate input[type="radio"] {
        display: inline;
    }

        .generate input[type="radio"] + label {
            display: inline;
        }

    input[type="radio"] + label:hover {
        background-color: #ededed;
        color: #0366d6;
    }

    input[type="radio"]:checked + label {
        background-color: #0366d6;
        color: white;
    }

    form:hover input[type="radio"]:checked + label {
        background-color: #0a7cff;
    }

    .table td,
    .table th {
        border: 1px solid #dee2e6;
    }

    .tbl-answer tr.practice:hover {
        background-color: #ededed;
        color: #0366d6;
    }

    .tbl-answer tr.practice.active-row {
        background-color: #0366d6;
        color: white;
    }

        .tbl-answer tr.practice.active-row:hover {
            background-color: #0a7cff;
        }

    .social-logo {
        width: 20px;
        height: 20px;
        vertical-align: text-top;
    }

    .btn-google {
        border-color: rgb(95, 94, 94) !important;
    }

        .btn-google:hover {
            background-color: rgb(95, 94, 94) !important;
            color: white;
        }

    .btn-facebook {
        border-color: #0366d6 !important;
    }

    /*Previous and Next Button*/
    .direction {
        text-decoration: none;
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
    }

        .direction:hover {
            background-color: #ddd;
            color: black;
            cursor: pointer;
        }

    /* Countdown */
    .countdown {
        font-family: arial;
        text-transform: uppercase;
        display: none;
    }

        .countdown > div {
            display: inline-block;
        }

            .countdown > div > span {
                display: block;
                text-align: center;
            }

    .countdown-container {
        margin: 0 3px;
    }

        .countdown-container .countdown-heading {
            font-size: 11px;
            margin: 3px;
            color: #666;
        }

        .countdown-container .countdown-value {
            font-size: 40px;
            padding: 10px;
            color: #1861ac;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        }

    /* History */
    .history {
        min-height: 400px;
        padding: 30px 40px 30px 40px;
    }

        .history .row {
            margin: 1rem auto;
        }

        .history .icon {
            width: 80px;
        }

        .history .content {
            width: calc(100% - 10px - 150px);
        }

        .history .right-content {
            width: 150px;
        }

        .history .card {
            background-color: #fff;
            border-color: #FFC857;
            border-radius: 1rem;
            width: 100%;
        }

        .history .card-body {
            background-color: inherit;
            border-radius: 1rem;
        }

        .history .title {
            color: #212529;
            font-size: 14px;
        }

        .history .subject {
            color: #0b316c;
        }

        .history .date {
            color: #c38e33;
        }

        .history .score {
            font-size: 36px;
        }

    .modal-dialog .btn-close {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
    }

    /**Tips **/
    .tips .card-title {
        margin: 10px;
    }

    .tips .card-body {
        font-size: 0.85rem;
        padding: 1rem;
    }

    /**Forgot Password **/
    .forgot-pwd h2 {
        font-family: Oswald;
    }
    /**Stepper input**/
    .stepper-input {
        /*position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);*/
        width: 180px;
        height: 40px;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 40px;
        overflow: hidden;
        margin: -10px;
    }

@media(max-width: 768px) {
    .stepper-input {
        margin: 10px;
        margin-left: 3.5rem !important;
    }
}

    .stepper-input input {
        display: none;
    }

    .stepper-input .input {
        width: 100%;
        height: 100%;
        display: flex;
    }

        .stepper-input .input button {
            width: 50px;
            height: 100%;
            border-radius: 10px;
            background: #fff;
            color: #222;
            font-size: 14px;
            cursor: pointer;
            border: none;
            transition: all 300ms ease-in-out;
        }

            .stepper-input .input button:hover, .stepper-input .input button:focus, .stepper-input .input button:active {
                background: #fff;
                color: #222;
                border: none;
                cursor: pointer;
                outline: none;
            }

        .stepper-input .input .button11:active {
            background: #555;
        }

        .stepper-input .input .range {
            flex: 1;
            text-align: center;
            overflow: hidden;
        }

            .stepper-input .input .range .list span {
                display: block;
                width: 100%;
                height: 40px;
                color: #222;
                font-size: 16px;
                line-height: 40px;
            }

    /** FE IP Selection **/
.select-option .image, .practice-img {
    width: 100%;
    max-width: 600px;
}

    @media(max-width: 768px) {
        .select-option .image {
            width: 100%;
        }
    }

    /*PM Question*/
.modal-quest {
    max-width: 750px;
}
.border-2 {
    border: solid 2px #25cbb9;
}
.pm-answer {
    font-weight: bold;
}
.quest-block {
    background: white;
    padding: 1px 35px;
    border: solid 2px;
    margin: 0px 7px;
}
.subq-quest {
    text-indent: -22px;
    padding: 10px 15px 10px 40px;
}
.indent-text {
    margin-left: 40px;
    text-indent: -24px !important;
    margin-bottom: 0px !important;
}
.code-font {
    font-family: 'Courier New';
}