@import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #4f5f6f;
    overflow-x: hidden;
    font-size:15px;
}

a {
    cursor: pointer
}

textarea {
    resize: none
}

.main-wrapper {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#ref .color-primary {
    color: #FAB21D
}

#ref .chart .color-primary {
    color: #fe9e50
}

#ref .chart .color-secondary {
    color: #ffd6b6
}

.auth {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #fbfbfa;
    overflow-x: hidden;
    overflow-y: auto
}

.auth-container {
    font-family: 'Plus Jakarta Sans';
    width: 450px;
    min-height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.auth-container .auth-header {
    text-align: center;
    border-bottom: 1px solid #9d5e39
}

.auth-container .auth-title {
    color: #97A4B1;
    padding: 20px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
    margin: 0
}

.auth-container .auth-content {
    padding: 30px 50px;
    min-height: 260px
}

.auth-content .form-group .checkbox:checked + span:before {
    color: #9d5e39 !important;
}

.auth-container .forgot-btn {
    line-height: 28px
}

.auth-container .checkbox label {
    padding: 0
}

.auth-container .checkbox1 label {
    padding: 0
}

.auth-container .checkbox a {
    vertical-align: text-top
}

.auth-container .checkbox1 a {
    vertical-align: text-top
}

.auth-container .checkbox span {
    color: #4f5f6f
}

.auth-container button {
    background: #9d5e39 !important;
}

.recaptcha {
    text-align: center
}

.recaptcha div:first-child {
    display: inline-block
}


@media (max-width: 767px) {
    .auth-container {
        width: 100%;
        min-height: 100vh;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: inherit;
        transform: inherit;
        margin: 0;
        margin-bottom: 0px;
        background: white;
    }

    .auth-container .auth-content {
        padding: 30px 25px;
    }
}

.app {
    position: relative;
    width: 100%;
    padding-left: 230px;
    min-height: 100vh;
    margin: 0 auto;
    left: 0;
    background-color: #f0f3f6;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    -webkit-transition: left .3s ease, padding-left .3s ease;
    transition: left .3s ease, padding-left .3s ease;
    overflow: hidden
}

.app .content {
    padding: 95px 20px 75px;
    min-height: 100vh
}

@media (min-width: 1200px) {
    .app .content {
        padding: 50px 40px 85px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .app .content {
        padding: 100px 35px 80px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .app .content {
        padding: 95px 20px 75px
    }
}

@media (max-width: 767px) {
    .app .content {
        padding: 70px 5px 20px 5px
    }
}

@media (max-width: 991px) {
    .app {
        padding-left: 0
    }

    .app.sidebar-open {
        left: 0
    }
}

.app.blank {
    background-color: #667380
}

.alert {
    background-image: none
}

.alert.alert-primary {
    color: #fff;
    background-color: #FAB21D;
    border-color: #FAB21D
}

.alert.alert-primary hr {
    border-top-color: #FAB21D
}

.alert.alert-primary .alert-link {
    color: #e6e6e6
}

.alert.alert-success {
    color: #fff;
    background-color: #4bcf99;
    border-color: #4bcf99
}

.alert.alert-success hr {
    border-top-color: #37ca8e
}

.alert.alert-success .alert-link {
    color: #e6e6e6
}

.alert.alert-info {
    color: #fff;
    background-color: #76D4F5;
    border-color: #76D4F5
}

.alert.alert-info hr {
    border-top-color: #5ecdf3
}

.alert.alert-info .alert-link {
    color: #e6e6e6
}

.alert.alert-warning {
    color: #fff;
    background-color: #fe974b;
    border-color: #fe974b
}

.alert.alert-warning hr {
    border-top-color: #fe8832
}

.alert.alert-warning .alert-link {
    color: #e6e6e6
}

.alert.alert-danger {
    color: #fff;
    background-color: #F44;
    border-color: #F44
}

.alert.alert-danger hr {
    border-top-color: #ff2b2b
}

.alert.alert-danger .alert-link {
    color: #e6e6e6
}

.alert.alert-inverse {
    color: #fff;
    background-color: #131e26;
    border-color: #131e26
}

.alert.alert-inverse hr {
    border-top-color: #0b1115
}

.alert.alert-inverse .alert-link {
    color: #e6e6e6
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.row-sm {
    margin-left: -10px;
    margin-right: -10px
}

.row-sm [class^='col'] {
    padding-left: 10px;
    padding-right: 10px
}

.title-block {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7dde4
}

.title-block::after {
    display: block;
    clear: both;
    content: ""
}

@media (max-width: 767px) {
    .title-block {
        margin-bottom: 20px
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.subtitle-block {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0e5ea
}

.section {
    display: block;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .section {
        margin-bottom: 25px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .section {
        margin-bottom: 10px
    }
}

.section:last-of-type {
    margin-bottom: 0
}

.box-placeholder {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px dashed #ddd;
    background: #fafafa;
    color: #444;
    cursor: pointer
}

.underline-animation {
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FAB21D;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.stat-chart {
    border-radius: 50%
}

.stat {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 10px
}

.stat .value {
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400
}

.stat .name {
    overflow: hidden;
    text-overflow: ellipsis
}

.stat.lg .value {
    font-size: 26px;
    line-height: 28px
}

.stat.lg .name {
    font-size: 16px
}

.list-icon [class^='col'] {
    cursor: pointer
}

.list-icon [class^='col'] em {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    line-height: 30px
}

.list-icon [class^='col']:hover em {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2)
}

.well {
    background-image: none;
    background-color: #fff
}

.jumbotron {
    background-image: none;
    background-color: #fff;
    padding: 15px 30px
}

.jumbotron.jumbotron-fluid {
    padding-left: 0;
    padding-right: 0
}

.rounded {
    border-radius: .25rem
}

.rounded-l {
    border-radius: .3rem
}

.rounded-s {
    border-radius: .2rem
}

.jqstooltip {
    height: 25px !important;
    width: auto !important;
    border-radius: .2rem
}

.title {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0
}

.title.l {
    font-size: 1.6rem
}

.title.s {
    font-size: 1.4rem
}

.card .title {
    font-size: 1.1rem;
    color: #4f5f6f
}

.title-description {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    color: #7e8e9f
}

.title-description.s {
    font-size: .8rem
}

@media (max-width: 767px) {
    .title-description {
        display: none
    }

    .item-col .text-center {
        text-align: left !important
    }

    .item-col .text-right {
        text-align: left !important
    }
}

.subtitle {
    font-size: 1.2rem;
    margin: 0;
    color: #7e8e9f
}

.text-primary {
    color: #FAB21D
}

.text-muted {
    color: #9ba8b5
}

.text-primary {
    color: #FAB21D
}

.text-secondary {
    color: #d7dde4
}

.text-info {
    color: #76D4F5
}

.text-success {
    color: #4bcf99
}

.text-warning {
    color: #fe974b
}

.text-danger {
    color: #F44
}

.text-bold {
    font-weight: bold
}

.text-small {
    font-weight: normal;
    font-size: 13px
}

.text-no-decoration {
    text-decoration: none
}

.text-italic {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

pre {
    padding: 0;
    border: none;
    background: none
}

.btn {
    background-image: none;
    border-radius: 0;
    margin-bottom: 5px;
    line-height: 1.2;
    cursor: pointer
}

.btn, .btn:hover {
    color: #fff
}


.btn.btn-primary {
    color: #111;
    background-color: #FAB21D;
    border: none;
}

.btn.btn-primary:hover {
    color: #111;
    background-color: #FAB21D;
}

.btn.btn-primary:focus, .btn.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0px rgba(254, 130, 29, 0.5);
    box-shadow: 0 0 0 0px rgba(254, 130, 29, 0.5)
}

.btn.btn-primary.disabled, .btn.btn-primary:disabled {
    background-color: #FAB21D;
}

.btn.btn-primary:active, .btn.btn-primary.active, .show > .btn.btn-primary.dropdown-toggle {
    background-color: #FAB21D;
    background-image: none;
}

.btn.btn-primary, .btn.btn-primary:hover {
    color: #fff
}

.auth .btn.btn-primary {
    color: #111;
    background-color: #9d5e39;
    border-radius: 28px 0;
    border: none;
    padding: 19px 130px 19px 130px;
}

.auth .btn.btn-primary:hover {
    color: #111;
    background-color: #f46e01;
}

.auth .btn.btn-primary:focus, .auth .btn.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0px rgba(254, 130, 29, 0.5);
    box-shadow: 0 0 0 0px rgba(254, 130, 29, 0.5)
}

.auth .btn.btn-primary.disabled, .auth .btn.btn-primary:disabled {
    background-color: #FAB21D;
}

.auth .btn.btn-primary:active, .auth .btn.btn-primary.active, .show > .auth .btn.btn-primary.dropdown-toggle {
    background-color: #9d5e39;
    background-image: none;
}

.auth .btn.btn-primary, .auth .btn.btn-primary:hover {
    color: #fff
}


.btn.btn-secondary {
    color: #111;
    background-color: #fff;
    border-color: #d7dde4
}

.btn.btn-secondary:hover {
    color: #111;
    background-color: #ececec;
    border-color: #b9c3cf
}

.btn.btn-secondary:focus, .btn.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(215, 221, 228, 0.5);
    box-shadow: 0 0 0 3px rgba(215, 221, 228, 0.5)
}

.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
    background-color: #fff;
    border-color: #d7dde4
}

.btn.btn-secondary:active, .btn.btn-secondary.active, .show > .btn.btn-secondary.dropdown-toggle {
    background-color: #ececec;
    background-image: none;
    border-color: #b9c3cf
}

.btn.btn-secondary, .btn.btn-secondary:hover {
    color: #4f5f6f
}

.btn.btn-success {
    color: #111;
    background-color: #4bcf99;
    border-color: #4bcf99
}

.btn.btn-success:hover {
    color: #111;
    background-color: #33c087;
    border-color: #31b680
}

.btn.btn-success:focus, .btn.btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(75, 207, 153, 0.5);
    box-shadow: 0 0 0 3px rgba(75, 207, 153, 0.5)
}

.btn.btn-success.disabled, .btn.btn-success:disabled {
    background-color: #4bcf99;
    border-color: #4bcf99
}

.btn.btn-success:active, .btn.btn-success.active, .show > .btn.btn-success.dropdown-toggle {
    background-color: #33c087;
    background-image: none;
    border-color: #31b680
}

.btn.btn-info {
    color: #111;
    background-color: #76D4F5;
    border-color: #76D4F5
}

.btn.btn-info:hover {
    color: #111;
    background-color: #52c9f2;
    border-color: #46c5f2
}

.btn.btn-info:focus, .btn.btn-info.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(118, 212, 245, 0.5);
    box-shadow: 0 0 0 3px rgba(118, 212, 245, 0.5)
}

.btn.btn-info.disabled, .btn.btn-info:disabled {
    background-color: #76D4F5;
    border-color: #76D4F5
}

.btn.btn-info:active, .btn.btn-info.active, .show > .btn.btn-info.dropdown-toggle {
    background-color: #52c9f2;
    background-image: none;
    border-color: #46c5f2
}

.btn.btn-warning {
    color: #111;
    background-color: #fe974b;
    border-color: #fe974b
}

.btn.btn-warning:hover {
    color: #111;
    background-color: #fe8125;
    border-color: #fe7a18
}

.btn.btn-warning:focus, .btn.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(254, 151, 75, 0.5);
    box-shadow: 0 0 0 3px rgba(254, 151, 75, 0.5)
}

.btn.btn-warning.disabled, .btn.btn-warning:disabled {
    background-color: #fe974b;
    border-color: #fe974b
}

.btn.btn-warning:active, .btn.btn-warning.active, .show > .btn.btn-warning.dropdown-toggle {
    background-color: #fe8125;
    background-image: none;
    border-color: #fe7a18
}

.btn.btn-danger {
    color: #fff;
    background-color: #F44;
    border-color: #F44
}

.btn.btn-danger:hover {
    color: #fff;
    background-color: #ff1e1e;
    border-color: #f11
}

.btn.btn-danger:focus, .btn.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.5)
}

.btn.btn-danger.disabled, .btn.btn-danger:disabled {
    background-color: #F44;
    border-color: #F44
}

.btn.btn-danger:active, .btn.btn-danger.active, .show > .btn.btn-danger.dropdown-toggle {
    background-color: #ff1e1e;
    background-image: none;
    border-color: #f11
}

.btn.btn-primary-outline {
    color: #FAB21D;
    background-color: transparent;
    background-image: none;
    border-color: #FAB21D
}

.btn.btn-primary-outline:hover {
    color: #fff;
    background-color: #FAB21D;
    border-color: #FAB21D
}

.btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(254, 130, 29, 0.5);
    box-shadow: 0 0 0 3px rgba(254, 130, 29, 0.5)
}

.btn.btn-primary-outline.disabled, .btn.btn-primary-outline:disabled {
    color: #FAB21D;
    background-color: transparent
}

.btn.btn-primary-outline:active, .btn.btn-primary-outline.active, .show > .btn.btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #FAB21D;
    border-color: #FAB21D
}

.btn.btn-secondary-outline {
    color: #d7dde4;
    background-color: transparent;
    background-image: none;
    border-color: #d7dde4
}

.btn.btn-secondary-outline:hover {
    color: #fff;
    background-color: #d7dde4;
    border-color: #d7dde4
}

.btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(215, 221, 228, 0.5);
    box-shadow: 0 0 0 3px rgba(215, 221, 228, 0.5)
}

.btn.btn-secondary-outline.disabled, .btn.btn-secondary-outline:disabled {
    color: #d7dde4;
    background-color: transparent
}

.btn.btn-secondary-outline:active, .btn.btn-secondary-outline.active, .show > .btn.btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #d7dde4;
    border-color: #d7dde4
}

.btn.btn-info-outline {
    color: #76D4F5;
    background-color: transparent;
    background-image: none;
    border-color: #76D4F5
}

.btn.btn-info-outline:hover {
    color: #fff;
    background-color: #76D4F5;
    border-color: #76D4F5
}

.btn.btn-info-outline:focus, .btn.btn-info-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(118, 212, 245, 0.5);
    box-shadow: 0 0 0 3px rgba(118, 212, 245, 0.5)
}

.btn.btn-info-outline.disabled, .btn.btn-info-outline:disabled {
    color: #76D4F5;
    background-color: transparent
}

.btn.btn-info-outline:active, .btn.btn-info-outline.active, .show > .btn.btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #76D4F5;
    border-color: #76D4F5
}

.btn.btn-success-outline {
    color: #4bcf99;
    background-color: transparent;
    background-image: none;
    border-color: #4bcf99
}

.btn.btn-success-outline:hover {
    color: #fff;
    background-color: #4bcf99;
    border-color: #4bcf99
}

.btn.btn-success-outline:focus, .btn.btn-success-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(75, 207, 153, 0.5);
    box-shadow: 0 0 0 3px rgba(75, 207, 153, 0.5)
}

.btn.btn-success-outline.disabled, .btn.btn-success-outline:disabled {
    color: #4bcf99;
    background-color: transparent
}

.btn.btn-success-outline:active, .btn.btn-success-outline.active, .show > .btn.btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #4bcf99;
    border-color: #4bcf99
}

.btn.btn-warning-outline {
    color: #fe974b;
    background-color: transparent;
    background-image: none;
    border-color: #fe974b
}

.btn.btn-warning-outline:hover {
    color: #fff;
    background-color: #fe974b;
    border-color: #fe974b
}

.btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(254, 151, 75, 0.5);
    box-shadow: 0 0 0 3px rgba(254, 151, 75, 0.5)
}

.btn.btn-warning-outline.disabled, .btn.btn-warning-outline:disabled {
    color: #fe974b;
    background-color: transparent
}

.btn.btn-warning-outline:active, .btn.btn-warning-outline.active, .show > .btn.btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #fe974b;
    border-color: #fe974b
}

.btn.btn-danger-outline {
    color: #F44;
    background-color: transparent;
    background-image: none;
    border-color: #F44
}

.btn.btn-danger-outline:hover {
    color: #fff;
    background-color: #F44;
    border-color: #F44
}

.btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.5)
}

.btn.btn-danger-outline.disabled, .btn.btn-danger-outline:disabled {
    color: #F44;
    background-color: transparent
}

.btn.btn-danger-outline:active, .btn.btn-danger-outline.active, .show > .btn.btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #F44;
    border-color: #F44
}

.btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus {
    outline: none;
    outline-offset: initial
}

.btn.btn-pill-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.btn.btn-pill-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.btn.btn-oval {
    border-radius: 25px
}

.btn.btn-link {
    text-decoration: none
}

.btn strong {
    font-weight: 600
}

.btn-group .dropdown-menu > li:last-child a:hover:before {
    height: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.easy-pie-chart {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #d7dde4;
    border-radius: 5px
}

.card {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(103 107 111 / 10%);
    box-shadow: 0px 0px 10px 5px rgb(103 107 111 / 10%);
    margin-bottom: 10px;
    border-radius: 0;
    border: none
}

.card .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.card .card-header {
    background-image: none;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    border-radius: 0;
    min-height: 50px;
    border: none
}

.card .card-header::after {
    display: block;
    clear: both;
    content: ""
}

.card .card-header.bordered {
    border-bottom: 1px solid #d7dde4
}

.card .card-header.card-header-sm {
    min-height: 40px
}

.card .card-header > span {
    vertical-align: middle
}

.card .card-header .pull-right {
    margin-left: auto
}

.card .card-header .header-block {
    padding: .5rem 12px .5rem 15px
}

@media (min-width: 1200px) {
    .card .card-header .header-block {
        padding: .5rem 12px .5rem 20px
    }
}

@media (max-width: 767px) {
    .card .card-header .header-block {
        padding: .5rem 10px
    }
}

.card .card-header .title {
    color: #4f5f6f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
}

.card .card-header .btn {
    margin: 0;
    margin-left: 10px
}

.card .card-header .nav-tabs {
    border-color: transparent;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 1px
}

.card .card-header .nav-tabs .nav-item {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.card .card-header .nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4f5f6f;
    opacity: .7;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;
    font-size: 14px;
    border-top-width: 2px;
    border-bottom: 1px solid #d7dde4;
    text-decoration: none
}

.card .card-header .nav-tabs .nav-item .nav-link.active {
    border-top-color: #FAB21D;
    border-bottom-color: transparent;
    opacity: 1
}

.card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus {
    opacity: 1;
    background-color: #fff;
    border-color: #d7dde4 #d7dde4 transparent;
    border-top-color: #FAB21D
}

.card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus {
    opacity: 1;
    background-color: transparent;
    border-color: transparent
}

.card.card-default > .card-header {
    background-color: #fff;
    color: inherit
}

.card.card-primary {
    border-color: #FAB21D
}

.card.card-primary > .card-header {
    background-color: #FAB21D;
    border-color: #FAB21D
}

.card.card-success > .card-header {
    background-color: #4bcf99
}

.card.card-info > .card-header {
    background-color: #76D4F5
}

.card.card-warning > .card-header {
    background-color: #fe974b
}

.card.card-danger > .card-header {
    background-color: #F44
}

.card.card-inverse > .card-header {
    background-color: #131e26
}

.card.card-grey > .card-header {
    background-color: #D7DDE4
}

.card .title-block, .card .card-title-block {
    padding-bottom: 0;
    margin-bottom: 20px;
    border: none
}

.card .title-block::after, .card .card-title-block::after {
    display: block;
    clear: both;
    content: ""
}

.card .section {
    margin-bottom: 20px
}

.card .example, .card .section.demo {
    margin-bottom: 20px
}

.card-block {
    padding: 15px
}

.card-block .tab-content {
    padding: 0;
    border-color: transparent
}

@media (max-width: 767px) {
    .card-block {
        padding: 15px
    }
}

.card-footer {
    background-color: #fafafa
}

.dropdown-menu {
    float: left;
    -webkit-box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
    box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
    border: 1px solid rgba(126, 142, 159, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: 0 15px;
    clear: both;
    font-weight: 400;
    color: #4f5f6f;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none
}

.dropdown-menu .dropdown-item i {
    margin-right: 2px
}

.dropdown-menu .dropdown-item:hover {
    color: #FAB21D !important;
    background: none;
    background-color: #f5f5f5
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.centralize-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

input, textarea {
    outline: none
}

.form-group .row {
    margin-left: -10px;
    margin-right: -10px
}

.form-group .row [class^='col'] {
    padding-left: 10px;
    padding-right: 10px
}

.form-group.has-error span.has-error, span.has-error {
    color: #F44;
    font-size: 13px;
    display: block
}
.form-control{
    font-size:14px !important;
}
.form-group.has-error .form-control-feedback {
    color: #F44
}

.form-group.has-warning span.has-warning {
    color: #fe974b;
    font-size: 13px;
    display: block
}

.form-group.has-warning .form-control-feedback {
    color: #fe974b
}

.form-group.has-success span.has-success {
    color: #4bcf99;
    font-size: 13px;
    display: block
}

.form-group.has-success .form-control-feedback {
    color: #4bcf99
}

.input-group {
    margin-bottom: 10px
}

.input-group .form-control {
    padding-left: 5px;

}

.input-group .input-group-btn .btn {
    margin-bottom: 0
}

.input-group span.input-group-addon {
    font-style: italic;
    border: none;
    border-radius: 0;
    border: none;
    background-color: #d7dde4;
    -webkit-transition: background-color ease-in-out 15s, color ease-in-out .15s;
    transition: background-color ease-in-out 15s, color ease-in-out .15s
}

.input-group span.input-group-addon.focus {
    background-color: #FAB21D;
    color: #fff
}

label, .control-label {
    font-weight: 600
}

.form-control.underlined {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d7dde4
}

.form-control.underlined.indented {
    padding: .375rem .75rem
}

.has-error .form-control.underlined:focus, .has-warning .form-control.underlined:focus, .has-success .form-control.underlined:focus, .form-control.underlined:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9d5e39
}

.has-error .form-control.underlined {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F44
}

.has-warning .form-control.underlined {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fe974b
}

.has-success .form-control.underlined {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #4bcf99
}

.form-control.boxed {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size:15px;
    padding: .2rem 1.1rem;
}

.form-control.boxed:focus {
    border: 1px solid #FAB21D
}

.radio, .checkbox {
    display: none
}

.radio_box, .checkbox_box {
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #c8d0da
}

.radio_box:before {
    content: "\f111"
}

.checkbox_box:before {
    content: "\f0c8"
}

.radio_box.checked:before {
    content: "\f192"
}

.checkbox_box.checked:before {
    content: "\f14a"
}

.radio_box.checked, .checkbox_box.checked {
    color: #FAB21D
}

.radio + span, .checkbox + span {
    padding: 0;
    padding-right: 10px
}

.radio + span:before, .checkbox + span:before {
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #c8d0da
}

.radio:checked + span:before, .checkbox:checked + span:before, .radio.checked + span:before, .checkbox.checked + span:before {
    color: #FAB21D
}

.radio:checked + span:before, .checkbox1:checked + span:before, .radio.checked + span:before, .checkbox1.checked + span:before {
    color: #9d5e39
}

.radio:disabled + span:before, .checkbox:disabled + span:before {
    opacity: .5;
    cursor: not-allowed
}

.radio:checked:disabled + span:before, .checkbox:checked:disabled + span:before {
    color: #c8d0da
}

.checkbox + span:before {
    content: "\f0c8"
}

.checkbox:checked + span:before {
    content: "\f14a"
}

.checkbox.rounded + span:before {
    content: "\f111"
}

.checkbox.rounded:checked + span:before {
    content: "\f058"
}

.radio + span:before {
    content: "\f111"
}

.radio:checked + span:before {
    content: "\f192"
}

.radio.squared + span:before {
    content: "\f0c8"
}

.radio.squared:checked + span:before {
    content: "\f14a"
}

.form-control::-webkit-input-placeholder, .select2 ::-webkit-input-placeholder {
    font-style: italic;
    color: #c8d0da
}

.form-control:-moz-placeholder, .select2 :-moz-placeholder {
    font-style: italic;
    color: #d7dde4
}

.form-control::-moz-placeholder, .select2 ::-moz-placeholder {
    font-style: italic;
    color: #d7dde4
}

.form-control:-ms-input-placeholder, .select2 :-ms-input-placeholder {
    font-style: italic;
    color: #d7dde4
}

.images-container::after {
    display: block;
    clear: both;
    content: ""
}

.images-container .image-container {
    float: left;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #e6eaee;
    overflow: hidden
}

.images-container .image-container.active {
    border-color: #FAB21D
}

.images-container .image-container:hover .controls {
    bottom: 0;
    opacity: 1
}

.images-container .controls {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: -35px;
    text-align: center;
    height: 35px;
    font-size: 24px;
    -webkit-transition: bottom .2s ease, opacity .2s ease;
    transition: bottom .2s ease, opacity .2s ease;
    background-color: #fff
}

.images-container .controls::after {
    display: block;
    clear: both;
    content: ""
}

.images-container .controls .control-btn {
    display: inline-block;
    color: #4f5f6f;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.images-container .controls .control-btn:hover {
    opacity: 1
}

.images-container .controls .control-btn.move {
    cursor: move
}

.images-container .controls .control-btn.star {
    color: #FFB300
}

.images-container .controls .control-btn.star i:before {
    content: "\f006"
}

.images-container .controls .control-btn.star.active i:before {
    content: "\f005"
}

.images-container .controls .control-btn.remove {
    color: #F44
}

.images-container .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 135px;
    line-height: 135px;
    text-align: center
}

.images-container .image-container.main {
    border-color: #FFB300
}

.images-container .image-container.new {
    opacity: .6;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-style: dashed;
    border: 1px #FAB21D solid;
    color: #FAB21D
}

.images-container .image-container.new .image {
    font-size: 2.5rem
}

.images-container .image-container.new:hover {
    opacity: 1
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-list {
        font-size: 1rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-list {
        font-size: .95rem;
    }

}

@media (max-width: 767px) {
    .item-list {
        font-size: 1.05rem;
    }

    .item-col > .item-heading {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        width: 30%;
    }

    .item-col {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.item-list.striped > li {
    border-bottom: 1px solid #e9edf0
}

.item-list.striped > li:nth-child(2n + 1) {
    background-color: #fcfcfd
}

li.promo, li.promo h4, li.promo .text-bold {
    font-weight: 1000 !important
}

@media (max-width: 767px) {
    .item-list.striped > li:nth-child(2n + 1) {
        background-color: #f8f9fb
    }
}

.item-list .item-col > div {
    width: 100%
}

.item-list.striped .item-list-footer {
    border-bottom: none
}

.item-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-list .item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%
}

.item-list .item-row.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.item-list .item-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px; /*padding:10px 10px 10px 0;*/
    padding: 5px 5px 5px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    margin-left: auto;
    margin-right: auto;
    min-width: 0
}

.small.item-list .item-col {
    font-size: 12px
}

.item-list .item-col.fixed {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.item-list .item-col.pull-left {
    margin-right: auto
}

.item-list .item-col.pull-right {
    margin-left: auto
}

.item-list .item-col:last-child {
    padding-right: 0
}

.item-list .no-overflow {
    overflow: hidden
}

.item-list .no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-list .item-list-header .item-col.item-col-header span {
    color: #999; /*font-size:.8rem;*/
    font-size: 14px;
    font-weight: 700 !important
}

.small.item-list .item-list-header .item-col.item-col-header span {
    font-size: 12px
}

.item-list .item-heading {
    font-size: .8rem;
    display: none;
    color: #666;
    font-weight: 700;
    padding-right: 10px
}

@media (max-width: 767px) {
    .item-list .item-heading {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .item-list .item-heading {
        width: 100%
    }
}

@media (max-width: 575px) {
    .item-list .item-heading {
        width: 40%
    }
}

.item-list .item-col.item-col-check {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px
}

@media (max-width: 767px) {
    .item-list .item-col.item-col-check {
        -webkit-box-ordinal-group: -7;
        -ms-flex-order: -8;
        order: -8
    }
}

.item-list .item-check {
    margin-bottom: 0
}

.item-list .item-check .checkbox + span {
    padding-right: 0
}

.item-list .item-check .checkbox + span:before {
    width: 20px
}

.item-list .item-col.item-col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px
}

.item-list .item-col.item-col-img.xs {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px
}

.item-list .item-col.item-col-img.sm {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px
}

.item-list .item-col.item-col-img.lg {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

.item-list .item-col.item-col-img.xl {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px
}

.item-list .item-col.item-col-img a {
    width: 100%
}

.item-list .item-img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #efefef;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .item-list .item-col.item-col-title {
        -webkit-box-ordinal-group: -3;
        -ms-flex-order: -4;
        order: -4
    }
}

.item-list .item-col.item-col-title a {
    display: inline-block
}

.item-list .item-title {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600
}

.small.item-list .item-title {
    font-size: 12px;
}

.item-list .item-stats {
    height: 1.4rem
}

.item-list .item-col.item-col-actions-dropdown {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    text-align: center;
    padding-left: 0 !important
}

@media (max-width: 767px) {
    .item-list .item-col.item-col-actions-dropdown {
        -webkit-box-ordinal-group: -2;
        -ms-flex-preferred-size: 40px !important;
        flex-basis: 40px !important;
        padding-right: 10px
    }
}

.item-list .item-actions-dropdown {
    position: relative;
    font-size: 1.1rem;
    text-align: center
}

.item-list .item-actions-dropdown.active .item-actions-block {
    max-width: 217px
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn {
    color: #FAB21D
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
    display: block
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
    display: none
}

.item-list .item-actions-dropdown .item-actions-toggle-btn {
    color: #9ba8b5;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    line-height: 30px;
    text-align: center;
    text-decoration: none
}

.item-list .item-actions-dropdown .item-actions-toggle-btn .active {
    display: none
}

.item-list .item-actions-dropdown .item-actions-block {
    height: 30px;
    max-width: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #d7dde4;
    border-radius: 3px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.item-list .item-actions-dropdown .item-actions-block.direction-right {
    right: auto;
    left: 100%
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list {
    padding: 0;
    list-style: none;
    white-space: nowrap;
    padding: 0 5px
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
    display: inline-block;
    padding: 0
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
    display: block;
    padding: 0 5px
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
    color: #38424C
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
    color: #40B726
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
    color: #DB0E1E
}

.card > .item-list .item > .item-row {
    padding: 0 15px
}

@media (min-width: 1200px) {
    .card > .item-list .item > .item-row {
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .card > .item-list .item > .item-row {
        padding: 0 10px
    }
}

.modal-body.modal-tab-container {
    padding: 0
}

.modal-body.modal-tab-container .modal-tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)
}

.modal-body.modal-tab-container .modal-tabs .nav-link {
    padding: 10px 20px;
    border: none
}

.modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active {
    color: #FAB21D;
    border-bottom: 2px solid #FAB21D
}

.modal-body.modal-tab-container .modal-tabs .nav-link.active {
    font-weight: 600
}

.logo {
    display: inline-block;
    width: 45px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative
}

.logo .l {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FAB21D;
    position: absolute
}

.logo .l.l1 {
    bottom: 0;
    left: 0
}

.logo .l.l2 {
    width: 7px;
    height: 7px;
    bottom: 13px;
    left: 10px
}

.logo .l.l3 {
    width: 7px;
    height: 7px;
    bottom: 4px;
    left: 17px
}

.logo .l.l4 {
    bottom: 13px;
    left: 25px
}

.logo .l.l5 {
    bottom: 0;
    left: 34px
}

a:not(.btn) {
    -webkit-transition: initial;
    transition: initial;
    text-decoration: underline;
    color: #969696
}

a:not(.btn):hover {
    text-decoration: underline;
    color: #FAB21D
}

a:not(.btn):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a:not(.btn):focus {
    text-decoration: none
}

span a {
    vertical-align: text-bottom
}

[class^='nav'] li > a, [class*=' nav'] li > a {
    display: block
}

[class^='nav'] li > a:before, [class*=' nav'] li > a:before {
    display: none
}

.nav.nav-tabs-bordered {
    border-color: #FAB21D
}

.nav.nav-tabs-bordered + .tab-content {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #FAB21D;
    padding: 10px 20px 0
}

.nav.nav-tabs-bordered .nav-item .nav-link {
    text-decoration: none
}

.nav.nav-tabs-bordered .nav-item .nav-link:hover {
    color: #fff;
    background-color: #FAB21D;
    border: 1px solid #FAB21D
}

.nav.nav-tabs-bordered .nav-item .nav-link.active {
    border-color: #FAB21D;
    border-bottom-color: transparent
}

.nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
    background-color: #fff;
    color: inherit
}

.nav.nav-pills + .tab-content {
    border: 0;
    padding: 5px
}

.nav.nav-pills .nav-item .nav-link {
    text-decoration: none
}

.nav.nav-pills .nav-item .nav-link:hover {
    color: #4f5f6f;
    background-color: transparent;
    border: 0
}

.nav.nav-pills .nav-item .nav-link.active {
    border-color: #FAB21D;
    border-bottom-color: transparent;
    background-color: #FAB21D
}

.nav.nav-pills .nav-item .nav-link.active:hover {
    background-color: #FAB21D;
    color: #fff
}

.pagination {
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pagination .page-item .page-link {
    color: #FAB21D
}

.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:focus, .pagination .page-item.active .page-link:hover {
    color: #fff;
    border-color: #FAB21D;
    background-color: #FAB21D
}

#nprogress .bar {
    background: #9d5e39 !important
}

#nprogress .bar .peg {
    -webkit-box-shadow: 0 0 10px #9d5e39, 0 0 5px #9d5e39;
    box-shadow: 0 0 10px #9d5e39, 0 0 5px #9d5e39
}

#nprogress .spinner {
    top: 5px !important;
    right: 5px !important
}

#nprogress .spinner .spinner-icon {
    border-top-color: #9d5e39 !important;
    border-left-color: #9d5e39 !important
}


/*#nprogress .bar{background:#FAB21D!important}*/
/*#nprogress .bar .peg{-webkit-box-shadow:0 0 10px #FAB21D,0 0 5px #FAB21D;box-shadow:0 0 10px #FAB21D,0 0 5px #FAB21D}*/
/*#nprogress .spinner{top:5px!important;right:5px!important}*/
/*#nprogress .spinner .spinner-icon{border-top-color:#FAB21D!important;border-left-color:#FAB21D!important}*/


.grecaptcha-badge {
    display: none;
}

.sameheight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #FAB21D
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #FAB21D
}

.table label {
    margin-bottom: 0
}

.table .checkbox + span {
    margin-bottom: 0
}

.table .checkbox + span:before {
    line-height: 20px
}

.error-card {
    width: 410px;
    min-height: 330px;
    margin: 60px auto
}

.error-card .error-title {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: #252932;
    text-align: center;
    text-shadow: rgba(61, 61, 61, 0.3) .5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px
}

.error-card .error-sub-title {
    font-weight: 100;
    text-align: center
}

.error-card .error-container {
    text-align: center;
    visibility: hidden
}

.error-card .error-container.visible {
    visibility: visible
}

.error-card.global {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: 0
}

.error-card.global .error-title {
    color: #fff
}

.error-card.global .error-sub-title, .error-card.global .error-container {
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    .error-card {
        width: 50%
    }

    .error-card.global {
        position: relative;
        top: 25%;
        left: 0;
        -webkit-transform: inherit;
        transform: inherit;
        margin: 40px auto
    }
}

@media (max-width: 767px) {
    .error-card {
        width: 90%
    }

    .error-card.global {
        position: relative;
        top: 25%;
        left: 0;
        -webkit-transform: inherit;
        transform: inherit;
        margin: 40px auto
    }
}

.footer {
    background-color: #fff;
    position: absolute;
    left: 230px;
    right: 0;
    bottom: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-fixed .footer {
    position: fixed
}

.footer .footer-block {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px
}

.footer .footer-github-btn {
    vertical-align: middle
}

@media (max-width: 991px) {
    .footer {
        left: 0
    }
}

.footer .author > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer .author > ul li {
    display: inline-block
}

.footer .author > ul li:after {
    content: "|"
}

.footer .author > ul li:last-child:after {
    content: ""
}

@media (max-width: 991px) {
    .footer .author > ul li {
        display: block;
        text-align: right
    }

    .footer .author > ul li:after {
        content: ""
    }
}

@media (max-width: 991px) {
    .footer .author > ul {
        display: block
    }
}

@media (max-width: 767px) {
    .footer .author > ul {
        display: none
    }
}

.modal .modal-content {
    border-radius: 0
}

.modal .modal-header {
    background-color: #FAB21D;
    color: #fff
}

.modal .modal-footer .btn {
    margin-bottom: 0
}

.header {
    background-color: #d7dde4;
    height: 40px;
    position: absolute;
    left: 230px;
    right: 0;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .header {
        left: 0
    }
}

@media (max-width: 767px) {
    .header {
        left: 0;
        height: 50px
    }
}

.header-fixed .header {
    position: fixed
}

@media (max-width: 767px) {
    .header .header-block {
        padding: 5px
    }
}

.wyswyg {
    border: 1px solid #d7dde4
}

.wyswyg .ql-container {
    border-top: 1px solid #d7dde4
}

.wyswyg .toolbar .btn {
    margin: 0
}

.wyswyg .ql-container {
    font-size: 1rem
}

.wyswyg .ql-container .ql-editor {
    min-height: 200px
}

.sidebar {
    background-color: #3a4651;
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    z-index: 20
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        left: -230px
    }
}

.sidebar-fixed .sidebar {
    position: fixed
}

.sidebar-open .sidebar {
    left: 0
}

.sidebar .sidebar-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden
}

.sidebar .sidebar-container::-webkit-scrollbar-track {
    background-color: #2c353e
}

.sidebar .sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .sidebar-menu li a:focus, .open .sidebar .sidebar-menu li a:focus {
    background-color: inherit
}

.sidebar .sidebar-menu ul {
    padding: 0;
    height: 0;
    overflow: hidden
}

.loaded .sidebar .sidebar-menu ul {
    height: auto
}

.sidebar .sidebar-menu li.active ul {
    height: auto
}

.sidebar .sidebar-menu li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: block
}

.sidebar .sidebar-menu li a:hover, .sidebar .sidebar-menu li.open > a, .sidebar .sidebar-menu li.open a:hover {
    color: #fff;
    background-color: #2d363f
}

.sidebar .sidebar-menu .arrow {
    float: right;
    font-size: 18px;
    line-height: initial;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 0
}

.sidebar .sidebar-menu .arrow:before {
    content: "\f105" !important
}

.sidebar .sidebar-menu li.open > a .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar .sidebar-menu > li > a {
    padding: 15px 15px 15px 20px
}

.sidebar .sidebar-menu > li.active > a, .sidebar .sidebar-menu > li.active > a:hover {
    background-color: #FAB21D !important;
    color: #fff !important
}

.sidebar .sidebar-menu > li.open > a {
    background-color: #333e48
}

.sidebar .sidebar-menu > li > a i {
    margin-right: 5px;
    font-size: 16px
}

.sidebar .sidebar-menu > li > a i.arrow {
    font-size: 20px
}

.sidebar .sidebar-menu > li > .sidebar-nav > li a {
    background-color: #333e48;
    padding: 10px 15px 10px 50px
}

.sidebar .sidebar-menu > li > .sidebar-nav > li.active a {
    color: #fff
}

.sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav > li a {
    padding-left: 60px;
    padding-right: 15px
}

.sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav > li > .sidebar-nav > li a {
    padding-left: 70px
}

.sidebar-overlay {
    position: absolute;
    display: none;
    left: 200vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 15
}

@media (max-width: 991px) {
    .sidebar-overlay {
        display: block
    }
}

@media (max-width: 767px) {
    .sidebar-overlay {
        background-color: rgba(0, 0, 0, 0.7)
    }
}

@media (max-width: 991px) {
    .sidebar-open .sidebar-overlay {
        left: 0;
        opacity: 1
    }
}

.sidebar-mobile-menu-handle {
    display: none;
    position: absolute;
    top: 50px;
    background-color: transparent;
    width: 30px;
    bottom: 0;
    z-index: 10
}

@media (max-width: 991px) {
    .sidebar-mobile-menu-handle {
        display: block;
        margin-left: -30px
    }
}

.flot-chart {
    display: block;
    height: 225px
}

.flot-chart .flot-chart-content {
    width: 100%;
    height: 100%
}

.flot-chart .flot-chart-pie-content {
    width: 225px;
    height: 225px;
    margin: auto
}

.dashboard-page #dashboard-downloads-chart, .dashboard-page #dashboard-visits-chart {
    height: 220px
}

@media (max-width: 575px) {
    .dashboard-page .items .card-header {
        border: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dashboard-page .items .card-header .header-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e9edf0
    }
}

.dashboard-page .items .card-header .title {
    padding-right: 0;
    margin-right: 5px
}

.dashboard-page .items .card-header .search {
    margin: 0;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .dashboard-page .items .card-header .search {
        min-width: 50%
    }
}

.dashboard-page .items .card-header .search .search-input {
    border: none;
    background-color: inherit;
    color: #C2CCD6;
    width: 100px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.dashboard-page .items .card-header .search .search-input::-webkit-input-placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #C2CCD6
}

.dashboard-page .items .card-header .search .search-input:-moz-placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #C2CCD6
}

.dashboard-page .items .card-header .search .search-input::-moz-placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #C2CCD6
}

.dashboard-page .items .card-header .search .search-input:-ms-input-placeholder {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #C2CCD6
}

@media (max-width: 575px) {
    .dashboard-page .items .card-header .search .search-input {
        min-width: 130px
    }
}

.dashboard-page .items .card-header .search .search-input:focus {
    color: #7e8e9f
}

.dashboard-page .items .card-header .search .search-input:focus::-webkit-input-placeholder {
    color: #aab4c0
}

.dashboard-page .items .card-header .search .search-input:focus:-moz-placeholder {
    color: #aab4c0
}

.dashboard-page .items .card-header .search .search-input:focus::-moz-placeholder {
    color: #aab4c0
}

.dashboard-page .items .card-header .search .search-input:focus:-ms-input-placeholder {
    color: #aab4c0
}

.dashboard-page .items .card-header .search .search-input:focus + .search-icon {
    color: #7e8e9f
}

.dashboard-page .items .card-header .search .search-icon {
    color: #C2CCD6;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 6px
}

.dashboard-page .items .card-header .pagination {
    display: inline-block;
    margin: 0
}

.dashboard-page .items .item-list .item-col-title {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9
}

.dashboard-page .items .item-list .item-col-date {
    text-align: right
}

@media (min-width: 1200px) {
    .dashboard-page .items .item-list .item-col-date {
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4
    }
}

@media (max-width: 767px) {
    .dashboard-page .items .item-list .item-row {
        padding: 0
    }

    .dashboard-page .items .item-list .item-col {
        padding-left: 10px;
        padding-right: 10px
    }

    .dashboard-page .items .item-list .item-col-img {
        padding-left: 10px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        padding-right: 0
    }

    .dashboard-page .items .item-list .item-col-stats {
        text-align: center
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .dashboard-page .items .item-list .item-col-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-bottom: 1px solid #e9edf0
    }

    .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) {
        position: relative;
        padding-top: 35px
    }

    .dashboard-page .items .item-list .item-heading {
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0;
        top: 5px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px
}

.dashboard-page #dashboard-sales-map .jqvmap-zoomin, .dashboard-page #dashboard-sales-map .jqvmap-zoomout {
    background-color: #FAB21D;
    height: 20px;
    width: 20px;
    line-height: 14px
}

.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
    top: 32px
}

.dashboard-page .stats .card-block {
    padding-bottom: 0
}

.dashboard-page .stats .stat-col {
    margin-bottom: 20px;
    float: left;
    white-space: nowrap;
    overflow: hidden
}

.dashboard-page .stats .stat-icon {
    color: #BDBDBD;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    width: 50px
}

.dashboard-page .stats .stat-chart {
    margin-right: 5px;
    vertical-align: middle
}

@media (min-width: 1200px) {
    .dashboard-page .stats .stat-chart {
        margin-right: .6vw
    }
}

.dashboard-page .stats .stat {
    vertical-align: middle
}

@media (min-width: 1200px) {
    .dashboard-page .stats .stat .value {
        font-size: 1.3vw
    }
}

@media (min-width: 1200px) {
    .dashboard-page .stats .stat .name {
        font-size: .9vw
    }
}

.dashboard-page .stats .stat-progress {
    height: 2px;
    margin: 5px 0;
    color: #FAB21D;
    background-color: #ddd
}

.dashboard-page .stats .stat-progress .progress-bar {
    background-color: #FAB21D
}

.dashboard-page .tasks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.dashboard-page .tasks .title-block .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashboard-page .tasks label {
    width: 100%;
    margin-bottom: 0
}

.dashboard-page .tasks label .checkbox:checked + span {
    text-decoration: line-through
}

.dashboard-page .tasks label span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.dashboard-page .tasks .tasks-block {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    margin-right: -5px
}

.dashboard-page .tasks .item-list .item-col {
    padding-top: 5px;
    padding-bottom: 5px
}

.items-list-page .title-search-block {
    position: relative
}

@media (max-width: 767px) {
    .items-list-page .title-block {
        padding-bottom: 10px;
        margin-bottom: 13px
    }
}

.items-list-page .title-block .action {
    display: inline
}

.items-list-page .title-block .action a {
    padding: 10px 15px
}

.items-list-page .title-block .action a .icon {
    margin-right: 5px;
    text-align: center;
    width: 16px
}

@media (max-width: 767px) {
    .items-list-page .title-block .action {
        display: none
    }
}

.items-list-page .items-search {
    position: absolute;
    margin-bottom: 15px;
    right: 0;
    top: 0
}

.items-list-page .items-search input {
    padding: 0.3rem .75rem
}

@media (max-width: 767px) {
    .items-list-page .items-search {
        position: static
    }
}

.items-list-page .items-search .search-button {
    margin: 0
}

.items-list-page .item-list .item-col.item-col-check {
    text-align: left
}

.items-list-page .item-list .item-col.item-col-img {
    text-align: left;
    width: auto;
    text-align: center;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px
}

@media (min-width: 576px) {
    .items-list-page .item-list .item-col.item-col-img:not(.item-col-header) {
        height: 80px
    }
}

.items-list-page .item-list .item-col.item-col-title {
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 9;
    flex-grow: 3
}

.items-list-page .item-list .item-col.item-col-sales {
    text-align: left
}

.items-list-page .item-list .item-col.item-col-email {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9
}

.items-list-page .item-list .item-col.item-col-datetime {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4
}

.items-list-page .item-list .item-col.item-col-1 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.items-list-page .item-list .item-col.item-col-1_5 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5
}

.items-list-page .item-list .item-col.item-col-2 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.items-list-page .item-list .item-col.item-col-3 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.items-list-page .item-list .item-col.item-col-4 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4
}

.items-list-page .item-list .item-col.item-col-5 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5
}

.items-list-page .item-list .item-col.item-col-6 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6
}

.items-list-page .item-list .item-col.item-col-7 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7
}

.items-list-page .item-list .item-col.item-col-8 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8
}

.items-list-page .item-list .item-col.item-col-9 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9
}

.items-list-page .item-list .item-col.item-col-10 {
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10
}

.items-list-page .item-list .item-col.item-col-stats {
    text-align: left
}

.items-list-page .item-list .item-col.item-col-category {
    text-align: left
}

.items-list-page .item-list .item-col.item-col-author {
    text-align: left;
    -webkit-box-flex: 4.5;
    -ms-flex-positive: 4.5;
    flex-grow: 4.5
}

.items-list-page .item-list .item-col.item-col-date {
    text-align: right
}

@media (max-width: 767px) {
    .items-list-page .card.items {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }

    .items-list-page .item-list .item {
        border: none;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
        box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1)
    }

    .items-list-page .item-list .item-row {
        padding: 0 !important
    }

    .items-list-page .item-list .item-col.item-col-author {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
}

/*@media (min-width: 576px) and (max-width: 767px) {
.items-list-page .item-list .item{background-color:#fff;margin-bottom:10px;-webkit-box-shadow:1px 1px 5px rgba(126,142,159,0.1);box-shadow:1px 1px 5px rgba(126,142,159,0.1)}
.items-list-page .item-list .item-row{padding:0}
.items-list-page .item-list .item-heading{width:100%;display:block;position:absolute;top:0;width:100%;left:0;line-height:40px;padding-left:0}
.items-list-page .item-list .item-col.item-col-check,.items-list-page .item-list .item-col.item-col-title,.items-list-page .item-list .item-col.item-col-actions-dropdown{border-bottom:1px solid #d7dde4}
.items-list-page .item-list .item-col.item-col-check .item-heading,.items-list-page .item-list .item-col.item-col-title .item-heading,.items-list-page .item-list .item-col.item-col-actions-dropdown .item-heading{display:none}
.items-list-page .item-list .item-col.item-col-sales,.items-list-page .item-list .item-col.item-col-stats,.items-list-page .item-list .item-col.item-col-category,.items-list-page .item-list .item-col.item-col-author,.items-list-page .item-list .item-col.item-col-date{padding-top:40px;position:relative}
.items-list-page .item-list .item-col.item-col-check{display:none}
.items-list-page .item-list .item-col.item-col-title{padding-left:10px;text-align:left;margin-left:0!important;margin-right:auto;-ms-flex-preferred-size:calc(100% - 40px);flex-basis:calc(100% - 40px)}
.items-list-page .item-list .item-col.item-col-img{padding-left:10px;-ms-flex-preferred-size:79px;flex-basis:79px}
.items-list-page .item-list .item-col.item-col-sales{text-align:left}
.items-list-page .item-list .item-col.item-col-stats{text-align:center}
.items-list-page .item-list .item-col.item-col-category{text-align:center}
.items-list-page .item-list .item-col.item-col-author{text-align:center}
.items-list-page .item-list .item-col.item-col-date{padding-right:10px;text-align:right;white-space:nowrap;-ms-flex-preferred-size:100px;flex-basis:100px;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}
}*/
@media (max-width: 767px) {
    .items-list-page .item-list .item {
        border: none;
        font-size: .9rem;
        padding: 10px 0;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
        box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1)
    }

    .items-list-page .item-list .item .item-col {
        text-align: right;
        padding-left: 10px
    }

    .items-list-page .item-list .item .item-col.item-col-img .item-img {
        padding-bottom: 65%
    }

    .items-list-page .item-list .item .item-col.item-col-title {
        text-align: left; /*padding-bottom:0;*/
        border: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .items-list-page .item-list .item .item-col.item-col-header.item-col-title {
        border-bottom: 1px solid #d7dde4
    }

    .items-list-page .item-list .item .item-col.item-col-header.item-col-actions-dropdown {
        flex-basis: 0 !important;
        padding: 0
    }

    .items-list-page .item-list .item .item-col.item-col-title .item-heading {
        display: none
    }

    .items-list-page .item-list .item .item-col.item-col-title .item-title {
        font-size: 1rem;
        line-height: 1.4rem
    }

    .items-list-page .item-list .item .item-col.item-col-actions-dropdown {
        border: none;
        padding-bottom: 0;
        padding-top: 0
    }

    .items-list-page .item-list .item .item-col.item-col-sales {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-email {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-datetime {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-1 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-1_5 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-2 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-3 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-4 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-5 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-6 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-7 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-8 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-9 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-10 {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-stats {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-category {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-author {
        text-align: left
    }

    .items-list-page .item-list .item .item-col.item-col-date {
        text-align: left
    }
}

.table-flip-scroll table {
    width: 100%
}

@media only screen and (max-width: 800px) {
    .table-flip-scroll .flip-content:after, .table-flip-scroll .flip-header:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }

    .table-flip-scroll html .flip-content, .table-flip-scroll html .flip-header {
        -ms-zoom: 1;
        zoom: 1
    }

    .table-flip-scroll :first-child + html .flip-content, .table-flip-scroll :first-child + html .flip-header {
        -ms-zoom: 1;
        zoom: 1
    }

    .table-flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }

    .table-flip-scroll th, .table-flip-scroll td {
        margin: 0;
        vertical-align: top
    }

    .table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
        border-bottom: 1px solid #ddd
    }

    .table-flip-scroll th {
        border: 0 !important;
        border-right: 1px solid #ddd !important;
        width: auto !important;
        display: block;
        text-align: right
    }

    .table-flip-scroll td {
        display: block;
        text-align: left;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important
    }

    .table-flip-scroll thead {
        display: block;
        float: left
    }

    .table-flip-scroll thead tr {
        display: block
    }

    .table-flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    .table-flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
        border-left: 1px solid #ddd
    }
}

.header .header-block-buttons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.header .header-block-buttons .btn.header-btn {
    background-color: transparent;
    border: 1px solid #64798d;
    color: #64798d;
    margin: 0 5px;
    border-radius: .2rem
}

.header .header-block-buttons .btn.header-btn:hover, .header .header-block-buttons .btn.header-btn:focus {
    border: 1px solid #3a4651;
    color: #3a4651
}

@media (max-width: 767px) {
    .header .header-block-buttons .btn.header-btn span {
        display: none
    }
}

#modal-media .modal-body {
    min-height: 250px
}

#modal-media .modal-tab-content {
    min-height: 300px
}

#modal-media .images-container {
    padding: 15px;
    text-align: center
}

#modal-media .images-container .image-container {
    margin: 0 auto 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    float: none
}

#modal-media .images-container .image-container:hover {
    border-color: rgba(254, 130, 29, 0.5)
}

#modal-media .images-container .image-container.active {
    border-color: rgba(254, 130, 29, 0.5)
}

#modal-media .upload-container {
    padding: 15px
}

#modal-media .upload-container .dropzone {
    position: relative;
    border: 2px dashed #FAB21D;
    height: 270px
}

#modal-media .upload-container .dropzone .dz-message-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

#modal-media .upload-container .dropzone .dz-message-block .dz-message {
    margin: 0;
    font-size: 24px;
    color: #FAB21D;
    width: 230px
}

.header .header-block-collapse {
    padding-right: 5px
}

@media (max-width: 767px) {
    .header .header-block-collapse {
        width: 155px
    }
}

.header .header-block-collapse .collapse-btn {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FAB21D;
    font-size: 24px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: initial
}

.header .header-block-nav {
    margin-left: auto;
    white-space: nowrap;
    padding-right: 15px
}

@media (max-width: 767px) {
    .header .header-block-nav {
        padding-right: 0
    }
}

.header .header-block-nav::after {
    display: block;
    clear: both;
    content: ""
}

.header .header-block-nav a {
    text-decoration: none
}

.header .header-block-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header .header-block-nav > ul {
    display: table
}

.header .header-block-nav > ul > li {
    display: table-cell;
    position: relative
}

.header .header-block-nav > ul > li:before {
    display: block;
    content: " ";
    width: 1px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-color: #8b9cb1;
    position: absolute;
    left: 0
}

.header .header-block-nav > ul > li:first-child:before {
    display: none
}

.header .header-block-nav > ul > li > a {
    padding: 0 15px;
    color: #4f5f6f
}

.header .header-block-nav > ul > li > a:hover {
    color: #FAB21D
}

.header .header-block-nav .dropdown-menu {
    margin-top: 15px
}

.header .header-block-search {
    margin-right: auto;
    padding-left: 20px
}

@media (max-width: 767px) {
    .header .header-block-search {
        padding-left: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .header-block-search {
        padding-left: 20px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .header-block-search {
        padding-left: 20px
    }
}

@media (min-width: 1200px) {
    .header .header-block-search {
        padding-left: 35px
    }
}

.header .header-block-search > form {
    float: right
}

@media (max-width: 767px) {
    .header .header-block-search > form {
        padding-left: 0
    }
}

.header .header-block-search .input-container {
    position: relative;
    color: #7e8e9f;
    padding-right: 40px;
}

.header .header-block-search .input-container i {
    position: absolute;
    pointer-events: none;
    display: block;
    height: 40px;
    line-height: 40px;
    left: 0
}

.header .header-block-search .input-container input {
    background-color: transparent;
    border: none;
    padding-left: 25px;
    height: 40px;
    max-width: 150px
}

.header .header-block-search .input-container .fa-times {
    top: -1px;
    left: unset;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: center;
    pointer-events: all;
}

.header .header-block-search .input-container .fa-times:hover {
    color: #FAB21D
}

@media (max-width: 767px) {
    .header .header-block-search .input-container input {
        max-width: 140px
    }
}

.header .header-block-search .input-container input:focus + .underline {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.customize {
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 15px;
    text-align: center
}

.customize .customize-header {
    margin-bottom: 10px
}

#customize-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 230px
}

@media (max-width: 991px) {
    .sidebar-open #customize-menu {
        left: 0
    }
}

@media (max-width: 991px) {
    #customize-menu {
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        left: -230px
    }
}

#customize-menu > li > a {
    background-color: #3a4651;
    border-top: 1px solid rgba(45, 54, 63, 0.5)
}

#customize-menu > li > a:hover, #customize-menu > li.open > a {
    background-color: #2d363f
}

#customize-menu .customize {
    width: 230px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #2d363f;
    text-align: center;
    padding: 10px 15px;
    border-top: 2px solid #FAB21D
}

#customize-menu .customize .customize-item {
    margin-bottom: 15px
}

#customize-menu .customize .customize-item .customize-header {
    margin-bottom: 10px
}

#customize-menu .customize .customize-item label {
    font-weight: 400
}

#customize-menu .customize .customize-item label.title {
    font-size: 14px
}

#customize-menu .customize .customize-item .radio + span {
    padding: 0;
    padding-left: 5px
}

#customize-menu .customize .customize-item .radio + span:before {
    font-size: 17px;
    color: #546273;
    cursor: pointer
}

#customize-menu .customize .customize-item .radio:checked + span:before {
    color: #FAB21D
}

#customize-menu .customize .customize-item .customize-colors {
    list-style: none
}

#customize-menu .customize .customize-item .customize-colors li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

#customize-menu .customize .customize-item .customize-colors li .color-item {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid;
    cursor: pointer
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-red {
    background-color: #FB494D;
    border-color: #FB494D
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-orange {
    background-color: #FE7A0E;
    border-color: #FE7A0E
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-yellow {
    background-color: #FAB21D;
    border-color: #FAB21D
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-green {
    background-color: #8CDE33;
    border-color: #8CDE33
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-seagreen {
    background-color: #4bcf99;
    border-color: #4bcf99
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-blue {
    background-color: #52BCD3;
    border-color: #52BCD3
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-purple {
    background-color: #7867A7;
    border-color: #7867A7
}

#customize-menu .customize .customize-item .customize-colors li .color-item.active {
    position: relative;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 17px
}

#customize-menu .customize .customize-item .customize-colors li .color-item.active:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff
}

.sidebar-header .brand {
    color: #fff;
    text-align: left;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
}

.sidebar-header .brand img {
    width: 80%;
    margin-top: -8px;
}

@media (max-width: 767px) {
    .sidebar-header .brand {
        line-height: 50px;
        font-size: 16px
    }
}

.header .header-block-nav .notifications {
    font-size: 16px
}

.header .header-block-nav .notifications a {
    padding-right: 10px
}

.header .header-block-nav .notifications .counter {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -2px
}

.header .header-block-nav .notifications.new .counter {
    color: #FAB21D;
    font-weight: 700
}

@media (max-width: 767px) {
    .header .header-block-nav .notifications {
        position: static
    }
}

.header .header-block-nav .notifications-dropdown-menu {
    white-space: normal;
    left: auto;
    right: 0;
    min-width: 350px
}

.header .header-block-nav .notifications-dropdown-menu:before {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-right: -1px
}

.header .header-block-nav .notifications-dropdown-menu:after {
    position: absolute;
    right: 20px;
    bottom: 100%
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
    border-bottom: 1px solid rgba(126, 142, 159, 0.1);
    padding: 5px
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
    background-color: #f5f5f5
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .img-col {
    display: table-cell;
    padding: 5px
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .body-col {
    padding: 5px;
    display: table-cell
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container .img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p {
    color: #4f5f6f;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    vertical-align: top
}

.header .header-block-nav .notifications-dropdown-menu .notifications-container p .accent {
    font-weight: 700
}

.header .header-block-nav .notifications-dropdown-menu footer {
    text-align: center
}

.header .header-block-nav .notifications-dropdown-menu footer a {
    color: #212529;
    -webkit-transition: none;
    transition: none
}

.header .header-block-nav .notifications-dropdown-menu footer a:hover {
    background-color: #f5f5f5;
    color: #FAB21D
}

@media (max-width: 767px) {
    .header .header-block-nav .notifications-dropdown-menu {
        min-width: 100px;
        width: 100%;
        margin-top: 5px
    }

    .header .header-block-nav .notifications-dropdown-menu:before, .header .header-block-nav .notifications-dropdown-menu:after {
        right: 107px
    }
}

.header .header-block-nav .profile .img {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #8b9cb1;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle
}

.header .header-block-nav .profile .name {
    display: inline-block;
    margin-right: 9px;
    font-weight: 700;
    line-height: 30px
}

.header .header-block-nav .profile .lang {
    display: inline-block;
    margin-right: 9px;
    font-weight: 700;
    line-height: 30px
}

@media (max-width: 767px) {
    .header .header-block-nav .profile .name {
        display: none
    }
}

.header .header-block-nav .profile .arrow {
    color: #FAB21D
}

.header .header-block-nav .profile-dropdown-menu {
    left: auto;
    right: 0;
    min-width: 180px;
    white-space: normal
}

.header .header-block-nav .profile-dropdown-menu:before {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-right: -1px
}

.header .header-block-nav .profile-dropdown-menu:after {
    position: absolute;
    right: 10px;
    bottom: 100%
}

.header .header-block-nav .profile-dropdown-menu a {
    padding: 10px 15px
}

.header .header-block-nav .profile-dropdown-menu a .icon {
    color: #FAB21D;
    text-align: center;
    width: 16px
}

.header .header-block-nav .profile-dropdown-menu a span {
    display: inline-block;
    padding-left: 5px;
    text-align: left;
    color: #7e8e9f
}

.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-icon {
    padding: 0
}

.header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-topic {
    color: #7e8e9f;
    padding: 0
}

.header .header-block-nav .profile-dropdown-menu .dropdown-divider {
    margin: 0
}

.header .header-block-nav .profile-dropdown-menu .logout {
    border-top: 1px solid rgba(126, 142, 159, 0.1)
}

@media (max-width: 767px) {
    .header .header-block-nav .profile-dropdown-menu {
        margin-top: 8px
    }
}

/* ---------------------------------------- */
.lp {
    width: 10px;
}

.options {
    width: 50px;
    white-space: nowrap
}

.options .btn {
    min-width: 120px
}

.options a .fa {
    padding: 5px
}

.options a:hover, .options a:hover .fa {
    color: #FAB21D
}

table.mine td {
    line-height: 2.24rem
}

.margin-minus {
    margin-left: -15px;
    margin-right: -15px
}

.display-block {
    display: block !important
}

.display-inline {
    display: inline !important
}

/* ---------------------------------------- */
.no-border {
    border: none !important
}

.no-border-top {
    border-top: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

.no-border-right {
    border-right: none !important
}

.no-border-left {
    border-left: none !important
}

.no-padding {
    padding: 0
}

.no-padding-sites {
    padding-left: 0;
    padding-right: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.border-1 {
    border: 1px solid #d7dde4
}

.border-top-1 {
    border-top: 1px solid #d7dde4
}

.border-right-1 {
    border-right: 1px solid #d7dde4
}

.border-left-1 {
    border-left: 1px solid #d7dde4
}

.border-bottom-1 {
    border-bottom: 1px solid #d7dde4
}

.padding-1rem {
    padding: 1rem
}

.padding-sites-1rem {
    padding-left: 1rem;
    padding-right: 1rem
}

.padding-top-1rem {
    padding-top: 1rem
}

.padding-bottom-1rem {
    padding-bottom: 1rem
}

.padding-right-1rem {
    padding-right: 1rem
}

.padding-left-1rem {
    padding-left: 1rem
}

.padding-2rem {
    padding: 2rem
}

.padding-sites-2rem {
    padding-left: 2rem;
    padding-right: 2rem
}

.padding-top-2rem {
    padding-top: 2rem
}

.padding-bottom-2rem {
    padding-bottom: 2rem
}

.padding-right-2rem {
    padding-right: 2rem
}

.padding-left-2rem {
    padding-left: 2rem
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-sites-10 {
    padding-left: 10px;
    padding-right: 10px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-10-imp {
    padding-bottom: 10px !important;
}

.padding-right-10 {
    padding-right: 10px
}

.padding-left-10 {
    padding-left: 10px
}

.padding-20 {
    padding: 20px
}

.padding-sites-20 {
    padding-left: 20px;
    padding-right: 20px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-30 {
    padding: 30px
}

.padding-sites-30 {
    padding-left: 30px;
    padding-right: 30px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-right-30 {
    padding-right: 30px
}

.padding-left-30 {
    padding-left: 30px
}

.no-margin {
    margin: 0
}

.no-child-margin * {
    margin: 0
}

.no-margin-imp {
    margin: 0 !important
}

.no-margin-sites {
    margin-left: 0;
    margin-right: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-right {
    margin-right: 0
}

.no-margin-left {
    margin-left: 0
}

.margin-05rem {
    margin: 0.5rem
}

.margin-sites-05rem {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

.margin-top-05rem {
    margin-top: 0.5rem
}

.margin-bottom-05rem {
    margin-bottom: 0.5rem
}

.margin-right-05rem {
    margin-right: 0.5rem
}

.margin-left-05rem {
    margin-left: 0.5rem
}

.margin-1rem {
    margin: 1rem
}

.margin-sites-1rem {
    margin-left: 1rem;
    margin-right: 1rem
}

.margin-top-1rem {
    margin-top: 1rem
}

.margin-bottom-1rem {
    margin-bottom: 1rem
}

.margin-right-1rem {
    margin-right: 1rem
}

.margin-left-1rem {
    margin-left: 1rem
}

.margin-2rem {
    margin: 2rem
}

.margin-sites-2rem {
    margin-left: 2rem;
    margin-right: 2rem
}

.margin-top-2rem {
    margin-top: 2rem
}

.margin-bottom-2rem {
    margin-bottom: 2rem
}

.margin-right-2rem {
    margin-right: 2rem
}

.margin-left-2rem {
    margin-left: 2rem
}

.margin-5 {
    margin: px
}

.margin-sites-5 {
    margin-left: 5px;
    margin-right: 5px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-right-5 {
    margin-right: 5px
}

.margin-left-5 {
    margin-left: 5px
}

.margin-10 {
    margin: 10px
}

.margin-sites-10 {
    margin-left: 10px;
    margin-right: 10px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-10-imp {
    margin-bottom: 10px !important;
}

.margin-right-10 {
    margin-right: 10px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-20 {
    margin: 20px
}

.margin-sites-20 {
    margin-left: 20px;
    margin-right: 20px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-30 {
    margin: 30px
}

.margin-sites-30 {
    margin-left: 30px;
    margin-right: 30px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-left-30 {
    margin-left: 30px
}

.width-100 {
    width: 100%
}

.height-30 {
    height: 30px !important;
    line-height: 30px
}

.maintenance {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 20px;
    z-index: 21;
    width: 100%;
    text-align: center;
}

ol.breadcrumb {
    list-style: none;
    padding: 0;
    background-color: unset;
    margin: 0;
    border-radius: 0;
    font-size: 15px
}

ol.breadcrumb li {
    display: inline;
    padding-right: 5px
}

ol.breadcrumb li:after {
    content: "\f054";
    position: relative;
    bottom: 1px;
    padding-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ol.breadcrumb li.active:after {
    content: "";
    padding: 0
}

ol.breadcrumb li.active {
    font-weight: bold;
    padding: 0
}

ol.breadcrumb li a {
    text-decoration: none
}

@media (max-width: 767px) {
    ol.breadcrumb {
        display: none
    }
}

.stat-link {
    cursor: pointer;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 10px
}

.stat-link:last-child, .stat-link:nth-last-child(2) {
    margin-bottom: 5px !important
}

@media (max-width: 767px) {
    .stat-link:last-child, .stat-link:nth-last-child(2) {
        margin-bottom: 0 !important
    }
}

.input-quantity {
    font-size: 12px;
    padding: 0;
    width: 50px;
    text-align: center;
    line-height: 12px
}

.stat-link:hover {
    background-color: #f0f3f6
}

h3.title .action.dropdown {
    display: inline
}

.line-height-38 {
    line-height: 38px;
    height: 38px;
}

.line-height-100 {
    line-height: 1.9rem
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.card-block.info .form-group {
    margin-bottom: 0 !important
}

.item-list .item.green {
    background-color: #9beaad !important
}

tr.blue td, .blue {
    background-color: #86e1f5
}

tr.green td, .green {
    background-color: #9beaad !important
}

tr.red td, .red {
    background-color: #ea9b9b !important
}

.table.mini {
    font-size: 14px
}

.table.mini .number {
    max-width: 70px
}

.table.mini td {
    vertical-align: middle
}

.pointer {
    cursor: pointer
}

.oneline {
    white-space: nowrap
}

.loader {
    background: no-repeat center center url('../assets/loader.gif');
    width: 100%;
    height: 100%;
    display: inline-block;
    text-indent: -1000px
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input::-webkit-calendar-picker-indicator {
    display: none
}

.show-print {
    display: none
}

.no-visible {
    visibility: hidden
}

.cart .img {
    background-color: #fe974b !important;
    border-color: #fe974b !important
}

.cl {
    clear: both
}

.photos img {
    width: 100%;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px
}

.photos img:last-child {
    margin-bottom: 0px
}

.eei {
    height: 18px
}

.header-block img {
    margin-left: 10px
}

.picto {
    height: 35px;
    margin-left: 5px
}

.pictograms img {
    display: inline
}

.pictograms .btn {
    display: inline;
    padding: 6px 10px
}

.hide {
    display: none
}

.small_red {
    font-size: 10px;
    color: #FB494D
}

@media print {
    @page {
        margin-left: 5mm;
        margin-right: 5mm;
        margin-top: -15mm;
        margin-bottom: 0mm
    }

    html, body {
        margin: 0;
        background-color: transparent;
        font-size: 12px
    }

    table {
        font-size: 12px !important
    }

    .col-md-6 {
        width: 50% !important
    }

    .header-block, .card-block {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .show-print:not(td) {
        display: inline-block
    }

    tr.show-print {
        display: table-row
    }

    td.show-print, th.show-print {
        display: table-cell
    }

    .hidden-print {
        display: none
    }

    .main-wrapper {
        height: auto !important
    }
}

map {
    height: 600px
}

.complaint_0 {
    color: #00bdff
}

.complaint_1 {
    color: #4bcf99
}

.complaint_2 {
    color: #87dcb9
}

.complaint_3 {
    color: #F44
}

.complaint_4 {
    color: #fe974b
}

.complaint_bg_0 {
    background-color: #00bdff
}

.complaint_bg_1 {
    background-color: #4bcf99
}

.complaint_bg_2 {
    background-color: #87dcb9
}

.complaint_bg_3 {
    background-color: #F44
}

.complaint_bg_4 {
    background-color: #fe974b
}

.thumb {
    float: left;
    height: 100px;
    padding: 0.5rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border: 1px solid #d7dde4;
    position: relative
}

.thumb img {
    max-width: 100%;
    max-height: 100%;
}

.thumb.main {
    background-color: #FAB21D
}

.thumb.single {
    margin: 0
}

.thumb.loader {
    background: no-repeat center center url('../assets/loader.gif');
    width: 100px;
    height: 100px;
    display: inline-block;
    text-indent: -1000px
}

.thumb .img_icon {
    font-size: 45px;
    text-align: center;
    min-width: 120px
}

.thumb .img_title {
    font-size: 10px;
    text-align: center
}

.thumb .delete {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 40px;
    background-color: #fff
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.animation-blink {
    animation-duration: 500ms;
    animation-name: red-blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: red-blink 500ms infinite; /* Safari and Chrome */
}

.width-230px {
    width: 230px !important;
}

.width-10 {
    width: 10%
}

.width-15 {
    width: 15%
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.marker-content {
    color: #222
}

.marker-content .line-1 {
    font-size: 12px !important
}

.marker-content .line-2 {
    font-size: 12px !important
}

.marker-content .line-3 {
    font-size: 12px !important;
    color: #FAB21D
}

.marker-content .line-4 {
    font-size: 12px !important;
    color: #FAB21D
}

@keyframes red-blink {
    0% {
        color: #ff0018;
    }
    40% {
        color: #4f5f6f;
    }
    60% {
        color: #4f5f6f;
    }
    100% {
        color: #ff0018;
    }
}

@-webkit-keyframes red-blink {
    0% {
        color: #ff0018;
    }
    40% {
        color: #4f5f6f;
    }
    60% {
        color: #4f5f6f;
    }
    100% {
        color: #ff0018;
    }
}

.mobile_calendar_box {
    display: none;
}

.desktop_calendar {
    display: flex;
}

.buttons_pdf_excel {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: right;
    margin: 0 !important;
    padding: 20px 0 0 0;
}

.circle_floating {
    display: none;
}


@media (max-width: 991px) {
    .input-group-btn2 {
        flex: 1 0 21%;
    }

    .sidebar {
        width: 300px;
    }

    .brand {
        margin: 20px 0;
    }

    .sidebar {
        position: fixed;
        left: -300px
    }

    .sidebar .sidebar-menu {
        font-size: 0.9rem;
    }

    .circle_floating {
        height: 70px;
        width: 70px;
        background-color: #FAB21D;
        border-radius: 50%;
        position: fixed;
        bottom: 5%;
        right: 1%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 800;
    }

    .circle_floating > span {
        font-size: 2rem;
        color: #ffffff;
    }

    .circle_floating > a > span {
        font-size: 3rem;
        color: #ffffff;
    }


    .day_meeting {
        /*padding:15px;*/
        min-height: 400px;
        padding-bottom: 20px;

    }

    .day_meeting > a {
        text-decoration: none;
        color: #4f5f6f;
        margin: 3px;
        border: 1px solid #ededed;
        border-right: 5px solid #FAB21D;
    }

    .main_alert_index {
        display: none;
    }

    .mobile_calendar_box {
        display: block;

    }

    .mobile_calendar_days {
        display: flex;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: space-around;
        text-align: center;
    }

    .calendar_day {

        height: 60px;
        width: 40px;
        background: #f3f3f3;
        padding: 5px;
        border-radius: 20px;
        white-space: nowrap;
        font-size: clamp(8px, 4vw, 16px);
        text-overflow: ellipsis;
        line-height: 1.2;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-weight: 500;
    }

    .day_active {
        background: #FAB21D;
        color: white;
    }

    .desktop_calendar {
        display: none;
    }

    #button_save_crm {
        position: fixed;
        bottom: 0;
        z-index: 800;
        right: 0;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    .info-left {
        display: block;

        height: 100%;

    }

    .month-name {
        font-size: 20px;
    }

    .meeting-icon {
        font-size: 25px;
        padding: 5px;
        text-align: center;
        width: 50px;
    }

    .meeting_event {
        padding: 5px;
        margin-bottom: 5px;
        /*border-bottom: 1px solid #495057;*/
        display: flex;
        border-radius: 6px;
        background: #fff7e7;
        border-right: 5px solid #FAB21D;

    }

    .info-right {
        line-height: 1;
    }

    .meeting-event-title {
        font-weight: 600;
    }

    .meeeting-event-info {
        .font-14
    }
}

.meeting_event {
    padding: 5px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #495057;*/
    display: flex;
    border-radius: 6px;
    background: #fff7e7;
    border-right: 5px solid #FAB21D;

}
.meeting-icon {
    font-size: 15px;
    text-align: center;
}

.info-right {
    line-height: 1;
    font-size:12px;

}
.info-left {

    width:20%;
    padding-right:5px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.calendar-container {
    height: 400px; /* wysokość kalendarza */
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.calendar-grid {
    display: flex;
    flex: 1;
    overflow-y: auto; /* scroll pionowy całości */
}

.calendar-hours {
    width: 60px;
    margin-top: 33px; /* zostaw miejsce na sticky header */
    border-right: 1px solid #ddd;
    background: white;
    flex-shrink: 0;
}


.hour-label {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    text-align: right;
    padding-right: 5px;
    border-bottom: 1px solid #eee;
}

.calendar-days {
    display: flex;
    flex: 1;
    min-width: 0; /* ważne do scrolla poziomego, jeśli będzie */
}

.calendar-day-column {
    flex: 1;
    position: relative;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: calc(720px + 33px);
}

.day-header {
    position: sticky;
    top: 0;
    background: white;
    height: 32px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ccc;
    z-index: 10;
    flex-shrink: 0;
}

.day-body {
    position: relative;
    min-height: 720px; /* 24h * 60px */
    flex: 1;
}
.day-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 720px;
    background-image:
            linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 100% 30px;
    pointer-events: none; /* żeby nie przeszkadzało w klikaniu */
    z-index: 1;
}
.event {
    position: absolute;
    left: 5px;
    right: 5px;
    border-right: 5px solid #FAB21D;
    padding: 5px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;

    z-index: 2;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: flex;
}




.event-title {
    font-weight: 600;
}

.event-time {
    font-size: 10px;
    color: #555;
}


.meeting-event-title {
    font-weight: 600;
    word-wrap: anywhere;
    word-break: break-all;
}

.meeeting-event-info {
    .font-14
}
@media (max-width: 767px) {

    .card {
        box-shadow: none !important;
    }

    .auth {
        background-color: white !important;
        border: none;
    }

    .section {
        padding: 5px;
    }

    .card-block > h3 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .item-col {
        font-size: 0.8rem !important;
    }

    .item-row {
        padding: 5px !important;
    }

    .form-group > .control-label {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .project_index {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .control-div {
        font-size: 0.9rem;
        margin: 2px 0 10px !important;
        padding: 0 0 0 0;
    }

    .chances-styles {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .buttons_pdf_excel {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        margin: 0 !important;
        padding: 20px 0 0 0;
    }

    .chances-styles .progress-bar-main {
        width: 40% !important;
        margin-top: 0.25rem !important;
        margin-bottom: 1rem !important;
    }

    .item-list .item-col > div:nth-last-child(2) {
        width: 35%
    }

    .lamp_accessories {
        display: inline-block;
        font-size: 0.9rem;
        width: 50% !important;
        padding: 5px 10px;
        margin-bottom: 2px;
    }

    .project_description {
        margin-top: 10px;
        min-height: 30px;
        padding: 6px;
    }

    .sum_lamps {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .elem1 {
        order: 1;
        width: fit-content;
    }

    .elem2 {
        order: 4
    }

    .elem3 {
        order: 3;
        text-align: right;
        flex-grow: 1;
        padding-right: 15px;
        width: auto;
    }

    .elem4 {
        order: 2
    }

    .luminaires_index {
        width: 50%
    }

    .luminaires_sum {
        width: 100%;
        text-align: right;
        line-height: 1
    }

    li .item {
        margin-bottom: 0;
        flex-grow: 1 !important;
    }

    .lista_biura {
        display: flex !important;
        width: auto;
        line-height: 1.4rem !important;
        flex-basis: content !important;
        border: none !important;
        padding-top: 2px;
    }

    .items-list-page .item-list .item .item-col.item-col-1 {
        text-align: right;
    }

    .container_excel_pdf {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .lista_mobile {
        padding: 10px;
        font-size: 1.3rem;
        margin: 0 !important;
        border-top: 1px solid #d9d9d9 !important;
    }

    .show_completed, .button_filtruj_style {
        margin: 0 auto;
        margin-top: 10px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: .5rem .75rem;
    }

    .item-list .item-actions-dropdown {
        font-size: 1.4rem;
    }

    .item-list .item-actions-dropdown .item-actions-toggle-btn {
        font-size: 1.4rem;
    }

    .ng-bs3-container {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .project_description {
        padding-top: 1rem;
    }

    .luminaires_container {
        margin: 0;
        padding: 0.5rem 0;
    }

    .sum_lamps {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .lamp_accessories {
        display: inline-block;
        width: max-content;
        padding: 0.5rem 0.75rem;
        margin-bottom: 0;
        align-content: center;
        height: fit-content;
    }

    .luminaires_box {
        align-items: center;
        flex-wrap: wrap;
    }

    .show_completed, .button_filtruj_style {
        margin-top: 26px;
    }

    .container_excel_pdf {
        margin-top: 26px;
    }
}

.font-14 {
    font-size: 14px !important;
}


.animuj {
    transition: all 0.3s ease;
}

.animuj:hover {
    transform: rotate(180deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}


.select2-selection--multiple {
    border-radius: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: .175rem .85rem !important;
}


.select2-selection {
/ border: 0 !important;
/
}

.select2-search {
/ display: flex;
/ / flex-direction: column;
/
}

.select2-search__field {
    margin: 0 !important;
    vertical-align: unset !important;
}

/×/
.select2-selection__clear {
    margin-top: 0 !important;
}

.select2-selection__choice {
    border-radius: 0 !important;
    margin: 5px !important;


}

.select_norway {
    display: inline-block;
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.select_sweden {
    display: inline-block;

    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;

}

.select_poland {
    display: inline-block;
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

input[name="choosefile"]::file-selector-button {
    display: none;
}

.untouched-class {
    color: #c8d2dd;
    font-style: italic;
}

.table_scroll {
    max-height: 400px;
    overflow: scroll;

}

.desktop_calendar {
    width: 100%;
}



@media (max-width: 991px) {

    .desktop_calendar {
        display: none;
    }

    .desktop_calendar > div {
        margin-bottom: 20px;
        width: 100%;
    }

    .section > .row > div {
        padding: 0;
    }

    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .card .card-header {
        flex-direction: column-reverse;
    }

    .card .card-header .title {
        color: #4f5f6f;

    }

    .card .title {
        font-size: 1.2rem;
        color: #4f5f6f;
    }

    .btn {
        font-size: 1rem;
        /*padding: 12px 8px;*/
    }

    .table_scroll {
        padding: 0;
    }
}


#app-banner {
    position: fixed;
    background-color: #9d5e39;
    color: #f4f4f4;
    padding: 10px;
    text-align: center;
    bottom: 0;
    width: 100%;
}

#pwa_banner_buttonAction {
    background: white;
    color: black;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}


#pwa_banner_close {
    background: transparent;
    color: black;
    border: none;
    cursor: pointer;
}


.modal_openai {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.modal_openai-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.modal_speech {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.modal-content_speech {

    background: white;
    padding: 20px;
    width: 100%;
    max-width: 900px;
}

.textarea_speech {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    outline: none;
    border: 1px solid #dadada;
    padding: 5px;
    margin-top: 5px;
}

.button_speech_stop {
    float: right;
}

.close_button {
    float: right;
    margin-bottom: 20px;
    font-size: 25px;
}

.close_button:hover {
    cursor: pointer;
}

.recording_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.mic-animation {
    width: 10px;
    height: 10px;
    background-color: #ef2b2b;
    border-radius: 50%;
    animation: pulse 1s infinite;
    display: inline-block;
    margin-left: 5px;
}

.mic-animation.hide {
    opacity: 0;
    animation: none;
}

@keyframes pulse {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    50% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.autocomplete-wrapper {
    position: relative; /* Kontener z pozycjonowaniem, żeby lista podpowiedzi była względem inputa */
}

.autocomplete-list {
    position: absolute;
    top: 100%; /* Ustawia listę pod inputem */
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 120px; /* Zmniejsza wysokość listy */
    overflow-y: auto;
    width: 100%; /* Dopasowuje szerokość do szerokości inputa */
    z-index: 1000; /* Ustawia na wierzchu innych elementów */
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.autocomplete-list li {
    padding: 6px 10px;
    cursor: pointer;
}

.autocomplete-list li:hover {
    background-color: #f2f2f2;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.tooltip-wrapper .fa-info {
    font-size: 16px;
    color: #444;
}

.tooltip-wrapper .tooltiptext {
    box-shadow: 2px 2px 5px 0px #595959;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    color: #353535;
    text-align: left;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    z-index: 1000;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    border: 1px solid #939393;
    display: inline-block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal; /* ważne – nie łam losowo słów */
    font-weight: 400;
    max-width: 600px; /* <- ogranicza tylko górną granicę */
    width: max-content; /* <- sprawia, że tooltip jest jak najszerszy względem treści */
    min-width: 150px; /* <- tylko jeśli chcesz zapewnić minimalną estetykę */
    box-sizing: border-box;
}

.tooltip-wrapper .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4e4e4e transparent;
}

.tooltip-wrapper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



@media (min-width: 767px) {
    .luminaires_box{
        width:100%;
        flex-wrap: nowrap;
        align-items: center;

    }
    .lamp_accessories{
        white-space: nowrap;
        min-width: max-content;
    }


}