/*@import url("bootstrap.min.css");*/ 
a {
    text-decoration: none
}

.table .thead-light td,
.table .thead-light th {
    color: var(--bs-gray-700);
    border-color: var(--bs-gray-300);
    background-color: var(--bs-gray-200)
}

.main-heading {
    font-family: nunito, sans-serif
}

:root,
[data-bs-theme=light] {
    --bs-border-radius-xs: 0.15rem
}

.navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 0.5rem
}

.list-group {
    --bs-list-group-item-padding-x: 1.25rem;
    --bs-list-group-item-padding-y: 0.75rem;
    --bs-list-group-border-radius: var(--bs-border-radius-sm)
}

.dataTable>:not(caption)>*>* {
    padding: .3rem .3rem
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
    --bs-pagination-font-size: 0.78rem
}

.pagination .page-link {
    line-height: 1.25
}

.btn-group>.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #0d6efd;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
    --bs-btn-hover-color: #0d6efd;
    --bs-btn-hover-border-color: #9ec5fe;
    --bs-btn-hover-bg: #cfe2ff;
    --bs-btn-active-color: #031633;
    --bs-btn-active-bg: #9ec5fe;
    --bs-btn-active-border-color: #6ea8fe
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    outline: 0;
    font-size: 1.5rem;
    color: var(--prefixbody-color)
}

.close:hover {
    color: var(--prefixbody-color);
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .4rem 1.25rem;
    color: inherit
}

.content-title-1 {
    padding: 5px 10px;
    border-left: 4px solid #0159b2;
    margin-bottom: 1rem;
    background-image: linear-gradient(45deg, #f1f1f1, #fff);
    font-family: 'Nunito', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2
}

.dataTables_wrapper label {
    margin-bottom: .5rem
}

* {
    scrollbar-width: auto;
    scrollbar-color: #0159b2 #f1f1f1
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #0159b2;
    border-radius: 10px;
    border: 4px solid #f1f1f1
}

.text-gray-100 {
    color: #f8f9fa
}

.text-gray-200 {
    color: #e9ecef
}

.text-gray-300 {
    color: #dee2e6
}

.text-gray-400 {
    color: #ced4da
}

.text-gray-500 {
    color: #adb5bd
}

.text-gray-600 {
    color: #6c757d
}

.text-gray-700 {
    color: #495057
}

.text-gray-800 {
    color: #343a40
}

.text-gray-900 {
    color: #212529
}

.cs-form-group,
.form-group {
    margin-bottom: 1rem
}

.cs-form-label,
label {
    margin-bottom: .5rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: .75rem;
    padding-left: .75rem
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-select+.custom-file,
.input-group>.form-control+.custom-file {
    margin-left: -var(--bs-border-width)
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group .custom-file {
    display: flex;
    align-items: center
}

.input-group .custom-file:not(:last-child) .custom-file-label,
.input-group .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    vertical-align: middle;
    background: var(--bs-gray-100) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: var(--bs-border-width) solid var(--bs-gray-300);
    border-radius: var(--bs-border-radius-xs);
    appearance: none
}

.custom-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none
}

.custom-select:focus::-ms-value {
    color: var(--bs-body-color);
    background-color: var(--bs-gray-100)
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.custom-select-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #86b7fe;
    box-shadow: none
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: var(--bs-gray-300)
}

.custom-file-input~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-gray-100);
    border: var(--bs-border-width) solid var(--bs-gray-300);
    border-radius: var(--bs-border-radius-xs);
    box-shadow: none
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem .75rem;
    line-height: 1.5;
    color: var(--bs-body-color);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0
}

.form-control {
    border-radius: var(--bs-border-radius-xs);
    background-color: var(--bs-gray-100);
    border: var(--bs-border-width) solid var(--bs-gray-300);
    line-height: 1.2rem;
    font-size: .875rem;
    outline: 0
}

.form-control:disabled {
    background-color: var(--bs-gray-300);
    border-color: var(--bs-gray-400)
}

.form-control:focus {
    border-color: #3d8bfd;
    box-shadow: none
}

.form-select {
    border-radius: var(--bs-border-radius-xs);
    font-size: .875rem;
    background-color: var(--bs-gray-100);
    border: var(--bs-border-width) solid var(--bs-gray-300);
    line-height: 1.2rem
}

.form-select:disabled {
    background-color: var(--bs-gray-300);
    border-color: var(--bs-gray-400)
}

.form-select:focus {
    box-shadow: none;
    background-color: var(--bs-white)
}

select.form-control {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    padding: .375rem 2.25rem .375rem .75rem;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

select.form-control-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background-color: var(--bs-primary)
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #86b7fe
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: var(--bs-white);
    background-color: #86b7fe;
    border-color: #86b7fe
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: var(--bs-secondary)
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color)
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: .5
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25em
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='5' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.dropdown .dropdown-menu {
    font-size: .85rem
}

.my-shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .25) !important;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .25) !important
}

#invoice {
    padding: 30px
}

hr {
    border-top: var(--bs-border-width) solid rgba(0, 0, 0, .1);
    opacity: 1;
    color: #1cc88a;
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.bg-blue {
    background-color: #046dd6 !important
}

.badge-counter {
    position: absolute;
    transform: scale(.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem
}

.alert-list .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 0 .75rem !important
}

.alert-list .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden
}

.nav-link-divider {
    width: 0;
    border-right: 1px solid #cecece;
    height: 2.5rem;
    margin: auto 1rem
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.alert-list .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .7rem;
    padding-bottom: .7rem;
    border: 1px solid #e3e6f0;
    border-top: 0
}

.alert-list .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45
}

.alert-list .nav-link {
    color: #d1d3e2 !important
}

.animated--grow-in {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

.dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: .7rem
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important
}

h6.dropdown-header {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

@media (min-width:576px) {
    .alert-list .dropdown-list {
        width: 30rem !important
    }
}

@media (min-width:320px) {
    .alert-list .dropdown-list {
        width: 17rem
    }
}

@-webkit-keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes growIn {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.animated--grow-in,
.sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
    animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1)
}

body {
    background: #f3f3f3 !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    font-size: .78rem
}

#vframe body {
    background: #fff !important;
}

.h5,
h5 {
    font-size: 1rem
}
/*
.h4,
h4 {
    font-size: 1.25rem
}*/

label.error {
    color: red !important
}

input.error,
select.error {
    border-color: red !important
}

input.Error,
select.Error {
    border-color: red !important
}

.noAfter:after {
    display: none !important
}

.userMenu {
    width: 22rem;
    padding-bottom: 0 !important
}

.shownone {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    min-width: 0 !important
}

.dt-button {
    background: #f8f9fa;
    color: #212529;
    border: 1px solid #dde2e6;
    border-radius: 2px
}

.dt-button-collection {
    position: absolute;
    background: #fff;
    padding-top: 20px;
    width: 150px;
    margin-right: 20px;
    z-index: 10;
    right: 0 !important;
    left: unset !important
}

.buttons-columnVisibility {
    display: block;
    width: 100%;
    margin-bottom: 5px !important
}

.dt-button-collection button.active {
    background: #007bff;
    border: 1px solid #007bff;
    display: block;
    width: 100%;
    margin-bottom: 5px !important
}

.customeSelect {
    -webkit-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, .08);
    border: 1px solid rgba(86, 61, 124, .2) !important;
    background-color: rgba(255, 255, 255, .8) !important;
    border-radius: .25rem
}

.content {
    flex: 1 0 auto;
    display: flex
}

.sideBar {
    background: #f7f7f7 !important
}

.sideBarInner {
    width: 240px;
    padding: 0 15px
}

.sidebarBtn {
    box-shadow: 0 0 0 !important;
    outline: 0 !important
}

.innerContent {
    flex-direction: column;
    overflow: hidden
}

.minHeight {
    min-height: 700px
}

.plx6 {
    background: url(images/calsol_pic1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative
}

.plx6:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #02274c;
    opacity: .5
}

.noUnderLine {
    text-decoration: none !important
}

.btnSmall {
    font-size: 80% !important
}

.btbPopover {
    padding: 2px 5px !important;
    line-height: 15px !important
}

/*.tbl-bordered {
    border: 1px solid #343a40 !important
}

.tbl-bordered th {
    border: 1px solid #343a40 !important;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.tbl-bordered td {
    border: 1px solid #343a40 !important
}*/

@media print {
    .noPrint {
        display: none
    }
    body {
        background: #fff !important;
    }
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-ExtraLight.ttf);
    font-weight: 200
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-Light.ttf);
    font-weight: 300
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-SemiBold.ttf);
    font-weight: 600
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-Bold.ttf);
    font-weight: 700
}

@font-face {
    font-family: Nunito;
    src: url(fonts/Nunito-ExtraBold.ttf);
    font-weight: 800
}

/*@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Thin.ttf);
    font-weight: 100
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-ExtraLight.ttf);
    font-weight: 200
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Light.ttf);
    font-weight: 300
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-SemiBold.ttf);
    font-weight: 600
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Bold.ttf);
    font-weight: 700
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-ExtraBold.ttf);
    font-weight: 800
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Black.ttf);
    font-weight: 800
}*/

.text-grey-600 {
    color: #858796 !important
}

.bg-grey-100 {
    background-color: #f8f9fc !important
}

#badrequest {
    font-family: 'Nunito', sans-serif;
    position: relative;
    height: 60vh;
    overflow: hidden
}

#badrequest .badrequest {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.badrequest {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
}

.badrequest .badrequest-404 {
    position: relative;
    height: 350px
}

.badrequest .badrequest-404 h1 {
    font-size: 236px;
    color: #0159b2;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 200;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.error-msg {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0
}

.error-msg h4 {
    font-size: 28px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #0159b2;
    border-radius: 10px
}

.badrequest a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 40px;
    margin-top: 40px
}

.badrequest a:hover {
    color: #fff;
    background: #0159b2
}

.rField::after {
    content: " *";
    color: red;
    font-size: 1rem;
    line-height: 0
}

@media only screen and (max-width:767px) {
    .badrequest .badrequest-404 h1 {
        font-size: 148px
    }
}

@media only screen and (max-width:480px) {
    .badrequest .badrequest-404 {
        height: 180px;
        margin: 0 auto 10px
    }

    .badrequest .badrequest-404 h1 {
        font-size: 86px
    }

    .badrequest .badrequest-404 h2 {
        font-size: 16px;
        bottom: 21px
    }

    .badrequest a {
        padding: 5px 12px;
        font-size: 12px
    }
}

.text-custom-primary {
    color: #4e73df !important
}

.bg-custom-primary {
    background-color: #2a56d8 !important
}

.bg-gradient-primary {
    background-color: #0061f2 !important;
    background-image: linear-gradient(135deg, #0061f2 0, rgba(105, 0, 199, .8) 100%) !important;
    background-size: cover
}

.text-xs {
    font-size: .7rem
}

.lift {
    box-shadow: 0 .15rem 1.75rem 0 rgba(33, 40, 50, .15);
    transition: all .15s ease-in-out
}

.lift:hover {
    transform: translateY(-.3333333333rem);
    box-shadow: 0 .5rem 2rem 0 rgba(33, 40, 50, .25)
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important
}

.pointer {
    cursor: pointer
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5)
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.ml-auto {
    margin-left: auto !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mr-auto {
    margin-right: auto !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.border-right {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-left {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: #212529 !important
}

@media (min-width:576px) {
    .ml-sm-0 {
        margin-left: 0 !important
    }

    .ml-sm-1 {
        margin-left: .25rem !important
    }

    .ml-sm-2 {
        margin-left: .5rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .ml-sm-5 {
        margin-left: 3rem !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .pl-sm-1 {
        padding-left: .25rem !important
    }

    .pl-sm-2 {
        padding-left: .5rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .pl-sm-5 {
        padding-left: 3rem !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }
}

@media (min-width:768px) {
    .ml-md-0 {
        margin-left: 0 !important
    }

    .ml-md-1 {
        margin-left: .25rem !important
    }

    .ml-md-2 {
        margin-left: .5rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .ml-md-5 {
        margin-left: 3rem !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }
}