* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body {
    position: relative;
    height: 100%;
    overflow: auto;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
}

main {
    height: 100%;
    overflow: scroll;
}

ul {
    display: flex;
    list-style: none;
}

.content {
    padding: 20px 0;
}

.video-frame {
    width: 80%;
    margin: 10px auto;
}

.iframe {
    width: 100%;
    height: 520px;
    border-radius: 6px;
}

.title {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.preview-title {
    text-align: center;
}

.description__text {
    font-size: 20px;
    text-align: center;
}

.preview_content {
    padding: 10px 5px;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 2px solid lightgray;
    font-size: 16px;
    font-weight: 500;
}

.header_item {
    display: flex;
    gap: 10px;
}

.header_item1 {
    display: inline-block;
    width: auto;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.header__title {
    padding: 10px 0;
}

.input-group {
    width: 250px;
}

.input-group1 {
    width: 270px;
}

.input-group2 {
    width: 180px;
}

.search__bar {
    width: 100%;
    display: flex;
    gap: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.page-tabs {
    display: inline-block;
    margin: 0 0 0 14px;
    padding: 0;
    vertical-align: middle;
}

    .page-tabs li {
        color: #438de2;
        display: inline-block;
        margin-left: 10px;
        cursor: pointer;
        padding: 11px 16px 10px 16px;
        border: none;
        border-radius: 8px;
        background-color: transparent;
    }

        .page-tabs li a {
            text-decoration: none;
            font-size: 13px;
            line-height: 16px;
            font-weight: 500;
            letter-spacing: 0.03em;
        }

        .page-tabs li:hover,
        .page-tabs li.active:hover {
            background-color: #dbecff;
        }

        .page-tabs li:active {
            background-color: #cae0fc;
        }

        .page-tabs li:hover,
        .page-tabs li a:hover,
        .page-tabs li:active,
        .page-tabs li a:active {
            border: none;
            text-decoration: none;
        }

        .page-tabs li.active {
            background-color: #e5f1ff;
        }

            .page-tabs li.active:active {
                background-color: #dae7f7;
            }

#dropdownMenuButton1 {
    color: #438de2;
}
#dropdownMenuButton1:hover,
#dropdownMenuButton1:active {
    background-color: #dbecff;
}
.btn-outline-primary.dropdown-toggle.show {
    background-color: #dbecff;
}

.status-wrapper {
    padding: 2px 4px;
}

.status {
    display: block;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    padding: 5px 0;
}

.status-new {
    background-color: #f0ad4e;
}

.status-done {
    background-color: #19bb5a;
}

.status-canceled {
    background-color: #df1b1b;
}

.order__details {
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.nested-table {
    height: 0px;
    transition: height 350ms linear;
}

    .nested-table > td {
        padding: 10px;
    }

.table-active {
    height: 100%;
}

.fixed-table {
    height: calc(100vh - 200px);
    /* max-height: 760px; */
    overflow: auto;
}

.relative {
    position: relative;
}

.table-header {
    position: sticky;
    top: -1px;
    background-color: white;
    border-top: 1px solid #dee2e6;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}

.settings_content {
    padding: 10px 5px;
}

.notification-form > button {
    margin-top: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.notification-form > .btn {
    height: 40px;
    font-size: 0.9rem !important;
}

.checkbox {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
    min-height: 27px;
    vertical-align: middle;
}

    .checkbox > label {
        vertical-align: baseline;
    }

.btn-green {
    background: #19bb5a;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    transition: background 0.15s ease-in;
    max-height: 40px;
}

.page-invoice__table {
    width: 100%;
}

.page-invoice__table-header {
    border-bottom: 1px solid #eee;
    color: #888;
    font-size: 12px;
}

.page-invoice__table-row {
    font-size: 12px;
}

.page-invoice__table-col {
    padding: 15px;
}

.page-invoice__table--bordered .page-invoice__table-item {
    border-bottom: 1px solid #eee;
}

    .page-invoice__table--bordered .page-invoice__table-item:last-child {
        border: 0;
    }

.page-invoice__table--bordered .page-invoice__table-item--active {
    background-color: #fefae9;
}

.page-invoice__table--bordered
.page-invoice__table-item
.show-invoice-detail:hover {
    cursor: pointer;
}

.page-invoice__table-price {
    white-space: nowrap;
}

.page-invoice__bill .page-invoice__table-col:first-child {
    padding-left: 30px;
}

.page-invoice__bill .page-invoice__table-col:last-child {
    padding-right: 30px;
}

.content-header {
    height: auto;
    min-height: 64px;
    max-height: 128px;
    border-bottom: 1px solid #eee;
}

.pull-left {
    float: left;
    vertical-align: baseline;
    padding: 12px 24px 13px 24px;
}

    .pull-left > h2 {
        height: 22px;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

input[type="checkbox"] {
    margin: 0;
}

.form-control1 {
    font-size: 12px;
}

.listing .table-container > .table {
    width: 100%;
    max-width: 100%;
}

.listing {
    height: auto;
}

.paged_list {
    margin-left: 10px;
}

.fs-14 {
    font-size: 12px;
    width: auto;
    min-width: 150px;
}

.fs-14 li {
    padding-inline: 10px;
    padding-block: 3px;
}

.form-check-label {
    font-weight: 500;
}

@media (max-width: 1356px) {
    .input-group {
        width: 230px;
    }

    .input-group1 {
        width: 250px;
    }

    .input-group2 {
        width: 160px;
    }

    .form-select,
    .input-group-text,
    .form-control {
        font-size: 12px;
    }

    .status-wrapper {
        padding: 1px 2px;
    }

    .status {
        display: block;
        border-radius: 5px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        vertical-align: middle;
        width: 75px;
        padding: 3px 0;
    }
}

@media (max-width: 1224px) {
    .btn {
        height: 30px;
    }

    .input-group {
        width: 210px;
    }

    .input-group1 {
        width: 230px;
    }

    .input-group2 {
        width: 140px;
    }

    .notification-form > .btn {
        height: 40px;
        font-size: 0.9rem !important;
    }

    .form-select,
    .input-group-text {
        font-size: 12px;
    }

    .page-invoice__table-header {
        font-size: 12px;
    }

    .page-invoice__table-row {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .paged_list,
    .input-group-text,
    .form-control,
    .form-select,
    .btn {
        font-size: 10px;
    }

    .btn {
        height: 30px;
    }

    .input-group {
        width: 190px;
    }

    .input-group1 {
        width: 210px;
    }

    .input-group2 {
        width: 120px;
    }

    .notification-form > .btn {
        height: 40px;
        font-size: 0.8rem !important;
    }

    .page-invoice__table-header {
        font-size: 10px;
    }

    .page-invoice__table-row {
        font-size: 10px;
    }
}
