* {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4E5155;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: absolute;
    width: 100% !important;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    background: #F7F8FA;
    line-height: 1.5;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    color: #90939D;
    font-size: 12px;
    font-weight: 300;
}

::-moz-placeholder {
    color: #90939D;
    font-size: 12px;
    font-weight: 300;
}

::placeholder {
    color: #90939D;
    font-size: 12px;
    font-weight: 300;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #D6DEE1;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 600;
    padding: 10px;
}

p {
    color: #4E5155;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button:hover,
input[type=submit]:hover,
input[type=checkbox]:hover,
input[type=radio]:hover,
input[type=button]:hover,
select:hover,
a:hover {
    cursor: pointer;
}

input[type=checkbox] {
    position: relative;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(24, 28, 33, 0.1);
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    height: 18px;
    width: 18px;
    left: 0;
    top: 0;
    font-size: 0;
    color: #FFFFFF;
    background: #FFFFFF;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
}

input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 12px;
    color: #FFFFFF;
    border-color: #1073E7;
    background-color: #1073E7;
}

input[type=file] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=file] + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

input[type=radio] {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 0;
    color: #716ACA;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=radio]:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    font-size: 12px;
    border: 1px solid #D9D9D9;
    border-radius: 9px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type=radio]:checked:after {
    content: '\00B7';
    font-size: 32px;
    line-height: 16px;
    background: #0591CC;
    border-color: #0591CC;
    color: #FFFFFF;
}

.ui-sortable-handle:active {
    cursor: move;
}

@media screen and (min-width: 1025px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
        margin: 0 0 20px;
    }

    .col-lg-12 {
        width: 100%;
        padding-right: 0 !important;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2-5 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-0 {
        display: none;
    }

    .col-lg-11:not(:last-of-type),
    .col-lg-10:not(:last-of-type),
    .col-lg-9:not(:last-of-type),
    .col-lg-8:not(:last-of-type),
    .col-lg-7:not(:last-of-type),
    .col-lg-6:not(:last-of-type),
    .col-lg-5:not(:last-of-type),
    .col-lg-4:not(:last-of-type),
    .col-lg-3:not(:last-of-type),
    .col-lg-2:not(:last-of-type),
    .col-lg-1:not(:last-of-type) {
        padding-right: 15px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        margin: 0 0 20px;
    }

    .col-md-12 {
        width: 100%;
        padding-right: 0 !important;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-0 {
        display: none;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
        margin: 0 0 20px;
    }

    .col-sm-12 {
        width: 100%;
        padding-right: 0 !important;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-0 {
        display: none;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
        margin: 0 0 20px;
    }

    .col-xs-12 {
        width: 100%;
        padding-right: 0 !important;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-0 {
        display: none;
    }
}

@media screen and (min-width: 0px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
        margin: 0 0 20px;
    }

    .col-12 {
        width: 100%;
        padding-right: 0 !important;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }

    .col-0 {
        display: none;
    }

    .col-primary {
        padding-right: 20px;
    }
}

.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1750px;
    min-width: 300px;
}

.wrapper-lg {
    max-width: 1750px;
}

.wrapper-md {
    max-width: 1500px;
}

.wrapper-sm {
    max-width: 1250px;
}

.wrapper-xs {
    max-width: 960px;
}

.row {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.section {
    display: none;
}

.section:first-of-type {
    display: block
}

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-align-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-justify-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-justify-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-justify-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-direction-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-direction-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* rich text editor */
.ql-toolbar {
    background: #F8F9FB !important;
    border: 0 !important;
    border-bottom: 1px solid #C5C5C5 !important;
}

.rich-text-editor {
    min-height: calc(5 * 1.5em + 1rem) !important;
    background: #F8F9FB !important;
    border: 0 !important;
}

/* Ensure Quill content area respects the 5-line min height */
.rich-text-editor .ql-editor {
    min-height: calc(5 * 1.5em + 1rem) !important;
}

.rich-text-editor img {
    width: 150px !important;
    max-width: 50% !important;
    height: auto !important;
}

/* buttons */
.btn {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn img {
    display: inline-block;
    margin-right: 5px;
}

.btn span {
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    font-weight: 500;
}

.btn-small {
    font-size: 13px;
    font-weight: 500;
    height: 36px;
    line-height: 1;
    padding: 0 10px;
}

.btn-small img {
    width: 12px;
    height: 12px;
}

.btn-medium {
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    padding: 0 15px;
}

.btn-medium img {
    width: 14px;
    height: 14px;
}

.btn-large {
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    padding: 0 15px;
}

.btn-large img {
    width: 16px;
    height: 16px;
}

.btn-wide {
    width: 100%;
}

.btn-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-round {
    border-radius: 10px !important;
}

.btn-center {
    margin: 0 auto !important;
}

.btn-primary {
    border-color: #0663E5;
    background-color: #0663E5;
    color: #FFFFFF;
}

.btn-secondary {
    border-color: #2E2E36;
    background-color: #2E2E36;
    color: #FFFFFF;
}

.btn-error {
    border-color: #EC587C;
    background-color: #EC587C;
    color: #FFFFFF;
}

.btn-success {
    border-color: #66A182;
    background-color: #66A182;
    color: #FFFFFF;
}

.btn-warning {
    border-color: #FFB347;
    background-color: #FFB347;
    color: #FFFFFF;
}

.btn-info {
    border-color: #71C9FF;
    background-color: #71C9FF;
    color: #FFFFFF;
}

.btn-cancel {
    color: #FFFFFF;
}

.btn-action {
    color: #4A4B4F;
}

.btn-action img {
    margin: 0;
}

.btn-delete {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* badges */
.badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge-success {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #A1D7BD;
    border-radius: 15px;
    background-color: #F2FAF6;
    background-image: url('/images/icons/check.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-error {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #FFD8DC;
    border-radius: 15px;
    background-color: #FFF9F9;
    background-image: url('/images/icons/error.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-warning {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #FFE1A3;
    border-radius: 15px;
    background-color: #FFF8E6;
    background-image: url('/images/icons/warning.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-info {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #B3D9FF;
    border-radius: 15px;
    background-color: #F0F8FF;
    background-image: url('/images/icons/info.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-primary {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #AEC6FF;
    border-radius: 15px;
    background-color: #E6F0FF;
    background-image: url('/images/icons/primary.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-secondary {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    background-color: #F8F8F8;
    background-image: url('/images/icons/secondary.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-danger {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #F5C6CB;
    border-radius: 15px;
    background-color: #F8D7DA;
    background-image: url('/images/icons/error.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-waiting {
    padding-left: 30px;
    color: #090E1E;
    border: 1px solid #E0E3E6;
    border-radius: 15px;
    background-color: #F8F8F8;
    background-image: url('/images/icons/hourglass.svg');
    background-size: 16px 16px;
    background-position: left 8px center;
    background-repeat: no-repeat;
}

.badge-round {
    border-radius: 15px;
}

/* notification */

/* notification */
.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: #fff;
    display: block;
    border: 1px solid #eaeff3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    max-width: 350px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.notification.show {
    transform: translateY(0);
    opacity: 1;
}

.notification .header {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeff3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification .header .title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.notification .header .title img {
    margin-right: 10px;
    width: 20px; /* Set the width of the icon */
    height: auto; /* Maintain aspect ratio */
}

.notification .header .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #bbb;
    transition: color 0.3s;
}

.notification .header .close-btn:hover {
    color: #888;
}

.notification .content {
    padding: 15px 20px;
}

.notification .content span {
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
}

.notification .content span.company {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.notification .content span.client,
.notification .content span.number {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.notification .actions {
    padding: 0 20px 15px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.notification .actions button {
    display: flex;
    background-color: #0056b3;
    border: 0;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
    align-items: center;
}

.notification .actions button:hover {
    background-color: #003d82;
}

.notification .actions button img {
    margin-right: 5px;
    width: 16px;
    height: auto;
}

/* lightbox */
.lightbox {
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 9999;
}

.lightbox-zoom {
    display: none;
}

.lightbox-no-scroll {
    overflow-y: hidden;
}

.lightbox-overlay {
    background: rgba(17, 17, 17, 0.8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}

.lightbox-overlay[aria-hidden="true"] {
    display: none;
}

.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}

.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.lightbox-content figure {
    position: relative;
}

.lightbox-content img {
    display: inline-block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
    border-radius: 4px;
    vertical-align: middle;
}

.lightbox-content figcaption {
    position: absolute;
    display: block;
    width: 100%;
    padding: 15px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lightbox-content figcaption button {
    background: transparent;
    width: 12px;
    height: 12px;
    margin: 7px;
    padding: 0;
    display: block;
}

.lightbox-content figcaption button:hover, .lightbox-content figcaption button:focus {
    background: transparent !important;
}

.lightbox-content figcaption button img {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    background: transparent;
}

.lightbox-overlay button {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 26px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    -webkit-transform: all .3s ease;
    -moz-transform: all .3s ease;
    transition: all .3s ease;
}

.lightbox-overlay button:focus, .lightbox-overlay button:hover {
    background: rgba(0, 0, 0, 0.5);
    outline: 0;
}

.lightbox-overlay button:disabled {
    cursor: default;
    opacity: 0.5;
}

.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}

.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}

.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}

.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
}

.lightbox-counter {
    background: transparent;
    color: #FFFFFF;
    font-size: 13px;
    left: 2%;
    position: absolute;
    top: 1em;
}

.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}

.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9F9F9F;
    border-top-color: #DE332B;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* star rating */
.stars {
    display: block;
    min-width: 116px;
    direction: rtl;
    height: auto;
    text-align: left;
    white-space: nowrap;
}

.stars input {
    display: none;
}

.stars label {
    color: #DDDDDD;
    font-size: 24px;
    margin: 0;
    line-height: 1.5;
}

.stars label:before {
    content: '\2605';
    margin: 0;
    font-size: 24px;
    display: inline-block;
    line-height: 1.5;
}

.stars input:checked ~ label,
.stars:not(:checked) label:not(.disabled):hover,
.stars:not(:checked) label:not(.disabled):hover ~ label {
    cursor: pointer;
    color: #FA5931;
}

.stars input:checked + label:not(.disabled):hover,
.stars input:checked ~ label:not(.disabled):hover,
.stars label:not(.disabled):hover ~ input:checked ~ label,
.stars input:checked ~ label:not(.disabled):hover ~ label {
    opacity: 0.8;
}

.stars label.disabled:hover {
    cursor: default;
}

/* ratings */
.rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.rating .reviews {
    display: inline-block;
    margin: 0 0 0 8px;
    color: #9A9A9A;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
}

.rating .score {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.rating .score:hover {
    opacity: 0.75;
    cursor: pointer;
}

.rating .score .stars {
    display: block;
    min-width: auto !important;
    direction: ltr;
    color: #DDDDDD;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
}

.rating .score .stars:before {
    color: #DDDDDD;
}

.rating .score .stars-filled {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.rating .score .stars-filled:before {
    color: #FA5931;
}

.rating .score .stars:before,
.rating .score .stars-filled:before {
    content: "\2605 \2605 \2605 \2605 \2605";
    margin: 0;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
}

/* alert */
.alert {
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 0 auto 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.alert-error {
    background: #F2DEDF;
    border: 1px solid #ECCCD1;
    color: #AC4242;
}

.alert-success {
    background: #E0EFD8;
    border: 1px solid #D7E8C6;
    color: #3A773C;
}

.alert-warning {
    background: #FDF8E4;
    border: 1px solid #FAEBCC;
    color: #A56D3A;
}

.alert-info {
    background: #D9EDF6;
    border: 1px solid #BCE8F1;
    color: #306F8E;
}

/* progress bar */
.progress-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #F2F2F8;
    border-radius: 4px;
}

.progress-bar span {
    position: relative;
    display: block;
    height: 20px;
    border-radius: 4px;
    background: #959595;
    overflow: hidden;
}

.progress-bar span.green {
    background: #76DB98 !important;
}

.progress-bar span.light-green {
    background: #B7EA83 !important;
}

.progress-bar span.yellow {
    background: #F6D757 !important;
}

.progress-bar span.orange {
    background: #FBB851 !important;
}

.progress-bar span.red {
    background: #F17A54 !important;
}

/* select */
.select {
    position: relative;
    display: inline-block;
    height: 44px;
    background-color: #FFFFFF;
    color: #90939D;
}

.select span.title {
    display: inline-block;
    height: 44px;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px !important;
    padding: 0 30px 0 10px;
    color: #90939D;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    background-image: url('/images/icons/dropdown.svg');
    background-size: 16px 16px;
    background-position: right 7px center;
    background-repeat: no-repeat;
}

.select:hover {
    -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
}

.select:active,
.select.active:hover,
.select.active {
    border-radius: 4px 4px 0 0;
    background-color: #F8F8F8;
    -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
}

.select .options {
    position: absolute;
    display: none;
    width: max-content;
    min-width: 100%;
    max-height: 200px;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    right: 0;
    background-color: #FFFFFF;
    border: 0 !important;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
    list-style: none;
    -webkit-box-shadow: 0 1px 2px rgb(204, 204, 204);
    -moz-box-shadow: 0 1px 2px rgb(204, 204, 204);
    box-shadow: 0 1px 2px rgb(204, 204, 204);
}

.select .options li {
    display: block;
    cursor: pointer;
    padding: 8px 12px;
    color: #90939D;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.select .options li:hover {
    background-color: #F2F2F2;
}

.select .options li:active {
    background-color: #E2E2E2;
}

td span.description {
    display: block;
    color: #AAAAAA;
    margin: 0;
    font-size: 11px;
    font-weight: 300;
}

/* switch */
.switch {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
}

.switch input[type="checkbox"] {
    display: none;
}

.switch label {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    background: #E5E5E7;
    border-radius: 50px !important;
}

.switch label:hover {
    cursor: pointer;
}

.switch label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.3s;
}

.switch input:checked + label {
    background: #0663E5;
}

.switch input:checked + label:after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

/* options */
ul.options {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.options li {
    display: inline-block;
}

ul.options li label {
    display: inline-block;
    background-color: #FAFAFA;
    border: 1px solid #E5E5E5;
    color: #ADADAD;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.options li label {
    padding: 4px 10px;
    cursor: pointer;
}

ul.options li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 16px;
    padding: 2px 6px 2px 2px;
    content: "\002B";
}

ul.options li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.options li input[type="checkbox"]:checked + label::before {
    content: "\2713";
}

ul.options li input[type="checkbox"]:checked + label {
    border: 1px solid #4CBAE4;
    background-color: #4CBAE4;
    color: #FFFFFF;
}

/* expandable */
.expandable {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    background-color: #f9f9f9;
}

.expandable.expanded {
    max-height: none;
    overflow: visible;
}

.load-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    color: #6C757D;
    text-align: center;
    padding: 8px 0;
    border: none;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.load-more:hover {
    background-color: #FAFAFA;
}

/* breadcrumbs */
.breadcrumbs {
    display: block;
    margin: 0 0 20px;
    background: #F4F4F4;
    border-bottom: 1px solid #E5E5E5;
}

.breadcrumbs ul {
    display: block;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li + li:before {
    content: '/\00a0';
    padding: 0 12px;
    color: #757575;
}

.breadcrumbs ul li a {
    color: #0172BB;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    color: #0172BB;
    text-decoration: underline;
}

.breadcrumbs ul li span {
    color: #90939D;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

/* filter */
.filter {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 4px;
    background: #F7F8FA;
}

.filter input[type="date"] {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    color: #90939D;
    font-size: 12px;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    outline: none;
    line-height: 44px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.filter select {
    position: relative;
    display: block;
    width: 100%;
    min-width: 250px;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    color: #90939D;
    font-size: 12px;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    outline: none;
    line-height: 44px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.filter .search {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.filter .search input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 15px 0 35px;
    color: #90939D;
    font-size: 12px;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    outline: none;
    line-height: 44px;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-image: url('/images/icons/magnifier.svg');
    background-position: left 10px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.filter .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.filter .search-result {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter .search-result:hover {
    background-color: #f1f1f1;
}

.filter .title {
    font-weight: bold;
}

.filter .description {
    font-style: italic;
    color: #888;
}

.filter .no-results {
    padding: 10px;
    color: #888;
}

.filter .action {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.filter .action button {
    position: relative;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    background-color: #FFFFFF;
}

/* team */
ul.team {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.team li {
    position: relative;
    display: inline-block;
    margin-left: -24px;
    vertical-align: middle;
}

ul.team li:first-child {
    margin-left: 0 !important;
}

ul.team li span {
    position: relative;
    display: block;
}

ul.team li span:before {
    content: "";
    position: absolute;
    display: none;
    height: 0;
    width: 0;
    top: 42px;
    right: 18px;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: transparent transparent #353439 transparent;
}

ul.team li span:after {
    position: absolute;
    content: attr(data-title);
    display: none;
    width: max-content;
    height: 30px;
    padding: 0 12px;
    top: 54px;
    bottom: 0;
    right: 2px;
    text-align: center;
    background: #353439;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    line-height: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    z-index: 9;
}

ul.team li span:hover:before,
ul.team li span:hover:after {
    display: block;
}

ul.team li span img {
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

ul.team li span span {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    background: #E5E5E7;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

/* collaborators */
.collaborators {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
}

.collaborators .thumbnail {
    display: block;
    width: 48px;
    padding: 0 6px 0 0;
    vertical-align: middle;
}

.collaborators .thumbnail img {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.collaborators .author {
    flex: 1;
    padding: 0 10px;
    vertical-align: middle;
}

.collaborators .author span.name {
    display: block;
    color: #242B3B;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
}

.collaborators .author span.email {
    display: block;
    color: #858899;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
}

.collaborators .author span.role {
    display: block;
    color: #858899;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
}

.collaborators .details {
    flex: 1;
    padding: 0 10px;
    vertical-align: middle;
}

.collaborators .details span.name {
    display: block;
    color: #242B3B;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
}

.collaborators .details span.email {
    display: block;
    color: #858899;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
}

.collaborators .details span.role {
    display: block;
    color: #858899;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
}

.collaborators .settings {
    text-align: right;
}

/* pagination - see template.css for new universal pagination styles */

/* loader */
.loader {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-top: 3px solid #0072BB;
    border-radius: 50%;
    -webkit-animation: loader .8s linear infinite;
    -moz-animation: loader .8s linear infinite;
    animation: loader .8s linear infinite;
}

[data-row-start="1"] {
    grid-row-start: 1;
}

[data-row-start="2"] {
    grid-row-start: 2;
}

[data-row-start="3"] {
    grid-row-start: 3;
}

[data-row-start="4"] {
    grid-row-start: 4;
}

[data-row-start="5"] {
    grid-row-start: 5;
}

[data-row-start="6"] {
    grid-row-start: 6;
}

[data-row-start="7"] {
    grid-row-start: 7;
}

[data-row-start="8"] {
    grid-row-start: 8;
}

[data-row-start="9"] {
    grid-row-start: 9;
}

[data-row-start="10"] {
    grid-row-start: 10;
}

[data-row-start="11"] {
    grid-row-start: 11;
}

[data-row-start="12"] {
    grid-row-start: 12;
}

[data-row-start="13"] {
    grid-row-start: 13;
}

[data-row-start="14"] {
    grid-row-start: 14;
}

[data-row-start="15"] {
    grid-row-start: 15;
}

[data-row-start="16"] {
    grid-row-start: 16;
}

[data-row-start="17"] {
    grid-row-start: 17;
}

[data-row-start="18"] {
    grid-row-start: 18;
}

[data-row-start="19"] {
    grid-row-start: 19;
}

[data-row-start="20"] {
    grid-row-start: 20;
}

[data-row-start="21"] {
    grid-row-start: 21;
}

[data-row-start="22"] {
    grid-row-start: 22;
}

[data-row-start="23"] {
    grid-row-start: 23;
}

[data-row-start="23"] {
    grid-row-start: 24;
}

[data-row-end="1"] {
    grid-row-end: span 1;
}

[data-row-end="2"] {
    grid-row-end: span 2;
}

[data-row-end="3"] {
    grid-row-end: span 3;
}

[data-row-end="4"] {
    grid-row-end: span 4;
}

[data-row-end="5"] {
    grid-row-end: span 5;
}

[data-row-end="6"] {
    grid-row-end: span 6;
}

[data-row-end="7"] {
    grid-row-end: span 7;
}

[data-row-end="8"] {
    grid-row-end: span 8;
}

[data-row-end="9"] {
    grid-row-end: span 9;
}

[data-row-end="10"] {
    grid-row-end: span 10;
}

[data-row-end="11"] {
    grid-row-end: span 11;
}

[data-row-end="12"] {
    grid-row-end: span 12;
}

[data-row-end="13"] {
    grid-row-end: span 13;
}

[data-row-end="14"] {
    grid-row-end: span 14;
}

[data-row-end="15"] {
    grid-row-end: span 15;
}

[data-row-end="16"] {
    grid-row-end: span 16;
}

[data-row-end="17"] {
    grid-row-end: span 17;
}

[data-row-end="18"] {
    grid-row-end: span 18;
}

[data-row-end="19"] {
    grid-row-end: span 19;
}

[data-row-end="20"] {
    grid-row-end: span 20;
}

[data-row-end="21"] {
    grid-row-end: span 21;
}

[data-row-end="22"] {
    grid-row-end: span 22;
}

[data-row-end="23"] {
    grid-row-end: span 23;
}

[data-row-end="24"] {
    grid-row-end: span 24;
}

[data-day="1"] {
    grid-column-start: 1;
}

[data-day="2"] {
    grid-column-start: 2;
}

[data-day="3"] {
    grid-column-start: 3;
}

[data-day="4"] {
    grid-column-start: 4;
}

[data-day="5"] {
    grid-column-start: 5;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-1080px);
        transform: translateX(-1080px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.multi-select {
    position: relative;
    display: block;
    width: 100%;
}

.multi-select-dropdown {
    font-size: 14px;
    min-height: 35px;
    line-height: 35px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #444f5b;
    border: 1px solid #d9dbde;
    font-weight: 400;
    padding: 0;
    margin: 0;
    transition: .1s border-color ease-in-out;
    cursor: pointer;
}

.multi-select-dropdown.open {
    box-shadow: none;
    outline: none;
    padding: 0;
    border-color: #4073FF;
}

.multi-select-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(10 * 31px);
    top: 28px;
    left: 0;
    z-index: 9999;
    right: 0;
    background: #fff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    -webkit-transform: scale(0.8) translate(0, 4px);
    transform: scale(0.8) translate(0, 4px);
    border: 1px solid #d9dbde;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

.multi-select-option {
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
    transition: all .15s ease;
}

.multi-select-option.selected {
    display: none;
}

.multi-select-option:hover .multi-select-text {
    color: #fff;
    background: #4d84fe;
}

.multi-select-text {
    cursor: pointer;
    display: block;
    padding: 5px 8px;
    color: #525c67;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all .15s ease;
}

.multi-select-list.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, 12px);
    transform: scale(1) translate(0, 12px);
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.multi-select-list.open + .multi-select-arrow::before {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}

.multi-select-list.open + .multi-select-arrow::after {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.multi-select-list.open .multi-select-option {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.multi-select-list.open .multi-select-option:nth-child(1) {
    transition-delay: 10ms;
}

.multi-select-list.open .multi-select-option:nth-child(2) {
    transition-delay: 20ms;
}

.multi-select-list.open .multi-select-option:nth-child(3) {
    transition-delay: 30ms;
}

.multi-select-list.open .multi-select-option:nth-child(4) {
    transition-delay: 40ms;
}

.multi-select-list.open .multi-select-option:nth-child(5) {
    transition-delay: 50ms;
}

.multi-select-list.open .multi-select-option:nth-child(6) {
    transition-delay: 60ms;
}

.multi-select-list.open .multi-select-option:nth-child(7) {
    transition-delay: 70ms;
}

.multi-select-list.open .multi-select-option:nth-child(8) {
    transition-delay: 80ms;
}

.multi-select-list.open .multi-select-option:nth-child(9) {
    transition-delay: 90ms;
}

.multi-select-list.open .multi-select-option:nth-child(10) {
    transition-delay: 100ms;
}

.multi-select-choice {
    background: rgba(77, 132, 254, 0.1);
    color: #444f5b;
    padding: 4px 8px;
    line-height: 17px;
    margin: 5px;
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
}

.multi-select-deselect {
    width: 12px;
    height: 12px;
    display: inline-block;
    stroke: #b2bac3;
    stroke-width: 4px;
    margin-top: -1px;
    margin-left: 2px;
    vertical-align: middle;
}

.multi-select-choice:hover .multi-select-deselect {
    stroke: #a1a8b1;
}

.multi-select-placeholder {
    padding: 0 10px;
    color: #90939D;
    font-size: 12px;
    font-weight: 300;
}

.multi-select-dropdown.open .multi-select-placeholder,
.multi-select-dropdown.value .multi-select-placeholder {
    display: none;
}
/* Native select styling to match .select class */
.filter select {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 30px 0 10px;
    color: #90939D;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
    border: 1px solid #E2E5EB;
    border-radius: 4px;
    background-color: #FFFFFF;
    background-image: url('/images/icons/dropdown.svg');
    background-size: 16px 16px;
    background-position: right 7px center;
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter select:hover {
    -webkit-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 3px rgba(204, 204, 204, 0.5);
}

.filter select:focus {
    border-color: #1073E7;
    -webkit-box-shadow: 0 0 3px rgba(16, 115, 231, 0.3);
    -moz-box-shadow: 0 0 3px rgba(16, 115, 231, 0.3);
    box-shadow: 0 0 3px rgba(16, 115, 231, 0.3);
}

/* Mobile responsive select styling */
@media (max-width: 1024px) {
    .filter select {
        width: 100% !important;
        height: 44px !important;
        padding: 0 30px 0 10px !important;
        font-size: 12px !important;
        border: 1px solid #E2E5EB !important;
        border-radius: 4px !important;
        color: #90939D !important;
        background-color: #FFFFFF !important;
        background-image: url('/images/icons/dropdown.svg') !important;
        background-size: 16px 16px !important;
        background-position: right 7px center !important;
        background-repeat: no-repeat !important;
    }
}

/* Filter toggle button styling */
.filter-toggle {
    display: none; /* Verborgen op desktop */
    background: #2563eb;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.filter-toggle:hover {
    background: #1d4ed8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.filter-toggle:active {
    transform: translateY(1px);
}

.filter-toggle.active {
    background: #1d4ed8;
}

.filter-toggle svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* Hide filter content on mobile by default */
@media (max-width: 1024px) {
    .filter-toggle {
        display: flex;
    }
    
    .filter-content {
        display: none;
    }
    
    .filter-content.show {
        display: block;
    }
}

/* Ensure filter content is always visible on desktop */
@media (min-width: 1025px) {
    .filter-content {
        display: block !important;
    }
}

/* Override any conflicting filter toggle styles */
@media (max-width: 1024px) {
    .filter-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 48px !important;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        border: none !important;
        border-radius: 8px !important;
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        margin-bottom: 16px !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .filter-toggle svg {
        margin-right: 8px !important;
        transition: transform 0.3s ease !important;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) !important;
        display: inline-block !important;
        vertical-align: middle !important;
        width: 16px !important;
        height: 16px !important;
    }
    
    .filter-toggle:hover {
        background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
    }
    
    .filter-toggle:active {
        transform: translateY(0) !important;
    }
    
    .filter-toggle.active {
        background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    }
    
    .filter-toggle.active svg {
        transform: rotate(180deg) !important;
    }
    
    /* Ensure no conflicting pseudo-elements */
    .filter-toggle::before,
    .filter-toggle::after {
        display: none !important;
    }
}

/* Make filter toggle SVG icon white */
@media (max-width: 1024px) {
    .filter-toggle svg {
        stroke: #ffffff !important;
        fill: none !important;
        color: #ffffff !important;
    }
    
    .filter-toggle:hover svg {
        stroke: #ffffff !important;
        fill: none !important;
        color: #ffffff !important;
    }
    
    .filter-toggle.active svg {
        stroke: #ffffff !important;
        fill: none !important;
        color: #ffffff !important;
    }
}

/* Updated CSS for simplified filter structure */
@media (max-width: 1024px) {
    /* Hide filter by default on mobile */
    .filter {
        display: none !important;
    }
    
    /* Show filter when toggled */
    .filter.show {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        padding: 20px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 8px !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(10px) !important;
        animation: slideDown 0.3s ease-out !important;
        margin-top: 8px !important;
    }
}

/* Ensure filter is always visible on desktop */
@media (min-width: 1025px) {
    .filter {
        display: flex !important;
    }
}

/* Remove bottom margin from filter toggle button */
@media (max-width: 1024px) {
    .filter-toggle {
        margin-bottom: 0px !important;
    }
}

