/* :root {
    scroll-behavior: smooth;
  }

.gradient-form{
    background-color: lightblue;
}

.url{
    color:#dc3545 !important;
    text-decoration: underline;
} */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Calibri, serif;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #085454 !important;
    font-size: 13px !important;
}

.navbar {
    background-color: #e9f2f5;
    border-bottom: 1px solid #085454;
}

.navbar .navbar-brand {
    text-decoration: none;
    font-size: 20px !important;
    font-weight: bold;
    color: #085454 !important;
}

.navbar-nav li a {
    /* margin: 0 !important; */
    margin-right: 5px !important;
    padding: 0 !important;
    text-decoration: none;
    color: #073b3b !important;
    font-weight: 540;
    font-size: 13px !important;
    margin-right: 1px;
}

.logout-anchor {
    margin-left: 250px !important;
    float: right !important;
}

.navbar a:hover {
    background-color: #dee2e6;
    color: #073b3b;
}

#income-statement-form {
    background-color: #f6f9ff;
    border-collapse: collapse;
    width: auto;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#assets-liabilities-form {
    background-color: #f6f9ff;
    border-collapse: collapse;
    width: auto;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#assets-liabilities-form .input {
    height: 5%;
    width: auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

#assets-liabilities-form .input:focus {
    border: 1px solid #339ba6;
}

#assets-liabilities-form .input:hover {
    border: 1px solid #339ba6;
}

#assets-liabilities-form .table {
    max-width: 100%;
}

#assets-liabilities-form p {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

table {
    border-collapse: collapse;
    width: auto;
}

th,
td {
    text-align: center;
    padding: 8px;
    width: auto;
}

th {
    background-color: #e9f2f5;
    color: black;
}

.btn {
    background-color: #e9f2f5 !important;
    color: #085454 !important;
    border: 1px solid #085454;
}

.btn:hover {
    background-color: #085454 !important;
    color: #e9f2f5 !important;
    border: 1px solid #e9f2f5;
}


/* .border{
  background-color: #dee2e6 !important;
  color: #073b3b !important;
  border: #073b3b 1px solid !important;
} */

.div-balance {
    background-color: #e9f2f5 !important;
    color: #073b3b !important;
}

.ledger-table {
    font-family: Courier, monospace !important;
}

.final-balance {
    background-color: #e9f2f5 !important;
    color: #073b3b !important;
    border-top: #073b3b 1px solid !important;
    border-bottom: #073b3b 1px solid !important;
}

.dr-border {
    border-top: #073b3b 1px solid !important;
    border-bottom: #073b3b 1px double !important;
}

.cr-border {
    border-top: #073b3b 1px solid !important;
    border-bottom: #073b3b 1px double !important;
}

#trial-balance-table {
    width: 100%;
    border-collapse: collapse;
}

#trial-balance-table th {
    border-bottom: #073b3b 1px solid !important;
}

#trial-balance-table th,
#trial-balance-table td {
    border: 0px;
    padding: 8px;
    text-align: left;
    color: #073b3b;
}

#trial-balance-table th:nth-child(2) {
    width: 15%;
}

#trial-balance-table th:nth-child(1),
#trial-balance-table th:nth-child(3) {
    width: 5%;
}

#trial-balance-table th:nth-child(4),

/* Amount */

#trial-balance-table th:nth-child(6),
#trial-balance-table th:nth-child(8),
#trial-balance-table th:nth-child(10),
#trial-balance-table th:nth-child(12),
#trial-balance-table td:nth-child(4),

/* Amount */

#trial-balance-table td:nth-child(6),
#trial-balance-table td:nth-child(8),
#trial-balance-table td:nth-child(10),
#trial-balance-table td:nth-child(12) {
    width: 13%;
    /* Adjust the width based on your preference */
    background-color: grey;
}

#trial-balance-table th:nth-child(13) {
    width: 0%
}

#trial-balance-table td:nth-child(13) {
    width: 0%
}

#journalLog-table {
    border-collapse: collapse;
    width: 100%;
}

#journalLog-table th,
#joutnalLog-table td {
    border-bottom: 1px solid #073b3b;
    /* Add a border to the bottom of each th and td */
    padding: 8px;
    text-align: left;
}

.form {
    background-color: #339ba6;
    border-collapse: collapse;
    width: auto;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: solid 1px #339ba6;
}

.select-filter {
    position: relative;
}

.select-filter select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.select-filter input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}

.select-filter input:focus {
    outline: none;
}

.select-filter input::placeholder {
    color: #999;
}

.select-filter input[type="text"] {
    display: none;
}

.select-filter select:focus+input[type="text"] {
    display: block;
}

.income-statement-container{
    font-size: 13px;
}


.table-headers {
    font-weight: bold;
}


/*Style for the tabs in company profile*/
nav-link > :active{
    background-color: #d4fbff !important;
    color: #e9f2f5 !important;

}

/* Nested submenu support (Reports > External / Management) */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
    display: none;
    top: 0;
    left: 100%;
    margin-top: -2px;
    min-width: 200px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > .dropdown-item::after {
    content: " b6";
    font-size: 0.7em;
    float: right;
    margin-top: 3px;
}
