﻿.required-star {
    color: red;
}

.error {
    color: red;
    font-style: italic
}

input[type=text].error {
    border: red 1px solid;
}

.img-header {
    width: 100%;
    max-height: 90px;
    cursor: pointer;
}

body {
    background-color: #e9e9e9;
}

.stepper-icon-active {
    border: 2px solid #2799e3;
}

.stepper-number-active {
    color: #fff !important;
}

.stepper-title-active {
    color: #2799e3 !important;
}

.header {
    background-color: #2799E3 !important;
    height: 120px !important;
}

.footer {
    background-color: #2799E3 !important;
    color: #fff !important;
}

#kt_header_nav {
    display: none !important;
}

#kt_content {
    padding: 0px !important;
}

.sidebarIconToggle {
    display: none !important;
}

@media (max-width: 991.98px) {
    #step-aside {
        display: none !important;
    }

    .form-select {
        margin-bottom: 6px !important;
    }

    #kt_header_nav {
        display: block !important;
    }

    .svg-icon svg [fill]:not(.permanent):not(g) {
        transition: fill .3s ease;
        fill: #fff !important;
    }

    #kt_content {
        margin-top: 75px;
    }

    .sidebarIconToggle {
        display: block !important;
    }

    .img-header {
        margin-left: 60px;
    }
}

@media (max-width: 991.98px) {
    .header-tablet-and-mobile-fixed .wrapper {
        padding-top: 45px;
    }
}

#sidebarMenu {
    z-index:999;
    height: 100%;
    position: fixed !important;
    left: 0;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #2799e3 0%, #57eef3 100%);
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

#openSidebarMenu[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

#openSidebarMenu[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    position: fixed !important;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

#openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

abbr {
    font-style: italic;
    position: relative;
    color: #ff9900;
}

abbr:hover::after {
    background: #ff9900;
    color: #fff;
    border-radius: 4px;
    bottom: 100%;
    font-size: 0.8rem;
    content: attr(title);
    display: block;
    left: 100%;
    padding: 1em;
    position: absolute;
    width: 220px;
    z-index: 200;
}