@font-face {
    font-family: 'Exo 2';
    src: url('assets/font/Exo/Exo2-Regular.woff2') format('woff2'),
        url('assets/font/Exo/Exo2-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    /*font-family: 'Exo 2';*/
    width: 100%;
    overflow-x: hidden;
}
.app-content .card-body.py-3 {
    padding: 20px 15px !IMPORTANT;
    width:100%;
}
.dataTables_scrollHead thead {
    display: none;
}
.app-content thead {
    background: #401574;
    text-align: center;
}
.app-content thead th {
    color: #fff !important;
    text-align: center !important;
    padding: 10px !important;
}
.app-content tbody td {
    padding: 10px !important;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0;
    border-top: 0;
}
.app-content tbody tr {
    border-bottom: 1px solid #dedede !important;
}
.app-content td a {
    text-align: center;
    font-size: 12px !IMPORTANT;
    color: #000;
}
.app-content td a i {
    display: grid;
    font-size: 15px;
    color: #000;
    margin: 0 15px;
}

.app-content .title h2 {
    color: #000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.deleteModal i {
    font-size: 27px;
    border: 1px solid #b30505;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #b30505;
}
.deleteModal {
    text-align: center;
}
.deleteModal .modal-body {
    padding: 30px;
    text-align: center;
}
.deleteModal p {
    font-size: 14px;
}
.delebtn {
    margin-top: 20px !important;
    margin: 0 15px;
    font-size: 14px !Important;
    color: #fff !Important;
    padding: 5px 20px !important;
    height: 35px;
}
.green {
    background: #2b8d0b!Important;
}
.red {
    background: #b30505 !Important;
}
.editPage .card-body, .viewPage .card-body {
    margin: 0 auto;
}
.editPage .col-md-10, .viewPage .col-md-10 {
    margin: 0 auto;
}
.editPage, .viewPage {
    padding: 30px 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    height: 40px!important;
    font-size: 15px !important;
    opacity: 1;
    color: #000;
}
.form-control-label {
    height: 30px !important;
    font-size: 15px !important;
}
.form-group label {
    font-size: 15px !important;
    font-weight: 600;
}
.savebtn {
    padding: 10px !important;
    margin: 0 10px;
    margin-top: 20px;
    font-size: 17px !IMPORTANT;
    min-width: 100px;
}
.Cancelbtn {
    color: #fff !important;
    background: #9f9c9c !important;
    padding: 10px !important;
    margin: 0 10px;
    margin-top: 20px;
    font-size: 17px !IMPORTANT;
    min-width: 100px;
}
.editPage .btn a {
    color: #fff;
}
.table-responh2sive .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #391164 !important;
    color: #fff !important;
    border: 1px solid #391164;
}
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #391164 !important;
    color: #fff !important;
    border: 1px solid #391164;
}
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: #391164 !important;
    color: #fff !important;
    border: 1px solid #391164;
}
.app-content .app-container .d-flex {
    padding: 0 !important;
}
.app-content .viewPage .card-body {
    width: 100%;
}
.viewitle ul {
    margin-bottom: 0;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
}
.viewitle ul li {
    height: 55px;
    line-height: 3.5;
}
.viewitle {
    border-right: 2px solid #c1bdbd;
}
.viewdata ul {
    font-size: 15px;
    color: #646464;
    padding-left: 10px;
    list-style: none;
}
/* .viewdata li {
    border-bottom: 1px solid #707070;
    height: 55px;
    line-height: 3.5;
    padding-left: 10px;
} */
 .viewdata li {
     border-bottom: 1px solid #707070;
     height: 55px;
     overflow-x: hidden;
     padding: 15px 0;
 }
.Cancelbtn a {
    color: #fff;
}
.Cancelbtn a:hover {
    color: #fff;
}
.app-content {
    padding-bottom: 0;
}
.card {
    margin-bottom: 40px !IMPORTANT;
}
.actions a.btn.btn-primary {
    font-weight: normal !IMPORTANT;
    padding: 5px 10px !important;
    font-size: 11px !important;
}
.actions button.close {
    float: left;
}
.app-header {
    z-index: 99 !important;
    position: relative;
}
.images img {
    width: 80px;
    margin:  0 auto;
}
.actions a {
    display: inherit;
    align-items: center;
}
textarea.form-control {
    height: 200px !IMPORTANT;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
}
.box {
      display: block;
    height: 250px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    margin: 0 0 1rem;
/*    padding: 0.5rem;
    border: 1px solid #cacaca;*/
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
}
.upload-options {
    position: absolute;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color 150ms ease-in-out 0s;
    bottom: 0px;
    width: 20%;
    left: 0px;
    color: var(--kt-primary-inverse);
    border: 0;
    background-image: linear-gradient(140deg,#31169f, #8235b5, #af46c1);
}
.upload-options:hover {
    background-color: #7fb1b3;
}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.upload-options label::after {
    content: "Browse";
    position: absolute;
    font-size: 17px;
    top: calc(50% - 1.1rem);
    left: calc(50% - 2rem);
    z-index: 0;
    border: 0;
    color: #fff;
}
.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.upload-options label span:hover i.material-icons {
    color: lightgray;
}
.js--image-preview {
    height: 185px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.js--image-preview::after {
    content: '';
    position: relative;
    font-size: 4.5em;
    color: #e6e6e6;
    top: calc(50% - 3rem);
    left: calc(50% - 2.25rem);
    z-index: 0;
}
.js--image-preview.js--no-default::after {
    display: none;
}
.js--image-preview:nth-child(2) {
    background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}
.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.description {
    height: 160px !IMPORTANT;
}
li.viewImg {
    height: 130px!Important;
    width: 200px;
    margin: 20px 0;
}
.app-sidebar-menu .menu-icon:after {
    content: '';
    display: none;
}
.manage-order .nav-tabs {
    margin-left: 0;
    border-bottom: 1px solid #bdebfc;
}
.manage-order .nav-link {
    color: #b1abab;
    border-bottom: 1px solid #bdebfc;
    width: 175px;
    height: 40px;
    font-size: 12px;
}
.manage-order .nav-tabs .nav-item.show .nav-link, .manage-order .nav-tabs .nav-link.active {
    color: #3b1369;
    background: #bdebfc;
    font-weight: bold;
    border-color: #bdebfc;
}
.dataTables_sizing {
    overflow: visible !IMPORTANT;
    height: 30px !IMPORTANT;
    display: flex;
    align-items: center;
    justify-content: center;
}
tr.even {
    background-color: #f1f1f1 !IMPORTANT;
}
tr.odd {
    background: #ebebeb;
}
.odd td.sorting_1 {
    background: #ebebeb;
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: none !Important;
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none !Important;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background: #e8e8e8 !Important;
    box-shadow: none !Important;
}
.form-check-custom {
    display: flex;
    padding-left: 0 !IMPORTANT;
    justify-content: center;
}
.manage-order .nav-tabs .nav-link:hover {
    color: #3b1369;
    background: #bdebfc;
    font-weight: bold;
    border-color: #bdebfc;
}
td.linkedin-account a {
    margin-bottom: 2px!important;
    font-size: 13px !important;
    width: 100%;
    margin: auto 5px;
    line-height: 3;
}
.linkedin-account a.linkedin {
    color: #fff;
    background: #b1aeae;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 1;
}

td {
    font-size: 13px !important;
    font-weight: 400 !important;
}
.dataTables_length label, .dataTables_filter label {
    font-size: 15px;
}
.address p {
    margin: 0;
    overflow: hidden;
    margin-bottom: 7px !important;
    font-size: 13px;
}
td.actions {
    min-width: 200px;
}
.viewBtn a {
    color: #fff !important;
    background: #b1aeae;
    padding: 7px 12px;
    border-radius: 15px;
    line-height: 1;
}
.dashboard {
    align-items: end;
}
.dashboard a {
    color: #000;
    font-weight: bold;
}
a.viewbtn2 {
    border-radius: 15px;
    background: #999;
    padding: 5px 15px;
    color: #fff;
    margin-left: 5px;
}
a.viewbtn2:hover {
    color: #fff;
}
/*select.form-control {
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
}
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}*/
/*.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}*/
/*.select2-results__option[aria-selected=true]:before {
  font-family:
  fontAwesome;
  content: "\f00c";
  color: #4d1b8d;
  background-color: #bdebfc;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
 select with icons badges single
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
 	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	 content: "" !important;
}
.select-icon  .select2-search--dropdown {
	display: none;
}
.js-select2 {}span.select2-selection.select2-selection--multiple.form-control.js-select2 {
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    height: 40px !IMPORTANT;
    min-height: auto;
    line-height: 2;
    display: flex;
}
.select2-results__option {
    color: #000 !IMPORTANT;
    font-size: 15px;
    padding: 3px 15px!important;
}
.select2-container .select2-search--inline .select2-search__field {
    min-height: 40px !important;
    line-height: 2.5 !important;
}
span.select2-search.select2-search--inline {
    height: 40px;
    line-height: 2 !IMPORTANT;
    display: flex !IMPORTANT;
}*/
.close {
    font-weight: 400 !important;
}
.mail p {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 0;
}
.mail .modal-body {
    padding: 10px 20px 20px;
}
.mail label {
    font-size: 16px !IMPORTANT;
}
.mail button.btn.btn-primary.savebtn, .mail-report button.btn.btn-primary.savebtn {
    margin: 0;
    padding: 7px  !IMPORTANT;
}
.mail a {
    color: #fff;
    font-size: 15px;
}
.modal span {
    font-size: 30px;
}
span.select2-selection.select2-selection--single.form-control{
    line-height: 2!Important;
    border-radius: 0!Important;
}
.singleSelect .select2-results__option:before {
    content:'';
    border-radius: 50px;
    border: 6px solid #e9e9e9;
}
.singleSelect .select2-results__option[aria-selected=true]:before {
    content:'';
    border-radius: 50px;
    border: 6px solid #e9e9e9;
    background: #531f99;
}
.description p {
    margin: 10px 0;
}
.onoffswitch {
    width: 88px;
    position: relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    height: 34px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*border: 2px solid #999999;*/
    border-radius: 20px;
    height: 22px !IMPORTANT;
    width: 85%;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Published";
    padding-left: 7px;
    background-color: green;
    color: #FFFFFF;
    font-size: 8px;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "Unpublished";
    padding-right: 4px;
    background-color: gray;
    color: #FFFFFF;
    text-align: right;
    font-size: 8px;
}
.onoffswitch-switch {
    height: 18px;
    display: block;
    width: 18px;
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 59px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 3px;
}
.dtr-control::before {
    display: none !important;
    content: '' !IMPORTANT;
}
.dtr-hidden {
    display: block !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border: 0;
    border-radius: 0 !IMPORTANT;
    background-color: #fefefe;
    margin-bottom: 10px !IMPORTANT;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !Important;
}
.switch_btn .onoffswitch {
    width: 112px;
    position: relative;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    height: 40px;
    margin: 12px auto 0;
}
.switch_btn .onoffswitch-checkbox {
    display: none;
}
.switch_btn .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*border: 2px solid #999999;*/
    border-radius: 20px;
    height: 34px !Important;
    width: 100%;
}
.switch_btn .onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.switch_btn .onoffswitch-inner:before, .switch_btn .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.switch_btn .onoffswitch-inner:before {
    content: "Published";
    padding-left: 7px;
    background-color: green;
    color: #FFFFFF;
    font-size: 12px;
    text-align: left;
}
.switch_btn .onoffswitch-inner:after {
    content: "Unpublished";
    padding-right: 4px;
    background-color: gray;
    color: #FFFFFF;
    text-align: right;
    font-size: 11px;
}
.switch_btn .onoffswitch-switch {
    height: 34px;
    display: block;
    width: 34px;
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 71px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.switch_btn .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.switch_btn .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: -6px;
}
.switch_btn {
    display: flex;
    align-items: end;
    justify-content: center;
}
.tag .modal-body {
    height: 200px;
}
button.close {
    display: flex;
    justify-content: end;
    align-items: center;
}
.modal-content {
    padding: 10px;
}
span.select2::before {
    font-size: 15px;
    content: '\f0d7';
    position: absolute;
    right: 8px;
    font-weight: bold;
    font-family: 'FontAwesome';
    top: 9px;
}
.mail-report p {
    font-size: 20px;
    margin-top: 10px;
}
.mail-report button.close {
    padding: 5px 10px;
}
.modal-header {
    padding: 0;
    border: 0;
}
table p {
    margin: 2px;
    font-size: 14px;
}
h2.title1 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 15px;
}
.mail-report .form-group:nth-child(1) {
    padding-left: 0;
}
.mail-report .form-group:nth-child(2) {
    padding-right: 0;
}
.mail-report .form-group:nth-child(3) {
    padding-left: 0;
}
.savebtn a {
    color: #fff;
}
/*#Last-order td.actions, #processing-order td.actions, #delivered-order td.actions, #delete-order td.actions, #cancle-order td.actions, #refund-order td.actions {
    min-height: 100px;
}*/
.message-inqueries-hindi h2, .message-inqueries-english h2 {
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: bold;
}
.rdai {
  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;
}
.rdai input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.rdai .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.rdai:hover input ~ .checkmark {
  background-color: #ccc;
}
.rdai input:checked ~ .checkmark {
  background-color: #702eb0;
}
.rdai .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.rdai input:checked ~ .checkmark:after {
  display: block;
}
.rdai .checkmark:after {
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.savebtn a:hover {
    color: #fff;
}
.radio-btn {
    display: flex;
    align-items: center;
}
.radio-btn label.rdai {
    margin: 0 15px;
}
.radio-btn label.rdai:first-child {
    margin-left: 0;
}
.streaming-form {
    margin: 0 auto;
}
.radio-btns .radio-btns h4 {
    font-size: 16px;
    margin-top: 10px;
}
.radio-btns .rdai .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.radio-btns .rdai .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-btns {
    display: block;
}
.radio-btns label.rdai {
    display: revert;
    align-items: center;
    padding-left: 25px;
    margin-right: 5px;
    line-height: 2;
    font-weight: normal;
}
a.add {
    color: #0e3de9 !IMPORTANT;
}
.mng-show h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
}
.action-icon {
    display: inline-block;
    justify-content: center;
}
.order-view .card {
    background: #dfdcdc;
}
.order-account h2, .add-info h2, .payment h2, .item-order h2, .total-order h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
}
.order-account h3, .total-order h3{
    font-size: 16px;
    margin: 15px 0;
}
.box-txt {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.box-txt p {
    margin: 0;
}
.add-info h4 {
    font-size: 15px;
    font-weight: bold;
}
.add-info h4 a {
    color: #6056ff;
}
.billing p, .shipping p {
    font-size: 20px;
}
.add-info, .order-account, .payment, .item-order, .total-order {
    margin-bottom: 25px;
}
.item-order tr {
    background: transparent !important;
}
.item-order th {text-align: center;border-bottom: 1px solid #d1cccc;}
.item-order tbody {
    background: transparent;
    border: 0;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #8c39b7;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #8c39b7;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.total-order textarea.form-control {
    border-radius: 0;
    height: 100px !IMPORTANT;
}
.box-txt-bg {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.box-txt-bg p {
    margin: 0;
    font-size: 14px;
}
.box-txt-1 p {
    margin: 0;
    font-size: 14px;
}
.box-txt-1 {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#chartdiv, #chartdiv2, #chartdiv3, #chartdiv4 {
  width: 100%;
  height: 200px;
}
canvas:nth-child(2) {
    display: none;
}
.pie-chart {
    margin-top: 20px;
}
canvas:nth-child(1) {
    height: auto !IMPORTANT;
    width: 180px !Important;
}
#chartdiv p, #chartdiv2 p, #chartdiv3 p, #chartdiv4 p{
    text-align: center;
    height:50px;
}
.close:hover {
    opacity: 1 !IMPORTANT;
}
/*.app-container a.btn.btn-sm.fw-bold.btn-primary {
    pointer-events: none;
}*/

.select2-container--bootstrap5 .select2-selection__clear:hover{background-color: transparent!important;}
.btn.btn-active-light-primary:hover:not(.btn-active){color: inherit;}
.spinner-wrapper{
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overflow{overflow: hidden;}
.btn-primary a {
    color: #fff !IMPORTANT;
}
.radio-btns h4 {
    font-size: 17px !IMPORTANT;
    font-weight: 600;
}
.chartWrap {
    background: transparent;
}
.chartWrap rect.highcharts-background {
    height: 200px;
    fill: none;
}
.chartWrap svg.highcharts-root {
    height: auto;
}
.chartWrap .highcharts-container {
    height: 300px !important;
}
.chartWrap p {
    text-align: center;
    font-size: 17px;
}
.btn.btn-secondary:first-child {
    margin-left: 0;
}

/*====pankaj*/
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #23212136;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #933bb9;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 2px solid #aaa;
}
.select2-container--default .select2-selection--multiple {
	border:1px solid #cacaca;
	margin-bottom: 10px;
	padding-bottom:0px;
	background-color:transparent;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
	border-radius: 6px;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border: none;
    border: 1px solid #000;
}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
li.select2-results__option.select2-results__message:before {
    display: none;
}
.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
    color: #7E8299;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f6fa;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    list-style: none;
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: #e4e6ef;
    border-radius: 0.475rem;
    padding: 0.1rem 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border: none;
    padding: 5px;
    padding-left: 20px;
    font-family: sans-serif;
    min-width: 22%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cacaca;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #5e6278;
    cursor: pointer;
    display: block;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 20px;
    color: #cacaca!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #cacaca!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    width: 100%!important;
    height: 36.5px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin: 0;
    padding-left: 2px;
    padding-right: 20px;
    display: flex;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width:80px !important;
    margin-bottom:0;
}
span.select2::before{
    right:18px;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-results__option[aria-selected=true]{
    color:#000;
}
.w-24{
    width: 24%;
}
.singleSelect .select_cat .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    min-width: 35%!important;
}
span.select2-selection__arrow {
    display: none;
}
.singleSelect span.select2::before {
    top: 50%;
    padding-bottom: 10px;
}
.popup-button {
  color: #fff;
  background-size: 200% auto;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;;
  background-image: linear-gradient(319deg,#af46c1, #270e8d, #af46c1) !Important;
  transition: 0.5s ease-in-out;
}
.popup-button:hover {
  background-position: right center;
  transition: 0.2s ease-in-out;
}
.h-60px {
    height: 60px !important;
}
.status1 ~ .select2-container--default .select2-selection--single {
    border: 0;
}
.menu a.menu-link {
    color: #000 !IMPORTANT;
}

/* ======browse-btn======== */
.upload-optiontwo label::after {
    content: "Browse";
    position: absolute;
    font-size: 17px;
    top: 30px;
    left: 0;
    z-index: 0;
    border: 0;
    color: #fff;
    background-image: linear-gradient(140deg,#31169f, #8235b5, #af46c1);
    width: 14%;
    text-align: center;
    height: 35px;
    padding-top: 3px;
}
.upload-optiontwo input {
    position: absolute;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color 150ms ease-in-out 0s;
    bottom: -50px;
    width: 14%;
    left: 0px;
    /* color: var(--kt-primary-inverse); */
    border: 0;
    background-image: linear-gradient(140deg,#31169f, #8235b5, #af46c1);
}
.upload-optiontwo {
    position: relative;
}
.upload-optiontwo input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form-control {
    border: 1px solid #00000061;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 2px solid rgb(0 0 0 / 55%);
}
.toast-error{
    font-size: 14px
}
.toast-success{
    font-size: 14px
}
/* =====end====== */
.manage-order .manage_category-tabs .nav-link {
    width: 100px;
}
div#mng_shop1 {
    position: relative;
}
.add-product.d-flex {
    top: -46px;
    position: absolute;
}
.d-flex.create-discount {
    position: absolute;
    top: 68px;
    right: 16px;
}
#kt_app_content_container .card {
    overflow-x: auto !important;
}


