/**********************************
  Template Name: Pejvakvote Dashboard Template
  Author: Saeed heidary
**********************************/
/*** Fonts ***/




@font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/YB/Yekan-Bakh-Regular.eot');
    src: url('../fonts/YB/Yekan-Bakh-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YB/Yekan-Bakh-Regular.woff') format('woff'),
    url('../fonts/YB/Yekan-Bakh-Regular.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/YB/Yekan-Bakh-Medium.eot');
    src: url('../fonts/YB/Yekan-Bakh-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YB/Yekan-Bakh-Medium.woff') format('woff'),
    url('../fonts/YB/Yekan-Bakh-Medium.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/YB/Yekan-Bakh-Bold.eot');
    src: url('../fonts/YB/Yekan-Bakh-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YB/Yekan-Bakh-Bold.woff') format('woff'),
    url('../fonts/YB/Yekan-Bakh-Bold.ttf') format('truetype');
    font-weight: 400 bold;
}

@font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/YB/Yekan-Bakh-Heavy.eot');
    src: url('../fonts/YB/Yekan-Bakh-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YB/Yekan-Bakh-Heavy.woff') format('woff'),
    url('../fonts/YB/Yekan-Bakh-Heavy.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/YB/Yekan-Bakh-Fat.eot');
    src: url('../fonts/YB/Yekan-Bakh-Fat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YB/Yekan-Bakh-Fat.woff') format('woff'),
    url('../fonts/YB/Yekan-Bakh-Fat.ttf') format('truetype');
    font-weight: 600;
} 


/* @font-face {
    font-family: "Yekan Bakh";
    src: url('../fonts/Yekan/Yekan.eot');
    src: url('../fonts/Yekan/Yekan.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan/Yekan.woff') format('woff'),
    url('../fonts/Yekan/Yekan.ttf') format('truetype');
} */





/*** Bootstrap Custom ***/
a:focus {
    outline : none;
}

a:not([href]) {
    color : inherit;
    text-decoration : none;
}

a:not([href]):hover {
    color : inherit;
    text-decoration : none;
}

.list-style-icons {
    padding-right : 10px;
    margin-right : 0;
    list-style : none;
}

.list-style-icons > li svg, .list-style-icons > li i {
    margin-left : 6px;
}

.pull-up {
    transition : all 0.25s ease;
}

.pull-up:hover {
    transform : translateY(-4px) scale(1.02);
    box-shadow : 0 14px 24px rgba(62, 57, 107, 0.2);
    z-index : 30;
}

.spinner {
    display : inline-block;
    animation : spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform : rotate(0deg);
    }
    100% {
        transform : rotate(-360deg);
    }
}

.spinner-reverse {
    display : inline-block;
    animation : spin-reverse 1s linear infinite;
}

@keyframes spin-reverse {
    0% {
        transform : rotate(0deg);
    }
    100% {
        transform : rotate(360deg);
    }
}

.bullet {
    width : 1rem;
    height : 1rem;
    border-radius : 50%;
    display : inline-block;
}

.bullet.bullet-xs {
    width : 0.5rem;
    height : 0.5rem;
}

.bullet.bullet-sm {
    width : 0.714rem;
    height : 0.714rem;
}

.bullet.bullet-lg {
    width : 1.25rem;
    height : 1.25rem;
}

.section-label {
    font-size : 0.85rem;
    color : #868693;
    text-transform : uppercase;
    letter-spacing : 0.6px;
}

.cell-fit {
    width : 0.1%;
    white-space : nowrap;
}

.match-height > [class*='col'] {
    display : flex;
    flex-flow : column;
}

.match-height > [class*='col'] > .card {
    flex : 1 1 auto;
}

.text-body-heading {
    color : #5E5873;
}

.text-body-heading:hover {
    color : inherit !important;
}

.text-body[href]:hover {
    color : #228A83 !important;
}

code {
    padding : 0.1rem 0.4rem;
    font-size : 90%;
    color : #D63384;
    background-color : #EEEEEE;
    border-radius : 0.1785rem;
}

pre {
    background-color : #F7F7F9;
}

pre code {
    background-color : transparent !important;
}

.table-white-space th, .table-white-space td {
    white-space : nowrap;
}

.table thead th, .table tfoot th {
    vertical-align : top;
    text-transform : uppercase;
    font-size : 0.857rem;
    letter-spacing : 0.5px;
    font-weight: 600;
}

.table.table-sm th, .table.table-sm td {
    padding : 0.3rem 0.5rem;
}

.table.table-sm th:first-child, .table.table-sm td:first-child {
    padding-right : 0.75rem;
}

.table.table-dark tr > * {
    border-bottom-color : #3B4253 !important;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color : #fff;
}

.table-hover tbody tr {
    cursor : pointer;
}

.card .table {
    /*margin-bottom : 0;*/
    border-bottom-right-radius : 0.357rem;
    border-bottom-left-radius : 0.357rem;
}

.card .table tbody tr:last-child > * {
    border-bottom-width : 0;
}

.card .table tbody tr:last-child td:first-child {
    border-bottom-right-radius : 0.357rem;
}

.card .table tbody tr:last-child td:last-child {
    border-bottom-left-radius : 0.357rem;
}

.table.table-flush-spacing thead tr > td:first-child, .table.table-flush-spacing tbody tr > td:first-child {
    padding-right : 0;
}

.table.table-flush-spacing thead tr > td:last-child, .table.table-flush-spacing tbody tr > td:last-child {
    padding-left : 0;
}

.col-form-label, .col-form-label-lg, .col-form-label-sm {
    font-size : 0.857rem;
    align-self : center;
}

.form-control::-moz-placeholder {
    -moz-transition : all 0.2s ease;
    transition : all 0.2s ease;
}

.form-control::placeholder {
    transition : all 0.2s ease;
}

.form-control:focus::-moz-placeholder {
    transform : translate(-5px);
    -moz-transition : all 0.2s ease;
    transition : all 0.2s ease;
}

.form-control:focus::placeholder {
    transform : translate(-5px);
    transition : all 0.2s ease;
}

.form-control:focus:valid, .form-control:focus.is-valid {
    box-shadow : 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

.form-control-plaintext:focus {
    outline : none;
}

textarea.form-control {
    line-height : 1.6rem;
    padding : 0.8rem 1rem !important;
}

textarea.form-control-sm {
    padding : 0.4rem 0.857rem !important;
}

textarea.form-control-lg {
    padding : 1rem 1.143rem !important;
}

.input-group:not(.bootstrap-touchspin):focus-within {
    box-shadow : 0 3px 10px 0 rgba(34, 41, 47, 0.1);
    border-radius : 0.357rem;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color : var(--psh-color-light);
    box-shadow : none;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-valid, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-valid {
    border-color : #62A51B;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-invalid, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-invalid {
    border-color : #DB394C;
}

.input-group.is-valid .input-group-text {
    border-color : #62A51B !important;
}

.input-group.is-valid:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color : #62A51B;
}

.input-group.is-invalid .input-group-text {
    border-color : #DB394C !important;
}

.input-group.is-invalid:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color : #DB394C;
}

.input-group.disabled .input-group-text {
    background-color : #EFEFEF;
}

.input-group.round .form-control, .input-group.round .input-group-text, .input-group.round:focus-within {
    border-radius : 1.5rem;
}

.input-group.square .form-control, .input-group.square .input-group-text, .input-group.square:focus-within {
    border-radius : 0;
}

.input-group-text {
    transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .input-group-text {
        transition : none;
    }
}

.input-group-merge .form-control:not(:first-child) {
    padding-right : 0;
    border-right : 0;
}

.input-group-merge .form-control:not(:last-child) {
    padding-left : 0;
    border-left : 0;
}

.input-group-merge .form-control.is-valid .input-group-text {
    border-color : #62A51B;
}

.form-check:not(.form-switch) .form-check-input[type='checkbox']:checked {
    background-size : 65%;
}

.form-check:not(.form-switch) .form-check-input:disabled:not(:checked) {
    background-color : #EFEFEF;
    border-color : #EFEFEF;
    opacity : 1;
}

.form-check-input:not(:disabled):checked {
    box-shadow : 0 2px 4px 0 rgba(36, 145, 138, 0.4);
}

.form-check-input:not(:disabled):indeterminate {
    background-size : 85%;
}

/* Switches */
.form-switch {
    position : relative;
    /*For Switch Handle Animation*/
}

.form-switch .form-check-input {
    height : 1.7rem;
}

.form-switch .form-check-input:checked {
    box-shadow : none !important;
}

.form-switch .form-check-input {
    border : none;
}

.form-switch .form-check-input:not(:checked) {
    background-color : #E2E2E2;
}

.form-switch .form-check-input:active {
    filter : none;
}

.form-switch .form-check-input:not(:disabled):checked, .form-switch .form-check-input:not(:disabled):focus {
    box-shadow : none !important;
}

.form-switch .form-check-label {
    line-height : 1.7rem;
    /*For Switch text*/
}

.form-switch .form-check-label .switch-text-left, .form-switch .form-check-label .switch-text-right, .form-switch .form-check-label .switch-icon-left, .form-switch .form-check-label .switch-icon-right {
    position : absolute;
    -webkit-user-select : none;
    -moz-user-select : none;
    user-select : none;
    line-height : 1.85;
}

.form-switch .form-check-label .switch-text-left i, .form-switch .form-check-label .switch-text-left svg, .form-switch .form-check-label .switch-text-right i, .form-switch .form-check-label .switch-text-right svg, .form-switch .form-check-label .switch-icon-left i, .form-switch .form-check-label .switch-icon-left svg, .form-switch .form-check-label .switch-icon-right i, .form-switch .form-check-label .switch-icon-right svg {
    height : 13px;
    width : 13px;
    font-size : 13px;
}

.form-switch .form-check-label .switch-text-left, .form-switch .form-check-label .switch-icon-left {
    right : 6px;
    top : 0;
    color : #FFFFFF;
    opacity : 0;
    transform : translateX(-8px);
    transition : opacity 0.1s ease, transform 0.15s ease;
}

.form-switch .form-check-label .switch-text-right, .form-switch .form-check-label .switch-icon-right {
    right : 25px;
    top : 0;
    opacity : 1;
    transform : translateX(0px);
    transition : opacity 0.08s ease, transform 0.15s ease;
}

.form-switch .form-check-label:focus {
    outline : 0;
}

.form-switch .form-check-input:checked ~ .form-check-label::before {
    box-shadow : none;
}

.form-switch .form-check-input:checked ~ .form-check-label::after {
    transform : translateX(-1.4rem);
}

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-left, .form-switch .form-check-input:checked ~ .form-check-label .switch-icon-left {
    transform : translateX(0);
    opacity : 1;
}

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-right, .form-switch .form-check-input:checked ~ .form-check-label .switch-icon-right {
    transform : translateX(8px);
    opacity : 0;
}

.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-left {
    opacity : 0;
}

.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-right {
    opacity : 1;
}

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-right {
    opacity : 0;
}

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-left {
    opacity : 1;
}

.form-floating > .form-control:focus ~ label {
    color : var(--psh-color-light);
}

.form-floating > label {
    opacity : 0.65;
}

/* Textarea with Counter */
.textarea-counter-value {
    background-color : var(--psh-color-light);
    color : #FFFFFF;
    padding : 1px 6px;
    font-size : 0.9rem;
    border-radius : 0 0 5px 5px;
    margin-left : 1rem;
}

.btn.disabled-max-min, .btn.disabled-max-min:focus, .btn.disabled-max-min:active {
    background-color : rgba(34, 41, 47, 0.5) !important;
    cursor : default;
}

.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
    border-color : transparent !important;
}

/* Number Type Input Box Scss for - Remove arrow on hover */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance : none;
}

.picker__input.form-control {
    background-color : #FFFFFF;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow : 0 0 0 1000px #FFFFFF inset !important;
    -webkit-text-fill-color : #6E6B7B !important;
}

.btn {
    box-shadow : none;
    font-weight : 400;
}

.btn[class*='bg-gradient-'] {
    transition : all 0.2s ease;
}

.btn[class*='bg-gradient-']:hover {
    transform : translateY(-2px);
}

.btn.btn-icon {
    padding : 0.715rem 0.736rem;
}

.btn.btn-sm.btn-icon {
    padding : 0.5rem;
    line-height : 0.5;
}

.btn.btn-lg.btn-icon {
    padding : 1rem;
    line-height : 0.75;
}

.btn:focus, .btn.focus, .btn:active, .btn.active {
    outline : none;
    box-shadow : none;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow : none !important;
}

.btn .feather {
    vertical-align : bottom;
}

.btn-check:checked + [class*='btn-'], .btn-check:active + [class*='btn-'] {
    outline : none;
    box-shadow : none;
}

.btn.waves-input-wrapper {
    padding : 0;
}

.btn-pinned {
    position : absolute;
    top : 1.2rem;
    left : 0.7rem;
}

@media (max-width: 767.98px) {
    .btn-sm-block {
        display : block;
        width : 100%;
    }
}

.waves-effect {
    cursor : inherit;
}

.dropdown-toggle-split {
    padding-left : 0.78947rem;
    padding-right : 0.78947rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-left : 1.14286rem;
    padding-right : 1.14286rem;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-left : 0.52632rem;
    padding-right : 0.52632rem;
}

.btn-group [class*='btn-']:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']) {
    border-right-color : rgba(34, 41, 47, 0.08) !important;
    border-left-color : rgba(34, 41, 47, 0.08) !important;
}

.btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-child, .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-of-type {
    border-right-color : transparent !important;
}

.btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):last-child, .btn-group > .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):last-of-type {
    border-left-color : transparent !important;
}

.btn-group-toggle [class*='btn-outline-']:not(:last-child) {
    border-left-width : 0 !important;
}

.btn-group-toggle :not([class*='btn-outline-']).active, .btn-group-toggle :not([class*='btn-outline-']):active {
    box-shadow : inset 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split {
    border-right : 0 !important;
}

.dropdown.no-arrow .dropdown-toggle:after {
    display : none;
}

.dropdown.no-arrow .dropdown-toggle i, .dropdown.no-arrow .dropdown-toggle svg {
    margin-left : 0;
}

.dropdown-menu {
    transform : scale(1, 0);
    box-shadow : 0 5px 25px rgba(34, 41, 47, 0.1);
}

.dropdown-menu .dropdown-item {
    width : auto;
    cursor : pointer;
}

.dropdown-menu .dropdown-header {
    font-weight : 500;
    line-height : 1;
}

.show > .dropdown-menu {
    transform : scale(1, 1);
    opacity : 1;
    display : block;
}

.show .dropdown-toggle:focus {
    box-shadow : none;
}

.show .btn.dropdown-toggle:focus {
    box-shadow : none;
}

.dropdown-toggle::after {
    border : none !important;
    content : ' ';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 16px;
    color : #6E6B7B;
    width : 14px;
    height : 11px;
    position : relative;
    top : 1px;
    left : 0;
    right : 0.714rem;
    padding : 0;
    margin : 0;
    vertical-align : 0;
}

.dropdown-toggle.btn-lg::after {
    background-size : 18px;
}

.dropdown-toggle.btn-sm::after {
    background-size : 14px;
}

.dropdown-toggle.dropdown-toggle-split:after {
    right : 0;
}

.dropdown-toggle.nav-hide-arrow::after {
    display : none;
}

.dropdown-toggle:focus {
    outline : 0;
}

.dropup {
    position : relative;
}

.dropup .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-up\'%3E%3Cpolyline points=\'18 15 12 9 6 15\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 16px;
    width : 14px;
    height : 11px;
    content : '';
    vertical-align : 0.05rem;
}

.dropup .dropdown-menu {
    min-width : 8rem;
}

.dropstart .dropdown-toggle::before {
    border : none !important;
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 16px;
    width : 14px;
    height : 11px;
    content : '';
    position : relative;
    right : 0;
}

.dropstart .dropdown-menu {
    min-width : 8rem;
}

.dropend .dropdown-toggle::after {
    border : none !important;
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 16px;
    width : 14px;
    height : 11px;
    content : '';
}

.dropend .dropdown-menu {
    min-width : 8rem;
}

.dropdown-menu[data-popper-placement='bottom-start'], .dropdown-menu[data-popper-placement='bottom-end'] {
    margin-top : 0.4rem !important;
}

.dropdown-menu[data-popper-placement='top-start'], .dropdown-menu[data-popper-placement='top-end'] {
    margin-bottom : 0.4rem !important;
}

.dropdown-menu[data-popper-placement='right-start'], .dropdown-menu[data-popper-placement='right-end'] {
    margin-right : 0.4rem !important;
}

.dropdown-menu[data-popper-placement='left-start'], .dropdown-menu[data-popper-placement='left-end'] {
    margin-left : 0.4rem !important;
}

.dropdown.dropdown-icon-wrapper .dropdown-toggle:after, .dropup.dropdown-icon-wrapper .dropdown-toggle:after {
    display : none;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu, .dropup.dropdown-icon-wrapper .dropdown-menu {
    min-width : auto;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
    padding : 0.5rem 1.1rem;
    cursor : pointer;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg {
    height : 1.3rem;
    width : 1.3rem;
    font-size : 1.3rem;
}

.horizontal-menu-wrapper .dropdown-menu, .header-navbar .dropdown-menu {
    animation-duration : 0.3s;
    animation-fill-mode : both;
    animation-name : slideIn;
}

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after, .dropdown-toggle-hide-arrow > .dropdown-toggle::before, .dropdown-toggle-hide-arrow > .dropdown-toggle::after {
    display : none;
}

@keyframes slideIn {
    0% {
        transform : translateY(1rem);
        opacity : 0;
    }
    100% {
        transform : translateY(0rem);
        opacity : 1;
    }
    0% {
        transform : translateY(1rem);
        opacity : 0;
    }
}


.header-navbar {
    padding : 0;
    min-height : 4.45rem;
    font-family : 'Yekan Bakh', sans-serif;
    transition : 300ms ease all, background 0s;
    z-index : 997;
}

.header-navbar.fixed-top, .header-navbar.floating-nav {
    right : 260px;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item > a {
    color : #FFFFFF !important;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item > a i, .header-navbar[class*='bg-'] .navbar-nav .nav-item > a svg, .header-navbar[class*='bg-'] .navbar-nav .nav-item > a span {
    color : #FFFFFF !important;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item .dropdown-menu i, .header-navbar[class*='bg-'] .navbar-nav .nav-item .dropdown-menu svg {
    color : inherit !important;
}

.header-navbar[class*='bg-'] .navbar-nav .search-input .input, .header-navbar[class*='bg-'] .navbar-nav .search-input .search-list .auto-suggestion span {
    color : #6E6B7B !important;
}

.header-navbar.floating-nav {
    position : fixed;
    left : 0;
    margin : 1.3rem auto 0;
    width : calc( 100vw - (100vw - 100%) - calc(2rem * 2) - 260px);
    border-radius : 12px;
    z-index : 12;
}

.header-navbar.navbar-static-top {
    top : 0;
    left : 0;
    right : 260px;
    width : calc(100vw - (100vw - 100%) - 260px);
    background : transparent;
    box-shadow : none !important;
}

.header-navbar.navbar-border {
    border-bottom : 1px solid #EBE9F1;
}

.header-navbar.navbar-shadow {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.header-navbar.navbar-dark.navbar-border {
    border-bottom : 1px solid #3B4253;
}

.header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after {
    display : none;
}

.header-navbar .navbar-container {
    padding : 0.8rem 1rem;
    flex-basis : 100%;
    transition : 300ms ease all;
    margin-right : 0;
}

@media (min-width: 576px) {
    .header-navbar .navbar-container {
        padding : 0.8rem 1.4rem;
    }
}

.header-navbar .navbar-container .bookmark-wrapper .bookmark-input {
    z-index : 1;
}

.header-navbar .navbar-container .dropdown-language .selected-language {
    font-weight : 500;
}

.header-navbar .navbar-container .dropdown-language .nav-link .flag-icon {
    margin-left : 0.4rem;
}

.header-navbar .navbar-container .dropdown-language .dropdown-menu .dropdown-item .flag-icon {
    margin-left : 0.4rem;
}

.header-navbar .navbar-container ul.navbar-nav li {
    line-height : 1.5;
}

.vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
    top : 41px !important;
    left : 0;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-language .dropdown-menu.dropdown-menu-end {
    left : -2px;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .badge.badge-up, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .badge.badge-up {
    left : 2px;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-end, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-end {
    left : -2px;
    padding : 0;
    right : inherit;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-end::before, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-end::before {
    background : var(--psh-color-light);
    border-color : var(--psh-color-light);
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header {
    border-top-right-radius : 0.357rem;
    border-top-left-radius : 0.357rem;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header .dropdown-header, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header .dropdown-header {
    padding : 1.22rem 1.28rem;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .notification-text, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-text {
    margin-bottom : 0.5rem;
    font-size : small;
    color : #868693;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-footer, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-footer {
    padding : 1.28rem;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .list-item-body .media-heading {
    color : #6E6B7B;
    margin-bottom : 0;
    line-height : 1.2;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item {
    position : relative;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item img {
    background : #EBF1F4;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item:hover .cart-item-remove {
    visibility : visible;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading {
    width : 8rem;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading h6.cart-item-title {
    display : -webkit-box;
    -webkit-line-clamp : 2;
    -webkit-box-orient : vertical;
    overflow : hidden;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading .cart-item-by {
    color : #868693;
    display : -webkit-box;
    -webkit-line-clamp : 1;
    -webkit-box-orient : vertical;
    overflow : hidden;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item-body {
    display : flex;
    align-items : center;
    justify-content : space-between;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
    margin-bottom : 0;
    width : 5rem;
    text-align : left;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
    position : absolute;
    top : 10px;
    left : 17px;
    width : 14px;
    height : 14px;
    cursor : pointer;
}

@media (min-width: 768px) {
    .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
        visibility : hidden;
    }
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
    color : #6E6B7B;
    padding : 0 0.5rem;
    position : relative;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user {
    line-height : 1 !important;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width : 12rem;
    margin-top : 10px;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu i, .header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu svg {
    height : 16px;
    width : 16px;
    font-size : 16px;
    vertical-align : top;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link {
    display : flex;
    align-items : center;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    display : inline-block;
    margin-bottom : 0.435rem;
    margin-right : 0.2rem;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-status {
    font-size : smaller;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
    /*box-shadow : 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);*/
    /*border: solid 1px #ebf1f4;*/
}

.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle i, .header-navbar .navbar-container ul.navbar-nav li a.menu-toggle svg {
    height : 1.6rem;
    width : 1.6rem;
    font-size : 1.6rem;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
    display : flex;
    flex-direction : column;
    align-items : flex-end;
    float : right;
    margin-left : 0.8rem;
}

.header-navbar .navbar-container ul.navbar-nav li div.input-group {
    padding : 0.7rem 1rem;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
    height : 1.5rem;
    width : 1.5rem;
    font-size : 1.5rem;
    color : #6E6B7B;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover, .header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
    color : var(--psh-color-light);
}

.header-navbar .navbar-container ul.navbar-nav li .media-list {
    max-height : 25rem;
}

.header-navbar .navbar-container ul.navbar-nav li .scrollable-container {
    position : relative;
}

.header-navbar .navbar-container .dropdown-menu-media {
    width : 30rem;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
    border-bottom : 1px solid #EBE9F1;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item {
    display : flex;
    flex-grow : 1;
    padding : 0.9rem 1.28rem;
    border : none;
    border-bottom : 1px solid #EBE9F1;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item:hover {
    background : #EBF1F4;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item .media-meta {
    color : #6E6B7B;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .list-item {
    border-bottom : none;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer {
    border-top : 1px solid #EBE9F1;
}

.header-navbar-shadow {
    display : none;
}

.navbar-floating .navbar-container:not(.main-menu-content) {
    padding : 0.8rem 1rem;
}

.navbar-floating .header-navbar-shadow {
    display : block;
    background : linear-gradient(-180deg, #EBF1F4 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
    padding-top : 2.2rem;
    background-repeat : repeat;
    width : 100%;
    height : 102px;
    position : fixed;
    top : 0;
    right : 0;
    z-index : 11;
}

.navbar-light {
    background : #FFFFFF;
}

.navbar-light.navbar-horizontal {
    background : #FFFFFF;
}

.navbar-light .navbar-nav .active.nav-link {
    background-color : rgba(34, 41, 47, 0.03);
}

.navbar-light .navbar-nav .disabled.nav-link {
    color : #868693;
}

.navbar-dark {
    background : #B8C2CC;
}

.navbar-dark .navbar-brand {
    color : #FFFFFF !important;
}

.navbar-dark.navbar-horizontal {
    background : #B8C2CC;
}

.navbar-dark .nav-search .form-control, .navbar-dark .nav-search .btn-secondary {
    color : #FFFFFF;
    background : #B8C2CC;
}

.navbar-dark .navbar-nav li {
    line-height : 1;
}

.navbar-dark .navbar-nav .active.nav-link {
    background-color : rgba(255, 255, 255, 0.05);
}

.navbar-dark .navbar-nav .disabled.nav-link {
    color : #DAE1E7;
}


    .navbar-nav .nav-item {
        max-width: 200px;
    }



@media (max-width: 767.98px) {
    .header-navbar .navbar-nav .show {
        position : static;
    }
    .header-navbar .navbar-nav .open-navbar-container {
        padding-top : 0.625rem;
    }
    .header-navbar .dropup, .header-navbar .dropend, .header-navbar .dropdown, .header-navbar .dropstart {
        position : static;
    }
    .header-navbar .navbar-container .show ~ .dropdown-menu {
        left : 0;
        right : 0 !important;
        float : none;
        width : auto !important;
        margin-top : 0;
        overflow : hidden;
    }
    .header-navbar .navbar-container .dropdown-user .dropdown-menu-end {
        left : 0 !important;
    }
    .header-navbar .navbar-container ul.navbar-nav li .dropdown-toggle::after {
        margin-left : 0;
        margin-right : -2px;
    }
    .navbar-dark .navbar-header .navbar-nav .nav-link {
        color : #FFFFFF;
    }
    .navbar-dark .navbar-container .navbar-nav .nav-link {
        color : #B8C2CC;
    }
    .navbar-light .navbar-header .navbar-nav .nav-link {
        color : #B8C2CC;
    }
    .navbar-light .navbar-container .navbar-nav .nav-link {
        color : #B8C2CC;
    }
}

@media (max-width: 1199.98px) {
    .header-navbar.floating-nav {
        width : calc(100vw - (100vw - 100%) - calc(2rem * 2));
    }
    .header-navbar.navbar-static-top {
        right : 0;
        width : 100%;
    }
}

@media (max-width: 991.98px) {
    .header-navbar .navbar-nav {
        margin : 0;
        flex-flow : row wrap;
    }
    .header-navbar .navbar-nav .dropdown-menu {
        position : absolute;
    }
    .header-navbar .navbar-nav .nav-item {
        float : right;
    }
}

@media (max-width: 767px) {
    .header-navbar .navbar-nav {
        margin : 0;
        flex-flow : row wrap;
    }
    .header-navbar .navbar-nav .dropdown-menu {
        position : absolute;
    }
    .header-navbar .navbar-nav .nav-item {
        float : right;
    }
}

@media (max-width: 767.98px) {
    .header-navbar.floating-nav {
        width : calc( 100vw - (100vw - 100%) - calc(2rem + 0.4rem)) !important;
        margin-right : calc(2rem - 0.8rem);
        margin-left : calc(2rem - 0.8rem);
    }
    .header-navbar .navbar-container ul.navbar-nav li .selected-language {
        display : none;
    }
}

/* ----------- iPhone 5, 5S  iPhone 6----------- */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-navbar .navbar-container .show .dropdown-menu {
        max-height : 180px;
    }
}

/* ----------- iPhone 6+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .header-navbar .navbar-container .show .dropdown-menu {
        max-height : 280px;
    }
}

@media (max-width: 1201px) {
    .header-navbar.fixed-top, .header-navbar.floating-nav {
        right : 0;
    }
    .horizontal-layout .header-navbar .navbar-container {
        padding-right : 0.8rem;
        padding-left : 0.8rem;
    }
}

@media (max-width: 1199px) {
    .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
        /*margin-bottom : 0;*/
    }
}

.card {
    margin-bottom : 2rem;
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    transition : all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}

.card .card {
    box-shadow : none !important;
}

.card .card-title {
    font-weight : 500;
    font-size : 1.285rem;
    margin-bottom : 1.53rem;
}

.card .card-bordered {
    border : 0 solid rgba(34, 41, 47, 0.125);
}

.card .card-img {
    -o-object-fit : cover;
    object-fit : cover;
}

.card .card-img-overlay {
    border-radius : 0.8rem;
}

.card.card-fullscreen {
    display : block;
    z-index : 9999;
    position : fixed;
    width : 100% !important;
    height : 100% !important;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    overflow : auto;
}

.card .card-body[class*='border-bottom-'] {
    border-bottom-width : 2px !important;
}

.card .card-img-overlay.bg-overlay {
    background : rgba(34, 41, 47, 0.45);
}

.card .card-img-overlay .text-muted {
    color : #1E1E1E !important;
}

.card.card-minimal {
    border : none;
    box-shadow : none;
}

.card .card-header {
    position : relative;
    display : flex;
    align-items : center;
    flex-wrap : wrap;
    justify-content : space-between;
}

.card .card-header .card-title {
    margin-bottom : 0;
}

.card .card-header .heading-elements {
    position : relative;
    top : -1px;
}

.card .card-header .heading-elements li:not(:first-child) a {
    margin-right : 0.75rem;
}

.card .card-header .heading-elements a.btn {
    padding-top : 6px;
    padding-bottom : 6px;
}

.card .card-header .heading-elements a i, .card .card-header .heading-elements a svg {
    height : 1rem;
    width : 1rem;
    font-size : 1rem;
}

.card .card-header .heading-elements a[data-action='collapse'] i, .card .card-header .heading-elements a[data-action='collapse'] svg {
    transition : all 0.25s ease-out;
    display : inline-block;
}

.card .card-header .heading-elements a[data-action='collapse'].rotate i, .card .card-header .heading-elements a[data-action='collapse'].rotate svg {
    transform : rotate(180deg);
}

.card .card-header + .card-content > .card-body:first-of-type, .card .card-header + .card-body {
    padding-top : 0;
}

.card .card-footer {
    border-top : 1px solid #DAE1E7;
    background-color : transparent;
}

.card-group {
    margin-bottom : 0.75rem;
}

.card-head-inverse {
    color : #FFFFFF;
}

.card-head-inverse .heading-elements i, .card-head-inverse .heading-elements svg {
    color : #FFFFFF;
}

.card-transparent {
    background-color : transparent;
}

.text-white .card-img-overlay .text-muted {
    color : #FFFFFF !important;
}

.text-white code {
    background-color : white;
}

.text-white .heading-elements i, .text-white .heading-elements svg {
    color : #FFFFFF;
}

.overlay-img-card .card-img-overlay, .overlay-img-card img {
    max-height : 34.64rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-body, .card-content {
        min-height : 1px;
    }
}

.card-congratulations {
    background : linear-gradient(-118deg, var(--psh-color-light), var(--psh-color-darkest));
    color : #FFFFFF;
}

.card-congratulations .congratulations-img-left {
    width : 200px;
    position : absolute;
    top : 0;
    right : 0;
}

@media (max-width: 575.98px) {
    .card-congratulations .congratulations-img-left {
        width : 140px;
    }
}

.card-congratulations .congratulations-img-right {
    width : 175px;
    position : absolute;
    top : 0;
    left : 0;
}

@media (max-width: 575.98px) {
    .card-congratulations .congratulations-img-right {
        width : 140px;
    }
}

.card-congratulations .avatar {
    margin-bottom : 2rem;
}

.congratulation-medal {
    position : absolute;
    top : 0;
    left : 37px;
}

.card-deposits .deposits-divider {
    margin-top : 1.8rem;
    margin-bottom : 1.4rem;
}

.card-employee-task .employee-task:not(:last-child) {
    margin-bottom : 1.5rem;
}

.card-developer-meetup .meetup-img-wrapper {
    background-color : rgba(36, 145, 138, 0.1);
}

.card-developer-meetup .meetup-header {
    margin-bottom : 2rem;
}

.card-developer-meetup .meetup-header .meetup-day {
    text-align : center;
    border-left : 1px solid #D8D6DE;
    padding-left : 1.3rem;
    margin-left : 1.3rem;
}

.card-developer-meetup .meetings .avatar .avatar-content {
    width : 34px;
    height : 34px;
}

.card-developer-meetup .meetings + .meetings {
    margin-top : 1.2rem;
}

.card-developer-meetup .avatar-group {
    margin-top : 2rem;
}

.card-profile {
    text-align : center;
}

.card-profile .card-body {
    position : relative;
    padding : 5rem 2.3rem 1.5rem 2.3rem;
}

.card-profile .card-body .profile-image-wrapper {
    display : flex;
    justify-content : center;
}

.card-profile .card-body .profile-image-wrapper .profile-image {
    position : absolute;
    top : -4rem;
    padding : 0.5rem;
    border-radius : 50%;
    background-color : #FFFFFF;
    box-shadow : 0 0 8px 0 rgba(34, 41, 47, 0.14);
    margin-bottom : 1.15rem;
}

.card-profile .card-body .profile-image-wrapper .profile-image img {
    width : 100px;
    height : 100px;
}

.card-profile .card-body .profile-badge {
    margin-top : 0.8rem;
    margin-bottom : 0.8rem;
}

.card-apply-job .apply-job-package {
    padding : 1.2rem;
    margin-bottom : 1.15rem;
    display : flex;
    align-items : center;
    justify-content : space-between;
}

.card-apply-job .apply-job-package sup {
    top : -0.8rem;
}

.card-transaction .transaction-item {
    display : flex;
    /* align-items : center; */
    justify-content : space-between;
}

.card-transaction .transaction-item:not(:last-child) {
    margin-bottom : 1.2rem;
}

.card-transaction .transaction-item .avatar {
    margin-left : 1.2rem;
}

.card-transaction .transaction-item .avatar .avatar-content {
    width : 42px;
    height : 42px;
    margin: auto;
}

.card-transaction .transaction-item .transaction-title {
    margin-bottom : 0.2rem;
    margin-top : 0.2rem;
}

.card-user-timeline .user-timeline-title-icon {
    width : 1.714rem;
    height : 1.714rem;
    margin-left : 1.3rem;
}

.card-user-timeline .timeline .timeline-item:last-child .timeline-event {
    min-height : auto;
}

.card-user-timeline .timeline .timeline-item:not(:last-child) {
    padding-bottom : 2.3rem;
}

.business-card .business-items:not(:last-child) {
    margin-bottom : 1.3rem;
}

.business-card .business-items .business-item {
    border : 1px solid #EBE9F1;
    border-radius : 0.357rem;
    padding : 1rem 1.3rem 1rem 1rem;
}

.business-card .business-items .business-item:not(:last-child) {
    margin-bottom : 0.85rem;
}

.card-browser-states .browser-states {
    margin-top : 2.14rem;
    display : flex;
    justify-content : space-between;
    align-items : center;
}

.card-app-design .design-group {
    margin-bottom : 2rem;
}

.card-app-design .design-group .avatar:not(:last-child) {
    margin-left : 0.6rem;
}

.card-app-design .design-planning-wrapper {
    display : flex;
    align-items : center;
    flex-wrap : wrap;
}

.card-app-design .design-planning-wrapper:not(:last-child) {
    margin-bottom : 1.3rem;
}

.card-app-design .design-planning-wrapper .design-planning {
    padding : 0.5rem;
    margin-bottom : 0.7rem;
    text-align : center;
    background-color : #EBF1F4;
    border-radius : 0.357rem;
    min-width : 6.4rem;
}

.card-app-design .design-planning-wrapper .design-planning:not(:last-child) {
    margin-left : 0.7rem;
}

.card-statistics .card-header {
    /*padding-right : 2.4rem;*/
}

.card-statistics .statistics-body {
    padding : 2rem 2.4rem 2.8rem !important;
}

.card-statistics .statistics-body .avatar .avatar-content {
    width : 48px;
    height : 48px;
}

.card-statistics .statistics-body .avatar .avatar-content .avatar-icon {
    width : 24px;
    height : 24px;
}

.chart-dropdown .btn {
    font-size : 1rem;
    font-weight : 400;
}

.chart-dropdown .btn:after {
    display : none;
}

.card-revenue-budget .revenue-report-wrapper {
    padding : 1.286rem 1.5rem;
}

@media (min-width: 768px) {
    .card-revenue-budget .revenue-report-wrapper {
        border-left : 1px solid #EBE9F1;
    }
}

.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName='Earning'] {
    transform : scaleY(0.965);
}

.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName='Expense'] {
    transform : scaleY(1.035);
}

.card-revenue-budget .budget-wrapper {
    padding : 2rem 3rem;
    text-align : center;
}

@media (max-width: 767.98px) {
    .card-revenue-budget .budget-wrapper {
        padding-top : 0;
    }
}

.card-revenue-budget .budget-wrapper .budget-dropdown {
    margin-bottom : 2rem;
}

.card-revenue-budget .budget-wrapper #budget-chart {
    margin-top : 2rem;
    margin-bottom : 2rem;
}

.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
    font-size : 0.8rem;
    fill : #6E6B7B !important;
}

.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
    fill : #5E5873;
    font-size : 1.286rem;
    font-weight : 500;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #dashboard-analytics .avatar .avatar-content, #statistics-card .avatar .avatar-content {
        padding : 0 !important;
    }
}

.carousel-dark .carousel-caption h1, .carousel-dark .carousel-caption h2, .carousel-dark .carousel-caption h3, .carousel-dark .carousel-caption h4, .carousel-dark .carousel-caption h5, .carousel-dark .carousel-caption h6 {
    color : #22292F;
}

.breadcrumb:not([class*='breadcrumb-']) .breadcrumb-item + .breadcrumb-item:before {
    content : ' ';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    color : #6E6B7B;
    margin-left : 0.6rem;
    background-size : 14px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    height : 20px;
}

/* Component Specific */
.breadcrumb-slash.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content : '/';
}

.breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content : '.';
    position : relative;
    top : -4px;
}

.breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content : '-';
}

.breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content : '|';
}

.breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content : ' ';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    color : #6E6B7B;
    margin-left : 0.6rem;
    background-size : 14px;
}

.content-header .breadcrumb {
    padding-right : 1rem;
}

@media (max-width: 648px) {
    .content-header .breadcrumb {
        display : none;
    }
    .breadcrumbs-top .content-header-title {
        display : contents !important;
    }
}

.badge[class*='bg-'] [class*='icon-'] {
    line-height : 1;
}

.badge[class*='bg-'] a {
    color : #FFFFFF;
}

.badge[class*='bg-'] .dropdown-toggle span, .badge[class*='bg-'] .dropdown-toggle i, .badge[class*='bg-'] .dropdown-toggle svg, .badge[class*='bg-'].dropdown-toggle span, .badge[class*='bg-'].dropdown-toggle i, .badge[class*='bg-'].dropdown-toggle svg {
    vertical-align : text-top;
}

.badge[class*='bg-'] .dropdown-toggle i, .badge[class*='bg-'] .dropdown-toggle svg, .badge[class*='bg-'].dropdown-toggle i, .badge[class*='bg-'].dropdown-toggle svg {
    padding-right : 0.2rem;
}

.badge[class*='bg-'] .dropdown-toggle::after, .badge[class*='bg-'].dropdown-toggle::after {
    position : relative;
    top : 0;
    right : 0;
    font-size : 1rem;
}

.badge[class*='bg-'] .dropdown-menu a {
    color : #6E6B7B;
}

.badge i, .badge svg {
    height : 12px;
    width : 11px;
    font-size : 12px;
    stroke-width : 3;
    vertical-align : top;
}

.badge.badge-square {
    border-radius : 0;
}

.badge.badge-up {
    position : absolute;
    top : -11px;
    left : -9px;
    min-width : 1.429rem;
    min-height : 1.429rem;
    display : flex;
    align-items : center;
    justify-content : center;
    font-size : 0.85rem;
    line-height : 0.786;
    padding-right : 0.25rem;
    padding-left : 0.25rem;
}

.badge.badge-up.badge-sm {
    top : -0.5rem;
    left : -0.5rem;
}

.badge-icon i, .badge-icon svg {
    font-size : 100%;
    margin-left : 5px;
}

.dropup .badge {
    cursor : pointer;
}

.nav {
    border-radius : 0.25rem;
}

.nav.wrap-border {
    border : 1px solid #DDDDDD;
}

.nav.wrap-border li.nav-header {
    margin : 0 0.5rem;
}

.nav.wrap-border li.nav-item, .nav.wrap-border div {
    padding : 2px 0.714rem;
}

.nav.nav-left .nav-item .nav-link {
    justify-content : flex-start;
}

.nav.nav-right .nav-item .nav-link {
    justify-content : flex-end;
}

.nav.square-border {
    border-radius : 0;
}

.nav.square-border .nav-item .nav-link.active {
    border-radius : 0;
}

.nav .modern-nav-toggle {
    padding : 0;
    margin : 1.15rem 0;
}

.nav .dropdown.show .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.nav .dropdown-toggle:not(.active)::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.nav-pills .nav-link, .nav-tabs .nav-link {
    display : flex;
    align-items : center;
    justify-content : center;
}

.nav-pills .nav-link i, .nav-pills .nav-link svg, .nav-tabs .nav-link i, .nav-tabs .nav-link svg {
    margin-left : 0.5rem;
}

.nav-pills {
    margin-bottom : 1rem;
}

.nav-pills .nav-link {
    padding : 0.786rem 1.5rem;
    font-size : 1rem;
    line-height : 1rem;
    border : 1px solid transparent;
    color : #5E5873;
}

.nav-pills .nav-link.active {
    border-color: var(--psh-color-light-2);
    box-shadow: 0 4px 18px -4px var(--psh-color-light-2);
    background-color: var(--psh-color-light-2);
}

.nav-pills .nav-link.disabled {
    color : #868693;
}

.nav-pills .nav-link.dropdown-toggle::after {
    top : 1px;
    right : 1px;
}

.nav-pills.dropdown.show .nav-link {
    color : #FFFFFF;
}

.nav-pills.dropdown.show .dropdown-item.active:hover {
    color : var(--psh-color-light);
}

.nav-pills.nav-justified {
    width : 100%;
}

.nav-pills.nav-justified .nav-item {
    float : none;
}

.nav-pills.nav-justified .nav-link {
    text-align : center;
    margin-bottom : 5px;
}

.nav-pills.nav-justified > .dropdown .dropdown-menu {
    top : auto;
    right : auto;
}

@media (min-width: 576px) {
    .nav-pills.nav-justified .nav-item {
        display : block;
        width : 1%;
    }
    .nav-pills.nav-justified .nav-link {
        margin-bottom : 0;
    }
}

.nav-pills.nav-justified .nav-link {
    margin-left : 0;
    border-radius : 0.357rem;
}

@media (min-width: 576px) {
    .nav-pills.nav-justified .nav-link.active, .nav-pills.nav-justified .nav-link.active:hover, .nav-pills.nav-justified .nav-link.active:focus {
        border-bottom-color : transparent;
    }
}

.nav-pills.nav-justified .nav-link {
    display : block;
}

.nav-pills.nav-justified .nav-link.active {
    border : none;
}

.nav-pills.nav-justified .nav-link.active:hover, .nav-pills.nav-justified .nav-link.active:focus {
    border : none;
}

.nav-tabs {
    margin-bottom : 1rem;
    position : relative;
}

.nav-tabs .nav-item {
    position : relative;
}

.nav-tabs .nav-link {
    color : #6E6B7B;
    border : none;
    min-width : auto;
    font-weight : 450;
    padding : 0.61rem 1.2rem;
    border-radius : 0;
    position : relative;
    overflow : hidden;
}

.nav-tabs .nav-link:after {
    content : '';
    position : absolute;
    bottom : 0;
    right : 0;
    width : 100%;
    height : 3px;
    background : linear-gradient(-30deg, var(--psh-color-light), rgba(36, 145, 138, 0.5)) !important;
    transition : transform 0.3s;
    transform : translate3d(0, 150%, 0);
}

.nav-tabs .nav-link.active {
    position : relative;
    color : var(--psh-color-light);
}

.nav-tabs .nav-link.active:after {
    transform : translate3d(0, 0, 0);
}

.nav-tabs .nav-link.dropdown-toggle::after {
    top : 1px;
    right : 1px;
}

.nav-tabs.nav-justified {
    width : 100%;
}

.nav-tabs.nav-justified .nav-item {
    float : none;
}

.nav-tabs.nav-justified .nav-link {
    text-align : center;
    margin-bottom : 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top : auto;
    right : auto;
}

@media (min-width: 576px) {
    .nav-tabs.nav-justified .nav-item {
        display : block;
        width : 1%;
    }
    .nav-tabs.nav-justified .nav-link {
        margin-bottom : 0;
    }
}

.nav-tabs.nav-justified .nav-link {
    margin-left : 0;
    border-radius : 0.357rem;
}

@media (min-width: 576px) {
    .nav-tabs.nav-justified .nav-link.active, .nav-tabs.nav-justified .nav-link.active:hover, .nav-tabs.nav-justified .nav-link.active:focus {
        border-bottom-color : transparent;
    }
}

.nav-tabs.nav-justified .nav-item a.nav-link {
    display : block;
    border-radius : 0;
}

.nav-tabs.nav-justified .nav-item a.nav-link.active {
    border : none;
}

.nav-tabs.nav-justified .nav-item a.nav-link:hover {
    border-color : transparent;
}

.nav-vertical {
    overflow : hidden;
}

.nav-vertical .nav.nav-tabs .nav-item .nav-link {
    margin-bottom : 0;
}

.nav-vertical .nav.nav-tabs .nav-item .nav-link:after {
    transform : rotate(-90deg) translate3d(0, 150%, 0);
    right : 70%;
}

.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
    right : auto;
    left : -1.4rem;
    transform : rotate(-90deg) translate3d(0, 225%, 0);
    top : 1.25rem;
    width : 2.14rem;
}

.nav-vertical .nav.nav-tabs.nav-left {
    float : right;
    display : table;
    margin-left : 1rem;
}

.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
    display : none;
    overflow-y : auto;
    padding-right : 1rem;
}

.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active {
    display : block;
}

.nav-vertical .nav.nav-tabs.nav-right {
    float : left;
    display : table;
    margin-right : 1rem;
}

.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
    right : -0.9rem;
    transform : rotate(-90deg) translate3d(0, 10%, 0);
}

.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
    display : none;
    overflow-y : auto;
    padding-left : 1rem;
}

.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active {
    display : block;
}

.alert {
    font-weight : 500;
    padding : 0;
}

.alert.alert-dismissible .btn-close {
    padding : 1rem 1rem;
    background-color : transparent !important;
    box-shadow : none !important;
}

.alert.alert-dismissible .alert-body {
    padding : 0.71rem 1rem 0.71rem 2rem;
}

.alert .btn-close:focus {
    outline : 0;
}

.alert .alert-link:hover {
    text-decoration : underline;
}

.alert p {
    font-weight : 500;
    padding : 2px 0;
    margin-bottom : 0;
    vertical-align : middle;
}

.alert .alert-heading {
    font-weight : 600;
    font-size : 1rem;
    padding : 0.71rem 1rem;
    margin-bottom : 0;
}

.alert .alert-body {
    padding : 0.71rem 1rem;
}

.alert.alert-dark .alert-heading {
    box-shadow : rgba(75, 75, 75, 0.4) 0 6px 15px -7px;
}


.progress .progress-bar + .progress-bar:not(:last-child) {
    border-radius : 0;
}

.progress .progress-bar:last-child {
    border-top-left-radius : 5rem;
    border-bottom-left-radius : 5rem;
}


ul.list-inline li {
    display : inline-block;
}

ul.list-inline.list-inline-pipe > li + li:before {
    content : ' | ';
    padding-left : 2px;
}

.list-group .list-group-item {
    line-height : 1.5;
}

.list-group .list-group-item i, .list-group .list-group-item svg {
    position : relative;
}

.list-group .list-group-item-action:focus {
    outline : 0;
}

.list-group .list-group-item-action.active h1, .list-group .list-group-item-action.active h2, .list-group .list-group-item-action.active h3, .list-group .list-group-item-action.active h4, .list-group .list-group-item-action.active h5, .list-group .list-group-item-action.active h6, .list-group .list-group-item-action:active h1, .list-group .list-group-item-action:active h2, .list-group .list-group-item-action:active h3, .list-group .list-group-item-action:active h4, .list-group .list-group-item-action:active h5, .list-group .list-group-item-action:active h6 {
    color : #FFFFFF;
}

.list-group .list-group-item-action small {
    color : #868693 !important;
}

.list-group.list-group-circle {
    border : none;
}

.list-group.list-group-circle .list-group-item {
    border : none;
    position : relative;
    padding-right : 1.5rem;
}

.list-group.list-group-circle .list-group-item:after {
    content : ' ';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-circle\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\'%3E%3C/circle%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    color : #6E6B7B;
    background-size : 10px;
    position : absolute;
    height : 10px;
    width : 10px;
    top : 1.15rem;
    right : 0;
}

.list-group.list-group-circle .list-group-item:hover {
    background-color : transparent;
}

.list-group-item.gu-mirror {
    border-radius : 0;
}

.toast.show {
    z-index : 1030;
}

.toast .btn-close:focus {
    box-shadow : none;
}

@media (max-width: 420.98px) {
    .toast {
        width : auto;
    }
}

.accordion [data-bs-toggle='collapse'] {
    font-weight : 500;
    font-size : 1.1rem;
    line-height : 1.45;
}

.accordion .accordion-item {
    margin-bottom : 0;
}

.accordion .accordion-item:last-of-type {
    margin-bottom : 0;
}

.accordion .accordion-item:not(:last-of-type) {
    border-bottom : 1px solid #EBE9F1;
}

.accordion .accordion-body {
    padding-top : 0.42rem;
}

.accordion.accordion-without-arrow .accordion-button::after {
    background-image : none !important;
}

.accordion-border .accordion-item {
    border : 1px solid #EBE9F1;
    border-radius : 0.8rem;
}

.accordion-border .accordion-item:not(:last-of-type) {
    border-bottom : 0;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
}

.accordion-border .accordion-item:not(:first-of-type) {
    border-top-right-radius : 0;
    border-top-left-radius : 0;
}

.accordion-margin .accordion-item {
    margin-top : 0.71rem;
    margin-bottom : 0.71rem;
    box-shadow : 0 2px 15px 0 rgba(34, 41, 47, 0.05) !important;
    border-radius : 0.357rem;
    border-bottom : 0 solid transparent !important;
}

.card.accordion-item .accordion-button {
    border-radius : 0.357rem;
}

.page-item {
    border-radius : 5rem;
}

.page-item:not(.prev-item) .page-link, .page-item:not(.next-item) .page-link, .page-item:not(.first) .page-link, .page-item:not(.last) .page-link, .page-item:not(.active) .page-link {
    line-height : 1.3;
}

.page-item .page-link {
    display : flex;
    align-items : center;
    justify-content : center;
}

.page-item.previous .page-link, .page-item.prev .page-link, .page-item.next .page-link, .page-item.first .page-link, .page-item.last .page-link {
    width : auto;
}

.page-item.prev-item .page-link, .page-item.next-item .page-link {
    transition : all 0.2s ease-out;
}

.page-item.prev-item {
    margin-left : 0.3571rem;
}

.page-item.prev-item .page-link {
    border-radius : 50%;
}

.page-item.prev-item .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 8px;
    height : 18px;
    content : '';
}

.page-item.prev-item .page-link:hover {
    background : #F3F2F7;
    color : var(--psh-color-light);
}

.page-item.prev-item .page-link:active, .page-item.prev-item .page-link:hover {
    background-color : var(--psh-color-light) !important;
}

.page-item.prev-item .page-link:active:before, .page-item.prev-item .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.page-item.prev-item.disabled .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23868693\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.page-item.prev-item ~ .page-item:nth-child(2) {
    border-top-right-radius : 5rem;
    border-bottom-right-radius : 5rem;
}

.page-item.prev-item ~ .page-item:nth-child(2) .page-link {
    border-top-right-radius : 5rem !important;
    border-bottom-right-radius : 5rem !important;
}

.page-item.prev-item ~ .page-item:nth-last-child(2) {
    border-top-left-radius : 5rem;
    border-bottom-left-radius : 5rem;
}

.page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
    border-top-left-radius : 5rem !important;
    border-bottom-left-radius : 5rem !important;
}

.page-item.next-item {
    margin-right : 0.3571rem;
}

.page-item.next-item .page-link {
    border-radius : 50%;
}

.page-item.next-item .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    width : 8px;
    height : 18px;
    content : '';
}

.page-item.next-item .page-link:hover {
    background : #F3F2F7;
    color : var(--psh-color-light);
}

.page-item.next-item .page-link:active, .page-item.next-item .page-link:hover {
    background-color : var(--psh-color-light) !important;
}

.page-item.next-item .page-link:active:after, .page-item.next-item .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.page-item.next-item.disabled .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23868693\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.page-item.prev .page-link:before, .page-item.previous .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 12px;
    height : 18px;
    content : '';
}

.page-item.prev .page-link:hover:before, .page-item.previous .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.page-item.prev.disabled .page-link:before, .page-item.previous.disabled .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23868693\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.page-item.next .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 14px;
    color : #6E6B7B;
    width : 12px;
    height : 18px;
    content : '';
}

.page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.page-item.next.disabled .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23868693\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.page-item.disabled .page-link {
    color : #868693;
}

.page-item .page-link {
    margin : 0;
    margin-right : 0;
    font-size : 1rem;
    min-width : 2.286rem;
}

.page-item .page-link:focus {
    box-shadow : none;
}

.page-item .page-link:hover {
    color : var(--psh-color-light);
}

.page-item.active {
    background-color : #F3F2F7;
    border-radius : 0;
}

.page-item.active .page-link {
    z-index : 3;
    border-radius : 0;
    background-color : var(--psh-color-light);
    color : #FFFFFF !important;
    font-weight : 600;
}

.page-item:first-child:not(.prev-item).active {
    border-top-right-radius : 1.428rem;
    border-bottom-right-radius : 1.428rem;
}

.page-item:first-child:not(.prev-item).active .page-link {
    border-radius : 5rem;
}

.page-item:first-child:not(.prev-item) .page-link {
    border-top-right-radius : 1.428rem;
    border-bottom-right-radius : 1.428rem;
}

.page-item:last-child:not(.next-item).active {
    border-top-left-radius : 1.428rem;
    border-bottom-left-radius : 1.428rem;
}

.page-item:last-child:not(.next-item).active .page-link {
    border-radius : 5rem;
}

.page-item:last-child:not(.next-item) .page-link {
    border-top-left-radius : 1.428rem;
    border-bottom-left-radius : 1.428rem;
}

.pagination.pagination-lg .page-item .page-link {
    font-size : 1.14rem;
    min-width : 2.6rem;
}

.pagination.pagination-sm .page-item .page-link {
    font-size : 0.857rem;
    min-width : 2rem;
}

.modal .modal-header {
    background-color : #EBF1F4;
}

.modal .modal-header .btn-close {
    padding : 0.8rem;
    border-radius : 0.357rem;
    background-color : #FFFFFF;
    opacity : 1;
    transition : all 0.23s ease 0.1s;
    position : relative;
}

.modal .modal-header .btn-close:hover, .modal .modal-header .btn-close:focus, .modal .modal-header .btn-close:active {
    opacity : 1;
    outline : none;
    box-shadow : none;
}

.modal .modal-fullscreen .modal-header .btn-close {
    transform : translate(0, 0);
}

.modal .modal-content {
    overflow : visible;
    box-shadow : 0 5px 20px 0 rgba(34, 41, 47, 0.1);
}

.modal .modal-footer {
    padding : 0.8rem 1.4rem;
}

.modal.modal-sticky {
    bottom : 0;
    left : 0;
    top : auto;
    right : auto;
    height : auto;
    position : fixed;
}

.modal.modal-sticky .modal-header {
    display : flex;
    align-items : center;
    justify-content : space-between;
}

.modal.modal-sticky .modal-dialog {
    margin-left : 2rem !important;
    box-shadow : 0 0 24px 0 rgba(34, 41, 47, 0.25);
    border-radius : 0.357rem;
}

.modal.modal-sticky .modal-actions {
    background : transparent;
    box-shadow : none;
    line-height : 0;
}

.modal-xs {
    max-width : 300px;
}

@media (min-width: 1200px) {
    .modal-xl {
        margin-right : 3%;
        margin-left : 3%;
    }
}

.modal-slide-in, .modal-slide-in .modal {
    padding : 0 !important;
    overflow : hidden !important;
}

.modal-slide-in .modal-dialog {
    position : fixed;
    top : 0;
    left : 0;
    bottom : 0;
    right : auto;
    margin : 0;
    max-width : none;
    /*width : 20rem;*/
}

.modal-slide-in .modal-dialog .modal-content {
    padding-bottom : 1.8875rem;
    padding-top : 1.8875rem;
    overflow : auto;
    border-radius : 0;
    height : 100%;
}

.modal-slide-in .modal-dialog .modal-body {
    padding-bottom : 0;
    padding-top : 0;
    margin : auto 0;
    flex-grow : 0;
}

@media (min-width: 576px) {
    .modal-slide-in .modal-dialog {
        width : 28rem;
    }
}

.modal-slide-in .modal-dialog.sidebar-sm {
    width : 25rem;
}

@media (min-width: 576px) {
    .modal-slide-in .modal-dialog.sidebar-lg {
        width : 30rem;
    }
}

.modal-slide-in .btn-close {
    top : 0.4rem;
    z-index : 10;
    transform : none;
    position : absolute;
    top : 1.5rem;
    left : 1.4rem;
    margin : 0;
    padding : 0 !important;
    line-height : 0.5;
    transform : translate(0, -50%);
}

.modal-slide-in.fade .modal-dialog, .modal-slide-in .modal.fade .modal-dialog {
    transform : translateX(-100%);
    transition : transform 0.1s ease-out;
}

.modal-slide-in.show .modal-dialog, .modal-slide-in .modal.show .modal-dialog {
    transform : translateX(0) !important;
    transition : transform 0.1s ease-out;
}

@media (max-width: 576px) {
    .modal:not(.modal-slide-in) .modal-dialog:not(.modal-fullscreen) {
        padding-left : 1rem;
        padding-right : 1rem;
    }
    .modal .modal-xs, .modal .modal-sm {
        max-width : unset;
    }
    .modal.modal-sticky .modal-dialog {
        margin-left : 0.2rem !important;
        margin-right : 0.2rem;
        margin-bottom : 3rem;
    }
}

.modal-refer-earn .modal-refer-earn-step svg {
    height : 2.5rem;
    width : 2.5rem;
}

@media (max-width: 991.98px) {
    #shareProject .list-group .dropdown-toggle {
        padding : 0.5rem;
    }
    #shareProject .list-group .dropdown-toggle::after {
        right : 0;
    }
}

.popover {
    box-shadow : 0 0 10px 0 rgba(34, 41, 47, 0.1);
}

.popover .popover-header {
    font-size : 1.07rem;
    border : 1px solid var(--psh-color-light);
}

.popover .popover-body {
    border : 1px solid #EBE9F1;
    border-top-color : #FFFFFF;
    border-bottom-right-radius : 0.358rem;
    border-bottom-left-radius : 0.358rem;
}

.popover.bs-popover-bottom .popover-arrow:after {
    border-bottom-color : var(--psh-color-light);
}

.bs-popover-top > .popover-arrow::after {
    bottom : 1px;
}

.bs-popover-end > .popover-arrow::after {
    right : 1px;
}

.bs-popover-start > .popover-arrow::after {
    left : 1px;
}

.font-small-1 {
    font-size : 0.7rem !important;
}

svg.font-small-1 {
    height : 0.7rem !important;
    width : 0.7rem !important;
}

.font-small-2 {
    font-size : 0.8rem !important;
}

svg.font-small-2 {
    height : 0.8rem !important;
    width : 0.8rem !important;
}

.font-small-3 {
    font-size : 0.9rem !important;
}

svg.font-small-3 {
    height : 0.9rem !important;
    width : 0.9rem !important;
}

.font-small-4 {
    font-size : 1rem !important;
}

svg.font-small-4 {
    height : 1rem !important;
    width : 1rem !important;
}

.font-medium-1 {
    font-size : 1.1rem !important;
}

svg.font-medium-1 {
    height : 1.1rem !important;
    width : 1.1rem !important;
}

.font-medium-2 {
    font-size : 1.2rem !important;
}

svg.font-medium-2 {
    height : 1.2rem !important;
    width : 1.2rem !important;
}

.font-medium-3 {
    font-size : 1.3rem !important;
}

svg.font-medium-3 {
    height : 1.3rem !important;
    width : 1.3rem !important;
}

.font-medium-4 {
    font-size : 1.4rem !important;
}

svg.font-medium-4 {
    height : 1.4rem !important;
    width : 1.4rem !important;
}

.font-medium-5 {
    font-size : 1.5rem !important;
}

svg.font-medium-5 {
    height : 1.5rem !important;
    width : 1.5rem !important;
}

.font-large-1 {
    font-size : 2rem !important;
}

svg.font-large-1 {
    height : 2rem !important;
    width : 2rem !important;
}

.font-large-2 {
    font-size : 3rem !important;
}

svg.font-large-2 {
    height : 3rem !important;
    width : 3rem !important;
}

.font-large-3 {
    font-size : 4rem !important;
}

svg.font-large-3 {
    height : 4rem !important;
    width : 4rem !important;
}

.font-large-4 {
    font-size : 5rem !important;
}

svg.font-large-4 {
    height : 5rem !important;
    width : 5rem !important;
}

.font-large-5 {
    font-size : 6rem !important;
}

svg.font-large-5 {
    height : 6rem !important;
    width : 6rem !important;
}

.line-height-1 {
    line-height : 1 !important;
}

.line-height-condensed {
    line-height : 1.5 !important;
}

.line-height-inherit {
    line-height : inherit !important;
}

.rotate-45 {
    transform : rotate(-45deg);
}

.rotate-45-inverse {
    transform : rotate(45deg);
}

.rotate-90 {
    transform : rotate(-90deg);
}

.rotate-90-inverse {
    transform : rotate(90deg);
}

.rotate-180 {
    transform : rotate(-180deg);
}

.rotate-180-inverse {
    transform : rotate(180deg);
}

.border-2 {
    border-width : 2px !important;
}

.border-top-2 {
    border-top-width : 2px !important;
}

.border-bottom-2 {
    border-bottom-width : 2px !important;
}

.border-start-2 {
    border-right-width : 2px !important;
}

.border-end-2 {
    border-left-width : 2px !important;
}

.border-3 {
    border-width : 3px !important;
}

.border-top-3 {
    border-top-width : 3px !important;
}

.border-bottom-3 {
    border-bottom-width : 3px !important;
}

.border-start-3 {
    border-right-width : 3px !important;
}

.border-end-3 {
    border-left-width : 3px !important;
}

.round {
    border-radius : 1.5rem;
}

.square {
    border-radius : 0;
}

.fit {
    max-width : 100% !important;
}

.half-width {
    width : 50% !important;
}

.full-width {
    width : 100% !important;
}

.full-height {
    height : 100% !important;
}

.height-50 {
    height : 50px !important;
}

.width-50 {
    width : 50px !important;
}

.height-100 {
    height : 100px !important;
}

.width-100 {
    width : 100px !important;
}

.height-150 {
    height : 150px !important;
}

.width-150 {
    width : 150px !important;
}

.height-200 {
    height : 200px !important;
}

.width-200 {
    width : 200px !important;
}

.height-250 {
    height : 250px !important;
}

.width-250 {
    width : 250px !important;
}

.height-300 {
    height : 300px !important;
}

.width-300 {
    width : 300px !important;
}

.height-350 {
    height : 350px !important;
}

.width-350 {
    width : 350px !important;
}

.height-400 {
    height : 405px !important;
}

.width-400 {
    width : 405px !important;
}

.height-450 {
    height : 455px !important;
}

.width-450 {
    width : 455px !important;
}

.height-500 {
    height : 500px !important;
}

.width-500 {
    width : 500px !important;
}

.height-550 {
    height : 550px !important;
}

.width-550 {
    width : 550px !important;
}

.height-600 {
    height : 600px !important;
}

.width-600 {
    width : 600px !important;
}

.height-650 {
    height : 650px !important;
}

.width-650 {
    width : 650px !important;
}

.height-700 {
    height : 700px !important;
}

.width-700 {
    width : 700px !important;
}

.height-750 {
    height : 750px !important;
}

.width-750 {
    width : 750px !important;
}

.height-800 {
    height : 800px !important;
}

.width-800 {
    width : 800px !important;
}

.height-5-per {
    height : 5% !important;
}

.width-5-per {
    width : 5% !important;
}

.height-10-per {
    height : 10% !important;
}

.width-10-per {
    width : 10% !important;
}

.height-15-per {
    height : 15% !important;
}

.width-15-per {
    width : 15% !important;
}

.height-20-per {
    height : 20% !important;
}

.width-20-per {
    width : 20% !important;
}

.height-25-per {
    height : 25% !important;
}

.width-25-per {
    width : 25% !important;
}

.height-30-per {
    height : 30% !important;
}

.width-30-per {
    width : 30% !important;
}

.height-35-per {
    height : 35% !important;
}

.width-35-per {
    width : 35% !important;
}

.height-40-per {
    height : 40% !important;
}

.width-40-per {
    width : 40% !important;
}

.height-45-per {
    height : 45% !important;
}

.width-45-per {
    width : 45% !important;
}

.height-50-per {
    height : 50% !important;
}

.width-50-per {
    width : 50% !important;
}

.height-55-per {
    height : 55% !important;
}

.width-55-per {
    width : 55% !important;
}

.height-60-per {
    height : 60% !important;
}

.width-60-per {
    width : 60% !important;
}

.height-65-per {
    height : 65% !important;
}

.width-65-per {
    width : 65% !important;
}

.height-70-per {
    height : 70% !important;
}

.width-70-per {
    width : 70% !important;
}

.height-75-per {
    height : 75% !important;
}

.width-75-per {
    width : 75% !important;
}

.height-80-per {
    height : 80% !important;
}

.width-80-per {
    width : 80% !important;
}

.height-85-per {
    height : 85% !important;
}

.width-85-per {
    width : 85% !important;
}

.height-90-per {
    height : 90% !important;
}

.width-90-per {
    width : 90% !important;
}

.height-95-per {
    height : 95% !important;
}

.width-95-per {
    width : 95% !important;
}

.overflow-visible {
    overflow : visible;
}

.overflow-scroll {
    overflow : scroll;
}

.overflow-x-scroll {
    overflow : scroll;
}

.overflow-y-scroll {
    overflow : scroll;
}

.cursor-pointer {
    cursor : pointer;
}

.cursor-move {
    cursor : move;
}

.cursor-default {
    cursor : default !important;
}

.cursor-progress {
    cursor : progress;
}

.cursor-not-allowed {
    cursor : not-allowed;
}

.zindex-1 {
    z-index : 1 !important;
}

.zindex-2 {
    z-index : 2 !important;
}

.zindex-3 {
    z-index : 3 !important;
}

.zindex-4 {
    z-index : 4 !important;
}

.zindex-0 {
    z-index : 0 !important;
}

.zindex-minus-1 {
    z-index : -1 !important;
}

.zindex-minus-2 {
    z-index : -2 !important;
}

.zindex-minus-3 {
    z-index : -3 !important;
}

.zindex-minus-4 {
    z-index : -4 !important;
}

.box-shadow-0 {
    box-shadow : none !important;
}

.box-shadow-1 {
    box-shadow : 0 2px 5px 0 rgba(34, 41, 47, 0.16), 0 2px 10px 0 rgba(34, 41, 47, 0.12);
}

.box-shadow-2 {
    box-shadow : 0 8px 17px 0 rgba(34, 41, 47, 0.2), 0 6px 20px 0 rgba(34, 41, 47, 0.19);
}

.box-shadow-3 {
    box-shadow : 0 12px 15px 0 rgba(34, 41, 47, 0.24), 0 17px 50px 0 rgba(34, 41, 47, 0.19);
}

.box-shadow-4 {
    box-shadow : 0 16px 28px 0 rgba(34, 41, 47, 0.22), 0 25px 55px 0 rgba(34, 41, 47, 0.21);
}

.box-shadow-5 {
    box-shadow : 0 27px 24px 0 rgba(34, 41, 47, 0.2), 0 40px 77px 0 rgba(34, 41, 47, 0.22);
}

.box-shadow-6 {
    box-shadow : 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

.outline-none {
    outline : none !important;
}

.list-style-inside {
    list-style : inside;
}

.list-style-circle {
    list-style : circle;
}

.list-style-square {
    list-style : square;
}

.bg-cover {
    background-size : cover !important;
}

.background-repeat {
    background-repeat : repeat !important;
}

.background-no-repeat {
    background-repeat : no-repeat !important;
}

.icon-bg-circle {
    color : #FFFFFF;
    padding : 0.5rem;
    border-radius : 50%;
}

.icon-left {
    margin-left : 0.5rem;
}

.icon-right {
    margin-left : 0.5rem;
}

.blockOverlay {
    z-index : 1050 !important;
}

.blockElement, .blockPage {
    z-index : 1051 !important;
}

.hidden {
    display : none;
    visibility : hidden;
}

a:hover {
    cursor : pointer;
}

.table-middle td {
    vertical-align : middle;
}

.fill-current {
    fill : currentColor;
}

.pointer-events-none {
    pointer-events : none;
}



/*** Colors ***/
.bg-white .card-header, .bg-white .card-footer {
    background-color : transparent;
}

.border-white {
    border : 1px solid #FFFFFF !important;
}

.border-top-white {
    border-top : 1px solid #FFFFFF;
}

.border-bottom-white {
    border-bottom : 1px solid #FFFFFF;
}

.border-start-white {
    border-right : 1px solid #FFFFFF;
}

.border-end-white {
    border-left : 1px solid #FFFFFF;
}

.bg-white.badge-glow, .border-white.badge-glow {
    box-shadow : 0 0 10px #FFFFFF;
}

.overlay-white {
    background : #FFFFFF;
    /* The Fallback */
    background : rgba(255, 255, 255, 0.6);
}

input:focus ~ .bg-white {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFFFFF !important;
}

.bg-black .card-header, .bg-black .card-footer {
    background-color : transparent;
}

.border-black {
    border : 1px solid #000000 !important;
}

.border-top-black {
    border-top : 1px solid #000000;
}

.border-bottom-black {
    border-bottom : 1px solid #000000;
}

.border-start-black {
    border-right : 1px solid #000000;
}

.border-end-black {
    border-left : 1px solid #000000;
}

.bg-black.badge-glow, .border-black.badge-glow {
    box-shadow : 0 0 10px #000000;
}

.overlay-black {
    background : #000000;
    /* The Fallback */
    background : rgba(0, 0, 0, 0.6);
}

input:focus ~ .bg-black {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #000000 !important;
}

.bg-dark .card-header, .bg-dark .card-footer {
    background-color : transparent;
}

.alert-dark {
    background : rgba(75, 75, 75, 0.12) !important;
    color : #4B4B4B !important;
}

.alert-dark .alert-heading {
    box-shadow : rgba(75, 75, 75, 0.4) 0 6px 15px -7px;
}

.alert-dark .alert-link {
    color : #3E3E3E !important;
}

.alert-dark .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%234b4b4b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #4B4B4B !important;
}

.border-dark {
    border : 1px solid #4B4B4B !important;
}

.border-top-dark {
    border-top : 1px solid #4B4B4B;
}

.border-bottom-dark {
    border-bottom : 1px solid #4B4B4B;
}

.border-start-dark {
    border-right : 1px solid #4B4B4B;
}

.border-end-dark {
    border-left : 1px solid #4B4B4B;
}

.bg-dark.badge-glow, .border-dark.badge-glow {
    box-shadow : 0 0 10px #4B4B4B;
}

.badge.badge-light-dark {
    background-color : rgba(75, 75, 75, 0.12);
    color : #4B4B4B !important;
}

.overlay-dark {
    background : #4B4B4B;
    /* The Fallback */
    background : rgba(75, 75, 75, 0.6);
}

.btn-dark {
    border-color : #4B4B4B !important;
    background-color : #4B4B4B !important;
    color : #FFFFFF !important;
}

.btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color : #FFFFFF;
    background-color : #343434 !important;
}

.btn-dark:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #4B4B4B;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark {
    color : #FFFFFF;
    background-color : #343434 !important;
}

.btn-flat-dark {
    background-color : transparent;
    color : #4B4B4B;
}

.btn-flat-dark:hover {
    color : #4B4B4B;
}

.btn-flat-dark:hover:not(.disabled):not(:disabled) {
    background-color : rgba(75, 75, 75, 0.12);
}

.btn-flat-dark:active, .btn-flat-dark.active, .btn-flat-dark:focus {
    background-color : rgba(75, 75, 75, 0.2);
    color : #4B4B4B;
}

.btn-flat-dark.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234b4b4b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-dark {
    background-color : #4B4B4B;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-dark:hover:not(.disabled):not(:disabled) {
    background-color : #626262;
}

.btn-relief-dark:active, .btn-relief-dark.active, .btn-relief-dark:focus {
    background-color : #343434;
}

.btn-relief-dark:hover {
    color : #FFFFFF;
}

.btn-relief-dark:active, .btn-relief-dark.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-dark {
    border : 1px solid #4B4B4B !important;
    background-color : transparent;
    color : #4B4B4B;
}

.btn-outline-dark:hover:not(.disabled):not(:disabled) {
    background-color : rgba(75, 75, 75, 0.04);
    color : #4B4B4B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):focus {
    background-color : rgba(75, 75, 75, 0.2);
    color : #4B4B4B;
}

.btn-outline-dark.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234b4b4b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-dark.show.dropdown-toggle {
    background-color : rgba(75, 75, 75, 0.2);
    color : #4B4B4B;
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark {
    color : #4B4B4B;
    background-color : rgba(75, 75, 75, 0.2) !important;
}

.btn-outline-dark.waves-effect .waves-ripple, .btn-flat-dark.waves-effect .waves-ripple {
    background : radial-gradient(rgba(75, 75, 75, 0.2) 0, rgba(75, 75, 75, 0.3) 40%, rgba(75, 75, 75, 0.4) 50%, rgba(75, 75, 75, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-dark {
    background-color : #4B4B4B;
}

.modal.modal-dark .modal-header .modal-title {
    color : #4B4B4B;
}

.modal.modal-dark .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%234b4b4b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #4B4B4B !important;
}

.progress-bar-dark {
    background-color : rgba(75, 75, 75, 0.12);
}

.progress-bar-dark .progress-bar {
    background-color : #4B4B4B;
}

.timeline .timeline-point-dark {
    border-color : #4B4B4B !important;
}

.timeline .timeline-point-dark i, .timeline .timeline-point-dark svg {
    stroke : #4B4B4B !important;
}

.timeline .timeline-point-dark.timeline-point-indicator {
    background-color : #4B4B4B !important;
}

.timeline .timeline-point-dark.timeline-point-indicator:before {
    background : rgba(75, 75, 75, 0.12) !important;
}

.divider.divider-dark .divider-text:before, .divider.divider-dark .divider-text:after {
    border-color : #4B4B4B !important;
}

input:focus ~ .bg-dark {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #4B4B4B !important;
}

.form-check-dark .form-check-input:checked {
    border-color : #4B4B4B;
    background-color : #4B4B4B;
}

.form-check-dark .form-check-input:not(:disabled):checked, .form-check-dark .form-check-input:not(:disabled):focus {
    border-color : #4B4B4B;
    box-shadow : 0 2px 4px 0 rgba(75, 75, 75, 0.4);
}

.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #4B4B4B !important;
    border-color : #4B4B4B !important;
}

.bg-light .card-header, .bg-light .card-footer {
    background-color : transparent;
}

.border-light {
    border : 1px solid #F6F6F6 !important;
}

.border-top-light {
    border-top : 1px solid #F6F6F6;
}

.border-bottom-light {
    border-bottom : 1px solid #F6F6F6;
}

.border-start-light {
    border-right : 1px solid #F6F6F6;
}

.border-end-light {
    border-left : 1px solid #F6F6F6;
}

.bg-light.badge-glow, .border-light.badge-glow {
    box-shadow : 0 0 10px #F6F6F6;
}

.overlay-light {
    background : #F6F6F6;
    /* The Fallback */
    background : rgba(246, 246, 246, 0.6);
}

input:focus ~ .bg-light {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F6F6F6 !important;
}

.bg-primary .card-header, .bg-primary .card-footer {
    background-color : transparent;
}

.alert-primary {
    background : rgba(145, 87, 36, 0.12) !important;
    color : var(--psh-color-light) !important;
}

.alert-primary .alert-heading {
    box-shadow : rgba(36, 145, 138, 0.4) 0 6px 15px -7px;
}

.alert-primary .alert-link {
    color : #AF5503 !important;
}

.alert-primary .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23f58220\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : var(--psh-color-light) !important;
}

.bg-light-primary {
    background : rgba(145, 87, 36, 0.12) !important;
    color : var(--psh-color-light) !important;
}

.bg-light-primary.fc-h-event, .bg-light-primary.fc-v-event {
    border-color : rgba(36, 145, 138, 0.1);
}

.bg-light-primary .fc-list-event-dot {
    border-color : var(--psh-color-light) !important;
}

.bg-light-primary.fc-list-event:hover td {
    background : rgba(36, 145, 138, 0.1) !important;
}

.bg-light-primary.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-primary {
    color : var(--psh-color-light) !important;
}

.border-primary {
    border : 1px solid var(--psh-color-light) !important;
}

.border-top-primary {
    border-top : 1px solid var(--psh-color-light);
}

.border-bottom-primary {
    border-bottom : 1px solid var(--psh-color-light);
}

.border-start-primary {
    border-right : 1px solid var(--psh-color-light);
}

.border-end-primary {
    border-left : 1px solid var(--psh-color-light);
}

.bg-primary.badge-glow, .border-primary.badge-glow {
    box-shadow : 0 0 10px var(--psh-color-light);
}

.badge.badge-light-primary {
    background-color : rgba(145, 87, 36, 0.12);
    color : var(--psh-color-light) !important;
}

.overlay-primary {
    background : var(--psh-color-light);
    /* The Fallback */
    background : rgba(36, 145, 138, 0.6);
}

.btn-primary {
    border-color : var(--psh-color-light) !important;
    background-color : var(--psh-color-light) !important;
    color : #FFFFFF !important;
    border:none;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color : #FFFFFF;
    background-color : var(--psh-color-darker) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px var(--psh-color-light);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary {
    color : #FFFFFF;
    background-color : #AF5503 !important;
}

.btn-flat-primary {
    background-color : transparent;
    color : var(--psh-color-light);
}

.btn-flat-primary:hover {
    color : var(--psh-color-light);
}

.btn-flat-primary:hover:not(.disabled):not(:disabled) {
    background-color : rgba(145, 87, 36, 0.12);
}

.btn-flat-primary:active, .btn-flat-primary.active, .btn-flat-primary:focus {
    background-color : rgba(36, 145, 138, 0.2);
    color : var(--psh-color-light);
}

.btn-flat-primary.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-primary {
    background-color : var(--psh-color-light);
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-primary:hover:not(.disabled):not(:disabled) {
    background-color : #29A59D;
}

.btn-relief-primary:active, .btn-relief-primary.active, .btn-relief-primary:focus {
    background-color : #AF5503;
}

.btn-relief-primary:hover {
    color : #FFFFFF;
}

.btn-relief-primary:active, .btn-relief-primary.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-primary {
    border : 1px solid var(--psh-color-light) !important;
    background-color : transparent;
    color : var(--psh-color-light);
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color : rgba(36, 145, 138, 0.04);
    color : var(--psh-color-light);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):focus {
    background-color : rgba(36, 145, 138, 0.2);
    color : var(--psh-color-light);
}

.btn-outline-primary.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-primary.show.dropdown-toggle {
    background-color : rgba(36, 145, 138, 0.2);
    color : var(--psh-color-light);
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary {
    color : var(--psh-color-light);
    background-color : rgba(36, 145, 138, 0.2) !important;
}

.btn-outline-primary.waves-effect .waves-ripple, .btn-flat-primary.waves-effect .waves-ripple {
    background : radial-gradient(rgba(36, 145, 138, 0.2) 0, rgba(145, 82, 36, 0.3) 40%, rgba(36, 145, 138, 0.4) 50%, rgba(36, 145, 138, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-primary {
    background-color : var(--psh-color-light);
}

.modal.modal-primary .modal-header .modal-title {
    color : var(--psh-color-light);
}

.modal.modal-primary .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23f58220\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : var(--psh-color-light) !important;
}

.pagination-primary .page-item.active .page-link {
    background : var(--psh-color-light) !important;
    color : #FFFFFF;
}

.pagination-primary .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-primary .page-item .page-link:hover {
    color : var(--psh-color-light);
}

.pagination-primary .page-item.prev-item .page-link:hover, .pagination-primary .page-item.next-item .page-link:hover {
    background : var(--psh-color-light);
    color : #FFFFFF;
}

.pagination-primary .page-item.next-item .page-link:active:after, .pagination-primary .page-item.next-item .page-link:hover:after, .pagination-primary .page-item.next .page-link:active:after, .pagination-primary .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-primary .page-item.prev-item .page-link:active:before, .pagination-primary .page-item.prev-item .page-link:hover:before, .pagination-primary .page-item.prev .page-link:active:before, .pagination-primary .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-primary .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : var(--psh-color-light) !important;
    border-color : var(--psh-color-light);
    box-shadow : 0 4px 18px -4px rgba(36, 145, 138, 0.65);
}

.progress-bar-primary {
    background-color : rgba(145, 87, 36, 0.12);
}

.progress-bar-primary .progress-bar {
    background-color : var(--psh-color-light);
}

.timeline .timeline-point-primary {
    border-color : var(--psh-color-light) !important;
}

.timeline .timeline-point-primary i, .timeline .timeline-point-primary svg {
    stroke : var(--psh-color-light) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator {
    background-color : var(--psh-color-light) !important;
}

.timeline .timeline-point-primary.timeline-point-indicator:before {
    background : rgba(145, 87, 36, 0.12) !important;
}

.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
    border-color : var(--psh-color-light) !important;
}

input:focus ~ .bg-primary {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem var(--psh-color-light) !important;
}

.form-check-primary .form-check-input:checked {
    border-color : var(--psh-color-light);
    background-color : var(--psh-color-light);
}

.form-check-primary .form-check-input:not(:disabled):checked, .form-check-primary .form-check-input:not(:disabled):focus {
    border-color : var(--psh-color-light);
    box-shadow : 0 2px 4px 0 rgba(36, 145, 138, 0.4);
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : var(--psh-color-light) !important;
    border-color : var(--psh-color-light) !important;
}

.bg-secondary .card-header, .bg-secondary .card-footer {
    background-color : transparent;
}

.alert-secondary {
    background : rgba(130, 134, 139, 0.12) !important;
    color : #82868B !important;
}

.alert-secondary .alert-heading {
    box-shadow : rgba(130, 134, 139, 0.4) 0 6px 15px -7px;
}

.alert-secondary .alert-link {
    color : #75797E !important;
}

.alert-secondary .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%2382868b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #82868B !important;
}

.bg-light-secondary {
    background : rgba(130, 134, 139, 0.12) !important;
    color : #82868B !important;
}

.bg-light-secondary.fc-h-event, .bg-light-secondary.fc-v-event {
    border-color : rgba(130, 134, 139, 0.1);
}

.bg-light-secondary .fc-list-event-dot {
    border-color : #82868B !important;
}

.bg-light-secondary.fc-list-event:hover td {
    background : rgba(130, 134, 139, 0.1) !important;
}

.bg-light-secondary.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-secondary {
    color : #82868B !important;
}

.border-secondary {
    border : 1px solid #82868B !important;
}

.border-top-secondary {
    border-top : 1px solid #82868B;
}

.border-bottom-secondary {
    border-bottom : 1px solid #82868B;
}

.border-start-secondary {
    border-right : 1px solid #82868B;
}

.border-end-secondary {
    border-left : 1px solid #82868B;
}

.bg-secondary.badge-glow, .border-secondary.badge-glow {
    box-shadow : 0 0 10px #82868B;
}

.badge.badge-light-secondary {
    background-color : rgba(130, 134, 139, 0.12);
    color : #82868B !important;
}

.overlay-secondary {
    background : #82868B;
    /* The Fallback */
    background : rgba(130, 134, 139, 0.6);
}

.btn-secondary {
    border-color : #82868B !important;
    background-color : #82868B !important;
    color : #FFFFFF !important;
}

.btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color : #FFFFFF;
    background-color : #75797E !important;
}

.btn-secondary:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #82868B;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary {
    color : #FFFFFF;
    background-color : #75797E !important;
}

.btn-flat-secondary {
    background-color : transparent;
    color : #82868B;
}

.btn-flat-secondary:hover {
    color : #82868B;
}

.btn-flat-secondary:hover:not(.disabled):not(:disabled) {
    background-color : rgba(130, 134, 139, 0.12);
}

.btn-flat-secondary:active, .btn-flat-secondary.active, .btn-flat-secondary:focus {
    background-color : rgba(130, 134, 139, 0.2);
    color : #82868B;
}

.btn-flat-secondary.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2382868b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-secondary {
    background-color : #82868B;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-secondary:hover:not(.disabled):not(:disabled) {
    background-color : #8F9397;
}

.btn-relief-secondary:active, .btn-relief-secondary.active, .btn-relief-secondary:focus {
    background-color : #75797E;
}

.btn-relief-secondary:hover {
    color : #FFFFFF;
}

.btn-relief-secondary:active, .btn-relief-secondary.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-secondary {
    border : 1px solid #82868B !important;
    background-color : transparent;
    color : #82868B;
}

.btn-outline-secondary:hover:not(.disabled):not(:disabled) {
    background-color : rgba(130, 134, 139, 0.04);
    color : #82868B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):focus {
    background-color : rgba(130, 134, 139, 0.2);
    color : #82868B;
}

.btn-outline-secondary.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2382868b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-secondary.show.dropdown-toggle {
    background-color : rgba(130, 134, 139, 0.2);
    color : #82868B;
}

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary {
    color : #82868B;
    background-color : rgba(130, 134, 139, 0.2) !important;
}

.btn-outline-secondary.waves-effect .waves-ripple, .btn-flat-secondary.waves-effect .waves-ripple {
    background : radial-gradient(rgba(130, 134, 139, 0.2) 0, rgba(130, 134, 139, 0.3) 40%, rgba(130, 134, 139, 0.4) 50%, rgba(130, 134, 139, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-secondary {
    background-color : #82868B;
}

.modal.modal-secondary .modal-header .modal-title {
    color : #82868B;
}

.modal.modal-secondary .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%2382868b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #82868B !important;
}

.pagination-secondary .page-item.active .page-link {
    background : #82868B !important;
    color : #FFFFFF;
}

.pagination-secondary .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-secondary .page-item .page-link:hover {
    color : #82868B;
}

.pagination-secondary .page-item.prev-item .page-link:hover, .pagination-secondary .page-item.next-item .page-link:hover {
    background : #82868B;
    color : #FFFFFF;
}

.pagination-secondary .page-item.next-item .page-link:active:after, .pagination-secondary .page-item.next-item .page-link:hover:after, .pagination-secondary .page-item.next .page-link:active:after, .pagination-secondary .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2382868b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-secondary .page-item.prev-item .page-link:active:before, .pagination-secondary .page-item.prev-item .page-link:hover:before, .pagination-secondary .page-item.prev .page-link:active:before, .pagination-secondary .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2382868b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-secondary .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : #82868B !important;
    border-color : #82868B;
    box-shadow : 0 4px 18px -4px rgba(130, 134, 139, 0.65);
}

.progress-bar-secondary {
    background-color : rgba(130, 134, 139, 0.12);
}

.progress-bar-secondary .progress-bar {
    background-color : #82868B;
}

.timeline .timeline-point-secondary {
    border-color : #82868B !important;
}

.timeline .timeline-point-secondary i, .timeline .timeline-point-secondary svg {
    stroke : #82868B !important;
}

.timeline .timeline-point-secondary.timeline-point-indicator {
    background-color : #82868B !important;
}

.timeline .timeline-point-secondary.timeline-point-indicator:before {
    background : rgba(130, 134, 139, 0.12) !important;
}

.divider.divider-secondary .divider-text:before, .divider.divider-secondary .divider-text:after {
    border-color : #82868B !important;
}

input:focus ~ .bg-secondary {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #82868B !important;
}

.form-check-secondary .form-check-input:checked {
    border-color : #82868B;
    background-color : #82868B;
}

.form-check-secondary .form-check-input:not(:disabled):checked, .form-check-secondary .form-check-input:not(:disabled):focus {
    border-color : #82868B;
    box-shadow : 0 2px 4px 0 rgba(130, 134, 139, 0.4);
}

.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #82868B !important;
    border-color : #82868B !important;
}

.bg-success .card-header, .bg-success .card-footer {
    background-color : transparent;
}

.alert-success {
    background : rgba(98, 165, 27, 0.12) !important;
    color : #62A51B !important;
}

.alert-success .alert-heading {
    box-shadow : rgba(98, 165, 27, 0.4) 0 6px 15px -7px;
}

.alert-success .alert-link {
    color : #558F17 !important;
}

.alert-success .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%2362a51b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #62A51B !important;
}

.bg-light-success {
    background : rgba(98, 165, 27, 0.12) !important;
    color : #62A51B !important;
}

.bg-light-success.fc-h-event, .bg-light-success.fc-v-event {
    border-color : rgba(98, 165, 27, 0.1);
}

.bg-light-success .fc-list-event-dot {
    border-color : #62A51B !important;
}

.bg-light-success.fc-list-event:hover td {
    background : rgba(98, 165, 27, 0.1) !important;
}

.bg-light-success.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-success {
    color : #62A51B !important;
}

.border-success {
    border : 1px solid #62A51B !important;
}

.border-top-success {
    border-top : 1px solid #62A51B;
}

.border-bottom-success {
    border-bottom : 1px solid #62A51B;
}

.border-start-success {
    border-right : 1px solid #62A51B;
}

.border-end-success {
    border-left : 1px solid #62A51B;
}

.bg-success.badge-glow, .border-success.badge-glow {
    box-shadow : 0 0 10px #62A51B;
}

.badge.badge-light-success {
    background-color : rgba(98, 165, 27, 0.12);
    color : #62A51B !important;
}

.overlay-success {
    background : #62A51B;
    /* The Fallback */
    background : rgba(98, 165, 27, 0.6);
}

.btn-success {
    border-color : #62A51B !important;
    background-color : #62A51B !important;
    color : #FFFFFF !important;
}

.btn-success:focus, .btn-success:active, .btn-success.active {
    color : #FFFFFF;
    background-color : #558F17 !important;
}

.btn-success:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #62A51B;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success {
    color : #FFFFFF;
    background-color : #558F17 !important;
}

.btn-flat-success {
    background-color : transparent;
    color : #62A51B;
}

.btn-flat-success:hover {
    color : #62A51B;
}

.btn-flat-success:hover:not(.disabled):not(:disabled) {
    background-color : rgba(98, 165, 27, 0.12);
}

.btn-flat-success:active, .btn-flat-success.active, .btn-flat-success:focus {
    background-color : rgba(98, 165, 27, 0.2);
    color : #62A51B;
}

.btn-flat-success.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2362a51b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-success {
    background-color : #62A51B;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-success:hover:not(.disabled):not(:disabled) {
    background-color : #6FBB1F;
}

.btn-relief-success:active, .btn-relief-success.active, .btn-relief-success:focus {
    background-color : #558F17;
}

.btn-relief-success:hover {
    color : #FFFFFF;
}

.btn-relief-success:active, .btn-relief-success.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-success {
    border : 1px solid #62A51B !important;
    background-color : transparent;
    color : #62A51B;
}

.btn-outline-success:hover:not(.disabled):not(:disabled) {
    background-color : rgba(98, 165, 27, 0.04);
    color : #62A51B;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):focus {
    background-color : rgba(98, 165, 27, 0.2);
    color : #62A51B;
}

.btn-outline-success.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2362a51b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-success.show.dropdown-toggle {
    background-color : rgba(98, 165, 27, 0.2);
    color : #62A51B;
}

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success {
    color : #62A51B;
    background-color : rgba(98, 165, 27, 0.2) !important;
}

.btn-outline-success.waves-effect .waves-ripple, .btn-flat-success.waves-effect .waves-ripple {
    background : radial-gradient(rgba(98, 165, 27, 0.2) 0, rgba(98, 165, 27, 0.3) 40%, rgba(98, 165, 27, 0.4) 50%, rgba(98, 165, 27, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-success {
    background-color : #62A51B;
}

.modal.modal-success .modal-header .modal-title {
    color : #62A51B;
}

.modal.modal-success .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%2362a51b\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #62A51B !important;
}

.pagination-success .page-item.active .page-link {
    background : #62A51B !important;
    color : #FFFFFF;
}

.pagination-success .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-success .page-item .page-link:hover {
    color : #62A51B;
}

.pagination-success .page-item.prev-item .page-link:hover, .pagination-success .page-item.next-item .page-link:hover {
    background : #62A51B;
    color : #FFFFFF;
}

.pagination-success .page-item.next-item .page-link:active:after, .pagination-success .page-item.next-item .page-link:hover:after, .pagination-success .page-item.next .page-link:active:after, .pagination-success .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2362a51b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-success .page-item.prev-item .page-link:active:before, .pagination-success .page-item.prev-item .page-link:hover:before, .pagination-success .page-item.prev .page-link:active:before, .pagination-success .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%2362a51b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-success .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : #62A51B !important;
    border-color : #62A51B;
    box-shadow : 0 4px 18px -4px rgba(98, 165, 27, 0.65);
}

.progress-bar-success {
    background-color : rgba(98, 165, 27, 0.12);
}

.progress-bar-success .progress-bar {
    background-color : #62A51B;
}

.timeline .timeline-point-success {
    border-color : #62A51B !important;
}

.timeline .timeline-point-success i, .timeline .timeline-point-success svg {
    stroke : #62A51B !important;
}

.timeline .timeline-point-success.timeline-point-indicator {
    background-color : #62A51B !important;
}

.timeline .timeline-point-success.timeline-point-indicator:before {
    background : rgba(98, 165, 27, 0.12) !important;
}

.divider.divider-success .divider-text:before, .divider.divider-success .divider-text:after {
    border-color : #62A51B !important;
}

input:focus ~ .bg-success {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #62A51B !important;
}

.form-check-success .form-check-input:checked {
    border-color : #62A51B;
    background-color : #62A51B;
}

.form-check-success .form-check-input:not(:disabled):checked, .form-check-success .form-check-input:not(:disabled):focus {
    border-color : #62A51B;
    box-shadow : 0 2px 4px 0 rgba(98, 165, 27, 0.4);
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #62A51B !important;
    border-color : #62A51B !important;
}

.bg-info .card-header, .bg-info .card-footer {
    background-color : transparent;
}

.alert-info {
    background : rgba(68, 151, 252, 0.12) !important;
    color : #4497FC !important;
}

.alert-info .alert-heading {
    box-shadow : rgba(68, 151, 252, 0.4) 0 6px 15px -7px;
}

.alert-info .alert-link {
    color : #2B89FC !important;
}

.alert-info .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%234497fc\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #4497FC !important;
}

.bg-light-info {
    background : rgba(68, 151, 252, 0.12) !important;
    color : #4497FC !important;
}

.bg-light-info.fc-h-event, .bg-light-info.fc-v-event {
    border-color : rgba(68, 151, 252, 0.1);
}

.bg-light-info .fc-list-event-dot {
    border-color : #4497FC !important;
}

.bg-light-info.fc-list-event:hover td {
    background : rgba(68, 151, 252, 0.1) !important;
}

.bg-light-info.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-info {
    color : #4497FC !important;
}

.border-info {
    border : 1px solid #4497FC !important;
}

.border-top-info {
    border-top : 1px solid #4497FC;
}

.border-bottom-info {
    border-bottom : 1px solid #4497FC;
}

.border-start-info {
    border-right : 1px solid #4497FC;
}

.border-end-info {
    border-left : 1px solid #4497FC;
}

.bg-info.badge-glow, .border-info.badge-glow {
    box-shadow : 0 0 10px #4497FC;
}

.badge.badge-light-info {
    background-color : rgba(68, 151, 252, 0.12);
    color : #4497FC !important;
}

.overlay-info {
    background : #4497FC;
    /* The Fallback */
    background : rgba(68, 151, 252, 0.6);
}

.btn-info {
    border-color : #4497FC !important;
    background-color : #4497FC !important;
    color : #FFFFFF !important;
}

.btn-info:focus, .btn-info:active, .btn-info.active {
    color : #FFFFFF;
    background-color : #2B89FC !important;
}

.btn-info:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #4497FC;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info {
    color : #FFFFFF;
    background-color : #2B89FC !important;
}

.btn-flat-info {
    background-color : transparent;
    color : #4497FC;
}

.btn-flat-info:hover {
    color : #4497FC;
}

.btn-flat-info:hover:not(.disabled):not(:disabled) {
    background-color : rgba(68, 151, 252, 0.12);
}

.btn-flat-info:active, .btn-flat-info.active, .btn-flat-info:focus {
    background-color : rgba(68, 151, 252, 0.2);
    color : #4497FC;
}

.btn-flat-info.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234497fc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-info {
    background-color : #4497FC;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-info:hover:not(.disabled):not(:disabled) {
    background-color : #5DA5FC;
}

.btn-relief-info:active, .btn-relief-info.active, .btn-relief-info:focus {
    background-color : #2B89FC;
}

.btn-relief-info:hover {
    color : #FFFFFF;
}

.btn-relief-info:active, .btn-relief-info.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-info {
    border : 1px solid #4497FC !important;
    background-color : transparent;
    color : #4497FC;
}

.btn-outline-info:hover:not(.disabled):not(:disabled) {
    background-color : rgba(68, 151, 252, 0.04);
    color : #4497FC;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):focus {
    background-color : rgba(68, 151, 252, 0.2);
    color : #4497FC;
}

.btn-outline-info.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234497fc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-info.show.dropdown-toggle {
    background-color : rgba(68, 151, 252, 0.2);
    color : #4497FC;
}

.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info {
    color : #4497FC;
    background-color : rgba(68, 151, 252, 0.2) !important;
}

.btn-outline-info.waves-effect .waves-ripple, .btn-flat-info.waves-effect .waves-ripple {
    background : radial-gradient(rgba(68, 151, 252, 0.2) 0, rgba(68, 151, 252, 0.3) 40%, rgba(68, 151, 252, 0.4) 50%, rgba(68, 151, 252, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-info {
    background-color : #4497FC;
}

.modal.modal-info .modal-header .modal-title {
    color : #4497FC;
}

.modal.modal-info .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%234497fc\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #4497FC !important;
}

.pagination-info .page-item.active .page-link {
    background : #4497FC !important;
    color : #FFFFFF;
}

.pagination-info .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-info .page-item .page-link:hover {
    color : #4497FC;
}

.pagination-info .page-item.prev-item .page-link:hover, .pagination-info .page-item.next-item .page-link:hover {
    background : #4497FC;
    color : #FFFFFF;
}

.pagination-info .page-item.next-item .page-link:active:after, .pagination-info .page-item.next-item .page-link:hover:after, .pagination-info .page-item.next .page-link:active:after, .pagination-info .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234497fc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-info .page-item.prev-item .page-link:active:before, .pagination-info .page-item.prev-item .page-link:hover:before, .pagination-info .page-item.prev .page-link:active:before, .pagination-info .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%234497fc\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-info .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : #4497FC !important;
    border-color : #4497FC;
    box-shadow : 0 4px 18px -4px rgba(68, 151, 252, 0.65);
}

.progress-bar-info {
    background-color : rgba(68, 151, 252, 0.12);
}

.progress-bar-info .progress-bar {
    background-color : #4497FC;
}

.timeline .timeline-point-info {
    border-color : #4497FC !important;
}

.timeline .timeline-point-info i, .timeline .timeline-point-info svg {
    stroke : #4497FC !important;
}

.timeline .timeline-point-info.timeline-point-indicator {
    background-color : #4497FC !important;
}

.timeline .timeline-point-info.timeline-point-indicator:before {
    background : rgba(68, 151, 252, 0.12) !important;
}

.divider.divider-info .divider-text:before, .divider.divider-info .divider-text:after {
    border-color : #4497FC !important;
}

input:focus ~ .bg-info {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #4497FC !important;
}

.form-check-info .form-check-input:checked {
    border-color : #4497FC;
    background-color : #4497FC;
}

.form-check-info .form-check-input:not(:disabled):checked, .form-check-info .form-check-input:not(:disabled):focus {
    border-color : #4497FC;
    box-shadow : 0 2px 4px 0 rgba(68, 151, 252, 0.4);
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #4497FC !important;
    border-color : #4497FC !important;
}

.bg-warning .card-header, .bg-warning .card-footer {
    background-color : transparent;
}

.alert-warning {
    background : rgba(255, 159, 67, 0.12) !important;
    color : #FF9F43 !important;
}

.alert-warning .alert-heading {
    box-shadow : rgba(255, 159, 67, 0.4) 0 6px 15px -7px;
}

.alert-warning .alert-link {
    color : #FF922A !important;
}

.alert-warning .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23ff9f43\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #FF9F43 !important;
}

.bg-light-warning {
    background : rgba(255, 159, 67, 0.12) !important;
    color : #FF9F43 !important;
}

.bg-light-warning.fc-h-event, .bg-light-warning.fc-v-event {
    border-color : rgba(255, 159, 67, 0.1);
}

.bg-light-warning .fc-list-event-dot {
    border-color : #FF9F43 !important;
}

.bg-light-warning.fc-list-event:hover td {
    background : rgba(255, 159, 67, 0.1) !important;
}

.bg-light-warning.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-warning {
    color : #FF9F43 !important;
}

.border-warning {
    border : 1px solid #FF9F43 !important;
}

.border-top-warning {
    border-top : 1px solid #FF9F43;
}

.border-bottom-warning {
    border-bottom : 1px solid #FF9F43;
}

.border-start-warning {
    border-right : 1px solid #FF9F43;
}

.border-end-warning {
    border-left : 1px solid #FF9F43;
}

.bg-warning.badge-glow, .border-warning.badge-glow {
    box-shadow : 0 0 10px #FF9F43;
}

.badge.badge-light-warning {
    background-color : rgba(255, 159, 67, 0.12);
    color : #FF9F43 !important;
}

.overlay-warning {
    background : #FF9F43;
    /* The Fallback */
    background : rgba(255, 159, 67, 0.6);
}

.btn-warning {
    border-color : #FF9F43 !important;
    background-color : #FF9F43 !important;
    color : #FFFFFF !important;
}

.btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color : #FFFFFF;
    background-color : #FF922A !important;
}

.btn-warning:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #FF9F43;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning {
    color : #FFFFFF;
    background-color : #FF922A !important;
}

.btn-flat-warning {
    background-color : transparent;
    color : #FF9F43;
}

.btn-flat-warning:hover {
    color : #FF9F43;
}

.btn-flat-warning:hover:not(.disabled):not(:disabled) {
    background-color : rgba(255, 159, 67, 0.12);
}

.btn-flat-warning:active, .btn-flat-warning.active, .btn-flat-warning:focus {
    background-color : rgba(255, 159, 67, 0.2);
    color : #FF9F43;
}

.btn-flat-warning.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ff9f43\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-warning {
    background-color : #FF9F43;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-warning:hover:not(.disabled):not(:disabled) {
    background-color : #FFAC5D;
}

.btn-relief-warning:active, .btn-relief-warning.active, .btn-relief-warning:focus {
    background-color : #FF922A;
}

.btn-relief-warning:hover {
    color : #FFFFFF;
}

.btn-relief-warning:active, .btn-relief-warning.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-warning {
    border : 1px solid #FF9F43 !important;
    background-color : transparent;
    color : #FF9F43;
}

.btn-outline-warning:hover:not(.disabled):not(:disabled) {
    background-color : rgba(255, 159, 67, 0.04);
    color : #FF9F43;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):focus {
    background-color : rgba(255, 159, 67, 0.2);
    color : #FF9F43;
}

.btn-outline-warning.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ff9f43\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-warning.show.dropdown-toggle {
    background-color : rgba(255, 159, 67, 0.2);
    color : #FF9F43;
}

.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning {
    color : #FF9F43;
    background-color : rgba(255, 159, 67, 0.2) !important;
}

.btn-outline-warning.waves-effect .waves-ripple, .btn-flat-warning.waves-effect .waves-ripple {
    background : radial-gradient(rgba(255, 159, 67, 0.2) 0, rgba(255, 159, 67, 0.3) 40%, rgba(255, 159, 67, 0.4) 50%, rgba(255, 159, 67, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-warning {
    background-color : #FF9F43;
}

.modal.modal-warning .modal-header .modal-title {
    color : #FF9F43;
}

.modal.modal-warning .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23ff9f43\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #FF9F43 !important;
}

.pagination-warning .page-item.active .page-link {
    background : #FF9F43 !important;
    color : #FFFFFF;
}

.pagination-warning .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-warning .page-item .page-link:hover {
    color : #FF9F43;
}

.pagination-warning .page-item.prev-item .page-link:hover, .pagination-warning .page-item.next-item .page-link:hover {
    background : #FF9F43;
    color : #FFFFFF;
}

.pagination-warning .page-item.next-item .page-link:active:after, .pagination-warning .page-item.next-item .page-link:hover:after, .pagination-warning .page-item.next .page-link:active:after, .pagination-warning .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ff9f43\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-warning .page-item.prev-item .page-link:active:before, .pagination-warning .page-item.prev-item .page-link:hover:before, .pagination-warning .page-item.prev .page-link:active:before, .pagination-warning .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ff9f43\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-warning .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : #FF9F43 !important;
    border-color : #FF9F43;
    box-shadow : 0 4px 18px -4px rgba(255, 159, 67, 0.65);
}

.progress-bar-warning {
    background-color : rgba(255, 159, 67, 0.12);
}

.progress-bar-warning .progress-bar {
    background-color : #FF9F43;
}

.timeline .timeline-point-warning {
    border-color : #FF9F43 !important;
}

.timeline .timeline-point-warning i, .timeline .timeline-point-warning svg {
    stroke : #FF9F43 !important;
}

.timeline .timeline-point-warning.timeline-point-indicator {
    background-color : #FF9F43 !important;
}

.timeline .timeline-point-warning.timeline-point-indicator:before {
    background : rgba(255, 159, 67, 0.12) !important;
}

.divider.divider-warning .divider-text:before, .divider.divider-warning .divider-text:after {
    border-color : #FF9F43 !important;
}

input:focus ~ .bg-warning {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF9F43 !important;
}

.form-check-warning .form-check-input:checked {
    border-color : #FF9F43;
    background-color : #FF9F43;
}

.form-check-warning .form-check-input:not(:disabled):checked, .form-check-warning .form-check-input:not(:disabled):focus {
    border-color : #FF9F43;
    box-shadow : 0 2px 4px 0 rgba(255, 159, 67, 0.4);
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #FF9F43 !important;
    border-color : #FF9F43 !important;
}

.bg-danger .card-header, .bg-danger .card-footer {
    background-color : transparent;
}

.alert-danger {
    background : rgba(219, 57, 76, 0.12) !important;
    color : #DB394C !important;
}

.alert-danger .alert-heading {
    box-shadow : rgba(219, 57, 76, 0.4) 0 6px 15px -7px;
}

.alert-danger .alert-link {
    color : #D4273B !important;
}

.alert-danger .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23db394c\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
    color : #DB394C !important;
}

.bg-light-danger {
    background : rgba(219, 57, 76, 0.12) !important;
    color : #DB394C !important;
}

.bg-light-danger.fc-h-event, .bg-light-danger.fc-v-event {
    border-color : rgba(219, 57, 76, 0.1);
}

.bg-light-danger .fc-list-event-dot {
    border-color : #DB394C !important;
}

.bg-light-danger.fc-list-event:hover td {
    background : rgba(219, 57, 76, 0.1) !important;
}

.bg-light-danger.fc-list-event .fc-list-event-title {
    color : #6E6B7B;
}

.avatar.bg-light-danger {
    color : #DB394C !important;
}

.border-danger {
    border : 1px solid #DB394C !important;
}

.border-top-danger {
    border-top : 1px solid #DB394C;
}

.border-bottom-danger {
    border-bottom : 1px solid #DB394C;
}

.border-start-danger {
    border-right : 1px solid #DB394C;
}

.border-end-danger {
    border-left : 1px solid #DB394C;
}

.bg-danger.badge-glow, .border-danger.badge-glow {
    box-shadow : 0 0 10px #DB394C;
}

.badge.badge-light-danger {
    background-color : rgba(219, 57, 76, 0.12);
    color : #DB394C !important;
}

.overlay-danger {
    background : #DB394C;
    /* The Fallback */
    background : rgba(219, 57, 76, 0.6);
}

.btn-danger {
    border-color : #DB394C !important;
    background-color : #DB394C !important;
    color : #FFFFFF !important;
}

.btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color : #FFFFFF;
    background-color : #D4273B !important;
}

.btn-danger:hover:not(.disabled):not(:disabled) {
    box-shadow : 0 8px 25px -8px #DB394C;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger {
    color : #FFFFFF;
    background-color : #D4273B !important;
}

.btn-flat-danger {
    background-color : transparent;
    color : #DB394C;
}

.btn-flat-danger:hover {
    color : #DB394C;
}

.btn-flat-danger:hover:not(.disabled):not(:disabled) {
    background-color : rgba(219, 57, 76, 0.12);
}

.btn-flat-danger:active, .btn-flat-danger.active, .btn-flat-danger:focus {
    background-color : rgba(219, 57, 76, 0.2);
    color : #DB394C;
}

.btn-flat-danger.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23db394c\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-relief-danger {
    background-color : #DB394C;
    box-shadow : inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
    color : #FFFFFF;
    transition : all 0.2s ease;
}

.btn-relief-danger:hover:not(.disabled):not(:disabled) {
    background-color : #DF4F60;
}

.btn-relief-danger:active, .btn-relief-danger.active, .btn-relief-danger:focus {
    background-color : #D4273B;
}

.btn-relief-danger:hover {
    color : #FFFFFF;
}

.btn-relief-danger:active, .btn-relief-danger.active {
    outline : none;
    box-shadow : none;
    transform : translateY(3px);
}

.btn-outline-danger {
    border : 1px solid #DB394C !important;
    background-color : transparent;
    color : #DB394C;
}

.btn-outline-danger:hover:not(.disabled):not(:disabled) {
    background-color : rgba(219, 57, 76, 0.04);
    color : #DB394C;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow : none;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):focus {
    background-color : rgba(219, 57, 76, 0.2);
    color : #DB394C;
}

.btn-outline-danger.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23db394c\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.btn-outline-danger.show.dropdown-toggle {
    background-color : rgba(219, 57, 76, 0.2);
    color : #DB394C;
}

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger {
    color : #DB394C;
    background-color : rgba(219, 57, 76, 0.2) !important;
}

.btn-outline-danger.waves-effect .waves-ripple, .btn-flat-danger.waves-effect .waves-ripple {
    background : radial-gradient(rgba(219, 57, 76, 0.2) 0, rgba(219, 57, 76, 0.3) 40%, rgba(219, 57, 76, 0.4) 50%, rgba(219, 57, 76, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.bullet.bullet-danger {
    background-color : #DB394C;
}

.modal.modal-danger .modal-header .modal-title {
    color : #DB394C;
}

.modal.modal-danger .modal-header .btn-close {
    background : #FFFFFF url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23db394c\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat !important;
    color : #DB394C !important;
}

.pagination-danger .page-item.active .page-link {
    background : #DB394C !important;
    color : #FFFFFF;
}

.pagination-danger .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.pagination-danger .page-item .page-link:hover {
    color : #DB394C;
}

.pagination-danger .page-item.prev-item .page-link:hover, .pagination-danger .page-item.next-item .page-link:hover {
    background : #DB394C;
    color : #FFFFFF;
}

.pagination-danger .page-item.next-item .page-link:active:after, .pagination-danger .page-item.next-item .page-link:hover:after, .pagination-danger .page-item.next .page-link:active:after, .pagination-danger .page-item.next .page-link:hover:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23db394c\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.pagination-danger .page-item.prev-item .page-link:active:before, .pagination-danger .page-item.prev-item .page-link:hover:before, .pagination-danger .page-item.prev .page-link:active:before, .pagination-danger .page-item.prev .page-link:hover:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23db394c\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.nav-pill-danger .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : #DB394C !important;
    border-color : #DB394C;
    box-shadow : 0 4px 18px -4px rgba(219, 57, 76, 0.65);
}

.progress-bar-danger {
    background-color : rgba(219, 57, 76, 0.12);
}

.progress-bar-danger .progress-bar {
    background-color : #DB394C;
}

.timeline .timeline-point-danger {
    border-color : #DB394C !important;
}

.timeline .timeline-point-danger i, .timeline .timeline-point-danger svg {
    stroke : #DB394C !important;
}

.timeline .timeline-point-danger.timeline-point-indicator {
    background-color : #DB394C !important;
}

.timeline .timeline-point-danger.timeline-point-indicator:before {
    background : rgba(219, 57, 76, 0.12) !important;
}

.divider.divider-danger .divider-text:before, .divider.divider-danger .divider-text:after {
    border-color : #DB394C !important;
}

input:focus ~ .bg-danger {
    box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #DB394C !important;
}

.form-check-danger .form-check-input:checked {
    border-color : #DB394C;
    background-color : #DB394C;
}

.form-check-danger .form-check-input:not(:disabled):checked, .form-check-danger .form-check-input:not(:disabled):focus {
    border-color : #DB394C;
    box-shadow : 0 2px 4px 0 rgba(219, 57, 76, 0.4);
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background : #DB394C !important;
    border-color : #DB394C !important;
}

.bg-gradient-dark, .btn-gradient-dark {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #4B4B4B, #1E1E1E);
    background-repeat : repeat;
}

.dark-layout .bg-gradient-dark, .dark-layout
.btn-gradient-dark {
    background-image : linear-gradient(-47deg, #1E1E1E, #4B4B4B);
    background-repeat : repeat;
}

.bg-gradient-dark:hover, .bg-gradient-dark:active, .btn-gradient-dark:hover, .btn-gradient-dark:active {
    color : #FFFFFF;
}

.bg-gradient-dark:hover:not(.disabled):not(:disabled), .btn-gradient-dark:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-dark:active, .btn-gradient-dark:active {
    transform : translateY(0);
}

.bg-gradient-dark:active, .bg-gradient-dark:focus, .btn-gradient-dark:active, .btn-gradient-dark:focus {
    background-image : linear-gradient(-47deg, #1E1E1E, #4B4B4B);
    background-repeat : repeat;
}

.bg-gradient-primary, .btn-gradient-primary {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, var(--psh-color-light), #2EBAB1);
    background-repeat : repeat;
}

.bg-gradient-primary:hover, .bg-gradient-primary:active, .btn-gradient-primary:hover, .btn-gradient-primary:active {
    color : #FFFFFF;
}

.bg-gradient-primary:hover:not(.disabled):not(:disabled), .btn-gradient-primary:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-primary:active, .btn-gradient-primary:active {
    transform : translateY(0);
}

.bg-gradient-primary:active, .bg-gradient-primary:focus, .btn-gradient-primary:active, .btn-gradient-primary:focus {
    background-image : linear-gradient(-47deg, #1A6863, var(--psh-color-light));
    background-repeat : repeat;
}

.bg-gradient-secondary, .btn-gradient-secondary {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #82868B, #9CA0A4);
    background-repeat : repeat;
}

.bg-gradient-secondary:hover, .bg-gradient-secondary:active, .btn-gradient-secondary:hover, .btn-gradient-secondary:active {
    color : #FFFFFF;
}

.bg-gradient-secondary:hover:not(.disabled):not(:disabled), .btn-gradient-secondary:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-secondary:active, .btn-gradient-secondary:active {
    transform : translateY(0);
}

.bg-gradient-secondary:active, .bg-gradient-secondary:focus, .btn-gradient-secondary:active, .btn-gradient-secondary:focus {
    background-image : linear-gradient(-47deg, #696D71, #82868B);
    background-repeat : repeat;
}

.bg-gradient-success, .btn-gradient-success {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #62A51B, #7CD122);
    background-repeat : repeat;
}

.bg-gradient-success:hover, .bg-gradient-success:active, .btn-gradient-success:hover, .btn-gradient-success:active {
    color : #FFFFFF;
}

.bg-gradient-success:hover:not(.disabled):not(:disabled), .btn-gradient-success:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-success:active, .btn-gradient-success:active {
    transform : translateY(0);
}

.bg-gradient-success:active, .bg-gradient-success:focus, .btn-gradient-success:active, .btn-gradient-success:focus {
    background-image : linear-gradient(-47deg, #487914, #62A51B);
    background-repeat : repeat;
}

.bg-gradient-info, .btn-gradient-info {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #4497FC, #76B3FD);
    background-repeat : repeat;
}

.bg-gradient-info:hover, .bg-gradient-info:active, .btn-gradient-info:hover, .btn-gradient-info:active {
    color : #FFFFFF;
}

.bg-gradient-info:hover:not(.disabled):not(:disabled), .btn-gradient-info:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-info:active, .btn-gradient-info:active {
    transform : translateY(0);
}

.bg-gradient-info:active, .bg-gradient-info:focus, .btn-gradient-info:active, .btn-gradient-info:focus {
    background-image : linear-gradient(-47deg, #127BFB, #4497FC);
    background-repeat : repeat;
}

.bg-gradient-warning, .btn-gradient-warning {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #FF9F43, #FFB976);
    background-repeat : repeat;
}

.bg-gradient-warning:hover, .bg-gradient-warning:active, .btn-gradient-warning:hover, .btn-gradient-warning:active {
    color : #FFFFFF;
}

.bg-gradient-warning:hover:not(.disabled):not(:disabled), .btn-gradient-warning:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-warning:active, .btn-gradient-warning:active {
    transform : translateY(0);
}

.bg-gradient-warning:active, .bg-gradient-warning:focus, .btn-gradient-warning:active, .btn-gradient-warning:focus {
    background-image : linear-gradient(-47deg, #FF8510, #FF9F43);
    background-repeat : repeat;
}

.bg-gradient-danger, .btn-gradient-danger {
    color : #FFFFFF;
    transition : all 0.2s ease;
    background-image : linear-gradient(-47deg, #DB394C, #E36473);
    background-repeat : repeat;
}

.bg-gradient-danger:hover, .bg-gradient-danger:active, .btn-gradient-danger:hover, .btn-gradient-danger:active {
    color : #FFFFFF;
}

.bg-gradient-danger:hover:not(.disabled):not(:disabled), .btn-gradient-danger:hover:not(.disabled):not(:disabled) {
    transform : translateY(-2px);
}

.bg-gradient-danger:active, .btn-gradient-danger:active {
    transform : translateY(0);
}

.bg-gradient-danger:active, .bg-gradient-danger:focus, .btn-gradient-danger:active, .btn-gradient-danger:focus {
    background-image : linear-gradient(-47deg, #BE2335, #DB394C);
    background-repeat : repeat;
}



/*** Components ***/
html {
    font-size : 14px;
    height : 100%;
    letter-spacing : 0.01rem;
    /*
      * Blank page
      */
}

html body {
    height : 100%;
    background-color : #EBF1F4;
    direction : rtl;
}

html body p {
    line-height : 1.5rem;
}

html .content {
    padding : 0;
    position : relative;
    transition : 300ms ease all;
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
    min-height : calc(100% - 3.35rem);
    margin-right : 260px;
}

html .content.app-content {
    padding : calc(2rem + 4.45rem + 1.3rem) 2rem 0;
}

html .content.app-content.show-overlay .content-overlay {
    z-index : 10;
    opacity : 1;
}

html .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow {
    display : none;
}

html .content.app-content .content-overlay {
    position : fixed;
    opacity : 0;
    width : 100%;
    height : 100%;
    top : 0;
    right : 0;
    left : 0;
    bottom : 0;
    background-color : rgba(34, 41, 47, 0.5);
    cursor : pointer;
    transition : all 0.7s, z-index 0s;
    z-index : -1;
}

html .content.app-content .content-area-wrapper {
    display : flex;
    position : relative;
    overflow : hidden;
}

html .content.app-content .content-area-wrapper .content-wrapper, html .content.app-content .content-area-wrapper .content-body {
    height : 100%;
}

html .content .body-content-overlay {
    top : 0;
    right : 0;
    left : 0;
    bottom : 0;
    position : absolute;
    display : block;
    z-index : 4;
    visibility : hidden;
    opacity : 0;
    transition : all 0.3s ease;
}

html .content .body-content-overlay.show {
    visibility : visible;
    transition : all 0.3s ease;
    opacity : 1;
    background-color : rgba(34, 41, 47, 0.2);
    border-radius : 0.1785rem;
}

html .content .content-wrapper .content-header-title {
    font-weight : 500;
    color : #636363;
    padding-left : 1rem;
    border-left : 1px solid #D6DCE1;
}

html .content .content-wrapper .content-header-right .dropdown-toggle::after {
    display : none;
}

html .content .content-wrapper .content-header-right .dropdown-toggle i, html .content .content-wrapper .content-header-right .dropdown-toggle svg {
    margin-left : 0;
}

html .content .content-wrapper .content-header-right .btn-icon {
    padding : 0.8rem;
}

html .content .content-wrapper .content-header-right .btn-icon i, html .content .content-wrapper .content-header-right .btn-icon svg {
    height : 1rem;
    width : 1rem;
}

html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
    }
}

html .navbar-floating.footer-hidden .app-content .content-area-wrapper, html .navbar-floating.footer-hidden .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 0rem + 1.3rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 0rem + 1.3rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-floating.footer-hidden .app-content .content-area-wrapper, html .navbar-floating.footer-hidden .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 1.3rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 1.3rem + 0rem ));
    }
}

html .navbar-floating.footer-fixed .app-content .content-area-wrapper, html .navbar-floating.footer-fixed .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-floating.footer-fixed .app-content .content-area-wrapper, html .navbar-floating.footer-fixed .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 1.3rem + 0rem ));
    }
}

html .navbar-hidden .app-content {
    padding : 2rem 2rem 0 2rem !important;
}

html .navbar-hidden.footer-static .app-content .content-area-wrapper, html .navbar-hidden.footer-static .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 1) + 0rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 0rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-hidden.footer-static .app-content .content-area-wrapper, html .navbar-hidden.footer-static .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 0rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 0rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-hidden.footer-hidden .app-content .content-area-wrapper, html .navbar-hidden.footer-hidden .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 0rem + 0rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 0rem + 0rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-hidden.footer-hidden .app-content .content-area-wrapper, html .navbar-hidden.footer-hidden .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 0rem + 0rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 0rem + 0rem + 0rem + 0rem ));
    }
}

html .navbar-hidden.footer-fixed .app-content .content-area-wrapper, html .navbar-hidden.footer-fixed .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 0rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 0rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-hidden.footer-fixed .app-content .content-area-wrapper, html .navbar-hidden.footer-fixed .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 0rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 0rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-static .main-menu {
    top : 0;
}

html .navbar-static .content {
    min-height : calc(100% - calc(4.45rem + 3.35rem));
}

html .navbar-static .app-content {
    padding : 2rem 2rem 0 2rem;
}

html .navbar-static.footer-static .app-content .content-area-wrapper, html .navbar-static.footer-static .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-static.footer-static .app-content .content-area-wrapper, html .navbar-static.footer-static .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-static.footer-hidden .app-content .content-area-wrapper, html .navbar-static.footer-hidden .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-static.footer-hidden .app-content .content-area-wrapper, html .navbar-static.footer-hidden .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem ));
    }
}

html .navbar-static.footer-fixed .app-content .content-area-wrapper, html .navbar-static.footer-fixed .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-static.footer-fixed .app-content .content-area-wrapper, html .navbar-static.footer-fixed .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-sticky .app-content {
    padding : calc(2rem + 4.45rem) 2rem 0 2rem;
}

html .navbar-sticky.footer-static .app-content .content-area-wrapper, html .navbar-sticky.footer-static .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-sticky.footer-static .app-content .content-area-wrapper, html .navbar-sticky.footer-static .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 1) - calc(0.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-sticky.footer-hidden .app-content .content-area-wrapper, html .navbar-sticky.footer-hidden .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-sticky.footer-hidden .app-content .content-area-wrapper, html .navbar-sticky.footer-hidden .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem ));
    }
}

html .navbar-sticky.footer-fixed .app-content .content-area-wrapper, html .navbar-sticky.footer-fixed .app-content .kanban-wrapper {
    height : calc( 100vh - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem ));
    height : calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem ));
}

@media (max-width: 575.98px) {
    html .navbar-sticky.footer-fixed .app-content .content-area-wrapper, html .navbar-sticky.footer-fixed .app-content .kanban-wrapper {
        height : calc( 100vh - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem ));
        height : calc( var(--vh, 1vh) * 100 - calc( calc(calc(2rem * 2) - calc(0.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem ));
    }
}

html .navbar-static .nav.header-navbar .navbar-container, html .navbar-sticky .nav.header-navbar .navbar-container {
    padding-right : 1.6rem;
    padding-left : 1.6rem;
}

html .navbar-static .nav.header-navbar .navbar-container .search-input .search-list.show, html .navbar-sticky .nav.header-navbar .navbar-container .search-input .search-list.show {
    width : 98%;
    right : 1%;
}

html .footer-fixed .content.app-content {
    padding-bottom : 3.35rem !important;
}

html [data-col='1-column'] .header-navbar {
    width : 100%;
    right : 0 !important;
}

html [data-col='1-column'] .header-navbar.floating-nav {
    width : calc( 100vw - (100vw - 100%) - calc(2rem * 2)) !important;
}

html [data-col='1-column'] .content, html [data-col='1-column'] .footer {
    margin-right : 0 !important;
}

html [data-col='1-column'].horizontal-layout .header-navbar {
    width : 100% !important;
}

html [data-col='1-column'].horizontal-layout .app-content {
    padding : calc(2rem + 4.45rem + 1.3rem) 2rem 0 2rem !important;
}

html [data-col='1-column'].horizontal-layout.footer-fixed .app-content {
    padding : calc(2rem + 4.45rem + 1.3rem) 2rem 3.35rem 2rem !important;
}

html .blank-page .content {
    margin-right : 0;
}

html .blank-page .content.app-content {
    overflow : overlay;
    overflow-x : hidden;
    padding : 0 !important;
    transition : none;
}

html .blank-page .content.app-content .header-navbar-shadow {
    display : none;
}

html .blank-page .content-wrapper {
    padding : 0 !important;
}

html .blank-page .content-wrapper .flexbox-container {
    display : flex;
    align-items : center;
    height : 100vh;
    height : calc(var(--vh, 1vh) * 100);
    justify-content : center;
}

html .pace .pace-progress {
    background : var(--psh-color-light);
}

.app-content.center-layout {
    overflow : hidden;
}

/*
* Col 3 layout for detached and general type
*/
@media (min-width: 992px) {
    body .content-right {
        width : calc(100vw - (100vw - 100%) - 260px);
        float : left;
    }
    body .content-left {
        width : calc(100vw - (100vw - 100%) - 260px);
        float : right;
    }
    body .content-detached {
        width : 100%;
    }
    body .content-detached.content-right {
        float : left;
        margin-right : -260px;
    }
    body .content-detached.content-right .content-body {
        margin-right : calc(260px + 2rem);
    }
    body .content-detached.content-left {
        float : right;
        margin-left : -260px;
    }
    body .content-detached.content-left .content-body {
        margin-left : calc(260px + 2rem);
    }
    .sidebar-right.sidebar-sticky {
        float : left !important;
        margin-right : -260px;
        width : 260px !important;
        margin-top : 5.7rem;
    }
}

@media (max-width: 767.98px) {
    html body .app-content {
        padding : calc(2rem - 0.8rem + 4.45rem + 1.3rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
    }
    html body.navbar-static .app-content {
        padding : calc(2rem - 0.8rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
    }
    html body.navbar-sticky .app-content {
        padding : calc(2rem - 0.8rem + 4.45rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
    }
    html body.navbar-hidden .app-content {
        padding : calc(2rem - 0.8rem) calc(2rem - 0.8rem) 0 calc(2rem - 0.8rem) !important;
    }
}

@media (max-width: 767.98px) {
    .navbar-static .app-content .header-navbar .navbar-container, .navbar-sticky .app-content .header-navbar .navbar-container {
        padding-right : 1rem;
        padding-left : 0.5rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html.full-screen {
        width : 100%;
    }
    html.full-screen .content.app-content {
        height : 100%;
        overflow : scroll;
        overflow-x : hidden;
    }
}


.sidebar {
    position : relative;
    width : 100%;
    height : 100%;
}

@media (min-width: 992px) {
    .sidebar {
        vertical-align : top;
    }
}

.sidebar-fixed {
    position : fixed;
    height : 100%;
    overflow : scroll;
}

.sidenav-overlay {
    position : fixed;
    top : 0;
    right : 0;
    left : 0;
    height : 120vh;
    background-color : rgba(34, 41, 47, 0.5);
    z-index : 997;
    display : block;
    visibility : hidden;
    opacity : 0;
    transition : all 0.5s ease;
}

.sidenav-overlay.show {
    opacity : 1;
    visibility : visible;
    transition : all 0.5s ease;
}

.drag-target {
    height : 100%;
    width : 40px;
    position : fixed;
    top : 0;
    right : -10px;
    z-index : 1036;
}

.sidebar-detached .sidebar {
    width : 260px;
}

@media (min-width: 992px) {
    .sidebar-left {
        float : right;
    }
    .sidebar-right {
        float : left;
    }
}

@media (max-width: 991.98px) {
    .sidebar-detached .sidebar {
        width : 100%;
    }
}

footer.footer {
    padding : 0.8rem 2rem;
    min-height : 3.35rem;
    transition : 300ms ease all;
}

footer.footer span i, footer.footer span svg {
    height : 1.51rem;
    width : 1.51rem;
    font-size : 1.51rem;
    margin-right : 0.5rem;
    color : #DB394C;
}

footer.footer .scroll-top {
    padding : 0.81rem 0.83rem;
}

footer.footer-shadow {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

footer.footer-border {
    border-top : 1px solid #EBE9F1;
}

.footer-fixed footer {
    position : fixed !important;
    z-index : 1030;
    left : 0;
    right : 0;
    bottom : 0;
}

.footer-fixed footer.footer-light {
    background : #FFFFFF;
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

.footer-fixed footer.footer-dark {
    background : #B8C2CC;
    color : #FFFFFF;
}

.footer-hidden .app-content {
    padding-bottom : 0.1px !important;
}

.scroll-top {
    position : fixed;
    bottom : 5%;
    left : 30px;
    display : none;
    z-index : 99;
}


.main-menu {
    z-index : 1031;
    position : absolute;
    display : table-cell;
    height : 100%;
    overflow : hidden;
}

.main-menu.menu-light {
    color : #6E6B7B;
    background : #FFFFFF;
}

.main-menu.menu-light .navigation {
    background : #FFFFFF;
}

.main-menu.menu-light .navigation .navigation-header {
    color : #A6A4B0;
    margin : calc(2rem + 0.286rem) 2.2rem 0.8rem 0;
    padding : 0;
    line-height : 1.5;
    letter-spacing : 0.01rem;
}

.main-menu.menu-light .navigation .navigation-header span {
    font-weight : 500;
}

.main-menu.menu-light .navigation li.has-sub > a {
    /*transition : all 0.5s ease, background 0s, color 0s;*/
}

.main-menu.menu-light .navigation li a {
    color : #625F6E;
    padding : 10px 15px 10px 15px;
    line-height : 1.45;
}

.main-menu.menu-light .navigation li a span.menu-sub-title {
    color : #BDBBC4;
}

.main-menu.menu-light .navigation li a > * {
    transition : transform 0.25s ease;
}

.main-menu.menu-light .navigation li.nav-item a:hover > * {
    transition : transform 0.25s ease;
    transform : translateX(-5px);
}

.main-menu.menu-light .navigation li.nav-item ul.menu-content li a:hover > * {
    transition : transform 0.25s ease;
    transform : translateX(-5px);
}

.main-menu.menu-light .navigation > li > a {
    margin : 0 15px;
}

.main-menu.menu-light .navigation > li > a .label {
    margin-top : 4px;
    margin-left : 5px;
}

.main-menu.menu-light .navigation > li > a i, .main-menu.menu-light .navigation > li > a svg {
    position : relative;
    top : 1px;
}

.main-menu.menu-light .navigation > li > ul li:first-of-type {
    margin-top : 7px !important;
}

.main-menu.menu-light .navigation > li > ul li:not(.has-sub) {
    margin : 0 15px;
}

.main-menu.menu-light .navigation > li > ul li.has-sub > a {
    margin : 0 15px;
}

.main-menu.menu-light .navigation > li > ul li.has-sub > ul > li {
    margin : 0 15px;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
    color : #565360;
    background : whitesmoke;
    border-radius : 12px;
}

.main-menu.menu-light .navigation > li:not(.open) > ul {
    display : none;
}

.main-menu.menu-light .navigation > li:not(.open) > ul .active {
    background : transparent;
    box-shadow : none;
}

.main-menu.menu-light .navigation > li.active {
    z-index : 1;
}

.main-menu.menu-light .navigation > li.active > a {
    background : linear-gradient(-270deg, var(--psh-color-light), var(--psh-color-darkest));
    box-shadow : 0 0 1px 3px var(--psh-color-light-opacity);
    color : #FFFFFF;
    font-weight : 400;
    border-radius : 12px;
}

.main-menu.menu-light .navigation > li .active {
    background : #F0F0F0;
}

.main-menu.menu-light .navigation > li .active > a {
    color : var(--psh-color-light);
    margin-bottom : 0;
}

.main-menu.menu-light .navigation > li .active .hover > a, .main-menu.menu-light .navigation > li .active :hover > a {
    background : whitesmoke;
}

.main-menu.menu-light .navigation > li ul {
    padding : 0;
    margin : 0;
}

.main-menu.menu-light .navigation > li ul li {
    color : #6E6B7B;
    background : transparent;
}

.main-menu.menu-light .navigation > li ul li > a {
    padding : 10px 20px 10px 15px;
}

.main-menu.menu-light .navigation > li ul li ul a {
    padding : 10px 53px 10px 15px;
}

.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
    display : none;
}

.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul .active {
    background : transparent;
    box-shadow : none;
}

.main-menu.menu-light .navigation > li ul .open > a, .main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
    color : #6E6B7B;
    background : whitesmoke;
    border-radius : 12px;
}

.main-menu.menu-light .navigation > li ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul {
    display : block;
}

.main-menu.menu-light .navigation > li ul .open > ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul {
    display : block;
}

.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
    color : #787486;
}

.main-menu.menu-light .navigation > li ul .active {
    background : linear-gradient(-118deg, var(--psh-color-light), var(--psh-color-darkest));
    box-shadow : 0 0 10px 1px var(--psh-color-darkest);
    border-radius : 12px;
    z-index : 1;
}

.main-menu.menu-light .navigation > li ul .active > a {
    color : #FFFFFF;
}

.main-menu.menu-dark {
    color : #DCDCDC;
    background : #10163A;
}

.main-menu.menu-dark .navigation {
    background : #10163A;
}

.main-menu.menu-dark .navigation .navigation-header {
    color : white;
    margin : calc(2rem + 0.286rem) 2.2rem 0.8rem 0;
    padding : 0;
    line-height : 1.5;
    letter-spacing : 0.01rem;
}

.main-menu.menu-dark .navigation .navigation-header span {
    font-weight : 500;
}

.main-menu.menu-dark .navigation li.has-sub > a {
    /*transition : all 0.5s ease, background 0s, color 0s;*/
}

.main-menu.menu-dark .navigation li a {
    color : #D0D0D0;
    padding : 10px 15px 10px 15px;
    line-height : 1.45;
}

.main-menu.menu-dark .navigation li a span.menu-sub-title {
    color : white;
}

.main-menu.menu-dark .navigation li a > * {
    transition : transform 0.25s ease;
}

.main-menu.menu-dark .navigation li.nav-item a:hover > * {
    transition : transform 0.25s ease;
    transform : translateX(-5px);
}

.main-menu.menu-dark .navigation li.nav-item ul.menu-content li a:hover > * {
    transition : transform 0.25s ease;
    transform : translateX(-5px);
}

.main-menu.menu-dark .navigation > li > a {
    margin : 0 15px;
}

.main-menu.menu-dark .navigation > li > a .label {
    margin-top : 4px;
    margin-left : 5px;
}

.main-menu.menu-dark .navigation > li > a i, .main-menu.menu-dark .navigation > li > a svg {
    position : relative;
    top : 1px;
}

.main-menu.menu-dark .navigation > li > ul li:first-of-type {
    margin-top : 7px !important;
}

.main-menu.menu-dark .navigation > li > ul li:not(.has-sub) {
    margin : 0 15px;
}

.main-menu.menu-dark .navigation > li > ul li.has-sub > a {
    margin : 0 15px;
}

.main-menu.menu-dark .navigation > li > ul li.has-sub > ul > li {
    margin : 0 15px;
}

.main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
    color : #C3C3C3;
    background : #0C102A;
    border-radius : 12px;
}

.main-menu.menu-dark .navigation > li:not(.open) > ul {
    display : none;
}

.main-menu.menu-dark .navigation > li:not(.open) > ul .active {
    background : transparent;
    box-shadow : none;
}

.main-menu.menu-dark .navigation > li.active {
    z-index : 1;
}

.main-menu.menu-dark .navigation > li.active > a {
    background : linear-gradient(-118deg, var(--psh-color-light), var(--psh-color-darkest));
    box-shadow : 0 0 1px 3px rgba(145, 82, 36, 0.3);
    color : #FFFFFF;
    font-weight : 400;
    border-radius : 12px;
}

.main-menu.menu-dark .navigation > li .active {
    background : #090D22;
}

.main-menu.menu-dark .navigation > li .active > a {
    color : var(--psh-color-light);
    margin-bottom : 0;
}

.main-menu.menu-dark .navigation > li .active .hover > a, .main-menu.menu-dark .navigation > li .active :hover > a {
    background : #0C102A;
}

.main-menu.menu-dark .navigation > li ul {
    padding : 0;
    margin : 0;
}

.main-menu.menu-dark .navigation > li ul li {
    color : #DCDCDC;
    background : transparent;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding : 10px 20px 10px 15px;
}

.main-menu.menu-dark .navigation > li ul li ul a {
    padding : 10px 53px 10px 15px;
}

.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
    display : none;
}

.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul .active {
    background : transparent;
    box-shadow : none;
}

.main-menu.menu-dark .navigation > li ul .open > a, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
    color : #DCDCDC;
    background : #0C102A;
    border-radius : 6px;
}

.main-menu.menu-dark .navigation > li ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul {
    display : block;
}

.main-menu.menu-dark .navigation > li ul .open > ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul {
    display : block;
}

.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
    color : #E6E6E6;
}

.main-menu.menu-dark .navigation > li ul .active {
    background : linear-gradient(-118deg, var(--psh-color-light), var(--psh-color-darkest));
    box-shadow : 0 0 10px 1px var(--psh-color-darkest);
    border-radius : 12px;
    z-index : 1;
}

.main-menu.menu-dark .navigation > li ul .active > a {
    color : #FFFFFF;
}

.main-menu.menu-fixed {
    position : fixed;
}

.main-menu.menu-static {
    height : 100%;
    padding-bottom : calc(100% - 20rem);
}

.main-menu.menu-static .main-menu-content {
    height : unset !important;
}

.main-menu.menu-shadow {
    box-shadow : 0 0 15px 0 rgba(34, 41, 47, 0.05);
}

.main-menu.menu-border {
    border-left : 1px solid #EBE9F1;
}

.main-menu .shadow-bottom {
    display : none;
    position : absolute;
    z-index : 2;
    height : 50px;
    width : 100%;
    pointer-events : none;
    margin-top : -0.7rem;
    filter : blur(5px);
    background : linear-gradient(#FFFFFF 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

.bordered-layout .main-menu .shadow-bottom {
    background : linear-gradient(#EBF1F4 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

.main-menu.menu-native-scroll .main-menu-content {
    overflow-y : scroll !important;
}

.main-menu .navbar-header {
    height: unset;
    width : 260px;
    height : 100px;
    position : relative;
    padding : 0.35rem 1rem 0.3rem 1rem;
    transition : 300ms ease all, background 0s;
}

.main-menu .navbar-header .navbar-brand {
    display: flex;
    flex-flow: column;
    align-items: inherit;
    margin-top: 0.25rem;
    font-size: inherit;
    max-width: 200px;
}

.main-menu .navbar-header .navbar-brand .brand-logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: right;
    margin-bottom: 15px;
}


.main-menu .navbar-header .navbar-brand .brand-text {
    color : var(--psh-color-light);
    padding-right : 0px;
     margin-bottom: 0;
    font-weight : 600;
    letter-spacing : 0.01rem;
    font-size : 1.45rem;
    animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.main-menu .navbar-header .modern-nav-toggle {
    animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.main-menu .main-menu-content {
    height: calc(100% - 10.50rem) !important;
    position : relative;
}

.main-menu .main-menu-content .ps__rail-y {
    z-index : 3;
}

.main-menu ul {
    list-style : none;
    margin : 0;
    padding : 0;
}

.main-menu ul.navigation-main {
    overflow-x : hidden;
    padding-bottom : 0.75rem;
}

.main-menu ul.navigation-main > li:first-child {
    /*margin-top : 0.5rem;*/
}
.main-menu ul.navigation-main > li {
    margin-top : 0.5rem;
    margin-bottom : 0.5rem;
}

.main-menu a {
    outline : none;
}

.main-menu a:hover, .main-menu a:focus {
    text-decoration : none;
}

.navigation {
    font-size : 0.98rem;
    font-family : 'Yekan Bakh', sans-serif;
    font-weight : 400;
    overflow-y : hidden;
    padding-bottom : 20px;
}

.navigation .navigation-header {
    font-family : 'Yekan Bakh', sans-serif;
    font-weight : 500;
    line-height : 1.2;
    padding : 12px 22px;
    font-size : 0.9rem;
    text-transform : uppercase;
}

.navigation li {
    position : relative;
    white-space : nowrap;
}

.navigation li a {
    display : block;
    text-overflow : ellipsis;
    overflow : hidden;
}

.navigation li a i, .navigation li a svg {
    height : 11px;
    width : 11px;
    font-size : 11px;
    margin-left : 1.38rem;
}

.navigation li.menu-item-animating {
    transition : height 0.25s ease-in-out;
}

.navigation li.disabled a {
    cursor : not-allowed;
    opacity : 0.65;
    pointer-events : none;
}

@media (max-width: 767.98px) {
    .menu-hide .main-menu, .menu-open .main-menu {
        transition : transform 0.25s, top 0.35s, height 0.35s;
    }
    .main-menu {
        transform : translate3d(240px, 0, 0);
        -webkit-backface-visibility : hidden;
        backface-visibility : hidden;
        perspective : 1000;
    }
    .menu-open .main-menu {
        transform : translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    .drag-target {
        z-index : 0;
    }
}

.avatar {
    white-space : nowrap;
    background-color: var(--psh-color-light-opacity);
    border-radius : 50%;
    position : relative;
    cursor : pointer;
    color : #FFFFFF;
    display : inline-flex;
    font-size : 1rem;
    text-align : center;
    vertical-align : middle;
    font-weight : 600;
}

.avatar .avatar-content {
    width : 32px;
    height : 32px;
    display : flex;
    justify-content : center;
    align-items : center;
    border-radius : 50%;
    font-size : 0.857rem;
}

.avatar .avatar-content .avatar-icon {
    height : 1rem;
    width : 1rem;
}

.avatar [class*='avatar-status-'] {
    border-radius : 50%;
    width : 11px;
    height : 11px;
    position : absolute;
    left : 0;
    bottom : 0;
    border : 1px solid #FFFFFF;
}

.avatar [class*='avatar-status-'].avatar-status-lg, .avatar [class*='avatar-status-'].avatar-status-xl {
    width : 17px;
    height : 17px;
    border-width : 2px;
}

.avatar .avatar-status-online {
    background-color : #62A51B;
}

.avatar .avatar-status-busy {
    background-color : #DB394C;
}

.avatar .avatar-status-away {
    background-color : #FF9F43;
}

.avatar .avatar-status-offline {
    background-color : #82868B;
}

.avatar.avatar-tag {
    display : flex;
    align-items : center;
    justify-content : center;
    height : 42px;
    width : 42px;
    border-radius : 0.357rem;
}

.avatar img {
    border-radius : 50%;
}

.avatar.avatar-xl {
    font-size : 1.5rem;
}

.avatar.avatar-xl img {
    width : 70px;
    height : 70px;
}

.avatar.avatar-xl .avatar-content {
    height : 70px;
    width : 70px;
    font-size : 2.57rem;
}

.avatar.avatar-xl .avatar-content .avatar-icon, .avatar.avatar-xl .avatar-content i, .avatar.avatar-xl .avatar-content svg {
    height : 3rem;
    width : 3rem;
    font-size : 3rem;
}

.avatar.avatar-xl [class*='avatar-status-'] {
    left : 3px;
    bottom : 0;
}

.avatar.avatar-lg {
    font-size : 1.2rem;
}

.avatar.avatar-lg img {
    width : 50px;
    height : 50px;
}

.avatar.avatar-lg .avatar-content {
    width : 50px;
    height : 50px;
    font-size : 1.714rem;
}

.avatar.avatar-lg .avatar-content .avatar-icon, .avatar.avatar-lg .avatar-content i, .avatar.avatar-lg .avatar-content svg {
    height : 2rem;
    width : 2rem;
    font-size : 2rem;
}

.avatar.avatar-lg [class*='avatar-status-'] {
    left : 3px;
    bottom : 1px;
}

.avatar.avatar-sm .avatar-content {
    width : 24px;
    height : 24px;
}

.avatar.avatar-sm .avatar-content .avatar-icon, .avatar.avatar-sm .avatar-content i, .avatar.avatar-sm .avatar-content svg {
    height : 1rem;
    width : 1rem;
    font-size : 1rem;
}

.avatar.avatar-sm img {
    width : 24px;
    height : 24px;
}

.avatar.avatar-sm [class*='avatar-status-'] {
    left : -3px;
    bottom : -2px;
}

.avatar-group {
    display : flex;
    justify-content : flex-start;
}

.avatar-group .avatar {
    transition : all 0.25s ease;
}

.avatar-group .avatar img, .avatar-group .avatar .avatar-content {
    box-shadow : 0 0 0 2px #FFFFFF, inset 0 0 0 1px rgba(34, 41, 47, 0.07);
}

.avatar-group .avatar .avatar-content {
    background-color : #9B9EA2 !important;
}

.avatar-group .avatar:hover {
    transition : all 0.25s ease;
}

.avatar-group .avatar.pull-up:hover {
    transform : translateY(-4px) scale(1.07);
}

.avatar-group .avatar:not(:first-child) {
    margin-right : -0.55rem;
}

.avatar-group .avatar-sm:not(:first-child) {
    margin-right : -0.4rem;
}

.avatar-group .avatar-lg:not(:first-child) {
    margin-right : -1rem;
}

.avatar-group .avatar-xl:not(:first-child) {
    margin-right : -1.5rem;
}


.navbar-container a.nav-link-search {
    float : right;
}

.navbar-container .search-input {
    width : 0;
    float : right;
    display : none;
}

.navbar-container .search-input input {
    width : 0;
    border : none;
    background : none;
    transition : all 0.2s ease-out;
    line-height : 16px;
    padding : 1.6rem 3.6rem;
}

.navbar-container .search-input.open {
    position : absolute;
    top : 0;
    right : 0;
    z-index : 1000;
    width : 100%;
    display : block;
    background : #FFFFFF;
    border-radius : 0.5rem;
}

.navbar-container .search-input.open .search-input-close, .navbar-container .search-input.open .search-input-icon {
    display : block;
}

.navbar-container .search-input.open input {
    width : 100%;
    outline : none;
    background : none;
    height : auto;
    box-shadow : none;
    transition : all 0.3s ease-out;
}

.navbar-container .search-input .search-list {
    max-height : 450px;
    height : auto;
    position : absolute;
    top : 100%;
    right : 0;
    background : #FFFFFF;
    width : 100%;
    margin-top : 0.5rem;
    padding-right : 0;
    border-radius : 0.357rem;
    display : none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 875px) and (orientation: landscape) {
    .navbar-container .search-input .search-list {
        max-height : 250px;
    }
}

.navbar-container .search-input .search-list.search-list-bookmark {
    height : auto !important;
}

.navbar-container .search-input .search-list.search-list-bookmark i, .navbar-container .search-input .search-list.search-list-bookmark svg {
    font-size : 1.2rem;
    height : 1.2rem;
    width : 1.2rem;
}

.navbar-container .search-input .search-list.show {
    display : block;
    min-height : 3rem;
}

.navbar-container .search-input .search-list li a {
    padding : 0.9rem 1rem;
    color : #6E6B7B;
}

.navbar-container .search-input .search-list li a i, .navbar-container .search-input .search-list li a svg[class*='feather feather-'] {
    height : 1.25rem;
    width : 1.25rem;
    font-size : 1.25rem;
}

.navbar-container .search-input .search-list li:first-child {
    border-top-right-radius : 0.357rem;
    border-top-left-radius : 0.357rem;
}

.navbar-container .search-input .search-list li:last-child {
    border-bottom-right-radius : 0.357rem;
    border-bottom-left-radius : 0.357rem;
}

.navbar-container .search-input .search-list li.auto-suggestion {
    display : flex;
    align-items : center;
    cursor : pointer;
}

.navbar-container .search-input .search-list li.auto-suggestion:hover, .navbar-container .search-input .search-list li.auto-suggestion.current_item {
    background-color : #EBF1F4;
}

.navbar-container .search-input .search-input-icon {
    z-index : 2;
    display : none;
    position : absolute;
    right : 1.5rem;
    top : 32%;
    cursor : pointer;
}

.navbar-container .search-input .search-input-icon i, .navbar-container .search-input .search-input-icon svg {
    height : 1.25rem;
    width : 1.25rem;
    font-size : 1.25rem;
}

.navbar-container .search-input .search-input-close {
    z-index : 1;
    display : none;
    position : absolute;
    left : 2rem;
    top : 32%;
    cursor : pointer;
}

.navbar-container .search-input .search-input-close i, .navbar-container .search-input .search-input-close svg {
    height : 1.25rem;
    width : 1.25rem;
    font-size : 1.25rem;
}

.navbar-container .bookmark-input {
    position : absolute;
    top : 102%;
    width : 25%;
    display : none;
    background : #FFFFFF;
    border-radius : 0.357rem;
    box-shadow : 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
}

.navbar-container .bookmark-input.show {
    display : block;
}

.navbar-container .bookmark-input .bookmark-input-icon {
    position : absolute;
    z-index : 1;
    top : 20px;
    right : 24px;
}

.navbar-container .bookmark-input input {
    padding : 0.7rem 2.5rem 0.7rem 0.7rem;
    margin : 12px;
    width : calc(100% - 24px);
    background : #FFFFFF;
    border : 1px solid rgba(34, 41, 47, 0.2);
}

.navbar-container .bookmark-input input:focus {
    border : 1px solid var(--psh-color-light);
}

.navbar-container .bookmark-input .search-list {
    position : relative;
}

.navbar-container .bookmark-icon {
    cursor : pointer;
}

.navbar-container .dropdown.bookmark-dropdown {
    padding : 1.4rem 0.5rem 1.35rem;
}

.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
    display : none;
}

.navbar-container .search-data-title {
    line-height : 1.25rem;
}

.navbar-dark .search-input .input {
    color : #F5F7FA;
    border-radius : 0.5rem;
}

.navbar-dark .search-input.open .input {
    color : #F5F7FA;
    border : 1px solid #F5F7FA;
}

.navbar-static .navbar-container .search-input.open {
    border-radius : 0;
}

.btn-social, .btn-social-icon {
    position : relative;
    padding-right : 4.95rem;
    text-align : right;
    white-space : nowrap;
    overflow : hidden;
    text-overflow : ellipsis;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
    position : absolute;
    right : 0;
    top : 2px;
    bottom : 0;
    width : 2.95rem;
    line-height : 2.7rem;
    font-size : 1rem;
    text-align : center;
    border-left : 1px solid rgba(34, 41, 47, 0.2);
}

.btn-social-icon {
    height : 2.95rem;
    width : 2.95rem;
    padding : 0;
}

.btn-social-icon > :first-child {
    border : none;
    text-align : center;
    width : 100% !important;
}

.btn-adn {
    color : #FFFFFF;
    background-color : #D87A68;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-adn:hover {
    color : #FFFFFF;
    background-color : #B86858;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-adn, .btn-adn:focus {
    color : #FFFFFF;
    background-color : #B86858;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-adn, .btn-check:active + .btn-adn, .btn-adn:active, .btn-adn.active, .show > .btn-adn.dropdown-toggle {
    color : #FFFFFF;
    background-color : #AD6253;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-adn:focus, .btn-check:active + .btn-adn:focus, .btn-adn:active:focus, .btn-adn.active:focus, .show > .btn-adn.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-adn:disabled, .btn-adn.disabled {
    color : #FFFFFF;
    background-color : #D87A68;
    border-color : transparent;
}

.btn-adn:focus {
    box-shadow : none !important;
}

.btn-bitbucket {
    color : #FFFFFF;
    background-color : #205081;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-bitbucket:hover {
    color : #FFFFFF;
    background-color : #1B446E;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-bitbucket, .btn-bitbucket:focus {
    color : #FFFFFF;
    background-color : #1B446E;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-bitbucket, .btn-check:active + .btn-bitbucket, .btn-bitbucket:active, .btn-bitbucket.active, .show > .btn-bitbucket.dropdown-toggle {
    color : #FFFFFF;
    background-color : #1A4067;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-bitbucket:focus, .btn-check:active + .btn-bitbucket:focus, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket:disabled, .btn-bitbucket.disabled {
    color : #FFFFFF;
    background-color : #205081;
    border-color : transparent;
}

.btn-bitbucket:focus {
    box-shadow : none !important;
}

.btn-dropbox {
    color : #FFFFFF;
    background-color : #1087DD;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-dropbox:hover {
    color : #FFFFFF;
    background-color : #0E73BC;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-dropbox, .btn-dropbox:focus {
    color : #FFFFFF;
    background-color : #0E73BC;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-dropbox, .btn-check:active + .btn-dropbox, .btn-dropbox:active, .btn-dropbox.active, .show > .btn-dropbox.dropdown-toggle {
    color : #FFFFFF;
    background-color : #0D6CB1;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-dropbox:focus, .btn-check:active + .btn-dropbox:focus, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox:disabled, .btn-dropbox.disabled {
    color : #FFFFFF;
    background-color : #1087DD;
    border-color : transparent;
}

.btn-dropbox:focus {
    box-shadow : none !important;
}

.btn-facebook {
    color : #FFFFFF;
    background-color : #3B5998;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-facebook:hover {
    color : #FFFFFF;
    background-color : #324C81;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-facebook, .btn-facebook:focus {
    color : #FFFFFF;
    background-color : #324C81;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
    color : #FFFFFF;
    background-color : #2F477A;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .show > .btn-facebook.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-facebook:disabled, .btn-facebook.disabled {
    color : #FFFFFF;
    background-color : #3B5998;
    border-color : transparent;
}

.btn-facebook:focus {
    box-shadow : none !important;
}

.btn-flickr {
    color : #FFFFFF;
    background-color : #FF0084;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-flickr:hover {
    color : #FFFFFF;
    background-color : #D90070;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-flickr, .btn-flickr:focus {
    color : #FFFFFF;
    background-color : #D90070;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-flickr, .btn-check:active + .btn-flickr, .btn-flickr:active, .btn-flickr.active, .show > .btn-flickr.dropdown-toggle {
    color : #FFFFFF;
    background-color : #CC006A;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-flickr:focus, .btn-check:active + .btn-flickr:focus, .btn-flickr:active:focus, .btn-flickr.active:focus, .show > .btn-flickr.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-flickr:disabled, .btn-flickr.disabled {
    color : #FFFFFF;
    background-color : #FF0084;
    border-color : transparent;
}

.btn-flickr:focus {
    box-shadow : none !important;
}

.btn-foursquare {
    color : #FFFFFF;
    background-color : #F94877;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-foursquare:hover {
    color : #FFFFFF;
    background-color : #D43D65;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-foursquare, .btn-foursquare:focus {
    color : #FFFFFF;
    background-color : #D43D65;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-foursquare, .btn-check:active + .btn-foursquare, .btn-foursquare:active, .btn-foursquare.active, .show > .btn-foursquare.dropdown-toggle {
    color : #FFFFFF;
    background-color : #C73A5F;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-foursquare:focus, .btn-check:active + .btn-foursquare:focus, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare:disabled, .btn-foursquare.disabled {
    color : #FFFFFF;
    background-color : #F94877;
    border-color : transparent;
}

.btn-foursquare:focus {
    box-shadow : none !important;
}

.btn-github {
    color : #FFFFFF;
    background-color : #444444;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-github:hover {
    color : #FFFFFF;
    background-color : #3A3A3A;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-github, .btn-github:focus {
    color : #FFFFFF;
    background-color : #3A3A3A;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-github, .btn-check:active + .btn-github, .btn-github:active, .btn-github.active, .show > .btn-github.dropdown-toggle {
    color : #FFFFFF;
    background-color : #363636;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-github:focus, .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus, .show > .btn-github.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-github:disabled, .btn-github.disabled {
    color : #FFFFFF;
    background-color : #444444;
    border-color : transparent;
}

.btn-github:focus {
    box-shadow : none !important;
}

.btn-google {
    color : #FFFFFF;
    background-color : #DD4B39;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-google:hover {
    color : #FFFFFF;
    background-color : #BC4030;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-google, .btn-google:focus {
    color : #FFFFFF;
    background-color : #BC4030;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-google, .btn-check:active + .btn-google, .btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
    color : #FFFFFF;
    background-color : #B13C2E;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-google:focus, .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus, .show > .btn-google.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-google:disabled, .btn-google.disabled {
    color : #FFFFFF;
    background-color : #DD4B39;
    border-color : transparent;
}

.btn-google:focus {
    box-shadow : none !important;
}

.btn-instagram {
    color : #FFFFFF;
    background-color : #3F729B;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-instagram:hover {
    color : #FFFFFF;
    background-color : #366184;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-instagram, .btn-instagram:focus {
    color : #FFFFFF;
    background-color : #366184;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-instagram, .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active, .show > .btn-instagram.dropdown-toggle {
    color : #FFFFFF;
    background-color : #325B7C;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-instagram:focus, .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus, .show > .btn-instagram.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-instagram:disabled, .btn-instagram.disabled {
    color : #FFFFFF;
    background-color : #3F729B;
    border-color : transparent;
}

.btn-instagram:focus {
    box-shadow : none !important;
}

.btn-linkedin {
    color : #FFFFFF;
    background-color : #007BB6;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-linkedin:hover {
    color : #FFFFFF;
    background-color : #00699B;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-linkedin, .btn-linkedin:focus {
    color : #FFFFFF;
    background-color : #00699B;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-linkedin, .btn-check:active + .btn-linkedin, .btn-linkedin:active, .btn-linkedin.active, .show > .btn-linkedin.dropdown-toggle {
    color : #FFFFFF;
    background-color : #006292;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-linkedin:focus, .btn-check:active + .btn-linkedin:focus, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin:disabled, .btn-linkedin.disabled {
    color : #FFFFFF;
    background-color : #007BB6;
    border-color : transparent;
}

.btn-linkedin:focus {
    box-shadow : none !important;
}

.btn-microsoft {
    color : #FFFFFF;
    background-color : #2672EC;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-microsoft:hover {
    color : #FFFFFF;
    background-color : #2061C9;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-microsoft, .btn-microsoft:focus {
    color : #FFFFFF;
    background-color : #2061C9;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-microsoft, .btn-check:active + .btn-microsoft, .btn-microsoft:active, .btn-microsoft.active, .show > .btn-microsoft.dropdown-toggle {
    color : #FFFFFF;
    background-color : #1E5BBD;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-microsoft:focus, .btn-check:active + .btn-microsoft:focus, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft:disabled, .btn-microsoft.disabled {
    color : #FFFFFF;
    background-color : #2672EC;
    border-color : transparent;
}

.btn-microsoft:focus {
    box-shadow : none !important;
}

.btn-odnoklassniki {
    color : #22292F;
    background-color : #F4731C;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-odnoklassniki:hover {
    color : #22292F;
    background-color : #F6883E;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:focus + .btn-odnoklassniki, .btn-odnoklassniki:focus {
    color : #22292F;
    background-color : #F6883E;
    border-color : rgba(255, 255, 255, 0.1);
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-check:checked + .btn-odnoklassniki, .btn-check:active + .btn-odnoklassniki, .btn-odnoklassniki:active, .btn-odnoklassniki.active, .show > .btn-odnoklassniki.dropdown-toggle {
    color : #22292F;
    background-color : #F68F49;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:checked + .btn-odnoklassniki:focus, .btn-check:active + .btn-odnoklassniki:focus, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-odnoklassniki:disabled, .btn-odnoklassniki.disabled {
    color : #22292F;
    background-color : #F4731C;
    border-color : transparent;
}

.btn-odnoklassniki:focus {
    box-shadow : none !important;
}

.btn-openid {
    color : #22292F;
    background-color : #F7931E;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-openid:hover {
    color : #22292F;
    background-color : #F8A340;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:focus + .btn-openid, .btn-openid:focus {
    color : #22292F;
    background-color : #F8A340;
    border-color : rgba(255, 255, 255, 0.1);
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-check:checked + .btn-openid, .btn-check:active + .btn-openid, .btn-openid:active, .btn-openid.active, .show > .btn-openid.dropdown-toggle {
    color : #22292F;
    background-color : #F9A94B;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:checked + .btn-openid:focus, .btn-check:active + .btn-openid:focus, .btn-openid:active:focus, .btn-openid.active:focus, .show > .btn-openid.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-openid:disabled, .btn-openid.disabled {
    color : #22292F;
    background-color : #F7931E;
    border-color : transparent;
}

.btn-openid:focus {
    box-shadow : none !important;
}

.btn-pinterest {
    color : #FFFFFF;
    background-color : #CB2027;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-pinterest:hover {
    color : #FFFFFF;
    background-color : #AD1B21;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-pinterest, .btn-pinterest:focus {
    color : #FFFFFF;
    background-color : #AD1B21;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-pinterest, .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active, .show > .btn-pinterest.dropdown-toggle {
    color : #FFFFFF;
    background-color : #A21A1F;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-pinterest:focus, .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-pinterest:disabled, .btn-pinterest.disabled {
    color : #FFFFFF;
    background-color : #CB2027;
    border-color : transparent;
}

.btn-pinterest:focus {
    box-shadow : none !important;
}

.btn-reddit {
    color : #22292F;
    background-color : #EFF7FF;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-reddit:hover {
    color : #22292F;
    background-color : #F1F8FF;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:focus + .btn-reddit, .btn-reddit:focus {
    color : #22292F;
    background-color : #F1F8FF;
    border-color : rgba(255, 255, 255, 0.1);
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-check:checked + .btn-reddit, .btn-check:active + .btn-reddit, .btn-reddit:active, .btn-reddit.active, .show > .btn-reddit.dropdown-toggle {
    color : #22292F;
    background-color : #F2F9FF;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:checked + .btn-reddit:focus, .btn-check:active + .btn-reddit:focus, .btn-reddit:active:focus, .btn-reddit.active:focus, .show > .btn-reddit.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-reddit:disabled, .btn-reddit.disabled {
    color : #22292F;
    background-color : #EFF7FF;
    border-color : transparent;
}

.btn-reddit:focus {
    box-shadow : none !important;
}

.btn-soundcloud {
    color : #FFFFFF;
    background-color : #FF5500;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-soundcloud:hover {
    color : #FFFFFF;
    background-color : #D94800;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-soundcloud, .btn-soundcloud:focus {
    color : #FFFFFF;
    background-color : #D94800;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-soundcloud, .btn-check:active + .btn-soundcloud, .btn-soundcloud:active, .btn-soundcloud.active, .show > .btn-soundcloud.dropdown-toggle {
    color : #FFFFFF;
    background-color : #CC4400;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-soundcloud:focus, .btn-check:active + .btn-soundcloud:focus, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-soundcloud:disabled, .btn-soundcloud.disabled {
    color : #FFFFFF;
    background-color : #FF5500;
    border-color : transparent;
}

.btn-soundcloud:focus {
    box-shadow : none !important;
}

.btn-tumblr {
    color : #FFFFFF;
    background-color : #2C4762;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-tumblr:hover {
    color : #FFFFFF;
    background-color : #253C53;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-tumblr, .btn-tumblr:focus {
    color : #FFFFFF;
    background-color : #253C53;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-tumblr, .btn-check:active + .btn-tumblr, .btn-tumblr:active, .btn-tumblr.active, .show > .btn-tumblr.dropdown-toggle {
    color : #FFFFFF;
    background-color : #23394E;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-tumblr:focus, .btn-check:active + .btn-tumblr:focus, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr:disabled, .btn-tumblr.disabled {
    color : #FFFFFF;
    background-color : #2C4762;
    border-color : transparent;
}

.btn-tumblr:focus {
    box-shadow : none !important;
}

.btn-twitter {
    color : #22292F;
    background-color : #55ACEE;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-twitter:hover {
    color : #22292F;
    background-color : #6FB8F1;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:focus + .btn-twitter, .btn-twitter:focus {
    color : #22292F;
    background-color : #6FB8F1;
    border-color : rgba(255, 255, 255, 0.1);
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
    color : #22292F;
    background-color : #77BDF1;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .show > .btn-twitter.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-twitter:disabled, .btn-twitter.disabled {
    color : #22292F;
    background-color : #55ACEE;
    border-color : transparent;
}

.btn-twitter:focus {
    box-shadow : none !important;
}

.btn-vimeo {
    color : #22292F;
    background-color : #1AB7EA;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-vimeo:hover {
    color : #22292F;
    background-color : #3CC2ED;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:focus + .btn-vimeo, .btn-vimeo:focus {
    color : #22292F;
    background-color : #3CC2ED;
    border-color : rgba(255, 255, 255, 0.1);
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-check:checked + .btn-vimeo, .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active, .show > .btn-vimeo.dropdown-toggle {
    color : #22292F;
    background-color : #48C5EE;
    border-color : rgba(255, 255, 255, 0.1);
}

.btn-check:checked + .btn-vimeo:focus, .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

.btn-vimeo:disabled, .btn-vimeo.disabled {
    color : #22292F;
    background-color : #1AB7EA;
    border-color : transparent;
}

.btn-vimeo:focus {
    box-shadow : none !important;
}

.btn-vk {
    color : #FFFFFF;
    background-color : #587EA3;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-vk:hover {
    color : #FFFFFF;
    background-color : #4B6B8B;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-vk, .btn-vk:focus {
    color : #FFFFFF;
    background-color : #4B6B8B;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-vk, .btn-check:active + .btn-vk, .btn-vk:active, .btn-vk.active, .show > .btn-vk.dropdown-toggle {
    color : #FFFFFF;
    background-color : #466582;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-vk:focus, .btn-check:active + .btn-vk:focus, .btn-vk:active:focus, .btn-vk.active:focus, .show > .btn-vk.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-vk:disabled, .btn-vk.disabled {
    color : #FFFFFF;
    background-color : #587EA3;
    border-color : transparent;
}

.btn-vk:focus {
    box-shadow : none !important;
}

.btn-yahoo {
    color : #FFFFFF;
    background-color : #720E9E;
    border-color : transparent;
    color : #FFFFFF !important;
    border : none;
}

.btn-yahoo:hover {
    color : #FFFFFF;
    background-color : #610C86;
    border-color : rgba(0, 0, 0, 0.2);
}

.btn-check:focus + .btn-yahoo, .btn-yahoo:focus {
    color : #FFFFFF;
    background-color : #610C86;
    border-color : rgba(0, 0, 0, 0.2);
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-yahoo, .btn-check:active + .btn-yahoo, .btn-yahoo:active, .btn-yahoo.active, .show > .btn-yahoo.dropdown-toggle {
    color : #FFFFFF;
    background-color : #5B0B7E;
    border-color : rgba(0, 0, 0, 0.25);
}

.btn-check:checked + .btn-yahoo:focus, .btn-check:active + .btn-yahoo:focus, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
    box-shadow : 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo:disabled, .btn-yahoo.disabled {
    color : #FFFFFF;
    background-color : #720E9E;
    border-color : transparent;
}

.btn-yahoo:focus {
    box-shadow : none !important;
}

.btn-outline-adn {
    border : 1px solid #D87A68 !important;
    color : #D87A68;
}

.btn-outline-bitbucket {
    border : 1px solid #205081 !important;
    color : #205081;
}

.btn-outline-dropbox {
    border : 1px solid #1087DD !important;
    color : #1087DD;
}

.btn-outline-facebook {
    border : 1px solid #3B5998 !important;
    color : #3B5998;
}

.btn-outline-flickr {
    border : 1px solid #FF0084 !important;
    color : #FF0084;
}

.btn-outline-foursquare {
    border : 1px solid #F94877 !important;
    color : #F94877;
}

.btn-outline-github {
    border : 1px solid #444444 !important;
    color : #444444;
}

.btn-outline-google {
    border : 1px solid #DD4B39 !important;
    color : #DD4B39;
}

.btn-outline-instagram {
    border : 1px solid #3F729B !important;
    color : #3F729B;
}

.btn-outline-linkedin {
    border : 1px solid #007BB6 !important;
    color : #007BB6;
}

.btn-outline-microsoft {
    border : 1px solid #2672EC !important;
    color : #2672EC;
}

.btn-outline-odnoklassniki {
    border : 1px solid #F4731C !important;
    color : #F4731C;
}

.btn-outline-openid {
    border : 1px solid #F7931E !important;
    color : #F7931E;
}

.btn-outline-pinterest {
    border : 1px solid #CB2027 !important;
    color : #CB2027;
}

.btn-outline-reddit {
    border : 1px solid #FF4500 !important;
    color : #FF4500;
}

.btn-outline-soundcloud {
    border : 1px solid #FF5500 !important;
    color : #FF5500;
}

.btn-outline-tumblr {
    border : 1px solid #2C4762 !important;
    color : #2C4762;
}

.btn-outline-twitter {
    border : 1px solid #55ACEE !important;
    color : #55ACEE;
}

.btn-outline-vimeo {
    border : 1px solid #1AB7EA !important;
    color : #1AB7EA;
}

.btn-outline-vk {
    border : 1px solid #587EA3 !important;
    color : #587EA3;
}

.btn-outline-yahoo {
    border : 1px solid #720E9E !important;
    color : #720E9E;
}

.btn-outline-adn:hover {
    color : #AD6253;
    border : 1px solid #AD6253 !important;
}

.btn-outline-bitbucket:hover {
    color : #1A4067;
    border : 1px solid #1A4067 !important;
}

.btn-outline-dropbox:hover {
    color : #0D6CB1;
    border : 1px solid #0D6CB1 !important;
}

.btn-outline-facebook:hover {
    color : #2F477A;
    border : 1px solid #2F477A !important;
}

.btn-outline-flickr:hover {
    color : #CC006A;
    border : 1px solid #CC006A !important;
}

.btn-outline-foursquare:hover {
    color : #C73A5F;
    border : 1px solid #C73A5F !important;
}

.btn-outline-github:hover {
    color : #363636;
    border : 1px solid #363636 !important;
}

.btn-outline-google:hover {
    color : #B13C2E;
    border : 1px solid #B13C2E !important;
}

.btn-outline-instagram:hover {
    color : #325B7C;
    border : 1px solid #325B7C !important;
}

.btn-outline-linkedin:hover {
    color : #006292;
    border : 1px solid #006292 !important;
}

.btn-outline-microsoft:hover {
    color : #1E5BBD;
    border : 1px solid #1E5BBD !important;
}

.btn-outline-odnoklassniki:hover {
    color : #C35C16;
    border : 1px solid #C35C16 !important;
}

.btn-outline-openid:hover {
    color : #C67618;
    border : 1px solid #C67618 !important;
}

.btn-outline-pinterest:hover {
    color : #A21A1F;
    border : 1px solid #A21A1F !important;
}

.btn-outline-reddit:hover {
    color : #CC3700;
    border : 1px solid #CC3700 !important;
}

.btn-outline-soundcloud:hover {
    color : #CC4400;
    border : 1px solid #CC4400 !important;
}

.btn-outline-tumblr:hover {
    color : #23394E;
    border : 1px solid #23394E !important;
}

.btn-outline-twitter:hover {
    color : #448ABE;
    border : 1px solid #448ABE !important;
}

.btn-outline-vimeo:hover {
    color : #1592BB;
    border : 1px solid #1592BB !important;
}

.btn-outline-vk:hover {
    color : #466582;
    border : 1px solid #466582 !important;
}

.btn-outline-yahoo:hover {
    color : #5B0B7E;
    border : 1px solid #5B0B7E !important;
}

.bg-adn {
    background-color : #D87A68;
}

.bg-bitbucket {
    background-color : #205081;
}

.bg-dropbox {
    background-color : #1087DD;
}

.bg-facebook {
    background-color : #3B5998;
}

.bg-flickr {
    background-color : #FF0084;
}

.bg-foursquare {
    background-color : #F94877;
}

.bg-github {
    background-color : #444444;
}

.bg-google {
    background-color : #DD4B39;
}

.bg-instagram {
    background-color : #3F729B;
}

.bg-linkedin {
    background-color : #007BB6;
}

.bg-microsoft {
    background-color : #2672EC;
}

.bg-odnoklassniki {
    background-color : #F4731C;
}

.bg-openid {
    background-color : #F7931E;
}

.bg-pinterest {
    background-color : #CB2027;
}

.bg-reddit {
    background-color : #FF4500;
}

.bg-soundcloud {
    background-color : #FF5500;
}

.bg-tumblr {
    background-color : #2C4762;
}

.bg-twitter {
    background-color : #55ACEE;
}

.bg-vimeo {
    background-color : #1AB7EA;
}

.bg-vk {
    background-color : #587EA3;
}

.bg-yahoo {
    background-color : #720E9E;
}


.demo-inline-spacing {
    display : flex;
    flex-wrap : wrap;
    justify-content : flex-start;
    align-items : center;
}

.demo-inline-spacing > * {
    margin-left : 1.5rem;
    margin-top : 1.5rem;
}

.demo-vertical-spacing > * {
    margin : 0;
    margin-bottom : 1.5rem;
}

.demo-vertical-spacing > *:last-child {
    margin : 0;
}

.demo-spacing-0 > *:last-child {
    margin : 0;
}

.icon-wrapper .feather {
    height : 24px;
    width : 24px;
}

.scroll-example {
    padding : 0.5rem;
    position : relative;
    border : 2px solid #CADAE2;
    overflow : auto;
}

.scroll-example .horz-scroll-content {
    width : 1200px;
}

.browser {
    background : #E0E0E0;
    border : 4px solid #E0E0E0;
    width : 100%;
    height : 12rem;
    padding-top : 20px;
    margin : 0 0 10px;
    box-sizing : border-box;
}

.browser iframe {
    border : 0;
    background : #FFFFFF;
    height : 100%;
    width : 100%;
}

.loader-wrapper {
    height : 8em;
}

.maintenance-icon {
    font-size : 4rem;
}

.animationIcon {
    left : 30px;
    bottom : 10px;
}

#component-breadcrumbs .breadcrumb:not(last-child) {
    margin-bottom : 0.5rem;
}

#breadcrumb-alignment .breadcrumb-wrapper {
    box-shadow : -1px 1px 10px rgba(34, 41, 47, 0.1);
    padding : 1px;
    border-radius : 0.357rem;
}

#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb {
    margin-top : 0.8rem;
    margin-bottom : 0.8rem;
}

.dark-layout #breadcrumb-alignment .breadcrumb-wrapper {
    box-shadow : -1px 1px 10px rgba(0, 0, 0, 0.24);
}

.buy-now {
    position : fixed;
    bottom : 5%;
    left : 79px;
    z-index : 1031;
}

.buy-now .btn {
    box-shadow : 0 1px 20px 1px #DB394C !important;
}

.buy-now .btn:hover {
    box-shadow : none !important;
}


.customizer {
    width : 400px;
    left : -400px;
    padding : 0;
    background-color : #FFFFFF;
    z-index : 1051;
    position : fixed;
    top : 0;
    bottom : 0;
    height : 100vh;
    height : calc(var(--vh, 1vh) * 100);
    transition : left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
    border-right : 1px solid rgba(34, 41, 47, 0.05);
}

.customizer.open {
    box-shadow : 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
    left : 0;
}

.customizer .customizer-content {
    position : relative;
    height : 100%;
}

.customizer .customizer-close {
    position : absolute;
    left : 0.6rem;
    top : 0.6rem;
    padding : 7px;
    width : auto;
    z-index : 10;
    color : #5E5873;
}

.customizer .customizer-close i, .customizer .customizer-close svg {
    font-size : 1.5rem;
    height : 1.5rem;
    width : 1.5rem;
}

.customizer .customizer-toggle {
    background : var(--psh-color-light);
    color : #FFFFFF !important;
    display : block;
    box-shadow : 3px 0 8px rgba(34, 41, 47, 0.1);
    border-top-right-radius : 6px;
    border-bottom-right-radius : 6px;
    position : absolute;
    top : 50%;
    width : 38px;
    height : 38px;
    right : -39px;
    text-align : center;
    line-height : 40px;
    cursor : pointer;
}

.customizer .color-box {
    height : 24px;
    width : 24px;
    margin : 0.5rem;
    border-radius : 0.5rem;
    cursor : pointer;
    position : relative;
}

.customizer .color-box.selected:after {
    content : '';
    border : 1px solid var(--psh-color-light);
    height : 30px;
    width : 30px;
    top : -3px;
    right : -3px;
    position : absolute;
    border-radius : 0.5rem;
}

.customizer .color-box.selected.border:after {
    top : -4px;
    right : -4px;
}

.divider {
    display : block;
    text-align : center;
    overflow : hidden;
    white-space : nowrap;
    margin : 1rem 0;
}

.divider .divider-text {
    position : relative;
    display : inline-block;
    font-size : 0.9375rem;
    padding : 0 1rem;
}

.divider .divider-text i, .divider .divider-text svg {
    height : 1rem;
    width : 1rem;
    font-size : 1rem;
}

.divider .divider-text:before, .divider .divider-text:after {
    content : '';
    position : absolute;
    top : 50%;
    width : 9999px;
    border-top : 1px solid #EBE9F1;
}

.divider .divider-text:before {
    left : 100%;
}

.divider .divider-text:after {
    right : 100%;
}

.divider.divider-start .divider-text {
    float : right;
    padding-right : 0;
}

.divider.divider-start .divider-text:before {
    display : none;
}

.divider.divider-start-center .divider-text {
    right : -25%;
}

.divider.divider-end .divider-text {
    float : left;
    padding-left : 0;
}

.divider.divider-end .divider-text:after {
    display : none;
}

.divider.divider-end-center .divider-text {
    left : -25%;
}

.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
    border-style : dotted;
    border-width : 1px;
    border-top-width : 0;
    border-color : #EBE9F1;
}

.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
    border-style : dashed;
    border-width : 1px;
    border-top-width : 0;
    border-color : #EBE9F1;
}

.timeline {
    padding : 0;
    margin-bottom : 0;
    margin-right : 1rem;
    list-style : none;
}

.timeline .timeline-item {
    position : relative;
    padding-right : 2.5rem;
    border-right : 1px solid #EBE9F1;
}

.timeline .timeline-item:not(:last-child) {
    padding-bottom : 1.8rem;
}

.timeline .timeline-item .timeline-point {
    position : absolute;
    right : -0.85rem;
    top : 0;
    z-index : 2;
    display : flex;
    justify-content : center;
    align-items : center;
    height : 1.75rem;
    width : 1.75rem;
    text-align : center;
    border-radius : 50%;
    border : 1px solid var(--psh-color-light);
    background-color : #FFFFFF;
}

.timeline .timeline-item .timeline-point.timeline-point-indicator {
    right : -0.412rem;
    top : 0.07rem;
    height : 12px;
    width : 12px;
    border : 0;
    background-color : var(--psh-color-light);
}

.timeline .timeline-item .timeline-point.timeline-point-indicator:before {
    content : '';
    background : rgba(145, 87, 36, 0.12);
    height : 20px;
    width : 20px;
    display : block;
    position : absolute;
    top : -0.285rem;
    right : -0.285rem;
    border-radius : 50%;
}

.timeline .timeline-item .timeline-point i, .timeline .timeline-item .timeline-point svg {
    color : var(--psh-color-light);
    font-size : 0.85rem;
    vertical-align : baseline;
}

.timeline .timeline-item .timeline-event {
    position : relative;
    width : 100%;
    min-height : 4rem;
}

.timeline .timeline-item .timeline-event .timeline-event-time {
    font-size : 0.85rem;
    color : #868693;
}

.timeline .timeline-item:last-of-type {
    border-right-color : transparent !important;
}

.timeline .timeline-item:last-of-type:after {
    content : '';
    position : absolute;
    right : -1px;
    bottom : 0;
    width : 1px;
    height : 100%;
    background : linear-gradient(#EBE9F1, transparent);
}

.custom-options-checkable .custom-option-item {
    width : 100%;
    cursor : pointer;
    border-radius : 0.42rem;
    color : #82868B;
    background-color : rgba(130, 134, 139, 0.06);
    border : 1px solid #EBE9F1;
}

.custom-options-checkable .custom-option-item .custom-option-item-title {
    color : #82868B;
}

.custom-option-item-check {
    position : absolute;
    clip : rect(0, 0, 0, 0);
}

.custom-option-item-check:checked + .custom-option-item {
    color : var(--psh-color-light);
    background-color : rgba(145, 87, 36, 0.12);
    border-color : var(--psh-color-light);
}

.custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
    color : var(--psh-color-light);
}

@media screen and (min-width: 0) {
    head {
        font-family : 'xs 0px';
    }
    body:after {
        content : 'xs - min-width: 0px';
    }
}

@media screen and (min-width: 544px) {
    head {
        font-family : 'sm 544px';
    }
    body:after {
        content : 'sm - min-width: 544px';
    }
}

@media screen and (min-width: 768px) {
    head {
        font-family : 'md 768px';
    }
    body:after {
        content : 'md - min-width: 768px';
    }
}

@media screen and (min-width: 992px) {
    head {
        font-family : 'lg 992px';
    }
    body:after {
        content : 'lg - min-width: 992px';
    }
}

@media screen and (min-width: 1200px) {
    head {
        font-family : 'xl 1200px';
    }
    body:after {
        content : 'xl - min-width: 1200px';
    }
}

head {
    clear : both;
}

head title {
    font-family : 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
}

body:after {
    display : none;
}

*[data-usn-if] {
    display : none;
}

.select2-container {
    width : 100% !important;
    margin : 0;
    display : inline-block;
    position : relative;
    vertical-align : middle;
    box-sizing : border-box;
}

.select2-container--classic:focus, .select2-container--default:focus {
    outline : none;
}

.select2-container--classic .select2-selection__choice, .select2-container--default .select2-selection__choice {
    font-size : 0.9rem;
    margin-top : 6px !important;
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height : 2.714rem;
    padding : 5px;
    padding-right: 0;
    border : 1px solid #D8D6DE;
}

.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
    outline : 0;
    border-color : var(--psh-color-light) !important;
    box-shadow : 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--classic .select2-selection--single .select2-selection__rendered svg, .select2-container--default .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered svg {
    font-size : 1.15rem;
    height : 1.15rem;
    width : 1.15rem;
    margin-left : 0.5rem;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23d8d6de\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
    background-size : 18px 14px, 18px 14px;
    background-repeat : no-repeat;
    height : 1rem;
    padding-left : 1.5rem;
    margin-right : 0;
    margin-top : 0;
    right : -8px;
    border-style : none;
}

.select2-container--classic.select2-container--open, .select2-container--default.select2-container--open {
    box-shadow : 0 5px 25px rgba(34, 41, 47, 0.1);
}

.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
    border-color : var(--psh-color-light) !important;
    outline : 0;
}

.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
    outline : 0;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color : var(--psh-color-light) !important;
    outline : 0;
}

.select2-container--classic .select2-dropdown, .select2-container--default .select2-dropdown {
    border-color : #D8D6DE;
    z-index : 1060;
}

.select2-container--classic .select2-search--dropdown, .select2-container--default .select2-search--dropdown {
    padding : 0.5rem;
}

.select2-container--classic .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .select2-search__field {
    outline : none !important;
    border-radius : 0.357rem;
    border-color : #D8D6DE;
    padding : 0.571rem 1rem;
}

.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height : 38px !important;
    border : 1px solid #D8D6DE;
}

.select2-container--classic .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus {
    outline : 0;
    border-color : var(--psh-color-light) !important;
    box-shadow : 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color : var(--psh-color-light) !important;
    border-color : var(--psh-color-light) !important;
    color : #FFFFFF;
    padding : 2px 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding : 0 6px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
    margin-top : 7px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float : left;
    margin-right : 0.7rem;
    margin-left : 0.5rem;
    font-size : 0;
    display : inline-block;
    position : relative;
    line-height : 1rem;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    content : '';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-x\'%3E%3Cline x1=\'18\' y1=\'6\' x2=\'6\' y2=\'18\'%3E%3C/line%3E%3Cline x1=\'6\' y1=\'6\' x2=\'18\' y2=\'18\'%3E%3C/line%3E%3C/svg%3E');
    background-size : 0.85rem;
    height : 0.85rem;
    width : 0.85rem;
    position : absolute;
    top : 22%;
    right : -4px;
}

.select2-container--classic .select2-selection--multiple i, .select2-container--classic .select2-selection--multiple svg, .select2-container--default .select2-selection--multiple i, .select2-container--default .select2-selection--multiple svg {
    position : relative;
    top : 1px;
    margin-left : 0.5rem;
    height : 1.15rem;
    width : 1.15rem;
    font-size : 1.15rem;
    padding-right : 1px;
}

.select2-container--classic .select2-results__group, .select2-container--default .select2-results__group {
    padding : 6px 9px;
    font-weight : 600;
}

.select2-container--classic .select2-results__option, .select2-container--default .select2-results__option {
    padding : 0.428rem 1rem;
}

.select2-container--classic .select2-results__option[role='group'], .select2-container--default .select2-results__option[role='group'] {
    padding : 0;
}

.select2-container--classic .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true'] {
    background-color : var(--psh-color-light) !important;
    color : #FFFFFF !important;
}

.select2-container--classic .select2-results__option i, .select2-container--classic .select2-results__option svg, .select2-container--default .select2-results__option i, .select2-container--default .select2-results__option svg {
    height : 1.15rem;
    width : 1.15rem;
    font-size : 1.15rem;
    margin-left : 0.5rem;
}

.select2-container--classic .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted {
    background-color : rgba(145, 87, 36, 0.12) !important;
    color : var(--psh-color-light) !important;
}

.select2-container--classic .select2-result-repository__avatar img, .select2-container--default .select2-result-repository__avatar img {
    width : 50px;
}

.select2-container--classic .select-lg, .select2-container--default .select-lg {
    min-height : 2.714rem !important;
    font-size : 1.2rem;
    margin-bottom : 0 !important;
    padding : 0.3rem 0.7rem;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
    padding-top : -0.1rem;
}

.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
    top : 0rem !important;
}

.select2-container--classic .select-lg.select2-selection--multiple, .select2-container--default .select-lg.select2-selection--multiple {
    padding : 0 0.2rem;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
    padding-top : 0 !important;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
    font-size : 1.2rem;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
    margin-top : 10px;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding : 5px;
}

.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
    top : 46%;
}

.select2-container--classic .select-sm, .select2-container--default .select-sm {
    min-height : 2.142rem !important;
    padding : 0 0.2rem;
    font-size : 0.75rem;
    margin-bottom : 0 !important;
    line-height : 1.45;
}

.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
    top : -0.3rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
    line-height : 1.25;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
    padding : 3px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
    font-size : 0.75rem;
    margin-top : 2px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
    margin-top : 4px;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
    padding : 0 0.2rem;
    margin-top : 4px !important;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
    top : 5%;
}

.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top : 0;
}

.dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection__placeholder {
    background : #283046;
    /*border-color : #3B4253;*/
    border-color: #686d7b;
    color : #B4B7BD;
}

.dark-layout .select2-container .select2-selection__rendered {
    color : #B4B7BD;
}

.dark-layout .select2-container .select2-dropdown {
    background-color : #283046;
    /*border-color : #3B4253;*/
    border-color: #686d7b;
}

.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
    background : rgba(145, 87, 36, 0.12) !important;
    color : var(--psh-color-light) !important;
    border : none;
}

.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color : var(--psh-color-light) !important;
}

.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice__remove:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23f58220\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-x\'%3E%3Cline x1=\'18\' y1=\'6\' x2=\'6\' y2=\'18\'%3E%3C/line%3E%3Cline x1=\'6\' y1=\'6\' x2=\'18\' y2=\'18\'%3E%3C/line%3E%3C/svg%3E');
}

.dark-layout .select2-container .select2-results__option[aria-disabled='true'] {
    color : #676D7D;
}

.dark-layout .select2-container .select2-selection__arrow b {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .select2-container--disabled .select2-selection {
    opacity : 0.5;
}

table.dataTable {
    width : 100% !important;
    border-collapse : collapse !important;
}

table.dataTable.table-responsive:not(.datatables-ajax) {
    display : block;
}

table.dataTable td, table.dataTable th {
    padding : 0.72rem 1.5rem;
    vertical-align : middle;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    padding-left : inherit;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%235e5873\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-up\'%3E%3Cpolyline points=\'18 15 12 9 6 15\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 12px;
    color : #6E6B7B;
    width : 14px;
    height : 14px;
    content : '';
    left : 0.3rem;
    top : 0.5rem;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%235e5873\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 12px;
    color : #6E6B7B;
    width : 14px;
    height : 14px;
    content : '';
    left : 0.3rem;
    top : 1.3rem;
}

div.dataTables_wrapper .dt-button-collection {
    background-color : #FFFFFF;
}

div.dataTables_wrapper .dt-button-collection > div[role='menu'] {
    text-align : right;
    box-shadow : 0 5px 16px -8px;
    min-width : 8rem;
}

div.dataTables_wrapper .dt-button-collection [class*='buttons-']:focus {
    outline : 0;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    line-height: 0.9em;
}

@media screen and (max-width: 1399.98px) {
    table.dataTable.table-responsive {
        display : block;
    }
}

.modal.dtr-bs-modal .modal-body {
    padding : 0;
}

.modal.dtr-bs-modal .table tr:last-child > td {
    border-bottom : 0;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
    margin-top : 1rem;
    margin-bottom : 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-position : calc(100% - (100% - 3px)) 11px, calc(100% - (100% - 20px)) 13px, 0 0;
    width : 5rem;
    margin : 0 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right : 0.75rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top : 1rem;
    margin-bottom : 1.5rem;
}

div.dataTables_wrapper .dataTables_info {
    padding-top : 1.25rem !important;
    color : #868693;
}

tr.group {
    background-color : #FAFAFC;
}

@media only screen and (max-width: 992px) {
    table.dataTable.table-responsive.datatables-ajax {
        display : block;
    }
}

@media only screen and (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content : center;
    }
    div.dataTables_wrapper div.dataTables_info {
        white-space : inherit;
    }
    div.dt-buttons {
        justify-content : center;
        margin-top : 1rem;
    }
    div.dt-buttons button {
        margin-bottom : 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .dtr-bs-modal .modal-body {
        padding-right : 0;
        padding-left : 0;
        overflow-x : scroll;
    }
    .dtr-bs-modal .table.dtr-details {
        margin : 0 auto 1rem;
    }
    .dtr-bs-modal .table.dtr-details td {
        padding-right : 0;
        padding-left : 0;
    }
    .dtr-bs-modal .table.dtr-details tr td:first-child {
        padding-right : 0.75rem;
    }
    div.dataTables_wrapper {
        /*overflow : scroll;*/
    }
}

/* Bootstrap Touchspin */
.bootstrap-touchspin.input-group {
    width : 8.4rem;
    align-items : center;
}

.bootstrap-touchspin.input-group .form-control {
    padding : 5px;
    height : auto;
    border : 0;
    background-color : #EBF1F4;
    border-radius : 0.357rem !important;
    text-align : center;
    font-weight : 500;
}

.bootstrap-touchspin.input-group .form-control:focus {
    z-index : 1;
    box-shadow : none;
}

.bootstrap-touchspin.input-group > .input-group-btn:first-child {
    right : 12px !important;
    position : inherit;
}

.bootstrap-touchspin.input-group > .input-group-btn:last-child {
    left : 12px !important;
    position : inherit;
}

.bootstrap-touchspin .bootstrap-touchspin-injected {
    margin : 0 !important;
}

.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
    padding : 0;
    min-width : 20px;
    min-height : 20px;
    border-radius : 0.357rem !important;
}

.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down svg, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
    height : 0.8rem;
    width : 0.8rem;
    font-size : 0.8rem;
    position : relative;
    top : -1px;
}

.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
    background-color : rgba(34, 41, 47, 0.5) !important;
    cursor : default;
    opacity : 0.5;
}

.bootstrap-touchspin.input-group-lg {
    width : 9.375rem;
}

.bootstrap-touchspin.input-group-lg .touchspin.form-control {
    height : auto !important;
}

.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up {
    min-width : 24px;
    min-height : 24px;
}

.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down svg, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up svg {
    height : 1rem;
    width : 1rem;
    font-size : 1rem;
    top : 0;
}

.bootstrap-touchspin.input-group-sm {
    width : 6.25rem;
}

.bootstrap-touchspin.input-group-sm .touchspin.form-control {
    height : auto !important;
}

.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up {
    min-width : 16px;
    min-height : 16px;
}

.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down svg, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
    height : 0.6rem;
    width : 0.6rem;
    font-size : 0.6rem;
    top : -3px;
}

/* Number Type Input Box Scss for Touchspin - Remove arrow for firefox */
.bootstrap-touchspin.input-group input[type='number'] {
    -moz-appearance : textfield;
}

.dark-layout .bootstrap-touchspin.input-group .form-control {
    background-color : #161D31;
}

.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up, .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min {
    background-color : #B8C2CC !important;
    opacity : 1;
}

.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min {
    background-color : #B8C2CC !important;
    opacity : 1;
}


/*** Dark Skin ***/
.dark-layout {
    /********* COMPONENTS *********/
    /* Accordion */
    /* alerts */
    /* breadcrumbs */
    /* buttons */
    /* dropdown */
    /* modal */
    /* Close btn */
    /* OffCanvas */
    /* pagination */
    /* nav tabs */
    /* popover */
    /* BS toast */
    /* list group */
    /* spinners */
    /* avatar */
    /* divider */
    /* Timeline */
    /* card */
    /********** FORMS **********/
    /********** TABLE **********/
    /********** PAGES **********/
    /********** APPLICATIONS **********/
    /********** CUSTOMIZER **********/
    /********** HORIZONTAL LAYOUT **********/
}

body.dark-layout {
    color : #B4B7BD;
    background-color : #161D31;
}

.dark-layout body {
    color : #B4B7BD;
    background-color : #161D31;
}

.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
    color : #D0D2D6;
}

.dark-layout .border, .dark-layout .border-top, .dark-layout .border-end, .dark-layout .border-bottom, .dark-layout .border-start {
    border-color : #3B4253 !important;
}

.dark-layout a:hover {
    color : var(--psh-color-light);
}

.dark-layout label {
    color : #D0D2D6;
}

.dark-layout .btn span {
    color : inherit;
}

.dark-layout hr {
    color : #3B4253;
}

.dark-layout pre {
    background-color : #161D31 !important;
    border : 0;
}

.dark-layout pre code {
    background-color : inherit;
    text-shadow : none;
}

.dark-layout pre code .url {
    background-color : #161D31;
}

.dark-layout code {
    background-color : #161D31;
}

.dark-layout kbd {
    background-color : #161D31;
}

.dark-layout .text-dark {
    color : #B8C2CC !important;
}

.dark-layout .text-muted {
    color : #8A909D  !important;
}

.dark-layout .text-body {
    color : #B4B7BD !important;
}

.dark-layout .text-body-heading {
    color : #D0D2D6;
}

.dark-layout .section-label {
    color : #676D7D;
}

.dark-layout .shadow {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24) !important;
}

.dark-layout .blockquote-footer {
    color : #676D7D;
}

.dark-layout .header-navbar-shadow {
    background : linear-gradient(-180deg, rgba(22, 29, 49, 0.9) 44%, rgba(22, 29, 49, 0.43) 73%, rgba(22, 29, 49, 0));
}

.dark-layout .horizontal-layout .header-navbar {
    background-color : #283046;
}

.dark-layout .horizontal-layout.navbar-sticky .header-navbar, .dark-layout .horizontal-layout.navbar-static .header-navbar {
    background-color : #161D31;
}

.dark-layout .navbar-sticky .header-navbar.navbar-shadow {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.75);
}

.dark-layout .header-navbar {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link {
    color : #D0D2D6;
    background-color : transparent;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i, .dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link svg {
    color : #D0D2D6;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i, .dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star svg {
    color : #FFFFFF !important;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input {
    border-color : #3B4253;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-moz-placeholder {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, .dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder, .dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list li a {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .auto-suggestion.current_item {
    background-color : #161D31;
}

.dark-layout .header-navbar .navbar-container .nav li i.ficon, .dark-layout .header-navbar .navbar-container .nav li svg.ficon {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media {
    overflow : hidden;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .list-item, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .list-item {
    border-color : #3B4253;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .list-item .media-meta, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .list-item .media-meta {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .list-item:hover, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .list-item:hover {
    background-color : #161D31;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-header, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-header {
    border-bottom : 1px solid #3B4253;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer {
    background-color : #283046;
    border-top : 1px solid #3B4253;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item {
    border-color : #3B4253;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover, .dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover {
    background-color : #283046;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart.empty-cart:before {
    background-color : #161D31;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart li {
    color : #FFFFFF;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .cart-item {
    color : #B4B7BD;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-header span {
    color : #FFFFFF;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .list-item img {
    background-color : #161D31;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-heading .cart-item-by {
    color : #676D7D;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .list-item-body .media-heading {
    color : #D0D2D6;
}

.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .notification-text {
    color : #676D7D;
}

.dark-layout .header-navbar.navbar-static-top {
    background-color : transparent !important;
}

.dark-layout .header-navbar[class*='bg-'] .navbar-nav .nav-item .nav-link {
    background-color : inherit;
}

.dark-layout .blank-page .card.bg-transparent h1, .dark-layout .blank-page .card.bg-transparent h2, .dark-layout .blank-page .card.bg-transparent h3, .dark-layout .blank-page .card.bg-transparent h4, .dark-layout .blank-page .card.bg-transparent h5, .dark-layout .blank-page .card.bg-transparent h6 {
    color : #283046;
}

.dark-layout .blank-page .card.bg-transparent p {
    color : #161D31;
}

.dark-layout .main-menu {
    background-color : #283046;
}

.dark-layout .main-menu .shadow-bottom {
    background : linear-gradient(-180deg, #283046 44%, rgba(40, 48, 70, 0.51) 73%, rgba(40, 48, 70, 0));
}

.dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active > a {
    background-color : #161D31;
}

.dark-layout .main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a {
    background-color : #161D31;
}

.dark-layout .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
    background-color : #161D31;
}

.dark-layout .main-menu .collapse-toggle-icon {
    color : var(--psh-color-light) !important;
}

.dark-layout .ps__thumb-x, .dark-layout .ps__thumb-y {
    background-color : #B4B7BD;
}

.dark-layout .ps .ps__rail-x.ps--clicking, .dark-layout .ps .ps__rail-x:focus, .dark-layout .ps .ps__rail-x:hover, .dark-layout .ps .ps__rail-y.ps--clicking, .dark-layout .ps .ps__rail-y:focus, .dark-layout .ps .ps__rail-y:hover {
    background-color : #3B4253;
}

.dark-layout .ps__rail-y.ps--clicking .ps__thumb-y, .dark-layout .ps__rail-y:focus > .ps__thumb-y, .dark-layout .ps__rail-y:hover > .ps__thumb-y {
    background-color : #B4B7BD;
}

.dark-layout .main-menu-content .navigation-main {
    background-color : #283046;
}

.dark-layout .main-menu-content .navigation-main .navigation-header {
    color : #676D7D;
}

.dark-layout .main-menu-content .navigation-main li a {
    color : #D0D2D6 !important;
}

.dark-layout .main-menu-content .navigation-main li ul .open > a, .dark-layout .main-menu-content .navigation-main li ul .sidebar-group-active > a {
    background-color : #161D31;
}

.dark-layout .main-menu-content .navigation-main .nav-item i, .dark-layout .main-menu-content .navigation-main .nav-item svg {
    color : #D0D2D6;
}

.dark-layout .main-menu-content .navigation-main .nav-item.open > a {
    background-color : #161D31 !important;
}

.dark-layout .main-menu-content .navigation-main .nav-item a:after {
    color : #D0D2D6;
}

.dark-layout .main-menu-content .navigation-main .nav-item .menu-content {
    background-color : #283046;
}

.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item {
    color : #FFFFFF;
}

.dark-layout .main-menu-content .navigation-main .active .menu-title, .dark-layout .main-menu-content .navigation-main .active i, .dark-layout .main-menu-content .navigation-main .active svg {
    color : #FFFFFF;
}

.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content {
    background-color : #283046;
}

.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active {
    z-index : 1;
}

.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a {
    background-color : transparent;
}

.dark-layout .menu-collapsed .main-menu:not(.expanded) .navigation-main li.active > a {
    background : #161D31 !important;
}

.dark-layout .accordion-item:not(:last-of-type) {
    border-color : #3B4253;
}

.dark-layout .accordion-item {
    background : #283046 !important;
}

.dark-layout .accordion-button {
    background : #283046 !important;
    color : #B4B7BD;
}

.dark-layout .accordion-button:after {
    background-image : url('data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-up\'><polyline points=\'18 15 12 9 6 15\'></polyline></svg>');
}

.dark-layout .accordion-border .accordion-item {
    border-color : #3B4253;
}

.dark-layout .accordion-margin .accordion-item {
    box-shadow : -1px 1px 10px rgba(0, 0, 0, 0.24) !important;
}

.dark-layout .alert .alert-heading, .dark-layout .alert p {
    color : inherit;
}

.dark-layout .alert.alert-dark .alert-heading, .dark-layout .alert.alert-dark .alert-body, .dark-layout .alert.alert-dark p {
    color : #B8C2CC;
}

.dark-layout .content-header-left .breadcrumbs-top .content-header-title {
    color : #D0D2D6;
    border-color : #3B4253;
}

.dark-layout .breadcrumb .breadcrumb-item {
    color : #B4B7BD;
}

.dark-layout .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color : #B4B7BD;
}

.dark-layout .breadcrumb:not([class*='breadcrumb-']) .breadcrumb-item + .breadcrumb-item:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .btn:not([class*='btn-']) {
    color : #B4B7BD;
}

.dark-layout .btn.btn-dark, .dark-layout .btn.btn-outline-dark, .dark-layout .btn.btn-flat-dark {
    color : #B8C2CC;
}

.dark-layout .btn.btn-dark {
    background-color : #4B4B4B !important;
}

.dark-layout .btn.btn-outline-dark {
    border-color : #4B4B4B;
    color : #B8C2CC;
}

.dark-layout .btn.btn-outline-dark:hover:not(.disabled):not(:disabled) {
    color : #B8C2CC;
}

.dark-layout .btn.btn-flat-dark:active, .dark-layout .btn.btn-flat-dark:focus {
    background : #4B4B4B;
}

.dark-layout .btn-group label[class*='btn-outline-'] {
    color : var(--psh-color-light) !important;
}

.dark-layout .dropdown-menu {
    background-color : #283046;
    box-shadow : 0 4px 24px 0 rgba(0, 0, 0, 0.24);
}

.dark-layout .dropdown-menu .dropdown-header {
    color : #D0D2D6;
}

.dark-layout .dropdown-menu .dropdown-item {
    color : #B4B7BD;
}

.dark-layout .dropdown-menu .dropdown-item:hover, .dark-layout .dropdown-menu .dropdown-item:focus {
    background : rgba(145, 87, 36, 0.12);
    color : var(--psh-color-light);
}

.dark-layout .dropdown-menu .dropdown-item:active, .dark-layout .dropdown-menu .dropdown-item.active {
    color : #FFFFFF;
    background-color : var(--psh-color-light);
}

.dark-layout .dropdown-menu .dropdown-item.disabled, .dark-layout .dropdown-menu .dropdown-item:disabled {
    color : #676D7D;
}

.dark-layout .dropdown-divider {
    border-color : #3B4253;
}

.dark-layout .modal .modal-header, .dark-layout .modal .modal-header[class*='bg-'] {
    background-color : #161D31;
}

.dark-layout .modal .modal-header .btn-close {
    text-shadow : none;
    background-color : #283046 !important;
    color : #B4B7BD;
    box-shadow : 0 3px 8px 0 rgba(11, 10, 25, 0.49) !important;
    background-image : url('data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23b4b7bd\'><path d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/></svg>');
}

.dark-layout .modal .modal-content, .dark-layout .modal .modal-body, .dark-layout .modal .modal-footer {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .btn-close {
    background : transparent url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23b4b7bd\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e') center/0.75rem auto no-repeat;
}

.dark-layout .offcanvas {
    background-color : #283046;
    color : #B4B7BD;
}

.dark-layout .pagination:not([class*='pagination-']) .page-item.active {
    background-color : #242B3D;
}

.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link {
    background-color : var(--psh-color-light);
}

.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link:hover {
    color : #FFFFFF;
}

.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link {
    background-color : #242B3D;
    color : #B4B7BD;
}

.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link:hover {
    color : var(--psh-color-light);
}

.dark-layout .pagination:not([class*='pagination-']) .page-item.prev-item .page-link:hover, .dark-layout .pagination:not([class*='pagination-']) .page-item.next-item .page-link:hover {
    color : #FFFFFF;
}

.dark-layout .pagination[class*='pagination-'] .page-item:not(.active) .page-link {
    background-color : #242B3D;
}

.dark-layout .pagination[class*='pagination-'] .page-item:not(.active):not(:hover) .page-link {
    color : #FFFFFF;
}

.dark-layout .pagination[class*='pagination-'] .page-item:not(.active) .page-link:hover {
    background-color : #242B3D;
}

.dark-layout .pagination[class*='pagination-'] .page-item.active {
    background-color : #242B3D;
}

.dark-layout .pagination .page-item.prev-item .page-link:before, .dark-layout .pagination .page-item.previous .page-link:before, .dark-layout .pagination .page-item.prev .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .pagination .page-item.prev-item.disabled .page-link:before, .dark-layout .pagination .page-item.previous.disabled .page-link:before, .dark-layout .pagination .page-item.prev.disabled .page-link:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23676d7d\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .pagination .page-item.next-item .page-link::after, .dark-layout .pagination .page-item.next .page-link::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .pagination .page-item.next-item.disabled .page-link:after, .dark-layout .pagination .page-item.next.disabled .page-link:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23676d7d\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .pagination .page-item.disabled .page-link {
    color : #676D7D;
}

.dark-layout .nav-tabs .nav-item .nav-link, .dark-layout .nav-pills .nav-item .nav-link, .dark-layout .nav-tabs.nav-justified .nav-item .nav-link {
    color : #D0D2D6;
}

.dark-layout .nav-tabs .nav-item .nav-link.active, .dark-layout .nav-pills .nav-item .nav-link.active, .dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active {
    background-color : #283046;
    color : var(--psh-color-light);
}

.dark-layout .nav-tabs .nav-item .nav-link.disabled, .dark-layout .nav-pills .nav-item .nav-link.disabled, .dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled {
    color : #676D7D;
}

.dark-layout .nav.wrap-border {
    border-color : #3B4253;
}

.dark-layout .nav-pills .nav-item .nav-link.active {
    color : #FFFFFF;
    background-color : var(--psh-color-light);
}

.dark-layout .popover.bs-popover-top .popover-arrow:before {
    border-top-color : #3B4253;
}

.dark-layout .popover.bs-popover-top .popover-arrow:after {
    border-top-color : #283046;
}

.dark-layout .popover.bs-popover-start .popover-arrow:before {
    border-right-color : #3B4253;
}

.dark-layout .popover.bs-popover-start .popover-arrow:after {
    border-right-color : #283046;
}

.dark-layout .popover.bs-popover-end .popover-arrow:before {
    border-left-color : #3B4253;
}

.dark-layout .popover.bs-popover-end .popover-arrow:after {
    border-left-color : #283046;
}

.dark-layout .popover .popover-header {
    color : #FFFFFF;
}

.dark-layout .popover .popover-body {
    background-color : #283046;
    color : #B4B7BD;
    border-color : #3B4253 !important;
}

.dark-layout .toast {
    background-color : rgba(40, 48, 70, 0.85);
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24);
    color : #B4B7BD;
}

.dark-layout .toast .toast-header {
    background-color : #283046;
    color : #B4B7BD;
}

.dark-layout .toast .toast-header .btn-close {
    background-color : transparent !important;
    background-image : url('data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23b4b7bd\'><path d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/></svg>');
    box-shadow : none !important;
    text-shadow : none;
}

.dark-layout .list-group .list-group-item:not([class*='list-group-item-']), .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active) {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .list-group .list-group-item:not([class*='list-group-item-']):not(.disabled), .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):not(.disabled) {
    color : #B4B7BD;
}

.dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):hover, .dark-layout .list-group .list-group-item.list-group-item-action:not(.active):not(:active):focus {
    background-color : #161D31;
}

.dark-layout .list-group .list-group-item.list-group-item-action.active:hover, .dark-layout .list-group .list-group-item.list-group-item-action.active:focus, .dark-layout .list-group .list-group-item.list-group-item-action:active:hover, .dark-layout .list-group .list-group-item.list-group-item-action:active:focus {
    color : #FFFFFF;
}

.dark-layout .list-group .list-group-item.active p, .dark-layout .list-group .list-group-item.active small {
    color : #FFFFFF;
}

.dark-layout .list-group .list-group-item.active:hover {
    color : #FFFFFF;
}

.dark-layout .list-group .list-group-item.disabled {
    color : #676D7D;
}

.dark-layout .list-group.list-group-circle .list-group-item:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-circle\'%3E%3Ccircle cx=\'12\' cy=\'12\' r=\'10\'%3E%3C/circle%3E%3C/svg%3E');
}

.dark-layout .spinner-border {
    border-color : currentColor !important;
    border-left-color : transparent !important;
}

.dark-layout .avatar {
    background-color : #161D31;
}

.dark-layout .avatar [class*='avatar-status-'] {
    border-color : #283046;
}

.dark-layout .avatar-group .avatar img, .dark-layout .avatar-group .avatar .avatar-content {
    box-shadow : 0 0 0 2px #283046, inset 0 0 0 1px rgba(40, 48, 70, 0.07);
}

.dark-layout .divider .divider-text {
    color : #B4B7BD;
}

.dark-layout .divider .divider-text::before, .dark-layout .divider .divider-text::after {
    border-color : #3B4253;
}

.dark-layout .divider.divider-dark .divider-text::before, .dark-layout .divider.divider-dark .divider-text::after {
    border-color : #3B4253 !important;
}

.dark-layout .timeline .timeline-item {
    border-color : #3B4253;
}

.dark-layout .timeline .timeline-item .timeline-point:not(.timeline-point-indicator) {
    background-color : #283046;
}

.dark-layout .timeline .timeline-item .timeline-event .timeline-event-time {
    color : #676D7D;
}

.dark-layout .timeline .timeline-item:last-of-type:after {
    background : linear-gradient(#3B4253, transparent);
}

.dark-layout .card {
    background-color : #283046;
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.dark-layout .card .card-footer {
    border-color : #3B4253;
}

.dark-layout .card.overlay-img-card .card-img-overlay span, .dark-layout .card.overlay-img-card .card-img-overlay p, .dark-layout .card.overlay-img-card .card-img-overlay .card-body {
    color : #FFFFFF;
}

.dark-layout .card-developer-meetup .meetup-header .meetup-day {
    border-left-color : #686d7b;
}

.dark-layout .card-profile .profile-image-wrapper .profile-image {
    background-color : #161D31;
}

.dark-layout .business-card .business-items .business-item {
    border-color : #3B4253;
}

.dark-layout .card-app-design .design-planning-wrapper .design-planning {
    background-color : #161D31;
}

.dark-layout .card-tiny-line-stats .apexcharts-series-markers .apexcharts-marker {
    stroke : #4497FC;
}

.dark-layout .card-tiny-line-stats .apexcharts-series-markers:last-child .apexcharts-marker {
    fill : #283046;
}

.dark-layout .card-revenue-budget .revenue-report-wrapper {
    border-left-color : #3B4253;
}

.dark-layout .card-revenue-budget .budget-wrapper .apexcharts-series:not(:first-child) path {
    stroke : #B4B7BD;
}

.dark-layout .earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
    fill : #B4B7BD !important;
}

.dark-layout .earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
    fill : #D0D2D6;
}

.dark-layout .card-company-table .avatar {
    background-color : #161D31;
}

.dark-layout input:-webkit-autofill, .dark-layout textarea:-webkit-autofill, .dark-layout select:-webkit-autofill {
    -webkit-box-shadow : 0 0 0 1000px #283046 inset !important;
    -webkit-text-fill-color : #B4B7BD !important;
}

.dark-layout input.form-control, .dark-layout select.form-select, .dark-layout textarea.form-control {
    background-color : #283046;
    color : #B4B7BD;
}

.dark-layout input.form-control:not(:focus), .dark-layout select.form-select:not(:focus), .dark-layout textarea.form-control:not(:focus) {
    /*border-color : #404656;*/
    border-color : #686d7b;


}

.dark-layout input.form-control::-moz-placeholder, .dark-layout select.form-select::-moz-placeholder, .dark-layout textarea.form-control::-moz-placeholder {
    color : #676D7D;
}

.dark-layout input.form-control::placeholder, .dark-layout select.form-select::placeholder, .dark-layout textarea.form-control::placeholder {
    color : #676D7D;
}

.dark-layout input.form-control:disabled, .dark-layout input.form-control[readonly='readonly'], .dark-layout select.form-select:disabled, .dark-layout select.form-select[readonly='readonly'], .dark-layout textarea.form-control:disabled, .dark-layout textarea.form-control[readonly='readonly'] {
    opacity : 0.5;
}

.dark-layout .form-floating textarea.form-control::-moz-placeholder {
    color : transparent;
}

.dark-layout .form-floating textarea.form-control::placeholder {
    color : transparent;
}

.dark-layout .form-control::file-selector-button {
    background-color : #283046;
    color : #D0D2D6;
}

.dark-layout .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color : #333A4F;
}

.dark-layout .char-textarea.active {
    color : #B4B7BD !important;
}

.dark-layout .char-textarea.max-limit {
    color : #DB394C !important;
}

.dark-layout .form-check-input:not(:checked) {
    background-color : #283046;
    border-color : #686d7b;
}

.dark-layout .form-check-input:not(:checked):not(:indeterminate) {
    background-color : #283046;
}

.dark-layout .form-check-input:not(:checked):not(:indeterminate):not(:focus) {
    border-color : #686d7b;
}

.dark-layout .form-check-input:not(:checked):not(:indeterminate):disabled {
    background-color : #444B60 !important;
    border-color : #444B60 !important;
}

.dark-layout .form-switch .form-check-input:not(:checked) {
    background-color : #545A6A;
}

.dark-layout .form-switch .form-check-input:disabled {
    background-color : #1B2337;
    border-color : #1B2337;
}

.dark-layout .form-switch .form-check-input:not(:checked):not(:focus) {
    background-image : url('data:image/svg+xml,<svg width=\'26px\' height=\'26px\' viewBox=\'0 0 26 27\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><circle id=\'path-1\' cx=\'8\' cy=\'8\' r=\'8\'></circle><filter x=\'-40.6%\' y=\'-21.9%\' width=\'168.8%\' height=\'168.8%\' filterUnits=\'objectBoundingBox\' id=\'filter-2\'><feOffset dx=\'-1\' dy=\'2\' in=\'SourceAlpha\' result=\'shadowOffsetOuter1\'></feOffset><feGaussianBlur stdDeviation=\'1.5\' in=\'shadowOffsetOuter1\' result=\'shadowBlurOuter1\'></feGaussianBlur><feColorMatrix values=\'0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.2 0\' type=\'matrix\' in=\'shadowBlurOuter1\'></feColorMatrix></filter></defs><g id=\'Artboard\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'><g id=\'switches-dot\' transform=\'translate(5.000000, 5.000000)\' fill-rule=\'nonzero\'><g id=\'Oval\'><use fill=\'black\' fill-opacity=\'1\' filter=\'url(%23filter-2)\' xlink:href=\'%23path-1\'></use><use fill=\'%23fff\' xlink:href=\'%23path-1\'></use></g></g></g></svg>');
}

.dark-layout select.form-select:not([multiple='multiple']) {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .was-validated .form-control:invalid, .dark-layout .was-validated .form-control.is-invalid, .dark-layout .was-validated .form-check-input:invalid, .dark-layout .was-validated .form-check-input.is-invalid, .dark-layout .was-validated select.form-select:not(:focus):invalid, .dark-layout .was-validated select.form-select:not(:focus).is-valid {
    border-color : #DB394C !important;
}

.dark-layout .was-validated .form-control:valid, .dark-layout .was-validated .form-control.is-valid, .dark-layout .was-validated .form-check-input:valid, .dark-layout .was-validated .form-check-input.is-valid, .dark-layout .was-validated select.form-select:not(:focus):valid, .dark-layout .was-validated select.form-select:not(:focus).is-valid {
    border-color : #62A51B !important;
}

.dark-layout .wizard .steps ul .disabled a, .dark-layout .wizard .steps ul .done a {
    color : #B4B7BD !important;
}

.dark-layout .wizard .steps ul .disabled a:hover, .dark-layout .wizard .steps ul .done a:hover {
    color : #B4B7BD;
}

.dark-layout .wizard .steps ul .disabled a .step, .dark-layout .wizard .steps ul .done a .step {
    background-color : #161D31 !important;
    color : #FFFFFF !important;
}

.dark-layout .input-group .input-group-text {
    background-color : #283046;
    border-color : #3B4253;
    color : #B4B7BD;
}

.dark-layout .input-group:focus-within .form-control, .dark-layout .input-group:focus-within .input-group-text {
    border-color : var(--psh-color-light);
    box-shadow : none;
}

.dark-layout .form-label-group > input:not(:focus):not(:-moz-placeholder-shown) ~ label, .dark-layout .form-label-group > textarea:not(:focus):not(:-moz-placeholder-shown) ~ label {
    color : #B4B7BD !important;
}

.dark-layout .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .dark-layout .form-label-group > textarea:not(:focus):not(:placeholder-shown) ~ label {
    color : #B4B7BD !important;
}

.dark-layout .counter-value {
    color : #FFFFFF;
}

.dark-layout .custom-option-item-check:not(:checked) + .custom-option-item {
    border-color : #3B4253;
}

.dark-layout .table td, .dark-layout .table th {
    color : #B4B7BD;
    border-color : #3B4253 !important;
}

.dark-layout .table .thead tr:not([class*='table-']) th, .dark-layout .table .thead tr:not([class*='table-']) td, .dark-layout .table tbody tr:not([class*='table-']) th, .dark-layout .table tbody tr:not([class*='table-']) td {
    border-color : #3B4253;
    color : #B4B7BD;
}

.dark-layout .table .thead tr:not([class*='table-']) th code, .dark-layout .table .thead tr:not([class*='table-']) td code, .dark-layout .table tbody tr:not([class*='table-']) th code, .dark-layout .table tbody tr:not([class*='table-']) td code {
    background-color : #283046;
}

.dark-layout .table thead tr th, .dark-layout .table tfoot tr th {
    border-color : #3B4253;
    background-color : #343D55;
    color : #D0D2D6;
}

.dark-layout .table thead.table-dark th {
    color : #4B4B4B;
    background-color : #FFFFFF;
}

.dark-layout .table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .dark-layout .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color : #343D55;
}

.dark-layout .table.table-dark {
    background-color : #FFFFFF;
}

.dark-layout .table.table-dark.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg : rgba(75, 75, 75, 0.05);
}

.dark-layout .table.table-dark td, .dark-layout .table.table-dark th {
    border-color : #F8F9FA !important;
    background-color : #FFFFFF;
}

.dark-layout .table.table-dark td .text-white, .dark-layout .table.table-dark th .text-white {
    color : #4B4B4B !important;
}

.dark-layout .table tbody tr.table-dark td, .dark-layout .table tbody tr.table-dark th {
    color : #FFFFFF;
}

.dark-layout .table tbody tr.table-active td, .dark-layout .table tbody tr.table-active th {
    color : #B4B7BD;
    background-color : #696E7E;
}

.dark-layout .table.table-bordered {
    border-color : #3B4253;
}

.dark-layout .table.table-hover tbody tr:hover {
    --bs-table-accent-bg : #242B3D;
}

.dark-layout .table.table-hover tbody tr th, .dark-layout .table.table-hover tbody tr td {
    background-color : unset;
}

.dark-layout .table.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-accent-bg : #242B3D;
}

.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy, .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel, .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf, .dark-layout .dataTables_wrapper .dt-buttons .buttons-print, .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary, .dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*='buttons-'] {
    color : #FFFFFF;
    background-color : #161D31 !important;
}

.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-print:active, .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary:active, .dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*='buttons-']:active {
    background-color : var(--psh-color-light) !important;
    color : #FFFFFF;
}

.dark-layout .dataTables_wrapper .dt-button-collection > div[role='menu'] {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.dark-layout .dataTables_wrapper .table.dataTable tr.group td {
    background-color : #242B3D;
    color : #D0D2D6;
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting:before, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:before, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-up\'%3E%3Cpolyline points=\'18 15 12 9 6 15\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting:after, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:after, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting:before, .dark-layout .dataTables_wrapper .table.dataTable thead .sorting:after {
    opacity : 0.5;
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:before {
    opacity : 1;
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_asc:after {
    opacity : 0.5;
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:after {
    opacity : 1;
}

.dark-layout .dataTables_wrapper .table.dataTable thead .sorting_desc:before {
    opacity : 0.5;
}

.dark-layout .dtr-modal .dtr-modal-display {
    background-color : #161D31;
}

.dark-layout .dtr-modal div.dtr-modal-close {
    background-color : transparent;
    border-color : transparent;
}

.dark-layout .getting-started .clockCard p {
    color : #B4B7BD !important;
}

.dark-layout #user-profile .profile-header .navbar {
    background-color : #283046;
}

.dark-layout #user-profile .profile-header .navbar .navbar-toggler {
    color : #B4B7BD;
    border-color : #3B4253;
}

.dark-layout .search-bar .form-control {
    background-color : #283046;
}

.dark-layout .blog-edit-wrapper .border {
    border-color : #3B4253 !important;
}

.dark-layout .kb-search-content-info .kb-search-content .card-img-top {
    background-color : #3F4860;
}

.dark-layout .list-group-circle .list-group-item:not([class*='list-group-item-']):hover, .dark-layout .list-group-circle .list-group-item:not([class*='list-group-item-']):focus, .dark-layout .list-group-circle .list-group-item:not([class*='list-group-item-']):active, .dark-layout .list-group-circle .list-group-item-action:hover, .dark-layout .list-group-circle .list-group-item-action:focus, .dark-layout .list-group-circle .list-group-item-action:active {
    background-color : transparent !important;
}

.dark-layout .pricing-card .card.basic-pricing, .dark-layout .pricing-card .card.enterprise-pricing, .dark-layout .pricing-card .card.standard-pricing {
    border-color : #3B4253;
}

.dark-layout .content-area-wrapper {
    border-color : #3B4253 !important;
}

.dark-layout .content-area-wrapper .sidebar .sidebar-content {
    background-color : #283046 !important;
}

.dark-layout .content-area-wrapper .app-fixed-search {
    background-color : #283046 !important;
    border-color : #3B4253 !important;
}

.dark-layout .content-area-wrapper .content-right {
    border-color : #3B4253 !important;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .app-action {
    border-color : #3B4253;
    background-color : #283046;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle {
    color : #B4B7BD;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail {
    border-color : #3B4253;
    background-color : #283046;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail:hover {
    box-shadow : 0 3px 10px 0 #283046;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail.selected-row-bg {
    background-color : rgba(36, 145, 138, 0.06);
    border-color : #3B4253;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail .user-details p, .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail .user-details .mail-date, .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail .mail-message p, .dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .user-mail .mail-message .mail-date {
    color : #676D7D;
}

.dark-layout .email-application .content-area-wrapper .email-app-list .email-user-list .mail-read {
    background-color : #242B3D;
}

.dark-layout .email-application .content-area-wrapper .email-app-details {
    border-color : #3B4253;
}

.dark-layout .email-application .content-area-wrapper .email-app-details .email-scroll-area {
    background-color : #161D31;
}

.dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle, .dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .action-icon {
    color : #B4B7BD;
}

.dark-layout .email-application .content-area-wrapper .email-app-details .email-info-dropup .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23676d7d\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .email-application .content-area-wrapper .email-app-details .mail-message-wrapper, .dark-layout .email-application .content-area-wrapper .email-app-details .email-detail-head {
    border-color : #3B4253 !important;
}

.dark-layout .email-application .content-area-wrapper #compose-mail .compose-mail-form-field, .dark-layout .email-application .content-area-wrapper #compose-mail .ql-toolbar, .dark-layout .email-application .content-area-wrapper #compose-mail .ql-container {
    border-color : #3B4253;
}

.dark-layout .email-application .content-area-wrapper #compose-mail label {
    color : #B4B7BD;
}

.dark-layout .email-application .content-area-wrapper #compose-mail .modal-body {
    border-bottom-right-radius : 0.357rem;
    border-bottom-left-radius : 0.357rem;
}

.dark-layout .chat-application .content-area-wrapper {
    border-color : #3B4253;
}

.dark-layout .chat-application .sidebar .chat-profile-sidebar {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .chat-application .sidebar .sidebar-content {
    border-color : #3B4253;
}

.dark-layout .chat-application .sidebar .sidebar-content .chat-fixed-search {
    border-color : #3B4253;
}

.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li:not(.active):hover {
    background : #161D31;
}

.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li .chat-info .card-text, .dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li .chat-time {
    color : #676D7D;
}

.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li.active .chat-info .card-text, .dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li.active .chat-time {
    color : #FFFFFF;
}

.dark-layout .chat-application .sidebar .sidebar-content .chat-user-list-wrapper .chat-users-list li img {
    border-color : #3B4253;
}

.dark-layout .chat-application .avatar-border img {
    border-color : #3B4253;
}

.dark-layout .chat-application .content-right .chat-app-window .start-chat-area {
    background-color : #283046;
}

.dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon, .dark-layout .chat-application .content-right .chat-app-window .start-chat-area .start-chat-text {
    background : #283046;
    color : #B4B7BD;
}

.dark-layout .chat-application .content-right .chat-app-window .start-chat-area, .dark-layout .chat-application .content-right .chat-app-window .user-chats {
    background-image : url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNjAgMjYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjAgMjYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzE3MUEyNDt9Cjwvc3R5bGU+CjxnPgoJPGcgaWQ9ImktbGlrZS1mb29kIj4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuNCwxNmMwLjIsMC42LDAuNCwxLjMsMC41LDJoLTMuN2wxLjIsMi4zbDAuNSwwLjlsLTAuMiwwLjFWMjhjMi4yLDEuNywyLjcsNC44LDEsNwoJCQljLTAuOCwxLTEuOSwxLjctMy4yLDEuOVYzN2MtMC45LDMuNS00LjEsNi03LjgsNmgtMjBjLTMuNiwwLTYuOC0yLjUtNy43LTZ2LTAuMWMtMi43LTAuNC00LjYtMy00LjItNS43YzAuMi0xLjMsMC45LTIuNSwxLjktMy4yCgkJCXYtNi44bC0wLjgtMS42bC0wLjQtMC45bDAuOS0wLjRMLTE3LDE4aC0zQy0xNy4yLDUuNi00LjktMi4yLDcuNSwwLjZDMTUuNCwyLjMsMjEuOSw4LjIsMjQuNCwxNnogTS0xMi40LDE4Yy0wLjIsMC0wLjMsMC0wLjQsMC4xCgkJCWwtMy4xLDEuNmwwLjksMS44bDEuMy0wLjdjMC44LTAuNCwxLjgtMC40LDIuNywwbDIuMiwxLjFjMC4zLDAuMSwwLjYsMC4xLDAuOSwwbDIuMi0xLjFjMC44LTAuNCwxLjgtMC40LDIuNywwbDIuMiwxLjEKCQkJYzAuMywwLjEsMC42LDAuMSwwLjksMGwyLjItMS4xYzAuOC0wLjQsMS44LTAuNCwyLjcsMGwyLjIsMS4xQzcuNCwyMiw3LjcsMjIsOCwyMS45bDIuOS0xLjNjMC44LTAuMywxLjctMC4zLDIuNCwwbDIuOSwxLjMKCQkJYzAuMywwLjEsMC42LDAuMSwwLjksMGwzLjEtMS41bC0wLjktMS44bC0xLjQsMC43Yy0wLjgsMC40LTEuNywwLjQtMi42LDAuMWwtMi44LTEuMkMxMi4zLDE4LDEyLjIsMTgsMTIuMSwxOGwwLDAKCQkJYy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0yLjgsMS4yYy0wLjgsMC40LTEuOCwwLjMtMi42LTAuMUw0LDE4LjFDMy45LDE4LDMuNywxOCwzLjYsMThsMCwwYy0wLjIsMC0wLjMsMC0wLjQsMC4xTDEsMTkuMgoJCQljLTAuOCwwLjQtMS44LDAuNC0yLjcsMEwtNCwxOC4xQy00LjEsMTgtNC4zLDE4LTQuNCwxOGwwLDBjLTAuMiwwLTAuMywwLTAuNCwwLjFMLTcsMTkuMmMtMC44LDAuNC0xLjgsMC40LTIuNywwbC0yLjItMS4xCgkJCUMtMTIuMSwxOC0xMi4zLDE4LTEyLjQsMThMLTEyLjQsMThMLTEyLjQsMTh6IE0tMTIuNCwxNmgtNC45Qy0xMy41LDUuMS0xLjUtMC43LDkuNSwzLjJjNiwyLjEsMTAuNyw2LjgsMTIuOCwxMi44aC0yLjFsLTAuMS0wLjEKCQkJTDE5LjksMTZILTEyLjRMLTEyLjQsMTZ6IE0xNy45LDIzLjdsMS40LTAuN2gxLjN2MmgtMzZ2LTEuMWwwLjMtMC4ybDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdILTMKCQkJbDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwTDIuMywyM2gyLjZsMS40LDAuN2MwLjcsMC40LDEuNywwLjQsMi41LDBsMS43LTAuN2gzLjJsMS43LDAuN0MxNi4yLDI0LjEsMTcuMSwyNC4xLDE3LjksMjMuN3oKCQkJIE0tMTMuOCwyN2wxNi40LDQuOUwxOC45LDI3SC0xMy44eiBNLTE0LjQsMjloMC4zbDE2LjcsNWwxNi43LTVoMC4zYzEuNywwLDMsMS4zLDMsM3MtMS4zLDMtMywzaC0zNGMtMS43LDAtMy0xLjMtMy0zCgkJCUMtMTcuNCwzMC4zLTE2LjEsMjktMTQuNCwyOXogTS0xMy4xLDM3YzAuOCwyLjQsMy4xLDQsNS43LDRoMjBjMi41LDAsNC44LTEuNiw1LjctNEMxOC4yLDM3LTEzLjEsMzctMTMuMSwzN3oiLz4KCQk8cGF0aCBpZD0icGF0aDZfZmlsbC1jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMjg0LjQsMTZjMC4yLDAuNiwwLjQsMS4zLDAuNSwyaC0zLjdsMS4yLDIuM2wwLjUsMC45bC0wLjIsMC4xVjI4YzIuMiwxLjcsMi43LDQuOCwxLDcKCQkJYy0wLjgsMS0xLjksMS43LTMuMiwxLjlWMzdjLTAuOSwzLjUtNC4xLDYtNy44LDZoLTIwYy0zLjYsMC02LjgtMi41LTcuNy02di0wLjFjLTIuNy0wLjQtNC42LTMtNC4yLTUuN2MwLjItMS4zLDAuOS0yLjUsMS45LTMuMgoJCQl2LTYuOGwtMC44LTEuNmwtMC40LTAuOWwwLjktMC40TDI0MywxOGgtM2MyLjgtMTIuNCwxNS4xLTIwLjIsMjcuNS0xNy40QzI3NS40LDIuMywyODEuOSw4LjIsMjg0LjQsMTZ6IE0yNDcuNSwxOAoJCQljLTAuMiwwLTAuMywwLTAuNCwwLjFsLTMuMSwxLjZsMC45LDEuOGwxLjMtMC43YzAuOC0wLjQsMS44LTAuNCwyLjcsMGwyLjIsMS4xYzAuMywwLjEsMC42LDAuMSwwLjksMGwyLjItMS4xCgkJCWMwLjgtMC40LDEuOC0wLjQsMi43LDBsMi4yLDEuMWMwLjMsMC4xLDAuNiwwLjEsMC45LDBsMi4yLTEuMWMwLjgtMC40LDEuOC0wLjQsMi43LDBsMi4yLDEuMWMwLjMsMC4xLDAuNiwwLjEsMC45LDBsMi45LTEuMwoJCQljMC44LTAuMywxLjctMC4zLDIuNCwwbDIuOSwxLjNjMC4zLDAuMSwwLjYsMC4xLDAuOSwwbDMuMS0xLjVsLTAuOS0xLjhsLTEuNCwwLjdjLTAuOCwwLjQtMS43LDAuNC0yLjYsMC4xbC0yLjgtMS4yCgkJCWMtMC4xLTAuMS0wLjMtMC4xLTAuNC0wLjFsMCwwYy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0yLjgsMS4yYy0wLjgsMC40LTEuOCwwLjMtMi42LTAuMWwtMi4zLTEuMWMtMC4xLTAuMS0wLjMtMC4xLTAuNS0wLjFsMCwwCgkJCWMtMC4yLDAtMC4zLDAtMC40LDAuMWwtMi4yLDEuMWMtMC44LDAuNC0xLjgsMC40LTIuNywwbC0yLjItMS4xYy0wLjEtMC4xLTAuMy0wLjEtMC40LTAuMWwwLDBjLTAuMiwwLTAuMywwLTAuNCwwLjFsLTIuMiwxLjEKCQkJYy0wLjgsMC40LTEuOCwwLjQtMi43LDBsLTIuMi0xLjFDMjQ3LjksMTgsMjQ3LjcsMTgsMjQ3LjUsMThMMjQ3LjUsMThMMjQ3LjUsMTh6IE0yNDcuNSwxNmgtNC45YzMuOS0xMC45LDE1LjktMTYuNywyNi44LTEyLjgKCQkJYzYsMi4xLDEwLjcsNi44LDEyLjgsMTIuOGgtMi4xbC0wLjEtMC4xbC0wLjMsMC4xSDI0Ny41TDI0Ny41LDE2eiBNMjc3LjksMjMuN2wxLjQtMC43aDEuM3YyaC0zNnYtMS4xbDAuMy0wLjJsMS40LTAuN2gyLjYKCQkJbDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjgsMC40LDIuNywwbDEuNC0wLjdoMi42bDEuNCwwLjdjMC44LDAuNCwxLjcsMC40LDIuNiwwLjFsMS43LTAuNwoJCQloMy4ybDEuNywwLjdDMjc2LjIsMjQuMSwyNzcuMSwyNC4xLDI3Ny45LDIzLjdMMjc3LjksMjMuN3ogTTI0Ni4yLDI3bDE2LjQsNC45TDI3OSwyN0gyNDYuMnogTTI0NS41LDI5aDAuM2wxNi43LDVsMTYuNy01aDAuMwoJCQljMS43LDAsMywxLjMsMywzcy0xLjMsMy0zLDNoLTM0Yy0xLjcsMC0zLTEuMy0zLTNTMjQzLjksMjksMjQ1LjUsMjl6IE0yNDYuOSwzN2MwLjgsMi40LDMuMSw0LDUuNiw0aDIwYzIuNSwwLDQuOC0xLjYsNS43LTQKCQkJSDI0Ni45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTkuNSwyMWMtMS4zLTMuNi00LjctNi04LjUtNmgtNDJjLTMuOCwwLTcuMiwyLjQtOC41LDZjLTMuMywwLjMtNS44LDMuMi01LjUsNi41YzAuMiwyLjksMi42LDUuMiw1LjUsNS41CgkJCWMtMS43LDQuNywwLjgsOS44LDUuNCwxMS41YzEsMC4zLDIsMC41LDMsMC41aDQyYzUsMCw5LTQsOS05YzAtMS0wLjItMi4xLTAuNS0zYzMuMy0wLjMsNS44LTMuMiw1LjUtNi41CgkJCUMxNjQuNywyMy42LDE2Mi40LDIxLjMsMTU5LjUsMjF6IE0xNTEsMTdoLTQyYy0yLjcsMC01LjIsMS42LTYuMyw0aDU0LjdDMTU2LjIsMTguNiwxNTMuNywxNywxNTEsMTd6IE0xNDEuNyw0MwoJCQljMi4xLTEuNywzLjMtNC4zLDMuMy03aC0yYzAsMy45LTMuMSw3LTcsN2gtNC4zYzIuMS0xLjcsMy4zLTQuMywzLjMtN2gtMmMwLDMuOS0zLjEsNy03LDdoLTQuM2MyLjEtMS43LDMuMy00LjMsMy4zLTdoLTIKCQkJYzAsMy45LTMuMSw3LTcsN2gtN2MtMy45LDAtNy0zLjEtNy03czMuMS03LDctN2g0MmMzLjksMCw3LDMuMSw3LDdzLTMuMSw3LTcsN0gxNDEuN3ogTTEwOSwyN2MtMywwLTUuOCwxLjUtNy41LDRIMTAxCgkJCWMtMi4yLDAtNC0xLjgtNC00czEuOC00LDQtNGg1OGMyLjIsMCw0LDEuOCw0LDRzLTEuOCw0LTQsNGgtMC41Yy0xLjctMi41LTQuNS00LTcuNS00SDEwOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzksMTE1YzQuNCwwLDgtMy42LDgtOHMtMy42LTgtOC04cy04LDMuNi04LDhTMzQuNiwxMTUsMzksMTE1eiBNNDUsMTA3YzAsMy4zLTIuNyw2LTYsNnMtNi0yLjctNi02CgkJCXMyLjctNiw2LTZTNDUsMTAzLjcsNDUsMTA3eiBNNDIsNzh2LTJoOHYtNkg0MGMtMi4yLDAtNCwxLjgtNCw0djEwSDIybC0xLjMsNEwyMCw5MGgyLjJsMy44LDQwaDI2bDMuOC00MEg1OGwtMC43LTJMNTYsODRINDJWNzh6CgkJCSBNMzgsNzR2MTBoMlY3NGg4di0yaC04QzM4LjksNzIsMzgsNzIuOSwzOCw3NHogTTQwLDg2aDE0LjZsMC43LDJIMjIuOGwwLjctMkg0MHogTTUzLjgsOTBIMjQuMmwzLjYsMzhoMjIuNEw1My44LDkweiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjksOTJoLTZ2NGgtNnY0aC02djE0aC0zbDAuMiwybDMuOCwzMmgzNmwzLjgtMzJsMC4yLTJoLTN2LTE0aC02di00aC02di00SDEyOXogTTE0NywxMTR2LTEyaC00djRoM3Y4SDE0NwoJCQl6IE0xNDQsMTE0di02aC00djZIMTQ0eiBNMTM4LDEyMHYtMTZoLTR2MTkuMkMxMzUuNiwxMjIuNSwxMzcsMTIxLjQsMTM4LDEyMHogTTEzMiwxMjMuOFYxMDBoLTR2MjMuOAoJCQlDMTI5LjMsMTI0LjEsMTMwLjcsMTI0LjEsMTMyLDEyMy44eiBNMTI2LDEyMy4yVjEwNGgtNHYxNkMxMjMsMTIxLjQsMTI0LjQsMTIyLjUsMTI2LDEyMy4yeiBNMTIwLDExNHYtNmgtNHY2SDEyMHogTTExNCwxMTR2LThoMwoJCQl2LTRoLTR2MTJIMTE0eiBNMTQxLDEwMnYtNGgtNHY0aDN2NGgxVjEwMnogTTEzNSwxMDJ2LThoLTR2NGgzdjRIMTM1eiBNMTI5LDk4di00aC00djhoMXYtNEgxMjl6IE0xMjMsMTAydi00aC00djhoMXYtNEgxMjN6CgkJCSBNMTMwLDEyNmM1LjksMCwxMC45LTQuMiwxMS44LTEwaDcuOWwtMy41LDMwaC0zMi40bC0zLjUtMzBoNy45QzExOS4xLDEyMS44LDEyNC4xLDEyNiwxMzAsMTI2eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMTIsODZ2MmgtNHYtMkgyMTJ6IE0yMTYsODZoLTJ2MmgyVjg2eiBNMTk2LDg2TDE5Niw4NmMtMi43LDAuNy00LjUsMy4zLTMuOSw2YzAuNCwxLjgsMS42LDMuMiwzLjMsMy44CgkJCWwwLjEsMC4ybDEuMSw0LjVjMC4yLDAuOSwxLDEuNSwxLjksMS41bDAsMGw3LDI0LjZjMC4yLDAuOSwxLDEuNCwxLjksMS40aDVjMC45LDAsMS43LTAuNiwxLjktMS40bDctMjQuNmMwLjksMCwxLjctMC42LDEuOS0xLjUKCQkJbDEuMS00LjVsMC4xLTAuMmMyLjYtMC45LDQuMS0zLjcsMy4yLTYuM2MtMC42LTEuNy0yLTMtMy44LTMuM1Y4NmMwLTcuNy02LjMtMTQtMTQtMTRTMTk2LDc4LjMsMTk2LDg2eiBNMjAwLDg2aDZ2MmgtOQoJCQljLTEuNywwLTMsMS4zLTMsM3MxLjMsMywzLDNoMjZjMS43LDAsMy0xLjMsMy0zcy0xLjMtMy0zLTNoLTN2LTJoMmMwLTYuNi01LjQtMTItMTItMTJzLTEyLDUuNC0xMiwxMkgyMDB6IE0xOTguNiwxMDBsLTEtNGgyNC45CgkJCWwtMSw0SDE5OC42eiBNMjA3LjUsMTI2bC02LjktMjRoMTguN2wtNi45LDI0SDIwNy41eiBNMTUwLDI0MmMxMi4yLDAsMjItOS44LDIyLTIycy05LjgtMjItMjItMjJzLTIyLDkuOC0yMiwyMgoJCQlTMTM3LjgsMjQyLDE1MCwyNDJ6IE0xNzQsMjIwYzAsMTMuMy0xMC43LDI0LTI0LDI0cy0yNC0xMC43LTI0LTI0bDAsMGMwLTEzLjMsMTAuNy0yNCwyNC0yNFMxNzQsMjA2LjcsMTc0LDIyMHogTTE0NS42LDIzNy43CgkJCWwyLTAuOWMxLjUtMC42LDMuMi0wLjYsNC43LDBsMiwwLjljMC45LDAuNCwyLDAsMi41LTAuOGwxLjEtMS45YzAuOC0xLjQsMi4yLTIuNCwzLjgtMi44bDIuMS0wLjVjMS0wLjIsMS42LTEuMSwxLjUtMi4xbC0wLjItMi4yCgkJCWMtMC4xLTEuNiwwLjQtMy4yLDEuNC00LjVsMS40LTEuN2MwLjctMC44LDAuNy0xLjksMC0yLjZsLTEuNC0xLjdjLTEuMS0xLjItMS42LTIuOC0xLjQtNC41bDAuMi0yLjJjMC4xLTEtMC42LTEuOS0xLjYtMi4xCgkJCWwtMi4xLTAuNWMtMS42LTAuNC0zLTEuNC0zLjgtMi44bC0xLjEtMS45Yy0wLjUtMC45LTEuNi0xLjItMi41LTAuOGwtMiwwLjljLTEuNSwwLjYtMy4yLDAuNi00LjcsMGwtMi0wLjljLTAuOS0wLjQtMiwwLTIuNSwwLjgKCQkJbC0xLDIuMWMtMC44LDEuNC0yLjIsMi40LTMuOCwyLjhsLTIuMSwwLjVjLTEsMC4yLTEuNiwxLjEtMS41LDIuMWwwLjIsMi4yYzAuMSwxLjYtMC40LDMuMi0xLjQsNC41bC0xLjQsMS43CgkJCWMtMC43LDAuOC0wLjcsMS45LDAsMi42bDEuNCwxLjdjMS4xLDEuMiwxLjYsMi44LDEuNCw0LjVsLTAuMiwyLjJjLTAuMSwxLDAuNiwxLjksMS42LDIuMWwyLjEsMC41YzEuNiwwLjQsMywxLjQsMy44LDIuOGwxLjEsMS45CgkJCUMxNDMuNiwyMzcuOCwxNDQuNywyMzguMSwxNDUuNiwyMzcuN0wxNDUuNiwyMzcuN3ogTTE0OC40LDIzOC43YzEtMC40LDIuMS0wLjQsMy4xLDBsMiwwLjljMS44LDAuOCw0LDAuMSw1LTEuNmwxLjEtMS45CgkJCWMwLjYtMC45LDEuNS0xLjYsMi41LTEuOGwyLjEtMC41YzEuOS0wLjQsMy4zLTIuMywzLjEtNC4ybC0wLjItMi4yYy0wLjEtMS4xLDAuMy0yLjIsMS0zbDEuNC0xLjdjMS4zLTEuNSwxLjMtMy43LDAtNS4ybC0xLjQtMS43CgkJCWMtMC43LTAuOC0xLjEtMS45LTEtM2wwLjItMi4yYzAuMi0yLTEuMS0zLjgtMy4xLTQuMmwtMi4xLTAuNWMtMS4xLTAuMi0yLTAuOS0yLjUtMS44bC0xLjEtMS45Yy0xLTEuNy0zLjItMi40LTUtMS42bC0yLDAuOQoJCQljLTEsMC40LTIuMSwwLjQtMy4xLDBsLTItMC45Yy0xLjgtMC44LTQtMC4xLTUsMS42bC0xLjEsMS45Yy0wLjYsMC45LTEuNSwxLjYtMi41LDEuOGwtMi4xLDAuNWMtMS45LDAuNC0zLjMsMi4zLTMuMSw0LjJsMC4yLDIuMgoJCQljMC4xLDEuMS0wLjMsMi4yLTEsM2wtMS40LDEuN2MtMS4zLDEuNS0xLjMsMy43LDAsNS4ybDEuNCwxLjdjMC43LDAuOCwxLjEsMS45LDEsM2wtMC4yLDIuMmMtMC4yLDIsMS4xLDMuOCwzLjEsNC4ybDIuMSwwLjUKCQkJYzEuMSwwLjIsMiwwLjksMi41LDEuOGwxLjEsMS45YzEsMS43LDMuMiwyLjQsNSwxLjZMMTQ4LjQsMjM4Ljd6IE0xNTIsMjA3YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMQoJCQlTMTUyLDIwNy42LDE1MiwyMDd6IE0xNTgsMjA5YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNTgsMjA5LjYsMTU4LDIwOXogTTE0NywyMTBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMQoJCQlzLTAuNCwxLTEsMVMxNDcsMjEwLjYsMTQ3LDIxMHogTTE0MSwyMTBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzE0MSwyMTAuNiwxNDEsMjEweiBNMTQ0LDIwNWMwLTAuNiwwLjQtMSwxLTEKCQkJczEsMC40LDEsMXMtMC40LDEtMSwxUzE0NCwyMDUuNiwxNDQsMjA1eiBNMTM2LDIxM2MwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTM2LDIxMy42LDEzNiwyMTN6IE0xMzksMjE5CgkJCWMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTM5LDIxOS42LDEzOSwyMTl6IE0xMzksMjI1YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxMzksMjI1LjYsMTM5LDIyNXoKCQkJIE0xNDMsMjMyYzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNDMsMjMyLjYsMTQzLDIzMnogTTE0OCwyMzBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxCgkJCVMxNDgsMjMwLjYsMTQ4LDIzMHogTTE1MywyMzRjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzE1MywyMzQuNiwxNTMsMjM0eiBNMTU3LDIyOGMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxCgkJCXMtMC40LDEtMSwxUzE1NywyMjguNiwxNTcsMjI4eiBNMTYzLDIyNGMwLTAuNiwwLjQtMSwxLTFzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTYzLDIyNC42LDE2MywyMjR6IE0xNTksMjIxYzAtMC42LDAuNC0xLDEtMQoJCQlzMSwwLjQsMSwxcy0wLjQsMS0xLDFTMTU5LDIyMS42LDE1OSwyMjF6IE0xNjMsMjE4YzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNjMsMjE4LjYsMTYzLDIxOHogTTE1OCwyMTQKCQkJYzAtMC42LDAuNC0xLDEtMXMxLDAuNCwxLDFzLTAuNCwxLTEsMVMxNTgsMjE0LjYsMTU4LDIxNHogTTEzNCwyMjBjMC0wLjYsMC40LTEsMS0xczEsMC40LDEsMXMtMC40LDEtMSwxUzEzNCwyMjAuNiwxMzQsMjIwegoJCQkgTTE1MCwyMjVjMi44LDAsNS0yLjIsNS01cy0yLjItNS01LTVzLTUsMi4yLTUsNVMxNDcuMiwyMjUsMTUwLDIyNXogTTE1NywyMjBjMCwzLjktMy4xLDctNyw3cy03LTMuMS03LTdzMy4xLTcsNy03CgkJCVMxNTcsMjE2LjEsMTU3LDIyMHogTTI0MywxOTFjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyNDN6IE0yNjIsMjAwYzAtMC42LDAuNC0xLDEtMWgyCgkJCWMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMWgtMkMyNjIuNCwyMDEsMjYyLDIwMC42LDI2MiwyMDB6IE0yNDgsMjA1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTEKCQkJSDI0OHogTTIyMywyMDZjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyMjN6IE0yMjgsMjEwYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDIKCQkJYzAuNiwwLDEtMC40LDEtMXMtMC40LTEtMS0xSDIyOHogTTIzNywyMTBjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDMjM3LjQsMjExLDIzNywyMTAuNiwyMzcsMjEwegoJCQkgTTI1MiwyMTFjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDMjUyLjQsMjEyLDI1MiwyMTEuNiwyNTIsMjExeiBNMjY0LDIwOWMtMC42LDAtMSwwLjQtMSwxczAuNCwxLDEsMWgyCgkJCWMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgyNjR6IE0yNTMsMTk1YzAtMC42LDAuNC0xLDEtMWgyYzAuNiwwLDEsMC40LDEsMXMtMC40LDEtMSwxaC0yQzI1My40LDE5NiwyNTMsMTk1LjYsMjUzLDE5NXoKCQkJIE0yMzQsMTk1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFIMjM0eiBNMjQwLDIwMGMwLTAuNiwwLjQtMSwxLTFoMmMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMQoJCQloLTJDMjQwLjQsMjAxLDI0MCwyMDAuNiwyNDAsMjAweiBNMjE1LDIxNWMwLTAuNSwwLTAuOSwwLTEuNGMtMi41LTEuMS0zLjctNC0yLjYtNi42YzAuMi0wLjUsMC41LTEsMC45LTEuNGMtMC45LTIsMC00LjIsMS45LTUuMgoJCQljLTAuOC0yLjYsMC43LTUuNCwzLjQtNi4ybDAsMGMwLjQtMC41LDAuOS0wLjksMS41LTEuMWMwLjUtMi43LDMuMS00LjUsNS44LTQuMWMwLjcsMC4xLDEuNCwwLjQsMiwwLjhjNS4zLTMuOCwxMS42LTUuOSwxOC4yLTUuOQoJCQljNi44LDAsMTMuMSwyLjIsMTguMiw1LjljMi4zLTEuNiw1LjQtMSw3LDEuM2MwLjQsMC42LDAuNywxLjMsMC44LDJjMC42LDAuMiwxLjEsMC42LDEuNSwxLjFjMi43LDAuOCw0LjIsMy41LDMuNCw2LjJsMCwwCgkJCWMxLjksMSwyLjcsMy4yLDEuOSw1LjJjMS45LDIsMS44LDUuMi0wLjIsN2MtMC40LDAuNC0wLjksMC43LTEuNSwxYzAsMC41LDAsMC45LDAsMS40djFoLTYydi0xSDIxNXogTTIxNS44LDIwNy44CgkJCWMtMC4zLDEuMi0wLjUsMi40LTAuNiwzLjZjLTEuMy0xLTEuNi0yLjktMC42LTQuMmwwLDBDMjE1LDIwNy41LDIxNS40LDIwNy43LDIxNS44LDIwNy44TDIxNS44LDIwNy44eiBNMjE3LjMsMjAzLjIKCQkJYy0wLjQsMC45LTAuNywxLjgtMSwyLjdjLTEtMC40LTEuNi0xLjUtMS4zLTIuNWMwLjItMC41LDAuNi0wLjksMS4xLTEuMkMyMTYuNSwyMDIuNiwyMTYuOSwyMDIuOSwyMTcuMywyMDMuMkwyMTcuMywyMDMuMnoKCQkJIE0yMTkuNiwxOTguN2MtMC41LDAuOS0xLDEuOC0xLjUsMi43Yy0xLjMtMS0xLjUtMi45LTAuNS00LjJjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjVDMjE4LjMsMTk3LjYsMjE4LjksMTk4LjMsMjE5LjYsMTk4LjcKCQkJTDIxOS42LDE5OC43eiBNMjIwLjgsMTk3YzAuNC0wLjUsMC43LTEsMS4xLTEuNWMtMC4zLTAuNS0wLjktMC43LTEuNC0wLjRzLTAuNywwLjktMC40LDEuNEMyMjAuMywxOTYuNywyMjAuNSwxOTYuOSwyMjAuOCwxOTcKCQkJTDIyMC44LDE5N3ogTTIyNi4xLDE5MS4yYy0xLDAuOS0yLDEuOC0yLjksMi44Yy0wLjMtMC4zLTAuNy0wLjYtMS4xLTAuOGMwLjQtMS42LDIuMS0yLjUsMy43LTIuMQoJCQlDMjI1LjksMTkxLjEsMjI2LDE5MS4yLDIyNi4xLDE5MS4yTDIyNi4xLDE5MS4yeiBNMjY4LjgsMTk0Yy0wLjktMS0xLjktMS45LTIuOS0yLjhjMS41LTAuNiwzLjMsMC4xLDMuOSwxLjcKCQkJYzAsMC4xLDAuMSwwLjIsMC4xLDAuM0MyNjkuNSwxOTMuNCwyNjkuMSwxOTMuNiwyNjguOCwxOTRMMjY4LjgsMTk0eiBNMjcwLjEsMTk1LjVjMC40LDAuNSwwLjgsMSwxLjEsMS40CgkJCWMwLjUtMC4xLDAuOS0wLjcsMC44LTEuMnMtMC43LTAuOS0xLjItMC44QzI3MC41LDE5NS4xLDI3MC4zLDE5NS4zLDI3MC4xLDE5NS41eiBNMjczLjksMjAxLjRjLTAuNS0wLjktMS0xLjgtMS41LTIuNwoJCQljMC44LTAuNCwxLjQtMS4xLDEuNi0yYzEuMywxLjEsMS40LDMsMC40LDQuMkMyNzQuMiwyMDEuMSwyNzQsMjAxLjIsMjczLjksMjAxLjR6IE0yNzUuNiwyMDUuOWMtMC4zLTAuOS0wLjYtMS44LTEtMi43CgkJCWMwLjQtMC4zLDAuOC0wLjYsMS4yLTFjMSwwLjUsMS40LDEuNywxLDIuN0MyNzYuNiwyMDUuMywyNzYuMiwyMDUuNywyNzUuNiwyMDUuOXogTTI3Ni44LDIxMS40Yy0wLjEtMS4yLTAuNC0yLjQtMC42LTMuNgoJCQljMC41LTAuMSwwLjktMC40LDEuMi0wLjZDMjc4LjQsMjA4LjUsMjc4LjEsMjEwLjQsMjc2LjgsMjExLjRMMjc2LjgsMjExLjRMMjc2LjgsMjExLjR6IE0yNzUsMjE0Yy0wLjUtMTYtMTMuOS0yOC42LTI5LjktMjguMQoJCQljLTE1LjMsMC41LTI3LjYsMTIuOC0yOC4xLDI4LjFIMjc1TDI3NSwyMTR6IE03Mi4zLDE5OC4xYy0wLjItMC4zLTAuMy0wLjctMC4zLTEuMXYtMTJoLTJ2MTJjMCwyLjIsMS44LDQsNCw0CgkJCWMxLjIsMCwyLjMtMC41LDMuMS0xLjRjMC42LTAuNywwLjktMS42LDAuOS0yLjV2LTEyaC0ydjEyYzAsMS4xLTAuOSwyLTIsMmwwLDBDNzMuMywxOTksNzIuNywxOTguNyw3Mi4zLDE5OC4xeiBNNzUsMTc2CgkJCWMwLjQsMCwwLjcsMCwxLjEtMC4xYzAuNSwyLjIsMi42LDMuNSw0LjgsM2MwLjUtMC4xLDEtMC4zLDEuNC0wLjZjMS4xLDIuMSwxLjcsNC40LDEuNyw2Ljd2MjRjMCwzLjMtMi43LDYtNiw2aC0zdjkKCQkJYzAsMi44LTIuMiw1LTUsNXMtNS0yLjItNS01di05aC0zYy0zLjMsMC02LTIuNy02LTZ2LTI0YzAtNy43LDYuMy0xNCwxNC0xNEM3MCwxNzMuOCw3Mi4yLDE3Niw3NSwxNzZ6IE01OCwxOTF2MTIKCQkJYzAsMC44LDAuNSwxLjUsMS4yLDEuOGMwLjksMC40LDEuOSwwLjEsMi40LTAuN2MwLjItMC4zLDAuMy0wLjcsMC4zLTEuMXYtMTJoMnYxMmMwLDIuMi0xLjcsNC0zLjksNGMtMC41LDAtMS0wLjEtMS40LTAuMgoJCQljLTAuMi0wLjEtMC40LTAuMi0wLjctMC4zdjIuNWMwLDIuMiwxLjgsNCw0LDRoMTZjMi4yLDAsNC0xLjgsNC00di0yNGMwLTEuNS0wLjItMi45LTAuNy00LjJjLTAuNCwwLjEtMC45LDAuMi0xLjMsMC4yCgkJCWMtMi4xLDAtNC4xLTEuMS01LjItM2MtMy0wLjEtNS42LTItNi41LTQuOUM2Mi40LDE3NCw1OCwxNzksNTgsMTg1VjE5MXogTTY3LDIxNXY5YzAsMS43LDEuMywzLDMsM3MzLTEuMywzLTN2LTlINjd6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0xNywxOTFjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgtMTd6IE0yLDIwMGMwLTAuNiwwLjQtMSwxLTFoMgoJCQljMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFIM0MyLjQsMjAxLDIsMjAwLjYsMiwyMDB6IE0tMTIsMjA1Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFILTEyegoJCQkgTS0zNywyMDZjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMmMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUgtMzd6IE0tMzIsMjEwYy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xCgkJCXMtMC40LTEtMS0xSC0zMnogTS0yMywyMTBjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTIyLjYsMjExLTIzLDIxMC42LTIzLDIxMHogTS04LDIxMWMwLTAuNiwwLjQtMSwxLTEKCQkJaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTcuNiwyMTItOCwyMTEuNi04LDIxMXogTTQsMjA5Yy0wLjYsMC0xLDAuNC0xLDFzMC40LDEsMSwxaDJjMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFINHoKCQkJIE0tNywxOTVjMC0wLjYsMC40LTEsMS0xaDJjMC42LDAsMSwwLjQsMSwxcy0wLjQsMS0xLDFoLTJDLTYuNiwxOTYtNywxOTUuNi03LDE5NXogTS0yNiwxOTVjLTAuNiwwLTEsMC40LTEsMXMwLjQsMSwxLDFoMgoJCQljMC42LDAsMS0wLjQsMS0xcy0wLjQtMS0xLTFILTI2eiBNLTIwLDIwMGMwLTAuNiwwLjQtMSwxLTFoMmMwLjYsMCwxLDAuNCwxLDFzLTAuNCwxLTEsMWgtMkMtMTkuNiwyMDEtMjAsMjAwLjYtMjAsMjAweiBNLTQ1LDIxNQoJCQljMC0wLjUsMC0wLjksMC0xLjRjLTIuNS0xLjEtMy43LTQtMi42LTYuNmMwLjItMC41LDAuNS0xLDAuOS0xLjRjLTAuOS0yLDAtNC4yLDEuOS01LjJjLTAuOC0yLjYsMC43LTUuNCwzLjQtNi4ybDAsMAoJCQljMC40LTAuNSwwLjktMC45LDEuNS0xLjFjMC41LTIuNywzLjEtNC41LDUuOC00LjFjMC43LDAuMSwxLjQsMC40LDIsMC44YzUuMy0zLjgsMTEuNi01LjksMTguMi01LjljNi44LDAsMTMuMSwyLjIsMTguMiw1LjkKCQkJYzIuMy0xLjYsNS40LTEsNywxLjNjMC40LDAuNiwwLjcsMS4zLDAuOCwyYzAuNiwwLjIsMS4xLDAuNiwxLjUsMS4xYzIuNywwLjgsNC4yLDMuNSwzLjQsNi4ybDAsMGMxLjksMSwyLjcsMy4yLDEuOSw1LjIKCQkJYzEuOSwyLDEuOCw1LjItMC4yLDdjLTAuNCwwLjQtMC45LDAuNy0xLjUsMWMwLDAuNSwwLDAuOSwwLDEuNHYxaC02MnYtMUgtNDV6IE0tNDQuMiwyMDcuOGMtMC4zLDEuMi0wLjUsMi40LTAuNiwzLjYKCQkJYy0xLjMtMS0xLjYtMi45LTAuNi00LjJsMCwwQy00NSwyMDcuNS00NC42LDIwNy43LTQ0LjIsMjA3LjhMLTQ0LjIsMjA3Ljh6IE0tNDIuNywyMDMuMmMtMC40LDAuOS0wLjcsMS44LTEsMi43CgkJCWMtMS0wLjQtMS42LTEuNS0xLjMtMi41YzAuMi0wLjUsMC42LTAuOSwxLjEtMS4yQy00My41LDIwMi42LTQzLjEsMjAyLjktNDIuNywyMDMuMkwtNDIuNywyMDMuMnogTS00MC40LDE5OC43CgkJCWMtMC41LDAuOS0xLDEuOC0xLjUsMi43Yy0xLjMtMS0xLjUtMi45LTAuNS00LjJjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjVDLTQxLjcsMTk3LjYtNDEuMSwxOTguMy00MC40LDE5OC43eiBNLTM5LjIsMTk3CgkJCWMwLjMtMC41LDAuNy0xLDEuMS0xLjVjLTAuMy0wLjUtMC45LTAuNy0xLjQtMC40cy0wLjcsMC45LTAuNCwxLjRDLTM5LjcsMTk2LjctMzkuNSwxOTYuOS0zOS4yLDE5N0wtMzkuMiwxOTd6IE0tMzMuOSwxOTEuMgoJCQljLTEsMC45LTIsMS44LTIuOSwyLjhjLTAuMy0wLjMtMC43LTAuNi0xLjEtMC44YzAuNC0xLjYsMi4xLTIuNSwzLjctMi4xQy0zNC4xLDE5MS4xLTM0LDE5MS4yLTMzLjksMTkxLjJMLTMzLjksMTkxLjJ6IE04LjgsMTk0CgkJCWMtMC45LTEtMS45LTEuOS0yLjktMi44YzEuNS0wLjYsMy4zLDAuMSwzLjksMS43YzAsMC4xLDAuMSwwLjIsMC4xLDAuM0M5LjUsMTkzLjQsOS4xLDE5My42LDguOCwxOTRMOC44LDE5NHogTTEwLjEsMTk1LjUKCQkJYzAuNCwwLjUsMC44LDEsMS4xLDEuNGMwLjUtMC4xLDAuOS0wLjcsMC44LTEuMmMtMC4xLTAuNS0wLjctMC45LTEuMi0wLjhDMTAuNSwxOTUuMSwxMC4zLDE5NS4zLDEwLjEsMTk1LjV6IE0xMy45LDIwMS40CgkJCWMtMC41LTAuOS0wLjktMS44LTEuNS0yLjdjMC44LTAuNCwxLjQtMS4xLDEuNi0yYzEuMywxLjEsMS40LDMsMC40LDQuMkMxNC4yLDIwMS4xLDE0LDIwMS4yLDEzLjksMjAxLjR6IE0xNS43LDIwNS45CgkJCWMtMC4zLTAuOS0wLjYtMS44LTEtMi43YzAuNC0wLjMsMC44LTAuNiwxLjItMWMxLDAuNSwxLjQsMS43LDEsMi43QzE2LjYsMjA1LjMsMTYuMiwyMDUuNywxNS43LDIwNS45eiBNMTYuOCwyMTEuNAoJCQljLTAuMS0xLjItMC40LTIuNC0wLjYtMy42YzAuNS0wLjEsMC45LTAuNCwxLjItMC42QzE4LjQsMjA4LjUsMTguMSwyMTAuNCwxNi44LDIxMS40TDE2LjgsMjExLjRMMTYuOCwyMTEuNHogTTE1LDIxNAoJCQljLTAuNS0xNi0xMy45LTI4LjYtMjkuOS0yOC4xYy0xNS4zLDAuNS0yNy42LDEyLjgtMjguMSwyOC4xSDE1TDE1LDIxNHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K');
    background-color : #1E232F;
}

.dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text {
    background : #283046;
}

.dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text:before, .dark-layout .chat-application .content-right .chat-app-window .user-chats .divider .divider-text:after {
    border-color : #3B4253;
}

.dark-layout .chat-application .content-right .chat-app-window .user-chats .avatar img {
    border-color : #3B4253;
}

.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-left .chat-content {
    background-color : #283046;
}

.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-left .chat-content p {
    color : #B4B7BD;
}

.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-content p {
    color : #FFFFFF;
}

.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-header .dropdown-toggle {
    color : #B4B7BD;
}

.dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-header, .dark-layout .chat-application .content-right .chat-app-window .active-chat .chat-app-form {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .chat-application .content-right .user-profile-sidebar {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .chat-widget .user-chats {
    background-color : #384056 !important;
}

.dark-layout .chat-widget .card-header, .dark-layout .chat-widget .chat-app-form {
    background-color : #283046;
}

.dark-layout .chat-widget .chat-app-window .user-chats .chat-left .chat-content {
    background-color : #283046 !important;
    color : #B4B7BD !important;
}

.dark-layout .chat-widget .chat-app-window .user-chats .avatar img {
    border-color : #161D31;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board {
    color : #FFFFFF;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board:hover, .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-board-header .kanban-title-board:focus {
    background-color : #283046;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item {
    background-color : #283046;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .item-dropdown i.dropdown-toggle, .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .item-dropdown svg.dropdown-toggle {
    stroke : #FFFFFF;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item .kanban-title-button {
    color : #B4B7BD;
}

.dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item i, .dark-layout .kanban-application .kanban-wrapper .kanban-container .kanban-board .kanban-item svg {
    stroke : #B4B7BD;
}

.dark-layout .kanban-application .update-item-sidebar .nav-tabs .nav-item .nav-link, .dark-layout .kanban-application .update-item-sidebar .tab-content .tab-pane {
    background-color : transparent;
}

.dark-layout .kanban-item.gu-mirror {
    background-color : #283046;
}

.dark-layout .todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action {
    color : #B4B7BD;
}

.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list-wrapper {
    background-color : #283046 !important;
    border-color : #3B4253;
}

.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item:not(:first-child) {
    border-color : #3B4253;
}

.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item.completed .todo-title {
    color : #676D7D;
}

.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item:hover {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.text-warning) i, .dark-layout .todo-application .content-area-wrapper .content-right .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.text-warning) svg {
    color : #B4B7BD;
}

.dark-layout .todo-item.gu-mirror {
    background-color : #283046;
    border-color : #3B4253;
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

.dark-layout .todo-item.gu-mirror.completed .todo-title {
    color : #676D7D;
}

.dark-layout .ecommerce-application .ecommerce-card .btn-light {
    background-color : #161D31 !important;
    color : #FFFFFF;
    border-color : transparent;
}

.dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results, .dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results {
    color : #D0D2D6;
}

.dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i, .dark-layout .ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler svg, .dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i, .dark-layout .ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler svg {
    color : #D0D2D6;
}

.dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .card-body, .dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .card-body, .dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .card-body, .dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .card-body {
    border-color : #3B4253;
}

.dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span, .dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span, .dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span, .dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span {
    color : #5E5873;
}

.dark-layout .ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span, .dark-layout .ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span, .dark-layout .ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span, .dark-layout .ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span {
    color : #FFFFFF;
}

.dark-layout .ecommerce-application .grid-view .item-name a, .dark-layout .ecommerce-application .grid-view .item-price {
    color : #B4B7BD;
}

.dark-layout .ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart {
    color : #FFFFFF;
}

.dark-layout .ecommerce-application .product-checkout .checkout-options .coupons input {
    color : #B4B7BD;
}

.dark-layout .ecommerce-application .product-checkout .checkout-options .coupons input::-moz-placeholder {
    color : #B4B7BD;
}

.dark-layout .ecommerce-application .product-checkout .checkout-options .coupons input::placeholder {
    color : #B4B7BD;
}

.dark-layout .ecommerce-application .app-ecommerce-details .item-features, .dark-layout .ecommerce-application .app-ecommerce-details .swiper-responsive-breakpoints.swiper-container .swiper-slide {
    background-color : #161D31;
}

.dark-layout .file-manager-application .sidebar-file-manager {
    background-color : #283046 !important;
}

.dark-layout .file-manager-application .sidebar-file-manager .jstree .jstree-container-ul .jstree-anchor {
    color : #B4B7BD;
}

.dark-layout .file-manager-application .sidebar-file-manager .storage-status i, .dark-layout .file-manager-application .sidebar-file-manager .storage-status svg {
    color : #B4B7BD !important;
}

.dark-layout .file-manager-application .sidebar-file-manager .file-manager-title {
    color : #D0D2D6;
}

.dark-layout .file-manager-application .sidebar-file-manager.show {
    border : 1px solid #3B4253 !important;
}

.dark-layout .file-manager-application .content-area-wrapper {
    border : 1px solid #3B4253 !important;
}

.dark-layout .file-manager-application .file-manager-main-content {
    border : 1px solid #3B4253 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-app-searchbar {
    background-color : transparent !important;
    border-bottom : 1px solid #3B4253 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-app-searchbar .file-manager-toggler {
    color : #B4B7BD !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-header, .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body {
    background-color : #283046 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-header {
    border-color : #3B4253 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .drives .card {
    background-color : #283046;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container .file-manager-item .file-logo-wrapper {
    background-color : #161D31 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container .file-manager-item:not(.selected) {
    border-color : #3B4253 !important;
}

.dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container:not(.list-view) .file-manager-item .file-size, .dark-layout .file-manager-application .file-manager-main-content .file-manager-content-body .view-container:not(.list-view) .file-manager-item .file-accessed {
    color : #676D7D !important;
}

.dark-layout .file-manager-application #app-file-manager-info-sidebar .nav-tabs .nav-link, .dark-layout .file-manager-application #app-file-manager-info-sidebar .tab-content .tab-pane {
    background-color : transparent;
}

.dark-layout .file-manager-application #app-file-manager-info-sidebar .nav-tabs .nav-item:not(.active) .nav-link {
    color : #B4B7BD;
}

.dark-layout .app-calendar .app-calendar-sidebar {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .app-calendar .app-calendar-sidebar .sidebar-content-title {
    color : #D0D2D6;
}

.dark-layout .app-calendar .app-calendar-sidebar .select-all ~ label, .dark-layout .app-calendar .app-calendar-sidebar .input-filter ~ label {
    color : #D0D2D6;
}

.dark-layout .app-calendar .fc .fc-day-today {
    background : #161D31 !important;
    background-color : #161D31 !important;
}

.dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-col-header-cell, .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-timegrid-axis, .dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-daygrid-day {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-day-today {
    background-color : rgba(186, 191, 199, 0.12) !important;
}

.dark-layout .app-calendar .fc .fc-timegrid .fc-scrollgrid-section .fc-day-today.fc-col-header-cell {
    background-color : #283046 !important;
}

.dark-layout .app-calendar .fc .fc-popover {
    background : #283046;
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc .fc-popover-header .fc-popover-title, .dark-layout .app-calendar .fc .fc-popover-header .fc-popover-close {
    color : #B4B7BD;
}

.dark-layout .app-calendar .fc tbody td, .dark-layout .app-calendar .fc thead th {
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc .fc-scrollgrid {
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc .fc-list, .dark-layout .app-calendar .fc th {
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc .fc-list .fc-list-day-cushion, .dark-layout .app-calendar .fc th .fc-list-day-cushion {
    background : #161D31;
}

.dark-layout .app-calendar .fc .fc-list .fc-list-event:hover td, .dark-layout .app-calendar .fc th .fc-list-event:hover td {
    background-color : #161D31;
}

.dark-layout .app-calendar .fc .fc-list .fc-list-event-time, .dark-layout .app-calendar .fc th .fc-list-event-time {
    color : #B4B7BD;
}

.dark-layout .app-calendar .fc .fc-list .fc-list-event td, .dark-layout .app-calendar .fc th .fc-list-event td {
    border-color : #3B4253;
}

.dark-layout .app-calendar .fc-timegrid-event-harness-inset .fc-timegrid-event, .dark-layout .app-calendar .fc-timegrid-event.fc-event-mirror, .dark-layout .app-calendar .fc-timegrid-more-link {
    box-shadow : 0 0 0 1px #3B4253;
}

.dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-list-dataTable-header {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table {
    background-color : #283046;
}

.dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table tbody .selected-row-bg {
    background-color : #3B4253;
}

.dark-layout .invoice-list-wrapper .dataTables_wrapper .invoice-data-table td {
    background-color : inherit;
}

.dark-layout .invoice-edit .invoice-preview-card .invoice-product-details, .dark-layout .invoice-add .invoice-preview-card .invoice-product-details {
    background-color : #161D31;
}

.dark-layout .invoice-edit .invoice-preview-card .invoice-product-details .product-details-border, .dark-layout .invoice-add .invoice-preview-card .invoice-product-details .product-details-border {
    background-color : #283046;
    border-color : #3B4253;
}

.dark-layout .invoice-print .form-control {
    background-color : #283046;
}

.dark-layout .app-user-view .plan-card {
    border-color : var(--psh-color-light) !important;
}

.dark-layout .customizer {
    background-color : #283046;
}

.dark-layout .customizer .customizer-close i, .dark-layout .customizer .customizer-close svg {
    color : #B4B7BD;
}

.dark-layout .footer-fixed .footer {
    background-color : #283046;
}

.dark-layout .horizontal-layout.navbar-sticky .horizontal-menu-wrapper .navbar-horizontal.header-navbar.fixed-top {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.75) !important;
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper {
    background : linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%) !important;
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar {
    background : #283046 !important;
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-shadow {
    box-shadow : 0 4px 24px 0 rgba(34, 41, 47, 0.75);
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover:not(.active) > a {
    background : #161D31;
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal .active .nav-link.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal.navbar-dark {
    background : #283046 !important;
}

.dark-layout .horizontal-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3E%3Cpolyline points=\'6 9 12 15 18 9\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-submenu.show {
    background-color : #283046 !important;
    color : #B4B7BD;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu a:hover {
    color : #D0D2D6 !important;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .disabled a {
    color : #676D7D;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-item {
    color : #D0D2D6;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23b4b7bd\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle:hover::after, .dark-layout .horizontal-layout .main-menu-content .navbar-nav .dropdown-menu .dropdown-toggle:active::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active > a > i, .dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active > a > svg {
    color : #FFFFFF !important;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a {
    background : #161D31 !important;
    color : #B4B7BD;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.active > a:hover {
    color : var(--psh-color-light) !important;
}

.dark-layout .horizontal-layout .main-menu-content .navbar-nav > li.active .dropdown-menu li.open.active > a {
    color : #B4B7BD !important;
}

/*** Vertical Menu ***/

.vertical-layout.vertical-menu-modern .main-menu {
    transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
    transform : translate3d(0, 0, 0);
    -webkit-backface-visibility : hidden;
    backface-visibility : hidden;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation li a {
    align-items : center;
    border-radius: 12px;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i {
    height : 20px;
    width : 20px;
    font-size : 1.45rem;
    margin-left: 1.25rem;
    flex-shrink : 0;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i {
    margin-left : 0.5rem;
    font-size : 11px;
    height : 11px;
    width : 11px;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    width : 260px;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .feather-more-horizontal {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before, .vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > svg:before {
    height : 20px;
    width : 20px;
    font-size : 1.45rem;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after {
    content : '';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 1.1rem;
    height : 1.1rem;
    width : 1.1rem;
    display : inline-block;
    position : absolute;
    left : 20px;
    top : 14px;
    transform : rotate(0deg);
    transition : all 0.2s ease-out;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
    transform : rotate(-90deg);
}

.vertical-layout.vertical-menu-modern.menu-expanded .footer {
    margin-right : 260px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
    float : right;
    width : 80px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
    width : 260px;
    z-index : 1000;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
    display : block;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top, .vertical-layout.vertical-menu-modern.menu-collapsed .navbar.floating-nav {
    right : 80px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
    width : 80px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header {
    margin-right : 2.2rem;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header span {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header .feather-more-horizontal {
    display : block;
    font-size : 1.285rem;
    width : 18px;
    height : 18px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child {
    margin-bottom : 1.25rem !important;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a {
    background : whitesmoke;
    box-shadow : none;
    color : #565656;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
    width : 260px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
    display : block;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .feather-more-horizontal {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after {
    content : '';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 1rem;
    height : 1rem;
    width : 1rem;
    display : inline-block;
    position : absolute;
    left : 20px;
    top : 14px;
    transform : rotate(0deg);
    transition : all 0.2s ease-out;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
    transform : rotate(-90deg);
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text {
    display : inline;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
    display : block;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
    overflow : visible;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
    display : none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
    text-overflow : inherit;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    margin-right : 80px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
    width : calc(100vw - (100vw - 100%) - 4.4rem - 74px);
}

.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top {
    width : calc(100vw - (100vw - 100%) - 74px);
    right : 74px;
}

.vertical-layout.vertical-menu-modern .toggle-icon, .vertical-layout.vertical-menu-modern .collapse-toggle-icon {
    margin-left : 0.425rem;
}

.vertical-layout.vertical-menu-modern .toggle-icon:focus, .vertical-layout.vertical-menu-modern .collapse-toggle-icon:focus {
    outline : none;
}

@media (min-width: 992px) {
    .vertical-layout.vertical-menu-modern .main-menu {
        width : 260px;
    }
}

@media (max-width: 1199.98px) {
    .vertical-layout.vertical-menu-modern .main-menu {
        width : 0;
    }
    .vertical-layout.vertical-menu-modern .navbar .navbar-header {
        width : 0;
    }
    .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer {
        margin-right : 0;
    }
    .vertical-layout.vertical-menu-modern.menu-collapsed .app-content, .vertical-layout.vertical-menu-modern.menu-collapsed .footer {
        margin-right : 0;
    }
    .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
        width : 0;
    }
}

@media (max-width: 767.98px) {
    .vertical-layout.vertical-menu-modern .main-menu {
        width : 0;
    }
    .vertical-layout.vertical-menu-modern .navbar .navbar-header {
        width : 0;
    }
    .vertical-layout.vertical-menu-modern .content, .vertical-layout.vertical-menu-modern .footer {
        margin-right : 0;
    }
}

@keyframes fadein {
    from {
        opacity : 0;
    }
    to {
        opacity : 1;
    }
}

@keyframes fadeout {
    from {
        opacity : 1;
    }
    to {
        opacity : 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span {
        animation : none;
    }
}


.vertical-overlay-menu .content {
    margin-right : 0;
}

.vertical-overlay-menu .navbar .navbar-header {
    float : right;
    width : 260px;
}

.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    opacity : 0;
    transform : translate3d(0, 0, 0);
    transition : width 0.25s, opacity 0.25s, transform 0.25s;
    width : 260px;
    right : -260px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > svg, .vertical-overlay-menu .main-menu .navigation > li > a > i {
    margin-left : 14px;
    float : right;
    transition : 200ms ease all;
    height : 20px;
    width : 20px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > svg:before, .vertical-overlay-menu .main-menu .navigation > li > a > i:before {
    transition : 200ms ease all;
    font-size : 1.429rem;
}

.vertical-overlay-menu .main-menu .navigation li.has-sub > a:after {
    content : '';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat : no-repeat;
    background-position : center;
    background-size : 1rem;
    height : 1rem;
    width : 1rem;
    display : inline-block;
    position : absolute;
    left : 20px;
    top : 14px;
    transform : rotate(0deg);
    transition : all 0.2s ease-out;
}

.vertical-overlay-menu .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
    transform : rotate(-90deg);
}

.vertical-overlay-menu .main-menu .navigation .navigation-header .feather-more-horizontal {
    display : none;
}

.vertical-overlay-menu.menu-open .main-menu {
    opacity : 1;
    transform : translate3d(-260px, 0, 0);
    transition : width 0.25s, opacity 0.25s, transform 0.25s;
}


/*** Custom ***/
pre, code, kbd, samp {
    direction : ltr;
}

.main-menu .navigation li > a > svg, .main-menu .navigation li > a > i, .main-menu .dropdown-menu svg, .main-menu .dropdown-menu i, .main-menu .dropdown-user > a > svg, .main-menu .dropdown-user > a > i, .main-menu .navigation > li > a > svg, .main-menu .navigation > li > a > i {
    float : right;
}

.main-menu .navigation > li ul li > a {
    display : flex;
    align-items : center;
}

[type='tel'], [type='url'], [type='email'], [type='number'] {
    direction : rtl;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after, .vertical-layout.vertical-overlay-menu.menu-open .main-menu .navigation li.has-sub > a:after {
    transform : rotate(180deg);
}

.vertical-layout.vertical-menu-modern.menu-expanded
.main-menu
.navigation
li.has-sub.open:not(.menu-item-closing) > a:after {
    transform : rotate(90deg);
}

.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%236e6b7b\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E');
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu::before {
    top : 1px;
}

.header-navbar .dropdown .dropdown-menu.dropdown-menu-end::before, .header-navbar .dropup .dropdown-menu.dropdown-menu-end::before {
    right : auto;
    left : 0.5rem;
}

.dropdown .dropdown-menu, .dropup .dropdown-menu, .btn-group .dropdown-menu {
    right : auto !important;
    left : auto !important;
}

.dropdown .dropdown-menu.dropdown-menu-end, .dropup .dropdown-menu.dropdown-menu-end, .btn-group .dropdown-menu.dropdown-menu-end {
    left : 0 !important;
}

.dropdown .dropdown-menu.dropdown-menu-end::before, .dropup .dropdown-menu.dropdown-menu-end::before, .btn-group .dropdown-menu.dropdown-menu-end::before {
    right : 0.6rem;
    left : auto;
}

.dropstart .dropdown-toggle::before {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-right\'%3E%3Cpolyline points=\'9 18 15 12 9 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.dropstart .dropdown-menu {
    margin-right : 0.4rem !important;
}

.dropend .dropdown-toggle::after {
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-left\'%3E%3Cpolyline points=\'15 18 9 12 15 6\'%3E%3C/polyline%3E%3C/svg%3E') !important;
}

.dropend .dropdown-menu {
    left : 0 !important;
    margin-left : 0.4rem !important;
}

.toast {
    right : auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left : 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float : right;
}

.select2-search__field {
    direction : rtl;
}

.select2, .select2-container {
    text-align : right;
}

.apexcharts-canvas .apexcharts-text.apexcharts-yaxis-label {
    transform : translate(14px, 0);
}

.chartjs-render-monitor {
    margin-right : 1rem;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align : left !important;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }
    div.dataTables_wrapper div.dataTables_filter {
        text-align : right !important;
    }
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    right : 0.45rem;
}

.dtr-modal .dtr-modal-close {
    left : 6px;
    right : auto !important;
}

.avatar-group .avatar {
    margin-right : -0.785rem;
    margin-left : 0;
}

.avatar-group .avatar-sm {
    margin-right : -0.65rem;
}

.avatar-group .avatar-lg {
    margin-right : -1.5rem;
}

.avatar-group .avatar-xl {
    margin-right : -1.85rem;
}

.breadcrumb:not([class*='breadcrumb-']) .breadcrumb-item + .breadcrumb-item:before, .breadcrumb.breadcrumb-chevron .breadcrumb-item + .breadcrumb-item:before {
    transform : rotate(180deg);
}

.pagination .page-item.prev-item .page-link:before, .pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before {
    transform : rotate(180deg);
}

.pagination .page-item.prev-item .page-link:hover:before, .pagination .page-item.prev-item .page-link:active:before, .pagination .page-item.prev .page-link:hover:before, .pagination .page-item.prev .page-link:active:before, .pagination .page-item.previous .page-link:hover:before, .pagination .page-item.previous .page-link:active:before {
    transform : rotate(180deg);
}

.pagination .page-item.prev-item.disabled .page-link:before, .pagination .page-item.prev.disabled .page-link:before, .pagination .page-item.previous.disabled .page-link:before {
    transform : rotate(180deg);
}

.pagination .page-item.next-item .page-link:after, .pagination .page-item.next .page-link:after {
    transform : rotate(180deg);
}

.pagination .page-item.next-item .page-link:hover:after, .pagination .page-item.next-item .page-link:active:after, .pagination .page-item.next .page-link:hover:after, .pagination .page-item.next .page-link:active:after {
    transform : rotate(180deg);
}

.pagination .page-item.next-item.disabled .page-link:before, .pagination .page-item.next.disabled .page-link:before {
    transform : rotate(180deg);
}

code[class*='language-'], pre[class*='language-'] {
    direction : ltr;
}

@media print {
    code[class*='language-'], pre[class*='language-'] {
        text-shadow : none;
    }
}

.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon {
    right : 4px !important;
}

.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon {
    left : -3px !important;
}

.bs-popover-start .popover-arrow::before, .bs-tooltip-start .tooltip-arrow::before, .bs-popover-auto[data-popper-placement^='left'] .popover-arrow::before {
    border-width : 0.4rem 0 0.4rem 0.4rem;
    border-left-color : #323232;
    left : -1px;
}

.bs-tooltip-start .tooltip-arrow::before {
    left : -6px;
}

.bs-popover-start > .popover-arrow::after, .bs-tooltip-start > .tooltip-arrow::after {
    left : -1px;
    border-width : 0.4rem 0 0.4rem 0.4rem;
    border-left-color : #FFFFFF;
}

.bs-popover-start .popover-arrow, .bs-tooltip-start .tooltip-arrow, .bs-popover-auto[data-popper-placement^='left'] .popover-arrow {
    right : auto;
    left : 100%;
}

.bs-popover-end .popover-arrow::before, .bs-tooltip-end .tooltip-arrow::before, .bs-popover-auto[data-popper-placement^='right'] .popover-arrow::before {
    border-width : 0.4rem 0.4rem 0.4rem 0;
    border-right-color : #323232;
    right : -1px;
}

.bs-tooltip-end .tooltip-arrow::before {
    right : -6px;
}

.bs-popover-end > .popover-arrow::after, .bs-tooltip-end > .tooltip-arrow::after {
    right : -1px;
    border-width : 0.4rem 0.4rem 0.4rem 0;
    border-right-color : #FFFFFF;
}

.bs-popover-end .popover-arrow, .bs-tooltip-end .tooltip-arrow, .bs-popover-auto[data-popper-placement^='right'] .popover-arrow {
    left : auto;
    right : 100%;
}

body .ps__rail-y {
    right : auto !important;
    left : 1px !important;
}

.faq-navigation img, .pricing-free-trial .pricing-trial-img {
    transform : scaleX(-1);
}

.feather-chevron-left, .feather-chevron-right {
    transform : rotate(-180deg) !important;
}

.kanban-application .kanban-container .kanban-item i, .kanban-application .kanban-container .kanban-item svg {
    margin-right : 0 !important;
    margin-left : 0.25rem;
}

.invoice-list-wrapper .dataTables_filter input {
    margin-left : 0 !important;
    margin-right : 0.5rem;
}

.invoice-list-wrapper .dropdown .dropdown-menu.dropdown-menu-end {
    left : 2rem !important;
}

.file-manager-application .sidebar-file-manager .sidebar-inner .my-drive .jstree-node.jstree-closed > .jstree-icon {
    transform : rotate(180deg);
}


/*** Auth Styles ***/
.auth-wrapper {
    display : flex;
    flex-basis : 100%;
    min-height : 100vh;
    min-height : calc(var(--vh, 1vh) * 100);
    width : 100%;
}

.auth-wrapper .auth-inner {
    width : 100%;
}

.auth-wrapper.auth-basic {
    align-items : center;
    justify-content : center;
    overflow : hidden;
}

.auth-wrapper.auth-basic .auth-inner {
    position : relative;
}

.auth-wrapper.auth-basic .auth-inner:before {
    width : 272px;
    height : 272px;
    content : ' ';
    position : absolute;
    top : -54px;
    right : -66px;
    background-image : url('../images/patterns/finger-pat-3.png');
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-basic .auth-inner:before {
        display : none;
    }
}

.auth-wrapper.auth-basic .auth-inner:after {
    width : 272px;
    height : 272px;
    content : ' ';
    position : absolute;
    bottom : -55px;
    left : -75px;
    background-image : url('../images/patterns/finger-pat-2.png');
    z-index : -1;
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-basic .auth-inner:after {
        display : none;
    }
}

.auth-wrapper.auth-cover {
    align-items : flex-start;
}

.auth-wrapper.auth-cover .auth-inner {
    height : 100vh;
    overflow-y : auto;
    height : calc(var(--vh, 1vh) * 100);
}

.auth-wrapper.auth-cover .brand-logo {
    position : absolute;
    top : 2rem;
    right : 2rem;
    margin : 0;
    z-index : 1;
    justify-content : unset;
}

.auth-wrapper.auth-basic .auth-inner {
    max-width : 400px;
}

.auth-wrapper .brand-logo {
    display : block;
    text-align : center;
    margin : 1rem 0 2rem 0;
}
.auth-wrapper .brand-logo img {
    max-width: 100px;
}

.auth-wrapper .brand-logo .brand-text {
    font-weight : 600;
}

.auth-wrapper .auth-footer-btn .btn {
    padding : 0.6rem !important;
}

.auth-wrapper .auth-footer-btn .btn:not(:last-child) {
    margin-left : 1rem;
}

.auth-wrapper .auth-footer-btn .btn:focus {
    box-shadow : none;
}

.auth-wrapper .auth-input {
    max-width : 50px;
    padding-left : 0.571rem;
    padding-right : 0.571rem;
}

.auth-wrapper .custom-options-checkable .plan-price .pricing-value {
    font-size : 3rem;
}

.auth-wrapper .custom-options-checkable .plan-price sup {
    top : -1.5rem;
    right : 0.2rem;
}

.auth-wrapper .custom-options-checkable .plan-price sub {
    bottom : 0;
    left : 0.14rem;
}

@media (min-width: 1200px) {
    .auth-wrapper.auth-cover .auth-card {
        width : 400px;
    }
}

@media (max-width: 575.98px) {
    .auth-wrapper.auth-cover .brand-logo {
        right : 1.5rem;
        padding-right : 0;
    }
}

.auth-wrapper .auth-bg {
    background-color: #EBF1F4;
}

.dark-layout .auth-wrapper .auth-bg {
    background-color : #283046;
}

@media (max-height: 825px) and (max-width: 991.98px) {
    .dark-layout .auth-wrapper .auth-inner {
        background-color : #283046;
    }
    .auth-wrapper .auth-bg {
        padding-top : 3rem;
        margin : auto 0;
    }
    .auth-wrapper .auth-inner {
        background-color : #FFFFFF;
    }
    .auth-wrapper.auth-cover .auth-inner {
        padding-bottom : 1rem;
        display : flex;
        flex-direction : column;
        flex-wrap : nowrap;
    }
    .auth-wrapper.auth-cover .brand-logo {
        position : relative;
        right : 0;
        padding-right : 1.5rem;
    }
}

/*** persian date picker ***/
.datepicker-plot-area ,.datepicker-plot-area .datepicker-day-view .table-days td span{
    font-family : 'Yekan Bakh', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch{
    font-family : 'Yekan Bakh', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next , .datepicker-plot-area .datepicker-navigator .pwt-btn-prev{
    font-family :  sans-serif;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell{
    font-weight: 500;
}
.datepicker-plot-area .toolbox .pwt-btn-today{
    font-weight: 500;
    font-size: 14px;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover{
    background-color: var(--psh-color-light);
    border-radius: 8px;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: var(--psh-color-light);
    border-radius: 8px;
}
.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background-color: #0b5752;
    border-radius: 8px;
}
.datepickerInit , input {
    font-family : 'Yekan Bakh';
}
.datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {

    font-size: 14px;
    font-weight: 500;

}


.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    color: #5E5873;
}
.datepicker-plot-area * {
    color: #5E5873;
}
.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
    color: #5E5873;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    color: #5E5873;
}
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {

    color: #babac4;

}

/*** Helper Styles ***/
.d-ltr{
    direction: ltr;
}
#verifyCountdown button{
    width: 120px;
}
.badge{
    font-weight: 400;
    font-size: 100%;
}
.dark-layout .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
    border: none;
}
.letter-space-1{
    letter-spacing: 1px;
}
.table-limit-text{
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:1600px ){
    .table-limit-text{
        max-width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.card-statistics .avatar{
    cursor: auto;
}
small, .small {
    font-size: 0.9rem;
}

.form-select{
    font-family : 'Yekan Bakh';
    font-weight: 400;
}
.datepicker-plot-area .datepicker-time-view input {
    height: 50px;
}
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    border-color: var(--psh-color-light) ;
    background-color: var(--psh-color-light) ;
    color: #FFFFFF ;
    border: none;
    margin: 0 !important;
    width: 100%;
}
.datepicker-plot-area .toolbox {
    margin: 0;
}
.datepicker-time-view .divider.second-divider{
    display: none !important;
}
.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
    margin-left: 8px;
}
.modal-slide-in .modal-header{
    border-radius: 0 ;
}
.select2-container--default .select2-selection--single {
    border-radius: 0.75rem;
    color: #6E6B7B;
    background-color: #FFFFFF;
    border: 1px solid #D8D6DE;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    min-height: 2.86rem;
}
.select2-container--classic .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6E6B7B;
    padding-right: 1rem;
    padding-left: 1rem;
}
.dark-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #B4B7BD;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: 300;
    float: right;
    font-size: 24px;
    padding-left: 8px;

}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color:#DB394C ;
}

.copy-box .input-group-text {
    border-color: #D8D6DE !important;
}
.check-list-divider{
    z-index: 1;
    padding-right: 10px;
    background: white;
}
.dark-layout .check-list-divider{
    z-index: 1;
    padding-right: 10px;
    background: #283046;
}
.lh-0{
    line-height: 0;
}


.check-list-divider .badge {
    padding: 2px !important;
}
.check-list-divider svg.font-large-1 {
    height: 1.6rem !important;
    width: 1.6rem !important;
}


/*** Only for Tour Sample ***/
#Tour_election_table_search_status .select2-container--open{
    z-index: 9999;
}




table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {

    font-family : 'Yekan Bakh', sans-serif;
    background-color: var(--psh-color-light);
    font-weight: 300;
    font-size: 20px;
    box-shadow: none;
}
.link-hover{
    color: #868693 ;
}
.link-hover:hover ,.link-hover:focus{
    color: var(--psh-color-light) !important; ;
}

@media (min-width: 576px) {
    .font-sm-small-4 {
      font-size: 1rem !important;
    }
    svg.font-sm-small-4 {
        height: 1rem !important;
        width: 1rem !important;
    }
}

.bootstrap-select.bootstrap-selectbox{

    padding: 0;
    background-color: transparent;
}
.dark-layout .bootstrap-select.bootstrap-selectbox{

    border-color: #686d7b;
}

.bootstrap-select.bootstrap-selectbox .btn.dropdown-toggle:after{


    background: none !important;

}
.bootstrap-select.bootstrap-selectbox .btn-light.dropdown-toggle{
    padding-right: 12px;
    background: none !important;
    border: none !important;
}
.bootstrap-select.bootstrap-selectbox .btn-light{
     color: #6E6B7B;
}

.dark-layout .bootstrap-select.bootstrap-selectbox .btn-light{
    color: #B4B7BD;
}

.bootstrap-select.bootstrap-selectbox .btn-light:focus{
    outline: 0 !important;
}
.bootstrap-select.bootstrap-selectbox .filter-option {

    float: right;

    text-align: right;

}
.bs-searchbox + .bs-actionsbox {
    padding: 4px 8px 4px;
}
.bootstrap-select.bootstrap-selectbox .dropdown-item:hover{
    color: var(--psh-color-light);
}
.bootstrap-select.bootstrap-selectbox .dropdown-menu {
    box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1) !important;
    border-color: #D8D6DE;
}
.dark-layout .bootstrap-select.bootstrap-selectbox .dropdown-menu {
    border-color: #686d7b;
}
.bootstrap-select.bootstrap-selectbox .dropdown-item:hover {
    color: var(--psh-color-light);
}

.bootstrap-select.bootstrap-selectbox .dropdown-item.active, .dropdown-item:active {
    color: #AF5504 !important;
    text-decoration: none;
    background-color: var(--psh-color-light);
}
.bootstrap-select.bootstrap-selectbox.show-tick .dropdown-menu li a span.text {
    margin-right: 18px;
}
.bootstrap-selectbox .dropdown-toggle::after {

    left: 0;

}
.bootstrap-select.bootstrap-selectbox > .dropdown-toggle.bs-placeholder:hover {
    color: #6E6B7B;
}
.form-control ,.form-select{
    transition:  box-shadow 0.15s ease-in-out !important;
}

.datepicker-plot-area {
  border-radius: 8px;
}
.dark-layout .datepicker-plot-area {
    border-color: #686d7b;
    background: #283046;
}
.dark-layout .datepicker-plot-area .datepicker-day-view .table-days td span,.dark-layout .datepicker-plot-area .datepicker-year-view .year-item,.dark-layout .datepicker-plot-area .datepicker-month-view .month-item {
    background: #283046;
    color: #babac4;
}
.dark-layout .datepicker-plot-area * {
    color: #babac4;
}
.dark-layout .datepicker-plot-area .datepicker-day-view .table-days td span.other-month {

    color: #5E5873;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #257f7d;
    border-radius: 8px;
    color: #fff !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    color: #babac4;
}


.nowrap-table th,.nowrap-table td {
    white-space: nowrap;
}

.dt-checkboxes-cell{
 width: 1%;
}
.white-space-normal{
    white-space: normal;
}

.card-statistics .p-0{
    padding: 0 !important;
}
.statistics-fix-width-avatar .avatar{
    width: 42px;
    height: 42px;
}
.statistics-fix-width-avatar .statistics-body .avatar .avatar-content {
    width: 42px;
    height: 42px;
}
.badge-status .avatar-status-online {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
}
.edge-status{
    position: absolute;
    background-color: rgba(255, 159, 67, 0.12);
    color: #FF9F43 ;
    top: -60px;
    right: -60px;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    text-align: center;
}
.edge-status span{
     position: absolute;
     bottom: 0;
     right: 0;
     left: 0;
}

.timeline.timeline-title .timeline-item .timeline-event {
    position: relative;
    width: 100%;
    min-height: 3rem;
}
.scale-effect:hover{
    transition: transform 0.25s ease;
    transform: translateX(-5px);
}
.scale-effect{
    transition: transform 0.25s ease;
}
.alert-body{
    font-weight: 400;
}
.swal2-popup{
    border-radius: 0.8rem !important;
}
.swal2-html-container form {
    text-align: right;
}

.apexcharts-tooltip-text-value, .apexcharts-tooltip-text-z-value {
    font-weight: 500 !important;
    font-size: 14px;
}
.apexcharts-tooltip-marker {
    margin-right: 0 !important;
    margin-left: 10px !important;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
    font-family : 'Yekan Bakh', sans-serif !important;
    font-weight: 500 !important;
}
@media (min-width: 1200px)
{
    .user-try-border{
        border-left: 1px solid #EBE9F1 !important;
        border-bottom: none !important;
    }
    .user-try-border:last-child{
        border:none !important;
    }
    .user-try-border:nth-child(6n){
        border:none !important;
    }

    .id-report-border{
        border-left: 1px solid #EBE9F1 !important;
    }
    .id-report-border:last-child{
        border:none !important;
    }
    .id-report-border:nth-child(3n){
        border:none !important;
    }

}
@media (min-width: 992px)
{
    .id-report-border{
        border-left: 1px solid #EBE9F1 !important;
        border-bottom: none !important;
    }
    .id-report-border:last-child{
        border:none !important;
    }
    .id-report-border:nth-child(3n){
        border:none !important;
    }

}
@media (min-width: 768px)
{
    .user-try-border{
        border-left: 1px solid #EBE9F1!important;
    }
    .user-try-border:last-child{
        border:none ;
    }
    .user-try-border:nth-child(4n){
        border:none ;
    }

    .id-report-border{
        border-left: 1px solid #EBE9F1 ;
        border-bottom: none !important;
    }
    .id-report-border:last-child{
        border:none ;
    }
    .id-report-border:nth-child(2n){
        border:none ;
    }

    .ip-report-border{
        border-left: 1px solid #EBE9F1 !important;
        border-bottom: none !important;
    }
    .ip-report-border:last-child{
        border:none ;
    }
    .ip-report-border:nth-child(4n){
        border:none !important;
    }


}
@media (min-width: 576px)
{
    .user-try-border{
        border-left: 1px solid #EBE9F1;
    }
    .user-try-border:last-child{
        border:none ;
    }
    .user-try-border:nth-child(2n){
        border:none ;
    }

    .id-report-border{
        border-bottom: 1px solid #EBE9F1;
        padding-bottom: 8px;
    }
    .id-report-border:last-child{
        border:none ;
    }


    .ip-report-border{
        border-left: 1px solid #EBE9F1;
    }
    .ip-report-border:last-child{
        border:none ;
    }
    .ip-report-border:nth-child(2n){
        border:none ;
    }



}
@media (max-width: 576px)
{
    .user-try-border , .id-report-border ,.ip-report-border{
        border-bottom: 1px solid #EBE9F1;
        padding-bottom: 8px;
    }
    .user-try-border:last-child , .id-report-border:last-child , .ip-report-border:last-child{
        border:none ;
    }

}
#participants-chart {
    margin-top: -40px;
    margin-bottom: -20px;
}
.main-menu .navigation li a span {
    padding-left: 8px;
}


/****** Dropzone ******/
.dropzone {
    min-height : 200px;
    border : 2px dashed #B8C2CC;
    background : #F8F8F8;
    position : relative;
    border-radius: 16px;
}

.dropzone .dz-message {
    font-size : 1.3rem;
    position : absolute;
    top : 0;
    right : 0;
    width : 100%;
    height : 100%;
    color : #999;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display :         flex;
    -webkit-box-pack : center;
    -webkit-justify-content : center;
    -ms-flex-pack : center;
    justify-content : center;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
    align-items : center;
    margin : 0;
    cursor: pointer;
}



.dropzone .dz-preview {
    background : transparent !important;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    z-index : 10;
}

.dropzone .dz-preview .dz-image {
    border-radius : 0.357rem;
}

.dropzone .dz-preview.dz-image-preview {
    background : transparent !important;
}

.dropzone .dz-preview .dz-error-message {
    background : #EA5455;
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom : 6px solid #EA5455;
}

.dropzone .dz-preview .dz-remove {
    font-size : 1.1rem;
    color : #EA5455;
    line-height : 2rem;
}

.dropzone .dz-preview .dz-remove:before {
    content : '';
    background-image : url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23ea5455\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-x\'%3E%3Cline x1=\'18\' y1=\'6\' x2=\'6\' y2=\'18\'%3E%3C/line%3E%3Cline x1=\'6\' y1=\'6\' x2=\'18\' y2=\'18\'%3E%3C/line%3E%3C/svg%3E');
    display : inline-block;
    line-height : 1;
    z-index : 2;
    text-indent : 0;
    font-weight : normal;
    -webkit-font-smoothing : antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration : none;
    color : #E42728;
}

@media (max-width: 576px) {
    .dropzone .dz-message {
        font-size : 1rem;
    }
    .dropzone .dz-message:before {
        top : 15rem;
        width : 50px;
        height : 50px;
    }
}

.dark-layout .dropzone {
    background-color : #2E3750;
}
.side-border{
    border-left: 1px solid #EBE9F1;
}
@media (max-width: 768px) {
    .side-border{
        border-left: none;
        border-bottom: 1px solid #EBE9F1;

    }
}


/*roham*/
@media (min-width: 1200px){
    .login-wrapper {
        margin-left: -184px;
    }
}
@media (max-width: 1200px){
    .login-wrapper {
        padding: 20px 40px !important;
    }
}



.login-wrapper{
    width: 380px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    padding: 60px 40px;
}
.left-login-banner{
    background-color: var(--psh-color-light-2);
}
.auth-wrapper .brand-logo-mobile img {
    max-width: 80px;
}
.auth-inner{
    background-color: #EBF1F4 !important;
}


.login-divider {
    display: flex;
    align-items: center;
    width: 100%;
}

.login-divider-left, .login-divider-right {
    height: 1px;
    background-color: #D8D6DE;
    flex: 1;
}

.login-divider-text {
    padding: 0 10px;
}
.avatar-medium{
    width: 80px !important;
    height: 80px !important;
}
@media (min-width: 768px){
    .float-text{
        position: absolute;
        left: 30px;
        top: 24px;
    }

}

/*invoice*/
.invoice-preview .invoice-padding, .invoice-edit .invoice-padding, .invoice-add .invoice-padding {
    padding-right : 2.5rem;
    padding-left : 2.5rem;
}

.invoice-preview .table th:first-child, .invoice-preview .table td:first-child, .invoice-edit .table th:first-child, .invoice-edit .table td:first-child, .invoice-add .table th:first-child, .invoice-add .table td:first-child {
    padding-right : 2.5rem;
}

.invoice-preview .logo-wrapper, .invoice-edit .logo-wrapper, .invoice-add .logo-wrapper {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display :         flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
    align-items : center;
    margin-bottom : 1.9rem;
}

.invoice-preview .logo-wrapper .invoice-logo, .invoice-edit .logo-wrapper .invoice-logo, .invoice-add .logo-wrapper .invoice-logo {
    font-size : 2.142rem;
    font-weight : bold;
    letter-spacing : -0.54px;
    margin-right : 1rem;
    margin-bottom : 0;
}

.invoice-preview .invoice-title, .invoice-edit .invoice-title, .invoice-add .invoice-title {
    font-size : 1.285rem;
    margin-bottom : 1rem;
}

.invoice-preview .invoice-title .invoice-number, .invoice-edit .invoice-title .invoice-number, .invoice-add .invoice-title .invoice-number {
    font-weight : 600;
}

.invoice-preview .invoice-date-wrapper, .invoice-edit .invoice-date-wrapper, .invoice-add .invoice-date-wrapper {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display :         flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
    align-items : center;
}

.invoice-preview .invoice-date-wrapper:not(:last-of-type), .invoice-edit .invoice-date-wrapper:not(:last-of-type), .invoice-add .invoice-date-wrapper:not(:last-of-type) {
    margin-bottom : 0.5rem;
}

.invoice-preview .invoice-date-wrapper .invoice-date-title, .invoice-edit .invoice-date-wrapper .invoice-date-title, .invoice-add .invoice-date-wrapper .invoice-date-title {
    width : 7rem;
    margin-bottom : 0;
}

.invoice-preview .invoice-date-wrapper .invoice-date, .invoice-edit .invoice-date-wrapper .invoice-date, .invoice-add .invoice-date-wrapper .invoice-date {
    margin-right : 0.5rem;
    font-weight : 600;
    margin-bottom : 0;
}

.invoice-preview .invoice-spacing, .invoice-edit .invoice-spacing, .invoice-add .invoice-spacing {
    margin : 1.45rem 0;
}

.invoice-preview .invoice-number-date .title, .invoice-edit .invoice-number-date .title, .invoice-add .invoice-number-date .title {
    width : 115px;
}

.invoice-preview .invoice-total-wrapper, .invoice-edit .invoice-total-wrapper, .invoice-add .invoice-total-wrapper {
    width : 100%;
    max-width : 12rem;
}

.invoice-preview .invoice-total-wrapper .invoice-total-item, .invoice-edit .invoice-total-wrapper .invoice-total-item, .invoice-add .invoice-total-wrapper .invoice-total-item {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display :         flex;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
    align-items : center;
    -webkit-box-pack : justify;
    -webkit-justify-content : space-between;
    -ms-flex-pack : justify;
    justify-content : space-between;
}

.invoice-preview .invoice-total-wrapper .invoice-total-item .invoice-total-title, .invoice-edit .invoice-total-wrapper .invoice-total-item .invoice-total-title, .invoice-add .invoice-total-wrapper .invoice-total-item .invoice-total-title {
    margin-bottom : 0.35rem;
}

.invoice-preview .invoice-total-wrapper .invoice-total-item .invoice-total-amount, .invoice-edit .invoice-total-wrapper .invoice-total-item .invoice-total-amount, .invoice-add .invoice-total-wrapper .invoice-total-item .invoice-total-amount {
    margin-bottom : 0.35rem;
    font-weight : 600;
}

@media (min-width: 768px) {
    .invoice-preview .invoice-title, .invoice-edit .invoice-title, .invoice-add .invoice-title {
        text-align : left;
        margin-bottom : 3rem;
    }
}

.invoice-edit .invoice-preview-card .invoice-title, .invoice-add .invoice-preview-card .invoice-title {
    text-align : right;
    margin-left : 3.5rem;
    margin-bottom : 0;
}

.invoice-edit .invoice-preview-card .invoice-edit-input, .invoice-edit .invoice-preview-card .invoice-edit-input-group, .invoice-add .invoice-preview-card .invoice-edit-input, .invoice-add .invoice-preview-card .invoice-edit-input-group {
    max-width : 11.21rem;
}

.invoice-edit .invoice-preview-card .invoice-product-details, .invoice-add .invoice-preview-card .invoice-product-details {
    background-color : #FCFCFC;
    padding : 3.75rem 3.45rem 2.3rem 3.45rem;
}

.invoice-edit .invoice-preview-card .invoice-product-details .product-details-border, .invoice-add .invoice-preview-card .invoice-product-details .product-details-border {
    border : 1px solid #EBE9F1;
    border-radius : 0.357rem;
}

.invoice-edit .invoice-preview-card .invoice-to-title, .invoice-add .invoice-preview-card .invoice-to-title {
    margin-bottom : 1.9rem;
}

.invoice-edit .invoice-preview-card .col-title, .invoice-add .invoice-preview-card .col-title {
    position : absolute;
    top : -1.75rem;
}

.invoice-edit .invoice-preview-card .item-options-menu, .invoice-add .invoice-preview-card .item-options-menu {
    min-width : 20rem;
}

.invoice-edit .invoice-preview-card .repeater-wrapper:not(:last-child), .invoice-add .invoice-preview-card .repeater-wrapper:not(:last-child) {
    margin-bottom : 3rem;
}

.invoice-edit .invoice-preview-card .invoice-calculations .total-amt-title, .invoice-add .invoice-preview-card .invoice-calculations .total-amt-title {
    width : 100px;
}

@media (max-width: 769px) {
    .invoice-edit .invoice-preview-card .invoice-title, .invoice-add .invoice-preview-card .invoice-title {
        margin-left : 0;
        width : 115px;
    }
    .invoice-edit .invoice-preview-card .invoice-edit-input, .invoice-add .invoice-preview-card .invoice-edit-input {
        max-width : 100%;
    }
}


@media (max-width: 992px) {
    .invoice-edit .col-title, .invoice-add .col-title {
        position : unset !important;
        top : -1.5rem !important;
    }

}


.form-control::placeholder {
    color: #86869375;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #86869375;
}


/*Animated Btn*/
.animated-btn{
    -webkit-animation:glowing 2.5s ease-in-out 0s infinite alternate;
    -moz-animation:glowing 2.5s ease-in-out 0s infinite alternate;
    -o-animation:glowing 2.5s ease-in-out 0s infinite alternate;
    animation: glowing 2.5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes glowing {
    0% { -webkit-box-shadow: 0; }
    25% { -webkit-box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    50% { -webkit-box-shadow: 0 0 12px var(--psh-color-light)00 ; }
    75% { -webkit-box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    100% { -webkit-box-shadow: 0 0 12px var(--psh-color-light)00 ; }
}

@-moz-keyframes glowing {
    0% { -moz-box-shadow:  0 0 0px 13px var(--psh-color-light)00; }
    50% { -moz-box-shadow: 0 0 0px 13px var(--psh-color-light)3D; }
    100% { -moz-box-shadow:  0 0 0px 13px var(--psh-color-light)7A; }
}

@-o-keyframes glowing {
    0% { box-shadow: 0; }
    25% { box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    50% { box-shadow: 0 0 12px var(--psh-color-light)00 ; }
    75% { box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    100% { box-shadow: 0 0 12px var(--psh-color-light)00 ; }
}

@keyframes glowing {
    0% { box-shadow: 0; }
    25% { box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    50% { box-shadow: 0 0 12px var(--psh-color-light)00 ; }
    75% { box-shadow: 0 0 0 12px var(--psh-color-light)2e; }
    100% { box-shadow: 0 0 12px var(--psh-color-light)00 ; }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--psh-color-darkest);
    background-color: rgba(145, 87, 36, 0.12);
}
a:hover{
    color: var(--psh-color-darkest);

}
a {
    color: var(--psh-color-light);

}
.bg-primary {

    background-color: var(--psh-color-dark) !important;
}
thead, tbody, tfoot, tr, td, th {
    border-color: #6e6b7b;
    border-width: 2px !important;
}
table .border-bottom {
    border-bottom: 2px solid #DDD !important;
}
.text-success-dark{
    color: #366800
}

.factor-table th
{
    font-weight: unset;
}


.datepicker-container tbody, .datepicker-container tr
{
    border-width: 0px !important;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: var(--psh-color-light-2);
}




.footer-row
{
    display: flex;
}
.footer-cols
{
    flex:1;
}
.social-links
{
    text-align:left;
    flex:1;
}
.social-links a
{
    padding-right:10px;
}


.social-links i::before {
    color: black;
    font-size: 20px;
}
.dark-layout .social-links i::before {
    color: white;
    font-size: 20px;
}



.avatar-content
{
    cursor: pointer;
}

.avatar-img
{
    height: 100px;
    width: 100%;
    object-fit: contain;
    margin-top: 15px;
    border: 1px solid #dedede;
    border-radius: 10px;
}


.text-primary {
    color: var(--psh-color-light) !important;
}

