.custom-image-file {
    border: #cccbcb dashed 2px;
    cursor: pointer;
    padding: 1px;
    width: 156px;
    background: #ffff;
    height: 156px;
    text-align: center;
}

.custom-image-file-preview {
    position: relative;
    width: 150px;
    height: 150px;
}

.custom-image-file-preview img {
    width: 150px;
    height: 150px;
}

.image-file-controller {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-image-file-preview .btn {
    position: absolute;
    top: 55px;
    left: 60px;
    color: white;
}

.aside .aside-menu {
    width: 100%;
    padding-top: 0;
}

.account-tree-item {
    padding: 0 10px;
}

.account-tree-item-wrapper {
    transition: 0.2s linear;
}

.account-tree-item-wrapper:hover {
    background-color: #d1ddde;
}

.account-tree-item-container {
    padding: 7px 0;
    color: var(--secondary-color) !important;
    cursor: pointer;
    display: inline-block;
}

.accounte-tree-item-viewer, .accounte-tree-item-creator, .accounte-tree-item-collapse {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}

.accounte-tree-item-collapse {
    rotate: 90deg;
}

.account-tree-children {
    display: none;
    overflow: hidden;
}

.account-tree {
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 1.5rem;
}

.input-group .form-control,
.form-group .form-control {
    /* border-radius: 20px !important;
    background-color: #fff !important;
    border: 1px solid #c9c8c8 !important;
    padding: 0 0.5rem !important; */
}

.input-group .form-control:hover,
.form-group .form-control:hover {
    /* background-color: #fff !important; */
}

.form-wrapper {
    background: #05595b0f 0% 0% no-repeat padding-box;
    padding: 2rem;
    border-radius: 1.5rem;
    /* margin-right: 2rem; */
}

.form-white-wrapper {
    background: #fff 0% 0% no-repeat padding-box;
    padding: 2rem;
    border-radius: 1.5rem;
}

.form-group.date-format-input .form-control {
    padding-right: 4.5rem !important;
}

.form-group.date-format-input::before {
    background: url("/images/calendar-2.svg") center/contain no-repeat;
    left: unset;
    right: 25px;
}

.input-group label,
.input-group .form-label,
.form-group label,
.form-group .form-label,
.col-form-label {
    color: var(--secondary-color) !important;
}

/* Custom button styles moved to main.css with brand colors */

.width-100 {
    width: 100% !important;
}

.ml-10 {
    margin-left: 5rem !important;
}

/* thead, tfoot {
    background-color: #f5f5f5 !important;
} */

/* .dataTable thead, .dataTable tfoot {
    background: #05595b0f 0% 0% no-repeat padding-box !important;
} */

.dataTable thead th, .dataTable tfoot th {
    padding: 15px 3rem !important;
    text-align: center;
}

.dataTable tbody tr:nth-child(even) {
    background-color: #e2d7840f;
}

.dataTable tbody tr:nth-child(odd) {
    background-color: #fff;
}

.width-25 {
    width: 24% !important;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}

.width-33 {
    width: 32.3333% !important;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}

.custom-btn.custom-btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
    color: #fff !important;
}

.custom-btn.custom-btn-danger span {
    color: #fff !important;
}

.custom-btn.custom-btn-danger i {
    color: #fff !important;
}

.custom-btn.custom-btn-danger:hover {
    background: linear-gradient(135deg, #c82333 0%, #dc3545 100%) !important;
    border-color: #dc3545 !important;
}

.text-primary {
    color: #095b5d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color) !important;
}

.form-control {
    /* background-color: #f5f5f5 !important; */
}

.input-group .form-control:hover,
/* .form-group .form-control:hover {
    background-color: #f5f5f5 !important;
} */

.modal .modal-header {
    /* background-color: transparent !important;
    border-bottom: none; */
}

.input-group:hover .input-group-text {
    border-color: #095b5d !important;
}

.input-group:hover .form-control {
    border-color: #095b5d !important;
}

.input-group input.form-control {
    width: auto !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #e4e6ef !important;
    border-right-width: 0 !important;
    padding: 2rem 0.5rem !important;
    padding-right: 1rem !important;
}

.package {
    width: 520px;
    max-width: 100%;
    border: 2px solid #062c300f;
    background-color: #f5f5f5;
    border-radius: 40px;
    padding-top: 22px;
}

.package-body {
    border-radius: 100px 0 40px 40px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 2rem;
}

.package-description {
    font-size: 20px;
}

.package-props .prop-value {
    font-size: 1.4rem;
}

.fc-daygrid-body-balanced,
.fc-scrollgrid-sync-table {
    width: 100% !important;
    height: 100% !important;
}

.fc-col-header {
    width: 100% !important;
}

.dt-buttons {
    gap: 1rem;
}

.input-search-account {
    background-color: #fff !important;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 3rem;
    font-size: 14px;
}

.input-search-account-container {
    position: relative;
}

.input-search-account-container::before {
    display: flex;
    content: "";
    background-image: url(../images/search-status.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#balance-sheet-table td:first-child {
    width: 30%;
}

@media (min-width: 768px) {
    .account-tree-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #account-form-container {
        margin: 1rem 0 !important;
    }
}
