﻿html body .card-view {
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 3px 16px -3px rgba(0, 0, 0, 0.15);
}

html body .panel {
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 3px 16px -3px rgba(0, 0, 0, 0.15);
}

html body .modal-content {
    border-radius: 16px !important;
    box-shadow: 0px 3px 16px -3px rgba(0, 0, 0, 0.15);
}

html body input {
    border-radius: 8px !important;
}

html body select {
    border-radius: 8px !important;
}

html body .input-group-addon + input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

html body .input-group-addon:has(+ input) {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

html body input + .input-group-addon {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

html body input:has(+ .input-group-addon) {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

html body .page-wrapper:not(.auth-page) {
    background-color: #FCFCFC !important;
}

html body .navbar.navbar-inverse.navbar-fixed-top {
    box-shadow: 0px 2px 24px -6px rgba(0, 0, 0, 0.1);
}

.label.label-secondary {
    background-color: #0983df;
}