@font-face {
  font-family: yekanNormal;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/yekan/normal/IRANYekanWebFaNum.eot');
  src: url('../../fonts/yekan/normal/IRANYekanWebFaNum.eot') format('embedded-opentype'), url('../../fonts/yekan/normal/IRANYekanWebFaNum.woff') format('woff'),
    url('../../fonts/yekan/normal/IRANYekanWebFaNum.woff2') format('woff2'), url('../../fonts/yekan/normal/IRANYekanWebFaNum.ttf') format('truetype');
}

@font-face {
  font-family: yekanNormal;
  font-weight: 600;
  src: url('../../fonts/yekan/bold/IRANYekanWebFaNum-Bold.eot');
  src: url('../../fonts/yekan/bold/IRANYekanWebFaNum-Bold.eot') format('embedded-opentype'), url('../../fonts/yekan/bold/IRANYekanWebFaNum-Bold.woff') format('woff'),
    url('../../fonts/yekan/bold/IRANYekanWebFaNum-Bold.woff2') format('woff2'), url('../../fonts/yekan/bold/IRANYekanWebFaNum-Bold.ttf') format('truetype');
}

@font-face {
  font-family: maneli;
  src: url('../../fonts/maneli/Maneli.ttf') format('truetype');
}
.text-primary {
  --phoenix-text-opacity: 1;
  color: rgba(var(--phoenix-primary-rgb), var(--phoenix-text-opacity)) !important;
}
.color-black {
  color: #000000 !important;
}
.hide {
  display: none !important;
}
.ltr {
  direction: ltr !important;
}
.dropdown-item {
  text-align: right !important;
}

.custom-navbar {
  background-color: #fff;
  position: sticky !important;
  z-index: 10;
  top: 0;
  right: 0;
}
.custom-aside {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 40px;
}

.main-content {
  transition: all 0.2s ease;
}

@media (min-width: 920px) and (max-width: 1900px) {
  .main-content.collapsed {
    padding-right: 280px;
    transition: all 0.2s ease;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .main-content {
    padding-right: 70px;
    transition: all 0.2s ease;
  }
}

.avatar img {
  max-height: 25px;
  margin-right: 10px;
}
.avatar {
  float: left;
}

.admin_menu {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fcfcfc;
  width: 60px;
  height: 100vh;
  overflow: auto;
  position: relative;
  padding-right: 0px;
  transition: 0.3s ease-in-out all;
  padding-bottom: 30px;
}

.admin_menu::-webkit-scrollbar {
  width: 7px;
  height: 6px;
  border-radius: 14px;
}
.admin_menu::-webkit-scrollbar-thumb {
  background: #757575;
  border-radius: 14px;
}
.admin_menu::-webkit-scrollbar-track {
  background: #dbdbdb;
}

.admin_menu.open,
.admin_menu:hover {
  width: 275px;
  transition: 0.3s ease-in-out all;
}

@media (max-width: 768px) {
  .custom-aside {
    width: 100%;
  }
  .admin_menu {
    width: 0;
  }
  .admin_menu.open {
    width: 100% !important;
  }
}

.admin_menu .admin_menu_list .menu_item .menu_link {
  display: block;
  white-space: nowrap;
  line-height: 50px;
  padding: 2px 0px;
  text-decoration: none;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

.admin_menu.open .admin_menu_list .menu_item .menu_link,
.admin_menu:hover .admin_menu_list .menu_item .menu_link {
  padding: 2px 10px;
}

.admin_menu_list .menu_link .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.admin_menu_list .menu_link i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.admin_menu_list .menu_item:hover i,
.admin_menu_list .menu_item:hover .text {
  color: white;
}

.admin_menu_list .menu_item:last-child .menu_link {
  border-bottom: 0;
}

.admin_menu_list .menu_item .icon {
  margin-left: 5px;
  padding: 10px 5px;
  background: url(../../images/icons/admin-icons.png);
  width: 40px;
  height: 30px;
}

.admin_menu_list .menu_item:nth-child(1) .icon {
  background-position: -410px -43px;
}

.admin_menu_list .menu_item:nth-child(2) .icon {
  background-position: -358px -43px;
}

.admin_menu_list .menu_item:nth-child(3) .icon {
  background-position: -310px -43px;
}

.admin_menu_list .menu_item:nth-child(4) .icon {
  background-position: -207px -43px;
}

.admin_menu_list .menu_item:nth-child(5) .icon {
  background-position: -64px -43px;
}

.admin_menu_list .menu_item:nth-child(6) .icon {
  background-position: -263px -43px;
}

.admin_menu_list .menu_item:nth-child(7) .icon {
  background-position: -110px -43px;
}

.admin_menu_list .menu_item:nth-child(8) .icon {
  background-position: -156px -43px;
}

.admin_menu_list .menu_item:nth-child(9) .icon {
  background-position: -455px -43px;
}

.admin_menu_list .menu_item:nth-child(10) .icon {
  background-position: -505px -43px;
}

.admin_menu_list .menu_item:nth-child(11) .icon {
  background-position: -559px -43px;
}

.admin_menu_list .menu_item.active .icon {
  border-bottom: 2px solid #9dd9c0;
}

.admin_menu_list .menu_item.active:nth-child(1) .icon {
  background-position: -410px -85px;
}

.admin_menu_list .menu_item.active:nth-child(2) .icon {
  background-position: -358px -85px;
}

.admin_menu_list .menu_item.active:nth-child(3) .icon {
  background-position: -310px -85px;
}

.admin_menu_list .menu_item.active:nth-child(4) .icon {
  background-position: -207px -85px;
}

.admin_menu_list .menu_item.active:nth-child(5) .icon {
  background-position: -64px -85px;
}

.admin_menu_list .menu_item.active:nth-child(6) .icon {
  background-position: -263px -85px;
}

.admin_menu_list .menu_item.active:nth-child(7) .icon {
  background-position: -110px -85px;
}

.admin_menu_list .menu_item.active:nth-child(8) .icon {
  background-position: -156px -85px;
}

.admin_menu_list .menu_item.active:nth-child(9) .icon {
  background-position: -455px -85px;
}

.admin_menu_list .menu_item.active:nth-child(10) .icon {
  background-position: -505px -85px;
}

.admin_menu_list .menu_item.active:nth-child(11) .icon {
  background-position: -559px -85px;
}

.admin_menu_list .menu_item.active .menu_link .text,
.admin_menu_list .menu_item.active .menu_link i {
  color: #0f61ae !important;
  background-color: transparent !important;
  transition: all 0.7s !important;
}

.admin_menu .admin_menu_list .menu_item {
  margin-right: 0px !important;
}
.admin_menu.open .admin_menu_list .menu_item,
.admin_menu:hover .admin_menu_list .menu_item {
  margin-right: 5px !important;
}

.admin_menu i {
  font-size: 16px;
  margin-right: 16px;
  margin-left: 16px;
}

element {
}
a,
p,
span,
ul,
li,
a,
p,
span,
ul,
li,
*,
::after,
::before {
  box-sizing: border-box;
}

a {
  color: inherit;
}
a {
  color: inherit;
}
a {
  color: #007bff;
}
li {
  list-style: none;
}
li {
  list-style: none;
}

:root {
  --fbc-blue-60: #0060df;
  --fbc-blue-70: #003eaa;
  --fbc-gray-20: #ededf0;
  --fbc-light-gray: #f0f0f4;
  --fbc-white: #ffffff;
  --fbc-transition: all 0.15s cubic-bezier(0.07, 0.95, 0, 1);
  --fbc-borders: 1px solid #ededf0;
  --fbc-primary-text: #15141a;
  --fbc-secondary-text: #5b5b66;
  --fbc-font-size: 13px;
}

body,
* {
  font-family: 'yekanNormal';
}

.card {
  padding: 0px !important;
}
.cart-body,
.portlet-body,
.column,
.d6 {
  padding: 20px;
}
.cart-body button {
  margin-top: 20px !important;
}

.on-scroll {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 1000;
  display: none;
  width: 60px;
  height: 60px;
  font-size: 16px;
  text-align: center;
}
#on-scroll-back {
  bottom: 132px;
  color: #000;
  text-align: center;
  padding: 0px;
}

.submit-form {
  margin-top: 20px;
}

#action-btn-div {
  margin-bottom: 20px;
}

td,
th {
  text-align: center !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 10px;
  font-weight: bold;
}
.btn span,
.btn i {
  color: #fff !important;
}

td img,
th img {
  margin: auto;
}

legend {
  float: none !important;
  font-size: 1.2rem !important;
}

td,
th {
  vertical-align: middle;
}

.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}
.btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple {
  height: 42px !important;
}

.ms-auto {
  margin-right: auto !important;
  margin-left: inherit !important;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.search-box .search-box-icon {
  position: absolute;
  color: var(--phoenix-gray-500);
  top: 35%;
  left: 0.9rem;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
  font-size: 1rem;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.search-box {
  font-size: 0.8rem;
}

.g-3,
.gx-3 {
  --phoenix-gutter-x: 1rem;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  padding-left: 0.5rem;
  background-color: var(--phoenix-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--phoenix-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--phoenix-table-accent-bg);
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.align-middle {
  vertical-align: middle !important;
}

.rounded-2 {
  border-radius: var(--phoenix-border-radius) !important;
}
.border {
  border: var(--phoenix-border-width) var(--phoenix-border-style) var(--phoenix-border-color) !important;
}

element {
}
.rounded-2 {
  border-radius: var(--phoenix-border-radius) !important;
}
.border {
  border: var(--phoenix-border-width) var(--phoenix-border-style) var(--phoenix-border-color) !important;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.white-space-nowrap {
  white-space: nowrap;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--phoenix-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--phoenix-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--phoenix-table-accent-bg);
}
.white-space-nowrap {
  white-space: nowrap;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.align-middle {
  vertical-align: middle !important;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
.btn-link {
  --phoenix-btn-font-weight: 700;
  --phoenix-btn-color: var(--phoenix-link-color);
  --phoenix-btn-bg: transparent;
  --phoenix-btn-border-color: transparent;
  --phoenix-btn-hover-color: var(--phoenix-link-hover-color);
  --phoenix-btn-hover-border-color: transparent;
  --phoenix-btn-active-border-color: transparent;
  --phoenix-btn-disabled-color: #9fa6bc;
  --phoenix-btn-disabled-border-color: transparent;
  --phoenix-btn-box-shadow: none;
  text-decoration: none;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.fs--1 {
  font-size: 0.8rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
.btn-primary,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-button {
  --phoenix-btn-color: #fff;
  --phoenix-btn-bg: #3874ff;
  --phoenix-btn-border-color: transparent;
  --phoenix-btn-hover-color: #fff;
  --phoenix-btn-hover-bg: #004dff;
  --phoenix-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --phoenix-btn-focus-shadow-rgb: 255, 255, 255;
  --phoenix-btn-active-color: #fff;
  --phoenix-btn-active-bg: #2d5dcc;
  --phoenix-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --phoenix-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  --phoenix-btn-disabled-color: #fff;
  --phoenix-btn-disabled-bg: #3874ff;
  --phoenix-btn-disabled-border-color: transparent;
}

.btn-phoenix-secondary,
.google-map-control-btn .zoomIn,
.google-map-control-btn .zoomOut,
.tox .tox-dialog__footer .tox-button--secondary,
.tox .tox-button-secondary {
  --phoenix-btn-color: #31374a;
  --phoenix-btn-bg: #f5f7fa;
  --phoenix-btn-border-color: #e3e6ed;
  --phoenix-btn-hover-color: #222834;
  --phoenix-btn-hover-bg: #e3e6ed;
  --phoenix-btn-hover-border-color: #e6e9ef;
  --phoenix-btn-focus-shadow-rgb: 200, 204, 213;
  --phoenix-btn-active-color: #31374a;
  --phoenix-btn-active-bg: #e3e6ed;
  --phoenix-btn-active-border-color: #e6e9ef;
  --phoenix-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  --phoenix-btn-disabled-color: #000000;
  --phoenix-btn-disabled-bg: #f5f7fa;
  --phoenix-btn-disabled-border-color: #e3e6ed;
}

.btn-phoenix-secondary,
.google-map-control-btn .zoomIn,
.google-map-control-btn .zoomOut,
.tox .tox-dialog__footer .tox-button--secondary,
.tox .tox-button-secondary {
  --phoenix-btn-color: #31374a;
  --phoenix-btn-bg: #f5f7fa;
  --phoenix-btn-border-color: #e3e6ed;
  --phoenix-btn-hover-color: #222834;
  --phoenix-btn-hover-bg: #e3e6ed;
  --phoenix-btn-hover-border-color: #e6e9ef;
  --phoenix-btn-focus-shadow-rgb: 200, 204, 213;
  --phoenix-btn-active-color: #31374a;
  --phoenix-btn-active-bg: #e3e6ed;
  --phoenix-btn-active-border-color: #e6e9ef;
  --phoenix-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  --phoenix-btn-disabled-color: #000000;
  --phoenix-btn-disabled-bg: #f5f7fa;
  --phoenix-btn-disabled-border-color: #e3e6ed;
}
.btn,
.google-map-control-btn .zoomIn,
.google-map-control-btn .zoomOut,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button--secondary,
.tox .tox-button-secondary,
.tox .tox-button,
[data-list] .page {
  --phoenix-btn-padding-x: 1.5rem;
  --phoenix-btn-padding-y: 0.625rem;
  --phoenix-btn-font-family: ;
  --phoenix-btn-font-size: 0.8rem;
  --phoenix-btn-font-weight: 700;
  --phoenix-btn-line-height: 1.2;
  --phoenix-btn-color: var(--phoenix-body-color);
  --phoenix-btn-bg: transparent;
  --phoenix-btn-border-width: 1px;
  --phoenix-btn-border-color: transparent;
  --phoenix-btn-border-radius: 0.375rem;
  --phoenix-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 1px rgba(0, 0, 0, 0);
  --phoenix-btn-disabled-opacity: 1;
  --phoenix-btn-focus-box-shadow: 0 0 0 0 rgba(var(--phoenix-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--phoenix-btn-padding-y) var(--phoenix-btn-padding-x);
  font-family: var(--phoenix-btn-font-family);
  font-size: var(--phoenix-btn-font-size);
  font-weight: var(--phoenix-btn-font-weight);
  line-height: var(--phoenix-btn-line-height);
  color: var(--phoenix-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--phoenix-btn-border-width) solid var(--phoenix-btn-border-color);
  border-radius: var(--phoenix-btn-border-radius);
  background-color: var(--phoenix-btn-bg);
  -webkit-box-shadow: var(--phoenix-btn-box-shadow);
  box-shadow: var(--phoenix-btn-box-shadow);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.nav-links .nav-link.active {
  color: var(--phoenix-gray-1100);
}
.nav-links .nav-link {
  font-weight: 700;
  font-size: 0.8rem;
}

.btn-phoenix-secondary {
  border: 1px solid #e3e6ed !important;
  border-radius: 0px !important;
}

.fs-lg {
  font-size: 0.7rem;
}
td.img .tb-img,
td img {
  width: 75px !important;
}

.color-div {
  width: 15px;
  height: 15px;
  margin: 5px;
  float: right;
  border-radius: 50%;
}

.color-black {
  color: #0b0b0b !important;
}

/*
    CUSTOM CSS
*/

.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl.my-container-class {
  margin-left: auto !important;
  margin-right: unset !important;
}

.form-check .form-check-input {
  float: right !important;
  margin-left: auto !important;
}
.image_preview {
  max-width: 125px;
}

/* new styles by milad23 ---------------------------------------------------------> start */
.admin_menu .admin_menu_list ul.menu-list-dropdown {
  padding: 15px 5px;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li {
  margin-top: 10px;
  white-space: nowrap;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li.active label > .dropdown-toggle-btn-title i,
.admin_menu .admin_menu_list ul.menu-list-dropdown li.active label > .dropdown-toggle-btn-title p .text {
  color: #0f61ae !important;
}
.admin_menu .admin_menu_list ul.menu-list-dropdown li.active label > .dropdown-toggle-btn-title {
  background: #f0f8ff;
}
.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox']:checked + label > .dropdown-toggle-btn-title {
  background: #f0f8ff;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn.active > .dropdown-toggle-btn-title i.fa-chevron-left,
.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox']:checked + .dropdown-toggle-btn > .dropdown-toggle-btn-title i.fa-chevron-left {
  transform: rotate(90deg);
  transition: 0.1s linear all;
  color: #0f61ae !important;
}
.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn.active > .dropdown-toggle-btn-title i,
.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox']:checked + .dropdown-toggle-btn > .dropdown-toggle-btn-title i {
  transition: 0.1s linear all;
  color: #0f61ae !important;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn.active > .dropdown-toggle-btn-title p .text,
.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox']:checked + .dropdown-toggle-btn > .dropdown-toggle-btn-title p .text {
  transition: 0.1s linear all;
  color: #0f61ae !important;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox']:checked + label > .dropdown-items {
  height: auto;
  min-height: 150px;
  margin-top: 10px;
  transition: 0.2s linear all;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  line-height: 47px;
  align-items: start;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.2s all linear;
  max-width: 47px;
}

.admin_menu.open .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn,
.admin_menu:hover .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn {
  max-width: 100%;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-toggle-btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 45px;
  border-radius: 12px;
  transition: 0.1s linear all;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn i {
  transition: 0.1s linear all;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-toggle-btn-title i,
.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-toggle-btn-title p .text {
  color: #888d92;
  font-weight: bold;
}
.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-toggle-btn-title p .text {
  margin-right: 2px;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-items {
  height: 0px;
  max-height: 500px;
  min-height: 0.01px;
  overflow: hidden;
  transition: 0.2s linear all;
  width: 100%;
  padding: 0px 0px;
}
.admin_menu.open .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-items,
.admin_menu:hover .admin_menu_list ul.menu-list-dropdown li .dropdown-toggle-btn .dropdown-items {
  padding: 0px 10px;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item.active {
  background: #f0f8ff;
  border-radius: 8px;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item .menu_link {
  transition: 0.2s linear all;
  line-height: 40px !important;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item .menu_link i {
  color: #888d92 !important;
  margin-left: 19px !important;
  font-size: 16px !important;
  transform: translateY(2px) !important;
}
.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item.active .menu_link i,
.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item.active .menu_link .text {
  color: #0f61ae !important;
  transform: translateY(2px) !important;
}

.admin_menu.open .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item .menu_link i,
.admin_menu:hover .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item .menu_link i {
  margin-left: 9px !important;
}

.admin_menu .admin_menu_list ul.menu-list-dropdown li ul.dropdown-items .menu_item .menu_link .text {
  color: #888d92 !important;
  font-size: 13.5px !important;
  font-weight: bold;
}

.dropdown-menu-end[data-bs-popper] {
  right: -80px !important;
}

/* burger menu */
.admin_menu .admin_menu_list ul.menu-list-dropdown li input[type='checkbox'],
.custom-navbar input[type='checkbox'] {
  box-sizing: border-box;
  display: none;
  transition: all 0.25s;
}
.menuIconToggle {
  box-sizing: border-box;
  cursor: pointer;
  height: 18px;
  width: 25px;
  transition: all 0.3s;
  margin: 10px;
}
.hamb-line {
  box-sizing: border-box;
  position: absolute;
  height: 3.5px;
  border-radius: 3px;
  width: 100%;
  background-color: #444;
  transition: all 0.25s;
}
.hor {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.dia.part-1 {
  position: relative;
  box-sizing: border-box;
  float: left;
  transition: all 0.25s;
}
.dia.part-2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
  transition: all 0.25s;
}
.custom-navbar input[type='checkbox']:checked ~ .menuIconToggle > .hor {
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.25s;
}
.custom-navbar input[type='checkbox']:checked ~ .menuIconToggle > .dia.part-1 {
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
  transition: all 0.25s;
}
.custom-navbar input[type='checkbox']:checked ~ .menuIconToggle > .dia.part-2 {
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
  transition: all 0.25s;
}
/* tables */
table {
  overflow: auto;
}
table thead th {
  white-space: nowrap;
  font-size: 15px;
}
table tbody td {
  white-space: nowrap;
  font-size: 14px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.table-striped > tbody > tr:hover > * {
  background-color: transparent !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f0f8ff !important;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #f1f8ff !important;
}

/* card */
.card {
}
.card .card-header {
  background-color: #0f61ae14 !important;
  color: #0f61ae !important;
  font-weight: bold;
}
.vs--searchable .vs__dropdown-toggle {
  padding: 13px;
  cursor: text;
}
ul.vs__dropdown-menu {
  z-index: 999999;
  text-align: right;
}

.vs__search {
  text-align: right;
}

.multiselect__tags, .multiselect__select {
  min-height: 55px !important;
  padding: 12px !important;
}
