/*-----------------
	General
-----------------------*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2?v=3.13") format("woff2"), url("../fonts/Inter-Regular.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2?v=3.13") format("woff2"), url("../fonts/Inter-Medium.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2?v=3.13") format("woff2"), url("../fonts/Inter-SemiBold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2?v=3.13") format("woff2"), url("../fonts/Inter-Bold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/Inter-ExtraBold.woff2?v=3.13") format("woff2"), url("../fonts/Inter-ExtraBold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Inter-Black.woff2?v=3.13") format("woff2"), url("../fonts/Inter-Black.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
:root {
    --primary-color: #0d8ada;
    --secondary-color: #efc10b;
    --btn-color: #ED1C24;
    --menu-color: rgba(255, 255, 255, .87);
}
html {
    height: 100%;
}

body {
    background-color: #F3F4F5;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    margin-top: 0;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 0 none;
}

.form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
}

.form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}

a {
    color: #009ce7;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
}

.navbar-nav>li {
    float: left;
}

.form-group {
    margin-bottom: 1.25rem;
}

.input-group .form-control {
    height: 40px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}
.box-body .btn i {
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}
.contact {
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
    padding: 0.10rem 0;
    border-bottom: 1px solid #d7dfe6;
}
.wmrmenu .pull-right {
    float: right;
}
.material-icons.ffinherit {
    font-size: inherit;
}
.wmlmenu,.wmrmenu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    background: #fff;
}

.wmlmenu li {
    width: 100%;
}

.wmlmenu a {
    padding: 10px 10px;
}

.wmlmenu a.active {
    background: var(--primary-color);
    color: #fff;
}
.iwidget i {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.p-a-md {
    padding-bottom: 1.5rem !important;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.font-weight-600 {
    font-weight: 600;
}

.maincatlist {
    display: flex;
    height: 100%;
    align-items: center;
}
.maincatlist ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
    height: 100%;
}
.maincatlist li {
    list-style: none;
    background: #dee8ee;
    padding: 10px;
    border-radius: 5px;
}
.maincatlist li.active {
    background: var(--primary-color);
    color: #fff;
}
.btn-addcategory {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: auto;
    margin-left: 10px;
    flex-shrink: 1;
}
.btn-addcategory .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    border-radius: 5px;
    color: #2f75d4;
    font-weight: 600;
    background: #dee8ee;
}
.catergory-list ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 5px 15px;
    flex-flow: wrap;
}
.catergory-list ul li {
    list-style: none;
    display: flex;
    flex: 0 0 calc(25% - 15px);
}
.prodprice {
    margin-left: auto;
}
.btn-addprod {
    width: 100%;
}
.prodright {
    width: 100%;
}

.prodright-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #212529;
    margin: 0 0 10px;
}
.d-infx {
    display: flex;
    align-items: flex-start;
}
.d-infx label {
    margin-left: 5px;
}
.inpcustwidth {
    max-width: 115px;
}
.ath2 {
    font-size: 36px;
    font-weight: bold;
}

.ath5 {
    font-size: 24px;
}

.btn.btn-punch-out {
    background-image: -webkit-linear-gradient(top, #e84646, #e84646);
}

.btn.btn-punch-in {
    background-image: -webkit-linear-gradient(top,  #5ed873, #6bff85);
}

.btn.btn-punch {
    color: #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
    border: 1px solid #beebc6;
    font-size: 18px;
}

.btn-punch:after {
    content: "";
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #bebebe;
}

.attendance-info li {
    display: inline-block;
    padding: 20px;
    text-align: center;
}

.attendance-info {
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
}
.attendance-info span {
    font-weight: bold;
}
.attendance-info li:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

.table-actiondflex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodright-bottom {
    display: flex; 
    justify-content: space-between;
}
.btn-addprod .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 35px);    
    background: #dee8ee;
    min-height: 100px;
}
.prodgridcard {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.prodgridactions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.prodgridactions a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    top: -12px;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
.prodgrid {
    width: 100%;
    display: flex;
    background: #dee8ee;
    border-radius: 5px;
    padding: 10px 10px 20px;
}
.prodimg {
    margin-right: 10px;
}
.proddet h6 {
    font-weight: 600;
}
.proddet {
    margin-right: 10px;
}
.prodactions {
    display: flex;
    gap: 20px;
    margin: 0 0 10px;
}
.catergory-list {
    margin: 20px 0 0;
}
.catergory-list-hdr {
    font-size: 20px;
}
.maincatlist h5 {
    font-size: 16px;
    margin: 0 0 5px;
}
.maincatlist span {
    color: #777;
    font-size: 12px;
}
.maincatlist .active span {
    color: #fff;
}

/*-----------------
	Table
-----------------------*/

.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
    border-top: 0;
    padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    border-collapse: collapse !important;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2 a {
    color: #333;
}

table.table td h2 a:hover {
    color: var(--primary-color);
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table thead tr th {
    font-weight: 600;
    border: 0;
}

.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
    border-color: transparent;
}

.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
    color: #474648;
}

.table-striped thead tr {
    border-color: transparent;
}

.table-striped tbody tr {
    border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-body .table>thead>tr>th {
    border-top: 0;
}

.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

/* ---------------------------
    Marketing History Pop-up
 ----------------------------- */
 
.sample-msg-pop {
	text-align: right;
	padding: 10px 15px;
	margin: 0 0 15px;
  }
  .sample-msg-content {
	padding: 10px;
	background: #f4f4f4;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	min-width: 25%;
	text-align: left;
  }
  
.sample-msg-content.sample-msg-content-mail {
	padding: 0;
  }
  .sample-msg-content-mail #title {
	padding: 10px;
	display: block;
	background: #9c84f1;
	border-radius: 10px 10px 0 0;
	color: #fff;
  }
  .sample-msg-content-mail #message {
	padding: 10px;
  }
  .sample-msg-content:after {
	content: "";
	position: absolute;
	border-left: 20px solid #f4f4f4;
	border-bottom: 20px solid transparent;
	bottom: -15px;
	left: 15px;
  }
 

/*-----------------
	Bootstrap Classes
-----------------------*/

.btn {
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    transition: 0.2s all;
}

.btn-lg {
    height: 52px;
    padding: 3px 24px;
    font-size: 15px;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #e0e6ed;
    color: #333;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.bg-primary,
.badge-primary {
    background-color: var(--primary-color) !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0b7bc1 !important;
}

.bg-success,
.badge-success {
    background-color: #3dd598 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #28b77e !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #e84646 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu>li>a.text-primary {
    color: var(--primary-color) !important;
}

.text-success,
.dropdown-menu>li>a.text-success {
    color: #28b77e !important;
}

.text-danger,
.dropdown-menu>li>a.text-danger {
    color: #e84646 !important;
}

.text-info,
.dropdown-menu>li>a.text-info {
    color: #009efb !important;
}

.text-warning,
.dropdown-menu>li>a.text-warning {
    color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu>li>a.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #0b7bc1;
    border: 1px solid #0b7bc1;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #0b7bc1;
    border: 1px solid #0b7bc1;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #0b7bc1;
    border-color: #0b7bc1;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success {
    background-color: #3dd598;
    border: 1px solid #3dd598
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #28b77e;
    border: 1px solid #28b77e;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: #28b77e;
    border: 1px solid #28b77e
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
    background-color: #28b77e;
    border-color: #28b77e;
    color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #3dd598;
    border-color: #3dd598;
    color: #fff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}

.btn-danger {
    background-color: #e84646;
    border: 1px solid #e84646;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-color);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success {
    color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:hover {
    background-color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #3dd598;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #3dd598;
    border-color: #3dd598;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #e84646;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--primary-color);
}

.page-link:hover {
    color: var(--primary-color);
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card {
    border: 0;
    margin-bottom: 1.875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.card-body {
    padding: 1.5rem;
}

.card-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem 1.5rem;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.modal-footer.text-left {
    text-align: left;
}

.modal-footer.text-center {
    text-align: center;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}


/*-----------------
	Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

.card-header-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #333;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #333;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top>li+li>a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
    border-top-color: var(--primary-color);
}

.nav-tabs.nav-tabs-bottom>li {
    margin-bottom: -1px;
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: var(--primary-color);
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
    background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
    background-color: #f5f5f5;
    border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}


/*-----------------
	Components
-----------------------*/

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm>div {
    padding-left: 3px;
    padding-right: 3px;
}

/* Start: Schecule section */
.add-slot {
    text-align: center;
}
.add-slot a {
    background-color: #fff;
    border: 1px solid #ED1C24;
    border-radius: 16px;
    color: #ED1C24;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
}
.add-slot a:hover {
	background-color: #ED1C24;
	color: #fff;
}
/* End: Schecule section */
/*-----------------
	Avatar
-----------------------*/

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online:before {
    background-color: #3dd598;
}

.avatar-offline:before {
    background-color: #e84646;
}

.avatar-away:before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.avatar-xs.avatar-online:before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away:before,
.avatar-sm.avatar-offline:before,
.avatar-sm.avatar-online:before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away:before,
.avatar-lg.avatar-offline:before,
.avatar-lg.avatar-online:before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away:before,
.avatar-xl.avatar-offline:before,
.avatar-xl.avatar-online:before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

.avatar-xxl .border {
    border-width: 6px !important;
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
    border-width: 4px;
}

.avatar-group {
    display: inline-flex;
}

.avatar-group .avatar+.avatar {
    margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}


/*-----------------
	Header
-----------------------*/

.header {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002;
    height: 85px;
}

.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
.mini-sidebar .header .header-left {
    margin-left: -110px;
  }
.header .header-left .logo {
    display: inline-block;
    line-height: 60px;
}

.header .header-left .logo img {
    max-height: 40px;
    width: auto;
}

.header-left .logo.logo-small {
    display: none;
}

.header .dropdown-menu>li>a {
    position: relative;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle:after {
    display: none;
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.user-menu.nav>li>a {
    color: #333;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
    position: relative;
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    color: #333;
}

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.header .dropdown-menu>li>a:focus i,
.header .dropdown-menu>li>a:hover i {
    color: #fff;
}

.header .dropdown-menu>li>a {
    padding: 10px 18px;
}

.header .dropdown-menu>li>a i {
    color: var(--primary-color);
    margin-right: 10px;
    text-align: center;
    width: 18px;
}

.header .user-menu .dropdown-menu>li>a i {
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.header .user-menu .dropdown-menu>li>a:focus i,
.header .user-menu .dropdown-menu>li>a:hover i {
    color: #fff;
}
.mobile_btn {
    display: none;
}
.slide-nav .sidebar {
    margin-left: 0;
    overflow-y: auto;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    margin-bottom: 2px;
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.sidebar-overlay.opened {
    display: block;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened body {
    overflow: hidden;
}

/* -------------------
    Nav arrow disign (Breadcrumb)
----------------------- */

.breadcrumb {
    background-color: rgba(0, 0, 0, .065)
}

.breadcrumb > li + li:before {
    content: '/ '
}
.breadcrumb-section {
    margin-bottom: 20px;
}
.breadcrumb-section h5 {
    font-size: 22px;
    margin-bottom: 0;
}
.breadcrumb {
	background-color: transparent;
	float: right;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 13px;
}
.breadcrumb a, .breadcrumb span {
	text-transform: capitalize;
}
.breadcrumb a {
	color: #324148;
	opacity: .5;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.breadcrumb a:hover {
	opacity: 1;
}
.breadcrumb span {
	color: #324148;
}
.breadcrumb > li + li:before {
	color: #324148;
	opacity: .5;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 9px;
}

/*-----------------
	Sidebar
-----------------------*/

.sidebar {
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 85px;
    transition: all 0.2s ease-in-out 0s;
    width: 110px;
    z-index: 1001;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
    overflow-y: auto;
}

.sidebar-menu {
    padding: 10px;
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu li a {
    color: #333;
    display: block;
    font-size: 12px;
    height: auto;
    padding: 0 20px;
}

.sidebar-menu li a:hover {
    color: var(--primary-color);
}

.sidebar-menu>ul>li>a:hover {
    background-color: #e8e8e8;
    color: #000;
}

.sidebar-menu>ul>li.active>a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.sidebar-menu li.active a {
    background-color: var(--secondary-color);
    color: #fff;
}

.sidebar-menu ul ul a.active {
    color: var(--secondary-color);
    text-decoration: underline;
}

.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    white-space: nowrap;
}

.sidebar .sidebar-menu>ul>li>a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu>ul>li>a span.badge {
    margin-left: auto;
}

.sidebar-menu ul ul a {
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 45px;
    position: relative;
}

.sidebar-menu ul ul {
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 65px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 85px;
}

.sidebar-menu>ul>li {
    margin-bottom: 5px;
    position: relative;
}

.sidebar-menu>ul>li:last-child {
    margin-bottom: 0;
}

.sidebar-menu>ul>li>a {
    align-items: center;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    transition: background 0.3s;
    flex-direction: column;
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu li a>.badge {
    color: #fff;
}


/*-----------------
	Content
-----------------------*/

.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.page-wrapper {
    margin-left: 110px;
    padding-top: 85px;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
}

.page-wrapper>.content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page-header {
    margin-bottom: 1.875rem;
}
.ui-autocomplete.ui-widget-content a {
    display: block;
    padding: 10px;
    font-size: 16px;
}

.ui-autocomplete.ui-widget-content a.ui-state-focus {
    border: 0;
}
.page-title {
    color: #333;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.order-action.text-center {
    white-space: nowrap;
}
.poscalendar .fc-toolbar {
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
}
.poscalendar .fc-toolbar .fc-right {
    float: right;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.poscalendar .fc-center {
    float: left;
    color: #333;
    margin-right: auto;
}

.poscalendar .fc-center h2 {font-weight: bold;font-size: 28px;}

.poscalendar .fc-toolbar .fc-left {
    float: right;
    position: absolute;
    right: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.poscalendar .fc-icon-left-single-arrow:after,.poscalendar .fc-icon-right-single-arrow:after {
    font-size: 100%;
}
.posbtn-new {
    background: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.posbtn-new i {
    margin-right: 10px;
}
.posbtn-new:hover {
    color: #fff;
    opacity: 0.9;
}
.posbtn-group {
    border-radius: 4px;
    background: var(--primary-color);
    color: #fff;
}
.posbtn-group button:not(:last-child) {
    border-right: 1px solid #fff;
}
.posbtn-group .btn {
    color: #fff;
}
.posbtn-group .btn:hover {
    opacity: 0.9;
}
.poscalendar .fc-view .fc-widget-content {
    background: #fff;
}
.poscalendar .fc-day-number {
    font-size: 20px;
    font-weight: bold;
}
.assign-driver-list {
    flex-flow: wrap;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}
.assign-driver-list .assign-order-det {
    width: calc(50% - 20px);
    border: 1px solid #cdcdcd;
    justify-content: space-between;
}
.assign-driver-list .assign-listing-title i {
    font-size: 20px;
    margin: 0 5px 0 0;
}
.assign-driver-list .assign-order-det h3 a {
    display: inline-flex;
    align-items: center;
}
.assign-driver-check input[type="radio"] + label {
    position: relative;
    height: 30px;
    right: 0;
    cursor: pointer;
}

.assign-driver-check input[type="radio"] {
    display: none;
}
.assign-driver-check input[type="radio"]:checked + label:after {
    content: "\f0d1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

.assign-driver-check input[type="radio"] + label:after {
    content: "Assign";
    position: absolute;
    right: 0;
    top: 0;
    background: #3dd598;
    color: #fff;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
}

.assign-driver-check {
    position: relative;
}

.assign-driver-list .assign-info {
    max-width: calc(100% - 63px);
    padding: 0 0 0 10px;
}
input[type=checkbox].custom-control-input {
    display: none;
}
input[type=checkbox].custom-control-input + label {
   position: relative;
    width: 30px;
    transition: all 0.5s;
    display: inline-flex;
    height: 15px;
    margin: 0;
    top: 3px;
    cursor: pointer;
}
.form-group.d-flex {
    display: flex;
    justify-content: space-between;
}
input[type=checkbox].custom-control-input + label:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 15px;
    border-radius: 80px;
    border: 1px solid var(--primary-color);
    transition: all 0.5s;
    opacity: 0.5;
}
.inv-settings-grid input[type=checkbox].custom-control-input + label:before { 
    background: #b6b6b6;
    width: 11px;
    height: 11px;
    left: 4px;
    top: 3.5px;
}
.inv-settings-grid input[type=checkbox].custom-control-input:checked + label:before {     
    background: #fff;
}
.inv-settings-grid input[type="checkbox"].custom-control-input:checked + label::after {
    background: #006aff;
    border: 1px solid #006aff;
}
.inv-settings-grid input[type="checkbox"].custom-control-input + label::after { 
    border: 2px solid var(--primary-color);
    width: 30px;
    height: 18px;
}
.settings-form-inp-multi:not(:last-child) .form-control {
    border-bottom: 2px solid #eaeaea;
    border-radius: 0;
  }
input[type=checkbox].custom-control-input + label:before {
content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 1;
    left: 2px;
    top: 1px;
    background: #ff0000;
    transition: all 0.5s;
    opacity: 1;
}
input[type=checkbox].custom-control-input:checked + label:after {
    opacity: 1;
}
input[type=checkbox].custom-control-input:checked + label:before {
    left: auto;
    right: 2px;
    opacity: 1;
    background: #008000;
}

	
.table-action-printer .dropdown,.inv-btn .dropdown,.d-inline-block {
    display: inline-block;
  }
  .table-action-printer .text-info {
    display: inline-block;
  }
  .table-action a + a.dropdown-item,.inv-btn a + a.dropdown-item{
    margin: 0;
  }
/*-----------------
	Login
-----------------------*/

.account-page {
    background-color: #fff;
}

.account-page .content {
    padding: 50px 0;
}

.account-logo {
    text-align: center;
    margin-bottom: 3rem;
}

.login-header {
    margin-bottom: 2rem;
    text-align: center;
}

.login-header p {
    margin-bottom: 0;
}
.account-header .navbar-brand.logo img {
    max-height: 65px;
  }
.login-header h3 {
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.login-header h3 a {
    color: #0de0fe;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
}

.login-right .dont-have a {
    border-bottom: 1px dashed;
    color: var(--primary-color);
}

.login-btn {
    border: 0;
    background: #3b4175;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 3px 0 #3b4175;
}

.login-btn:hover {
    border: 0;
}

.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 1px dashed;
}
.hide {
    display: none !important
}


/*-----------------
	Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media>.avatar {
    margin-right: 10px;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.user-menu.nav>li>a .badge {
    background-color: #0078c8;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 6px;
}

.user-menu.nav>li>a>i {
    font-size: 1.5rem;
    line-height: 60px;
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}

.noti-title {
    color: #333;
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list>li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list>li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list>li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications ul.notification-list>li a:hover {
    background-color: #fafafa;
}

.notifications ul.notification-list>li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}

.noti-time {
    margin: 0;
}


/*-----------------
	Invoice
-----------------------*/

.add-btn {
    border: 1px solid transparent;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    padding: .375rem .75rem;
}

.add-btn:hover,
.add-btn:active,
.add-btn:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #666;
}

.add-btn span {
    align-items: center;
    background-color: #ffc107;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    margin-right: 3px;
    width: 22px;
}

.invoice-details h4 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.inv-badge {
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    min-width: 80px;
}

.inv-logo {
    max-height: 80px;
}

.invoice-container {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 1.875rem;
    max-width: 900px;
    padding: 1.5rem;
}

.inv-logo {
    height: auto;
    max-height: 100px;
    width: auto;
}

 /* Dashboard */
.top-nav .dropdown-toggle:after {
	display: none;
}
.section-title {
    margin-bottom: 50px;
}
.dash-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-link:hover .product-title {
	color: var(--primary-color);
}
.product-list {
    margin-bottom: 40px;
    position: relative;
}
.product-link {
    background-color: #fff;
    border-radius: 4px;
	border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
	padding: 20px;
}
.product-details {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.product-link .product-img {
    margin-right: 15px;
    max-width: 40px;
    position: relative;
    height: 40px;
}
.product-link .product-img img {
    border-radius: 4px;
    transform: translate3d(0px, 0px, 0px);
	width: 100%;
}
.product-link .product-desc {
    flex: 1 1 0;
}
.product-link h3.product-title {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.product-link .address-info {
    position: relative;
}
.product-link .address-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-link .address-info ul li {
    color: #777;
    display: inline-block;
    margin-right: 14px;
}
.product-link .address-info ul li i {
    color: #777;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.dash-widget {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.dash-widget:before {
    border-right: 30px solid transparent;
    border-top: 30px solid var(--primary-color);
    content: "";
    height: 0;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 0;
}
.pace .pace-progress {
	background: var(--primary-color);
}
.activity-list {
    height: 328px;
    list-style-type: none;
    margin-bottom: 0;
    overflow-y: auto;
    padding-left: 30px;
    position: relative;
}
.activity-list li {
    margin-bottom: 15px;
    position: relative;
}
.activity-list li:last-child {
    margin-bottom: 0;
}
.activity-list li:before {
	width: 10px;
	height: 10px;
	left: -30px;
	top: 0px;
	border: 2px solid var(--primary-color);
	margin-right: 15px;
	z-index: 2;
	background: #fff;
}
.activity-list li:before {
	content: "";
	position: absolute;
	border-radius: 100%;
}
.activity-list:after {
	content: "";
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
}
.card .card-body {
	padding: 20px;
}
.order-timeline {
    position: relative;
}
.order-timeline:before, .order-timeline:after {
	content: " ";
	display: table;
}
.order-timeline:after {
	clear: both;
}
.order-timeline:before {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	background: #e5e5e5;
	top: 20px;
	bottom: 0;
	margin-left: 14px;
}
.timeline-list {
	position: relative;
	margin-left: 20px;
	margin-bottom: 5px;
	clear: both;
}
.timeline-list.status-disabled {
    color: #989898;
}
.timeline-list.status-disabled .timeline-icon {
    border-color: rgba(255, 0, 0, 0.5);
    color: rgba(255, 0, 0, 0.5);
}
.timeline-list.status-disabled .timeline-info > h6 {
    color: #989898;
}
.timeline-list:last-child .timeline-info {
	margin-bottom: 0 !important;
}
.timeline-list:before, .timeline-list:after {
	content: " ";
	display: table;
}
.timeline-list:after {
	clear: both;
}
.timeline-list-inner {
	position: relative;
	margin-left: -20px;
}
.timeline-list-inner:before, .timeline-list-inner:after {
	content: " ";
	display: table;
}
.timeline-list-inner:after {
	clear: both;
}
.timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
}
.timeline-time > span {
	display: block;
}
.timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.timeline-time > span:last-child {
	font-size: 12px;
}
.timeline-icon {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    color: var(--primary-color);
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.timeline-info {
    margin-bottom: 10px;
    margin-left: 45px;
    position: relative;
    min-height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.order-status h6 {
    line-height: 20px;
    margin-bottom: 0;
}
.timeline-list:last-child {
	margin-bottom: 0;
}
.timeline-info p {
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.inner-wrapper {
	padding: 40px 0;
}
.card-title {
    margin-bottom: 20px;
}
.order-det {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.order-det p {
	margin-bottom: 0;
}
.dash-widget-icon {
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: 8px;
    text-align: center;
    transform: rotateZ(22.5deg);
    width: 40px;
}
.dash-widget-info > h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}
.dash-widget-info > span {
    font-size: 16px;
}
.activity-time {
    color: #bbb;
    font-size: 12px;
}
.recent-activity h6 {
    line-height: 14px;
    margin-bottom: 0;
}
.recent-activity p {
    font-size: 13px;
    margin-bottom: 0;
}
.statistics .row {
	margin-left: -5px;
	margin-right: -5px;
}
.statistics .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.stats-box {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding: 5px;
}
.stats-box p {
	margin: 0;
	font-size: 12px;
}
.stats-box > h6 {
    margin-bottom: 0;
}
.stats-info:last-child .progress {
	margin-bottom: 0;
}
.stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}
.statistics .progress {
	height: 4px;
}
.stats-list {
	height: 259px;
	overflow-y: auto;
}
.breadcrumb-section {
    margin-bottom: 20px;
}
.breadcrumb-section h5 {
    font-size: 22px;
    margin-bottom: 0;
}
.view-all {
    margin-top: 30px;
    text-align: center;
}
.view-all a {
    background-color: var(--primary-color);
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(182, 182, 182, 0.53);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    padding: 4px 15px;
    text-align: center;
}
.user-dropdown > li.sub-menu-user {
    display: table;
    padding: 10px 15px;
    width: 100%;
}
.user-dropdown > li {
    display: block;
    position: relative;
}
.user-dropdown > li > a > i {
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
}
.user-dropdown .dropdown-item {
    color: #7f7f7f;
    font-size: 14px;
    padding: 8px 15px;
}
.user-dropdown .dropdown-item:hover {
	color: #333;
}
.user-ava {
    width: 40px;
	display: table-cell;
    vertical-align: middle;
}
.user-ava img {
	width: 100%;
}
.user-info {
    display: table-cell;
    vertical-align: middle;
	padding-left: 8px;
}
.user-info > .user-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.user-dropdown > li.sub-menu-user .user-ava > img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    padding: 3px;
    width: 40px;
}
.user-dropdown > li.sub-menu-user .user-info > span {
    display: block;
}
.header-nav .nav > li > a.settings-icon {
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.header-nav .nav > li > a.settings-icon:hover {
	background-color: var(--primary-color) !important;
	color: #fff;
}

/* Start: Chat */
/*-----------------
	Chat
-----------------------*/

.chat-page .content {
	padding: 0;
}
.chat-page .page-wrapper {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.chat-page .page-wrapper > .container {
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.chat-page .inner-wrapper {
	padding: 0;
}
.chat-page .footer {
	display: none;
}
.chat-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    left: 0;
    max-width: 35%;
    position: relative;
    z-index: 4;
}
.chat-cont-left .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #272b41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    padding: 0 15px;
}
.chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}
.chat-cont-left .chat-search .input-group {
    width: 100%;
}
.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.chat-cont-left .chat-search .input-group .input-group-prepend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    bottom: 0;
    color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.chat-window .chat-scroll {
	min-height: 350px;
    max-height: calc(100vh - 224px);
    overflow-y: auto;
}
.chat-cont-left .chat-users-list {
    background-color: #fff;
}
.chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}
.chat-cont-left .chat-users-list a.media:last-child {
	border-bottom: 0;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff;
}
.chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name, 
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    color: #272b41;
    text-transform: capitalize;
}
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}
.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}
.chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}
.chat-cont-left .chat-users-list a.media:hover {
	background-color: #f5f5f6;
}
.chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
	color: #8a8a8a;
}
.chat-cont-left .chat-users-list a.media.active {
	background-color: #f5f5f6;
}
.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.chat-cont-right .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    padding: 0 15px;
}
.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}
.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px;
}
.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}
.chat-cont-right .chat-header .media .media-body .user-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}
.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.chat-cont-right .chat-header .chat-options > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    margin-left: 10px;
    width: 30px;
}
.chat-cont-right .chat-body {
    background-color: #f5f5f6;
}
.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}
.chat-cont-right .chat-body .media .media-body {
	margin-left: 20px;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div {
	padding: 10px 15px;
	border-radius: .25rem;
	display: inline-block;
	position: relative;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #272b41;
    margin-bottom: 0;
}
.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
	margin-top: 5px;
}
.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px;
}
.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
	background-color: #fff;
}
.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}
.chat-cont-right .chat-body .media.sent .media-body {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
    margin-left: 0;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #e3e3e3;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #272b41;
}
.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative;
}
.chat-cont-right .chat-footer .input-group {
    width: 100%;
}
.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}
.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}
.chat-cont-right .chat-footer .input-group .input-group-prepend .btn, 
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #0de0fe;
    border-color: #0de0fe;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    width: 42px;
    font-size: 16px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}
.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}
.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}
.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}
.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}
.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}
.chat-msg-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}
.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}
.chat-msg-info li a {
	color: #777;
}
.chat-msg-info li a:hover {
	color: #2c80ff
}
.chat-seen i {
	color: #00d285;
	font-size: 16px;
}
.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}
.chat-msg-attachments > div {
	margin: 0 1px
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
	flex-direction: row-reverse
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}
.chat-attachment img {
    max-width: 100%;
}
.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden;
}
.chat-attachment {
	border-radius: .25rem;
}
.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: 0.4;
	transition: all .4s;
}
.chat-attachment:hover:before {
	opacity: 0.6;
}
.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s;
}

.form-description {
    height: 40px !important;
}

.chat_attach_img_file {
    height: 150px;
    width: 150px;
}

.chat_attach_img_file_preview {
    height: 600px;
    width: 600px;
}

.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.chat-attach-download:hover {
	color: #495463;
	background: #fff;
}
.chat-attachment:hover .chat-attach-caption {
	opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
	opacity: 1;
}
.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px;
}
.chat-attachment-list li {
	width: 33.33%;
	padding: 5px;
}
.chat-attachment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid rgba(230, 239, 251, 0.5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
	opacity: 1;
}
.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2;
}
.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}
.chat-msg-actions > a:hover {
	color: #2c80ff;
}

@keyframes blink {
	50% {
		opacity: 1
	}
}
.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
/* End: Chat */

/* Assign Drivers */

.profile-widget {
    background-color: #fff;
	border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}
.driver-img {
    cursor: pointer;
    height: 60px;
    margin: 0 auto 15px;
    position: relative;
    width: 60px;
}
.driver-img > a {
    background-color: #aaa;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    width: 60px;
}
.driver-img > a > img {
    display: block;
    width: 100%;
}
.driver-name {
    font-size: 20px;
    margin: 0;
}
.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.driver-name a {
    color: #333;
}
.assigned-orders {
    margin: 5px 0 15px;
}
.assign-btn .btn {
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
}

/* New Order */

.product-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    gap: 20px;
}

.product-items {
    width: 70%;
    overflow-y: auto;
}

.product-aside {
    background-color: #fff;
    padding: 15px;
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.product-items .nav-tabs.nav-tabs-solid>li>a {
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}

.product-list {
    display: flex;
    flex-flow: wrap;
    padding: 0 3px;
    gap: 10px;
}

.product {
    background-color: #fff;
    text-align: center;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding: 25px 0 0;
    min-width: 150px;
}

.product .pro-det {
    overflow: hidden;
}

.product .pro-det a {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px !important;
    word-break: break-word;
    flex-direction: column;
    background: #fff;
    font-size: 14px;
    word-wrap: break-word;
}

.product .pro-det a p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
    margin-bottom: 8px;
    white-space: nowrap;
    max-width: 100%;
    color: #333;
}

.product .pro-det a img {
    width: 32px;
    margin-bottom: 10px;
}

.product-count {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-input {
    border-left: none;
    border-right: none;
    width: 50px;
}

.product-input input {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 30px;
    width: 80%;
    padding: 0px;
    height: 18px;
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
    border: 0;
}

.score_input {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 30px;
    width: 80%;
    padding: 0px;
    height: 18px;
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
    border: 0;
}

.floatleft {
    width: 35px;
}

.removeitem {
    width: 35px;
    border-right: none;
}

.removeitem a {
    display: inline-flex;
    background: #fff;
    font-size: 16px;
    width: 100%;
    min-height: 18px;
    justify-content: center;
    align-items: center;
}

.order-submit {
    display: flex;
}

.delivery-info {
    width: 56px;
    margin-right: 10px;
    flex: 0 0 56px;
}

.btn-yellow {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.notes {
    margin-bottom: 10px;
}

.notes .form-control {
    border-radius: 4px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: #F1F1F4;
    border: 2px solid #F1F1F4;
}

.notes .form-control:focus {
    background: #fff;
}

.submit-section {
    
}

.submit-btn {
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    height: 56px;
    width: 100%;
}

.customer-section {
    display: flex;
}

.customer-input {
    flex: 1;
    margin-right: 10px;
}

.customer-input .form-control {
    border-radius: 4px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: #F1F1F4;
    border: 2px solid #F1F1F4;
}

.customer-input .form-control:focus {
    background: #fff;
}

.add-customer-btn .btn {
    width: 58px;
    height: 44px;
}

.order-table .item_quantity {
    width: 15px;
    padding-right: 0px;
}

.order-table .item_name,
.order-table .item_quantity,
.order-table .item_quantity,
.order-table .normal_total_item {
    line-height: 24px;
    font-size: 15px;
    color: #1E1F25;
}

.order-table .normal_total_item {
    text-align: right;
    padding-right: 10px;
}

.order-table {
    width: 100%;
    border: 1px solid #ddd;
}

.order-table {
    border: 0;
}

.order-table th,
.total-table th {
    padding: 8px !important;
    border-bottom: none;
}

.order-table td {
    padding: 10px;
    background-color: #fff;
    color: #666;
    padding: 8px !important;
    /*vertical-align: top;*/
}

.total-table {
    background: #fff;
    border: none;
    color: #666;
}

.total-table td {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.5;
}

.total-table input {
    padding: 0;
    height: 34px;
    font-size: 16px;
    width: 48px;
    color: #333;
}


.total-table input.score_input {
    background: #f1f1f4;
    border-radius: 4px;
}

.total-table input.score_input.increased_width {
    background: #f1f1f4;
    border-radius: 4px;
    width: 72px;
    text-align: right;
}

.total-table {
    color: #666;
    width: 100%;
}

td.final_total_td {
    text-align: right;
}

tr#totalrow td,
tr.totalrow {
    border-top: 1px solid #ddd;
    background: #FFF;
    font-weight: bold;
    color: #1E1F25;
    font-size: 18px;
}

.total-section {
    margin-top: auto;
}

.item_action {
    width: 60px;
}

.normal_total_item {
    width: 60px;
}

.order-details {
    max-height: calc(100vh - 413px);
    overflow: auto;
    min-height: 150px;
}

.order-action a {
    font-size: 14px;
}

.reset-order {
    color: #fc5a5a;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.reset-order:hover,
.reset-order:focus {
    color: #fb2828;
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.custom-modal .modal-header {
    padding: 1.25rem 1.25rem 0;
    border-bottom: 0;
}

.custom-modal .modal-footer {
    padding: 1.25rem;
}

.custom-modal .modal-body {
    padding: 1.25rem;
}

.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99;
}

.custom-modal .modal-title {
    font-size: 20px;
}

.submit-area .btn {
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    height: 50px;
    min-width: 120px;
}

select.largeinput {
    height: 40px;
    background: url(../img/dd.png) no-repeat right 14px center #F1F1F4;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    color: #444;
    padding: 10px;
    padding-right: 32px;
    width: 100%;
}

.user-avatar {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--menu-color);
    background: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    position: relative;
    border: 2px solid var(--primary-color);
}

/* Drivers profile */
.page-tabs {
    margin-bottom: 30px;
}
.page-tabs .nav-tabs > li > a {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
}
.page-tabs .nav-tabs.nav-tabs-solid > li > a.active,
.page-tabs .nav-tabs.nav-tabs-solid > li > a.active:hover,
.page-tabs .nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #1e88e5;
	border-color: #1e88e5;
	color: #fff;
}
.tabs-widget .req-payment {
	margin-top: 0;
}
.page-tabs .nav-tabs .nav-link:focus, .page-tabs .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #e5e5e5 #e5e5e5 #fff ;
}
.page-tabs .nav-tabs .nav-item.show .nav-link, .page-tabs .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #e5e5e5 #e5e5e5 #fff;
    color: #495057;
}
.page-tabs .nav-tabs .nav-link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.page-tabs .nav-tabs .nav-item {
	margin-right: 5px;
}
.driver-widget .req-payment {
	margin-top: 0;
	margin-bottom: 10px;
}
.profile-view {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.profile-view .driver-img-wrap {
    height: 100px;
    margin: 0 auto 10px;
    width: 100px;
}
.profile-view .profile-img {
    height: 100px;
    width: 100px;
}
.profile-view .profile-img .avatar {
    border-radius: 100%;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    width: 100px;
}
.profile-info-left {
    text-align: center;
}
.personal-info {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.personal-info li {
    margin-bottom: 10px;
}
.personal-info li .title {
    color: #333;
    display: block;
}
.personal-info li .text {
    color: #777;
    display: block;
    overflow: hidden;
}
.personal-info .text > a {
	color: #777;
    font-weight: bold;
}
.profile-info-left .user-name {
    color: #333;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.req-info > ul {
    border: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}
.req-info ul li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.req-info ul li:nth-child(2n+1) {
    background-color: #f6f6f6;
}
.req-info ul li .label {
    float: left;
    padding: 0 10px;
    width: 50%;
}
.req-info ul li span {
    color: #414141;
    font-size: 11px;
    line-height: 36px;
}
.req-info ul li .value {
    float: left;
    font-weight: bold;
    padding: 0 10px 0 0;
    width: 50%;
}
.req-info ul li span {
    color: #414141;
    font-size: 11px;
    line-height: 36px;
}
.req-info ul li:nth-child(2n) {
    background-color: #fcfcfc;
}
.req-info ul li .reg-driver-img {
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    width: 24px;
}
.req-info ul li .reg-driver-img img {
    height: 24px;
    width: 24px;
	border-radius: 100%;
}
.order-address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.order-address ul li {
    margin-bottom: 10px;
}
.order-address ul li:last-child {
    margin-bottom: 0;
}
.order-address ul li h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.order-address ul li p {
    font-size: 12px;
}
.pickup-person > a {
    color: var(--primary-color);
    display: inline-block;
    font-weight: 500;
}
.pickup-person > a > span {
    display: inline-block;
}
.pickup-person > a > img {
    border-radius: 100%;
    height: 24px;
    width: 24px;
}
.order-timing i {
    margin-right: 5px;
}


.pagination_driver .pagination li a {border:0px;background: transparent;cursor: pointer;border-radius: 50%;}
.pagination_driver .pagination > .disabled > a, .pagination_driver .pagination > .disabled > a:focus, .pagination_driver .pagination > .disabled > a:hover, .pagination_driver .pagination > .disabled > span, .pagination_driver .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{background:transparent;}
.pagination_driver .pagination > .active > a, .pagination_driver .pagination > .active > a:focus, .pagination_driver .pagination > .active > a:hover, .pagination_driver .pagination > .active > span, .pagination_driver .pagination > .active > span:focus, .pagination_driver .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.pagination_driver .driver-pagination{text-align:center;}
.driver-pagination ul{display:block;}
.driver-pagination ul li{display: inline-block;padding: 0px 8px;}
.driver-pagination ul li.active span{padding:5px 9px;}
.driver-pagination ul li span{font-size:15px;}


/*-----------------
	Invoice View
-----------------------*/

.invoice-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
}

.invoice-item .invoice-logo {
    margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}

.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 600;
}

.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500
}

.invoice-item .invoice-details strong {
    color: #272b41
}

.invoice-item .invoice-details-two {
    text-align: left
}

.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
    font-weight: 400
}

.invoice-info {
    margin-bottom: 30px;
}

.invoice-info p {
    margin-bottom: 0;
}

.invoice-info.invoice-info2 {
    text-align: right;
}

.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}

.invoice-table-two {
    margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}

.invoice-table-two tr td {
    text-align: right
}

.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.other-info {
    margin-top: 10px;
}

.nav-tabs.menu-tabs {
    margin-bottom: 30px;
    border: 0;
}

.nav-tabs.menu-tabs .nav-item .nav-link.active {
    color: #333;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    background-color: #fff;
}

.nav-tabs.menu-tabs .nav-item {
    padding-right: 2.25rem;
}

.nav-tabs.menu-tabs .nav-link {
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
    display: block;
    background: transparent;
    border-radius: 10px;
}

.nav-tabs.menu-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: transparent;
}

.nav-tabs.menu-tabs .nav-link:focus {
    color: var(--secondary-color);
}

.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: 0.25rem;
}

.add-button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.add-button:hover,
.add-button:focus {
    background-color: var(--secondary-color);
    color: #fff;
    border: 2px solid var(--secondary-color);
}

.btn-primary.add-button:active:not(:disabled):not(.disabled) {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff;
}

.badge-dot {
    position: absolute;
    left: 50%;
    top: 5px;
    display: inline-block;
    height: 6px;
    width: 6px;
    text-align: center;
    background: #f5365c;
    border-radius: 50%;
    transform: translateX(-50%);
}

.badge-dot:before {
    content: "";
    background-color: transparent;
    border: 2px solid #f5365c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: pulse 1.5s ease-in-out infinite;
    animation: pulse 1.5s ease-in-out infinite
}

.user-menu.nav>li.today-date>a {
    font-weight: 600;
}


/*-----------------
	Header
-----------------------*/

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav>li.active>a {
    color: #dd2476;
}

.main-nav>li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}

.main-nav>li .submenu>li.has-submenu>a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}

.main-nav>li .submenu li {
    position: relative;
}

.main-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.main-nav li.login-link {
    display: none;
}

.header-contact-img {
    display: inline-block;
}

.header-contact-img i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

.header-contact-detail p.contact-header {
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: left;
}

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.header-navbar-rht li:last-child {
    padding-right: 0px;
}

.header-navbar-rht li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht .dropdown-toggle::after {
    display: none;
}

.header-navbar-rht li .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    border: 7px solid #fff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.header-navbar-rht li .dropdown-menu a:hover {
    color: #dd2476;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #fff;
}

.header-navbar-rht li a.header-login {
    background: var(--primary-color);
    border-radius: 4px;
    padding: 10px 20px !important;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid var(--secondary-color);
    min-width: 135px;
}


/*-----------------
	Focus Label
-----------------------*/

.form-focus {
    height: 54px;
    position: relative;
}

.form-focus .focus-label {
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 15px;
    top: -32px;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
}

.form-focus.focused .focus-label {
    opacity: 1;
    top: -20px;
    font-size: 13px;
    z-index: 1;
    background-color: #fff;
    left: 11px;
    padding: 0 7px;
}

.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:valid~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label,
.form-focus .focus-label {
    opacity: 1;
    font-weight: 400;
    top: -32px;
    font-size: 13px;
    z-index: 1;
    background: #fff;
    padding: 0 1px;
}

.form-focus .form-control {
    height: 54px;
    padding: 6px 17px 6px;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -32px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075;
}

.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
}

.toggle-password.fa-eye {
    margin-right: 1px;
}

.settings-hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-settings {
    border: 1px solid #f3f3f3;
}
.card-settings-body {
    padding: 20px;
}
.settings-form-row {
    display: flex;
    border: 1px solid #eaeaea;
    flex-flow: wrap;
  }
  .settings-form-lbl {
    margin: 0;
    background: #f2f2f2;
    padding: 10px;
    width: 30%;
  }
  .settings-form-inp {
    width: 70%;
  }
  .settings-form-inp input,.settings-form-inp textarea {
    border: 0;
  }

.account-box {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login-right {
    width: 100%;
  }

.account-box .form-group {
    margin-bottom: 25px;
}

.qty-option span {
    display: inline-block;
}

.qty-option .qty-minus,
.qty-option .qty-plus {
    border-radius: 50%;
    padding: 3px 6px 5px 6px;
    font-size: 12px;
    display: inline-block;
    background: -moz-linear-gradient(to bottom, var(--secondary-color), #c39e09);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--secondary-color)), color-stop(100%, #c39e09));
    background: -webkit-linear-gradient(top, var(--secondary-color), #c39e09);
    background: -o-linear-gradient(to bottom, var(--secondary-color), #c39e09);
    background: -ms-linear-gradient(to bottom, var(--secondary-color), #c39e09);
    background: linear-gradient(to bottom, var(--secondary-color), #c39e09);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    margin-left: 0px;
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 13px;
    color: #ffffff;
}

.qty-option span input {
    width: 40px;
    border: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    background: #fff !important;
}
.btn.btn-default.cancel-btn {
    display: inline-flex;
    align-items: center;
    background: #e7eff7;
    margin-left: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
/*-----------------
	Kanban Board
-----------------------*/

.kanban-list:last-child {
    margin-right: 0;
}

.kanban-list>.kanban-wrap {
    padding: 20px;
    min-height: 280px;
}

.kanban-list>.kanban-wrap>.drag-placeholder {
    height: 146px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}

.kanban-list>.kanban-wrap.ks-empty>.card.drop-here {
    display: block;
}

.kanban-list>.kanban-wrap>.card {
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: unset;
    margin: 0 0 12px;
}

.kanban-list>.kanban-wrap>.card.drop-here {
    display: none;
    text-align: center;
    background: transparent;
    padding: 15px;
    border-style: dashed;
}

.kanban-list>.kanban-wrap>.card.drop-here>a {
    color: #333;
    font-weight: 500;
}

.kanban-list>.kanban-wrap>.card:last-child {
    margin-bottom: 0;
}

.kanban-list>.kanban-wrap>.card.ui-sortable-helper {
    box-shadow: 0 2px 20px 0 #d7dceb;
}

.kanban-list.kanban-danger {
    background-color: #fef7f6;
}

.kanban-list.kanban-danger>.kanban-header {
    color: #ef5350;
}

.kanban-list.kanban-danger>.kanban-wrap>.card.drop-here {
    border-color: #f7c1b7;
}

.kanban-list.kanban-success {
    background-color: #edf7ee;
}

.kanban-list.kanban-success>.kanban-header {
    color: #4caf50;
}

.kanban-list.kanban-success>.kanban-wrap>.card.drop-here {
    border-color: #abebc6;
}

.kanban-list.kanban-info {
    background-color: #e7f3fe;
}

.kanban-list.kanban-info>.kanban-header {
    color: #42a5f5;
}

.kanban-list.kanban-info>.kanban-wrap>.card.drop-here {
    border-color: #a6dbf9;
}

.kanban-list.kanban-warning {
    background-color: #fdfcf3;
}

.kanban-list.kanban-warning>.kanban-header {
    color: #ffb300;
}

.kanban-list.kanban-warning>.kanban-wrap>.card.drop-here {
    border: 1px solid #f2e49e;
}

.kanban-box.ui-sortable-handle {
    cursor: move;
}

.kanban-cont {
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
    padding-right: 22px;
}

.kanban-list {
    align-self: flex-start;
    margin-right: 0;
    width: 25%;
    min-width: 280px;
}

.kanban-list:last-child {
    margin-right: 0;
}

.kanban-list>.kanban-header>.status-title {
    font-size: 16px;
    font-weight: 500;
}

.kanban-list>.kanban-wrap {
    padding: 20px;
}

.kanban-list>.kanban-wrap>.drag-placeholder {
    height: 146px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}

.kanban-list>.kanban-wrap>.card {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: unset;
    margin: 0 0 12px;
}

.kanban-list>.kanban-wrap>.card.active {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.kanban-list>.kanban-wrap>.card:last-child {
    margin-bottom: 0;
}

.kanban-list>.kanban-wrap>.card.ui-sortable-helper {
    box-shadow: 0 2px 20px 0 #d7dceb;
}

.kanban-list.kanban-danger>.kanban-wrap>.card.active {
    border-color: #ef5350;
}

.kanban-list.kanban-success>.kanban-wrap>.card.active {
    border-color: #4caf50;
}

.kanban-list.kanban-info>.kanban-wrap>.card.active {
    border-color: #42a5f5;
}

.kanban-list.kanban-warning>.kanban-wrap>.card.active {
    border-color: #ffb300;
}

.kanban-list.kanban-danger {
    background-color: #fef7f6;
}

.kanban-list.kanban-info {
    background-color: #e7f3fe;
}

.kanban-list.kanban-purple {
    background-color: #f1effd;
}

.kanban-list.kanban-purple>.kanban-header {
    color: #7460ee;
}

.kanban-list.kanban-primary {
    background-color: #fff5ec;
}

.kanban-list.kanban-primary>.kanban-header {
    background-color: #ff9b44;
}

.kanban-box.ui-sortable-handle {
    cursor: move;
}

.kanban-action>a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    justify-content: center;
}

.kanban-board.task-wrapper .kanban-list {
    width: 100%;
}

.kanban-list>.kanban-header {
    position: relative;
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid #dce1e6;
    border-bottom: 1px solid #dce1e6;
    height: 50px;
    text-align: center;
}

.kanban-list>.kanban-header:before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 10px;
    z-index: 1;
}

.kanban-list>.kanban-header:before {
    border-color: transparent transparent transparent #fff;
    right: -6px;
    z-index: 2;
}

.kanban-arrow {
    position: absolute;
    right: -9px;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 50px;
    background: url(../img/arrow.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.kanban-list.kanban-info .order-title {
    color: #42a5f5;
}

.kanban-list.kanban-warning .order-title {
    color: #ffb300;
}

.kanban-list.kanban-success .order-title {
    color: #4caf50;
}

.kanban-list.kanban-purple .order-title {
    color: #7460ee;
}

.kanban-list.kanban-danger .order-title {
    color: #ef5350;
}

.kanban-box .orders-det h6 {
    font-size: 14px;
}

/* Calender adjustment */
.fc-row.fc-week.fc-widget-content.fc-rigid {
    height: auto !important;
}

.fc-row .fc-content-skeleton {
	position: relative !important;
}
.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
    color: #fff;
}
a.fc-event:not([href]):not([tabindex]) {
    color: #fff;
    
    border: 0;
}
.fc-event, .fc-event-dot {
    background-color: #ED1C24 !important;
}
/* Checkout */

.card-label>label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.card-label>input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: block;
    height: 44px;
    transition: border-color .3s;
    width: 100%;
}

.option-item label {
    background-color: #fff;
    border: 2px solid #ececec;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
}

.option-item label strong {
    color: #333;
    display: block;
    font-size: 18px;
}

.option-item input[type=checkbox]:not(old),
.option-item input[type=radio]:not(old) {
    visibility: hidden;
    position: absolute;
}

.option-item input[type=checkbox]:not(old):checked+label,
.option-item input[type=radio]:not(old):checked+label {
    display: block;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.option-item input[type="checkbox"]:not(old):checked+label::before,
.option-item input[type="radio"]:not(old):checked+label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 5px;
    top: 50%;
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

#card_details {
    display: none;
}

.checkout-details .card-title {
    font-size: 18px;
}

.product-items.checkout-details {
    margin-right: 0;
    margin-left: 20px;
    background-color: #fff;
    padding: 20px;
    overflow: auto;
    position: relative;
}

.payment-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ededed;
    z-index: 9;
    right: 0;
}

.payment-inner {
    height: calc(100vh - 215px);
    overflow-y: auto;
    overflow-x: hidden;
}

.checkout-wrap .total-section {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

.checkout-wrap .order-details {
    max-height: calc(100vh - 240px);
}

.text-sm {
    font-size: .8125rem !important;
}

.orders-det {
    padding: 15px;
}


/*-----------------
	Booking Success
-----------------------*/

.success-page-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.success-card .card-body {
    padding: 50px 20px;
}

.success-cont {
    text-align: center;
}

.success-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3dd598;
    width: 60px;
    height: 60px;
    border: 2px solid #3dd598;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 26px;
    margin-bottom: 30px;
    background-color: #fff;
}

.success-cont h3 {
    font-size: 18px;
}

.success-cont p {
    margin-bottom: 30px;
    font-size: 14px;
}

.success-cont strong {
    font-weight: 600;
}

.view-inv-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}

.success-btn a {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    color: #333;
    display: block;
    padding: 6px 15px;
    text-align: center;
    font-size: 14px;
}

.success-btn a:hover,
.success-btn a:focus {
    background-color: #3dd598;
    border: 1px solid #3dd598;
    color: #fff;
}

.listview-title {
    color: #958d9e;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500
}

.listview {
    display: block;
    padding: 0;
    margin: 0;
    color: #27173E;
    background: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    line-height: 1.3em
}

.listview .text-muted {
    font-size: 13px;
    color: #A9ABAD !important
}

.listview .text-small {
    font-size: 13px;
    color: #958d9e
}

.listview .text-xsmall {
    font-size: 11px;
    color: #A9ABAD
}

.listview>li {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 50px
}

.listview>li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DCDCE9
}

.listview>li:last-child:after {
    display: none
}

.listview>li footer,
.listview>li header {
    font-size: 12px;
    margin: 0;
    line-height: 1.2em
}

.listview>li footer {
    color: #958d9e;
    margin-top: 3px
}

.listview>li header {
    margin-bottom: 3px
}

.listview>li.divider-title {
    background: rgba(220, 220, 233, 0.5);
    margin-top: -1px;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    padding: 12px 16px;
    font-size: 13px;
    min-height: auto;
    color: #958d9e
}

.listview>li.divider-title:after {
    display: none
}

.listview.flush {
    border-top: 0;
    border-bottom: 0
}

.listview.transparent {
    background: transparent
}

.link-listview>li {
    padding: 0;
    min-height: auto
}

.link-listview>li a {
    padding: 11px 36px 11px 16px;
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #27173E !important
}

.link-listview>li a:after {
    content: "\f3d1";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    right: 16px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    line-height: 1em;
    color: #A9ABAD;
    opacity: 0.6
}

.link-listview>li a:active {
    background: rgba(220, 220, 233, 0.3)
}

.link-listview>li.active a {
    background: rgba(220, 220, 233, 0.3) !important
}

.image-listview>li {
    padding: 0;
    min-height: auto
}

.image-listview>li:after {
    left: 68px
}

.image-listview>li .item {
    padding: 11px 16px;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center
}

.image-listview>li .item .image {
    width: 36px;
    height: 36px;
    border-radius: 400px;
    margin-right: 16px
}

.image-listview>li .item .icon-box {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    font-size: 22px;
    border-radius: 400px;
    margin-right: 16px
}

.image-listview>li .item .icon-box.transparent {
    font-size: 28px;
    color: var(--primary-color)
}

.image-listview>li .item .in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.image-listview>li a.item {
    color: #27173E !important;
    padding-right: 36px
}

.image-listview>li a.item:active {
    background: rgba(220, 220, 233, 0.3)
}

.image-listview>li a.item::after {
    font-family: "Material Icons";
    content: '\e5cc';
    font-size: 24px;
    position: absolute;
    right: 10px;
    color: #A9ABAD;
    opacity: 0.6;
    line-height: 1em;
    height: 18px;
    top: 50%;
    margin-top: -12px;
}

.image-listview>li.active .item {
    background: rgba(220, 220, 233, 0.3) !important
}

.image-listview.text>li:after {
    left: 16px
}

.image-listview.media>li {
    border-bottom: 1px solid #DCDCE9
}

.image-listview.media>li:last-child {
    border-bottom: 0
}

.image-listview.media>li .imageWrapper {
    margin-right: 16px
}

.image-listview.media>li:after {
    display: none
}

.listview.no-line>li:after,
.listview.no-line .item :after {
    display: none
}

.listview.no-space>li .item {
    padding: 0
}

.listview.no-space>li {
    padding-left: 0;
    padding-right: 0
}

.listview.inset {
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09)
}

.badge-empty {
    display: inline-flex !important;
    min-width: 8px !important;
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    font-size: 0px;
}

.view-icons .btn-light:not(:disabled):not(.disabled).active,
.view-icons .btn-light:not(:disabled):not(.disabled):active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--menu-color);
}

.view-icons .btn-white:not(:disabled):not(.disabled).active,
.view-icons .btn-white:not(:disabled):not(.disabled):active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--menu-color);
}

.view-icons .btn.btn-light {
    display: inline-flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.view-icons svg {
    width: 21px;
}

.view-icons .btn.btn-white {
    display: inline-flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border: 0;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
}

.dialogbox .modal-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12000;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0) !important;
    transform: scale(0.8) !important
}

.dialogbox .modal-dialog .modal-content {
    max-width: 300px;
    margin: auto;
    max-height: 560px;
    overflow: auto;
    border: 0;
    border-radius: 16px
}

.dialogbox .modal-dialog .modal-content .btn-list {
    margin: 0
}

.dialogbox .modal-dialog .modal-content .btn-list .btn {
    padding: 0px 10px;
    min-height: 58px;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #DCDCE9 !important;
    font-size: 15px
}

.dialogbox .modal-dialog .modal-content .btn-list .btn:hover,
.dialogbox .modal-dialog .modal-content .btn-list .btn:focus,
.dialogbox .modal-dialog .modal-content .btn-list .btn:active,
.dialogbox .modal-dialog .modal-content .btn-list .btn.active {
    background: rgba(220, 220, 233, 0.3) !important
}

.dialogbox .modal-dialog .modal-content .btn-list .btn:last-child {
    border-radius: 0 0 16px 16px;
    border-bottom: 0 !important
}

.dialogbox .modal-dialog .modal-content .btn-inline {
    display: flex;
    margin: 0
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn {
    width: 100%;
    border-radius: 0;
    min-height: 58px;
    border: 0 !important;
    border-right: 1px solid #DCDCE9 !important;
    font-size: 15px
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:hover,
.dialogbox .modal-dialog .modal-content .btn-inline .btn:focus,
.dialogbox .modal-dialog .modal-content .btn-inline .btn:active,
.dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
    background: rgba(220, 220, 233, 0.3) !important
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:last-child {
    border-right: 0 !important;
    border-radius: 0 0 16px 0 !important
}

.dialogbox .modal-dialog .modal-content .btn-inline .btn:first-child {
    border-radius: 0 0 0 16px !important
}

.dialogbox .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 20px 20px 10px 20px
}

.dialogbox .modal-dialog .modal-content .modal-header .modal-title {
    color: #27173E;
    text-align: center;
    margin: 0 auto;
    font-size: 17px
}

.dialogbox .modal-dialog .modal-content .modal-body {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px
}

.dialogbox .modal-dialog .modal-content .modal-footer {
    border: 0;
    border-top: 1px solid #DCDCE9;
    padding: 0;
    display: block;
    text-align: right
}

.dialogbox.show .modal-dialog {
    transform: translate(0, 0) !important;
    transform: scale(1) !important
}

.modal-icon {
    font-size: 60px;
    line-height: 1em;
    margin-top: 15px;
    color: var(--primary-color);
    text-align: center
}

.modal {
    overflow: hidden
}

.modalbox .modal-dialog {
    transform: translate(0, 100%) !important;
    min-width: 100%;
    margin: 0;
    transition: 0.5s all !important
}

.modalbox .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    height: 100vh;
    margin: auto;
    overflow: auto;
    padding-top: 56px
}

.modalbox .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0;
    min-height: 56px;
    padding: 10px 16px;
    border-radius: 0;
    display: flex;
    border-bottom: 1px solid #DCDCE9;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #FFF
}

.modalbox .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    color: #27173E;
    font-size: 17px
}

.modalbox .modal-dialog .modal-content .modal-body {
    padding: 20px 16px;
    min-height: calc(100vh - 56px);
    overflow: auto
}

.modalbox.show .modal-dialog {
    transform: translate(0, 0) !important
}

.panelbox .modal-dialog {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0
}

.panelbox .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    width: 300px;
    height: 100vh;
    overflow: auto
}

.panelbox .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px
}

.panelbox .modal-dialog .modal-content .modal-header .modal-title {
    color: #27173E
}

.panelbox .modal-dialog .modal-content .modal-body {
    padding: 10px 16px
}

.panelbox.show .modal-dialog {
    transform: translate(0, 0) !important
}

.panelbox-left .modal-dialog {
    transform: translate(-100%, 0) !important
}

.panelbox-right .modal-dialog {
    transform: translate(100%, 0) !important;
    left: auto;
    right: 0
}

.dialogbox .modal-footer .btn {
    height: 36px;
    padding: 3px 18px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 10px;
    border-width: 2px;
}

.custom-modal .modal-dialog {
    transform: translate(0, 0) !important;
    transform: scale(0.8) !important;
}

.custom-modal.show .modal-dialog {
    transform: translate(0, 0) !important;
    transform: scale(1) !important;
}

.modal-icon i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3dd598;
    width: 60px;
    height: 60px;
    border: 2px solid #3dd598;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 26px;
    background-color: #fff;
}

.sidebar-menu>ul>li>a svg {
    width: 18px;
    fill: rgba(239, 193, 11, 0.1);
}

.stat-box {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    background-color: #fcfcfc;
}

.stat-box .title {
    font-size: 13px;
    color: #757575;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    line-height: 1.4em;
}

.stat-box .value {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 14px;
}

.customer-list {
    display: flex;
    flex-wrap: wrap;
}

.customer-list .customer-box {
    width: 220px;
    flex: 0 0 220px;
    margin-right: 15px;
}

.customer-list .customer-box .card-body {
    flex: 1 1 auto;
}


/* Settings */

.settings-tab .nav .nav-link {
    margin-bottom: 15px;
    color: #333;
}

.settings-tab .nav .nav-link:hover {
    background: #e8e8e8;
    color: #333;
}

.settings-tab .nav .nav-link.active,
.settings-tab .nav .show>.nav-link {
    background: #ff0080;
    color: #fff;
}

textarea,
.form-control {
    background-clip: padding-box;
    background-image: linear-gradient(transparent, transparent)
}

.form-group {
    width: 100%
}

.form-group .label {
    font-size: 11px;
    margin: 0;
    font-weight: 500;
    color: #27173E;
    display: block;
    line-height: 1.2em;
    text-align: left
}

.form-group textarea {
    resize: none
}

.form-group .input-info {
    font-size: 11px;
    color: #A9ABAD
}

.form-group .input-wrapper {
    position: relative
}

.form-group .input-wrapper.active .label {
    color: var(--primary-color) !important
}

.form-group.basic {
    padding: 8px 0;
    margin: 0
}

.form-group.basic .form-control,
.form-group.basic .custom-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #DCDCE9;
    padding: 0 30px 0 0;
    border-radius: 0;
    min-height: 40px;
    color: #27173E;
    font-size: 15px
}

.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
    border-bottom-color: var(--primary-color);
    box-shadow: inset 0 -1px 0 0 var(--primary-color)
}

.form-group.basic textarea.form-control {
    height: auto;
    padding: 7px 40px 7px 0
}

.form-group.basic.animated .label {
    margin-top: 20px;
    opacity: 0;
    top: -3px;
    transition: 0.2s all;
    position: absolute
}

.form-group.basic.animated .input-wrapper {
    padding-top: 5px
}

.form-group.basic.animated .input-wrapper.not-empty .label {
    margin-top: 0;
    opacity: 1
}

.input-group .input-group-text {
    background: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #DCDCE9;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #27173E;
    height: 40px;
    width: auto;
    padding: 0 10px 0 0;
}

.searchbox {
    width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.searchbox .form-control {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #bdbdd5;
    height: 36px;
    padding: 0 16px 0 36px
}

.searchbox .form-control:focus {
    border-color: #adadcb
}

.searchbox .form-control:focus~.input-icon {
    color: #27173E
}

.searchbox .icon {
    font-size: 26px;
    line-height: 1em;
    margin: 0
}

.searchbox .close {
    opacity: 1;
    color: #A9ABAD
}

.searchbox .input-icon {
    font-size: 26px;
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A9ABAD;
    top: 8px;
}

.custom-control .custom-control-label {
    padding-left: 10px;
    padding-top: 2px;
    color: #27173E
}

.custom-control .custom-control-label:before {
    box-shadow: none !important;
    background: #DCDCE9;
    width: 22px;
    height: 22px;
    border-color: #DCDCE9;
    border-radius: 100%;
    margin-top: -2px;
    background: transparent;
    border-color: #DCDCE9 !important
}

.custom-control.custom-checkbox .custom-control-label:before {
    border-radius: 6px;
}

.custom-control .custom-control-label:after {
    margin-top: 1px;
    margin-left: 3px
}

.custom-control .custom-control-label:active:before {
    background: #fff !important;
    border-color: #DCDCE9 !important
}

.custom-control .custom-control-input:checked~.custom-control-label:before {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.custom-control .custom-control-input:checked~.custom-control-label:after {
    width: 16px;
    height: 16px;
    background-size: 12px 12px
}

.custom-control .custom-control-input:checked~.custom-control-label:before {
    border-radius: 6px
}

.custom-radio .custom-control-label:before {
    border-radius: 100%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-radius: 100%
}

.product-options {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 6px;
    margin-top: 15px;
    max-height: 220px;
    min-height: 220px;
    overflow: auto;
}

.custom-switch .custom-control-label {
    width: 56px;
    height: 30px
}

.custom-switch .custom-control-label:before {
    margin: 0;
    left: 0;
    top: 0;
    border-radius: 100px;
    width: 56px;
    height: 30px;
    border-color: #ccccdf !important;
    background: #DCDCE9
}

.custom-switch .custom-control-label:after {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    margin-top: -1px;
    margin-left: 1px;
    left: 3px;
    top: 4px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 2px 1px 0 rgba(0, 0, 0, 0.05)
}

.custom-switch .custom-control-label:active:before {
    background: rgba(220, 220, 233, 0.5) !important
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
    border-radius: 100px
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    left: 16px
}

.card-button {
    position: absolute;
    right: 10px;
    top: 10px
}

.card-button>.btn {
    background: transparent !important;
    color: #757575 !important;
    font-size: 18px;
    padding: 0;
}

.card-button>.btn svg {
    width: 22px;
    height: 22px;
}

.pro-options-wrap {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

.pro-options-wrap>div {
    padding: 8px;
}

.pro-add-options {
    flex: 1;
}

.pro-price {
    flex: 0 0 110px;
    width: 110px;
}

.pro-default {
    flex: 0 0 80px;
    width: 80px;
}

.pro-price .form-control {
    height: 36px;
}


/*-----------------
	25. Responsive
-----------------------*/

@media only screen and (min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
    .avatar-xxl .border {
        border-width: 4px !important;
    }
    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }
    .avatar-xxl .avatar-title {
        font-size: 42px;
    }
    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px;
    }
    .modal-md {
        max-width: 650px;
    }
    #toggle_btn {
        align-items: center;
        color: #333;
        display: inline-flex;
        float: left;
        font-size: 20px;
        height: 60px;
        justify-content: center;
        padding: 0 25px;
        background-color: #FBFBFC;
        z-index: 99;
        position: relative;
    }
    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 40px;
        width: auto;
    }
    .mini-sidebar .header .header-left .logo {
        display: none;
    }
    .mini-sidebar .header-left .logo.logo-small {
        display: block;
    }
    .mini-sidebar .sidebar {
        margin-left: -110px;
    }
    .modal-open.mini-sidebar .sidebar {
        z-index: 1039;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    ul.nav.user-menu {
        display: none;
    }
    .main-wrapper {
        height: auto;
    }
    .order-details {
        max-height: auto;
    }
    .time-slot {
        margin-bottom: 20px;
    }
    .product-items,.product-aside {
        width: 100%;
    }
    .product-wrap {
        flex-direction: column;
    }
    .mobile_btn {
        display: block;
    }
    #toggle_btn {
        display: none;
    }
    a.mobile_btn {
        color: var(--primary-color);
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 20px;
        position: absolute;
        top: 25px;
        width: 60px;
        z-index: 10;
    }
    .header .header-left {
        position: absolute;
        width: 100%;
    }
    .login-wrapper .loginbox .login-left {
        padding: 80px 50px;
        width: 50%;
    }
    .login-wrapper .loginbox .login-right {
        padding: 50px;
        width: 50%;
    }
    .header {
        z-index: 999;
    }
    .sidebar {
        margin-left: -110px;
        width: 110px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
        top: 0;
    }
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .mini-sidebar .sidebar {
        margin-left: 0;
    }
    .mini-sidebar .sidebar-overlay {
        display: block;
    }
    .sidebar-menu li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767.98px) {

    body {
        font-size: 0.9375rem;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.125rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    h6,
    .h6 {
        font-size: 0.875rem;
    }
    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }
    .user-menu.nav>li>a>span:not(.user-img) {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }
    .navbar-nav.user-menu .open .dropdown-menu {
        left: auto;
        right: 0;
    }
    .header .header-left {
        padding: 0 15px;
    }
    .nav-item.today-date {
        display: none;
    }
    .header-left .logo.logo-small {
        display: inline-block;
    }
    a.mobile_btn { 
        top: 0;
    }
    .contact {
        display: none;
    }
    .header {
        height: 60px;
    }
    .page-wrapper {
        padding-top: 60px;
    }
    .login-wrapper .loginbox .login-left {
        display: none;
    }
    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }
    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }
    .invoice-container {
        padding: 20px;
    }
    .login-wrapper .loginbox .login-right h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575.98px) {
    ul.nav.user-menu {
        display: none;
    }
    .card {
        margin-bottom: 0.9375rem;
    }
    .page-wrapper>.content {
        padding: 0.9375rem 0.9375rem 0;
    }
    .card-body {
        padding: 1.25rem;
    }
    .card-header {
        padding: .75rem 1.25rem;
    }
    .card-footer {
        padding: .75rem 1.25rem;
    }
    .page-header {
        margin-bottom: 0.9375rem;
    }
    .account-wrapper {
        padding: 0.9375rem;
    }
    .pagination-lg .page-link {
        font-size: 1.2rem;
        padding: 0.5rem 0.625rem;
    }
    .invoice-details,
    .invoice-payment-details>li span {
        float: left;
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .add-btn {
        font-size: 14px;
        padding: 6px 7px;
    }
    .page-header .breadcrumb {
        display: none;
    }
}

.default-option {
    color: #757575;
    line-height: 16px;
    font-size: 12px;
}

.custom-select {
    background: url(../img/dd.png) no-repeat right 3px center #F1F1F4;
    padding-right: 25px;
}

.back-to {
    display: inline-flex;
    height: 60px;
    color: #333;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
}

.back-to .feather {
    margin-right: 5px;
}

.edit_input {
    background: #f1f1f4;
    border-radius: 4px;
    padding: 0;
    height: 34px;
    font-size: 16px;
    width: 48px;
    color: #333;
    opacity: 0.8;
    text-align: center;
    border: 0;
}


div.table-responsive>div.dataTables_wrapper>div.row:first-child {
    padding: 15px 15px 0;
}

div.table-responsive>div.dataTables_wrapper>div.row:last-child {
    padding: 15px;
}


/*div.dataTables_wrapper div.dataTables_filter input {
    background-color: #f1f1f4;
}*/


/* -- Background color -- */

.bg-success {
    background-color: #18d26b !important;
}

.bg-danger {
    background-color: #ff3f3f !important;
}

.bg-warning {
    background-color: #ffa800 !important;
}

.bg-info {
    background-color: #00b8d4 !important;
}

.bg-light {
    background-color: #d4d8de !important;
}

.bg-dark {
    background-color: #263a5b !important;
}

.bg-muted {
    background-color: #8A98AC !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-purple {
    background-color: #816bff !important;
}

.bg-pink {
    background-color: #d56ec7 !important;
}

.bg-orange {
    background-color: #e37e55 !important;
}


/* -- Background color rgba -- */

.bg-primary-rgba {
    background-color: rgba(0, 128, 255, 0.1) !important;
}

.bg-secondary-rgba {
    background-color: rgba(129, 167, 205, 0.1) !important;
}

.bg-success-rgba {
    background-color: rgba(24, 210, 107, 0.1) !important;
}

.bg-danger-rgba {
    background-color: rgba(255, 63, 63, 0.1) !important;
}

.bg-warning-rgba {
    background-color: rgba(255, 168, 0, 0.1) !important;
}

.bg-info-rgba {
    background-color: rgba(0, 184, 212, 0.1) !important;
}

.bg-light-rgba {
    background-color: rgba(212, 216, 222, 0.1) !important;
}

.bg-dark-rgba {
    background-color: rgba(38, 58, 91, 0.1) !important;
}


/* -- Text Color -- */

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #282828 !important;
}


/*.text-muted {
  color: #8A98AC !important;
}*/

.text-success {
    color: #18d26b !important;
}

.text-danger {
    color: #ff3f3f !important;
}

.text-warning {
    color: #ffa800 !important;
}

.text-info {
    color: #00b8d4 !important;
}

.text-light {
    color: #d4d8de !important;
}

.text-dark {
    color: #263a5b !important;
}

a.text-primary:focus {
    color: #0073e6 !important;
}

a.text-primary:hover {
    color: #0073e6 !important;
}

a.text-secondary:focus {
    color: #81a7cd !important;
}

a.text-secondary:hover {
    color: #81a7cd !important;
}

a.text-success:focus {
    color: #15bb5f !important;
}

a.text-success:hover {
    color: #15bb5f !important;
}

a.text-danger:focus {
    color: #ff2626 !important;
}

a.text-danger:hover {
    color: #ff2626 !important;
}

a.text-warning:focus {
    color: #e69700 !important;
}

a.text-warning:hover {
    color: #e69700 !important;
}

a.text-info:focus {
    color: #00a2bb !important;
}

a.text-info:hover {
    color: #00a2bb !important;
}

a.text-light:focus {
    color: #c6cbd3 !important;
}

a.text-light:hover {
    color: #c6cbd3 !important;
}

a.text-dark:focus {
    color: #1e2f49 !important;
}

a.text-dark:hover {
    color: #1e2f49 !important;
}

.widget-content-area {
    -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06);
}

.no-content:before,
.no-content:after {
    display: none!important;
}

.new-control.new-checkbox .new-control-indicator {
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

.table>thead {
    border-top: 1px solid #e0e6ed;
    border-bottom: 1px solid #e0e6ed;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 1;
    color: #d3d3d3;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #0e1726;
}

table.dataTable {
    border-spacing: 0 5px;
}

.table>tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-bottom: 1px solid #e0e6ed;
}

.table>thead>tr>th {
    font-weight: 700;
    font-size: 12px;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.table>tbody>tr>td {
    border: none;
    color: #6E748E;
    font-size: 12px;
    letter-spacing: 1px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent!important;
}

.table>tfoot>tr>th {
    border: none;
}

.table-hover:not(.table-dark) tbody tr:hover {
    background-color: transparent!important;
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
}

.table-hover.non-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none;
    transform: none;
}

div.dataTables_wrapper div.dataTables_info {
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter svg {
    position: absolute;
    top: 9px;
    right: 14px;
    width: 20px;
    color: #d3d3d3;
}

.dataTables_wrapper .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, .1);
    box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, .1);
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    padding: 8px 30px 8px 14px;
    height: auto;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
}


/*div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}*/

.page-link {
    margin-right: 5px;
    border-radius: 50%;
    padding: 8px 12px;
    background: rgba(0, 23, 55, 0.08);
    border: none;
    color: #6E748E;
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-link:focus {
    box-shadow: none;
}


/*div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 3px 0;   
}*/

.page-item.disabled .page-link {
    background: #f1f2f3
}

.page-item.disabled .page-link svg {
    color: #acb0c3;
}

.page-item:first-child .page-link {
    border-radius: 50%;
    padding: 5px 9px;
}

.page-item:first-child .page-link svg {
    width: 17px;
}

.page-item:last-child .page-link {
    border-radius: 50%;
    padding: 5px 9px;
}

.page-item:last-child .page-link svg {
    width: 17px;
}


/*.page-item.active .page-link {
    background-color: #1b55e2;
}*/

#alter_pagination_next a,
#alter_pagination_previous a {
    border-radius: 50%;
    padding: 5px 9px;
}

#alter_pagination_next a svg,
#alter_pagination_previous a svg {
    width: 17px;
}

.table-cancel {
    color: #6E748E;
    margin-right: 6px;
    vertical-align: middle;
    fill: rgba(0, 23, 55, 0.08);
    cursor: pointer;
}

.table-hover:not(.table-dark) tbody tr:hover .table-cancel {
    color: #e7515a;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .dataTables_wrapper .dataTables_length select.form-control {
        background: transparent;
        padding: 8px 10px 8px 14px;
    }
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_info {
        margin-bottom: 40px;
    }
}

.table-action a+a {
    margin-left: 8px;
}

.table-action svg {
    width: 18px;
}

.back-section {
    margin-bottom: 20px;
}

.back-section .back-to {
    font-size: 15px;
    padding: 0;
    height: auto;
}

.user-menu.nav>li.noti-dropdown>a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    padding: .5rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.user-menu.nav>li.noti-dropdown>a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #f1f4f8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    z-index: -1;
}

.user-menu.nav>li.noti-dropdown>a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ring {
    -webkit-transform-origin: 50% 4px;
    transform-origin: 50% 4px;
    -webkit-animation: ring 1.5s ease-in-out 2s infinite;
    animation: ring 1.5s ease-in-out 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245, 54, 92, .7)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(245, 54, 92, 0)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245, 54, 92, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245, 54, 92, .7)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(245, 54, 92, 0)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(245, 54, 92, 0)
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    24% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    48% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    56% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    64% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    72% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    88% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    24% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    48% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    56% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    64% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    72% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    80% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    88% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.daterange {
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border: 0;
}

table .btn {
    border-radius: 10px;
}

.view-icons {
    display: inline-block;
}

.kanban-list>.kanban-header::after {
    position: absolute;
    content: "";
    top: 0;
    height: 3px;
    background: #ffb300;
    left: 0;
    right: 0;
    z-index: 9;
}

.kanban-list.kanban-info>.kanban-header::after {
    background: #42a5f5;
}

.kanban-list.kanban-warning>.kanban-header::after {
    background: #ffb300;
}

.kanban-list.kanban-success>.kanban-header::after {
    background: #4caf50;
}

.kanban-list.kanban-purple>.kanban-header::after {
    background: #7460ee;
}

.product:hover,
.product:focus {
    box-shadow: 0px 0px 0px 2px var(--secondary-color), 0px 4px 10px #cbd7ff;
}

.settings-menu a {
    border-radius: 0.25rem;
    color: #333;
    display: block;
    margin-bottom: 5px;
    padding: 0.5rem 1rem;
}

.settings-menu a.active {
    background-color: #65d5e3;
    color: #fff;
}

.settings-menu a:hover {
    background-color: #e8e8e8;
    color: #000;
}

.day-hours {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.day-hours span {
    display: inline-block;
    vertical-align: middle;
}

.day-hours span+span {
    margin-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 5px;
}

.schedule-list {
    margin: 0 !important;
}

.schedule-list .custom-switch {
    padding-left: 1rem;
}

.image-listview>li .item .icon-box svg {
    color: #fff;
    width: 18px;
}

.delete-slot {
    margin-top: -15px;
}

.delete-slot svg {
    width: 21px;
}

.add-hours {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.add-hours svg {
    width: 16px;
    margin-right: 5px;
}

.edit-slot {
    display: inline-flex;
    align-items: center;
}

.edit-slot svg {
    width: 16px;
    margin-right: 5px;
}

.status-declined {
    background-color: #ffc3c3;
    border-color: #e62a31;
    color: #5d2222;
}

.status-approved {
    background-color: #a3f7cd;
    border-color: #35d893;
    color: #2a774a;
}

.order-edit-info {
    background-color: #a3f7cd;
    color: #2a774a;
    padding: 1rem;
    margin-bottom: 1.875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.copy-order {
    background: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #333;
    border: 0;
    padding: 7px 16px;
    margin-left: 10px;
}

.order-edit-cancel {
    box-shadow: 0 10px 30px 0 rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
    border: 0;
}

.order-edit-cancel svg {
    color: #fc5a5a;
    width: 16px;
}

.add-cash-btn a {
    padding: 15px;
    background: #F1F1F4;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
}

.balance-change {
    font-weight: bold;
}

.custom-card .card-body {
    padding: 16px;
}

.upload-logo {
    background: #eef4fd;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    padding: 7px 16px;
    display: inline-block;
}

.settings-list {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

/*
Hide Arrows From Input Number
*/

/* Chrome, Safari, Edge, Opera */
input.hide_arrow::-webkit-outer-spin-button,
input.hide_arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].hide_arrow {
    -moz-appearance: textfield;
}

button:disabled.disable-btn {
    cursor: not-allowed;
}


/* Absolute Center Spinner */


.loading {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    display:flex;
    align-items: center;
}

.loading img{
    text-align:center;
    margin:0 auto;
}
/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.show-loader {
    display: flex !important;
    background-color: rgba(255,255,255,0.5) !important;
}

/* loader style - ends */

.holiday-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.add-holiday {
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: 18px;
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 24px;
    padding: 2px 15px;
}

.dash-title {
    font-size: 18px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

.slot-list {
    display: flex;
    margin: 0 0 10px;
}

.slot-list .form-check-label {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: bold;
}



/* Assign Orders Modal */

.assign-orders {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}
ul.assign-order-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.assign-order-list > li {
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    line-height: 26px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
}
ul.assign-order-list > li.checked {
    background-color: #ffffcc;
}
ul.assign-order-list > li:last-child {
    border-bottom: 0;
}
.assign-order-det {
    display: flex;
    align-items: center;
}
.assign-order-det .assign-check {
    flex: 1 1 0;
    margin-right: 10px;
    max-width: 20px;
    position: relative;
    top: 3px;
}
.assign-order-det .assign-info {
    flex: 1 1 0;
    padding-top: 0;
}
.assign-order-det h3.assign-listing-title {
    color: #333;
    line-height: 16px;
    margin-bottom: 0;
}
.assign-order-det h3 a {
    color: #333;
    font-size: 14px;
}
.assign-order-det .assign-order-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.assign-order-det .assign-order-info ul li {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 22px;
}
.assign-order-det .assign-order-info ul li i {
    color: #777;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.assign-header .assign-order-det .assign-check {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
}
.assign-check .form-check-inline .form-check-input {
    margin-right: 15px;
}
.assign-orders .assign-content {
    max-height: 400px;
    overflow-y: auto;
}

.user-menu .btn {
    display: inline-flex;
    align-items: center;
}

.user-menu .btn i {
    margin-right: 3px;
}

.vprogress {
    margin: 5px 20px 30px;
    max-width: 90%;
    text-align: center;
}

.vprogress .bar.done, .vprogress .circle.done {
    background: #0e88d5;
}

.vprogress .circle .label {
    border-radius: 32px;
    color: #b5b5ba;
    display: inline-block;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin-top: 3px;
    width: 32px;
}

.vprogress .circle .progress-title {
    color: #383838;
    font-size: 13px;
    line-height: 30px;
    margin-left: 45px;
    max-width: 400px;
    min-width: 350px;
    position: relative;
    text-align: left;
    top: -45px;
    width: 100%;
}

.vprogress .circle .progress-title p {
    line-height: 18px;
    margin-bottom: 7px;
}

.vprogress .circle .progress-title span {
    color: #aeaeae;
    display: block;
    font-size: 13px;
    line-height: 18px;
}

.vprogress .bar.notdone, .vprogress .circle.notdone {
    background: #ececec;
}

.vprogress .bar.notdone, .vprogress .circle.notdone {
    background: #ececec;
}

.vprogress .circle, .vprogress .circle .notdone {
    background: #0e88d5;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin-bottom: 0;
    width: 15px;
}

.vprogress .bar {
    border-left: none;
    border-radius: 0;
    border-right: none;
    display: block;
    height: 52px;
    margin-left: 6px;
    margin-right: -5px;
    top: 0;
    width: 3px;
}

/*-----------------
    New Product
-----------------------*/

.product-minimum-grid {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 15px 5px;
    margin-bottom: 24px;
}
.minimum-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.minimum-flex h6 {
    font-size: 16px;
    font-weight: 500;
    color: #1F577B;
    margin-right: 15px;
    margin-bottom: 10px;
}
.minimum-input {
    min-width: 290px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.minimum-input .form-control {
    font-size: 14px;
    padding: 10px 15px;
    height: 48px;
    background: #F2F5FB;
    border: 1px solid #DBE0E6;
    border-radius: 6px;
}
.minimum-input .form-control::placeholder {
    color: #99A2A8;
}
.minimum-flex .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    min-height: 48px;
}
.minimum-btn .nav {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.minimum-btn .nav li {
    margin-right: 18px;
    margin-bottom: 10px;
}
.minimum-btn .nav li:last-child {
    margin-right: 0;
}
.minimum-btn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 15px;
    border-radius: 6px;
    min-height: 35px; 
}
.minimum-btn .btn .feather {
    width: 16px;
    margin-right: 10px;
}
.minimum-btn .btn-format {
    color: #FFF;
    background: #206493;
    border: 1px solid #206493;
}
.minimum-btn .btn-format:hover {
    color: #FFF;
    background: #184565;
    border: 1px solid #184565;
}
.minimum-btn .btn-import {
    color: #206493;
    background: #FFF;
    border: 1px solid #206493;
}
.minimum-btn .btn-import:hover {
    color: #FFF;
    background: #184565;
    border: 1px solid #184565;
}
.product-categorie-head {
    padding-bottom: 15px;
}
.product-categorie-head h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1F577B;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-categorie-head .owl-prev {
    margin-right: 10px;
}
.product-categorie-head .owl-prev,
.product-categorie-head .owl-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 14px;
    color: #666666;
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #F2F5FB;
    border: 1px solid #DBE0E6;
}
.product-categorie-head .owl-prev:hover,
.product-categorie-head .owl-next:hover {
    color: #FFF;
    background: #007bff;
}
.pos-tabs {
    margin-bottom: 24px;
}
.service-head-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1F577B;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tabs_wrapper .tabs_container .tab_content.active {
    display: inline-block;
}
.tabs_wrapper .tabs_container .tab_content {
    display: none;
    width: 100%;
}
.product-tab {
    margin-bottom: 24px;
}
.product-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #99A2A8;
    background: #FFF;
    border: 1px solid #DBE0E6;
    border-radius: 6px;
    padding: 15px;
    height: 105px;
}
.product-tab a.active {
    font-weight: 500;
    color: #FFF;
    background: #206493;
    border: 1px solid #206493;
}
.product-tab-slider.owl-carousel .owl-item img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px solid #DBE0E6;
}
.product-tab a.active img {
    border: 1px solid #FFF;
}
.product-available {
    margin-bottom: 24px;
}
.product-available-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end; 
    margin-bottom: 15px;
}
.product-available h4 {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    color: #99A2A8;
    margin-right: 15px;
}
.product-available-text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 6px;
    color: #FFF;
    background: #0D8ADA;
}
.product-available-text a:hover {
    background: #206493;
}
.product-available-text a .feather {
    width: 18px;
}
.product-available-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    border: 2px solid #DBE0E6;
    border-style: dashed;
    height: 100px;
    border-radius: 6px;
}
.product-available-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    color: #1F577B;
    text-align: center;
}
.product-available-btn a:hover {
    color: #007bff;   
}
.product-available-btn a:hover span {
    background: #007bff;  
}
.product-available-btn a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 18px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #FFF;
    background: #1F577B;
}
.product-available-btn a span .feather {
    width: 20px;
}
.full-service-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.full-service-head h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1F577B;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.full-service-head .nav li {
    margin-right: 10px;
}
.full-service-head .nav li:last-child {
    margin-right: 0;
}
.full-service-head .nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid #DBE0E6;
}
.full-service-head .nav li a .feather {
    width: 16px;
}
.full-service-head .nav li a.edit-icon {
    color: #666666;
}
.full-service-head .nav li a.edit-icon:hover {
    color: #FFF;
    background: #007bff; 
}
.full-service-head .nav li a.trash-icon {
    color: #FF3C4D;
}
.full-service-head .nav li a.trash-icon:hover {
    color: #FFF;
    background: #FF3C4D; 
}
.service-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    margin-bottom: 15px;
}
.service-flex h4 {
    font-size: 14px;
    font-weight: 600;
    color: #99A2A8;
    margin-right: 20px;
    margin-bottom: 0;
}
.service-input {
    position: relative;
}
.service-input .form-control {
    padding: 10px 15px;
    padding-right: 40px;
    height: 37px;
    border: 1px solid #DBE0E6;
    background: #FFF;
    border-radius: 6px;
}
.service-input .form-control::placeholder {
    color: #99A2A8;
}
.service-input .feather {
    width: 20px;
    color: #99A2A8;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.service-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0 15px;
    flex-flow: wrap;
}
.service-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    flex: 0 0 calc(20% - 12px);
    margin-bottom: 20px;
}
.service-grid-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.service-grid {
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 15px;
}
.service-grid-img {
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}
.service-grid-img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.service-btns {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.service-btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #F2F5FB;
    border: 1px solid #DBE0E6;
}
.service-btns .feather {
    width: 16px;
}
.service-btns a.edit-icon {
    color: #666666;
    margin-right: 10px;
}
.service-btns a.edit-icon:hover {
    color: #FFF;
    background: #007bff; 
    border: 1px solid #007bff;
}
.service-btns a.trash-icon {
    color: #FF3C4D;
}
.service-btns a.trash-icon:hover {
    color: #FFF;
    background: #FF3C4D; 
    border: 1px solid #FF3C4D;
}
.service-grid-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}
.service-grid-text h4 span {
    color: #1F577B;
    float: right;
}
.service-grid-text p {
    font-size: 14px;
    font-weight: 600;
    color: #99A2A8;
    margin-bottom: 0;
}
.service-available-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    border: 2px solid #DBE0E6;
    border-style: dashed;
    border-radius: 6px;
}
.service-available-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    color: #1F577B;
    text-align: center;
}
.service-available-btn a:hover {
    color: #007bff;   
}
.service-available-btn a:hover span {
    background: #007bff;  
}
.service-available-btn a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 18px;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    color: #FFF;
    background: #1F577B;
}
.service-available-btn a span .feather {
    width: 26px;
}
.product-modal .modal-content {
    border-radius: 15px;
    background: #FFF;
}
.product-modal .modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #DBE0E6;
}
.product-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #1F577B;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-modal .modal-header .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 2px solid #000;
    opacity: 1;
    padding: 0;
    margin: 0;
    border-radius: 50px;
}
.product-modal .modal-header .close:hover {
    color: #FFF;
    background: #FF0000;
    border-color: #FF0000;
}
.product-modal .modal-body {
    padding: 30px;
}
.product-modal .form-wrap {
    margin-bottom: 24px;
}
.product-modal .form-wrap label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.product-modal .form-wrap .form-control {
    font-size: 14px;
    border: 1px solid #DBE0E6;
    border-radius: 6px;
    padding: 10px 15px;
}
.product-modal .form-wrap .form-control::placeholder {
    color: #99A2A8;
}
.product-modal .form-wrap textarea.form-control {
    resize: none;
    height: 140px;
}
.product-modal .form-wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;  
}
.product-modal .form-wrap-img p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.custom-checkbox-new .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #000;
  margin-bottom: 0;
}
.custom-checkbox-new .check input {
    display: none;
}
.custom-checkbox-new .check input:checked + .box {
    background: #0D8ADA;
    border: 1px solid #0D8ADA;
}
.custom-checkbox-new .check input:checked + .box:after {
    top: 0;
}
.custom-checkbox-new .check .box {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    background: #FFF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 4px;
}
.custom-checkbox-new .check .box:after {
    width: 12px;
    height: 6px;
    content: "";
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: white;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 200%;
    bottom: 3px;
    margin: auto;
}
.form-wrap-img .custom-checkbox-new label {
    color: #6B7280;
    font-weight: 500;
}
.form-wrap-img .custom-checkbox-new .check .box {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 10px;
}
.product-modal .form-wrap .input-type-file label {
    font-size: 12px;
    color: #354052;
}
.product-modal .form-wrap .input-type-file input[type="file"] {
    padding: 9px 0;
    font-size: 12px;
}
.input-type-file {
    position: relative;
}
.input-type-file label {
    font-size: 12px;
    color: #354052;
    background: #E8ECEF;
    border-right: 1px solid #E5E5E5;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
    width: 83px;
    height: 40px;
    padding-left: 8px;
    border-radius: 6px 0 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-type-file input[type="file"] {
    font-size: 12px;
    color: #999999;
    height: 40px;
    padding: 9px 0;
    cursor: pointer;
}
.product-modal-btn {
    padding-top: 16px;
}
.product-modal-btn .btn {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    padding: 12px 15px;
    border-radius: 6px;
}
.product-modal-table .table-responsive {
    border: 1px solid #E4E8EB;
    border-radius: 8px;
}
.product-modal-table .table thead {
    background: #F1F4F6;
    border: 0;
}
.product-modal-table .table thead tr th {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    text-transform: uppercase;
    padding: 10px 15px;
    vertical-align: middle;
}
.product-modal-table .table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 15px;
    vertical-align: middle;
}
.product-modal .product-modal-table .custom-checkbox-new .check {
    margin-bottom: 0;
}
.product-modal-table .custom-checkbox-new .check .box {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px;
}
.product-modal-table .form-control {
    max-width: 100px;
    height: 35px;
    color: #000;
}
.product-modal-table .custom_radio {
    padding-left: 0;
    margin-bottom: 0;
}
.product-modal-table .custom_radio input:checked ~ .checkmark {
    border: 2px solid #26A7DF;
}
.product-modal-table .custom_radio .checkmark {
    border: 2px solid #99A2A8;
}
.product-modal-table .custom_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
}
.product-modal-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-modal-table ul li {
    display: inline-block;
    margin-right: 10px;
}
.product-modal-table ul li:last-child {
    margin-right: 0;
}
.product-modal-table ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid #DBE0E6;
}
.product-modal-table ul li a .feather {
    width: 16px;
}
.product-modal-table ul li a.edit-icon {
    color: #666666;
}
.product-modal-table ul li a.edit-icon:hover {
    color: #FFF;
    background: #007bff; 
}
.product-modal-table ul li a.trash-icon {
    color: #FF3C4D;
}
.product-modal-table ul li a.trash-icon:hover {
    color: #FFF;
    background: #FF3C4D; 
}
.custom_radio {
    color: #555;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}
.custom_radio input {
    position: absolute;
    opacity: 0
}
.custom_radio input:checked ~ .checkmark:after {
    opacity: 1
}
.custom_radio input:checked ~ .checkmark {
    border: 1px solid #26A7DF;
}
.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #99A2A8;
    border-radius: 50%
}
.custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #26A7DF;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

@media (max-width: 1399.98px) {
    .minimum-btn .nav {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
    }
}

@media (max-width: 1299.98px) {
    .service-details ul li {
        flex: 0 0 calc(25% - 12px);
    }
}

.alphabet-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.alphabet-header a {
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 24px hsla(0, 0%, 97%, .25);
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.alphabet-cont {
    align-content: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.city-list {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    flex: 0 0 25%;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    scroll-margin-top: 150px;
}

.city-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.token-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.tokenn {
    display: flex;
    align-items: center;
    margin: 5px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-radius: 15px;
    font-size: 14px;
}
.tokenn span {
    margin-right: 8px;
}
.tokenn .remove-btn {
    cursor: pointer;
    color: #ff4d4d;
    font-weight: bold;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
}

.kanban-box svg {
    width: 18px;
}

/* POS Tour CSS */

.step-heads{
    margin-bottom: 24px;
}
.step-heads h6{
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.steps-heads{
    color: #878898;
    font-size: 16px;
    font-weight: 400;
}

.step-content{
    background: #ECF8FF;
    padding: 20px;
    border-radius: 5px;
}
.step-content label{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.step-content input{
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 12px;
    background: #fff;
}
.step-content input::placeholder{
    color: #878898;
    font-weight: 400;
}
.step-content select{
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
}
.step-content select{
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.btn-stepnext{
    background: linear-gradient(90.19deg, #0D8ADA 1.62%, #F8C90F 100%);
    width: 100%;
    padding: 19px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.btn-stepnext:hover{
    background: linear-gradient(90.19deg, #F8C90F 1.62%, #0D8ADA 100%);
}
.btn-backnext{
    background: #231C45;
    color: #fff;
    width: 100%;
    padding: 19px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.step-count{
    height: 50px;
}
.step-count ul{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.step-count ul li{
    position: relative;
}
.step-count ul::after{
    position: absolute;
    content: "";
    height: 2px;
    background-color: #D9D9D9;
    width: 100%;
    top: 15px;
    left: 0;
}
.step-count span{
    position: relative;
}
.step-count span::after{
    position: absolute;
    content: "";
    background: #F9FAFB;
    border: 2px solid #D0D5DD;
    border-radius: 50px;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    z-index: 99;
}
.step-count span::before{
    position: absolute;
    content: "";
    background: #D0D5DD;
    border-radius: 50px;
    left: 8px;
    top: 13px;
    width: 8px;
    height: 8px;
    z-index: 999;
}
.step-count .progress-active span::after{
    background: #0D8ADA;
    border: 2px solid #0D8ADA;
}
.step-count .progress-active span::before{
    background: #fff;
}
.step-count .progress-activated span::after{
    background: #0D8ADA;
    border: 2px solid #0D8ADA;
}
.step-count .progress-activated span::before{
    background: transparent;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 11px;
    left: 9px;
    border-radius: 0;
    top: 9px;
}
.step-img img{
    width: 100%;
    height: 100%;
}
.step-img {
    position: relative;
}
.step-right-content{
    background: rgba(14, 138, 217, 0.9);
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 20px;
    max-width: 250px;
}
.step-right-content h6{
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}
.step-right-content p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.multistep-form fieldset {
    display: none;
    width: 100%;
}
.multistep-form #first {
    display: block;
}
.img-uploads{
    position:relative;
}
.img-uploads input{
    width:225px;
    position:absolute;
    left:0;
    height:44px;
    opacity: 0;
}
.img-uploads h6{
    font-size:14px;
    color:#0D8ADA;
    font-weight:500;
    height:44px;
    border:1px solid #0D8ADA;
    border-radius:5px;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    max-width: 100%;
}
.img-uploads h6 i{
    font-size: 18px;
    margin-right: 10px;
}
.checks {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmarks {
    position: absolute;
    top: 3px;
    left: 7px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}
.checks:hover input ~ .checkmarks {
    background-color: #ccc;
}
.checks input:checked ~ .checkmarks {
    background-color: #0D8ADA;
}
.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}
.checks input:checked ~ .checkmarks:after {
    display: block;
}
.checks .checkmarks:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-color ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-color ul span {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: block;
}
.bg-blues{
    background: #0D8ADA;
}
.bg-greys{
    background:#5EA094;
}
.bg-marrons{
    background:#91AD68;
}
.bg-oranges{
    background:#E6C41E;
}
.bg-lites{
    background:#D9D9D9;
}
.site-set input{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0;
    opacity: 0;
}
.site-set input:checked ~  i{
   opacity: 1;
}
.site-set input ~  i{
    position: absolute;
    bottom: 19px;
    left: 10px;
    color: #0D8ADA;
    font-size: 20px;
    opacity: 0;
    z-index: 9999;
}
.site-set {
    position: relative;
}
.modal-step .modal-dialog {
    max-width: 950px;
}
.multistep-form{
    padding: 40px;
}
.step-img .btn-close{
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    opacity: 1;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addon-imgs{
    position: relative;
}
.addon-imgs input{
    padding-right: 25px;
}
.addon-imgs img{
    position: absolute;
    right: 10px;
    top: -3px;
    z-index: 99;
}
.check-box label{
    color: #878898;
}
@media (max-width: 991.98px) {
    .multistep-form{
        padding:20px;
    }
    .step-img{
        display: none;
    }
    .btn-stepnext , .btn-backnext{
        padding: 6px;
    }
}
.pagination-section {
    margin-top: 50px;
}
.pagination-section .pagination {
    display: flex;
    justify-content: center;
}
.pagination {
    margin: 0 0 !important;
}
.pager .page-item, .pager > li > a, .pager > li > span, .pagination .page-item, .pagination > li > a, .pagination > li > span {
    color: inherit !important;
    background-color: transparent !important;
    border-color: rgba(120, 130, 140, .13) !important;
}
.pagination > li {
    display: inline;
    list-style: none;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    display: block;
}
.pagination > li > span {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px !important;
}

.page-item:first-child .page-link {
    padding: 8px 9px !important;
}
.page-item:last-child .page-link {
    padding: 8px 9px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.w-50 {
    min-width: 50% !important;
}
.w-75{
    min-width: 75% !important;
}
.w-100{
    min-width: 100% !important;
}

.form-control2 {
    height: 35px !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f5f5f8; 
    padding: 14px;
    border-radius: 12px;
    border: none;
    outline: none;
}

input[list]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    pointer-events: none;
}
input[list]:hover::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    pointer-events: none;
}