/*!
Theme Name: SmartMonica
Theme URI: http://underscores.me/
Author: Dusmatoff
Author URI: https://github.com/Dusmatoff
Description: Description
Version: 1.0.94
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartmonica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SmartMonica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@import url(./assets/css/app.min.css);
@import url(./assets/css/vendor.min.css);
@import url(./assets/fonts/bootstrap-icons.woff);
@import url(./assets/fonts/bootstrap-icons.woff2);
@import url(./assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker3.min.css);
/*@import url(./assets/plugins/bootstrap-daterangepicker/daterangepicker.css);*/
@import url(./assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css);
@import url(./assets/plugins/select2/dist/css/select2.min.css);
@import url(./assets/plugins/datepickk/dist/datepickk.min.css);
@import url(./assets/plugins/swiper/swiper-bundle.min.css);
/*
@import url(./assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css);
@import url(./assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css);
*/
body {
  direction: rtl!important;
}

#login .navbar-brand img,
#register .navbar-brand img {
  width: 150px;
}

.app-loader {
  background-color: rgba(0,0,0,0.2);
}

.app-content {
  padding: 10px 30px;
}

#gritter-notice-wrapper {
  position: absolute;
  margin: 20px;
}
body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:before {
  content: ''!important;
}

.form-select-lg {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
  font-weight: normal;
  font-size: .75rem!important;
}

.form-select2-lg span.select2-selection {
  height: 57px!important;
}

.menu-item.active > .menu-link {
  color: #fff!important;
}

th {
  vertical-align: baseline;
}

body .datepicker .datepicker-days table thead tr th.next:before {
  content: "\f104" !important;
}

body .datepicker .datepicker-days table thead tr th.prev:before {
  content: "\f105" !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999!important;
}

/* Employee */
.fc .selected-day {
  background-color: #00aaff !important;
  color: #fff;
}
.fc-day-past .fc-daygrid-day-number {
  color: #8B8B8B;
}

.table-responsive {
  overflow-x: unset!important;
}
.dt-paging.paging_full_numbers {
  margin-top: 10px;
}

.bootstrap-timepicker-widget > table {
  direction: ltr;
}

.widget-chat-item.end a {
  color: #fff!important;
}

.app-header {
  background-color: var(--bs-body-bg);
}

.messenger .messenger-content .widget-chat .widget-chat-item.end .widget-chat-info .widget-chat-info-container {
  margin-left: auto!important;
  margin-right: inherit!important;
}
.widget-chat .widget-chat-time {
  padding-right: 0!important;
}

.note .note-icon {
  width: 50px;
  font-size: 30px;
}

.stats-desc-bg {
  background: rgba(0, 0, 0, 0.3)!important;
  display: inline;
  padding: 5px;
  font-weight: 900;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #358FE2;
  color: white;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: white;
}

input.custom-disabled {
  background-color: #e9ecef; /* Light gray background */
  cursor: not-allowed; /* Change cursor to not-allowed */
  opacity: 1; /* Ensure the opacity is set to 1 */
}

*[data-numeric] {
  direction: ltr;
  text-align: right;
  /*display: inline-block;*/
}