@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:active, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #253950 !important;
    outline-color: #253950 !important;
    border-color: #253950 !important;
}

html {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #eeeeee;
    overflow-y: hidden;
}

.body-wrapper {
    display: flex;
    height: 100%;
}

h1, h2, h3, h4, h5, .account-controls-holder, .navbar {
    font-family: 'Saira', sans-serif;
}

.container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

.account-controls-holder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.managment-component {
    width: 100%;
}

h2 {
    font-size: 22px !important;
}

.vertical-splitter {
    border-right: 1px solid #f1f1f1;
}

.content-container {
    width: calc(100% - 40px);
    height: 100%; /*calc(100% - 70px);*/
    padding: 10px; /*height: calc(100vh - 140px);*/
    /*display: flex;
    flex-direction: row;*/
    overflow-y: auto;
    margin: auto;
    background-color: white;
    border: 1px solid #f1f1f1;
}

.conditional-content {
    display: block;
    padding-left: 5px;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
}

    .conditional-content td, th {
        padding: 5px;
        border: solid;
        border-width: 0.2px;
    }

.options-column {
    display: flex;
    margin-bottom: 10px;
}

    .options-column button {
        padding: 10px 15px;
        border: none;
        color: black;
        cursor: pointer;
        background: none;
        border-bottom: 1px solid #f1f1f1;
        transition-duration: 0.3s;
    }

    .options-column .active {
        border: 1px solid #f1f1f1;
        border-bottom: none;
        font-weight: bold;
    }

    .options-column button:hover:not(.options-filler) {
        background-color: #f1f1f1;
    }

.options-filler {
    width: 100%;
    background: none;
    border-bottom: 1px solid #f1f1f1;
    cursor: unset !important;
}

.page-buttons-holder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-buttons-holder button {
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
    }

.conditional-content {
    flex-grow: 1;
}

.confirm-button {
    background-color: inherit;
    border: none;
}

.product-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #f1f1f1;
    padding: 5px;
}

.product-form-search {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

    .product-form-search p {
        padding-right: 10px;
        text-align: center;
        color: gray;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

.page-dropdown {
    height: 44px;
    border-radius: 5px;
    text-align: center;
}

.page-dropdown {
    width: 100px;
    overflow: hidden;
}

.product-form label {
    text-align: start;
}

.product-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-form button {
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-table {
    width: 100%;
    font-size: 14px;
}

td {
    padding: 5px;
}

.markup-form {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .markup-form div {
        display: flex;
        flex-direction: column;
    }

    .markup-form label {
        text-align: start;
        font-weight: bold;
        min-width: 100px;
    }

    .markup-form div input {
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .markup-form button {
        padding: 10px 15px;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        align-self: center;
    }

.uk-notification-success {
    background-color: #28a745;
    color: white;
    border: 1px solid #1e7e34;
    margin-top: 20px;
    margin-right: 20px;
}

.uk-notification-failure {
    background-color: #dc3545;
    color: white;
    border: 1px solid #b21f2d;
}

.uk-notification-success span {
    color: white;
}

.uk-notification-failure span {
    color: white;
}

.uk-notification {
    width: unset;
}

.uk-notification-message {
    border-radius: 7px;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: white !important;
    font-size: 14px !important;
    padding: 10px !important;
    text-align: justify !important;
    border: 1px solid;
}

.uk-notification-close {
    display: none !important;
}

.uk-notification-close {
    top: 8px;
    right: 8px;
}

.synchronization-form {
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    text-align: center;
    max-width: 900px;
}

    .synchronization-form div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        border-bottom: solid 0.2px rgba(128, 128, 128,0.2);
        padding-bottom: 15px
    }

        .synchronization-form div div {
            display: flex;
            align-items: flex-start;
            justify-content: space-around;
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

    .synchronization-form label {
        text-align: left;
        margin-right: 10px;
    }

    .synchronization-form span {
        margin: 10px;
    }

    .synchronization-form input,
    .synchronization-form select {
        min-width: 400px;
        width: auto;
        display: inline-block;
        padding: 8px;
        font-size: 1rem;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .synchronization-form button {
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        border-radius: 4px;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s;
        margin-top: 10px;
    }

.dual-list-container {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 290px);
    width: calc(100% - 40px);
    background-color: white;
}

    .dual-list-container div {
        display: flex;
        flex-direction: column;
    }

    .dual-list-container h2 {
        text-align: center;
    }

.dual-list-container-holder {
    width: 50%;
}

.dual-list-btn-holder {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.list-container {
    max-width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #f1f1f1;
    overflow: auto;
    background-color: white;
}

    .list-container input {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .list-container ul {
        list-style-type: none;
        padding: 0;
        margin-top: 0px;
    }

    .list-container li {
        padding: 2px;
        cursor: pointer;
        transition: background-color 0.3s;
        border-bottom: 1px solid #d8d8d8;
    }

        .list-container li:hover {
            background-color: #e0e0e0;
        }

.selected-item {
    background-color: #1b293b;
    color: white;
}

.match-button {
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 5px;
}

table.category-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
}

    table.category-table thead tr {
        background-color: #1b293b;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    table.category-table thead th {
        padding: 5px 10px 5px 10px;
        border: 1px solid black;
    }

    table.category-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    table.category-table tbody td {
        padding: 0px 4px 0px 4px;
    }

    table.category-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    table.category-table tbody tr td.action:hover {
        background-color: #f1f1f1;
        transition-duration: 0.3s;
    }

    table.category-table tbody tr:nth-of-type(even) td.action:hover {
        background-color: #d8d8d8;
        transition-duration: 0.3s;
    }

.choice-buttons {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.back-button {
    background-color: #1b293b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
}

    .back-button:hover {
        background-color: #101923;
    }

.navbar-brand {
    text-decoration: none !important;
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.revert-button {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    color: dimgray;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

    .revert-button::after {
        content: 'Cofnij zmiany';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        pointer-events: none;
    }

.password-eye {
}

.revert-button:hover::after {
    opacity: 1;
}

.revert-button:hover {
    background-color: #b0b0b0;
}

.dropdown-settings {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-top: auto;
}

    .dropdown-settings span i {
        font-size: 30px;
    }

.dropdown-settings-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .dropdown-settings-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.footer {
    border-top: none;
    background-color: #101923;
}

    .footer div {
        width: 100%;
        margin: auto;
        text-align: center;
    }

.border-right {
    border-right: 1px solid black !important;
}

.border-top {
    border-top: 1px solid black !important;
}

.auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.auth-form {
    background-color: white;
    padding: 20px;
    max-width: 400px;
    width: 100%;
}

    .auth-form h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .auth-form > div {
        margin-bottom: 5px;
    }

    .auth-form label {
        display: block;
        font-weight: bold;
        font-size: 15px;
        margin-top: 10px;
    }

    .auth-form input {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .auth-form span {
        color: red;
        font-size: 12px;
    }

    .auth-form input:focus {
        outline: none;
        border-color: #007bff;
    }

    .auth-form button {
        float: right;
    }

    .auth-form img {
        height: 60px;
        width: auto;
    }

.auth-link {
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.main-page-logo-holder {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main-page-br {
    border-right: 2px solid grey;
}

.main-page-section {
    width: 50%;
    height: 100%;
}

.main-page-logo {
    height: 120px;
    width: auto;
}

.main-page-description {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.img-table {
    max-width: 100px;
    height: auto;
}

.bg-grey {
    background-color: #d8d8d8 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
}

.phone-input-container {
    display: flex;
    gap: 5px;
}

    .phone-input-container input#phone-country {
        width: 80px;
        text-align: center;
    }

    .phone-input-container input#phone-number {
        flex: 1;
    }

.auth-form a {
    color: #1b293b !important;
}

.border-black {
    border-color: black !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar {
    width: 240px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    background-color: #253950;
    background-image: linear-gradient(0deg, #101923, transparent);
    padding-left: 10px;
    padding-right: 10px;
}

    .navbar div {
        width: 100%;
    }

    .navbar i {
        margin-right: 5px
    }

.container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

.main-container {
    height: calc(100vh - 50px);
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    background-color: #253950;
    color: white;
}

.container-header-title {
    font-size: 20px;
    padding-left: 20px;
}

.account-controls-holder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.managment-component {
    width: 100%;
}

.page-title {
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

    .page-title p {
        font-size: 14px;
    }

.vertical-splitter {
    border-right: 1px solid #f1f1f1;
}

.content-container {
    width: calc(100% - 40px);
    height: 100%; /*calc(100% - 70px);*/
    padding: 10px; /*height: calc(100vh - 140px);*/
    /*display: flex;
    flex-direction: row;*/
    overflow-y: auto;
    margin: auto;
    gap: 20px;
    background-color: white;
    border: 1px solid #f1f1f1;
}

.conditional-content {
    display: block;
    padding-left: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .conditional-content td, th {
        padding: 5px;
        border: solid;
        border-width: 0.2px;
    }

.page-buttons-holder {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page-buttons-holder button {
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
    }

.confirm-button {
    background-color: inherit;
    border: none;
}

.product-form {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #f1f1f1;
    padding: 5px;
}

.product-form-fields {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

    .product-form-fields div {
        padding-top: 10px;
    }

.product-form-search {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

    .product-form-search p {
        padding-right: 10px;
        text-align: center;
        color: gray;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

.page-dropdown {
    height: 44px;
    border-radius: 5px;
    text-align: center;
}

.page-dropdown {
    width: 100px;
    overflow: hidden;
}


.product-form-fields div label {
    display: flex;
    flex-direction: column;
}

.product-form label {
    text-align: start;
}

.product-form input {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .product-form input[type="text"] {
        padding: 2px 4px 2px 4px;
        width: 100%;
        box-sizing: border-box;
    }

.product-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-form button {
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-table {
    width: 100%;
    font-size: 14px;
}

td {
    padding: 5px;
}

.uk-notification-success {
    background-color: #28a745;
    color: white;
    border: 1px solid #1e7e34;
    margin-top: 20px;
    margin-right: 20px;
}

.uk-notification-failure {
    background-color: #dc3545;
    color: white;
    border: 1px solid #b21f2d;
}

.uk-notification-success span {
    color: white;
}

.uk-notification-failure span {
    color: white;
}

.uk-notification {
    width: unset;
}

.uk-notification-message {
    border-radius: 10px;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: white;
    font-size: 18px;
    padding: 20px;
}

.uk-notification-close {
    top: 8px;
    right: 8px;
}

.synchronization-form {
    margin: 0 auto;
    padding: 10px;
    background-color: white;
    text-align: center;
}

    .synchronization-form div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        border-bottom: solid 0.2px rgba(128, 128, 128,0.2);
        padding-bottom: 15px
    }

        .synchronization-form div div {
            display: flex;
            align-items: flex-start;
            justify-content: space-around;
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

    .synchronization-form label {
        text-align: left;
        margin-right: 10px;
    }

    .synchronization-form span {
        margin: 10px;
    }

    .synchronization-form input,
    .synchronization-form select {
        min-width: 400px;
        width: auto;
        display: inline-block;
        padding: 8px;
        font-size: 1rem;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .synchronization-form button {
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        border-radius: 4px;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s;
    }

[data-tooltip] {
    position: relative;
}

    [data-tooltip]:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        font-size: 12px;
        z-index: 1;
        width: 300px;
        white-space: pre-line;
        text-align: center;
    }

.dual-list-container {
    display: flex;
    justify-content: space-between;
    max-height: calc(100vh - 225px);
    width: calc(100% - 40px);
    margin: auto;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: white;
}

    .dual-list-container div {
        display: flex;
        flex-direction: column;
    }

    .dual-list-container h2 {
        text-align: center;
    }

.dual-list-container-holder {
    width: 50%;
}

.dual-list-btn-holder {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.list-container {
    max-width: 100%;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #f1f1f1;
    overflow: auto;
    background-color: white;
}

    .list-container input {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .list-container ul {
        list-style-type: none;
        padding: 0;
    }

    .list-container li {
        padding: 2px;
        cursor: pointer;
        transition: background-color 0.3s;
        border-bottom: 1px solid #d8d8d8;
    }

        .list-container li:hover {
            background-color: #e0e0e0;
        }

.selected-item {
    background-color: #1b293b;
    color: white;
}

.match-button {
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 5px;
}

table.category-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
}

    table.category-table thead tr {
        background-color: #1b293b;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    table.category-table thead th {
        padding: 5px 10px 5px 10px;
        border: 1px solid black;
    }

    table.category-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    table.category-table tbody td {
        padding: 0px 4px 0px 4px;
    }

    table.category-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    table.category-table tbody tr td.action:hover {
        background-color: #f1f1f1;
        transition-duration: 0.3s;
    }

    table.category-table tbody tr:nth-of-type(even) td.action:hover {
        background-color: #d8d8d8;
        transition-duration: 0.3s;
    }

.choice-buttons {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.back-button {
    background-color: #1b293b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
}

    .back-button:hover {
        background-color: #101923;
    }

.navbar-logo {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand {
    text-decoration: none !important;
    color: white;
    margin-right: auto;
    margin-left: auto;
}

.btn-primary {
    background-color: #1b293b;
    border: 1px solid #253950;
}

    .btn-primary:hover {
        background-color: #101923;
    }

    .btn-primary:focus {
        background-color: #101923;
        border: 1px solid #253950;
    }

.btn-success {
    background-color: green;
    border: 1px solid darkgreen;
}

    .btn-success:hover {
        background-color: darkgreen;
    }

    .btn-success:focus {
        background-color: darkgreen;
        border: 1px solid darkgreen;
    }

.revert-button {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    color: dimgray;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

    .revert-button::after {
        content: 'Cofnij zmiany';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 5px;
        border-radius: 4px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        pointer-events: none;
    }

.password-eye {
}

.revert-button:hover::after {
    opacity: 1;
}

.revert-button:hover {
    background-color: #b0b0b0;
}

.dropdown-settings {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-top: auto;
}

    .dropdown-settings span i {
        font-size: 30px;
    }

.dropdown-settings-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .dropdown-settings-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.footer {
    border-top: none;
    background-color: #101923;
}

    .footer div {
        width: 100%;
        margin: auto;
        text-align: center;
    }

.border-right {
    border-right: 1px solid black !important;
}

.border-top {
    border-top: 1px solid black !important;
}

.nav-link {
    text-decoration: none !important;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

    .nav-link:hover {
        background-color: #101923;
    }

.main-page-logo-holder {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.main-page-br {
    border-right: 2px solid grey;
}

.main-page-section {
    width: 50%;
    height: 100%;
}

.main-page-logo {
    height: 120px;
    width: auto;
}

.main-page-description {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default !important;
}

.img-table {
    max-width: 100px;
    height: auto;
}

.bg-grey {
    background-color: #d8d8d8 !important;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

.register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
}

.phone-input-container {
    display: flex;
    gap: 5px;
}

    .phone-input-container input#phone-country {
        width: 80px;
        text-align: center;
    }

    .phone-input-container input#phone-number {
        flex: 1;
    }

.border-black {
    border-color: black !important;
}

/* Skeleton */
.skeleton-loader {
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100% ), #d5d5d5;
    background-repeat: repeat-y;
    background-size: 100px 100px;
    background-position: -100px 0;
    animation: shine 1.7s infinite;
    animation-timing-function: linear;
    border-radius: 7px;
}

.skeleton-header {
    height: 23px;
    border-radius: 0px;
}

.skeleton-content, .skeleton-content-l, .skeleton-content-m, .skeleton-content-s, .skeleton-content-xs {
    height: 28px;
    margin-bottom: 2px;
    margin-top: 0;
    margin-right: 20px;
}

.skeleton-content {
    margin: 0;
    margin-top: 10px;
}

.skeleton-cotntent-l {
    width: 100%;
}

.skeleton-content-m {
    width: 68%;
}

.skeleton-content-s {
    width: 50%;
}

.skeleton-content-xs {
    width: 33%;
}

/* Skeleton animation */
@keyframes shine {
    100% {
        background-position: calc(100% + 100px) 0;
    }
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-08 {
    opacity: 0.8;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-content {
    background-color: white;
    margin-left: calc(50% - 180px);
    margin-right: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    top: 50%;
    transform: translateY(-50%);
}

    .modal-content tbody input, .modal-content .input-placeholder {
        width: 100px;
    }

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 10px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.integration-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    gap: 1rem;
}

.integration-card-link {
    text-decoration: none !important;
}

.integration-card {
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 250px;
    height: 180px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    color: #101923;
    cursor: pointer;
    transition-duration: 0.3s;
}

    .integration-card p {
        font-size: 13px;
    }

.integration-card-img {
    object-fit: cover;
    display: flex;
    text-align: center;
    width: 100%;
    height: 50px;
}

    .integration-card-img img {
        margin: auto;
        width: auto;
        height: auto;
        max-height: 50px;
        max-width: 120px;
    }

.integration-card-content {
    padding: 16px;
    background-color: #fff;
}


.integration-card-text {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #253950;
}

.integration-card:hover {
    background-color: #f8f8f8;
    border-color: #eee;
}

    .integration-card:hover .integration-card-text {
        color: #101923;
    }

.integration-card-active {
    background-color: #eeeeee;
    border-color: #bbbbbb;
}

.dual-integration-image {
    display: flex;
    align-items: center;
    width: 100%;
}

.subintegration-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 15px;
    right: 15px;
    overflow-y: auto;
    background: white;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee
}

.integration-contact-holder {
    width: 100%;
    text-align: center;
}

.integration-contact {
    padding: 5px 10px;
    cursor: pointer;
    transition-duration: 0.3s;
    margin: auto;
}

.dashboard-content-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: calc(100% - 45px);
    font-size: 14px;
}

.dashboard-element {
    border-color: #eee;
    height: 100%;
    padding-top: 10px;
    padding-right: 10px;
}

.dashboard-robot-holder {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0px;
}

.dashboard-integrations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

    .dashboard-integrations .integration-card {
        width: 40%;
        max-width: 250px;
        height: 160px;
    }

    .dashboard-integrations .integration-card-img img {
        max-height: 100%;
        max-width: 100%;
    }

.dashboard-status-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    height: calc(100% - 40px);
}

.dashboard-status-integration-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 180px;
    height: 80px;
    padding: 5px;
    border: 1px solid #eee;
    margin: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .dashboard-status-integration-card i {
        font-size: 15px;
    }

    .dashboard-status-integration-card p {
        color: #253950;
        font-weight: 500;
        font-size: 13px;
    }

.dashboard-status-integration-time {
    width: 100%;
    font-size: 9px;
}

.dashboard-status-integration-card i, .dashboard-status-integration-card p {
    width: 100%;
}

.status-ok {
    color: green;
}

.status-bad {
    color: red;
}

.synchronization-new-form,
.synchronization-new-form * {
    font-family: Source Sans Pro, Arial;
}

    .synchronization-new-form hr {
        border-bottom: solid 0.2px rgba(128, 128, 128,0.2);
    }

.validation-message {
    color: red;
}

.synchronization-new-form .btn-dark {
    background-color: #45607f;
    border-color: #91c1f7;
    position: relative;
    overflow: hidden;
}

.synchronization-new-form .btn-dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    transition: none;
}

.synchronization-new-form .btn-dark:hover::after {
    left: 160%;
    transition: 0.7s;
}
