@font-face {
  font-family: IranSans;
  src: url("../../fonts/iransans/IRANSansWeb_Light.eot");
  src: url("../../fonts/iransans/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/iransans/IRANSansWeb_Light.woff") format("woff"), url("../../fonts/iransans/IRANSansWeb_Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: IranSans;
  src: url("../../fonts/iransans/IRANSansWeb.eot");
  src: url("../../fonts/iransans/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../../fonts/iransans/IRANSansWeb.woff") format("woff"), url("../../fonts/iransans/IRANSansWeb.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.show {
  display: block !important;
}

.form-control {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  font-weight: 200;
}

.form-control::-webkit-input-placeholder {
  color: #e2e2e2;
}

.form-control:-ms-input-placeholder {
  color: #e2e2e2;
}

.form-control::-ms-input-placeholder {
  color: #e2e2e2;
}

.form-control::placeholder {
  color: #e2e2e2;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: inherit !important;
  padding: 4px;
  border-color: #eaeaea !important;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.select2-dropdown {
  border-color: #eaeaea !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  left: 24% !important;
  top: 61% !important;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before, .custom-control-label::after {
  width: 1.3rem;
  height: 1.3rem;
}

.custom-checkbox .custom-control-label {
  padding-top: 3px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group .img-control {
  max-width: 35%;
}

.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-image: url("../../img/ok-input.svg");
  background-repeat: no-repeat;
  background-position: center left calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-image: url("../../img/notok-input.svg");
  background-repeat: no-repeat;
  background-position: center left calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-loading {
  padding-left: calc(1.5em + 0.75rem);
  background-image: url("../../img/loading-input.svg");
  background-repeat: no-repeat;
  background-position: center left calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.alert {
  border-radius: 25px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.alert-dismissible .close {
  top: 4px;
}

.nav-tabs {
  margin: 0 -20px;
  border-color: #f5f5f5;
}

.nav-tabs .nav-item:first-child {
  margin-left: 15px;
}

.nav-tabs .nav-link {
  border-color: transparent;
  color: #e1e1e1;
  padding: 0 15px 15px 15px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.nav-tabs .nav-link.active {
  border-color: #fff #fff #545454;
  font-weight: 500;
  color: #545454;
}

.nav-tabs .nav-link:hover:not(.active) {
  color: #545454;
  border-color: #fff #fff #545454;
}

.nav-tabs .nav-link:focus:not(.active) {
  border-color: #fff #fff #eaeaea;
}

.nav-tabs.revers {
  border-bottom: 0;
  border-top: 1px solid #f5f5f5;
}

.nav-tabs.revers .nav-link {
  padding: 15px 15px 0 15px;
  border-radius: 0;
  margin-top: -1px;
  border-bottom: 0;
}

.nav-tabs.revers .nav-link.active {
  border-top: 1px solid #545454;
}

.nav-tabs.revers .nav-link:hover:not(.active) {
  border-color: #eaeaea #fff #fff;
}

.nav-tabs.revers .nav-link:focus:not(.active) {
  border-color: #eaeaea #fff #fff;
}

.tab-content {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .mb-xs-2 {
    margin-bottom: 1rem;
  }
}

.btn {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  border: transparent !important;
  font-weight: 200;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-delete,
.btn-edit {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 2px 6px 0;
  font-size: 1.1rem;
}

.btn-delete {
  display: inline-block;
  color: #bcbcbc;
  margin: 0 5px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.btn-delete:hover {
  color: #e2285e;
  border-color: #e2285e;
}

.btn-edit {
  display: inline-block;
  color: #bcbcbc;
  margin: 0 5px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.btn-edit:hover {
  color: #42e28c;
  border-color: #42e28c;
}

.btn-refresh {
  font-size: 1.2rem;
  display: inline-block;
  color: #bcbcbc;
  margin-right: 5px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  border-radius: 0.2rem;
  padding: 3px 8px 2px;
}

.btn-refresh:hover {
  color: #20c997;
}

.btn-add a {
  font-size: 1.2rem;
  display: inline-block;
  color: #bcbcbc;
  margin-right: 5px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  border-radius: 0.2rem;
  padding: 3px 8px 2px;
}

.btn-add a:hover {
  color: #20c997;
}

.btn-add:focus,
.btn-delete:focus,
.btn-edit:focus {
  outline: none;
}

.btn-success {
  background: #43a047;
}

.btn-primary {
  background: #0288d1;
}

.btn-danger {
  background: #ff5252;
}

.upload-btn-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 9px 14px;
  margin: 0 -8px;
}

.upload-btn-wrapper .btn {
  background: #ff6f00;
  -webkit-box-shadow: 0 6px 20px 0 rgba(255, 111, 0, 0.3);
          box-shadow: 0 6px 20px 0 rgba(255, 111, 0, 0.3);
  font-weight: 200;
  font-size: 0.9rem;
  padding: 0.375rem 0.75rem;
  color: #fff;
  cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.jconfirm-buttons button {
  font-weight: 300 !important;
}

.jconfirm-buttons .btn-danger {
  background-color: #ff5252 !important;
}

.btn-clear-all {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center !important;
  padding: 4px 10px;
  background-color: #ff5252;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  cursor: pointer;
  border: transparent;
  margin-top: 5px;
}

.btn-clear-all:hover {
  background-color: #ed5151;
}

@media (min-width: 768px) {
  .btn-lg-block {
    width: 100%;
    text-align: center !important;
  }
}

a.btn-default {
  color: #333333;
  background-color: #cdcdcd;
}

.table {
  border: 1px solid #f5f5f5;
}

.table thead {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.table thead th {
  border: 0;
  font-weight: 300;
}

.table th, .table td {
  padding: 0.50rem 0.75rem;
  vertical-align: middle;
}

.table.dataTable {
  border-collapse: collapse !important;
  margin-top: 15px !important;
}

.table.dataTable td {
  font-size: 15px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  top: 10px;
}

.dataTables_wrapper {
  padding: 0 !important;
}

.dataTables_filter {
  width: 400px;
  float: left;
}

.dataTables_filter label {
  width: 100%;
}

.dataTables_filter input {
  margin-left: 0 !important;
  width: 100% !important;
}

@media (max-width: 767.98px) {
  .dataTables_filter {
    width: 150px;
  }
}

.dataTables_length {
  float: right;
  margin: 0 1px;
}

.dataTables_info {
  font-size: 14px;
  float: right;
}

.dataTables_paginate {
  float: left;
}

.dataTables_paginate .pagination .page-item {
  margin: 2px;
}

.dataTables_paginate .pagination .page-item .page-link {
  border-radius: 5px;
  color: #003366 !important;
}

.dataTables_paginate .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_paginate .pagination .page-item.active .page-link {
  background-color: #003366 !important;
  border-color: #003366;
  color: #fff !important;
}

.modal .modal-dialog {
  top: 20% !important;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.modal-header .close {
  margin: -1rem -1rem -1rem -1rem;
}

.modal-content {
  border: 0;
  border-radius: .60rem;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.jq-toast-single {
  padding: 15px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--multiple {
  font-size: 1rem;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #20c997;
  border: 0;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #21eebb;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 5px;
}

.badge {
  font-weight: 200;
  margin: 0 2px;
  font-size: 12px;
  padding: 0.50em 0.4em;
}

.messages {
  position: relative;
  list-style: none;
  padding: 20px 10px 0 10px;
  margin: 0;
  height: 347px;
  overflow: scroll;
  overflow-x: inherit;
}

.messages .message {
  clear: both;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 0;
}

.messages .message.left {
  float: left;
}

.messages .message.left .avatar {
  background-color: #8a65af;
  float: left;
}

.messages .message.left .text_wrapper {
  background-color: #ffe6cb;
  margin-left: 30px;
}

.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
  right: 100%;
  border-right-color: #ffe6cb;
}

.messages .message.left .text_wrapper .send_detail {
  right: 9px;
  bottom: 4px;
  color: #c48843;
}

.messages .message.left .text {
  color: #c48843;
}

.messages .message.right {
  float: right;
}

.messages .message.right .avatar {
  background-color: #20c997;
  float: right;
}

.messages .message.right .text_wrapper {
  margin-right: 0;
  background-color: #c7eafc;
}

.messages .message.right .text_wrapper::before, .messages .message.right .text_wrapper::after {
  left: 100%;
  border-left-color: #c7eafc;
}

.messages .message.right .text {
  color: #45829b;
}

.messages .message.right .send_detail {
  left: 9px;
  bottom: 4px;
  color: #45829b;
}

.messages .message .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}

.messages .message .text_wrapper {
  display: inline-block;
  padding: 20px;
  border-radius: 6px;
  min-width: 100px;
  position: relative;
}

.messages .message .text_wrapper::before {
  border-width: 15px;
  margin-top: -2px;
}

.messages .message .text_wrapper::before, .messages .message .text_wrapper::after {
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.messages .message .text_wrapper .text {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.messages .message .text_wrapper .send_detail {
  position: absolute;
  font-size: 10px;
}

.messages .message .attachment {
  text-align: left;
  padding: 5px 0;
}

.messages .message .attachment i {
  float: left;
  margin-right: 5px;
}

.messages .message .attachment a {
  display: inline-block;
  margin-right: 5px;
  color: #20c997;
  padding: 1px 6px;
  border-radius: 5px;
  border: 1px solid #20c997;
  float: left;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.messages .message .attachment a:hover {
  background-color: #20c997;
  color: #fff;
  text-decoration: none;
}

.answer-message {
  margin-top: 1rem;
  border-top: 1px solid #f5f5f5;
  padding-top: 1rem;
}

.scrollbar-inner > .scroll-element.scroll-y {
  right: inherit !important;
  left: 2px;
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.accordion .card .card-header {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 5px;
}

.accordion .card .card-header .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #303f53;
  width: 100%;
  padding: 0.125rem 0.75rem;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion .card .card-header .btn:focus, .accordion .card .card-header .btn:hover {
  text-decoration: none;
}

.accordion .card .card-header i {
  color: #303f53;
}

.accordion .card:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
}

.breadcrumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs {
  margin: 0;
  list-style: none;
  float: right;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.breadcrumbs > li {
  display: inline-block;
  font-size: .9rem;
}

.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #bdbdbd;
  content: "\F142";
  font: normal normal normal 12px/1 "Material Design Icons";
}

.breadcrumbs > li a {
  color: #003366;
}

.breadcrumbs > li a:hover {
  text-decoration: none;
}

.breadcrumbs .active {
  font-weight: normal;
  color: #9e9e9e;
}

.card {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  color: #545454;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
}

.card .card-body {
  font-size: 15px;
}

.card.nr-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.sidenav {
  background: #003366;
  height: 100%;
  left: 0;
  position: fixed;
  width: 280px;
  z-index: 20;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidenav .header {
  padding: 17px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sidenav .header img {
  width: 50px;
}

.sidenav .button-toggle {
  display: inline-block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  .sidenav .button-toggle {
    display: none;
  }
}

.sidenav .button-toggle .bar {
  position: relative;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  border-radius: 5px;
  background-color: #fff;
}

.sidenav .button-toggle .bar:before, .sidenav .button-toggle .bar:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenav .button-toggle .bar:before {
  width: 60%;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.sidenav .button-toggle .bar:after {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.sidenav .button-toggle.open .bar:before {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.sidenav .button-toggle.open .bar:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.sidenav .button-toggle:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

.sidenav .button-toggle:hover .bar:before {
  width: 100%;
}

.logo {
  width: 75px;
  height: 75px;
  background: url("../../img/logo.png") no-repeat;
  margin: 15px auto;
}

.ant-menu-item-group-title {
  font-size: 16px;
  padding: 30px 30px 10px;
}

.ant-menu-item-group-title span {
  color: #038fdd;
}

.admin-detail {
  background-color: #003366;
  margin: 0 20px;
  border-bottom: 1px solid #038fdd;
}

.admin-detail .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.07);
  margin-right: 15px;
}

.admin-detail .btn-avatar {
  background-color: transparent;
  color: #038fdd;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.admin-detail .btn-avatar::after {
  content: "\f140";
  font: normal normal normal 18px/1 "Material Design Icons";
  border: 0;
  position: relative;
  top: 6px;
}

.admin-detail .dropdown-menu {
  direction: rtl;
  text-align: right;
  font-size: 14px;
  padding: 12px 16px;
  margin-top: 20px;
  left: inherit !important;
  right: 0;
}

.admin-detail .dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 15px;
  top: -6px;
}

.admin-detail .dropdown-menu .dropdown-item {
  padding: 0.25rem 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.admin-detail .dropdown-menu .dropdown-item:hover, .admin-detail .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #038fdd;
}

.admin-detail h6 {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 300;
}

.admin-detail span {
  color: #a7a7a7;
}

img {
  width: 100%;
  height: auto;
}

.sidenav > nav > ul.nav {
  padding-left: 30px;
}

.sidenav > nav > ul.nav > li {
  display: block;
  width: 100%;
  margin-bottom: -4px;
}

.sidenav > nav > ul.nav > li > a {
  display: block;
  padding: 4px 6px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #038fdd;
  background-color: transparent;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}

.sidenav > nav > ul.nav > li > a i {
  position: relative;
  top: 2px;
  font-size: 21px;
}

.sidenav > nav > ul.nav > li > a:hover {
  text-decoration: none;
  color: #fa8c16;
}

.sidenav > nav > ul.nav > li.active > a {
  color: #fff;
}

.sidenav > nav > ul.nav > li.active > a:hover {
  color: #fa8c16;
}

.sidenav > nav > ul.nav > li.active > .sub-nav {
  max-height: 50rem;
}

.sidenav > nav > ul.nav > li.active ul.sub-nav {
  padding-top: 10px;
}

.sidenav > nav > ul.nav a:hover {
  text-decoration: none;
}

ul.sub-nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease 1s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-left: 25px;
  padding-left: 0;
}

ul.sub-nav li {
  list-style: none;
  margin-bottom: 4px;
}

ul.sub-nav li a {
  display: block;
  color: #038fdd;
  padding: 4px 5px;
  font-size: 15px;
}

.navbar {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  right: 0;
  position: fixed;
  top: 0;
  left: 280px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  z-index: 20;
}

.navbar .button-toggle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 10px;
}

@media (min-width: 1200px) {
  .navbar .button-toggle {
    display: none;
  }
}

.navbar .button-toggle .bar {
  position: relative;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  border-radius: 5px;
  background-color: #003366;
}

.navbar .button-toggle .bar:before, .navbar .button-toggle .bar:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003366;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .button-toggle .bar:before {
  width: 60%;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.navbar .button-toggle .bar:after {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.navbar .button-toggle.open .bar:before {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.navbar .button-toggle.open .bar:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
          transform: translateY(-50%) rotate(45deg) scale(0);
}

.navbar .button-toggle:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}

.navbar .button-toggle:hover .bar:before {
  width: 100%;
}

.navbar .ic {
  display: inline-block;
  padding: 7px;
  color: #e3e3e3;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.navbar .ic:hover {
  color: #20c997;
}

.navbar .ic span.badge {
  position: absolute;
  right: -10px;
  bottom: 10px;
  padding: 0.25em 0.4em !important;
}

.page-title {
  position: relative;
  width: 220px;
  padding: 15px 0 15px 50px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 300;
  color: #003366;
}

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

*[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

*[dir="rtl"] ul {
  -webkit-padding-start: 0;
}

*[dir="rtl"] .app-body {
  padding: 92px 300px 110px 30px;
}

*[dir="rtl"] .float-right {
  float: left !important;
}

*[dir="rtl"] .float-left {
  float: right !important;
}

*[dir="rtl"] table tr th {
  text-align: right;
}

*[dir="rtl"] .alert-dismissible {
  padding-left: 4rem;
  padding-right: 0.75rem;
}

*[dir="rtl"] .alert-dismissible .close {
  left: 0;
  right: inherit;
}

*[dir="rtl"] .alert-dismissible .close:focus {
  outline: none;
}

*[dir="rtl"] .alert-dismissible .close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
}

*[dir="rtl"] .ml-auto {
  margin-right: auto;
  margin-left: 0 !important;
}

*[dir="rtl"] .mr-auto {
  margin-right: 0 !important;
  margin-left: auto;
}

*[dir="rtl"] .page-title {
  padding: 15px 0;
}

@media (max-width: 1199.98px) {
  *[dir="rtl"] .page-title {
    padding: 15px 50px 15px 0;
  }
}

*[dir="rtl"] .button-toggle {
  left: inherit;
  right: 10px;
}

*[dir="rtl"] .navbar {
  left: 0;
  right: 280px;
}

*[dir="rtl"] .sidenav {
  right: 0;
  left: inherit;
}

*[dir="rtl"] .admin-detail .avatar {
  margin-left: 15px;
  margin-right: 0;
}

*[dir="rtl"] .sidenav > nav > ul.nav {
  padding-left: 0;
}

*[dir="rtl"] .sidenav > nav > ul.nav > li > a {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 40px;
  padding-left: 30px;
}

*[dir="rtl"] ul.sub-nav {
  padding: 0;
  margin: 0;
}

*[dir="rtl"] ul.sub-nav li a {
  padding-right: 80px;
  padding-left: 30px;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav {
  right: 0;
  width: 80px;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .dropdown,
*[dir="rtl"] .app.sidebar-hidden .sidenav .ant-menu-item-group-title {
  display: none;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .header {
  text-align: center;
  padding: 19px;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .header .button-toggle {
  margin-left: 0;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .header img {
  display: none;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav ul.sub-nav li a {
  padding: 0;
  text-align: center;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .admin-detail {
  margin-bottom: 20px;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .admin-detail .avatar {
  width: 40px;
  height: 40px;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav .admin-detail h6,
*[dir="rtl"] .app.sidebar-hidden .sidenav .admin-detail span {
  display: none;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav > nav > ul.nav .span {
  display: none;
}

*[dir="rtl"] .app.sidebar-hidden .sidenav > nav > ul.nav > li > a {
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}

*[dir="rtl"] .app.sidebar-hidden .navbar {
  right: 80px;
}

*[dir="rtl"] .app.sidebar-hidden .app-body {
  padding-right: 95px;
}

*[dir="rtl"] .app.sidebar-mobile-show .sidenav {
  right: 0;
}

*[dir="rtl"] .app.sidebar-mobile-show .navbar {
  right: 280px;
  left: -280px;
}

*[dir="rtl"] .app.sidebar-mobile-show .app-body {
  padding-right: 295px;
  margin-left: -280px;
  padding-left: 15px;
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  *[dir="rtl"] .app .sidenav {
    right: -280px;
  }
  *[dir="rtl"] .app .navbar {
    right: 0;
  }
  *[dir="rtl"] .app .app-body {
    padding-right: 15px;
  }
}

*[dir="rtl"] .select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 12px;
}

*[dir="rtl"] .nav-tabs .nav-item:first-child {
  margin-left: 0;
  margin-right: 15px;
}

*[dir="rtl"] .pl-lg-0 {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media (max-width: 767.98px) {
  *[dir="rtl"] .pl-lg-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

*[dir="rtl"] table.dataTable thead > tr > th.sorting_asc,
*[dir="rtl"] table.dataTable thead > tr > th.sorting_desc,
*[dir="rtl"] table.dataTable thead > tr > th.sorting,
*[dir="rtl"] table.dataTable thead > tr > td.sorting_asc,
*[dir="rtl"] table.dataTable thead > tr > td.sorting_desc,
*[dir="rtl"] table.dataTable thead > tr > td.sorting {
  padding: 0.75rem 0.75rem 0.75rem 30px;
}

*[dir="rtl"] table.dataTable thead .sorting:before,
*[dir="rtl"] table.dataTable thead .sorting_asc:before,
*[dir="rtl"] table.dataTable thead .sorting_desc:before,
*[dir="rtl"] table.dataTable thead .sorting_asc_disabled:before,
*[dir="rtl"] table.dataTable thead .sorting_desc_disabled:before {
  left: 1em;
  right: auto;
}

*[dir="rtl"] table.dataTable thead .sorting:after,
*[dir="rtl"] table.dataTable thead .sorting_asc:after,
*[dir="rtl"] table.dataTable thead .sorting_desc:after,
*[dir="rtl"] table.dataTable thead .sorting_asc_disabled:after,
*[dir="rtl"] table.dataTable thead .sorting_desc_disabled:after {
  left: 0.5em;
  right: auto;
}

*[dir="rtl"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

*[dir="rtl"] .dataTables_length {
  float: left;
}

*[dir="rtl"] .dataTables_paginate {
  float: right;
}

*[dir="rtl"] .dataTables_filter {
  float: right !important;
}

*[dir="rtl"] .dataTables_info {
  float: left;
}

*[dir="rtl"] .custom-control {
  padding-right: 2.8rem;
}

*[dir="rtl"] .custom-control-label::before, *[dir="rtl"] .custom-control-label::after {
  left: inherit !important;
  right: 0.8rem;
  width: 1.3rem;
  height: 1.3rem;
}

*[dir="rtl"] .jq-toast-single {
  text-align: right !important;
}

*[dir="rtl"] .dropdown-content {
  left: 0 !important;
  right: inherit !important;
}

*[dir="rtl"] #notifications-dropdown li a h6,
*[dir="rtl"] #messages-dropdown li a h6,
*[dir="rtl"] .dropdown-content .dropdown-header {
  text-align: right;
}

*[dir="rtl"] .dropdown-content .notifs li a span {
  text-align: right;
}

*[dir="rtl"] .progress {
  direction: ltr;
}

*[dir="rtl"] .breadcrumbs > li + li:before {
  content: "\F141";
}
/*# sourceMappingURL=core.css.map */