/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
:root {
    --error: #D02626;
    --primary: #C51918;
    --primary: rgb(0, 210, 144);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Public Sans", sans-serif;
	line-height: 1;
    background: #FAFAFA;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-label{
    color: #8B909A!important;
}
label{
    font-size: 13px;
}
label sup{
    vertical-align: sub;
    color: var(--primary);
}
input, select, textarea{ 
    -webkit-appearance: none;
    outline: none;
}
input:not(input[type="checkbox"],input[type="radio"]), select, textarea{
    min-height: 35px;
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 10px;
    border-color: #DBDADE!important;
    color: #333;
}
select{
    cursor: pointer;
}
*:focus {
    outline: none!important;
    box-shadow: none!important;
}
.form-check-input:focus{
    border-color: #DBDADE!important;
}
.error{
    font-size: 13px;
    padding-top: 5px;
    color: var(--error);
}
.form-check-input:checked{
    background-color: var(--error);
    border-color: var(--error)!important;
}
.alert strong{
    font-weight: 600;
}

a{
    transition: all 0.3s linear;
}

.lang a{
    text-decoration: none;
    color: var(--primary);
}
.lang a:hover{
    color: var(--secondary);
}
.btn{
    min-height: 35px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.3s linear;
}
.btn-wide{
    padding-left: 50px;
    padding-right: 50px;
}
.btn-wide.btn[type="submit"]{
    padding-left: 90px;
    padding-right: 90px;
}
.btn + .btn{
    margin-left: 20px;
}
.btn-round, .input-round, .select-round{
    border-radius: 50px;
}
.select-round{
    padding-left: 25px;
    padding-right: 40px;
    background-position: right 20px center;
}
.btn-lg{
    min-height: 50px;
    font-size: 16px;
    font-weight: 600;
}
.btn-primary{
    border-color: var(--primary);
    background-color: var(--primary);
}
.btn-primary:hover{
    border-color: #004a7a;
    background-color: #004a7a;
}
.btn-secondary{
    border-color: #8B909A;
    background-color: #8B909A;
}
.btn-full{
    width: 100%;
}
.nav-link{
    color: var(--primary);
}
.nav-link:hover{
    color: var(--secondary);
}
.archive-tabs{
    border-bottom: solid 1px #DBDADE;
}
.archive-tabs .nav{
    margin-bottom: -1px;
    gap: 0;
}
.archive-tabs .nav-link{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 20px;
    color: #8B909A;
}
.archive-tabs .nav-link.active{
    color: var(--primary);
}
.table-filter{
    transition: opacity 0.3s linear;
}
.table-filter.filter-disabled{
    opacity: 0.4;
    pointer-events: none;
}

.flex-0{
    flex: 0!important;
}
.flex-1{
    flex: 1!important;
}

.btn.order-status-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 32px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #8B909A29;
    color: #8B909A;
    white-space: nowrap;
}
.btn.order-status-btn .spinner-border{
    display: none;
    margin-right: 5px;
}
.change-order-status .dropdown-item{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent!important;
    color: #23272E!important; 
}
.change-order-status .dropdown-item:hover{
    background-color: #F3F4F8!important;
}
.change-order-status .dropdown-toggle::after{
    font-size: 16px;
}
.change-order-status[data-type="single"] .btn.order-status-btn{
    min-width: 120px;
}
.change-order-status[data-type="single"] .btn.order-status-btn .text{
    margin-right: auto;
    padding-right: 5px;
}
.order-status.failed{
    background-color: #D0262629;
    color: #D02626;
}
.order-status.on-hold{
    background-color: #fd7e1429;
    color: #fd7e14;
}
.order-status.processing{
    background-color: #28C76F29;
    color: #28C76F;
}
.order-status.completed{
    background-color: #0d6efd29;
    color: #0d6efd;
}
.order-status.invoiced{
    background-color: #FFC60029;
    color: #FFC600;
    background-color: #EEE8AA;
    color: rgba(0,0,0,0.6);
}
.order-status.packed{
    background-color: #6610f229;
    color: #6610f2;
    background: #FFC0CB;
    color: rgba(0,0,0,0.6);
}
.order-status.with-the-shippers, .order-status.with-shippers-2, .order-status.with-shippers-3, .order-status.with-shippers-4, .order-status.with-shippers-5{
    background-color: #6f42c129;
    color: #6f42c1;
    background: #D8BFD8;
    color: rgba(0,0,0,0.6);
}
.order-status.arrived-us{
    background-color: #20c99729;
    color: #20c997;
    background: #BDB76B;
    color: rgba(0,0,0,0.6);
}
.order-status.us-on-hold{
    background-color: #fd7e1429;
    color: #fd7e14;
    background: #FFA07A;
    color: rgba(0,0,0,0.6);
}
.order-status.shipment-delay{
    background-color: #e7548029;
    color: #e75480;
}

.btn.ticket-status-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 32px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #8B909A29;
    color: #8B909A;
    white-space: nowrap;
}
.btn.ticket-status-btn .spinner-border{
    display: none;
    margin-right: 5px;
}
.change-ticket-status .dropdown-item{
    font-size: 14px;
    font-weight: 600;
    background-color: transparent!important;
    color: #23272E!important; 
}
.change-ticket-status .dropdown-item:hover{
    background-color: #F3F4F8!important;
}
.change-ticket-status .dropdown-toggle::after{
    font-size: 16px;
}
.change-ticket-status[data-type="single"] .btn.ticket-status-btn{
    min-width: 120px;
}
.change-ticket-status[data-type="single"] .btn.ticket-status-btn .text{
    margin-right: auto;
    padding-right: 5px;
}
.ticket-status.opened{
    background-color: #D0262629;
    color: #D02626;
}
.ticket-status.on-hold{
    background-color: #fd7e1429;
    color: #fd7e14;
}
.ticket-status.answered{
    background-color: #FFC60029;
    color: #FFC600;
}
.ticket-status.closed{
    background-color: #28C76F29;
    color: #28C76F;
}

#assign-operator select, #change-status select{
    min-width: 182px;
    font-size: 12px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 30px;
    border: 0;
    color: #8B909A;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
#assign-operator .btn, #change-status .btn{
    padding-left: 15px;
    padding-right: 15px;
}

.full-page{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: #fff;
}
.full-page .login-box{
    padding: 30px;
}
.full-page .login-box .heading{
    text-align: center;
    margin-bottom: 80px;
}
.full-page .login-box .heading .logo{
    margin-bottom: 18px;
}
.full-page .login-box .heading .logo img{
    width: auto;
    height: 44px;
}
.full-page .login-box .heading p{
    font-size: 16px;
    font-weight: 600;
    color: #555;
}
.full-page .login-box form p{
    padding-top: 22px;
}
.full-page .login-box form p:first-child{
    padding-top: 0;
}
.full-page .login-box form p.checkbox{
    margin-top: 22px;
    padding-top: 0;
}
.full-page .login-box form p label{
    font-size: 16px;
    margin-bottom: 15px;
}
.full-page .login-box form p.checkbox .form-check-input{
    cursor: pointer;
}
.full-page .login-box form p.checkbox label{
    line-height: 1.5;
    margin-bottom: 0;
    cursor: pointer;
}
.full-page .login-box form p .form-control{
    min-height: 50px;
    font-size: 14px;
    font-weight: 400;
    border: 0!important;
    border-radius: 8px;
    background-color: #EEEEEE;
    color: #555555;
}
.full-page .login-box form p.button{
    text-align: center;
    padding-top: 80px;
}
.full-page .login-box .btn{
    width: 100%;
}
.full-page .bg-image{
    position: relative;
    min-height: min(56.25vw, 50vh);
    padding: 0;
}
.full-page .bg-image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.full-page .bg-image .clock{
    position: absolute;
    right: 72px;
    bottom: 64px;
    text-align: right;
    color: #fff;
    z-index: 3;
}
.full-page .bg-image .clock .date{
    font-size: 20px;
    font-weight: 300;
}
.full-page .bg-image .clock .time{
    font-size: 110px;
    font-weight: 100;
}

.sidebar-menu{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    text-align: left;
    background: #fff;
    z-index: 2;
    transition: all 0.5s linear;
}
.sidebar-menu .collapse{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: url(images/decrese.png);
    background-image: url(images/decrese.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 3;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
    transition: all 0.3s linear;
}
.sidebar-menu .collapse:hover{
    filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.sidebar-menu .logo{
    display: block;
    font-size: 0;
    line-height: 0;
    height: 84px;
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.3s linear 0.2s;
}
.sidebar-menu .logo img{
    width: auto;
    /*height: 24px;*/
    height: 26px;
}
.sidebar-menu .menu-group-title{
    display: flex;
    align-items: flex-end;
    height: 60px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #8B909A;
    white-space: nowrap;
    transition: all 0.5s linear;
}
.sidebar-menu .menu-group{
    padding: 0 15px;
    transition: all 0.5s linear;
}
.sidebar-menu .menu-item a{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    padding: 0 15px;
    border-radius: 6px;
    color: #8B909A;
    transition: all 0.3s linear;
}
.sidebar-menu .menu-item a:hover, .sidebar-menu .menu-item.current-page > a{
    background: #F3F4F8;
}
.sidebar-menu .menu-item.current-page > a{
    font-weight: 600;
    color: #23272E;
}
.sidebar-menu .menu-item .icon{
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
}
.sidebar-menu .menu-item.current-page .icon{
    filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.sidebar-menu .menu-item .icon-dashboard{
    background-image: url(images/dashboard.png);
    background-image: url(images/dashboard.svg);
}
.sidebar-menu .menu-item .icon-cart{
    background-image: url(images/cart.png);
    background-image: url(images/cart.svg);
}
.sidebar-menu .menu-item .icon-customers{
    background-image: url(images/customers.png);
    background-image: url(images/customers.svg);
}
.sidebar-menu .menu-item .icon-plus{
    background-image: url(images/plus.png);
    background-image: url(images/plus.svg);
}
.sidebar-menu .menu-item .icon-users{
    background-image: url(images/users.png);
    background-image: url(images/users.svg);
}
.sidebar-menu .menu-item .icon-settings{
    background-image: url(images/settings.png);
    background-image: url(images/settings.svg);
}
.sidebar-menu .menu-item span{
    display: flex;
    align-items: center;
    height: 22px;
    white-space: nowrap;
    transition: all 0.5s linear;
}
.sidebar-menu .submenu{
    max-height: 100vh;
    overflow: hidden;
    transition: all 0.5s linear;
}
.sidebar-menu .submenu-item a{
    padding-left: 45px;
}
.sidebar-menu .submenu-item.current-page > a{
    background: #F3F4F8;
}
.sidebar-menu .submenu-item.current-page > a{
    font-weight: 600;
    color: #23272E;
}
.sidebar-menu .submenu-item .count{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    margin-left: 6px;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #D0262629;
    color: #D02626;
}
.sidebar-menu + .main-container{
    text-align: left;
    padding-left: 260px;
    transition: all 0.5s linear;
}
.main-container > .container{
    max-width: 100%;
    margin: 0;
    padding: 8px 30px;
}
.main-container .heading{
    display: flex;
    align-items: center;
    min-height: 62px;
    margin-bottom: 32px;
}
.main-container .heading.tickets{
    align-items: flex-start;
    padding-top: 10px;
}
.main-container .heading .title-box{
    margin-right: auto;
}
.main-container .heading .title-box .back{
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    color: var(--primary);
}
.main-container .heading .title{
    font-size: 24px;
    font-weight: bold;
    margin-right: auto;
}
.main-container .heading .title strong{
    color: var(--primary);
}
.main-container .heading.tickets .title{
    margin-bottom: 15px;
}
.main-container .heading.tickets .ticket-action{
    display: flex;
    align-items: center;
}
.main-container .heading.tickets .ticket-action label{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 8px;
    color: #8B909A;
}
.main-container .heading .actions{
    display: flex;
    align-items: center;
}
.main-container .heading .actions .notifications{
    width: 26px;
    height: 26px;
    margin-right: 24px;
    background-image: url(images/notifications.png);
    background-image: url(images/notifications.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
    cursor: pointer;
}
.main-container .heading .actions .profile{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
}
.main-container .dashboard-header{
    margin: 0 -9px;
}
.main-container .dashboard-header .dashboard-count{
    min-height: 114px;
    margin: 0 9px;
    padding: 13px 24px;
    border-radius: 16px;
    background-color: #fff;
    color: #23272E;
}
.main-container .dashboard-header .dashboard-count a{
    text-decoration: none;
    color: #23272E;
}
.main-container .dashboard-header .dashboard-count.bg-red{
    flex: 0 0 auto;
    min-width: 236px;
    width: 20%;
    padding: 13px 18px;
    background-color: var(--primary);
    color: #fff;
}
.main-container .dashboard-header .dashboard-count.bg-red a{
    width: 100%;
    color: #fff;
}
.main-container .dashboard-header .dashboard-count .section-label{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.02em;
    padding-right: 15px;
}
.main-container .dashboard-header .dashboard-count .section-label + .count{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
}
.main-container .dashboard-header .dashboard-count .count{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 77px;
    padding: 0 10px;
}
.main-container .dashboard-header .dashboard-count .count + .count{
    border-left: solid 1px #DBDADE;
}
.main-container .dashboard-header .dashboard-count .count.text-red{
    color: var(--primary);
}
.main-container .dashboard-header .dashboard-count .count .label{
    min-height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    color: #8B909A;
}
.main-container .dashboard-header .dashboard-count .count.text-red .label{
    color: var(--primary);
}
.main-container .dashboard-header .dashboard-count .count .value{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
}
.main-container .dashboard-header .dashboard-count .count.count-red .value{
    color: var(--primary);
}
.main-container .page-section .section-header{
    padding: 25px 0;
}
.main-container .page-section .section-header .section-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    color: #23272E;
}
.main-container .page-section .section-more{
    padding: 25px;
    margin-bottom: -8px;
}
.main-container .dashboard-section .section-header{
    padding: 30px;
}
.main-container .dashboard-section .section-header .section-suptitle{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #333;
}
.main-container .dashboard-section .section-header .section-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    color: #23272E;
}
.main-container .dashboard-section .section-more{
    padding: 25px;
    margin-bottom: -8px;
}
.main-container .content-heading{
    margin-bottom: 48px;
    border-radius: 16px;
    background-color: #fff;
}
.border-gray{
    border-color: #DBDADE;
}
.main-container .content-heading.customer-support{
    overflow: hidden;
}
.main-container .content-heading .row{
    margin: 0;
    padding: 28px 3px;
    padding-bottom: 0;
}
.main-container .content-heading.customer-support .row{
    margin: 0 -74px;
    padding: 13px 34px;
    padding-bottom: 0;
}
.main-container .content-heading.orders .row:last-child{
    padding: 15px 3px;
}
.main-container .content-heading .row .col, .main-container .content-heading .row .col-12{
    padding: 0 25px;
}
.main-container .content-heading.customer-support .row .col{
    padding: 0 74px;
}
.main-container .content-heading > .row > .col{
    min-height: 128px;
    margin-bottom: 28px;
}
.main-container .content-heading.customer-support > .row > .col{
    min-height: 89px;
    margin-bottom: 13px;
}
.main-container .content-heading > .row > .col + .col{
    border-left: solid 1px #DBDADE;
}
.main-container .content-heading .address{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.main-container .content-heading .address .label, .main-container .content-heading .order-info .label{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #8B909A;
    white-space: nowrap;
}
.main-container .content-heading .address .name{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    color: #23272E;
}
.main-container .content-heading .address .contact{
    font-size: 13px;
    font-weight: 400px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #8B909A;
}
.main-container .content-heading .address .contact p{
    margin: 0;
    padding: 0;
}
.main-container .content-heading .address .location{
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #23272E;
}
.main-container .content-heading .address .more{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: auto;
    color: var(--primary);
}
.main-container .content-heading .address .more:hover{
    color: var(--secondary);
}
.main-container .content-heading .edit-address{
    padding-top: 10px;
    padding-bottom: 28px;
}
.main-container .content-heading .edit-address h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 28px;
    color: #23272E;
}
.main-container .content-heading .order-info{
    position: relative;
}
.main-container .content-heading .order-info .operator-profile{
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-container .content-heading .order-info .text-red{
    color: var(--primary)!important;
}
.main-container .content-heading .order-info a{
    color: var(--primary);
}
.main-container .content-heading .order-info a:hover{
    color: var(--secondary)!important;
}
.main-container .content-heading .order-info p{
    display: flex;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 12px;
    color: #23272E;
}
.main-container .content-heading .order-info p a{
    color: #23272E;
}
.main-container .content-heading .order-info > *:last-child{
    margin-bottom: 0;
}
.main-container .content-heading .order-info p label{
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-right: 16px;
    color: #23272E;
    white-space: nowrap;
}
.main-container .content-heading .order-info p strong{
    font-weight: 600;
}
.main-container .content-heading .order-action{
    display: flex;
    align-items: center;
}
.main-container .content-heading .order-action label{
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    margin-right: 16px;
    color: var(--primary);
}
.main-container .content-heading .delivery-service select{
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding: 8px 16px;
    padding-right: 35px;
    color: #8B909A;
}
.main-container .content-heading .count{
    letter-spacing: -0.02em;
    color: #23272E;
}
.main-container .content-heading .count.red{
    color: var(--primary);
}
.main-container .content-heading .count .label{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.main-container .content-heading .count .value{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.order-notes h3, .ticket-notes h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #23272E;
}
.order-notes .notes-list, .ticket-notes .notes-list{
    position: relative;
    padding: 20px 15px;
    border-radius: 16px;
    background-color: #fff;
    box-sizing: border-box;
}
.order-notes .notes-list .spinner-border{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    opacity: 0;
    transition: opacity 0.3s linear;
    pointer-events: none;
}
.order-notes .notes-list.updating .spinner-border{
    opacity: 1;
}
.order-notes .notes-list .overflow, .ticket-notes .notes-list .overflow{
    height: 242px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 30px;
    transition: opacity 0.3s linear;
}
.ticket-notes .notes-list .overflow{
    height: 151px;
}
.order-notes .notes-list.updating .overflow{
    opacity: 0.4;
}
.order-notes .notes-list .note, .ticket-notes .notes-list .note{
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom: solid 1px #DBDADE;
}
.order-notes .notes-list .note:last-child, .ticket-notes .notes-list .note:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.order-notes .notes-list .note .note-header, .ticket-notes .notes-list .note .note-header{
    margin-bottom: 7px;
}
.order-notes .notes-list .note .note-header .note-type, .ticket-notes .notes-list .note .note-header .note-type{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #8B909A29;
    color: #8B909A;
}
.order-notes .notes-list .note .note-header .note-type.customer, .ticket-notes .notes-list .note .note-header .note-type.customer{
    background-color: #28C76F29;
    color: #28C76F;
}
.order-notes .notes-list .note .note-header .note-type.internal, .ticket-notes .notes-list .note .note-header .note-type.internal{
    background-color: #D0262629;
    color: #D02626;
}
.order-notes .notes-list .note .note-header .note-from, .ticket-notes .notes-list .note .note-header .note-from{
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 5px;
    color: #8B909A;
}
.order-notes .notes-list .note .note-message, .ticket-notes .notes-list .note .note-message{
    font-size: 12px;
    line-height: 14px;
    color: #333;
}
.order-notes .send-note, .ticket-notes .send-note{
    padding: 18px 20px;
    border-radius: 16px;
    background-color: #fff;
    box-sizing: border-box;
}
.order-notes .send-note textarea, .ticket-notes .send-note textarea{
    width: 100%;
    height: 142px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    border: solid 1px #DBDADE;
    box-sizing: border-box;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.order-notes .send-note .btn{
    width: 100%;
}
.ticket-notes .send-note-buttons select{
    width: auto;
    font-size: 13px;
    font-weight: 500;
    padding-left: 55px;
    padding-right: 55px;
    color: #8B909A;
}
.ticket-notes .send-note-buttons .btn{
    padding-left: 55px;
    padding-right: 55px;
}
.main-container .content{
    padding: 50px;
    border-radius: 12px;
    background-color: #fff;
}
.main-container .table-content{
    padding: 8px 0;
    border-radius: 16px;
    background: #fff;
}
.main-container .content .row{
    --bs-gutter-x: 70px;
    --bs-gutter-y: 70px;
    margin-bottom: 32px;
}
.main-container .content .row.last{
    margin-bottom: 55px;
}
.main-container .content .save .delete{
    margin-right: auto;
}
.main-container form .row label{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #8B909A;
}
.main-container .input-group-search{
    width: 200px;
    border-radius: 4px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.main-container .input-group-search input{
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.main-container .input-group-search button{
    position: relative;
    width: 33px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.main-container .input-group-search button::after{
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url(images/search.png);
    background-image: url(images/search.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
}
.main-container .table-filter .filter-name{
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
}
.main-container .table-filter .col{
    flex: 0;
}
.main-container .table-filter .form-check-label{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 0;
    white-space: nowrap;
    color: #8B909A;
}
.main-container .table-filter .form-check-input{
    border: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.main-container .table-filter .form-select{
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.43px;
    padding-left: 15px;
    padding-right: 30px;
    border: 0;
    border-radius: 6px;
    color: #8B909A;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.table-content table{
    margin-bottom: 0;
}
.table-content table tr > *{
    padding: 0 20px;
}
.table-content table tr > *:first-child{
    padding-left: 40px;
}
.table-content table tr > *:last-child{
    padding-right: 40px;
}
.table-content table thead tr > *{
    height: 47px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: solid 1px #E9E7FD;
    color: #8B909A;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table thead tr th a{
    color: #8B909A;
}
.table-content table thead tr th a:hover{
    color: #23272E;
}
.table-content table tbody tr > *{
    height: 54px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: solid 1px #E9E7FD;
    color: #23272E;
    vertical-align: middle;
}
.table-content table tbody tr .username, .table-content table tbody tr .name, .table-content table tbody tr .amount{
    font-weight: 600;
}
.table-content table tbody tr .note{
    max-width: 240px;
    max-width: max(calc((100vw - 320px) * 0.2), 240px);
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-content table tbody tr > * a{
    color: #23272E;
}
.table-content table tbody tr > * a:hover{
    color: var(--primary);
}
.table-content table tfoot tr > *{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #23272E;
    vertical-align: middle;
}
.table-content table tfoot tr:first-child > *{
    padding-top: 24px;
}
.table-content table tfoot tr:last-child > *{
    padding-bottom: 45px;
}
.table-content table tfoot tr > th{
    color: #8B909A;
}
.table-content table tfoot tr > th > span{
    display: block;
    width: 220px;
    margin-left: auto;
}
.table-content table tfoot tr.total > *{
    font-weight: 700;
}
.table-content table tr.table-row--dropdown > *{
    height: auto;
    padding: 0;
    border: 0;
}
.table-content table tr.table-row--dropdown .dropdown-content{
    width: 100%!important;
    padding-left: 24px!important;
    padding-right: 60px!important;
    padding-bottom: 24px;
    border-bottom: solid 1px #E9E7FD;
    overflow: hidden;
}
.table-content table tr.table-row--dropdown > *, .table-content table tr.table-row--dropdown tr > *{
    background-color: #FBFBFB;
}
.table-content table tr.table-row--dropdown tr > *{
    min-width: 178px;
}
.table-content table tr.table-row--dropdown tr > *:first-child{
    padding-left: 110px;
}
.table-content table tr.table-row--dropdown tr > *:last-child{
    padding-right: 110px;
}
.table-content table tr.table-row--dropdown thead tr > *{
    height: 47px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    padding-bottom: 0;
    color: #8B909A;
}
.table-content table tbody tr .status > .d-flex > .change-order-status{
    flex: 1;
}
.open-table-dropdown{
    width: 24px;
    height: 24px;
    background-image: url(images/table-dropdown.png);
    background-image: url(images/table-dropdown.svg);
    margin-left: 30px;
    margin-right: -20px;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
    cursor: pointer;
    transition: all 0.3s linear;
}
.open-table-dropdown.active{
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.open-table-dropdown.has-note{
    filter: invert(12%) sepia(74%) saturate(5316%) hue-rotate(354deg) brightness(97%) contrast(91%);
}
.table-content .archive-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
}
.table-content .archive-actions:hover{
    filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.internal-note-count{
    position: absolute;
    top: 0;
    right: -20px;
    font-weight: 500;
    transform: translateX(50%) translateY(-50%);
    color: #000;
    filter: invert(12%) sepia(74%) saturate(5316%) hue-rotate(354deg) brightness(97%) contrast(91%);
}
.open-table-dropdown.active .internal-note-count{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.table-content .archive-actions.edit{
    background-image: url(images/edit.png);
    background-image: url(images/edit.svg);
}
.table-content .archive-actions.delete{
    background-image: url(images/trash.png);
    background-image: url(images/trash.svg);
}
.table-content .cb{
    font-size: 15px!important;
}
.table.departure-date th{
    width: 1%;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    color: #8B909A;
    white-space: nowrap;
}

.ticket-messages .email-message{
    text-align: left;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 14px;
    background-color: #fff;
}
.ticket-messages .email-message .email-type{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    box-sizing: border-box;
}
.ticket-messages .email-message .email-type.customer{
    background-color: #28C76F29;
    color: #28C76F;
}
.ticket-messages .email-message .email-type.support{
    background-color: #D0262629;
    color: #D02626;
}
.ticket-messages .email-message .email-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #23272E;
}
.ticket-messages .email-message .email-subtitle{
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #8B909A;
}
.ticket-messages .email-message .email-text{
    min-height: 70px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    color: #23272E;
    overflow-x: hidden;
    overflow-y: auto;
}
.ticket-messages .email-message .email-text strong{
    font-weight: bold;
}
.ticket-messages .email-message .email-text em{
    font-style: italic;
}
/*.ticket-messages .email-message .email-text:not(.email-message:last-child .email-text){
    max-height: 180px;
}*/
.ticket-messages .email-message .email-text img{
    max-width: 920px!important;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    object-position: left;
}
.ticket-messages .email-message .attachments + .email-text{
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #DBDADE;
}
/*.ticket-messages .email-message:first-child .email-text{
    max-height: max(180px, 50vh);
}*/
.ticket-messages .email-message .attachments{
    margin: 0;
    padding-top: 15px;
    border-top: solid 1px #DBDADE;
}
.ticket-messages .email-message .email-heading + .attachments{
    padding-top: 0;
    border-top: 0;
}
.ticket-messages .email-message .attachments > .col{
    padding: 0;
}
.ticket-messages .email-message .attachment{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 15px;
}
.ticket-messages .email-message .attachment a{
    font-style: italic;
    text-decoration: none;
    color: var(--primary);
}
.ticket-messages .email-message .attachment a:hover{
    color: var(--secondary);
}
.ticket-messages .email-message .button-text{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--primary);
}
.ticket-messages .email-message .button-text:hover{
    color: var(--secondary);
}
.ticket-messages .email-message .email-heading{
    cursor: pointer;
    transition: all 0.1s linear 0s;
}
.ticket-messages .email-message .email-heading[aria-expanded="false"]{
    margin-bottom: 0!important;
    transition: all 0.1s linear 0.3s;
}
.ticket-messages .email-message .email-heading .icon-toggle{
    display: flex;
    position: relative;
    font-size: 2rem;
    padding: 0;
    border: 0;
    background: none;
    transition: transform 0.3s linear;
}
.ticket-messages .email-message .email-heading[aria-expanded="true"] .icon-toggle{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ticket-messages .email-message .email-heading .icon-toggle::after{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.ticket-answer{
    margin-bottom: 42px;
    padding: 20px;
    border-radius: 14px;
    background-color: #fff;
}
.ticket-answer textarea{
    width: 100%;
    height: 122px;
    padding: 8px 16px;
    border-radius: 10px;
    border: solid 1px #DBDADE;
    background-color: #fff;
    resize: none;
}
.ticket-answer .send-message-buttons{
    padding-top: 20px;
}
.ticket-answer .send-message-buttons select{
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #8B909A;
}
.ticket-answer #attachment-upload{
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0.01;
    overflow: hidden;
    z-index: -1;
}
.ticket-answer .attachments-list .attachment{
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 35px;
    margin-right: 25px;
}
.ticket-answer .attachments-list .attachment .name a{
    color: var(--secondary);
}
.ticket-answer .attachments-list .attachment .name a:hover{
    color: var(--primary);
}
.ticket-answer .attachments-list .attachment .spinner-border{
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
    margin-right: 8px;
}
.delete-attachment{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 35px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    color: var(--primary);
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
}

.operator-profile{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
}
.table-pagination-box{
    height: 70px;
    padding: 0 25px;
}
.pagesize-box{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.43px;
    color: #8B909A;
    white-space: nowrap;
}
.pagesize-box select{
    width: 78px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.43px;
    text-align: center;
    margin: 0 5px;
    border-radius: 6px;
    color: #23272E;
}
.pagination{
    display: flex;
    margin: -2px;
}
.pagination li{
    padding: 2px;
}
.pagination li a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #F1F2F6;
    color: #8B909A;
    transition: all 0.5s linear;
}
.pagination li a:hover{
    background: #ccc;
    color: #23272E;
}
.pagination li.prev a::after, .pagination li.next a::after{
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    background-image: url(images/prev.png);
    background-image: url(images/prev.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(57%) sepia(11%) saturate(253%) hue-rotate(182deg) brightness(98%) contrast(93%);
}
.pagination li.prev a:hover::after, .pagination li.next a:hover::after{
    filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.pagination li.next a::after{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination li.disabled a{
    opacity: 0.2;
    pointer-events: none;
}
.pagination li.active a{
    background-color: var(--primary);
    color: #fff;
    pointer-events: none;
}

.modal-opener{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0.01;
    z-index: -1;
}
.modal-title{
    font-size: 1.2em;
    font-weight: 500;
}
.modal-title strong{
    font-weight: bold;
}
.modal strong{
    font-weight: 600;
}
.modal .color-primary{
    color: var(--primary);
}

.mobile-header{
    display: none;
}
.sidebar-menu .mobile{
    display: none;
}

.email_editor + .tox .tox-toolbar--scrolling{
    flex-wrap: wrap;
}

/* login */
@media all and (max-width: 991px){
    .full-page{
        overflow-y: auto;
    }
    .full-page .login-box{
        margin: auto;
    }
    .full-page .login-box form{
        width: 100%;
    }
    .full-page .bg-image{
        display: none;
    }
}
@media all and (min-width: 992px){
    .full-page .login-box{
        min-width: 480px;
    }
    .full-page .bg-image{
        display: block;
        flex: 1;   
        min-height: 100%;
    }
    .main-row{
        min-height: 100vh;
    }
    .order-notes .notes.customer, .ticket-notes .notes{
        display: flex;
        margin: 0 -10px;
    }
    .order-notes .notes.customer > *, .ticket-notes .notes > *{
        flex: 1;
        margin: 0 10px;
        margin-bottom: 0!important;
    }
    .order-notes .notes.customer > .send-note, .ticket-notes .notes > .send-note{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* izbornici */
@media all and (min-width: 1280px){
    .sidebar-menu{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .sidebar-menu.collapsed{
        width: 64px;
    }
    .sidebar-menu.collapsed .collapse{
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sidebar-menu.collapsed .logo{
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s linear 0s;
    }
    .sidebar-menu.collapsed .menu-group-title{
        height: 24px;
        padding: 5px 20px;
        opacity: 0;
        pointer-events: none;
    }
    .sidebar-menu.collapsed .menu-group{
        padding: 0 5px;
    }
    .sidebar-menu.collapsed .menu-item span{
        opacity: 0;
        pointer-events: none;
    }
    .sidebar-menu.collapsed .submenu{
        opacity: 0;
        max-height: 0;
        pointer-events: none;
    }
    .sidebar-menu.collapsed + .main-container{
        padding-left: 64px;
    }
    .main-container .dashboard-header{
        flex-wrap: nowrap;
    }
}
@media all and (min-width: 782px) and (max-width: 1279px){
    .mobile-header .open-side-menu{
        margin-right: 40px;
    }
    .sidebar-menu:not(.sidebar-menu.opened){
        width: 64px;
    }
    .sidebar-menu .menu-group-title:not(.sidebar-menu.opened .menu-group-title){
        height: 24px;
        padding: 5px 20px;
        opacity: 0;
        pointer-events: none;
    }
    .sidebar-menu .menu-group:not(.sidebar-menu.opened .menu-group){
        padding: 0 5px;
    }
    .sidebar-menu .menu-item span:not(.sidebar-menu.opened .menu-item span){
        opacity: 0;
        pointer-events: none;
    }
    .sidebar-menu .submenu:not(.sidebar-menu.opened .submenu){
        opacity: 0;
        max-height: 0;
        pointer-events: none;
    }
    .sidebar-menu + .main-container:not(.sidebar-menu.opened + .main-container){
        padding-left: 64px;
    }
    .main-container > .container{
        width: calc(100vw - 64px);
        max-width: calc(100vw - 64px);
    }
}
@media all and (min-width: 0px) and (max-width: 782px){
    .mobile-header{
        justify-content: center;
    }
    .mobile-header .open-side-menu{
        position: absolute;
        left: 15px;
        margin-right: 0;
    }
    .sidebar-menu:not(.sidebar-menu.opened){
        width: 0;
        opacity: 0;
        pointer-events: none;
    }
    .sidebar-menu + .main-container:not(.sidebar-menu.opened + .main-container){
        padding-left: 0;
    }
    .main-container > .container{
        width: 100vw;
        max-width: 100vw;
    }
}

/* ostalo */
@media all and (max-width: 1599px){
    .table-content table thead tr > *{
        white-space: normal;
    }
    .table-content table tr > *{
        padding: 0 15px;
    }
    .table-content table tr > :first-child{
        padding-left: 30px;
    }
    .table-content table tr > :last-child{
        padding-right: 30px;
    }
    .open-table-dropdown{
        margin-left: 15px;
        margin-right: -10px;
    }
    .internal-note-count{
        right: -10px;   
    }
}
@media all and (min-width: 1280px) and (max-width:1399px){
    .main-container .dashboard-header .dashboard-count{
        margin: 0 5px;
        padding: 13px;
    }
    .main-container .dashboard-header .dashboard-count.bg-red{
        min-width: 210px;
        padding: 8px;
    }
    .main-container .dashboard-header .dashboard-count .section-label{
        padding-right: 10px;
    }
    .table-content table tbody tr > *{
        font-size: 14px;
    }
}
@media all and (max-width: 1399px){
    .table-filters-list{
        flex-wrap: wrap;
    }
    .table-filters-list > *{
        margin-bottom: 15px;
    }
    .main-container .input-group-search{
        width: 100%;
        margin-right: 0!important;
    }
    .table-content table thead tr > *{
        white-space: normal;
    }
    .table-content table tr > *{
        padding: 0 10px;
    }
    .table-content table tr > :first-child{
        padding-left: 15px;
    }
    .table-content table tr > :last-child{
        padding-right: 15px;
    }
    .open-table-dropdown{
        margin-left: 15px;
        margin-right: 0;
    }
    .internal-note-count{
        right: -5px;
    }
}
@media all and (min-width: 960px) and (max-width:1279px){
    .table-content table tbody tr > *{
        font-size: 14px;
    }
    .table-content table tr > *{
        padding: 0 6px;
    }
    .table-content table tr > :first-child{
        padding-left: 12px;
    }
    .table-content table tr > :last-child{
        padding-right: 12px;
    }
    .open-table-dropdown{
        margin-left: 12px;
        margin-right: 0;
    }
}
@media all and (max-width: 1279px){
    .mobile-header{
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 54px;
        padding: 5px 10px;
        background-color: #fff;
        box-sizing: border-box;
        z-index: 3;
        box-shadow: 1px 1px 3px #00000011;
    }
    .mobile-header .logo img{
        width: auto;
        height: 24px;
    }
    .mobile-header .open-side-menu{
        width: 44px;
        height: 44px;
        background-image: url(images/menu.png);
        background-image: url(images/menu.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        filter: invert(13%) sepia(13%) saturate(666%) hue-rotate(180deg) brightness(99%) contrast(94%);
    }
    .sidebar-menu{
        padding-top: 74px;
        box-shadow: 1px 1px 3px #00000011;
    }
    .sidebar-menu .logo{
        display: none;
    }
    .sidebar-menu .collapse{
        display: none;
    }
    .sidebar-menu + .main-container{
        padding-top: 54px;
        overflow: hidden;
    }
    .archive-tabs{
        flex-wrap: wrap;
        margin-bottom: 0!important;
        border-bottom: 0;
    }
    .archive-tabs > *{
        margin-bottom: 15px;
    }
    .archive-tabs ul.nav{
        width: 100%;
        margin-bottom: 20px;
        border-bottom: solid 1px #DBDADE;
    }
    .main-container .dashboard-header.is-admin .col{
        width: calc(66% - 36px);
        flex: 0 0 auto;
    }
    .main-container .dashboard-header.is-admin .tickets{
        width: calc(100% - 18px);
        margin-bottom: 1rem;
    }
    .main-container .dashboard-header.is-admin .dashboard-count.bg-red{
        width: 34%;
        min-width: 0;
    }
    .main-container .content-heading.customer-support .row{
        margin: 0 -25px;
    }
    .main-container .content-heading.customer-support .row .col{
        padding: 0 25px;
    }
}
@media screen and (max-width: 959px){
    .table-content table{
        display: block;
    }
    .table-content table thead{
        display: none;
    }
    .table-content table tbody, .table-content table tbody tr{
        display: block;
        width: 100%;
    }
    .table-content table tbody > tr > *{
        display: flex;
        align-items: center;
        width: 100%!important;
        max-width: 100%!important;
        height: auto;
        padding: 8px 18px!important;
    }
    .table-content table tbody > tr.table-row--even > *{
        background-color: #f8f8f8;
    }
    .table-content table tbody > tr > *:last-child{
        padding-bottom: 20px!important;
    }
    .table-content table tbody > tr > *::before{
        content: attr(data-field);
        margin-right: auto;
        padding-right: 16px;
    }
    .table-content table tfoot{
        display: table;
        width: 100%;
    }
    .table-content table tfoot tr > *{
        padding: 8px 18px!important;
    }
    .table-content table tfoot tr > th > span{
        width: 100%;
    }
    .table-content table tfoot tr > td{
        text-align: right;
    }
}
@media all and (max-width: 959px){
    .main-container .dashboard-section .section-header{
        padding: 30px 0;
    }
    .main-container .dashboard-section .section-more{
        flex-direction: column;
    }
    .main-container .dashboard-section .section-more > *{
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 767px){
    .main-container .dashboard-header{
        flex-direction: column;
        margin: 0;
    }
    .main-container .dashboard-header .col{
        width: 100%!important;
        margin: 0!important;
        margin-bottom: 1rem!important;
    }
    .main-container .dashboard-header .col:last-child{
        margin-bottom: 0!important;
    }
}