
@font-face {
  font-family: moonlineA_1;
  src: url("Helvetica Moonline A_1.ttf");
}
@font-face {
  font-family: moonlineB_2;
  src: url("Helvetica Moonline B_2.ttf");
}
@font-face {
  font-family: moonlineC_3;
  src: url("Helvetica Moonline C_2.ttf");
}



body{
    font-family: moonlineB_2;    
    font-size:12px;
	color: #000;
	background: #f6f9ff;
	direction: rtl;
    text-align: right;
}

.moonlineA_1{
  font-family: moonlineA_1;    
}
.moonlineC_3{
    font-family: moonlineC_3;    
}
.moonlineB_2{
    font-family: moonlineB_2;    
}
*{
    font-family: moonlineC_3;
    font-size:16px;
}


.pagetitle {
  margin:83px 20px 0 0;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 65px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  border: none;
}
section.section.dashboard .card {
    margin: 15px 0;
}
.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
}
a.nav-link.collapsed span {
    width: 100%;
}
ul.nav-content li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    background: #f0f0f0;
    margin-right: 13px;
    border-radius: 6px;
    margin-bottom: 3px;
}
ul.nav-content li i {
    margin: 0 5px 0 10px;
    font-size: 8px;
    line-height: 3;
}
ul.nav-content li:hover {
    cursor: pointer;
    background: #f6f9ff;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}


.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

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

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 48px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 20;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  direction: ltr;
  justify-content: space-between;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 19;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
    justify-content: space-between;
    direction: ltr;
	cursor: pointer;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .info-card h5 {
    font-size: 15px;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 13px;
}
.card-icon i {
    font-size: 36px;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}


.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}

.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-info {
	margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
	background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
	font-weight: bold;
}

/* TABLE */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}

.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}

.datatable-table th a {
	text-decoration: none;
	color: inherit;
}

.datatable-table th button,
.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}


.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}


small{
    font-family: moonlineB_2;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}


.loading {
  position: fixed;
  z-index: 999;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.at-item {
    width: 130px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    border: solid 1px #c4c4c4;
    margin: 7px;
    background-color: #ffffff;
    animation-name: flip-in-diagonal-bl;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
}
@keyframes flip-in-diagonal-bl {
  0%{
    -webkit-transform: rotate3d(1,1,0,80deg);
    transform: rotate3d(1,1,0,80deg);
    opacity: 0;
  }
  100%{
    -webkit-transform: rotate3d(1,1,0,0deg);
    transform: rotate3d(1,1,0,0deg);
    opacity: 1;
  }
}
img.addp.imgdfo {
    width: 55px;
    display: inline-block;
}
i.dcv {
    position: absolute;
    left: 4px;
    font-size: 27px;
    top: 3px;
	cursor:pointer;
}
div.form-control {
    margin: 6px;
    width: 96%;
}
.ereor {
    position: absolute;
    left: 15px;
    top: 8px;
    height: 35px;
    width: 185px;
    color: #F00;
    font-size: 10px;
	display:none;
}
.tybn i {
    font-size: 18px;
}
.tybn {
    padding: 2px;
    height: 25px;
    min-width: 40px;
    margin: 0 2px;
}
.formsty{
	margin: 4px 0;
    background: #0000004a;
    color: #FFF;
    width: 80%;
    display: inline-block;
    border-radius: 100px;
    padding: 1px;
}
.swal-text {
    text-align: center !important;
}
b.inform {
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
    color: #6cffeb;
    border-radius: 100%;
    border: solid 2px #000;
}
.sdfe2{
	background: #ffdca7;
    border-radius: 10px;
    margin: 5px 4px 4px 7px;
    line-height: 5px;
    padding: 15px 10px 10px 10px;
}
.formTitle {
    background: #ceffce;
    padding: 9px;
    border: solid 2px #00b258;
    margin: 5px 0;
    border-radius: 10px;
	border-style: dashed;
}
.kokan {
    position: relative;
    background: #ffffcb;
    display: inline-block;
    width: 100px;
    margin: 5px;
    font-size: 10px;
    padding: 5px 5px 5px 25px;
    border-radius: 5px;
    border: solid 1px #ffc107;
	height: 28px;
}
.vbNm{
	position: fixed;
    left: -3px;
    background: #b4ddff;
    width: 46px;
    height: 280px;
    padding: 15px 0;
    border-radius: 0 10px 10px 0;
    border: solid 1px #000;
}
.vbNm i {
	font-size: 25px;
    color: #000;
    cursor: pointer;
    display: block;
    margin: 7px 0;
}
.vbNm i:hover {
    color: #fff;
}
.formTBN {
    background: #e9fffe;
    padding: 9px;
    border: solid 2px #88d9ff;
    margin: 5px 0;
    border-radius: 10px;
    border-style: dashed;
}
div#main {
    text-align: center;
    color: #000;
    padding: 0px;
    position: relative;
    max-height: 82vh;
    overflow-y: scroll;
    margin-top: 82px;
}
.nav-link {
    color: rgb(0 0 0) !important;
}
div.at-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.at-item img {
    width: 100%;
    padding: 7px;
}
.foxetop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hedxwar{
    position: absolute;
    width: 100%;
    display: table;
    bottom: 0;
}
b.TtghB {
    position: absolute;
    top: 2px;
    left: 50px;
}
.fthr{
	background: #ffc800 !important;
}
.at-item p {
    color: #fff;
    margin: 0;
    background: #0051ff;
    border-radius: 0 0 10px 10px;
}


.models {
  animation-name: rotate-in-tr-anticlock;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes rotate-in-tr-anticlock {
  0%{
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modelf {
    background: #FFF;
    height: 100%;
    overflow-y: auto;
    position: relative;
    border-radius: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    border: solid 1px;
}
.models {
    z-index: 100;
    max-height: 95%;
    overflow-y: auto;
}

.loading{
  z-index: 1000;
}
.loading, .models {
  position: fixed;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.inpmhalo{
    width: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 10px;
    padding: 0;
    text-align: center;
}
div#modeltitle {
    background: #e4e4e4;
    border-radius: 10px 10px 0px 0;
    padding: 10px;
}

.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
    margin: 0;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 40px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -20px -20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
span.deletes {
    background-color: red;
    padding: 4px 4px 2px 4px;
    font-size: 7px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
}
.actv {
    background: #c8ffea !important;
}
.modal-login .modal-footer a {
	color: #999;
}
.modelf i.fa.fa-remove {
    position: absolute;
    right: 5px;
    color: red;
    font-size: 20px;
    cursor: pointer;
}
.modelbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.3);
}
select.form-control {
    text-align: center;
}
.addp {
    font-size: 45px;
    color: #3c4156;
    cursor: pointer;
    z-index: 1;
	margin: 0 15px;
}
.card-text {
    position: relative;
}
p.protitle {
    margin: 0;
    padding: 3px 3px;
    height: 60px;
    border-top: solid 1px #d4d4d4;
    background: #e6e6e6;
    font-size: 14px;
}

.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 28px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	background: #00ce81 !important;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-content {
    margin: 0;
    padding: 23px 22px 42px 22px;
    height: 100vh;
    border: none;
    background: #FFF;
}
.lang {
    background: #777;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 8px;
    cursor: pointer;
}
.mobiphon{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
.lang.activ {
    background: #0089ca;
}
.imglod{
    z-index: 1;
    position: relative;
    border-radius: 100%;
}
.serchop{
    width: 66%;
    padding: 0 0;
    display: inline;
    min-height: 20px !important;
    height: 29px;
}
.hedbazr{
    background: #ffd2dc;
    padding: 30px 5px 5px 5px;
}
.srchok{
    display: inline;
    position: relative;
}
i.fas.fa-search.srch {
    position: absolute;
    font-size: 13px;
    margin: -5px 0 0 -5px;
    cursor: pointer;
}
.eclipse-slides {
    height: 130px;
    border-radius: 5px;
    background: #e4e4e4;
    font-size: 50px;
    text-align: center;
    color: #000000;
    z-index: 1;
}
.modal-body {
    padding: 5%;
    overflow-y: auto;
    background: #f5f5f5;
}
.prodacto {
    background: #FFF;
    width: 46%;
    margin: 5px 2px;
    display: inline-block;
}
.prodimg{
    position: relative;
    overflow: hidden;
    height: 155px;
}
.prodimg img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  height: 100%;
  margin: auto;
}
.prodimgsl{
    position: relative;
    overflow: hidden;
    height: 155px; 
}
.prodimgsl img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  width: 100%;
  margin: auto;
}
.toprod{
    text-align: center;
    margin-top: 3px;
}
.detilepro {
    height: 60px;
}
.modelcl {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #F00;
    cursor: pointer;
	font-size: 25px;
}
div#modelbody {
    padding: 0 2%;
}
.card-text input, .card select {
    padding: 0px 5px;
    margin: 5px 3%;
    height: 40px;
    width: 94%;
}
b.fas.fa-sync.tgh {
    position: absolute;
    left: 7px;
    font-size: 30px;
    top: 5px;
    cursor: pointer;
    color: #ff006a;
}
span#bayoerore {
    position: absolute;
    top: 20%;
    font-size: 10px;
    left: 11px;
    color: #F00;
    width: 69px;
}
.viewdiv {
    position: relative;
    margin: 1%;
}
.viewtit {
    padding-right: 26%;
	height: max-content;
	min-height: 35px;
}
.addcont {
    position: fixed;
    left: 0;
    width: 150px;
    height: max-content;
    top: 55px;
}
.mssit {
    width: 100px;
    font-size: 11px;
    text-align: center;
    margin: 5px 4px;
    background: #6680ff;
    color: #FFF;
}
.addnefld {
    font-size: 10px;
    height: 28px !important;
}
span.jbn {
    background: #003aa0;
    font-size: 10px;
    color: #FFF;
    padding: 4px;
	width: 100px;
    display: inline-block;
    border-radius: 5px;
}
.styled-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    font-size: 0.9em;
}
.styled-table thead tr {
    background-color: #000000;
    color: #ffffff;
}
.form-control.viewtit b i {
    font-size: 20px;
	width: 30px;
    margin-top: 4px;
    margin-left: 10px;
}
span.ragaze {
    position: absolute;
    left: 7px;
    font-size: 12px;
    color: #FFF;
    border-radius: 5px;
    background: #003aa0;
    padding: 3px 13px;
}
span.jopi {
    width: 110px;
    color: #000;
    font-size: 15px;
    background: #e2fffe;
    display: inline-block;
}
.form-control.viewtit b {
    position: absolute;
    right: 2px;
    top: 1px;
	font-size: 13px;
	height: 96%;
    background: #fffb81;
    width: 25%;
    padding: 0 10px 6px 0;
	color: #000;
    text-align: right;
    border-radius: 0 5px 5px 0;
}
table {
    border-collapse: collapse;
}
.styled-table td {
    padding: 5px;
	border: solid 1px #000000;
	text-align: center;
	color: #000;
	vertical-align: sub;
	font-size: 12px;
}
.customersin th {
    padding: 3px 1px !important;
    border: none !important;
}
.customersin td {
    border-left: none;
    border-right: none !important;
}
th.bl, td.bl{
    border-left: solid 1px !important;
}
.customersin {
    width: 100%;
}
td > div {
    width: 1em;
	height: 80px;
}

td > div > div {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg);
	font-size: 11px;
}
.styled-table th {
    padding: 12px 15px;
	text-align: center;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.styled-table tbody tr:hover {
    background: #64ffa2;
}
details {
    position: relative;
    text-align: right;
}
.bofop{
	text-align: center;
}
.adoico {
    position: absolute;
    left: 0;
    top: 0;
	z-index: 7;
}
td.nwekf {
    position: relative;
}
td.nwekf i {
    position: absolute;
    left: 2px;
    z-index: 2;
    top: 0;
	cursor: pointer;
}
td.nawtit {
    font-size: 10px;
    position: relative;
	padding-right: 30px;
}
td.nawtit i {
    position: absolute;
    right: 5px;
    top: 5px;
	cursor: pointer;
}
.adoico i {
    font-size: 25px;
    cursor: pointer;
}
.botomeminue {
    background: #fff;
    width: max-content;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    height: 55px;
    position: fixed;
    right: 15px;
    bottom: 0;
}
.at-item i {
    font-size: 90px;
    background: -webkit-linear-gradient(#ffdca7, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFF;
    margin: 10px 0;
}
.zanyarifarman {
    background: #ffffffbd;
    width: 50vw;
    height: 79vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarixezank {
    background: #ffffffbd;
    width: 23vw;
    height: 40vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarimndala {
    background: #ffffffbd;
    width: 23vw;
    height: 40vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarifrmana {
    position: absolute;
    left: 5px;
    top: 0;
    background: #ffffffbd;
    width: 47vw;
    height: 38vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
}
.viewdiv i.fa-pen-square {
	position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
	color: #00b941;
    font-size: 29px;
}
.toptit{
	background: #f5ff9f;
	position: relative;
}
.toptit i {
    position: absolute;
    right: 3px;
    color: #00b941;
    top: 2px;
    cursor: pointer;
    font-size: 20px;
}
.nasrinp.tyb {
    max-width: 47%;
    padding: 8px 0;
    display: inline-block;
}
.chbox {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
}
.xnns {
    font-size: 10px;
    padding: 4px !important;
	position: relative;
    border: solid 1px;
}
.xnns i {
    position: absolute;
    top: 2px;
    right: 25%;
    cursor: pointer;
    font-size: 20px;
}
hr{
    margin: 2px 0;
    border-top: solid 1px #000;
}
.basho{
	background: #fffcef;
    border-radius: 9px;
    padding: 6px 0;
    border: solid 1px;
	position: relative;
    cursor: pointer;
}
.serchbox {
    background: #fff;
    width: max-content;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    height: 55px;
    position: fixed;
    left: 5px;
    bottom: 0;
}
.serchbox .divserc {
    position: relative;
}
.divserc i {
    position: absolute;
    left: 5px;
    top: 25%;
}
td.fredt {
    padding: 0;
	position: relative;
}
.fredt i {
    top: 2px;
    cursor: pointer;
}
ul{
	padding: 0;
}
li.musiti {
    background: #dcdcdc;
    margin: 5px;
    padding: 5px;
}
.donm {
    display: inline-block;
    padding: 2px 10px;
    background: #cef0ff;
    margin: 4px;
    border-radius: 8px;
}
.donm span {
    background: #00048c;
    color: #FFF;
    padding: 3px 7px;
    margin: 0 7px;
}
.pasl {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #d8ff00;
}
.inpmuch{
    padding: 0 10px;
    height: 27px;
}
.plgt {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #ff94a3;
}
.pmaw {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #94ffd3;
}
td {
    position: relative;
    color: #000;
}
input.chtdbx {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
}
.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #000;
  padding: 5px 2px;
  color: #000;
  font-size: 10px;
  text-align: center;
}
.customers td{
   line-height: 10px;
}
.wacin{
	padding: 5px;
    font-size: 24px;
    margin: 3%;
    height: 40px;
    width: 94%;
}
.cvbn td, .cvbn th {
    padding: 10px 2px;
    font-size: 15px;
	height: 32px;
	border: solid 1px;
}
.rotate {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.5em;
  height: 100px;
}
.rotate div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
		 font-size: inherit;
}
.tabhead td, .tabhead th{
	line-height: 15px;
    border: none;
}
b.fas.fa-users.tgh {
    position: absolute;
    left: 50px;
    color: #007ac1;
    top: 5px;
    font-size: 30px;
	cursor: pointer;
}
.numtext { mso-number-format:\@; }
.inpuoto{
	position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    background: #ffe1d9;
    height: 100%;
    border: none;
}
.aslok {
    font-size: 8px;
	color:red;
	display: inherit;
}
.ejmxwar{
	background: #c4ffbd  !important;
    color: #000  !important;
	padding: 2px !important;
}
.customers tr:nth-child(even){background-color: #dcfcff;}

.customers tr:hover {background-color: #ddd;}
section.section.dashboard {
    margin: 0 1%;
}
.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #c5c5c5;
    color: black;
}
li.musiti.ui-sortable-handle div {
    display: inline-block;
    margin: 0 3%;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.harkhold {
    background: #d5d5d5;
    margin: 4px;
    padding: 4px;
}
.harakaka {
    display: inline-block;
    width: 50%;
}
input.inpmizano, .bcvo {
    width: 100%;
    font-size: 10px;
	margin: 0;
    display: inline-block;
}
.bVty span {
    position: absolute;
    left: 19px;
    direction: ltr;
}
.activoo {
    position: absolute;
    right: 26%;
    display: inline-block;
    width: 25px;
    top: 0;
}
i.gorinkan {
	position: absolute;
    top: 24px;
    left: 8px;
    color: #00a61c;
    font-size: 22px;
    cursor: pointer;
}
i.addcvb {
    position: absolute;
    top: 25px;
    left: 8px;
    color: #00a61c;
    cursor: pointer;
}
.navbar-toggler {
    background: #8a8a8a !important;
}
a.nav-link {
    text-align: center;
}
.infosabt{
    position: absolute;
    right: 3px;
    top: 3px;
}
.ntitel{
    margin: 10px 0;
    background: #ececec;
    font-size: 20px;
    padding: 4px;
}


.image-container {
    position: relative;
}
.first {
    position: absolute;
    width: 100%;
    padding: 9px;
}
.thumbnail-image {
    border-radius: 10px !important;
}
.discount {
    background-color: black;
    padding: 4px 4px 2px 4px;
    font-size: 7px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
}
.wishlist {
    height: 25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 5px 0px 6px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
div#viewth { 
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.wanoer {
    height: 140px;
    background-size: contain;
    background-position: center;
    margin-bottom: 5px;
    border-radius: 5px 5px 0 0;
    position: relative;
}
nrx.nrop {
    position: absolute;
    bottom: -5px;
    background: #9dffcf;
    width: 100%;
    right: 0;
    border-radius: 0 0 5px 5px;
}
.parochaka {
    width: 160px;
    display: inline-block;
    margin: 5px;
    background: #ffffff;
    border-radius: 10px;
    padding: 5px;
    height: 234px;
    box-shadow: #c1c1c1 0 5px 8px 0px;
}
.dress-name {
    font-size: 13px;
    font-weight: bold;
}
.new-price {
    font-size: 13px;
    font-weight: bold;
    color: red;
}
.card.vie img {
  height: 170px;
  object-fit: cover;
  display: block;
  background: #9dd8ff;
  width: 100%;
}
.adds {display: flex;}
.fro_items {
    padding: 7px;
    background: #fff9dc;
    border-radius: 10px;
    height: 78vh;
    overflow-y: auto;
}
.bashfrosh {padding: 0 15px;}
.parochaka.vch {
    width: 95px;
}

.parochaka.vch * {
    font-size: 10px;
}
.boxnawrst {
    background: #0005;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: grid;
    align-items: center;
    justify-content: center;
}
div#box_nawrs {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: grid;
    align-items: center;
}
.boxnawrst > div > i.fa-times-circle {
    position: absolute;
    right: -9px;
    font-size: 26px;
    top: -7px;
    background: #FFF;
    border-radius: 100%;
    color: #F00;
    cursor: pointer;
}
.sfrakan {
    display: flex;
    justify-content: space-evenly;
    padding: 11px 0;
}
.sfr_itm {
    width: 33%;
    background: #e7e7e7;
    border-radius: 6px;
    line-height: 20px;
    padding: 4px 0 0 0;
}
.vbnOp {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.itmbashp {
    display: flex;
    align-items: center;
    background: #d7f0ff;
    margin: 3px;
    padding: 0 9px;
    flex-wrap: wrap;
    width: max-content;
    border-radius: 7px;
    justify-content: space-between;
}
.itmbashp input {
    height: 20px;
    width: 20px;
    margin-left: 10px;
}
.prodactakan {
    height: 67vh;
    overflow-y: auto;
    direction: ltr;
}
p.nowerp {
    margin: 2px 0;
    height: 30px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
p.nowerp::-webkit-scrollbar {
    width: 1px;
}
.barcodesER {
    background: #dcf9ff;
    display: inline-block;
    padding: 1px 10px;
    margin: 2px 2px 2px 15px;
    border-radius: 9px;
    position: relative;
}

.barcodesER .fa-window-close {
    position: absolute;
    color: #F00;
    left: -8px;
    background: #FFF;
    cursor: pointer;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 96% !important;
}
span.qstmawa {
    color: #099200;
    font-size: 20px;
}
li.dropdown-header {
    background: #e6fcff;
    text-align: center;
    padding: 4px;
}
p#eroremasg {
    color: #F00;
}
.tc {
    text-align: center;
}
.row {
    margin: 0px;
}
.vewiqd {
    background: #00928e;
    padding: 4px;
    border-radius: 5px;
    margin: 5px;
    color: #FFF;
}
.vewusd {
    background: #009234;
    padding: 4px;
    border-radius: 5px;
    margin: 5px;
    color: #FFF;
}
.qistakan {
    background: linear-gradient(110deg, #f3fffb 60%, #cef9ff 60%);
    border-radius: 25px;
    padding: 10px;
    width: 95%;
    display: inline-block;
    position: relative;
    box-shadow: #002 4px 5px 5px;
    border: solid 2px #9c27b0;
    margin-top: 25px;
    cursor: pointer;
}
.qistakan img {
    position: absolute;
    width: 68px;
    transform: rotate(-20deg);
    top: -19px;
    left: -11px;
}
.oiu{
    background: #007bff;
    color: #FFF;
    padding: 5px 0;
    border-radius: 20px 0;
}
i.fas.fa-backspace.fbvcn {
    position: absolute;
    right: -20px;
    top: 18px;
    cursor: pointer;
    color: #F00;
}
.pr {
    position: relative !important;
}
.ghn{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 5px 0px 5px;
}
.pedansep {
    text-align: center;
    background: #aaffd0;
    margin: 2px 0;
}
tr.tofltr th {
    padding: 3px;
    background: #41dff1;
    vertical-align: middle;
}
tr.tofltr th select {
    margin: 0px;
    padding: 0;
    height: 24px;
}
tr.tofltr th input {
    margin: 0px;
    padding: 0 3px;
    height: 24px;
    text-align: center;
}
main#main {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: auto;
}
.dolori i {
    font-size: 20px;
    color: #00ab2a;
}
.garsarawa{
    position: fixed;
    right: 28%;
    top: 4px;
    z-index: 99;
    width: 41%;
    display: flex;
}
.garsarawa .dropdown {
    border: solid 1px #d7d7d7;
}
.table td, .table th {
    padding: 3px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 13px;
    border-left: 1px solid #dee2e6;
}
.table {
    width: 99.9%;
}
@media print {  
.noprint {
    display: none !important;
}
}

@media only screen and (max-width: 600px) {

}



