/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

[lang=ar] body {
  text-align: right;
}

table {
  text-align: initial;
}

.main-menu.menu-custom {
  color: #626262;
  background: #fff;
}

.main-menu.menu-custom .navigation {
  background: #fff;
}

.main-menu.menu-custom .navigation li a {
  color: #625f6e;
}

.avatar .avatar-status-offline {
  background-color: #1CAC9C;
}

.btn-secondary {
  border-color: #1CAC9C !important;
  background-color: #1CAC9C !important;
}

.btn-secondary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #1CAC9C;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #fff;
  background-color: #189487 !important;
}

.btn {
  font-size: 1.1rem;
}

.bg-secondary {
  background-color: #54a99f !important;
}

.table thead th,
.table tfoot th {
  font-size: 0.9rem;
}

body {
  font-size: 1.1rem;
}

.modal {
  height: 50%;
}

.modal-header {
  font-weight: 500;
  font-size: 1.285rem;
}

.swal2-styled.swal2-confirm {
  background-color: #245898 !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.modal {
  box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.16) !important;
}

.blocker {
  background-color: rgba(0, 0, 0, 0.58) !important;
  z-index: 9999 !important;
}

.navbar-light {
  background: #245898;
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.avatar {
  background-color: transparent;
}

.feather-30 {
  width: 30px;
  height: 30px;
}

html body .header-navbar.floating-nav {
  min-height: 5.45rem;
}

.header-navbar .navbar-container .dropdown-language .selected-language {
  font-weight: 700;
}

.header-navbar .navbar-container {
  font-weight: 700;
}

.swal2-styled.swal2-cancel {
  background-color: #1CAC9C !important;
}

.main-menu.menu-custom .navigation > li.active > a {
  background: linear-gradient(-118deg, #245898, rgba(28, 172, 156, 0.7));
  box-shadow: 0 0 10px 1px rgba(36, 88, 152, 0.7);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.app-navbar {
  padding: 1.3rem 2rem 0;
  background: #fff;
  position: fixed;
  left: 0;
  width: calc(100vw - (100vw - 100%) - 4rem - 260px);
  z-index: 12;
  right: 0;
  left: unset !important;
  z-index: 997;
  box-sizing: content-box;
}

.app-navbar .header-navbar.floating-nav {
  margin: initial;
  position: static;
  width: initial;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
}

.form-control {
  background-color: #fff;
  border: 1px solid #aaa !important;
  border-radius: 4px;
}

.select2-selection__choice__remove > span {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  top: 2px;
}

