.auth-form, .reset-form {
    .form-control {
        margin-bottom: 4px;
    }
    .form-group {
        margin-bottom: 10px;
    }
}
.navbar-custom .navbar-nav li a {
    text-transform: none;
}
#account-content {
    .container {
        margin-top: 20px;
        min-height: 100vh;
    }

    h3 {
        margin-bottom: 20px;
    }

    table {
        thead {
            th {
                color: #6ba0ab;
            }
        }
    }

    table {
        table-layout: fixed;
        /*min-width: 100% !important;*/
    }

    th, td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.nav-link {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.nav-link:not(.active) {
    border-bottom: 2px solid #ffffff
}
.nav-link.active {

    font-weight: bolder;
    border-bottom: 2px solid #1bbc9d
}
.breadcrumb {
    a {
        color: #1bbc9d;
    }
}
.no-data-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    height: 250px;

    img {
        width: 60px;
    }

    p {
        color: #7c7c7c;
    }
}
.alert ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.form-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.settings-nav {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    column-gap: 6px;
    row-gap: 6px;
    flex-wrap: wrap;
    margin: 0 0 25px;

    li a {
        color: #858585;
        background-color: #f3f3f3;
        padding: 2px 12px;
        border-radius: 10px;
        border: 1px solid #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    li.active a {
        color: #000000;
        border: 1px solid #bbbbbb;
        background-color: #d7d7d7;
    }
}
.rotate-input {
    width: 100px !important;
    text-align: center;
    display: inline-block;
    padding: 10px !important;
}
.rotating-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.rotating-group-label {
    font-size: 11px;
    color: #939393;
}
.filter-logs-box {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;

    .btn-filter {
        width: 120px;
    }

    .account-select, .search-input {
        flex: 1;
        height: 43px;
    }
}
.highlight-toolbar {
    background-color: #f8f9fa;
}
.highlight-toolbar+.highlight {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.highlight {
    position: relative;

    background-color: #f8f9fa;
    word-wrap: anywhere;
}
.token-box {
    border: 1px solid #ecf0f5;
    border-radius: 6px;
    overflow: hidden;

    .form-group {
        border-top: 0 !important;
        /*border-color: gray !important;*/
    }
}
.footer-support-info a {
    color: #1bbc9d !important;
}
.lang-selector {
    img {
        width: 25px;
        height: 25px;
    }

    .message-body {
        .dropdown-item {
            padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
        }
    }
}
.payment-button {
    margin-top: 16px;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
}
.payment-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}
