@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.validation-message {
    font-size: 12px;
    color: #f16d75;
    font-style: italic;
}

.color-leftmenu .main-sidebar-body .nav-item.active .nav-link:after, .color-leftmenu .main-sidebar-body .nav-item.active .nav-link:before {
    border-right: 6px solid #14193d !important;
}

.main-sidebar-body .nav-item.active .nav-link .shape1 {
    position: absolute;
    top: -30px;
    width: 6px;
    height: 60px;
    right: 0px;
}

.main-sidebar-body .nav-item.active .nav-link .shape2 {
    position: absolute;
    top: 35px;
    width: 6px;
    height: 30px;
    right: 0px;
}

.flag-dropdown .dropdown-menu {
    width: 240px;
    padding: 8px 0;
}

    .flag-dropdown .dropdown-menu img {
        min-width: 0;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        line-height: 24px;
        border-radius: 0%;
    }

.BorderRight {
    border-radius: 2px;
    border-width: 1px;
    border-right-style: solid;
    border-color: rgba(0,0,0,.08);
}

.Heigh-TextArea-100 {
    height: 100px;
}

.Heigh-TextArea-120 {
    height: 120px;
}

.Heigh-TextArea-140 {
    height: 140px;
}

.Heigh-TextArea-160 {
    height: 160px;
}

.Heigh-TextArea-180 {
    height: 180px;
}

.Heigh-TextArea-200 {
    height: 200px;
}

.Heigh-TextArea-220 {
    height: 220px;
}

.color-leftmenu .main-sidebar-body .nav-item.active .nav-link {
    height: 42px;
}

.modal-backdrop {
    z-index: 10010;
}

.modal {
    z-index: 10011;
}

*::-webkit-scrollbar {
    width: 3px;
    height: 15px;
    transition: .3s background;
}

.color-leftmenu .main-sidebar-sticky {
    overflow: auto;
}
.sidemenu-label {
    font-size: 13px;
}

.color-leftmenu.main-sidebar-hide .side-menu .snapVersion {
    display: none !important;
}

.color-leftmenu.main-sidebar-hide.main-sidebar-open .side-menu .snapVersion {
    display: block !important;
}