body, html {
    min-height: 100%;
}

body {
    background-color: #f4f6f9;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", "Segoe UI", arial;
    color: #6c757d;
}

.bg-primary {
    background-color: #6777ef !important;
}

.bg-primary-gray {
    background-color: #0c4cab !important;
}

.bg-orange {
    background-color: #f29313 !important;
}

.bg-green {
    background-color: #187805 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

main {
    min-height: calc(100vh - 155px);
}

footer {
    height: 50px;
    text-align: center;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

a {
    color: #6777ef;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

a.bb {
    text-decoration: none;
    border-bottom: 1px solid #6777ef;
    padding-bottom: 1px;
}

.navbar-brand {
    color: #ffffff;
    font-size: 18px;
}

.navbar-brand:hover {
    color: #ffffff;
    font-weight: bold;
}

.nav-link {
    color: #ffffff;
    font-size: 18px;
}

.nav-link:hover {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.text-muted {
    color: #98a6ad !important;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.btn-primary, .btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    border-color: #6777ef;
}
.btn-primary:focus, .btn-primary.disabled:focus {
    background-color: #394eea !important;
}
.btn-primary:focus:active, .btn-primary.disabled:focus:active {
    background-color: #394eea !important;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
    background-color: #394eea !important;
}

.btn-orange, .btn-orange.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #f29313;
    border-color: #f29313;
    color: #fff;
}
.btn-orange:focus, .btn-orange.disabled:focus {
    background-color: #f29313 !important;
}
.btn-orange:focus:active, .btn-orange.disabled:focus:active {
    background-color: #f29313 !important;
}
.btn-orange:active, .btn-orange:hover, .btn-orange.disabled:active, .btn-orange.disabled:hover {
    background-color: #f29313 !important;
}

.btn-green, .btn-green.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #187805;
    border-color: #187805;
    color: #fff;
}
.btn-green:focus, .btn-green.disabled:focus {
    background-color: #187805 !important;
}
.btn-green:focus:active, .btn-green.disabled:focus:active {
    background-color: #187805 !important;
}
.btn-green:active, .btn-green:hover, .btn-green.disabled:active, .btn-green.disabled:hover {
    background-color: #187805 !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6777ef !important;
}

.form-group {
    margin-bottom: 25px;
}
.form-group .control-label,
.form-group > label {
    font-weight: 600;
    color: #34395e;
    font-size: 12px;
    letter-spacing: .5px;
}
.form-group.floating-addon {
    position: relative;
}
.form-group.floating-addon .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}
.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    left: initial;
    right: 0;
}
.form-group.floating-addon .input-group-prepend .input-group-text, .form-group.floating-addon .input-group-append .input-group-text {
    border-color: transparent;
    background-color: transparent;
    font-size: 20px;
}
.form-group.floating-addon .form-control {
    border-radius: 3px;
    padding-left: 40px;
}
.form-group.floating-addon .form-control + .form-control {
    border-radius: 0 3px 3px 0;
    padding-left: 15px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
}
.card .card-header, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px;
}
.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.card .card-body .section-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
}
.card .card-body .section-title:before {
    margin-top: 8px;
}
.card .card-body .section-title + .section-lead {
    margin-top: -5px;
}
.card .card-body p {
    font-weight: 500;
}
.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
}
.card .card-header .btn {
    margin-top: 1px;
    padding: 2px 15px;
}
.card .card-header .btn:not(.note-btn) {
    border-radius: 30px;
}
.card .card-header .btn:hover {
    box-shadow: none;
}
.card .card-header .form-control {
    height: 31px;
    font-size: 13px;
    border-radius: 30px;
}
.card .card-header .form-control + .input-group-btn .btn {
    margin-top: -1px;
}
.card .card-header h4 {
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
}
.card .card-header h4 + .card-header-action,
.card .card-header h4 + .card-header-form {
    margin-left: auto;
}
.card .card-header h4 + .card-header-action .btn,
.card .card-header h4 + .card-header-form .btn {
    font-size: 12px;
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}
.card .card-header h4 + .card-header-action .btn.active,
.card .card-header h4 + .card-header-form .btn.active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}
.card .card-header h4 + .card-header-action .dropdown,
.card .card-header h4 + .card-header-form .dropdown {
    display: inline;
}
.card .card-header h4 + .card-header-action .btn-group .btn,
.card .card-header h4 + .card-header-form .btn-group .btn {
    border-radius: 0 !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:first-child,
.card .card-header h4 + .card-header-form .btn-group .btn:first-child {
    border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:last-child,
.card .card-header h4 + .card-header-form .btn-group .btn:last-child {
    border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control,
.card .card-header h4 + .card-header-form .input-group .form-control {
    border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
    border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control,
.card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
    border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
    margin-top: -1px;
    border-radius: 30px 0 0 30px !important;
}
.card .card-footer {
    background-color: transparent;
    border: none;
}
.card.card-primary {
    border-top: 2px solid #6777ef;
}
.card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff;
}
.card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}

.card.card-orange {
    border-top: 2px solid #f29313;
}
.card.bg-orange, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff;
}
.card.bg-orange .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}

.card.card-green {
    border-top: 2px solid #187805;
}
.card.bg-green, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff;
}
.card.bg-green .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9;
}