.bg-login-image {
    background: url(../img/login-bg.png);
    background-position: center;
    background-size: cover;
}

.topbar {
    height: 3rem;
}

.sidebar .nav-item .nav-link {
    padding: 0.2rem 1rem;
}

.login-section,
.fw-section {
    height: 80vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.login-box {
    margin: 62px 0;
}

form.user .form-control-user {
    border-radius: 8px;
    padding: 1rem 0.4rem;
}

.form-control:focus {
    border-color: #740074;
    box-shadow: none;
}

.btn-purple {
    border-color: #740074;
    background-color: #740074;
    color: #FFFFFF;
}

.btn-purple:hover {
    color: #FFFFFF;
}

form.user .btn-user {
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    min-width: 70px;
}

form.user .btn-user:hover {
    color: #FFFFFF;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.login-form {
    width: 100%;
}

.bottom-link {
    display: flex;
    justify-content: space-between;
}

.bg-password-image {
    background: url(../img/forget-password.jpg);
    background-position: center;
    background-size: cover;
}

.bg-gradient-primary {
    background-color: #090E26;
    background-image: linear-gradient(180deg, #090E26 10%, #090E26 100%);
    background-size: cover;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 0rem;
}

.sidebar #sidebarToggle {
    margin-top: 20px;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #740074;
    border-color: #740074;
}

.btn-primary {
    color: #fff;
    background-color: #740074;
    border-color: #740074;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #740074;
    border-color: #740074;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 48px;
    height: 22px;
    margin: 4px 8px;
    /* transform: translateY(50%); */
    position: relative;
}


/* Style Wired */

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 30px;
    transform: translateX(-26px);
    transition: .4s;
}

input:checked+.slider:before {
    transform: translateX(26px);
    background: #740074;
}

input:checked+.slider {
    box-shadow: 0 0 0 2px #740074, 0 0 2px #740074;
}

.actions-btns {
    display: flex;
    align-items: center;
}


/*.blog-list .actions {
  display: inline-block;
  }*/

.actions a {
    font-size: 13px;
    font-weight: 600;
    color: #740074;
    text-decoration: underline;
    margin: 0 2px;
    line-height: 14px;
    display: inline-block;
}

.ex-link a {
    font-size: 12px;
    font-weight: 600;
    color: #740074;
    text-decoration: underline;
    margin: 0 2px;
}


/*.distrb-table .actions{
  display: inline-block;
  }*/

.actions a i.action-btns {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #740074;
    padding: 6px 8px;
    border-radius: 4px;
}

.logoContainer {
    width: 90px;
    height: auto;
    padding: 0px 10px 0px 10px;
}

.logoContainer img {
    max-width: 100%;
}

.fileContainer {
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    width: 380px;
    height: 36px;
    overflow: hidden;
    position: relative;
    line-height: 36px;
    cursor: pointer !important;
    border-radius: 8px;
    font-size: .8rem;
    padding-left: 15px;
}

.fileContainer span {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.fileContainer input[type="file"] {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.image-upload {
    display: flex;
    justify-content: space-between;
}

textarea.form-control {
    border-radius: 8px;
    font-size: .8rem;
}

select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 10px;
}

select:focus-visible {
    outline: none;
}

.can-toggle {
    position: relative;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type=checkbox][disabled]~label {
    pointer-events: none;
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type=checkbox][disabled]~label {
    color: rgba(234, 0, 48, 0.5);
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
    background-color: #E3CCE3;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    color: #b70026;
}

.can-toggle input[type=checkbox]:hover~label {
    color: #d1002b;
}

.can-toggle input[type=checkbox]:checked~label:hover {
    color: #55bc49;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
    background-color: #E3CCE3;
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    color: #740074;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch {
    background-color: #E3CCE3;
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    color: #47a43d;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #E3CCE3;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #ea0030;
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(100px, 0, 0);
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle label {
    font-size: 14px;
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 200px;
    border-radius: 4px;
}

.can-toggle label .can-toggle__switch:before {
    left: 90px;
    font-size: 12px;
    line-height: 36px;
    width: 115px;
    padding: 0 12px;
    color: #222;
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 90px;
    line-height: 32px;
    font-size: 12px;
    color: #740074;
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked~label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.bootstrap-tagsinput {
    width: 100%;
    height: 36px;
    border-radius: 8px!important;
    overflow-y: auto;
}

.bootstrap-tagsinput .tag {
    margin-right: 0px;
    border: 2px solid #fff;
}

.label-info {
    background-color: #740074;
}

.border-btn {
    border-color: #740074;
    background-color: transparent;
    color: #740074;
    border-width: 2px;
    padding: 4px 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.border-btn:hover {
    color: #740074;
}

form.user .btn-user.border-btn:hover {
    color: #740074;
}

.page-title {
    color: #222;
    font-weight: 600;
    font-size: 20px;
}

.table-bordered th {
    font-size: 14px;
}

.table-bordered td {
    font-size: 13px;
    line-height: 14px;
}

.table {
    color: #222;
}

.page-item.active .page-link {
    background-color: #090e26;
    border-color: #090e26;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 14px;
}

label {
    font-size: 14px;
    color: #222;
    margin-bottom: 0.2rem
}

.badge-danger {
    background-color: #740074;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #E3CCE3;
    border: 1px solid #E3CCE3;
    color: #222;
}

form.user .btn-user {
    padding: 0.2rem .5rem;
}

.scroll-to-top {
    background: rgb(116 0 116);
}

.scroll-to-top:hover {
    background: rgb(116 0 116);
}

.action-perm {
    list-style-type: none;
    display: inline-flex;
    margin-bottom: 0;
}

ul.action-perm {
    padding-left: 0;
}

ul.action-perm li {
    padding-right: 20px;
}

ul.action-perm li input {
    position: relative;
    top: 2px
}

ul.action-perm li:first-child label {
    color: green;
}

ul.action-perm li:nth-child(2) label {
    color: steelblue;
}

ul.action-perm li:last-child label {
    color: darkred;
}

.perm-table {
    margin-top: 30px;
}

.perm-table thead {
    background: #f5f5f5;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: block;
    margin-left: 0!important;
    margin-right: 0!important;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text img {
    width: 100%;
}

.sidebar.toggled .sidebar-brand {
    padding: 0;
}

.logo-w-toggle {
    display: flex;
    align-items: center;
}

.sidebar #sidebarToggle::after {
    font-weight: 600;
    content: '\f0c9';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.1rem;
    color: #fff;
}

.sidebar.toggled #sidebarToggle::after {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    margin-left: 0.25rem;
    color: #fff;
}

.sidebar-dark #sidebarToggle:hover {
    background-color: transparent;
}

.sidebar-dark #sidebarToggle {
    background-color: transparent;
}

.flip {
    position: absolute;
    left: 30px;
    cursor: pointer;
}

.red {
    color: #FF0000;
    font-weight: 700;
}

.green {
    color: #3cb043;
    font-weight: 700;
}

.perm-modal .modal-dialog {
    max-width: 800px;
}

.modal-title {
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.prod-count {
    color: #740074;
    font-weight: 700;
}

.prod-count:hover {
    text-decoration: none;
    color: #740074;
}

.cart-wishlist-table tbody tr td.date {
    padding: 25px 10px 25px 12px;
}

.order-modal .modal-lg {
    max-width: 900px;
}

.details {
    font-size: 14px;
}

.or-logo img {
    width: 110px;
}

.top-details-row {
    justify-content: space-between;
    align-items: end;
    padding: 40px 0px 8px 0px;
}

.or-id h5,
.date h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.order-modal .modal-body .close {
    position: absolute;
    right: 16px;
    top: 8px;
}

.order-modal .modal-body {
    padding: 10px 30px 30px 30px;
}

.cart-wishlist-table thead tr th.details {
    font-size: 16px;
    padding: 8px 40px;
}

.cart-wishlist-table thead tr th.amt {
    padding: 8px 40px;
}

.cart-wishlist-table tbody tr td.details {
    padding: 8px 50px;
}

.cart-wishlist-table tbody tr td.amt {
    padding: 8px 50px;
    font-size: 14px;
}

.cart-wishlist-table tbody tr td.thumbnail {
    width: 80px;
    min-width: 80px;
    padding: 10px 0;
}

.product-modal .modal-dialog {
    max-width: 1000px;
}

.cart-wishlist-table tbody tr td.name .prd-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 20px;
}

.cart-wishlist-table tbody tr td.name .prd-name:hover {
    text-decoration: none;
}

.cart-wishlist-table tbody tr td.name .prod-info {
    font-size: 14px;
    margin-bottom: 0px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb .breadcrumb-item a {
    color: #740074;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.cart-totals {
    float: none;
    width: auto;
    padding: 10px 30px 0px 30px;
    text-align: left;
    background-color: #fef5fb;
    border-radius: 4px;
}

.cart-totals .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #740074;
    padding-bottom: 10px;
}

.cart-totals table tbody tr th {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0px;
}

.cart-totals table tbody tr th p {
    font-size: 12px;
    font-weight: 400;
}

.cart-totals table tbody tr {
    font-weight: 500;
    color: #222;
    font-size: 14px;
}

.cart-totals table tbody tr.total td,
.cart-totals table tbody tr.total th {
    font-size: 18px;
    font-weight: 600;
}

.cart-totals table tbody tr.shipping {
    border-bottom: 1px solid #740074;
}

.cart-wishlist-table {
    border-bottom: 1px solid #EDEDED;
}

.cart-totals table {
    margin-bottom: 0px;
    width: 100%;
}

.cart-totals table tbody tr.subtotal td {
    font-size: 16px;
    font-weight: 600;
}

.cart-totals table tbody tr td {
    font-size: 16px;
    font-weight: 600;
}

.cart-totals table tbody tr td {
    padding: 15px 10px;
    text-align: right;
}

.cart-wishlist-table thead {
    background: #f0d2e482;
}

button:focus {
    outline: none;
    outline: none;
}

.ord-id {
    color: #740074;
    font-weight: 700;
}

.ord-id:hover {
    color: #740074;
    text-decoration: none;
}

.icon-right-spac {
    margin-right: 6px;
}

.orange {
    color: #FFA500;
    font-weight: 600;
}

.underline-link {
    color: #740074;
    text-decoration: underline;
    font-weight: 600;
}

.form-btns {
    margin-top: 40px;
}

[type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px;
    width: 15px;
    height: 15px;
    border: none;
    margin-right: 12px;
    margin-left: 8px;
}

[type='color']::-webkit-color-swatch-wrapper {
    padding: 0;
}

[type='color']::-webkit-color-swatch {
    border: none;
}

.color-picker {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: transparent;
    display: flex;
}

.form-lables {
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}

.color-lable {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.custom-control-inline {
    margin-bottom: 10px;
    margin-right: 0.4rem;
}

.add-option-box,
.one-option-box {
    display: none;
}

.logoContainer.banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content-snippet .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}

.content-snippet .nav-tabs .nav-item {
    margin-right: 10px;
}

.content-snippet .nav-tabs .nav-link {
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    font-size: 14px;
    color: #6e707e;
    padding: 4px 15px;
}

.content-snippet .nav-tabs .nav-item.show .nav-link,
.content-snippet .nav-tabs .nav-link.active {
    color: #222;
    background-color: #f3f4f7;
    border: 1px solid transparent;
}

.content-snippet {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-content.puja-tabs {
    padding-top: 5px;
}

form.user .custom-checkbox.small label {
    font-size: 15px;
    color: #222;
    font-weight: 600;
}

.custom-checkbox {
    padding-top: 4px;
    padding-bottom: 4px;
}

.attr-values {
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    padding: 10px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}

.attr-values .tags-value {
    background: #740074;
    color: #fff;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.attr-values .tags-value .value-cancel {
    margin-left: 8px;
    cursor: pointer;
}

.att-name-checkboxes {
    display: flex;
}

.att-name-checkboxes .custom-checkbox {
    margin-right: 20px;
}

.checkbox-label {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    /*padding-top: 20px;*/
    margin-bottom: 0;
}

form.user .att-name-checkboxes .custom-checkbox.small label {
    font-size: .8rem;
    font-weight: 400;
    color: #6e707e;
}

form.user .form-control-user.audio-input {
    width: 50%;
    padding: 10px 6px 5px 6px;
    height: 46px;
    margin-right: 20px;
}

form.user .form-control-user.video-input {
    width: 100%;
    padding: 4px 6px 5px 6px;
    height: 36px;
    margin-right: 20px;
}

.audio-field {
    display: flex;
    margin-bottom: 4px;
}

.audio-format {
    height: 36px;
}

.bootstrap-select.btn-group>.dropdown-toggle {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 13px)!important;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 15px 25px 10px 10px
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-bottom: 0;
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: 0!important;
}

.search-select .bootstrap-select .dropdown-toggle:focus {
    outline: 0!important;
    outline: thin dotted #ffffff !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #3a3b45;
    background-color: transparent;
    border: 1px solid #d1d3e2;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.coord-form {
    margin-bottom: 35px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0px;
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    font-size: 14px;
    font-weight: 800;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0px;
    content: "\f106";
    font-family: "FontAwesome";
    border: none;
    font-size: 14px;
    font-weight: 800;
}

form.user .btn-user.table-del-btn {
    padding: 4px 12px;
    font-size: 14px;
}

.schedule-table {
    padding: 0 12px;
}

.shed-dates {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0px 2px 0px 2px;
    font-size: 12px;
    color: #000;
    line-height: 26px;
}

.shed-time {
    margin-left: 6px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #740074!important;
    background-color: #fff;
    border-bottom: 2px solid #740074;
    border-top: none;
    border-right: none;
    border-left: none;
}

.nav-tabs .nav-link {
    padding: 0;
    color: #222!important;
    margin-right: 10px;
    font-weight: 600;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 0px;
}

.filter-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter-option label {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.filter-option select {
    height: 32px;
    background: #f5f5f5;
    margin-left: 6px;
    width: 160px;
    padding-left: 4px;
}

.filter-dropdown {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.wd115 {
    width: 115px;
}

.wd145 {
    width: 145px;
}

.audio-show {
    margin-top: 10px;
}

.audio-show audio {
    height: 40px;
}

.puja-date-filter {
    display: flex;
}

.filter-option input {
    height: 32px;
    background: #f5f5f5;
    margin-left: 10px;
    width: 160px;
    padding: 10px 6px 10px 6px!important;
}

.filter-head {
    font-size: 16px;
    color: #740074;
    font-weight: 700;
    text-decoration: underline;
}

.filter-head:hover {
    color: #740074;
}

.venue-filter {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.coord-filter {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.frm-date {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.to-date {
    display: flex;
    align-items: center;
}

.expt-option {
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
    margin-top: -40px;
}

.filter-title {
    margin-bottom: 10px;
}

thead {
    background: #f5f5f5;
}

.form-inner-head {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 4px;
}

.form-group-mb30 {
    margin-bottom: 30px;
}

.cal-remark {
    height: 42px!important;
    padding-top: 10px;
}

.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Unpublish';
    left: -4rem;
}

.btn-toggle:after {
    content: 'Publish';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #222;
}

.btn-toggle.active {
    background-color: #740074;
}

.btn-toggle.btn-lg {
    margin: 0px 7rem;
    padding: 0;
    position: relative;
    border: none;
    height: 28px;
    width: 65px;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 7rem;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    position: absolute;
    bottom: -5px;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: 'Unpublish';
    left: -7rem;
}

.btn-toggle.btn-lg:after {
    content: 'Publish';
    right: -6.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 7px;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
    left: 40px;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.pub-unpub-toggle {
    margin-top: 15px;
}

.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
    /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    max-width: 50px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #740074;
    border-color: #740074;
}

.loader {
    width: 100%;
    height: 100%;
    background: #f1f1f1ba;
    position: absolute;
    z-index: 9;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #e4e0e0;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
    position: absolute;
    top: 10%;
    left: 48%;
}

.loader-text {
    color: #fff;
    font-family: arial, sans-serif;
}


/*.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite;
  }*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }
    33% {
        content: 'Loading.';
    }
    67% {
        content: 'Loading..';
    }
    100% {
        content: 'Loading...';
    }
}

.blog-btns {
    position: relative;
    z-index: 99;
}

video {
    border: 1px solid black;
    display: block;
}


/*.upload__box {
  padding: 40px;
  }*/

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 400;
    min-width: 100%;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    line-height: 35px;
    font-size: .8rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    color: #6e707e;
}

.upload__btn p {
    margin-bottom: 0
}


/*.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
  }*/

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 150px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.table-topbar {
    margin-bottom: 20px;
}

.report-search {
    margin-left: 0!important;
}

.report-search .input-group {
    width: 80%;
}

.report-search .form-control {
    font-size: 12px;
    height: calc(1.5em + 0.75rem + 12px);
}

.table-topbar .expt-option {
    margin-bottom: 0;
}

.vari-addition {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.add-variant-section {
    padding: 20px;
    margin-bottom: 20px;
}

.var-head {
    padding-left: 2px;
}

.variable-date-time-section {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
}

.variant-modal .modal-dialog {
    max-width: 1000px;
}

.modal-btn {
    justify-content: center;
}

.modal-btn .btn {
    padding: 9px 20px;
}

.ui-sortable-placeholder {
    border: 1px dashed black!important;
    visibility: visible !important;
    background: #eeeeee78 !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.RearangeBox.dragElemThumbnail {
    opacity: 0.6;
}

.RearangeBox {
    width: 100px;
    height: auto;
    padding: 0 !important;
    cursor: all-scroll;
    float: left;
    border: 1px solid #9E9E9E;
    font-family: sans-serif;
    display: inline-block;
    margin: 5px!important;
    text-align: center;
    color: #222;
    margin-bottom: 0px !important;
}

.RearangeBox p {
    padding-top: 0;
    font-size: 14px;
    margin: 0;
}

.imagePrev p {
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
    padding: 5px;
    margin: 0 auto;
}

.IMGthumbnail {
    max-width: 100px;
    height: 100px;
    margin: auto;
    padding: 2px;
    border: none;
}

.IMGthumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.imgThumbContainer {
    margin: 4px;
    border: solid;
    display: inline-block;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.imgThumbContainer>.imgName {
    text-align: center;
    padding: 2px 6px;
    margin-top: 0px;
    font-size: 13px;
    height: 20px;
    overflow: hidden;
}

.imgThumbContainer>.imgRemoveBtn {
    position: absolute;
    color: #740074;
    right: 2px;
    top: 2px;
    cursor: pointer;
    display: block;
}

.imgThumbContainer>.imgaltbtn {
    position: absolute;
    color: #090e26;
    right: 2px;
    top: 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}


/*.RearangeBox:hover > .imgRemoveBtn{ 
    display: block;
    }*/

form.user .form-control-user.multiple-upload {
    border-radius: 8px;
    padding: 0.3rem 0.5rem;
    height: calc(1.5em + 0.75rem + 4px);
}

.altTagModal .user {
    padding: 12px 20px 0 20px;
}

.modal-head {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-left: 20px;
    padding-top: 10px;
}

.complted-tick {
    background: #740074;
    border-radius: 4px;
    padding: 0px 5px;
}

.complted-tick i {
    font-size: 8px;
    color: #fff;
}

.exc-label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}

.uploadModal .user {
    padding-top: 40px;
}

.variable-wd {
    width: 140px;
}

.variable-wd2 {
    width: 200px;
}

.variable-wd3 {
    width: 100px;
}

.variable-wd4 {
    width: 120px!important;
}

.variable-wd5 {
    width: 110px;
}

.variable-wd6 {
    width: 70px;
}

.order-action-btns {
    display: flex;
    /* height: 64px;*/
    /* width: 100px;*/
}

.order-dates {
    width: 240px;
}

.client-info {
    width: 100px;
}

.tick-vth-mail {
    display: flex;
    align-items: center;
}

.tick-vth-mail .complted-tick {
    margin: 0 3px;
    line-height: 18px;
    height: 18px;
}

.actions a.complted-tick {
    height: 18px;
    line-height: 18px;
}

.datepicker-dropdown {
    left: 12px!important;
}

.group-grid h4 {
    color: #740074;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    background: #f0d2e482;
    padding: 4px;
    border-radius: 4px;
}

.group-details h5 {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
    margin-bottom: 0;
}

.group-details h6 {
    padding-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.image-sticky-icons {
    position: absolute;
    top: 4px;
    right: 10px;
}

.image-sticky-icons a i.edit {
    color: #090e26;
}

.image-sticky-icons a i.delete {
    color: #740074;
}

.group-grid {
    margin-bottom: 4px;
    position: relative;
}

.dropdown {
    position: relative;
    margin-bottom: 20px;
}

.dropdown .dropdown-list {
    padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
}

.dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
}

.dropdown .dropdown-label {
    display: block;
    height: 44px;
    font-weight: 400;
    font-size: .8rem!important;
    line-height: 20px;
    background: #fff;
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    padding: 10px 40px 0 20px;
    cursor: pointer;
    position: relative;
    overflow: auto;
}

.dropdown .dropdown-label:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
    font-size: 16px;
}

.dropdown.open .dropdown-list {
    display: block;
}

.dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}

.dropdown.open .dropdown-label:before {
    transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
    margin-bottom: 10px;
}

.checkbox:last-child {
    margin-bottom: 0;
}

.checkbox .checkbox-custom {
    display: none;
}

.checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
}

.checkbox .checkbox-custom:checked+.checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    height: 8px;
    padding: 2px;
    transform: rotate(40deg);
    text-align: center;
    border: solid #000;
    border-width: 0 2px 2px 0;
}

.checkbox .checkbox-custom-label {
    line-height: 16px;
    font-weight: 400;
    font-size: .8rem!important;
    margin-right: 0;
    margin-left: 0;
}

.mar-tp35 {
    margin-top: 35px;
}

.group-details img {
    width: 100%;
}

.group-details {
    margin-bottom: 5px;
    border: 1px solid #f5f5f5;
}

.image-preview {
    padding-top: 5px;
    margin: auto
}

.error {
    font-size: 12px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: .8rem;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d1d3e2;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d1d3e2!important;
    border-radius: 8px!important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 13px!important;
    margin-top: 6px!important;
    padding: 0 10px!important;
}

.select2-container .select2-selection--multiple {
    min-height: 30px!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 8px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 44px;
    border-radius: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d1d3e2;
    outline: 0;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
    font-size: 16px;
}

.select2-results__option {
    font-size: 14px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%!important;
}

.btn-primary.btn-user {
    padding: 4px 10px;
}

.variant-form {
    padding: 20px;
}

.top-spac-30 {
    margin-top: 30px;
}

.add-value {
    display: none;
}

.variation-table {
    display: none;
    margin-top: 30px;
}

.ind-product {
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 40px;
}

.variation {
    background: #f5f5f5;
    padding: 40px;
}

.seo-popup-form {
    padding: 20px;
}

.input-group-append {
    margin-left: 0;
}

.multiselect.dropdown-toggle.btn.btn-default {
    border: 1px solid #d1d3e2!important;
    border-radius: 8px!important;
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 11px 10px;
}

.btn-group {
    width: 100%;
}

.dropdown-toggle::after {
    font-weight: 600;
    position: absolute;
    right: 15px;
}

.multiselect-container.dropdown-menu.show {
    width: 100%;
    padding: 10px 0;
}

.multiselect-container>li>a>label {
    padding: 4px 20px 4px 10px!important;
    font-size: 12px;
}

.light-lable {
    background: #090e2647;
    padding: 2px 20px;
    border-radius: 4px;
    color: #222;
    font-weight: 700;
}

.dark-label {
    background: #ebabc8;
    padding: 2px 20px;
    border-radius: 4px;
    color: #740074;
    font-weight: 700;
}

.content-snippet.order-tabs .nav-tabs .nav-item {
    margin-right: 10px;
}

.content-snippet.order-tabs .nav-tabs .nav-link {
    padding: 4px 8px;
    margin-right: 0px;
}

.content-snippet.order-tabs .nav-tabs .nav-item.last-item {
    margin-right: 0px;
}

.content-snippet.order-tabs .nav-tabs {
    margin-bottom: 6px;
}

.order-filter {
    margin-bottom: 30px;
}

.filter-dropdown.mb-20 {
    margin-bottom: 20px;
}

.order-top-bar {
    background: #f0d2e482;
    border-top: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.order-top-heading h4 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.order-top-heading h6 {
    font-size: 14px;
}

.order-top-heading h6 a {
    color: #740074;
    text-decoration: underline;
}

.schd-top-spac {
    margin-top: 30px;
}

.card.order-card .card-header {
    padding: 6px 6px 0 6px;
    background-color: transparent;
    border-bottom: none;
}

.card.order-card .card-title {
    margin-bottom: 0;
}

.product-div {
    margin-bottom: 0;
}

.card.order-card .card-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

.card.order-card .card-body {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.card.order-card.height1 {
    height: 360px;
}

.main-user-head {
    font-size: 14px!important;
    font-weight: 600;
    color: #222;
}

.main-amt-head {
    font-size: 18px!important;
    font-weight: 700;
    color: #222;
}

.sub-user-head {
    font-size: 14px;
}

.card.order-card.height2 {
    height: 490px;
}

.order-address {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.order-address span {
    font-weight: 600;
    color: #000;
}

.external-image {
    right: 0;
    opacity: 0.1;
    top: 0px;
}

.external-image img {
    width: 175px;
}

.hor-sep hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid #740074;
}

.middle-filter {
    margin-left: 30px;
    margin-right: 70px!important;
}

.order-filter .frm-date {
    margin-right: 20px;
}

.order-filter .coord-filter {
    margin-right: 20px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.order-details-left-spac1 {
    padding-left: 25px;
}

.order-details-left-spac2 {
    padding-left: 50px;
}

select.status-drop {
    height: calc(1.5em + 0.75rem + 0px);
    background-color: #f5f5f5;
    margin-left: 10px;
    padding-left: 6px;
    width: 60%;
}

.or-status-dropdwn form {
    display: flex;
    align-items: center;
}

.or-status-dropdwn form label {
    margin-bottom: 0;
}

.or-status-dropdwn {
    margin-bottom: 10px;
}

.table.add-more-table td,
.table.add-more-table th {
    vertical-align: middle;
}

#add-value-row1 {
    display: none;
}

#add-value-row2 {
    display: none;
}

.prod-in-wd {
    width: 200px;
}

.exter-link {
    color: #740074;
    text-decoration: underline;
    font-weight: 600;
}

.exter-link:hover {
    color: #740074;
}

.action-big-btn {
    margin-top: 6px;
}

.action-big-btn .btn {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 2px;
}

.form-control {
    font-size: .8rem;
}

select.paymnt {
    height: calc(1.5em + 0.75rem + 5px);
}

select.paymnt-method {
    width: 100px;
    padding-left: 6px;
}

.date-inp-wd {
    width: 100px;
}

.add-addrs-btn {
    margin-bottom: 15px;
}

.sumary-footer {
    display: flex;
    justify-content: space-between;
}

.external-link {
    color: #740074;
    text-decoration: underline;
}

.external-link:hover {
    color: #740074;
}

.re-points h4,
.instr-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.re-points h6 {
    color: #222;
    font-weight: 600;
}

.sep-br {
    border-right: 2px solid #e3e6f0;
}

.order-card table tr td.tp-br-none {
    border: none;
}

.order-instrc {
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    font-size: .8rem;
    border-radius: 8px;
    font-size: .9rem;
    padding: 10px;
    background-color: #f5f5f5;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.customer-details-btn {
    text-align: center;
    padding-top: 35px;
}

.radio-selection {
    display: flex;
}

.mr-4 {
    margin-right: 40px;
}

.or-status {
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    font-size: .8rem;
    font-weight: 400;
    line-height: 40px;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 10px;
    padding: 11px 10px;
    cursor: pointer;
}

form.user .att-name-checkboxes .custom-checkbox.small label.addre-checkbox {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

.pb0 {
    padding-bottom: 0;
}

.bold-label {
    font-size: 15px;
    font-weight: 600;
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 10px;
}

.refund-modal .modal-dialog {
    max-width: 750px;
}

.extern-sep-link {
    padding-top: 10px;
}

.extern-sep-link a {
    line-height: 20px;
}

.refund-details-modal .modal-dialog {
    max-width: 630px;
}

.filter-datepicker {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.frm-date .datepicker-dropdown {
    left: 50px!important;
}

.table-datepicker .datepicker-dropdown {
    left: 285px!important;
    top: 205px!important;
}

.table-datepicker .form-group {
    margin-bottom: 0;
}

.qty-wd {
    width: 60px;
}

.points-wd {
    width: 100%;
    text-align: right;
}

.orderCancelModal .modal-dialog {
    max-width: 650px;
}

select.contry-code {
    height: calc(1.5em + 0.75rem + 12px);
}

.disc-wd {
    width: 60px;
}

.status-btn {
    cursor: pointer;
    height: calc(1.5em + 0.75rem + 0px);
    background-color: #f5f5f5;
    margin-left: 10px;
    text-align: center;
    width: 60%;
    display: block;
    font-size: .8rem;
    font-weight: 400;
    line-height: 28px;
    color: #6e707e;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

textarea.form-control.instruction-text {
    font-size: 14px;
    color: #222;
}

.topbar .dropdown {
    margin-bottom: 0;
}

.order-head h4 {
    color: #222;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.product-details {
    display: flex;
}

.product-img {
    margin-right: 15px;
}

.product-info span {
    font-weight: 700;
}

.number {
    display: flex;
}

.minus,
.plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    line-height: 14px;
}

.number input {
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 4px;
}

.copy-table-btn {
    padding-bottom: 40px;
}

.view-options {
    position: absolute;
    top: 26px;
    right: 15px;
}

.view-options a {
    color: #740074;
    font-size: 20px;
}

.media-view-options a.table-view {
    margin-right: 10px;
}

.media-view-options a {
    color: #aaa;
    font-size: 20px;
}

.media-view-options a.active {
    color: #740074;
}

.media-view-options {
    text-align: end;
    margin-bottom: 20px;
}

.view-options a.table-view {
    margin-right: 10px;
}

.table-view-details {
    display: none;
}

.exprt-btn {
    text-align: right;
    margin-bottom: 20px;
}

.list-view-details .order-filter {
    margin-bottom: 0;
}

.cust-details-btn {
    background: #740074;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
}

.cust-details-btn:hover {
    color: #fff;
}

.TL-wrapper {
    padding: 14px;
    border: 2px solid #ccc;
    margin-bottom: 14px;
}

.timeline-horizontal {
    display: flex;
    padding: 25px 0 40px 0;
    margin-left: 40px;
}

.event {
    flex: 1 0 120px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.event .dot {
    display: flex;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.event:not(:last-child):after {
    content: "";
    border: 1px solid #ccc;
    position: absolute;
    width: calc(100% - 34px);
    top: 16px;
    left: 35px;
}

.event .stage-name {
    max-width: max(0px, calc((100% - 120px)*999));
    overflow: hidden;
    color: #740074;
    font-weight: 600;
    padding-top: 10px;
    line-height: 20px;
    margin-left: -15px;
}

.contained-in-width {
    width: 400px;
}

.event>div {
    width: 100%;
    display: flex;
}

.event.completed .dot {
    border-color: #740074;
}

.event.completed:not(:last-child):after {
    border-color: #ccc;
}

.event.current .dot {
    border-color: #740074;
    background-color: #740074;
}

.event.current .stage-name {
    max-width: none;
    overflow: initial;
}

.attr-values.filter-values {
    border: none;
}

.attr-values.filter-values .tags-value {
    background: #740074;
    color: #fff;
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
}

.inprocess-orstatus select {
    width: 160px;
    height: calc(1.5em + 0.75rem + 6px);
}

.or-status-dropdwn.inprocess-orstatus form label {
    margin-right: 10px;
}

.add-product-modal .modal-dialog {
    max-width: 950px;
}

.view-options.onhold-options {
    top: 10px;
}

.om-3 .view-options {
    position: absolute;
    top: -18px;
    right: 15px;
}

.om-3 .card.order-card.height1 {
    height: 360px;
}

.product-info a {
    color: #740074;
}

.par-order-summ .nav-tabs .nav-item {
    margin-right: 40px;
}

.par-order-summ .nav-tabs .nav-link.active {
    color: #222;
    background-color: #f3f4f7;
    border: 1px solid transparent;
}

.par-order-summ .nav-tabs .nav-link {
    padding: 10px 18px;
    margin-right: 0px;
}

.par-order-summ .nav-tabs .nav-link {
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    font-size: 16px;
}

.par-od .card.order-card.height1 {
    height: 360px;
}

.var-details {
    background: #f3f4f7;
    color: #740074;
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center;
}

.var-details h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.variation-action .actions-btns a {
    color: #740074;
    font-size: 18px;
    margin: 0 4px;
}

h4.box-head {
    background: #f5f5f5;
    color: #000;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 6px 4px 6px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.general-form {
    padding: 0 10px 4px 10px;
}

.disc-form {
    padding: 0px 10px 10px 10px;
}

.pt0 {
    padding-top: 0;
}

.shpng-form {
    padding: 0 10px;
}

.mb0 {
    margin-bottom: 0;
}


/* .edit-box-display{
  display: none;
} */


/* .variation-edit-delete{
  display: none;
} */

.select2-container {
    width: 100% !important;
}

.variation-edit-delete {
    padding-top: 5px;
}

.inventory-form {
    padding-bottom: 30px;
}

.edit-box-display2 {
    display: none;
}

.media-grid {
    margin-bottom: 15px;
}

.actions-btns a.mr10 {
    margin-right: 10px;
}

.media-grid h4 {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.load-btn {
    text-align: center;
    padding-top: 20px;
}

.tooltip {
    margin-top: -9%;
    margin-left: -50px;
    background: #740074;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    width: 180px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #740074 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.tooltip {
    display: none;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
    display: block;
}

.tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #740074 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.tooltip {
    display: none;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
    display: block;
}


/*image path on hover*/

.tooltip1 {
    margin-top: 0;
    margin-left: -0;
    position: absolute;
    top: -85px;
    left: -60px;
    background: #740074;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    width: 280px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

.tooltip1:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip1:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #740074 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.image-path-on-hover:hover .tooltip1 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.tooltip1 {
    display: none;
}

.image-path-on-hover:hover .tooltip1 {
    display: block;
}

.tooltip1:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip1:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #740074 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.image-path-on-hover:hover .tooltip1 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.tooltip1 {
    display: none;
}

.image-path-on-hover:hover .tooltip1 {
    display: block;
}

.image-path {
    position: relative;
}

.bulk-upload-btn {
    text-align: end;
    padding: 10px 10px 0px 10px;
}

.import-export-tabs {
    display: flex;
    padding: 25px 0;
}

.import-export-tabs a {
    border: 1px solid #d1d3e2;
    border-radius: 8px;
    font-size: 16px;
    color: #6e707e;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
}

.import-export-tabs a.active {
    background-color: #f3f4f7;
    border: 1px solid transparent;
    color: #740074
}

.mr15 {
    margin-right: 15px;
}

.mrt-tp-spac {
    margin-top: 35px;
}

.upload-details {
    padding-bottom: 40px;
}


/*.download-excel-btn{
  margin-top: 30px;
  }*/

.order-filter.mb0 {
    margin-bottom: 0;
}

.custom-pagination {
    display: inline-block;
    margin-top: 20px;
}

.custom-pagination a {
    color: black;
    float: left;
    padding: 6px 14px;
    text-decoration: none;
}

.custom-pagination a.active {
    background: #740074;
    color: #fff;
}

.pr-0 {
    padding-right: 0;
}

.viewgrid {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #740074;
    padding: 2px 6px;
    border-radius: 4px;
}

.viewgrid:hover {
    color: #fff;
}

.image-choose-box {
    border-radius: 8px;
    padding: 1rem 1rem;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 12px;
    font-weight: 400;
    line-height: 3px;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    cursor: pointer;
    margin-bottom: 0;
}

.add-images-modal .modal-dialog {
    max-width: 1000px;
}

.top-spac-adj {
    margin-top: 32px;
}

.selected-images ul {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-column-gap: 25px;
}

.selected-images ul li {
    display: inline-block;
}

.selected-images input[type="checkbox"] {
    display: none;
}

.selected-images label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 2px;
    cursor: pointer;
}

.selected-images #searched-items li p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-images label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #740074;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 9;
}

.selected-images label img {
    height: 200px;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.selected-images :checked+label {
    border-color: #ddd;
}

.selected-images :checked+label:before {
    content: "✓";
    background-color: #740074;
    transform: scale(1);
}

.selected-images :checked+label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.add-images-modal .modal-body {
    padding: 6px 10px;
}

.selected-images {
    padding-top: 4px;
}

.images-preview ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.images-preview ul li {
    display: inline-block;
    position: relative;
}

.images-preview ul li img {
    height: 100px !important;
    width: 100px !important;
    margin: 0;
}

.s3-image-upload {
    width: 70%;
}

.images-preview {
    padding-top: 8px;
}

.remove-image {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    background: #740074;
    border-radius: 4px;
    font-size: 12px!important;
    padding: 3px 4px;
    cursor: pointer;
}

.selected-images {
    max-height: 300px;
    overflow-y: auto;
}

.style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #E3CCE3;
}

.img-add-btn {
    margin-top: 4px;
}

.tabl-pad {
    padding: 0 20px;
}

.sub-group-head h5 {
    color: #222;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 0 4px 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    background-color: #E3CCE3;
    color: #740074;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #E3CCE3;
    color: #740074;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    margin: 2px 0rem;
    padding: 0.1rem 0.8rem;
}

.bootstrap-select>.dropdown-toggle:focus-visible {
    outline: none;
}

.word-br {
    word-break: break-word;
}

pre {
    margin-bottom: 0px;
    display: block;
    font-size: 0.9rem;
    color: #3a3b45;
}

.multiselect div label {
    margin-bottom: 0px;
}

.saddr-details {
    font-size: 12px;
    color: #222;
    margin-bottom: 4px;
}

.saddr-box {
    box-shadow: 0px 10px 20px #00000029;
    padding: 15px 15px 8px 15px;
    border-radius: 10px;
}

.add-addr {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.add-addr a {
    font-size: 18px;
    font-weight: 600;
    color: #740074;
}

.add-addr a:hover {
    text-decoration: none;
}

.add-addr a i {
    margin-right: 10px;
}

.address-modal-form .form-control {
    height: calc(1.5em + 0.75rem + 12px);
}

.saddr-details span {
    font-weight: 600;
    color: #000;
}

.table {
    margin-bottom: 0.4rem;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    margin: 10px;
    width: 318px;
    height: 256px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    /*text-align: center;*/
    /* box-shadow: 0 0 20px #c3c3c367;*/
    cursor: pointer;
}

.radio-btn>i {
    color: #ffffff;
    background-color: #740074;
    font-size: 12px;
    position: absolute;
    width: 25px;
    line-height: 16px;
    height: 25px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 6px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.radio-btn .hobbies-icon i {
    color: #FFDAE9;
    line-height: 80px;
    font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-radio input:checked+.radio-btn {
    border: 2px solid #740074;
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

.add-adr-box {
    padding-left: 0;
    margin-top: 14px;
}

.tooltip {
    margin-top: -6%;
    margin-left: -50px;
    background: #740074;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    width: 180px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #740074 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.content-snippet .nav-tabs .nav-link:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.paymnt-details:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.paymnt-details .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: none;
    border-bottom: solid #740074 10px;
    top: -9px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.paymnt-details .tooltip {
    margin-left: 0;
    width: 232px;
    left: -10px;
    padding: 4px 4px;
    font-size: 11px;
}

.order-data-card {
    background: transparent;
    border: none;
}

.order-data-card .card-body {
    padding: 0;
}

.order-data h5 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
}

.order-data h6 {
    font-size: 14px;
    font-weight: 600;
}

.order-data h6.green {
    color: #198754;
}

.order-data h6.orange {
    color: #FFBF00;
}

.order-data h6.blue {
    color: #57c9ff;
}

.order-data h6.green1 {
    color: #00A36C;
}

.order-data h6.green2 {
    color: #013220;
}

.order-data h6.red {
    color: #FF0000;
}

.order-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
}

.or-status-btn .border-btn,
.or-status-btn .btn-primary.btn-user {
    padding: 4px 10px;
}

.return-Modal .modal-dialog {
    max-width: 1426px;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border-radius: 5px !important;
    height: 34px !important;
}

select {
    height: calc(1.5em + 0.75rem + 4px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e;
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

footer.sticky-footer {
    padding: 1rem 0;
}

.scroll-to-top {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 28px;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.sidebar .nav-item .nav-link i.dashboard-icon {
    font-size: 0.75rem;
    margin-right: 0px;
}

.or-status-btn {
    padding-bottom: 6px;
}

.addpaymentbutton {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 25px;
}

.table td,
.table th {
    padding: 0.5rem;
}

.table th {
    line-height: 16px;
}

.card-body {
    padding: 6px 10px 6px;
    ;
}

.page-link {
    padding: 0.3rem 0.75rem
}

.tooltip {
    font-size: 12px;
    line-height: 1.2;
}

.modal-body {
    padding: 0.8rem;
}

.modal-footer {
    padding: 0 0 4px 0;
    border-top: none;
}

p {
    margin-bottom: 0rem;
}

.form-group {
    margin-bottom: 0.2rem;
}

.sub-group-head {
    padding-left: 10px;
}

.design-section .col-lg-2 {
    flex: 0 0 10.66667%;
    max-width: 10.66667%;
    padding-right: 0px;
}

.att-name-checkboxes .col-sm-2 {
    flex: 0 0 12.66667%;
    max-width: 12.66667%;
}

.stat-card .card-body {
    padding: 0.2rem 1rem;
}

.stat-card img {
    width: 36px;
}

.to-datepicker .datepicker-dropdown {
    left: 35%!important;
}

.date-input {
    width: 160px;
}

.cust-ht {
    margin-top: 30px;
}

.cust-ht {
    height: 32px;
}

.custom-pad {
    padding: 8px;
}

body {
    overflow-x: hidden;
}