﻿/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    padding: 13.5px 20px;
    border-bottom: 1px solid #f3f7ff;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.3rem;
    text-transform: uppercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.nu-otp-input {
    width: 50px;
    height: 50px;
    background: #F3F7FF;
    font-size: 1.5rem;
    text-align: center;
}

.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

    .form-wizard .wizard-form-radio input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #dddddd;
        height: 25px;
        width: 25px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }

        .form-wizard .wizard-form-radio input[type="radio"]:focus {
            outline: 0;
        }

        .form-wizard .wizard-form-radio input[type="radio"]:checked {
            background-color: #fb1647;
        }

            .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                display: inline-block;
                background-color: #ffffff;
                border-radius: 50%;
                left: 1px;
                right: 0;
                margin: 0 auto;
                top: 8px;
            }

            .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
                content: "";
                display: inline-block;
                webkit-animation: click-radio-wave 0.65s;
                -moz-animation: click-radio-wave 0.65s;
                animation: click-radio-wave 0.65s;
                background: #000000;
                content: '';
                display: block;
                position: relative;
                z-index: 100;
                border-radius: 50%;
            }

        .form-wizard .wizard-form-radio input[type="radio"] ~ label {
            padding-left: 10px;
            cursor: pointer;
        }

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .wizard-fieldset {
    display: none;
}

    .form-wizard .wizard-fieldset.show {
        display: block;
    }

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}

.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

    .form-wizard .form-wizard-steps li {
        width: 33%;
        float: left;
        position: relative;
    }

        .form-wizard .form-wizard-steps li::after {
            background-color: #f3f3f3;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            right: 0;
            top: 25%;
            transform: translateY(-50%);
            width: 100%;
        }

        .form-wizard .form-wizard-steps li span {
            background-color: #f1f1f1;
            border-radius: 50%;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            position: relative;
            text-align: center;
            width: 40px;
            z-index: 1;
            color: #fff;
        }

        .form-wizard .form-wizard-steps li:last-child::after {
            width: 50%;
        }

        .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
            background-color: #265f92;
            color: #ffffff;
        }

        .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
            background-color: #265f92;
            left: 50%;
            width: 50%;
            border: 0;
        }

        .form-wizard .form-wizard-steps li.activated::after {
            width: 100%;
            border-color: #d65470;
        }

        .form-wizard .form-wizard-steps li:last-child::after {
            left: 0;
        }

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

.tick-icon {
    display: none !important
}

.form-wizard .form-wizard-steps li.activated span.text-label {
    display: none;
}

.form-wizard .form-wizard-steps li.activated span.tick-icon {
    display: inline-block !important;
    text-align: center;
}

.step-text-label {
    color: #a1acb8;
    opacity: 0.8;
    font-size: 14px;
}

.form-wizard .form-wizard-steps li.activated p.step-text-label {
    color: #265F92;
    opacity: 1;
    font-weight: bold;
}

.text-decoration-underline-hover:hover {
    text-decoration: underline;
}

.popup-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    min-width: 320px;
    background-color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-out;
}

.popup {
    padding: 20px;
}

button {
    margin-top: 10px;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #265f92;
    background-color: #265f92;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4);
    margin: 0 0.1rem 0 0.3rem;
    z-index: 3;
    border-radius: 0.25rem;
    line-height: 1;
    text-align: center;
    min-width: calc( 2.1875rem + 0px );
    padding: 0.625rem 1rem;
    border: 0px solid #d9dee3;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    color: #697a8d;
    background-color: #f0f2f4;
    border: 0px solid #d9dee3;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem;
    margin-left: 0.1875rem;
    line-height: 1;
    text-align: center;
    min-width: calc( 2.1875rem + 0px );
    padding: 0.625rem 1rem;
    cursor: pointer;
}

.na-flex-basis {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .na-flex-basis {
        flex-basis: 20%;
    }
}

input::-ms-reveal,
input::-ms-clear {
    display: none !important
}

.calculatorIcon {
    width: 60px;
    height: 60px;
}

button.nav-link {
    font-size: 12px;
}

@media (min-width: 768px) {
    .calculatorIcon {
        width: 34px;
        height: 34px;
    }

    button.nav-link {
        font-size: 15px;
    }
}

.graphInputTable input {
    font-size: 85%;
}

.studyInputWrapper_small_size {
    width: 15%;
}

.studyInputWrapper_medium_size {
    width: 20%;
}

@media (max-width: 767px) {
    .studyInputWrapper_small_size {
        width: 100% !important;
    }

    .studyInputWrapper_medium_size {
        width: 100% !important;
    }
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
}

@media screen and (max-width: 567px) {
    .graphInputTable {
        table-layout:auto !important;
    }
}