.wrapper-content {
    align-items: center;
    display: flex;
    height: 100vh;
}

.main-section {
    width: 100%;
}

.login__container {
    padding: 0 !important;
    margin-top: auto;
    margin-bottom: auto;
}

.login__header {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: black !important;
    padding-bottom: 0px !important;
}

.login__background {
    background: rgb(0, 18, 83);
    background: linear-gradient(340deg, rgba(0, 18, 83, 1) 55%, rgba(0, 18, 83, 1) 55%, rgba(2, 254, 255, 0.9836309523809523) 55%);
}

.login__title {
    padding-top: 20px;
    color: black !important;
    font-size: 20px;
}

.login__card {
    border-radius: 10px;
}

.login__form-group {
    position: relative;

}

.form-control:valid {
    background-image: none !important;
}

.input__logo {
    position: absolute;
    top: 30%;
    text-align: center;
    font-size: 14px;
    left: 5%;
}

.input__control {
    padding-left: 15% !important;
}

.login__forgot {
    color: black !important;
}

.login__forgot:hover {
    color: grey !important;
    text-decoration: none !important;
}

.sidebar-icon {
    padding-left: 20px;
}

.pagesIcon {
    width: 50%;
}


.header-left {
    font-size: 22px;
}

.header-right {
    text-align: right;
}

.button-container {
    justify-content: end;
}

.button {
    height: 40px;
    width: 125px;
    border-radius: 5px !important;
    margin-right: 1%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dashboard-table {
    width: 180% !important;
    transform: rotateX(180deg);
    margin-bottom: 0 !important;
}

.dashboard-table th {
    font-size: 14px;
}

.dashboard-table-yllw {
    background-color: #fcffb0 !important;
}


tr {
    background-color: #f5f5f5 !important;
}

th {
    background-color: #f5f5f5 !important;
}


tr:nth-child(odd) td {
    background-color: #fafafa;
}

tr:nth-child(even) td {
    background-color: #ffff;
}

.table-sticky--first {
    position: sticky;
    left: 0;
}

.table-sticky--second {
    position: sticky;
    left: 140px;
}

.table-sticky--first-check {
    position: sticky;
    left: 60px;
}

.table-sticky--second-check {
    position: sticky;
    left: 200px;
}

.table-settlement {
    width: 270px !important;
}

.table-expand {
    width: 160px !important;
}

.table-expand--print {
    width: 180px !important;
}

.table-date {
    width: 140px !important;
}

.table-title {
    width: 180px !important;
}

.table-scrollbar {
    transform: rotateX(180deg);
    scroll-behavior: smooth;
}

.table-check-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    position: sticky;
    left: 0;

}

.table-check {
    width: 60px !important;
    position: sticky;
    left: 0;
}

.table-dropdown {
    width: 20px !important;
}

.more__toggle {
    background-color: #f6fafd;
    box-shadow: 0px 2px 5px grey;
    padding: 8px 12px;
    border-radius: 50%;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown__item {
    border-bottom: 1px solid rgba(182, 182, 182, 0.596) !important;
    text-align: center;
}

.dropdown-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dropdown__delete {
    text-align: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown__delete:hover {
    text-align: center;
    background-color: red !important;
    color: white !important;
}

.page-link {
    border-radius: 25px !important;
}

.page-item {
    margin-right: 5px;
}

@media screen and (max-width:1226px) {
    .header-left {
        font-size: 18px;
    }

    .button {
        width: 120px;
        height: 35px;
        font-size: 10px;
    }

    .dashboard-table {
        font-size: 12px;
    }

    .dashboard-table th {
        font-size: 12px;
    }
}

@media screen and (max-width:1195px) {
    .button {
        width: 110px;
        font-size: 9px;
    }
}

@media screen and (max-width:1132px) {
    .button {
        width: 100px;
        font-size: 8px;
    }
}


.registration-modal {
    color: black;
}

.registration-modal-id {
    margin-bottom: 0;
}

.registration-modal-title {
    text-align: center;
    width: 100%;
}

.reference-modal {
    color: black;
}

.reference-modal-id {
    margin-bottom: 0;
}

.reference-modal-title {
    text-align: center;
    width: 100%;
}

.label-input__one-line {
    padding-top: 10px;
}

.modal__line-row {
    padding-top: 10px;
}

.input__one-line {
    width: 100%;
}

.modal__btn {
    width: 120px;
    margin-bottom: 2%;
}

.deleteModal__title {
    width: 100%;
    text-align: center;
    color: black;
}

.deleteModal__body {
    color: black;
    text-align: center;
}

.deleteModal__btn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.card__title {
    color: black;
    font-weight: bolder;
    font-size: 22px;
}

.totalization__head-card {
    cursor: pointer;
}

.settings__collapse {
    cursor: pointer;
}

.totalization__card {
    padding: 0 !important;
}

.totalization__table-company {
    width: 18%;
}

.totalization__check-box {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    accent-color: #152745;
}

.totalization__table-null {
    width: 32%;
}

.totalization__toogle-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.totalization__toogle {
    font-size: 25px;
}

.card__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.totalization__bottom-table {
    width: 160% !important;
    transform: rotateX(180deg);
    margin-bottom: 0 !important;
}


.button-transfer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 150px;
    border-radius: 5px !important;
    margin: 1%;
    background-color: #172b4c;
    color: white;
    box-shadow: 0px 3px 4px #172b4c;
}

.button-transfer:hover {
    background-color: #163675 !important;
    color: white;
}

.button-transfer:focus {
    background-color: #163675 !important;
    color: white;
}

.button-settled {
    height: 40px;
    width: 150px;
    border-radius: 5px !important;
    margin: 1%;
}

.button-auto-settled {
    height: 40px;
    width: 170px;
    border-radius: 5px !important;
    text-align: right;
}

.totalization-table__button-container {
    width: 15% !important;
    text-align: right;
}

.selectSettleModal__header {
    border-bottom: 1px solid #e4e4e6;
}

.selectSettleModal__title {
    font-size: 16px;
    font-weight: lighter;
    color: black;
    width: 100%;
    text-align: center;
}

.selectSettleModal__choice {
    align-items: center;
    justify-content: center;
    padding-top: 1%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #e4e4e6;
}

.selectSettleModal__btn {
    text-align: center;
    width: 100%;
    height: auto;
}

.settleModal__title {
    width: 100%;
    text-align: center;
    color: black;
}

.settleModal__body {
    width: 100%;
    color: black;
    text-align: center;
    padding: 15px;
}

.settleModal__btn {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.settleModal__text {
    margin-bottom: 2%;
}

.weight-table__col {
    width: 25%;
}

.header-left-top {
    font-size: 22px;
    margin-bottom: 10px;
}

.weight-tax__btn-payment {
    margin-top: 20px;
}

.payment-modal {
    color: black;
}

.payment-modal__id {
    margin-bottom: 0;
}

.payment-modal__title {
    text-align: center;
    width: 100%;
}

.payment-modal__input-container {
    align-items: center;
    text-align: center;
    padding-top: 2%;
}

.user__profile {
    width: 35px;
    margin-right: 15px;
}

.user-table__expand {
    width: 24%;
}

.newUser-modal {
    color: black;
}

.newUser-modal__title {
    text-align: center;
    width: 100%;
}

.newUser-modal__input-container {
    align-items: center;
    text-align: center;
    padding-top: 2%;
    padding-right: 0;
}

.settings__row {
    color: black;
    padding-bottom: 10px;
    margin-left: 0 !important;
    width: 100%;
}

.settings__left-col {
    background-color: #f6fafd;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.settings__right-col {
    background-color: white;
    /* display: flex;
    align-items: center !important; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.settings__right-company-col {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.settings__select {
    transform: translateY(20%);
    z-index: 10;
}

.settings__input-left-label {
    width: 85%;
}

.settings__input-right-label {
    margin-bottom: 0;
    margin-left: 0px;
}

.settings__input-short {
    width: 105%;
    text-align: left;
}

.settings__input-long {
    width: 40%;
}

.settings__company-label {
    display: flex;
    align-items: center;
    padding-right: 0;
    margin-right: -5%;
}

.settings__company-container {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f6fafd;
}

.settings__btn-container {
    text-align: right;
    padding-top: 10px;
    padding-right: 55px;
    padding-bottom: 10px;
}

.settings__update-container {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.settings__update {
    width: 20%;
}

.pdf__card {
    margin-top: 0px;
    margin-bottom: 0;
    color: black !important;
}

.pdf__card:first-child {
    margin-top: -60px;
    margin-bottom: 0;
    color: black !important;
}

.pdf__card:nth-child(3n) {
    page-break-after: always;
}

.pdf__header-left {
    font-size: 22px;
    margin-left: 27px;
}

.pdf__header-right-container {
    margin-right: 27px;
}

.pdf__header-right {
    border: 2px solid black;
    height: 55px;
    width: 55px;
}

.pdf__header-middle {
    padding-top: 25px;
    margin-left: 2%;
}

.pdf__print-table {
    /* font-size: 20px; */
    border: 1px solid black !important;
}

.pdf__print-table th {
    border: 1px solid black !important;
}

.pdf__print-table td {
    border: 1px solid black !important;
}

.pdf__table {
    color: black;
    border-color: #163675 !important;
}

.pdf__table th {
    color: black !important;
}

.table-print th {
    font-weight: 1000;
    /* font-size: 12px !important; */
}

.table-print td {
    font-weight: 500;
    /* font-size: 20px !important; */
}

.table-print-coulumn {
    height: 36px !important;
}


@media screen and (min-width: 1400px) {
    .totalization__bottom-table {
        width: 150% !important;
    }
}

@media screen and (min-width: 1800px) {
    .totalization__bottom-table {
        width: 100% !important;
    }

    .totalization__bottom-table th {
        width: 10% !important;
    }

    .dashboard-table {
        width: 130% !important;
    }
}

@media screen and (min-width: 2050px) {
    .dashboard-table {
        width: 115% !important;
    }
}


@media screen and (min-width: 2150px) {
    .dashboard-table {
        width: 110% !important;
    }
}

@media screen and (min-width: 2220px) {
    .dashboard-table {
        width: 100% !important;
    }
}



@media print {
    .main-content {
        padding-left: 20px !important;
    }
}

@media print {
    .table-dashboard__body:nth-child(18n) {
        page-break-after: always;
        break-before: always;
    }
}
