﻿:root {
    --color-primary: #525FE1;
    --color-secondary: #F86F03;
    --color-secondary-alt: #FFF6F4;
    --color-tertiary: #FFA41B;
    --color-tertiary-2: #7152E9;
    --color-dark: #231F40;
    --color-body: #6F6B80;
    --color-heading: #231F40;
    --color-white: #ffffff;
    --color-shape: #EEEEEE;
    --color-shade: #F5F5F5;
    --color-border: #EEEEEE;
    --color-black: #000000;
    --color-blackest: #0f0f11;
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #242424;
    --color-extra06: #DBF1C0;
    --color-extra07: #C6ECE8;
    --color-extra08: #C3ECCE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 5px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
    --shadow-light: 1px 1px 6px rgba(0,0,0,0.25);
    --shadow-lighter: 4px 4px 20px 20px rgba(0,0,0,0.01);
    --transition: 0.3s;
    --transition-2: 0.7s;
    --transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
    --font-primary: 'Urbanist', sans-serif;
    --font-secondary: 'Urbanist', sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.63;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 72px;
    --h2: 68px;
    --h3: 40px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
    --h1-lineHeight: 1.25;
    --h2-lineHeight: 1.24;
    --h3-lineHeight: 1.4;
    --h4-lineHeight: 1.38;
    --h5-lineHeight: 1.5;
    --h6-lineHeight: 1.6;
}

.nowrap {
    white-space: nowrap;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.disabled {
    cursor: not-allowed !important;
}

.red {
    color: var(--color-danger);
}

.mandatory:after {
    color: var(--color-danger);
    content: "*";
}


.modal-body ul li, .form-check-label {
    line-height: 1.2 !important;
}

input[type="submit"]:hover {
    transform: initial;
    background: var(--color-dark);
    color: var(--color-white);
    box-shadow: initial;
}

.modal-header, .modal-body, .modal-footer {
    padding: 15px;
}

    .modal-footer button, .modal-footer input[type="submit"] {
        font-size: 16px;
        margin-top: 0;
        padding: .375rem .75rem;
        height: initial;
        border-radius: initial;
        margin-top: initial;
        letter-spacing: 2px;
    }

.form-select {
    font-size: 16px;
}

input[type="checkbox"] ~ label, input[type="radio"] ~ label {
    padding-left: 22px;
}

    input[type="checkbox"] ~ label::before, input[type="radio"] ~ label::before {
        width: 16px;
        height: 16px;
        top: 2px;
        left: -1px;
    }

    input[type="radio"] ~ label::before {
        z-index: 1;
    }

.form-check {
    padding-left: 5px;
}

.edu-tab-nav {
    display: flex;
    flex-wrap: initial;
}

    .edu-tab-nav li {
        width: 100%;
    }

        .edu-tab-nav li.nav-item button.nav-link {
            padding-top: 10px;
            padding-bottom: 10px;
            height: 100%;
        }

select {
    height: initial;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border: 1px solid #ced4da !important;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px;
}


.style-variation3 .blockquote-style-1 {
    background: #FFFFFF;
    border-radius: 5px;
    border-top: 3px solid var(--color-primary);
    color: var(--color-heading);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 6%);
    text-align: left;
    padding: 25px 68px;
    font-size: 16px;
}

    .style-variation3 .blockquote-style-1 .btn-small {
        line-height: 36px;
    }

    .style-variation3 .blockquote-style-1 a {
        text-align: center;
    }

.modal-backdrop {
    opacity: 0.6;
}


.card-body {
    padding: 15px 20px;
}

.text-center th, .text-center td {
    text-align: center;
}

td.text-left, th.text-left {
    text-align: left;
}

.pre-line {
    white-space: pre-line;
}
