@font-face {
    font-family: logofont;
    src: url("./fonts/prometheanbold.ttf") format("opentype");
}
html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    background: #eaeaea;
    color: #1f1f26;
}
a {
    color: #6c7293;
    text-decoration: none;
}
a:hover {
    color: #22b9ff;
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.text-muted {
    color: #bbc3cb!important;
}
.btn {
    cursor: pointer;
}
.card-header {
    border-bottom: 0px;
    padding: 0px 20px;
    background: #f3f7fd;
}
.form-label {
    margin-top: 16px;
    margin-bottom: 2px;
    color: #5e647c;
    font-size: 13px;
}
.form-error {
    color: #dc3545!important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  /* display: none; */
  background-image: linear-gradient(90deg, #a000b8, #093c6f) !important;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  /* transition: background 0.5s; */
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.we-menu {
    position: fixed;
    background-image: linear-gradient(90deg, #a000b8, #093c6f) !important;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    /* transition: background 0.5s; */
    z-index: 11;
  }

/* jquery UI - autocomplete */
.ui-autocomplete {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    color: #000;
    list-style-type: none;
    padding: 0px !important;
    z-index: 999999;
    border: 1px solid #ced4da;
}

.ui-autocomplete li {
    cursor: pointer;
    padding: 5px !important
}

.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
}

.f8{font-size: 8px;}
.f10{font-size: 10px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f25{font-size: 25px;}
.f30{font-size: 30px;}

.daterangepicker{
    margin-top: 0px !important;
}


.navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 70px;
}

.form-select, .form-control {
    border-radius: 0px;
}
input.noarrows::-webkit-outer-spin-button,
    input.noarrows::-webkit-inner-spin-button {
        display: none;
}

.we-dropdown-menu.show {
    display: flex;
    right: 0px;
    left: auto;
}

.we-dropdown-menu ul {
    padding-left: 1rem;
    padding-right: 1rem;
}



.image-upload {
    border: 1px dashed rgba(145, 158, 171, 0.32);
    position: relative;
    border-radius: 5px;
}

.image-upload input[type="file"] {
    width: 100%;
    opacity: 0;
    height: 100px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.image-upload .image-uploads {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
}

.image-upload .image-uploads h4 {
    font-size: 14px;
    font-weight: 600;
    color: #999;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.image-preview .image-container {
    position: relative;
    width: 137px;
    border-radius: 10px;
    border: 1px solid var(--Stroke,rgba(145,158,171,0.3));
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}

.image-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    padding: 10px;
}

.image-radio {
    position: absolute;
    top: 5px;
    left: 5px;
}

.remove-image {
    position: absolute;
    right: 3px;
    top: 3px;
    background: red;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center
}

hr{
    color:rgb(199,199,201)
}

.form-select, .form-control,select.form-control {
    height: 33px;
    border-radius: 5px;
    padding: .375rem 1rem;
    border: 1px solid #dedede;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 5px;
    padding: 0rem 0.5rem;
    border: 1px solid #dedede;
}

.btn-warning, .btn-primary, .btn-info, .btn-success, .btn-secondary {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #f9f9fb !important;
    padding: 4px 15px;
}
.btn-warning:hover, .btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover, .btn.active, .btn.show, .btn:first-child:active {
    background: #2266CB;
    border-color: #2266CB;
    color: #f9f9fb !important;
}
.btn-outline-warning, .btn-outline-primary, .btn-outline-info, .btn-outline-success, .btn-outline-secondary {
    color: #1a73e8;
    border-color: #1a73e8;
    padding: 4px 15px;
}
.btn-outline-warning:hover, .btn-outline-primary:hover, .btn-outline-secondary:hover, .btn-outline-info:hover, .btn-outline-success:hover {
    background: #2266CB;
    border-color: #2266CB;
    color: #f9f9fb !important;
}
.btn-check:checked+.btn, :not(.btn-check)+.btn:active , .btn-check+.btn:hover {
    background: #1a73e8;
    color: #f9f9fb !important;
    border-color: #1a73e8;
    padding: 4px 15px;
}
.table thead {
    background: #f3f7fd;
}
.bg-light {
    background: #f9fcff !important;
}
.table th {
    font-weight: 500;
}

.we-icon {
  background: -webkit-linear-gradient(#a000b8, #093c6f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.we-gradient {
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #a000b8, #4386ca), linear-gradient(to right, white, white);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.navbar{
    background-image: linear-gradient(90deg, #a000b8, #093c6f) !important;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #ffffff;
}
.navbar .nav-link {
    color: #ffffff;
    padding-bottom: 2px;
}

.add-tax, .add-brand, .add-category {
    border-radius: 5px;
    border: 1px solid #dedede;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #0c0a0a;
    font-size: 14px;
}

.sidebar {
    background-color: #343a40;
    border: 0px;
    transition: transform 0.3s ease, width 0.3s ease;
}

.sidebar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.sidebar .nav-link img{
    display: inline-block;
    width: 22px;
}

.nav-link-text{
    font-size: 12px;
}

.sidebar.collapsed {
    width: 60px;
    transition: transform 0.3s ease, width 0.3s ease;
}

.sidebar.collapsed span {
    display: none;
}

.sidebar.collapsed + .main-content {
    transition: transform 0.3s ease, width 0.3s ease;
}

.sidebar.collapsed #collapseSidebar{
    padding: 10px !important;

}
.sidebar.collapsed .nav-link{
    justify-content: center !important;
}

.navbar .container-fluid {
    z-index: 5;
}

.navbar .bg-gradient{
    background: linear-gradient(90deg, #a000b8, #093c6f) !important;
}

.navbar-toggler {
    border-color: #ffffff;
}

 /* select2 */

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px);
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 5px;
    background: #f4f4f4;
    height: 33.5px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px);
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 5px;
    background: #f4f4f4;
    height: 33.5px;
}

span.select2{
    width: 100% !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    background-color: #fff;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
    line-height: 32px;
}
.form-control-sm, .select2-container.select2-container--default{
    min-height: calc(1.5em + 0.5rem + 5px);
    margin: 0;
}
.total-highlight, .fw-bold, b, strong{
    font-weight: 600 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    max-width:100% !important;
    text-wrap: wrap;
}
.select2-container--default .select2-selection--multiple{
    height: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.dropdown-toggle::after {
    display: none;
}

.form-check-label{
    color: #5e647c;
    font-size: 13px;
}
.modal-header{
    background-image: linear-gradient(90deg, #a000b8, #093c6f) !important;
    color:#ffffff;
}
.btn-close, .btn-close:hover{
    color:#ffffff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.highighted{
    background: #2266CB;
    color: #f9f9fb !important;
    padding: 6px;
    font-weight: bold;
}

.input-group .btn:hover {
    border: 1px solid #dedede;
}

table td a{
    padding: 4px 6px !important;
}

/* Background Color */
.bg-primary-subtle{
    background-color: #e6e2fe; 
}

.bg-secondary-subtle{
    background-color:#e0ecfd;
}

.bg-success-subtle{
    background-color:#ddf8eb; 
}

.bg-warning-subtle{
    background-color: #fef8e4;
}

.bg-danger-subtle{
    background-color: #fee8e8;
}
.bg-info-subtle{
    background-color: #e1f5f9; 
}

.bg-dark-subtle{
    background-color: #e9ebec;
}

.bg-light-subtle{
    background-color: #f9fbfc;
}

.bg-danger-table{
    background-color: #fff5f59e;
}

.bg-success-table{
    background-color:#ddf8eb96; 
}
.bg-warning-table {
    background-color:#fff5d53d; 
}

 /* dashboard revenue card color */
.bg-dashboard-purple{
    background-color: #FBF5FE;
}

.bg-purple{
    background-color: #ECDDF6;
}

.bg-dashboard-green{
    background-color: #F2F9F9;
}

.bg-green{
    background-color: #D0E7E4;
} 

.bg-dashboard-orange{
    background-color: #FCF8F5;
}

.bg-orange{
    background-color: #FBE7E0;
}

.bg-dashboard-blue{
    background-color: #F4F7FF;
}

.bg-blue{
    background-color: #D6E0F8;
}


.badge{
    padding:0.5rem 1rem;
    /* border-radius: 4px 20px 20px 4px; */
    color: #635bff;
    background-color: #dddbff;
    border-color: #635bff;
}
.badge-danger {
    color: #ff6692;
    background-color: #ffccdb;
    border-color: #ff6692;
}
.badge-success {
    color: #36c76c;
    background-color: #ebfaf0;
    border-color: #36c76c;
}
.badge-primary {
    color: #635bff;
    background-color: #dddbff;
    border-color: #635bff;
}
.badge-warning {
    color: #f8c20a;
    background-color: #fff9e5;
    border-color: #f8c20a;
}

input.form-control[readonly] {
    background: #f3f7fd;
}

/* Redirect Back to admin login button */
.admin-redirect {
    position: fixed;
    background-image: linear-gradient(90deg, #a000b8, #093c6f) !important;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    z-index: 11;
}
  
.admin-redirect img {
    padding-top: 12px;
    width: 22px;
}

.avatar {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-left: 10px;
}
.navbar-nav .nav-item.active .nav-link:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid #ff7000;
}

.transaction-shortcut.dropdown-toggle::after {
    content: none !important;  
}

.dropdown-item.active {
    position: relative;
    color: black;
    background-color:unset !important;
}

.dropdown-item.active::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
    border-bottom: 2px solid #ff7000;
}

.isActivity {
    border-right: 10px solid #a000b8;
}


/* Category Search css */

.category-scroller {
    display: flex;
    overflow-x: auto;
    flex-wrap: wrap;
    padding: 5px 10px;
    gap: 5px;
    font-size:12px;
}

.category-scroller::-webkit-scrollbar {
    height: 6px;
}

.category-scroller::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.category-card {
    flex: 0 0 auto;
    border: none;
}

.category-button {
    background-color: #f6f1f14f;
    border: 1px solid #f6f5f5;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}


.category-button:hover {
    background-color: #e1e1e1;
}

.search-category.active {
    background: #44258c;
    color: #ffffff;
    font-weight: 500;
}

.we-select {
  padding-right: 30px;
  padding-left: 5px;
}