/*# sourceMappingURL=custom.min.css.map */
/*body {*/
/*    background-color: #F0F2F5 !important;*/
/*}*/

.card {
    border: none;
}

/*table > thead > tr > th {*/
/*    background-color: #EAEEF4 !important;*/
/*    border-bottom: unset;*/
/*}*/

.card-body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.card-header {
    border-bottom: none !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #EAEEF4 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: unset !important;
    background: green !important;
}

/*.autocomplete-title {*/
/*    pointer-events: none;*/
/*}*/

/*.autocomplete-title::after {*/
/*    content: "Additional content here";*/
/*    display: block;*/
/*    color: red; !* You can style the content as needed *!*/
/*}*/

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.topbar-user {
    background-color: unset !important;
}

.page-content {
    padding-top: calc(100px + .1rem) !important;
}

.active > .page-link, .page-link.active {
    background-color: #FBF2FB !important;
    color: #AE00B9 !important;
    border-color: #AE00B9 !important;
}

.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.autocomplete-title {
    pointer-events: none;
}

.clear-input {
    position: absolute;
    right: 14px;
    top: 40px;
    background: white;
    cursor: pointer;
    width: 20px;
}

.change-order {
    border: unset;
    background-color: unset;
    color: white;
    width: 67px;
}

.change-order:focus-visible {
    outline: unset !important;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #00914E !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link.active {
    color: #00914E !important;
}

.navbar-menu .navbar-nav .nav-link.active {
    color: #00914E !important;
}

.navbar-menu .navbar-nav .nav-link:hover {
    color: #00914E !important;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .arrow-icon {
    display: none;
}

.navbar-menu {
    background: #4e3524 !important;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
    top: 0px;
    background: none;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    background: #875e44;
}

input:read-only {
    background-color: #E7E9EB;
}

.sideFooter-user-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
}

.sideFooter-user > p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    position: relative;
    top: 5px;
}

.navbar-menu .navbar-nav .nav-link {
    color: white;
}

.navbar-menu .navbar-nav .nav-sm .nav-link {
    color: #c9cad1;
}

.text-right {
    text-align: right;
}

table td {
    vertical-align: middle;
}

.btn-sm {
    font-size: 15px;
    font-weight: 400;
    padding: 4px 17px;
    border-radius: 5px !important;
}

button.btn {
    border-radius: 20px;
}
.btn-secondary{
    background-color: #875E44!important;
    border: unset!important;
}
.modal-lg {
    max-width: 500px;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-bottom: 1px solid #EAEEF4;
    padding-bottom: 15px !important;
}

.left-round {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: 5px;
    font-weight: bold;
}

.right-round {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-weight: bold;
}

.modal.fade-in-scale {
    animation: fadeInScale 0.5s ease-in-out;
}

.modal-header .btn-close:hover {
    color: red !important;
}

.pagination > .active > a {
    pointer-events: none;
}

/* Define the keyframes for the fadeInScale animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bg-00AF50 {
    background-color: #00AF50 !important;
}

.bg-FF416C {
    background-color: #FF416C !important;
}

.bg-03B076 {
    background-color: #03B076 !important;
}

.bg-4473C5 {
    background-color: #4473C5 !important;
}

.bg-FFA851 {
    background-color: #FFA851 !important;
}

.bg-702FA0 {
    background-color: #702FA0 !important;
}

.summary-chart {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    background-color: rgb(255, 255, 255);
}

.summary-chart-header {
    height: 50px;
    background-color: #3498db;
}

.summary-chart-header-text {
    color: white;
    vertical-align: center;
    padding: 16px;
    font-size: 12.5px;
}

.summary-chart-body-pai {
    height: 400px;
}

.summary-chart-footer {
    height: 20px;
    text-align: center;
    float: bottom;
}

.summary-table {
    /*max-height: 350px;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
}

.summary-table-header {
    height: 50px;
    background-color: #3498db;
}

.summary-table-body {
    padding: 10px;
}

.custom-padding {
    padding: 10px 9px 10px 28px !important;
}
.inst-edit {
    display: none;
    height: 40px;
    border: 2px solid #00bcd4c7;
    box-shadow: 4px 4px 7px 0 #00000047;
    border-radius: 5px;
    position: absolute;
}