@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --body-bg: #F8F9FD;
    --light-blue-color: #F3F5FF;
    --blue-color: #0F45FF;
    --black-color: #333;
    --light-grey-color: #999999;
    --dark-grey-color: #656565;
    --white-bg: #ffffff;
    --border-color: #ddd;
    --green-bg: #10B95E;
    --yellow-bg: #6559AE;
    --red-bg: #f5858f;
}

.card-header h3 {
    padding: 0;
    margin-bottom: 0;
}

.custom-scrollbar {
    max-height: 290px;
    overflow-y: auto;
}

/* Customize scrollbar appearance */
.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.custom-scrollbar-size-setting {
    max-height: 160px;
    overflow-y: auto;
}

/* Customize scrollbar appearance */
.custom-scrollbar-size-setting::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar-size-setting::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.custom-scrollbar-order-item {
    overflow: auto;
    height: 420px;
}

.custom-scrollbar-order-item table {
    position: relative;
}

.custom-scrollbar-order-item .table-responsive {
    overflow-x: initial;
}

.custom-scrollbar-order-item table thead {
    position: sticky;
    top: 0;
}

.custom-scrollbar-order-item table thead tr th {
    background: #f3f3f3;
}

.custom-scrollbar-order-item::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 6px;
}

/* Track */
.custom-scrollbar-order-item::-webkit-scrollbar-track {
    background: #f1f1f1;
}

td.details-control {
    background: url('https://datatables.net/examples/resources/details_open.png') no-repeat 60px center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://datatables.net/examples/resources/details_close.png') no-repeat 60px center;
}

/* Handle */
.custom-scrollbar-order-item::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

/* Handle on hover */
.custom-scrollbar-order-item::-webkit-scrollbar-thumb:hover {
    background: #555;
}


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield
}

input:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    overflow: auto;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    font-weight: 400;
}

img {
    display: block;
    max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a {
    color: #6559AE;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Comman CSS Start */
.container {
    max-width: 1224px;
    margin: 0 auto;
}

.bg-gradient-1 {
    background: rgb(255, 244, 228);
    background: linear-gradient(145deg, rgba(255, 244, 228, 1) 0%, rgba(234, 244, 231, 1) 100%);
}

.bg-gradient-2 {
    background: rgb(198, 231, 255);
    background: linear-gradient(145deg, rgba(198, 231, 255, 1) 0%, rgba(221, 253, 238, 1) 100%);
}

.bg-gradient-3 {
    background: rgb(233, 239, 255);
    background: linear-gradient(145deg, rgba(233, 239, 255, 1) 0%, rgba(255, 239, 243, 1) 100%);
}

.bg-gradient-4 {
    background: rgb(236, 255, 231);
    background: linear-gradient(145deg, rgba(236, 255, 231, 1) 0%, rgba(236, 243, 234, 1) 100%);
}

.bg-gradient-5 {
    background: rgb(255, 234, 234);
    background: linear-gradient(145deg, rgba(255, 234, 234, 1) 0%, rgba(255, 255, 239, 1) 100%);
}

.bg-gradient-6 {
    background: rgb(200, 245, 255);
    background: linear-gradient(145deg, rgba(200, 245, 255, 1) 0%, rgba(242, 237, 255, 1) 100%);
}

.green {
    color: var(--green-bg) !important;
    font-weight: 500;
}

.red {
    color: var(--red-bg) !important;
    font-weight: 500;
}

.badge-action.green {
    background: var(--green-bg);
}

.badge-action.yellow {
    background: var(--yellow-bg);
}

.badge-action.red {
    background: var(--red-bg);
}

.badge-action {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 16px;
    color: var(--white-bg) !important;
    margin: 4px 2px;
}

.badge-action:hover {
    color: var(--white-bg);
}

.blue-btn {
    display: inline-block;
    background: #333;
    padding: 10px 24px;
    color: var(--white-bg);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

.blue-btn:hover {
    background: #6559AE;
    color: var(--white-bg);
}

.blue-btn-border {
    display: inline-block;
    background: transparent;
    padding: 9px 24px;
    border: var(--border-color) solid 1px;
    color: var(--dark-grey-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

.blue-btn-border:hover {
    color: #333;
    border: #333 solid 1px !important;
}

.black-btn {
    display: inline-block;
    background: var(--black-color);
    color: var(--white-bg);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.black-btn:hover {
    background: var(--blue-color);
}

.btn-small {
    padding: 6px 16px;
    font-size: 14px;
}

.sweet-alert {
    padding: 24px;
}

.sweet-alert h2 {
    margin-bottom: 16px;
}

.sweet-alert .lead {
    font-size: 16px;
    margin-bottom: 16px;
}

.swal2-icon.swal2-success {
    margin-top: 24px;
}

.swal2-icon.swal2-success ~ .swal2-title {
    margin-bottom: 24px;
}

footer {
    background: var(--white-bg);
    padding: 20px 32px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 240px);
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .03);
    z-index: 1050;
}

.link {
    font-weight: 500;
}

.link:hover {
    text-decoration: underline;
}

.typeahead {
    padding: 0;
}

.typeahead .dropdown-item:active {
    background: var(--blue-color);
}

.typeahead li a.dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
}

.typeahead li a.dropdown-item:hover {
    background: var(--blue-color);
    color: var(--white-bg);
}

.typeahead li:first-child a {
    border-radius: 6px 6px 0 0;
}

.typeahead li:last-child a {
    border-radius: 0 0 6px 6px;
}

/* Common CSS End */

/* Typography CSS Start */
p {
    font-size: 14px;
}

h1 {
    font-size: 26px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

.fw-600 {
    font-weight: 600;
}

/* Typography CSS End */

.left-menu {
    position: fixed;
    z-index: 99;
    height: 100vh;
    background: #333;
    max-width: 240px;
    width: 100%;
    padding: 24px 16px;
    overflow: auto;
    -webkit-box-shadow: 10px 0 24px rgba(0, 0, 0, .02);
    box-shadow: 10px 0 24px rgba(0, 0, 0, .02);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hd-logo {
    display: block;
    margin-bottom: 24px;
    padding: 0 16px;
}

.hd-logo > img {
    width: 130px;
    margin: 0 auto;
}

.navbar ul {
    width: 100%;
}

.navbar ul li {
    margin-bottom: 4px;
}

.navbar ul li:last-child {
    margin-bottom: 0;
}

.navbar ul li a {
    color: #fff;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.navbar ul li a.active,
.navbar ul li a:hover {
    background: #6559AE;
    color: #fff;
}

.navbar > ul > li > a > svg {
    margin-right: 16px;
    width: 20px;
    height: 20px;
}

.navbar ul li a .arrow {
    margin-left: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.navbar ul li a.open .arrow {
    transform: rotate(180deg);
}

.navbar ul li.dropdown ul.sub-menu {
    padding-left: 22px;
    border-left: var(--border-color) solid 1px;
    margin-left: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
}

.navbar ul li.dropdown ul.sub-menu li {
    border-bottom: var(--border-color) solid 1px;
}

.navbar ul li.dropdown ul.sub-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.navbar ul li.dropdown ul.sub-menu li a {
    padding: 8px 0;
    color: var(--dark-grey-color);
    font-weight: 400;
    font-size: 14px;
}

.navbar ul li.dropdown ul.sub-menu li a.active {
    background: none;
    color: #6559AE;
}

.navbar ul li.dropdown ul.sub-menu li a:hover {
    color: #6559AE;
}

.navbar ul li.dropdown ul.sub-menu li a:hover {
    background: none;
}

/* Dashboard CSS Start */
.right-content {
    position: relative;
    width: 100%;
    padding-left: 240px;
    padding-bottom: 61px;
}

.top-header {
    background: var(--white-bg);
    padding: 16px 32px;
    width: 100%;
}

.top-header .notification {
    position: relative;
}

.top-header .notification .number {
    background: #6559AE;
    color: #fff;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}

.hd-search {
    max-width: 348px;
    width: 100%;
}

.hd-search input[type="text"] {
    width: 100%;
    background: url(../images/search.svg) no-repeat 16px center;
    color: var(--dark-grey-color);
    font-family: 'Inter', sans-serif;
    border: var(--border-color) solid 1px;
    border-radius: 4px;
    padding: 9px 16px 9px 44px;
}

.hd-search input[type="text"]::-moz-placeholder {
    color: var(--dark-grey-color);
    opacity: 1;
}

.hd-search input[type="text"]::placeholder {
    color: var(--dark-grey-color);
    opacity: 1;
}

.notification svg path {
    stroke: var(--dark-grey-color);
}

.user-thumb {
    position: relative;
    margin-left: 24px;
}

.user-thumb span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 16px;
    height: 16px;
    background: var(--white-bg);
    border-radius: 16px;
    color: var(--black-color);
}

.user-thumb img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.notification ~ .dropdown-menu {
    max-width: 340px;
    width: 100%;
}

.notification ~ .dropdown-menu,
.user-thumb .dropdown-menu {
    padding: 0;
    border: var(--border-color) solid 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
}

.user-thumb .dropdown-menu li,
.notification ~ .dropdown-menu li {
    border-bottom: var(--border-color) solid 1px;
}

.user-thumb .dropdown-menu li:last-child,
.notification ~ .dropdown-menu:last-child {
    border-bottom: 0;
}

.user-thumb .dropdown-menu li a {
    display: flex;
    padding: 12px 20px;
    color: var(--black-color);
}

.notification ~ .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: var(--black-color);
}

.user-thumb .dropdown-menu li a:hover {
    color: #6559AE;
}

.user-thumb .dropdown-menu li a svg {
    margin-right: 8px;
    width: 20px;
}

.notification ~ .dropdown-menu li:first-child {
    padding: 12px 20px;
    font-weight: 600;
    background: var(--body-bg);
}

.notification ~ .dropdown-menu li a span {
    font-size: 14px;
}

.notification ~ .dropdown-menu li:last-child {
    text-align: center;
    font-weight: 500;
}

.notification ~ .dropdown-menu li:last-child a:hover {
    color: var(--blue-color);
}

.content-wrapper {
    padding: 32px;
}

.d-box {
    border-radius: 8px;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .05);
}

.d-box h2 {
    position: relative;
}

.d-box h2 span {
    position: absolute;
    right: 0;
}

.d-box ul li {
    margin-top: 16px;
    width: 48%;
    font-size: 24px;
    font-weight: 600;
}

.d-box ul li span {
    display: block;
    font-size: 16px;
    opacity: .7;
    font-weight: 500;
}


.chart-boxes .white-box {
    min-height: 380px;
}

.white-box {
    position: relative;
    border-radius: 8px;
    background: var(--white-bg);
}

.white-box .box-title {
    justify-content: space-between;
    margin-bottom: 24px;
}

.white-box .box-title .select {
    background: transparent url(../images/select-arrow.svg) no-repeat right center;
    border: 0;
    padding: 0 24px 0 0;
    appearance: none;
    color: var(--dark-grey-color);
    cursor: pointer;
}

.dashboard-table h2 {
    padding-bottom: 24px;
    position: relative;
    padding: 24px;
}

.dashboard-table h2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    bottom: 0px;
    left: 0;
}

.dashboard-table .tab-wrapper {
    padding-top: 24px;
}

.dashboard-table .tab-content {
    border-top: var(--border-color) solid 1px;
}

.tab-wrapper .nav-tabs {
    margin: 0 24px 24px 24px;
    border: 0;
    display: inline-block;
    background: #efeeee;
    padding: 4px;
    border-radius: 4px;
    font-size: 0;
}

.tab-wrapper .nav-tabs li {
    display: inline-block;
}

.tab-wrapper .nav-tabs .nav-link.active {
    border: 0;
    color: #6559AE;
}

.tab-wrapper .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 16px;
    border: 0;
    color: #333;
}

table tr th,
table tr td {
    border-bottom: var(--border-color) solid 1px;
    padding: 16px;
    vertical-align: middle;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr th {
    font-weight: 500;
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 24px;
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 24px !important;
}

table tr td.icons a,
table tr td .icons a {
    display: inline-block;
    color: var(--black-color);
    margin-right: 8px;
}

table tr td.icons a:last-child,
table tr td .icons a:last-child {
    margin-right: 0;
}

table tr td.icons a:hover,
table tr td .icons a:hover {
    color: var(--blue-color);
}

.amount span {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
}

.amount.green span {
    background: #d0f4e8;
    color: #19ac7d;
}

.amount.status-draft span {
    background: #d5d1d1;
    color: #5b5a5a;
}

.amount.status-pending span {
    background: #ffe699;
    color: #654e22;
}

.amount.status-approved span {
    background: #d1e7dd;
    color: #0f5132;
}

.amount.status-processing span {
    background: #cce5ff;
    color: #004085;
}

.amount.status-completed span {
    background: #d6e9c6;
    color: #155724;
}

.amount.status-deleted span {
    background: #f8d7da;
    color: #842029;
}

.amount.red span {
    background: #ffe1e7;
    color: #cc5e72;
}

.durations-select .select {
    background-color: var(--white-bg) !important;
    min-width: 150px;
}

.card-boxes {
    margin: 0 -12px;
}

.card-boxes .payment-box {
    width: calc(100% / 5 - 24px);
    margin-left: 12px;
    margin-right: 12px;
    background: var(--white-bg);
    border: var(--border-color) solid 1px;
}

.card-boxes .payment-box span.icon {
    background: var(--light-blue-color);
}


.draft {
    color: #8b8686;
}

.pending {
    color: #6559AE;
}

.processing {
    color: #4a93e1;
}

.completed {
    color: #27b547;
}


/* Dashboard CSS End */

/* User CSS Start */
.user-pic > img {
    border-radius: 4px;
}

.user-table tr th:first-child,
.user-tasks-table th:first-child {
    min-width: 30px;
}

.dashboard-table table tr th:last-child,
.user-table tr th:last-child,
.user-tasks-table th:last-child {
    min-width: 55px;
}

.user-table tr th:nth-child(3) {
    min-width: 150px;
}

.user-table tr th:nth-child(5) {
    min-width: 100px;
}

.user-table tr th:nth-child(6) {
    min-width: 65px;
}

.user-tasks-table th:nth-child(2),
.user-tasks-table th:nth-child(7),
.user-tasks-table th:nth-child(8) {
    min-width: 100px;
}

.user-tasks-table th:nth-child(4),
.user-tasks-table th:nth-child(5),
.user-tasks-table th:nth-child(6) {
    min-width: 70px;
}

.custom-switch {
    padding-left: 0;
    position: relative;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-switch .custom-control-label::before {
    left: 0rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}

.custom-control-label::before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--white-bg);
    border-color: #6559AE;
    background-color: #6559AE;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(0px + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: var(--white-bg);
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.custom-switch .custom-control-input {
    opacity: 0;
    position: absolute;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--white-bg);
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: var(--blue-color);
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: var(--border-color);
    cursor: pointer;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
    cursor: pointer;
}

.table-arrow span.arrow {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
}

.filter-icon {
    color: var(--light-grey-color);
    margin-right: 20px;
    display: inline-block;
}

.white-box-title {
    position: absolute;
    border-bottom: var(--border-color) solid 1px;
    min-height: 82px;
}

.select-list {
    color: var(--light-grey-color);
    font-size: 16px;
}

.select-list .select {
    margin-left: 8px;
    min-width: 82px;
    padding: 7px 16px;
    font-size: 16px;
    color: var(--light-grey-color);
    border: var(--border-color) solid 1px;
    background: var(--white-bg) url(../images/select-arrow.svg) no-repeat calc(100% - 16px) center;
    border-radius: 8px;
    appearance: none;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
.form-group select,
.textarea {
    width: 100%;
    border: var(--border-color) solid 1px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    resize: none;
}

.textarea.large {
    height: 130px;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder {
    color: var(--dark-grey-color);
    opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder {
    color: var(--dark-grey-color);
    opacity: 1;
}

.form-group select {
    background: transparent url(../images/select-arrow.svg) no-repeat calc(100% - 16px) center;
    -moz-appearance: none;
    appearance: none;
    color: var(--dark-grey-color);
}

.select2-container {
    z-index: 1056;
}

.filter-popup input[type="submit"],
.sidebar-popup input[type="submit"] {
    width: 100%;
    border: 0;
    padding: 8px 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="submit"] {
    cursor: pointer;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.login-form input[type="submit"] {
    width: 100%;
    border: 0;
    padding: 8px 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sidebar-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(101, 101, 101, .13);
    z-index: 101;
}

.filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(101, 101, 101, .13);
    z-index: 9999;
}

.filter-box {
    margin-left: auto;
    margin-right: -400px;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: var(--white-bg);
    padding: 48px 32px 32px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filter-popup.open .filter-box,
.sidebar-popup.open .filter-box {
    margin-right: 0;
}

.filter-box h2 {
    margin-bottom: 24px;
}

.close-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    color: var(--dark-grey-color);
}

.filter-popup,
.sidebar-popup {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filter-popup.open,
.sidebar-popup.open {
    opacity: 1;
    visibility: visible;
}

.box-col-2,
.box-col-3 {
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.box-col-2 .form-group {
    max-width: calc(50% - 24px);
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
}

.box-col-3 .form-group {
    max-width: calc(33.3333% - 24px);
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
}

.white-box .button-block {
    border-top: var(--border-color) solid 1px;
    padding-top: 24px;
    text-align: right;
}

.white-box .button-block a {
    margin-left: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom-file-filed {
    border: var(--light-grey-color) dashed 1px;
    border-radius: 4px;
    position: relative;
}

.custom-file-filed > input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-filed.create-new-user .content {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    padding: 64px 24px;
}

.custom-file-filed .content svg {
    margin-bottom: 16px;
}

.custom-file-filed .content p {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--dark-grey-color);
}

.custom-file-filed .content span {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
    color: var(--dark-grey-color);
}

.document-img {
    display: inline-block;
}

.document-img img {
    border-radius: 4px;
}

.documnet-col {
    width: 220px;
}

.action-col {
    width: 100px;
}

.task-details-wrapper ul li {
    display: flex;
    font-size: 16px;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: var(--border-color) solid 1px;
    padding-left: 24px;
    padding-right: 24px;
}

.task-details-wrapper ul li:last-child {
    border-bottom: 0;
}

.task-details-wrapper ul li span {
    font-weight: 600;
    width: 160px;
}

.task-details-wrapper ul li p {
    font-size: 16px;
    width: calc(100% - 160px);
}

/* User CSS End */

/* Client CSS Start */
.modal-header {
    border-bottom: var(--border-color) solid 1px;
}

.modal-footer {
    border-top: var(--border-color) solid 1px;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--bs-border-color);
}

.form-check-input:checked {
    border-color: var(--blue-color);
}

.client-table tr th,
.client-table tr td {
    border-right: var(--border-color) solid 1px;
}

.client-table tr th:last-child,
.client-table tr td:last-child {
    border-right: 0;
}

.fees-round {
    margin-left: 4px;
    background: var(--border-color);
    color: var(--dark-grey-color);
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-right: 16px;
}

.client-table th:nth-child(1) {
    min-width: 30px;
}

.client-table th:nth-child(2) {
    min-width: 48px;
}

.client-table th:nth-child(6) {
    min-width: 120px;
}

.client-table th:nth-child(7),
.client-table th:nth-child(8) {
    min-width: 100px;
}

.client-table th:nth-child(9),
.client-table th:nth-child(11) {
    min-width: 60px;
}

.client-table th:nth-child(10) {
    min-width: 70px;
}

.profile-content .profile-thumb {
    max-width: 200px;
    position: relative;
    align-self: flex-start;
}

.profile-content .profile-thumb > img {
    width: 100%;
    border-radius: 8px;
}

.profile-content .profile-thumb .camera-icon {
    color: var(--black-color);
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, .75);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.profile-content-wrapper {
    width: 100%;
}

.profile-content-wrapper ul {
    margin: 0 -12px;
}

.profile-content-wrapper ul li {
    color: var(--dark-grey-color);
    display: flex;
    border-bottom: var(--border-color) solid 1px;
    padding: 16px 0;
    width: calc(50% - 24px);
    margin: 0 12px;
    word-break: break-word;
}

.profile-content-wrapper ul li span {
    font-weight: 500;
    color: var(--black-color);
    min-width: 200px;
}

.border-top {
    border-top: var(--border-color) solid 1px !important;
}

.trading-accounts th:nth-child(1) {
    min-width: 80px;
}

.trading-accounts th:nth-child(2) {
    min-width: 120px;
}

.trading-accounts th:nth-child(3) {
    min-width: 190px;
}

.trading-accounts th:nth-child(4) {
    min-width: 100px;
}

.trading-accounts th:nth-child(5) {
    min-width: 140px;
}

.trading-accounts th:nth-child(7) {
    min-width: 60px;
}

.trading-accounts-table .dataTables_wrapper {
    padding-top: 0;
}

.trading-accounts-table .dataTables_wrapper .dataTables_length,
.trading-accounts-table .dataTables_wrapper .dataTables_filter {
    display: none;
}

.payment-box {
    border-radius: 8px;
    padding: 24px;
    position: relative;
    height: 100%;
}

.payment-box span.icon {
    width: 56px;
    height: 56px;
    background: var(--white-bg);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-box .content {
    width: calc(100% - 56px);
    padding-left: 16px;
}

.payment-box .price {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
    font-weight: 600;
}

.deposite-request-table th:nth-child(1),
.transfer-request-table th:nth-child(1) {
    min-width: 30px;
}

.deposite-request-table th:nth-child(2),
.deposite-request-table th:nth-child(5),
.transfer-request-table th:nth-child(2),
.transfer-request-table th:nth-child(9) {
    min-width: 130px;
}

.deposite-request-table th:nth-child(4) {
    min-width: 80px;
}

.deposite-request-table th:nth-child(6),
.transfer-request-table th:nth-child(8) {
    min-width: 100px;
}

.deposite-request-table th:nth-child(7) {
    min-width: 60px;
}

.transfer-request-table th:nth-child(4) {
    min-width: 170px;
}

.transfer-request-table th:nth-child(7) {
    min-width: 90px;
}

.transfer-request-table th:nth-child(10) {
    min-width: 60px;
}

.kyc-table th:first-child {
    min-width: 150px;
}

.kyc-table th:nth-child(3) {
    min-width: 80px;
}

.kyc-table th:last-child {
    min-width: 290px;
}

.kyc-table .img span > img {
    border-radius: 4px;
}

.kyc-table .icons a:last-child {
    color: var(--blue-color);
    margin-left: 6px;
}

.password-content .form-group span {
    display: block;
    width: 100%;
    border: var(--border-color) solid 1px;
    font-size: 14px;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.password-content .form-group:last-child {
    margin-bottom: 0;
}

.custom-file-upload .uploadFile {
    width: 100%;
    background-color: white;
    border: var(--border-color) solid 1px;
    color: var(--dark-grey-color);
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    resize: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.custom-file-upload .uploadFile [type=file] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    bottom: 0;
    z-index: 1;
}

.clients-documents-table th:nth-child(1) {
    min-width: 40px;
}

.clients-documents-table th:nth-child(2) {
    min-width: 130px;
}

.clients-documents-table th:nth-child(5) {
    min-width: 80px;
}

.clients-documents-table th:last-child {
    min-width: 320px;
}

/* Client CSS End */

/* Role CSS Start */
hr {
    margin: 16px -16px;
    border-top: var(--border-color) solid 1px;
    opacity: 1;
}

.accordion-wrapper {
    width: 100%;
}

.accordion .accordion-header {
    margin-bottom: 0;
}

.accordion .accordion-header button:focus {
    box-shadow: none;
}

.accordion .accordion-header .accordion-button:not(.collapsed) {
    background: var(--body-bg);
}

.accordion .accordion-body {
    padding: 0;
}

.accordion .accordion-body .form-check-input {
    width: 16px;
    height: 16px;
    border: #c1c5ca solid 1px;
}

.accordion .accordion-body .form-check {
    margin-bottom: 0;
    margin-top: 16px;
}

.accordion .accordion-body .form-check label span {
    font-weight: 400;
    display: block;
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input {
    border: #c1c5ca solid 1px;
}

.accordion-button:after,
.accordion-button:not(.collapsed):after {
    background-image: url(../images/select-arrow.svg);
}

.accordion .accordion-item {
    border: var(--border-color) solid 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
    background: var(--white-bg);
    font-weight: 500;
}

.role-popup .filter-box {
    padding-bottom: 72px;
}

.role-popup .filter-box input[type="submit"] {
    padding: 13px 24px;
    position: fixed;
    bottom: 0;
    right: -400px;
    width: 400px;
    border-radius: 0;
    z-index: 1;
}

.role-popup.open .filter-box input[type="submit"] {
    right: 0;
}

.permissions-content h4 {
    font-weight: 600;
    border-bottom: var(--border-color) solid 1px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.permissions-group {
    border-bottom: var(--border-color) solid 1px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.role-actions .form-check input[type="checkbox"] {
    margin-top: 4px;
}

.role-actions .actions-wrapper {
    margin: 0 -12px;
}

.role-actions .actions-wrapper .form-check {
    width: calc(100% / 3 - 24px);
    margin: 0 12px;
}

/* Role CSS End */

/* Payment Gateway CSS Start */
.payment-gateway-table .logo {
    background: var(--light-blue-color);
    border-radius: 4px;
    margin-right: 8px;
}

.payment-gateway-table .logo > img {
    -webkit-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.payment-gateway-table th:nth-child(1) {
    min-width: 40px;
}

.payment-gateway-table th:nth-child(2) {
    min-width: 220px;
}

.payment-gateway-table th:nth-child(3) {
    min-width: 100px;
}

.payment-gateway-table th:nth-child(4) {
    min-width: 120px;
}

.payment-gateway-table th:last-child {
    min-width: 60px;
}

.payment-logo {
    width: 180px;
    height: 180px;
    background: var(--body-bg);
}

.payment-logo input[type="file"] {
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: auto;
    left: auto;
    bottom: 8px;
    right: 8px;
    z-index: 1;
}

.payment-logo .camera-icon {
    color: var(--black-color);
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, .75);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.fields-data-wrapper .fields-data {
    margin-bottom: 24px;
}

.fields-data-wrapper .fields-data:last-child {
    margin-bottom: 0;
}

/* Payment Gateway CSS End */

/* Message CSS Start */
.message-list-wrapper {
    width: 100%;
}

.message-wrapper {
    margin: 20px 0;
    width: 100%;
    height: calc(100vh - 280px);
    overflow: auto;
}

.message-reply-btn {
    position: fixed;
    right: 32px;
}

.message-reply-model {
    position: fixed;
    right: 32px;
}

.message-wrapper .admin {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 24px;
}

.message-wrapper .admin.client {
    justify-content: flex-start;
    margin-bottom: 24px;
}

.message-wrapper .admin .box-width {
    max-width: 1000px;
    width: 100%;
}

.message-wrapper .admin .content {
    position: relative;
    border: var(--border-color) solid 1px;
    border-radius: 8px 8px 0 8px;
    padding: 24px;
}

.message-wrapper .admin.client .content {
    background: var(--body-bg);
}

.message-wrapper .admin .content p {
    font-size: 16px;
    margin-bottom: 8px;
}

.message-wrapper .admin .thumb {
    order: 12;
    margin-left: 8px;
}

.message-wrapper .admin.client .box-width {
    order: 12;
}

.message-wrapper .admin.client .thumb {
    margin-right: 8px;
    margin-left: 0;
}

.message-wrapper .admin .thumb > img {
    width: 32px;
    border-radius: 4px;
}

.message-reply-popup {
    background: var(--white-bg);
    padding: 32px;
    position: fixed;
    bottom: -306px;
    right: 0;
    left: auto;
    width: calc(100% - 250px);
    z-index: 104;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .03);
}

.message-reply-popup .close {
    color: var(--dark-grey-color);
}

.message-reply-popup.open {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.admin .content .action-dot {
    position: absolute;
    top: 0;
    right: 8px;
}

.admin .content .dropdown-menu {
    padding: 0;
    border: var(--border-color) solid 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .03);
}

.admin .content .dropdown-menu li {
    border-bottom: var(--border-color) solid 1px;
}

.admin .content .dropdown-menu li:last-child {
    border-bottom: 0;
}

.admin .content .dropdown-menu li a {
    font-size: 14px;
    color: var(--black-color);
    padding: 8px 16px;
    display: flex;
    align-items: center;
}

.admin .content .dropdown-menu li a:hover {
    color: var(--blue-color);
}

.admin .content .dropdown-menu li a > svg {
    width: 18px;
    margin-right: 8px;
}

.admin .content .download-list {
    margin-top: 12px;
    padding-top: 12px;
    border-top: var(--border-color) solid 1px;
}

.admin .content .download-list li {
    list-style: decimal inside;
    margin-bottom: 12px;
}

.admin .content .download-list li:last-child {
    margin-bottom: 0;
}

.admin .content .download-list li a {
    margin-left: 4px;
    color: var(--black-color);
}

.admin .content .download-list li a:hover {
    color: var(--blue-color);
}

.admin .content .download-list li a.filename {
    margin-left: 0;
}

/* Message CSS End */
/* Notification CSS Start */
.notification-content {
    padding-top: 40px;
    margin-top: 24px;
    border-top: var(--border-color) solid 1px;
}

.notification-wrapper {
    max-width: 730px;
    margin: 0 auto;
    position: relative;
}

.notification-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 91px;
    width: 2px;
    height: 100%;
    background: var(--border-color);
}

.notification-wrapper ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.notification-wrapper ul li:last-child {
    margin-bottom: 0;
}

.notification-wrapper ul li:before {
    content: '';
    position: absolute;
    left: 85px;
    width: 16px;
    height: 16px;
    background: var(--white-bg);
    border: #6559AE solid 3px;
    border-radius: 16px;
}

.notification-wrapper ul li span {
    color: var(--dark-grey-color);
    line-height: 1.3;
    text-align: right;
    font-weight: 500;
}

.notification-wrapper ul li span b {
    font-size: 22px;
    font-weight: 600;
    display: block;
}

.notification-wrapper ul li .box {
    padding: 16px;
    background: var(--white-bg);
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
    position: relative;
}

.notification-wrapper ul li .box .thumb {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.notification-wrapper ul li .box .thumb img {
    width: 40px;
    border-radius: 4px;
}

.notification-wrapper ul li .box .content span {
    color: var(--black-color);
    font-weight: 500;
}

.notification-wrapper ul li .box .content .icons span {
    margin-right: 8px;
}

.notification-wrapper ul li .box .content .icons span:last-child {
    margin-right: 0;
}

.notification-wrapper ul li .box .content p {
    color: var(--dark-grey-color);
    margin-bottom: 6px;
}

.notification-wrapper ul li .box .content p:last-child {
    margin-bottom: 0;
}

.notification-wrapper ul li .box .time {
    position: absolute;
    top: 16px;
    right: 16px;
    font-weight: 500;
    color: var(--light-grey-color);
}

/* Notification CSS End */

/* Setting CSS Start */
.setting-wrapper {
    width: 100%;
    min-height: 680px;
}

.setting-wrapper .left-tab-panel {
    max-width: 230px;
    width: 100%;
}

.setting-wrapper .left-tab-panel .nav-tabs {
    padding: 0;
    background: none;
    width: 100%;
}

.setting-wrapper .left-tab-panel .nav-tabs li {
    display: block;
    border-bottom: var(--border-color) solid 1px;
}

.setting-wrapper .left-tab-panel .nav-tabs li:last-child {
    border-bottom: 0;
}

.setting-wrapper .left-tab-panel .nav-tabs li a {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 24px;
}

.setting-wrapper .left-tab-panel .nav-tabs li a:hover {
    color: #6559AE;
}

.setting-wrapper .left-tab-panel .nav-tabs li a.active {
    background: none;
}

.setting-wrapper .left-tab-panel .nav-tabs li a svg {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

.setting-wrapper > .tab-content {
    max-width: calc(100% - 230px);
    width: 100%;
    border-left: var(--border-color) solid 1px;
}

.tab-sub-content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: var(--border-color) solid 1px;
}

/* Setting CSS End */

/* Login CSS Start */
.top-logo {
    width: 100%;
    background: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-logo .login-logo {
    display: inline-block;
}

.top-logo .login-logo > img {
    max-width: 180px;
    width: 100%;
}

.login-wrapper {
    align-items: center;
    height: calc(100vh - 68px);
}

.login-wrapper .login-left {
    width: 50%;
    padding-left: 24px;
}

.login-form {
    max-width: 360px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.change-password-form {
    max-width: 500px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.login-wrapper .login-right {
    width: 50%;
}

.login-wrapper .login-right {
    align-items: center;
    height: 100%;
    background-color: var(--blue-color);
    background-size: cover !important;
    background-position: center !important;
    border-radius: 24px;
}

/* Login CSS End */

/* Category CSS Start */
.table-border.dataTable {
    border: #ddd solid 1px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    float: left;
    border-radius: 8px !important;
}

.table-border.dataTable thead tr th,
.table-border.dataTable.no-footer,
.category-section .card .card-header {
    border-bottom: #ddd solid 1px;
}

.category-section .card {
    border-radius: 8px;
}

.card,
.category-section .dataTables_wrapper .dataTables_length select,
.category-section .dataTables_wrapper .dataTables_filter input {
    border: #ddd solid 1px;
}

.category-section .card .card-header {
    background: #fff;
    padding: 12px 16px;
}

.category-section .dataTables_length select,
.category-section .dataTables_filter input[type="search"] {
    height: 32px;
}

.category-section table.table-border a.blue {
    color: #73d5a8;
    margin-right: 4px;
}

.category-section table.table-border tr.odd,
.category-section table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f9f9f9;
}

.category-section table tr th:last-child {
    width: 150px;
}

.category-section table tr td:first-child {
    padding-left: 16px;
}

.category-section table tr td:first-child a {
    color: #bdbdbd;
}

.category-section table tr td:nth-child(2n) > img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.bootstrap-switch {
    border: #ddd solid 1px !important;
}

.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none !important;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 2px 8px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #0f5132 !important;
    background: #d1e7dd !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #842029 !important;
    background: #f8d7da !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    min-width: 28px !important;
    height: 28px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.category-section .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.category-section .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0 10px !important;
    border-radius: 4px;
}

.category-section .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.category-section .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: #ddd solid 1px !important;
    background: #f5f5f5 !important;
    border-radius: 4px;
}

.category-section .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: #ddd solid 1px !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 4px;
}

.category-section .card-body {
    height: calc(100vh - 245px);
    overflow: auto;
}

#displayImage > img {
    width: 100%;
}

.swal2-actions .swal2-styled.swal2-confirm.swal-btn {
    color: #842029 !important;
    background: #f8d7da !important;
    border: 0 !important;
}

.swal2-actions .swal2-styled:focus {
    box-shadow: none !important;
    outline: 0;
}

.swal2-actions .swal2-styled.swal2-confirm {
    color: #842029 !important;
    background: #f8d7da !important;
    border: 0 !important;
}

#showImages .close {
    font-size: 24px;
    line-height: 1;
    border: 0;
    background: 0;
    padding: 0;
}

.model-close-button .close {
    font-size: 24px;
    line-height: 1;
    border: 0;
    background: 0;
    padding: 0;
}

.image-upload-block .delete-icon {
    color: #f5858f;
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #fff;
    padding: 6px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.d-box li > span {
    color: #333;
}

.d-box li.active {
    color: #73d5a8;
}

.d-box li.inactive {
    color: #f5858f;
}

.plus-add {
    font-size: 16px;
    color: #333;
}

.plus-add:hover {
    color: #6559AE;
}

.card-header.title-card h3 {
    font-size: 15px;
}

#size-info-container .card .card-body .d-flex {
    /*border-right: #bfbfbf solid 1px;*/
}

#size-info-container .card .card-body div.line {
    background: #bfbfbf;
    height: calc(100% + 16px);
    width: 1px;
    position: absolute;
    top: 0;
    max-width: 1px;
    min-width: 1px;
    padding: 0;
}

#size-info-container .card .card-body div.line1 {
    left: 33.3333%;
}

#size-info-container .card .card-body div.line2 {
    left: 66.6666%;
}

#size-info-container .card .card-body div.line3 {
    left: 75%;
}

.d-box ul.order-content li {
    width: 25%;
}

.img-upload-box {
    max-width: 200px;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.img-upload-box > img {
    position: absolute;
    object-fit: cover;
    height: 200px;
    object-fit: contain;
}

.custom-select-2 span.select2 {
    width: 100% !important;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: var(--border-color) solid 1px !important;
}

.select2-container--default .select2-selection--single {
    border: var(--border-color) solid 1px !important;
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #efefef !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #333 !important;
}

.select2-container {
    z-index: 1049 !important;
}

.modal-body .select2-container,
.modal-backdrop ~ .select2-container {
    z-index: 1055 !important;
}

.tox .tox-statusbar {
    display: none !important;
}

.branch-name {
    top: 20px;
    position: absolute;
    left: 32px;
}

.branch-name p {
    display: inline-block;
}

.user-thumb .dropdown-menu {
    min-width: 240px;
}

/* Category CSS End */

.order-items-table tr th:last-child {
    text-align: center;
}

.order-items-table tr th:nth-child(1),
.order-items-table tr th:nth-child(2),
.order-items-table tr th:nth-child(3) {
    min-width: 200px;
}

.order-items-table tr th:nth-child(4) {
    min-width: 110px;
}

.order-items-table tr th:nth-child(5) {
    min-width: 120px;
}

.order-items-table tr th:nth-child(6) {
    min-width: 130px;
}

.order-items-table tr th:nth-child(7) {
    min-width: 120px;
}

.order-items-table .custom-select-2 {
    width: 100%;
}
/* .tox .tox-notification--in{
    opacity: 0 !important;
}

*/ .tox .tox-notifications-container {
    opacity: 0 !important;
    visibility: hidden !important;
}

#categoryTable>tbody>tr>td.details-control:last-child {
    max-width: 170px !important;
    min-width: 70px !important;
}

#categoryTable .dt-hasChild.shown~tr>td {
    padding-right: 10px !important;
}

#categoryTable .dt-hasChild.shown~tr>td>table>tbody>tr>td:last-child {
    max-width: 48px !important;
    min-width: 48px !important;
    width: 48px;
}
@media (max-width: 1799px) {

    .card-boxes .payment-box {
        width: calc(100% / 4 - 24px);
    }

}

@media (max-width: 1439px) {

    .card-boxes .payment-box {
        width: calc(100% / 3 - 24px);
    }

}

@media (max-width: 1365px) {

    .setting-wrapper {
        flex-flow: row wrap;
        flex-direction: column;
    }

    .setting-wrapper .left-tab-panel {
        max-width: 100%;
    }

    .setting-wrapper .left-tab-panel .nav-tabs {
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        border-bottom: var(--border-color) solid 1px;
        padding-bottom: 1px;
    }

    .setting-wrapper .left-tab-panel .nav-tabs li {
        display: inline-block;
        width: auto;
        border-bottom: none;
    }

    .setting-wrapper > .tab-content {
        max-width: 100%;
    }

    .setting-wrapper .left-tab-panel .nav-tabs li a {
        border-radius: 0;
    }

    .setting-wrapper .left-tab-panel .nav-tabs li a.active {
        border-bottom: #6559AE solid 1px;
    }

    .login-wrapper .login-right {
        background-position: calc(100% - -40px) center !important;
    }

    .setting-wrapper .tab-content {
        border-left: 0;
    }

}

@media (max-width: 1199px) {

    .top-header {
        padding: 16px 20px;
    }

    .branch-name {
        top: 20px;
        position: absolute;
        left: 83px;
    }

    .menu-slide {
        position: fixed;
        z-index: 101;
        top: 12px;
        /*background: #333;*/
        background: #6559AE;
        color: var(--white-bg);
        margin-left: 0px;
        padding: 8px 6px;
        text-align: center;
        line-height: 1;
        border-radius: 4px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu-slide:hover {
        background: #6559AE;
    }

    .mobile-menu {
        width: 40px;
        height: 40px;
    }

    .mobile-menu span,
    .mobile-menu span:before,
    .mobile-menu span:after {
        background: var(--white-bg);
        width: 20px;
        height: 2px;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.15s linear
    }

    .mobile-menu span:before,
    .mobile-menu span:after {
        content: '';
        position: absolute;
        left: 10px;
    }

    .mobile-menu span:before {
        transform: translateY(-6px);
    }

    .mobile-menu span:after {
        transform: translateY(6px);
    }

    .mobile-menu.open span {
        background: transparent;
    }

    .mobile-menu.open span:before {
        transform: rotate(45deg);
    }

    .mobile-menu.open span:after {
        transform: rotate(-45deg);
    }

    .left-menu.close {
        left: 0;
    }

    .menu-slide.open {
        margin-left: 240px;
    }

    .left-menu {
        left: -284px;
        padding: 24px 16px 72px 16px;
    }

    .right-content {
        padding-left: 0;
    }

    .content-wrapper {
        padding: 20px;
    }

    .custom-file-filed.create-new-user .content {
        padding: 32px 16px;
    }

    .d-box:hover {
        margin-top: 0;
    }

    .box-col-3 .form-group {
        max-width: calc(50% - 24px);
    }

    .message-wrapper {
        height: calc(100vh - 346px);
    }

    .message-reply-btn {
        right: 20px;
    }

    footer {
        width: 100%;
        text-align: center;
    }

    .message-reply-popup {
        width: 100%;
        padding: 32px 20px;
    }

}

@media (min-width: 992px) and (max-width: 1130px) {

    .white-box .box-title .select {
        display: block;
        width: 100%;
    }

    .box-title h2 {
        margin-bottom: 8px;
    }

}

@media (max-width: 991px) {

    .role-actions .actions-wrapper .form-check {
        width: calc(100% / 2 - 24px);
    }

    .fields-data-wrapper .fields-data:last-child {
        margin-bottom: 24px;
    }

    .login-logo {
        position: static;
        margin: 24px auto;
    }

    .login-wrapper {
        height: 100%;
    }

    .login-wrapper .login-left,
    .login-wrapper .login-right {
        width: 100%;
        padding: 0;
    }

    .login-left {
        margin-bottom: 24px;
    }

    .login-wrapper .login-right {
        min-height: 500px;
        background-position: center !important;
    }

    .card-boxes .payment-box {
        width: calc(100% / 2 - 24px);
    }

    #size-info-container .card .card-body div.line1 {
        left: 50%;
    }

    #size-info-container .card .card-body div.line2 {
        left: 0;
        opacity: 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .profile-content-wrapper ul li span {
        min-width: 130px;
    }

}

@media (max-width: 767px) {

    h1 {
        font-size: 28px;
    }

    .hd-search {
        max-width: 164px;
        margin-left: 64px;
    }

    .filter-box {
        padding: 48px 20px 20px;
    }

    .blue-btn {
        padding: 9px 24px;
        font-size: 15px;
    }

    .btn-small {
        padding: 6px 16px;
        font-size: 14px;
    }

    .blue-btn-border {
        padding: 6px 16px;
        font-size: 14px;
    }

    .white-box-title .tab-wrapper {
        width: 100%;
        margin-top: 16px;
    }

    .profile-content-wrapper ul li {
        width: calc(100% - 24px);
    }

    .role-popup hr {
        margin: 24px -20px;
    }

    .message-wrapper {
        height: calc(100vh - 334px);
    }

    .notification-wrapper ul li > span {
        display: none;
    }

    .notification-wrapper ul li {
        padding-left: 32px;
    }

    .notification-wrapper:before {
        left: 7px;
    }

    .notification-wrapper ul li:before {
        left: 0;
    }

    .notification-wrapper ul li .box {
        max-width: 695px;
    }

    #size-info-container .card .card-body .d-flex {
        flex-wrap: wrap;
    }

    #size-info-container .card .card-body .d-flex label {
        min-width: 100%;
    }
}

@media (max-width: 575px) {

    .title-button h1 {
        width: 100%;
        margin-bottom: 16px;
    }

    .blue-btn,
    .blue-btn-border {
        width: 100%;
        text-align: center;
    }

    .white-box .button-block a {
        margin: 0 0 16px 0;
    }

    .white-box .button-block a:last-child {
        margin-bottom: 0;
    }

    .box-title h2 {
        width: 100%;
        margin-bottom: 8px;
    }

    .tab-wrapper .nav-tabs li,
    .white-box-title .tab-wrapper .nav-tabs,
    .trading-tab,
    .setting-wrapper ul.nav-tabs,
    .durations-select {
        width: 100%;
    }

    .dashboard-table h2 {
        padding: 20px;
    }

    .dashboard-table .tab-wrapper {
        padding-top: 20px;
    }

    .tab-wrapper .nav-tabs {
        margin: 0 20px 20px 20px;
    }

    .select-list,
    .dataTables_length label {
        font-size: 0;
    }
        .dataTables_length {
            display: none;
        }

    .dataTables_length .form-select {
        margin: 0;
    }

    .filter-icon {
        margin-right: 10px;
    }

    .select-list .select {
        margin-left: 0;
    }

    .box-col-2 .form-group,
    .box-col-3 .form-group {
        max-width: 100%;
    }

    .profile-content .profile-thumb {
        max-width: 100%;
        width: 100%;
    }

    .profile-content-wrapper ul li {
        width: calc(100% - 24px);
        flex-flow: row wrap;
    }

    .profile-content-wrapper ul li span {
        min-width: 100%;
    }

    .documnet-col {
        width: 110px;
    }

    .mobile-w-100 {
        width: 100%;
    }

    .role-actions .actions-wrapper .form-check {
        width: calc(100% / 1 - 24px);
    }

    .fields-data-wrapper .fields-data .col:first-child {
        flex: auto;
        margin-bottom: 16px;
    }

    .fields-data-wrapper .fields-data {
        border-bottom: var(--border-color) solid 1px;
        padding-bottom: 16px;
    }

    .fields-data-wrapper .fields-data:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .message-reply-btn {
        left: 20px;
        right: 20px;
        width: calc(100% - 40px) !important;
    }

    .notification-wrapper ul li .box .thumb img {
        min-width: 32px;
        max-width: 32px;
        width: 100%;
    }

    .notification-wrapper ul li .box .time {
        position: static;
        padding-left: 56px;
        padding-top: 4px;
    }

    .notification-wrapper ul li .box {
        flex-flow: row wrap;
    }

    .notification-wrapper ul li .box .content {
        width: calc(100% - 56px);
    }

    .message-reply-popup {
        width: 100%;
        bottom: -360px;
    }

    .login-wrapper .login-right {
        min-height: 330px;
    }

    .card-boxes .payment-box {
        width: calc(100% / 1 - 24px);
    }

    #size-info-container .card .card-body div.line1 {
        left: 0%;
        opacity: 0;
    }

    .d-box ul.order-content li {
        width: 48%;
    }

    .branch-name {
        left: 70px;
    }

    .branch-name p {
        display: block;
    }

    .branch-name p:last-child {
        margin-left: 0;
    }

}

@media (max-height: 439px) {

    .message-wrapper {
        height: calc(100vh - 280px);
    }

}
