@import url('bootstrap.min.css');

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-27 {
    font-size: 27px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-29 {
    font-size: 29px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-52 {
    font-size: 52px !important
}

.fs-64 {
    font-size: 64px !important
}

.max-w-25 {
    min-width: 25px;
    max-width: 25px;
}

.max-w-50 {
    min-width: 50px;
    max-width: 50px;
}

.max-w-65 {
    min-width: 65px;
    max-width: 65px;
}

.max-w-75 {
    min-width: 75px;
    max-width: 75px;
}

.max-w-85 {
    min-width: 85px;
    max-width: 85px;
}

.max-w-100 {
    min-width: 100px;
    max-width: 100px;
}

.max-w-150 {
    min-width: 150px;
    max-width: 150px;
}

.max-w-180 {
    min-width: 182px;
    max-width: 182px;
}

.max-w-200 {
    min-width: 200px;
    max-width: 200px;
}

.max-w-250 {
    min-width: 250px;
    max-width: 250px;
}

.max-w-300 {
    min-width: 300px;
    max-width: 300px;
}

.form-label .required {
    position: absolute;
    right: 15px;
    line-height: 20px;
    background: #FFF;
    padding: 0 7.5px;
}

.rounded-top-left-1 {
    border-top-left-radius: .50rem !important;
}

.rounded-top-right-1 {
    border-top-right-radius: .50rem !important;
}

.rounded-bottom-left-1 {
    border-bottom-left-radius: .50rem !important;
}

.rounded-bottom-right-1 {
    border-bottom-right-radius: .50rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.modal-header.theme {
    background: #273142;
    color: #e9ebec;
    border: 0;
}

.modal-header.theme-white {
    background: #FFF;
    background-size: auto 100%;
    color: #6c757d;
    border-bottom: solid 1px #dee2e6;
}

.modal-header.theme .modal-title,
.modal-header.theme-white .modal-title,
.modal-header.theme-secondary .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 20px;
    font-weight: 300;
}

.modal-header.theme .modal-title small,
.modal-header.theme-white .modal-title small,
.modal-header.theme-secondary .modal-title small {
    display: block;
    font-size: 13px;
}

.modal-header.theme .nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.modal-header.theme-secondary .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background-color: #FFF;
}

.modal-header.theme .nav-pills .nav-link,
.modal-header.theme-secondary .nav-pills .nav-link {
    border: 0;
    color: #FFF;
    margin-right: 5px;
    padding: 12.5px 25px;
    border-radius: var(--bs-nav-pills-border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-header.theme .nav-link:focus,
.modal-header.theme .nav-link:hover,
.modal-header.theme-secondary .nav-link:focus,
.modal-header.theme-secondary .nav-link:hover {
    color: #FFF;
    background: rgba(255, 255, 255, 0.15);
}

.card {
    padding: .20rem;
    margin-bottom: 20px;
    border-radius: 0.50rem;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    box-shadow: 0 1px 3px rgb(56 65 74 / 10%);
    -webkit-box-shadow: 0 1px 3px rgb(56 65 74 / 10%);
}

.card-header {
    color: #555;
    border: none;
    position: relative;
    background: transparent;
    padding: 0.85rem 0.65rem;
}

.card-header-bg {
    background: url(../../img/title.png) #efefef left top repeat-x;
}

.card-header-title {
    font-size: 14px;
    padding-left: 12.5px;
    position: relative;
}

.card-header-title small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-header-title::after {
    top: 0px;
    left: 0px;
    width: 6px;
    height: 90%;
    content: "";
    position: absolute;
    background: #d6d6d6;
    border-radius: 10px;
}

.card-header-title .card-header-nav {
    right: 0;
    margin-top: -2px;
    position: absolute;
}

.card-header-title .card-header-nav .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.card-header-title .card-header-nav .nav-pills .nav-link {
    color: #555;
    height: 49px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #dee2e6 !important;
}

.card-header-title .card-header-nav .nav-pills .nav-link .float-end {
    line-height: 37px;
}

.card-header-title .card-header-nav .nav-pills .nav-link.active {
    color: #555;
    background: #fff !important;
    border-bottom: none;
}

.card-header-title .card-header-nav .nav-pills .nav-link img {
    height: 16px;
    margin-top: 10px;
    margin-right: 5px
}

.card-header-title .card-header-nav .nav-pills .nav-link i {
    float: left;
    font-size: 20px;
    line-height: 37px;
    margin-right: 5px;
}

.card-header-title.header-tabs strong {
    text-align: right;
}

.card-header-title.header-tabs {
    padding-left: 0px;
    padding-right: 15px;
}

.card-header-title.header-tabs .card-header-nav {
    left: 0;
}

.card-header-title.header-tabs::after {
    left: auto;
    right: 0px;
}

.card-header-title.header-tabs .card-header-nav .nav-pills .nav-link {
    margin-left: 0px;
    margin-right: 10px;
}

.card-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-body .card-list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-body .card-list li {
    width: 100%;
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: solid 1px #dee2e6;
}

.card-body .card-list li:last-child {
    border-bottom: solid 0px #dee2e6;
}

.card-body .card-list li.active,
.card-body .card-list li:hover {
    background: rgba(255, 251, 221, .35);
}

.card-body .card-list a {
    display: block;
    padding: 15px 5px;
}

.card-body .card-list a i {
    font-size: 21px;
    margin-right: 5px;
    float: left;
}

.card-body .card-list a span {
    font-size: 15px;
    float: left;
}

.card-body .card-list a em {
    float: right;
    font-size: 19px;
}

.popover-body li {
    font-weight: 400;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px;
    list-style: auto;
}

.popover-body li:first-child {
    padding-top: 0px;
}

.popover-body li:last-child {
    border: 0;
    padding-bottom: 0;
}

.bg-soft-primary,
.badge-soft-primary {
    background-color: rgba(39, 50, 66, .30) !important
}

.bg-soft-secondary,
.badge-soft-secondary {
    background-color: rgba(108, 117, 125, .20) !important
}

.bg-soft-success,
.badge-soft-success {
    background-color: rgba(10, 179, 156, .20) !important
}

.bg-soft-info,
.badge-soft-info {
    background-color: rgba(41, 156, 219, .20) !important
}

.bg-soft-warning,
.badge-soft-warning {
    background-color: rgba(247, 184, 75, .20) !important
}

.bg-soft-danger,
.badge-soft-danger {
    background-color: rgba(240, 101, 72, .20) !important
}

.bg-soft-light,
.badge-soft-light {
    background-color: rgba(243, 246, 249, .20) !important
}

.bg-soft-dark,
.badge-soft-dark {
    background-color: rgba(33, 37, 41, .20) !important
}

.btn-label {
    position: relative;
    padding-left: 50px
}

.btn-label .label-icon {
    position: absolute;
    width: 40px;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background-color: rgba(255, 255, 255, .1);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-label.btn-light .label-icon {
    background-color: rgba(33, 37, 41, .08)
}

.label-icon {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-label.right {
    padding-left: .9rem;
    padding-right: 44px
}

.btn-label.right .label-icon {
    right: -1px;
    left: auto
}