﻿html[dir=rtl] .col, html[dir=rtl]
.col-1, html[dir=rtl]
.col-10, html[dir=rtl]
.col-11, html[dir=rtl] .col-12, html[dir=rtl] .col-2, html[dir=rtl] .col-3, html[dir=rtl] .col-4, html[dir=rtl] .col-5, html[dir=rtl] .col-6, html[dir=rtl] .col-7, html[dir=rtl] .col-8, html[dir=rtl] .col-9, html[dir=rtl]
.col-auto, html[dir=rtl] .col-lg, html[dir=rtl] .col-lg-1, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-lg-11, html[dir=rtl] .col-lg-12, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-lg-3, html[dir=rtl]
.col-lg-4, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-lg-auto, html[dir=rtl] .col-md, html[dir=rtl]
.col-md-1, html[dir=rtl] .col-md-10, html[dir=rtl] .col-md-11, html[dir=rtl] .col-md-12, html[dir=rtl] .col-md-2, html[dir=rtl] .col-md-3, html[dir=rtl] .col-md-4, html[dir=rtl] .col-md-5, html[dir=rtl] .col-md-6, html[dir=rtl] .col-md-7, html[dir=rtl]
.col-md-8, html[dir=rtl] .col-md-9, html[dir=rtl] .col-md-auto, html[dir=rtl] .col-sm, html[dir=rtl] .col-sm-1, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-sm-11, html[dir=rtl] .col-sm-12, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-sm-3, html[dir=rtl]
.col-sm-4, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-sm-auto, html[dir=rtl] .col-xl, html[dir=rtl] .col-xl-1, html[dir=rtl] .col-xl-10, html[dir=rtl]
.col-xl-11, html[dir=rtl] .col-xl-12, html[dir=rtl] .col-xl-2, html[dir=rtl] .col-xl-3, html[dir=rtl] .col-xl-4, html[dir=rtl] .col-xl-5, html[dir=rtl] .col-xl-6, html[dir=rtl] .col-xl-7, html[dir=rtl] .col-xl-8, html[dir=rtl] .col-xl-9, html[dir=rtl] .col-xl-auto {
  text-align: right; }

html[dir=rtl] .form-check {
  /*padding-left: 0;*/
  text-align: right; }

@media (min-width: 768px) {
  .col-md-1_5 {
    -ms-flex: 0 0 9.666667%;
    flex: 0 0 9.666667%;
    max-width: 9.666667%; }
  .col-md-2_5 {
    -ms-flex: 0 0 18.2%;
    flex: 0 0 18.2%;
    max-width: 18.2%; } }

.profile-thumb img {
  width: 100px;
  height: 100px; }

/*@import '../default/shared/_navbar.scss';*/
/*@font-face {
    font-family: 'FrutigerFont';
    src: url('../../../scss/fonts/FrutigerLTArabic55Roman.ttf');
    src: local('Frutiger Font'), local('Frutiger-Font'), url('../../../scss/fonts/FrutigerLTArabic55Roman.ttf') format('truetype');
}*/
.dropdownAnimation {
  animation-name: dropdownAnimation;
  animation-fill-mode: both;
  animation-duration: 0.5s; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } }

/* =========================================== Import _sidebar =========================================== */
/*@font-face {
    font-family: 'FrutigerFont';
    src: url('../../../scss/fonts/FrutigerLTArabic55Roman.ttf');
    src: local('Frutiger Font'), local('Frutiger-Font'), url('../../../scss/fonts/FrutigerLTArabic55Roman.ttf') format('truetype');
}*/
.dropdownAnimation {
  animation-name: dropdownAnimation;
  animation-fill-mode: both;
  animation-duration: 0.5s; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } }

.sidebar {
  min-height: calc(100vh - 40px);
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  padding: 0;
  width: 200px;
  z-index: 11;
  border-right: 2px solid #dfe2e6;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -o-transition: width 0.25s ease, background 0.25s ease;
  transition: width 0.25s ease, background 0.25s ease; }
  .sidebar .navbar-brand-wrapper {
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -o-transition: width 0.25s ease, background 0.25s ease;
    transition: width 0.25s ease, background 0.25s ease;
    width: 200px;
    height: 40px; }
    .sidebar .navbar-brand-wrapper .navbar-brand {
      font-size: 1.5rem;
      margin-right: 0;
      padding: .25rem 0; }
      .sidebar .navbar-brand-wrapper .navbar-brand img {
        max-width: 100%;
        margin: auto;
        vertical-align: middle; }
    .sidebar .navbar-brand-wrapper .navbar-toggler {
      color: #e9725d; }
  html[dir=rtl] .sidebar {
    border-right: 0 none;
    border-left: 2px solid #dfe2e6; }
.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    border-top: 4px solid #208a3d;
}
    .sidebar .nav .nav-profile img {
      width: 35px;
      height: 35px;
      border-radius: 100%; }
    .sidebar .nav .nav-profile.dropdown .dropdown-toggle:after {
      display: none; }
    .sidebar .nav .nav-item {
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-property: background;
      -moz-transition-property: background;
      -o-transition-property: background;
      transition-property: background; }
      .sidebar .nav .nav-item .collapse {
        z-index: 999; }
      .sidebar .nav .nav-item .nav-link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-border-radius: 10px 10px 10px 10px !important;
        -moz-border-radius: 10px 10px 10px 10px !important;
        border-radius: 10px 10px 10px 10px !important;
        -webkit-transition-duration: 0.45s;
        -moz-transition-duration: 0.45s;
        -o-transition-duration: 0.45s;
        transition-duration: 0.45s;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        white-space: nowrap;
        padding: 0.7125rem 1rem 0.7125rem 1rem;
        font-weight: 600;
        white-space: normal; }
        .sidebar .nav .nav-item .nav-link i.menu-icon {
          font-size: 1rem;
          line-height: 1;
          margin-right: 1rem; }
          html[dir=rtl] .sidebar .nav .nav-item .nav-link i.menu-icon {
            margin-right: 0;
            margin-left: 1rem; }
          .sidebar .nav .nav-item .nav-link i.menu-icon:before {
            vertical-align: middle; }
        .sidebar .nav .nav-item .nav-link i.menu-arrow {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-left: auto;
          margin-right: 0; }
          html[dir=rtl] .sidebar .nav .nav-item .nav-link i.menu-arrow {
            margin-right: auto;
            margin-left: 0; }
          .sidebar .nav .nav-item .nav-link i.menu-arrow:before {
            content: "\f152";
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            display: block;
            font-size: 0.687rem;
            line-height: 10px;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
        .sidebar .nav .nav-item .nav-link .menu-title {
          display: inline-block;
          font-size: 0.875rem;
          line-height: 1;
          vertical-align: middle; }
        .sidebar .nav .nav-item .nav-link .badge {
          margin-left: auto; }
        .sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
          transform: rotate(90deg); }
      .sidebar .nav .nav-item.active {
        -webkit-border-radius: 10px 10px 10px 10px !important;
        -moz-border-radius: 10px 10px 10px 10px !important;
        border-radius: 10px 10px 10px 10px !important; }
        .sidebar .nav .nav-item.active > .nav-link {
          position: relative; }
          .sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
            content: "\f152"; }
    .sidebar .nav:not(.sub-menu) {
      margin-top: 1rem;
      margin-left: 0;
      margin-right: 0; }
      .sidebar .nav:not(.sub-menu) > .nav-item {
        margin-top: .2rem; }
        .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
          margin: 0; }
          .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
            -webkit-border-radius: 8px 8px 0 0 !important;
            -moz-border-radius: 8px 8px 0 0 !important;
            border-radius: 8px 8px 0 0 !important; }
    .sidebar .nav.sub-menu {
      margin-bottom: 0;
      margin-top: 0;
      list-style: none;
      padding: 0.25rem 0 0 2.07rem;
      padding-bottom: 12px; }
      html[dir=rtl] .sidebar .nav.sub-menu {
        padding: .25rem 2.07rem 0 0; }
      .sidebar .nav.sub-menu .nav-item {
        padding: 0;
        /*&::before {
                    content: '';
                    width: 5px;
                    height: 5px;
                    position: absolute;
                    margin-top: 16px;
                    @include default-border-radius(50%,50%,50%,50%);

                    html[dir=rtl] & {*/
        /*right: 65px;*/
        /*}
                }*/ }
        .sidebar .nav.sub-menu .nav-item .nav-link {
          padding: 0.7rem 1rem;
          position: relative;
          font-size: 0.875rem;
          line-height: 1;
          height: auto;
          border-top: 0;
          white-space: revert; }

/* =========================================== off-canvas menu =========================================== */
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 40px);
    top: 40px;
    bottom: 0;
    overflow: auto;
    right: -200px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .sidebar-offcanvas.active {
      right: 0; } }

/* =========================================== Inject colors =========================================== */
.sidebar {
  background: #fff; }
  .sidebar .nav .nav-item .nav-link {
    color: #6C7383; }
    .sidebar .nav .nav-item .nav-link i {
      color: inherit; }
      .sidebar .nav .nav-item .nav-link i.menu-icon {
        color: #6C7383; }
      .sidebar .nav .nav-item .nav-link i.menu-arrow {
        color: #686868; }
        .sidebar .nav .nav-item .nav-link i.menu-arrow:before {
          color: #e9725d; }
    .sidebar .nav .nav-item .nav-link .menu-title {
      color: inherit; }
    .sidebar .nav .nav-item.active > .nav-link {
        background: #28a745;
    }
    .sidebar .nav .nav-item.active > .nav-link i,
    .sidebar .nav .nav-item.active > .nav-link .menu-title,
    .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
      color: #fff; }
    .sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
      color: #fff; }
  .sidebar .nav .nav-item:hover > .nav-link i,
  .sidebar .nav .nav-item:hover > .nav-link .menu-title,
  .sidebar .nav .nav-item:hover > .nav-link .menu-arrow {
    color: #fff; }
    .sidebar .nav .nav-item:hover > .nav-link i::before,
    .sidebar .nav .nav-item:hover > .nav-link .menu-title::before,
    .sidebar .nav .nav-item:hover > .nav-link .menu-arrow::before {
      color: #fff; }
    .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
        background: #28a745;
        color: #fff;
    }
    .sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
        background: #28a745;
        color: #fff;
    }
    .sidebar .nav:not(.sub-menu) > .nav-item.active {
        background: #28a745;
    }
  .sidebar .nav.sub-menu {
    /*background: $sidebar-default-theme-hover-bg;*/
    background: floralwhite; }
    .sidebar .nav.sub-menu .nav-item::before {
      background: #b2b2b2; }
    .sidebar .nav.sub-menu .nav-item .nav-link {
      /*color: $sidebar-default-theme-submenu-color;*/
      color: #6C7383; }
        .sidebar .nav.sub-menu .nav-item .nav-link:hover {
            /*color: $sidebar-light-submenu-hover-color;*/
            background: #28a745;
            color: #fff;
        }
      .sidebar .nav.sub-menu .nav-item .nav-link.active {
        color: #e5533a;
        background: transparent; }
    .sidebar .nav.sub-menu .nav-item:hover {
      background: transparent; }

.page-body-wrapper {
  min-height: calc(100vh - 40px);
  display: flex;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  /*padding-top: $navbar-height;*/ }

.main-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 200px);
  /*min-height: calc(100vh - 40px);*/
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    .main-panel {
      margin-left: 0;
      width: 100%; } }

.content-wrapper {
  background: #FAF9F9;
  padding: 10px;
  width: 100%;
  flex-grow: 1; }
  html[dir=rtl] .content-wrapper {
    text-align: right; }
  @media (max-width: 767px) {
    .content-wrapper {
      padding: 1.5rem 1.5rem; } }

html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

@media (min-width: 992px) {
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px; }
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
      display: none; }
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
      display: inline-block; }
  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px); }
  .sidebar-icon-only .sidebar {
    width: 70px; }
    .sidebar-icon-only .sidebar .navbar-brand-wrapper {
      width: 70px; }
      .sidebar-icon-only .sidebar .navbar-brand-wrapper .brand-logo {
        display: none; }
    .sidebar-icon-only .sidebar .nav {
      overflow: visible;
      margin-left: 0;
      margin-right: 0; }
      .sidebar-icon-only .sidebar .nav .nav-item {
        position: relative; }
        .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
          display: block;
          padding-left: .5rem;
          padding-right: .5rem;
          text-align: center;
          position: static; }
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
            display: none; }
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
            border-radius: 0 5px 5px 0;
            background: #fff; }
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 0; }
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
            display: none; }
          .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
            border-radius: 0 5px 0 0; }
        .sidebar-icon-only .sidebar .nav .nav-item .collapse {
          display: none; }
        .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
          display: flex;
          align-items: center;
          background: #fff;
          padding: 0.5rem 1.4rem;
          left: 70px;
          position: absolute;
          text-align: left;
          top: 0;
          bottom: 0;
          width: 190px;
          z-index: 1;
          line-height: 1.8;
          -webkit-box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
          box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25); }
          .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
            display: none; }
        .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
          background: #fff; }
        .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
        .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
          display: block;
          background: #fff;
          border-radius: 0 0 5px 0;
          position: absolute;
          left: 70px;
          width: 190px;
          -webkit-box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
          box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25); }
      .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item.active {
        border-radius: 0; }
      .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item:hover .nav-link {
        border-radius: 0; }
      .sidebar-icon-only .sidebar .nav.sub-menu {
        padding: 0 0 0 1.5rem; }
        .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
          text-align: left;
          padding-left: 20px; }
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px); } }

/*@import '../default/shared/_footer.scss';*/
/* =========================================== Import _breadcrumb =========================================== */
.breadcrumb {
  margin: -1.50rem -1.375rem 10px -1.375rem;
  border-bottom: 1px solid; }
  .breadcrumb .breadcrumb-item.active {
    font-weight: 500; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: "/"; }

/* =========================================== Inject colors =========================================== */
.breadcrumb {
  background: #fff;
  border-bottom-color: #dfe2e6; }
  .breadcrumb .breadcrumb-item a {
    color: #f3c449; }
  .breadcrumb .breadcrumb-item.active {
    color: #4caf50; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #e5533a; }

/* =========================================== Import _tables =========================================== */
.dataTables_wrapper .dataTables_length label {
  margin-bottom: 0px; }

.dataTables_wrapper .custom-select {
  height: 35px; }

table.table {
  width: 100% !important;
  margin-top: 10px; }
  table.table .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }
  table.table .handle {
    cursor: grab; }
  table.table thead {
    white-space: nowrap; }
    html[dir=rtl] table.table thead {
      text-align: right; }
    table.table thead tr th {
      padding: 10px; }
  html[dir=rtl] table.table tbody {
    text-align: right; }
  table.table tbody tr td {
    padding: 3px; }
  table.table tbody tr td:last-child {
    white-space: nowrap; }

html[dir=rtl] table.dataTable > thead .sorting:before, html[dir=rtl]
table.dataTable > thead .sorting_asc:before, html[dir=rtl]
table.dataTable > thead .sorting_desc:before, html[dir=rtl]
table.dataTable > thead .sorting_asc_disabled:before, html[dir=rtl]
table.dataTable > thead .sorting_desc_disabled:before {
  left: 1em;
  right: unset; }

html[dir=rtl] table.dataTable > thead .sorting:after, html[dir=rtl]
table.dataTable > thead .sorting_asc:after, html[dir=rtl]
table.dataTable > thead .sorting_desc:after, html[dir=rtl]
table.dataTable > thead .sorting_asc_disabled:after, html[dir=rtl]
table.dataTable > thead .sorting_desc_disabled:after {
  left: .5em;
  right: unset; }

html[dir=rtl] table.dataTable > thead > tr > th:not(.sorting_disabled), html[dir=rtl] table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 10px; }

/*.dataTables_info,
.dataTables_length {
    html[dir=rtl] & {
        text-align: right;
    }
}*/
.dataTables_length {
  text-align: right; }

td.details-control {
  background: url("../../../images/details_open.png") no-repeat center center;
  cursor: pointer; }

tr.details td.details-control {
  background: url("../../../images/details_close.png") no-repeat center center; }

/* =========================================== Inject colors =========================================== */
table.table thead {
    background: #7ece41;
    color: white;
}

.dropdownAnimation {
  animation-name: dropdownAnimation;
  animation-fill-mode: both;
  animation-duration: 0.5s; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0); } }

.btn-default {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-info {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-danger {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-dark {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-secondary {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-outline-secondary {
  margin: 0 2px;
  -webkit-border-radius: 10px 10px 10px 10px !important;
  -moz-border-radius: 10px 10px 10px 10px !important;
  border-radius: 10px 10px 10px 10px !important; }

.btn-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .btn-switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.btn-switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .btn-switch_slider.round {
    -webkit-border-radius: 34px 34px 34px 34px !important;
    -moz-border-radius: 34px 34px 34px 34px !important;
    border-radius: 34px 34px 34px 34px !important; }
  .btn-switch_slider.round:before {
    -webkit-border-radius: 50% 50% 50% 50% !important;
    -moz-border-radius: 50% 50% 50% 50% !important;
    border-radius: 50% 50% 50% 50% !important; }
  .btn-switch_slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0;
    bottom: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active2,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #e5533a;
  color: #fff; }

.form-control {
  height: 37px;
  /*@include default-border-radius(10px,10px,10px,10px);*/ }
  .form-control:focus {
    border: 2px solid;
    box-shadow: none; }

input:checked + .btn-switch_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  width: 100%;
  height: 37px;
  /*@include default-border-radius(10px,10px,10px,10px);*/ }

.btn-default {
    color: white;
    background: #1a8c44;
}
    .btn-default:hover {
        color: white;
        background: #7ece41;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1a8c44;
}

.btn-switch_slider {
  background-color: #ccc; }
  .btn-switch_slider:before {
    background-color: white; }

input:checked + .btn-switch_slider {
  background-color: #e5533a; }

input:focus + .btn-switch_slider {
  box-shadow: 0 0 1px #2196F3; }

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border: 2px solid #e9725d !important; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  opacity: 0.5; }
  .preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid;
    border-top: 6px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -o-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite; }

.preloader {
  background: #fff; }
  .preloader:before {
    border-color: #e5533a;
    border-top-color: #e9725d; }

.modal .modal-body img {
  height: 100px;
  width: 100px; }

.modal .modal-body img.img-thumbnail {
  border-radius: 50%; }

.modal-confirm {
  color: #636363;
  width: 400px; }

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px; }

.modal-confirm .modal-header {
  display: block;
  border-bottom: none;
  position: relative; }

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px; }

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px; }

.modal-confirm .modal-body {
  color: #999; }

.modal-confirm .modal-footer {
  display: flex;
  justify-content: center; }

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e; }

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px; }

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
  outline: none !important; }

.modal-confirm .btn-info {
  background: #c1c1c1; }

.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
  background: #a8a8a8; }

.modal-confirm .btn-danger {
  background: #f15e5e; }

.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
  background: #ee3535; }

.profile-thumb {
  position: relative;
  width: 100px;
  height: 100px; }
  .profile-thumb .profile-thumb-edit {
    font-size: 16px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    right: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #e5533a;
  color: #fff; }

.deleteConfirmation {
  z-index: 2000; }

.accordion-container {
  margin-bottom: 10px; }
  .accordion-container .card .card-header {
    width: 100%;
    padding: 5px; }

body.login-body-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-image: url(../../../images/jira-left.1ed82f79.svg), url(../../../images/jira-right.dee3d2d1.svg);
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: 368px, 368px;
  background-position: left bottom, right bottom; }
  body.login-body-wrapper .full-page-wrapper {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: 0 auto; }
    body.login-body-wrapper .full-page-wrapper .toggle-password {
      float: right;
      margin-right: 10px;
      margin-top: -30px;
      position: relative;
      z-index: 2; }

.ss {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fafbfc;
  background-image: url(../../../images/jira-left.1ed82f79.svg), url(../../../images/jira-right.dee3d2d1.svg);
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: 368px, 368px;
  background-position: left bottom, right bottom; }
