@import url("https://fonts.googleapis.com/css2?family=iransans:wght@400;500;600;700&amp;display=swap");
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: normal;
  src: url('../../Assets/fonts/IRANSansWeb.eot');
  src: url('../../Assets/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../../Assets/fonts/IRANSansWeb.woff2') format('woff2'), url('../../Assets/fonts/IRANSansWeb.woff') format('woff'), url('../../Assets/fonts/IRANSansWeb.ttf') format('truetype');
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 600
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600
}

h6, .h6 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600
}

.display-1 {
  font-size: 80px
}

.display-2 {
  font-size: 72px
}

.display-3 {
  font-size: 64px
}

.display-4 {
  font-size: 56px
}

.bg-primary {
  background-color: #396cf0 !important
}

.bg-soft-primary {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important
}

.text-primary {
  color: #396cf0 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-primary:hover, a.text-primary:focus {
  color: #215aee !important
}

.bg-secondary {
  background-color: #5a6d90 !important
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important
}

.text-secondary {
  color: #5a6d90 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180 !important
}

.bg-success {
  background-color: #53c797 !important
}

.bg-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important
}

.text-success {
  color: #53c797 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-success:hover, a.text-success:focus {
  color: #40c18b !important
}

.bg-warning {
  background-color: #f1b561 !important
}

.bg-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important
}

.text-warning {
  color: #f1b561 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-warning:hover, a.text-warning:focus {
  color: #efaa4a !important
}

.bg-info {
  background-color: #64c2f1 !important
}

.bg-soft-info {
  background-color: rgba(100, 194, 241, 0.1) !important;
  border: 1px solid rgba(100, 194, 241, 0.1) !important;
  color: #64c2f1 !important
}

.text-info {
  color: #64c2f1 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-info:hover, a.text-info:focus {
  color: #4db9ef !important
}

.bg-danger {
  background-color: #f0735a !important
}

.bg-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important
}

.text-danger {
  color: #f0735a !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-danger:hover, a.text-danger:focus {
  color: #ee5f43 !important
}

.bg-dark {
  background-color: #343a40 !important
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  color: #343a40 !important
}

.text-dark {
  color: #343a40 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-dark:hover, a.text-dark:focus {
  color: #292d32 !important
}

.bg-muted {
  background-color: #8492a6 !important
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important
}

.text-muted {
  color: #8492a6 !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important
}

.bg-light {
  background-color: #f8f9fc !important
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important
}

.text-light {
  color: #f8f9fc !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important
}

.bg-footer {
  background-color: #27314f !important
}

.bg-soft-footer {
  background-color: rgba(39, 49, 79, 0.1) !important;
  border: 1px solid rgba(39, 49, 79, 0.1) !important;
  color: #27314f !important
}

.text-footer {
  color: #27314f !important
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

a.text-footer:hover, a.text-footer:focus {
  color: #1e273e !important
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important
  }
}

.row>* {
  position: relative
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px
}

.margin-nagative.mt-n5 {
  margin-top: -48px
}

.d-flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.rounded {
  border-radius: 5px !important
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important
}

.rounded-bottom {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important
}

.rounded-md {
  border-radius: 10px !important
}

.rounded-lg {
  border-radius: 30px !important
}

.border {
  border: 1px solid #e9ecef !important
}

.border-top {
  border-top: 1px solid #e9ecef !important
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important
}

.border-left {
  border-left: 1px solid #e9ecef !important
}

.border-right {
  border-right: 1px solid #e9ecef !important
}

.small, small {
  font-size: 0.9em
}

.card .card-body {
  padding: 1.5rem
}

.btn-primary {
  background-color: #396cf0 !important;
  border: 1px solid #396cf0 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #215aee !important;
  border-color: #215aee !important;
  color: #fff !important
}

.btn-soft-primary {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3)
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #396cf0 !important;
  border-color: #396cf0 !important;
  color: #fff !important
}

.btn-outline-primary {
  border: 1px solid #396cf0;
  color: #396cf0;
  background-color: transparent
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #396cf0;
  border-color: #396cf0;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3);
  box-shadow: 0 3px 5px 0 rgba(57, 108, 240, 0.3)
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #506180 !important;
  border-color: #506180 !important;
  color: #fff !important
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #fff !important
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3)
}

.btn-success {
  background-color: #53c797 !important;
  border: 1px solid #53c797 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3)
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #40c18b !important;
  border-color: #40c18b !important;
  color: #fff !important
}

.btn-soft-success {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 1px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3)
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #53c797 !important;
  border-color: #53c797 !important;
  color: #fff !important
}

.btn-outline-success {
  border: 1px solid #53c797;
  color: #53c797;
  background-color: transparent
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #53c797;
  border-color: #53c797;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3);
  box-shadow: 0 3px 5px 0 rgba(83, 199, 151, 0.3)
}

.btn-warning {
  background-color: #f1b561 !important;
  border: 1px solid #f1b561 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3)
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #efaa4a !important;
  border-color: #efaa4a !important;
  color: #fff !important
}

.btn-soft-warning {
  background-color: rgba(241, 181, 97, 0.1) !important;
  border: 1px solid rgba(241, 181, 97, 0.1) !important;
  color: #f1b561 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3)
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #f1b561 !important;
  border-color: #f1b561 !important;
  color: #fff !important
}

.btn-outline-warning {
  border: 1px solid #f1b561;
  color: #f1b561;
  background-color: transparent
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f1b561;
  border-color: #f1b561;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 181, 97, 0.3)
}

.btn-info {
  background-color: #64c2f1 !important;
  border: 1px solid #64c2f1 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3)
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #4db9ef !important;
  border-color: #4db9ef !important;
  color: #fff !important
}

.btn-soft-info {
  background-color: rgba(100, 194, 241, 0.1) !important;
  border: 1px solid rgba(100, 194, 241, 0.1) !important;
  color: #64c2f1 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3)
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #64c2f1 !important;
  border-color: #64c2f1 !important;
  color: #fff !important
}

.btn-outline-info {
  border: 1px solid #64c2f1;
  color: #64c2f1;
  background-color: transparent
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #64c2f1;
  border-color: #64c2f1;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3);
  box-shadow: 0 3px 5px 0 rgba(100, 194, 241, 0.3)
}

.btn-danger {
  background-color: #f0735a !important;
  border: 1px solid #f0735a !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3)
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #ee5f43 !important;
  border-color: #ee5f43 !important;
  color: #fff !important
}

.btn-soft-danger {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 1px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3)
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #f0735a !important;
  border-color: #f0735a !important;
  color: #fff !important
}

.btn-outline-danger {
  border: 1px solid #f0735a;
  color: #f0735a;
  background-color: transparent
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f0735a;
  border-color: #f0735a;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3);
  box-shadow: 0 3px 5px 0 rgba(240, 115, 90, 0.3)
}

.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #292d32 !important;
  border-color: #292d32 !important;
  color: #fff !important
}

.btn-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
  border: 1px solid rgba(52, 58, 64, 0.1) !important;
  color: #343a40 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: #fff !important
}

.btn-outline-dark {
  border: 1px solid #343a40;
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3);
  box-shadow: 0 3px 5px 0 rgba(52, 58, 64, 0.3)
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #75859b !important;
  border-color: #75859b !important;
  color: #fff !important
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #fff !important
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3)
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #e6eaf4 !important;
  border-color: #e6eaf4 !important;
  color: #fff !important
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #fff !important
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3)
}

.btn-footer {
  background-color: #27314f !important;
  border: 1px solid #27314f !important;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
  box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #1e273e !important;
  border-color: #1e273e !important;
  color: #fff !important
}

.btn-soft-footer {
  background-color: rgba(39, 49, 79, 0.1) !important;
  border: 1px solid rgba(39, 49, 79, 0.1) !important;
  color: #27314f !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
  box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #27314f !important;
  border-color: #27314f !important;
  color: #fff !important
}

.btn-outline-footer {
  border: 1px solid #27314f;
  color: #27314f;
  background-color: transparent
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #27314f;
  border-color: #27314f;
  color: #fff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3);
  box-shadow: 0 3px 5px 0 rgba(39, 49, 79, 0.3)
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px
}

.btn.btn-pills {
  border-radius: 30px
}

.btn.btn-light {
  color: #343a40 !important;
  border: 1px solid #dee2e6 !important
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #fff !important;
  color: #343a40 !important
}

.btn.btn-soft-light {
  color: rgba(52, 58, 64, 0.5) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  background-color: rgba(248, 249, 252, 0.1);
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2)
}

.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #343a40 !important
}

.btn.btn-soft-light-alt {
  background-color: rgba(248, 249, 252, 0.1);
  color: #f8f9fc;
  border: 1px solid rgba(248, 249, 252, 0.1);
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.2)
}

.btn.btn-soft-light-alt:hover, .btn.btn-soft-light-alt:focus, .btn.btn-soft-light-alt:active, .btn.btn-soft-light-alt.active, .btn.btn-soft-light-alt.focus {
  background: #fff;
  color: #343a40 !important
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #343a40 !important;
  background-color: transparent
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important
}

.btn.btn-outline-light-alt {
  border: 1px solid #dee2e6 !important;
  color: #fff !important;
  background-color: transparent
}

.btn.btn-outline-light-alt:hover, .btn.btn-outline-light-alt:focus, .btn.btn-outline-light-alt:active, .btn.btn-outline-light-alt.active, .btn.btn-outline-light-alt.focus {
  background-color: #f8f9fc !important;
  color: #343a40 !important
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px
}

button:not(:disabled) {
  outline: none
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important;
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15) !important
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important;
  box-shadow: 0 10px 25px rgba(52, 58, 64, 0.15) !important
}

.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important;
  box-shadow: 0 5px 13px rgba(52, 58, 64, 0.2) !important
}

.badge {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 1;
  text-align: center
}

.dropdown-primary .dropdown-menu {
  border-top: 3px solid #396cf0 !important
}

.dropdown-primary .dropdown-menu:before {
  border-color: transparent transparent #396cf0 #396cf0 !important
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #396cf0 !important
}

.dropdown-primary .dropdown-menu.drop-ups {
  border-bottom: 3px solid #396cf0 !important
}

.dropdown-secondary .dropdown-menu {
  border-top: 3px solid #5a6d90 !important
}

.dropdown-secondary .dropdown-menu:before {
  border-color: transparent transparent #5a6d90 #5a6d90 !important
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important
}

.dropdown-secondary .dropdown-menu.drop-ups {
  border-bottom: 3px solid #5a6d90 !important
}

.dropdown-success .dropdown-menu {
  border-top: 3px solid #53c797 !important
}

.dropdown-success .dropdown-menu:before {
  border-color: transparent transparent #53c797 #53c797 !important
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #53c797 !important
}

.dropdown-success .dropdown-menu.drop-ups {
  border-bottom: 3px solid #53c797 !important
}

.dropdown-warning .dropdown-menu {
  border-top: 3px solid #f1b561 !important
}

.dropdown-warning .dropdown-menu:before {
  border-color: transparent transparent #f1b561 #f1b561 !important
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f1b561 !important
}

.dropdown-warning .dropdown-menu.drop-ups {
  border-bottom: 3px solid #f1b561 !important
}

.dropdown-info .dropdown-menu {
  border-top: 3px solid #64c2f1 !important
}

.dropdown-info .dropdown-menu:before {
  border-color: transparent transparent #64c2f1 #64c2f1 !important
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #64c2f1 !important
}

.dropdown-info .dropdown-menu.drop-ups {
  border-bottom: 3px solid #64c2f1 !important
}

.dropdown-danger .dropdown-menu {
  border-top: 3px solid #f0735a !important
}

.dropdown-danger .dropdown-menu:before {
  border-color: transparent transparent #f0735a #f0735a !important
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f0735a !important
}

.dropdown-danger .dropdown-menu.drop-ups {
  border-bottom: 3px solid #f0735a !important
}

.dropdown-dark .dropdown-menu {
  border-top: 3px solid #343a40 !important
}

.dropdown-dark .dropdown-menu:before {
  border-color: transparent transparent #343a40 #343a40 !important
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #343a40 !important
}

.dropdown-dark .dropdown-menu.drop-ups {
  border-bottom: 3px solid #343a40 !important
}

.dropdown-muted .dropdown-menu {
  border-top: 3px solid #8492a6 !important
}

.dropdown-muted .dropdown-menu:before {
  border-color: transparent transparent #8492a6 #8492a6 !important
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important
}

.dropdown-muted .dropdown-menu.drop-ups {
  border-bottom: 3px solid #8492a6 !important
}

.dropdown-light .dropdown-menu {
  border-top: 3px solid #f8f9fc !important
}

.dropdown-light .dropdown-menu:before {
  border-color: transparent transparent #f8f9fc #f8f9fc !important
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f8f9fc !important
}

.dropdown-light .dropdown-menu.drop-ups {
  border-bottom: 3px solid #f8f9fc !important
}

.dropdown-footer .dropdown-menu {
  border-top: 3px solid #27314f !important
}

.dropdown-footer .dropdown-menu:before {
  border-color: transparent transparent #27314f #27314f !important
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #27314f !important
}

.dropdown-footer .dropdown-menu.drop-ups {
  border-bottom: 3px solid #27314f !important
}

.dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  top: 2px !important
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 30px;
  right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
  box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.dropdown-menu.dd-menu:before {
  left: 30px !important;
  right: auto;
}

.dropdown-menu.dd-menu.drop-ups {
  bottom: 2px !important;
  top: auto !important;
  border-top: 0 !important;
  margin: 0 0 10px 0 !important
}

.dropdown-menu.dd-menu.drop-ups:before {
  bottom: -15px !important;
  left: 10px !important;
  right: auto !important;
  top: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.dropdown-menu .dropdown-item {
  padding: 5px 20px;
  clear: both;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600
}

.dropdown .dropdown-toggle:after {
  display: none !important
}

.alert-primary {
  background-color: rgba(57, 108, 240, 0.9);
  color: #fff;
  border-color: #396cf0
}

.alert-primary .alert-link {
  color: #0a2d86
}

.alert-outline-primary {
  background-color: #fff;
  color: #396cf0;
  border-color: #396cf0
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #fff;
  border-color: #5a6d90
}

.alert-secondary .alert-link {
  color: #1f2632
}

.alert-outline-secondary {
  background-color: #fff;
  color: #5a6d90;
  border-color: #5a6d90
}

.alert-success {
  background-color: rgba(83, 199, 151, 0.9);
  color: #fff;
  border-color: #53c797
}

.alert-success .alert-link {
  color: #206146
}

.alert-outline-success {
  background-color: #fff;
  color: #53c797;
  border-color: #53c797
}

.alert-warning {
  background-color: rgba(241, 181, 97, 0.9);
  color: #fff;
  border-color: #f1b561
}

.alert-warning .alert-link {
  color: #aa690f
}

.alert-outline-warning {
  background-color: #fff;
  color: #f1b561;
  border-color: #f1b561
}

.alert-info {
  background-color: rgba(100, 194, 241, 0.9);
  color: #fff;
  border-color: #64c2f1
}

.alert-info .alert-link {
  color: #1078ac
}

.alert-outline-info {
  background-color: #fff;
  color: #64c2f1;
  border-color: #64c2f1
}

.alert-danger {
  background-color: rgba(240, 115, 90, 0.9);
  color: #fff;
  border-color: #f0735a
}

.alert-danger .alert-link {
  color: #a2270f
}

.alert-outline-danger {
  background-color: #fff;
  color: #f0735a;
  border-color: #f0735a
}

.alert-dark {
  background-color: rgba(52, 58, 64, 0.9);
  color: #fff;
  border-color: #343a40
}

.alert-dark .alert-link {
  color: #000
}

.alert-outline-dark {
  background-color: #fff;
  color: #343a40;
  border-color: #343a40
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #fff;
  border-color: #8492a6
}

.alert-muted .alert-link {
  color: #3d4654
}

.alert-outline-muted {
  background-color: #fff;
  color: #8492a6;
  border-color: #8492a6
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #fff;
  border-color: #f8f9fc
}

.alert-light .alert-link {
  color: #8d9dce
}

.alert-outline-light {
  background-color: #fff;
  color: #f8f9fc;
  border-color: #f8f9fc
}

.alert-footer {
  background-color: rgba(39, 49, 79, 0.9);
  color: #fff;
  border-color: #27314f
}

.alert-footer .alert-link {
  color: #000
}

.alert-outline-footer {
  background-color: #fff;
  color: #27314f;
  border-color: #27314f
}

.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px
}

.alert.alert-light {
  background-color: #fff;
  color: #343a40;
  border-color: #e9ecef
}

.alert.alert-dismissible {
  padding-left: 30px;
}

.alert.alert-dismissible .btn-close {
  top: 10px;
  left: 10px;
  padding: 0px;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block
}

.alert.alert-pills .content {
  font-weight: 600
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 0 24px;
  display: block
}

.breadcrumb.breadcrumb-muted .breadcrumb-item a {
  color: #8492a6
}

.breadcrumb.breadcrumb-muted .breadcrumb-item:after {
  color: #8492a6
}

.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-left: 0;
  display: inline-block
}

.breadcrumb .breadcrumb-item a {
  color: #343a40
}

.breadcrumb .breadcrumb-item a:hover {
  color: #396cf0
}

.breadcrumb .breadcrumb-item.active {
  color: #396cf0
}

.breadcrumb .breadcrumb-item:before {
  content: "";
  display: none
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0141" !important;
  font-size: 14px;
  color: #343a40;
  font-family: 'Material Design Icons';
  padding-right: 5px
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none
}

.pagination {
  font-size: 14px
}

.pagination li:first-child a {
  border-right-width: 1px !important;
  border-radius: 0 5px 5px 0;
}

.pagination li:last-child a {
  border-radius: 5px 0 0 5px;
}

.pagination li a {
  float: left;
  color: #343a40;
  border: 1px solid #e9ecef;
  border-right-width: 0 !important;
  background: #fff;
}

.pagination li a:hover {
  color: #396cf0;
  background: #e9ecef;
  border-color: #e9ecef
}

.pagination .active a {
  color: #fff !important;
  background: #396cf0 !important;
  border-color: #396cf0 !important;
  cursor: not-allowed
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #396cf0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.avatar.avatar-ex-sm {
  height: 30px;
  width: 30px
}

.avatar.avatar-ex-small {
  height: 36px;
  width: 36px
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px
}

.avatar.avatar-small {
  height: 65px;
  width: 65px
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px
}

.avatar.avatar-large {
  height: 140px;
  width: 140px
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px
}

.avatar.avatar-client {
  max-height: 25px
}

.accordion .accordion-item {
  overflow: hidden
}

.accordion .accordion-item .accordion-button {
  font-weight: 500
}

.accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.accordion .accordion-button:after {
  width: 13px;
  height: 13px;
  background-size: initial
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa
}

.nav-pills.nav-link-soft .nav-link.active {
  background: rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.nav-pills .nav-link.nav-link-alt.active {
  background: #343a40;
  color: #fff !important
}

.nav-pills .nav-link.active {
  background: #396cf0;
  color: #fff !important
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important
}

.nav-pills a .title {
  font-size: 17px !important
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #396cf0 !important;
  border-color: transparent transparent #396cf0 !important
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent
}

.progress-box .title {
  font-size: 15px
}

.progress-box .progress {
  height: 8px;
  overflow: visible
}

.progress-box .progress .progress-bar {
  border-radius: 5px;
  overflow: visible !important
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -28px;
  right: -15px;
  font-size: 14px
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 5px;
  font-size: 16px
}

.form-label {
  font-weight: 500
}

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  background-color: #fff
}

.form-control:focus {
  border-color: #396cf0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control[readonly] {
  background-color: #fff
}

.form-control:disabled {
  background-color: #e9ecef
}

.form-check-input:focus {
  border-color: #396cf0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.preview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto
}

.preview-box .preview-content {
  width: auto;
  height: inherit;
  max-width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

.select2-container {
  display: block !important;
  width: 100% !important;
  text-align: right;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important;
  height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #343a40 !important;
  line-height: 40px !important;
  font-size: 13px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #343a40 transparent transparent transparent;
  top: 20px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #343a40 transparent
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  border-radius: 5px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #396cf0 !important
}

.select2-container--default .select2-results__option--selected {
  background-color: #396cf0 !important;
  color: #fff !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #396cf0 !important;
  color: #fff !important
}

.select2-selection:focus, .select2-selection:active {
  outline: none;
  border-color: #396cf0 !important
}

.select2-results__option {
  color: #8492a6
}

.select2-dropdown {
  border: 1px solid #dee2e6 !important;
  border-radius: 5px !important
}

.map {
  line-height: 0
}

.map iframe {
  width: 100%;
  height: 400px
}

.subcribe-form .btn {
  padding: 10px 20px
}

.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #343a40 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8)
}

.subcribe-form button {
  position: absolute;
  top: 1.5px;
  right: 2px;
  outline: none !important
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive .table td, .table-responsive .table th {
  vertical-align: middle;
  border-color: #f2f4f6
}

.table-responsive .table.table-email tbody>tr>td {
  cursor: pointer
}

.table-responsive .table.table-email tbody>tr:hover {
  background-color: #f8f9fc
}

.table-responsive .table-center th {
  vertical-align: middle !important;
  cursor: pointer
}

.table-responsive .table-center.invoice-tb th, .table-responsive .table-center.invoice-tb td {
  text-align: right;
}

.table-responsive .table-padding tr td {
  padding-top: 20px;
  padding-bottom: 20px
}

.social-icon li a {
  color: #343a40;
  border: 1px solid #343a40;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative
}

.social-icon li a .fea-social {
  stroke-width: 2
}

.social-icon li a:hover {
  background-color: #396cf0;
  border-color: #396cf0 !important;
  color: #fff !important
}

.social-icon li a:hover .fea-social {
  fill: #396cf0
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd
}

.home-shape-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  z-index: 1;
  text-align: center
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none
}

.back-to-home {
  position: fixed;
  top: 4%;
  left: 2%;
  z-index: 1;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px
}

.fea {
  stroke-width: 1.8
}

.fea.icon-sm {
  height: 16px;
  width: 16px
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px
}

.fea.icon-m-md {
  height: 28px;
  width: 28px
}

.fea.icon-md {
  height: 35px;
  width: 35px
}

.fea.icon-lg {
  height: 42px;
  width: 42px
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px
}

[class^=uil-]:before, [class*=" uil-"]:before {
  margin: 0
}

.uim-svg {
  vertical-align: 0 !important
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important
  }
  .display-2 {
    font-size: 50px !important
  }
  .display-3 {
    font-size: 42px !important
  }
  .display-4 {
    font-size: 36px !important
  }
}

body {
  font-family: "iransans", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #161c2d;
  direction: rtl;
  text-align: right ;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "iransans", sans-serif
}

::-moz-selection {
  background: rgba(57, 108, 240, 0.9);
  color: #fff
}

::selection {
  background: rgba(57, 108, 240, 0.9);
  color: #fff
}

a {
  text-decoration: none !important
}

p {
  line-height: 1.6
}

.page-wrapper {
  height: 100vh
}

.page-wrapper.chiller-theme .sidebar-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper.chiller-theme .sidebar-wrapper .sidebar-header, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #e9ecef
}

.page-wrapper.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-brand>a, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li a {
  color: #343a40;
  font-weight: 500
}

.page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li:hover>a, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li.active>a, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li:active>a, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li:active>a:before, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li:hover>a:before, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu li.active>a:before, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-header .user-info, .page-wrapper.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover {
  color: #396cf0 !important
}

.page-wrapper .sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

@media (min-width: 1025px) {
  .page-wrapper .sidebar-wrapper {
    z-index: 1000
  }
}

@media (max-width: 1024px) {
  .page-wrapper .sidebar-wrapper {
    left: 0
  }
}

@media (max-width: 425px) {
  .page-wrapper .sidebar-wrapper {
    width: 260px
  }
}

.page-wrapper .sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.page-wrapper .sidebar-wrapper a {
  text-decoration: none
}

.page-wrapper .sidebar-wrapper .sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative
}

.page-wrapper .sidebar-wrapper .sidebar-content.desktop {
  overflow-y: hidden
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:focus {
  outline: none
}

.page-wrapper .sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden
}

.page-wrapper .sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px
}

.page-wrapper .sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:hover>i::before {
  display: inline-block
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:focus {
  outline: none
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f8f9fa;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-menu li:hover i, .page-wrapper .sidebar-wrapper .sidebar-menu li.active i {
  background-color: rgba(57, 108, 240, 0.1)
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  content: "\F0141" !important;
  color: #343a40;
  font-family: 'Material Design Icons';
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 17px;
  color: #396cf0;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  display: none
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
  padding-left: 25px;
  font-size: 14px
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
  content: "\F035E" !important;
  color: #343a40;
  font-family: 'Material Design Icons';
  margin-left: 6px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .badge, .page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .label {
  float: right;
  margin-top: 0px
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.label, .page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px
}

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.page-wrapper .page-content .top-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  max-height: 70px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.page-wrapper .page-content .top-header .header-bar {
  background: #fff;
  height: 71px;
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px
}

.page-wrapper .page-content .top-header .header-bar .logo-icon {
  display: none
}

@media (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon {
    display: block
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
  display: none
}

@media (max-width: 767px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .small {
    display: block
  }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big {
  display: none
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper .page-content .top-header .header-bar .logo-icon .big {
    display: block
  }
}

.page-wrapper .page-content .top-header .header-bar .search-bar {
  padding-top: 14.5px;
  padding-bottom: 14.5px
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search form {
  position: relative
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="text"], .page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 15px;
  height: 40px;
  font-size: 14px;
  display: block;
  width: 250px;
  outline: none !important;
  padding-left: 45px;
  opacity: 0.7;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type="submit"], .page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  left: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  left: 16px;
  top: 12px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.page-wrapper .page-content .layout-specing {
  padding: 94px 14px 24px !important;
  min-height: calc(100vh - 56px) !important;
  position: relative
}

@media screen and (min-width: 1025px) {
  .page-wrapper.toggled .page-content {
    padding-right: 300px;
  }
}

.page-wrapper.toggled .top-header {
  right: 301px;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .top-header {
    right: 0;
  }
}

.page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}

@media (max-width: 1024px) {
  .page-wrapper.toggled .sidebar-wrapper {
    left: -300px;
  }
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 15px !important;
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center
}

@media (max-width: 767px) {
  .bg-home .bg-home {
    padding: 150px 0;
    height: auto
  }
}

.bg-half-150 {
  padding: 150px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center
}

@media print {
  .page-wrapper .page-content .layout-specing {
    padding: 0 !important
  }
}

.features.feature-primary .title:hover {
  color: #396cf0 !important
}

.features.feature-primary .icon {
  color: #396cf0 !important;
  background-color: rgba(57, 108, 240, 0.05) !important
}

.features.feature-secondary .title:hover {
  color: #5a6d90 !important
}

.features.feature-secondary .icon {
  color: #5a6d90 !important;
  background-color: rgba(90, 109, 144, 0.05) !important
}

.features.feature-success .title:hover {
  color: #53c797 !important
}

.features.feature-success .icon {
  color: #53c797 !important;
  background-color: rgba(83, 199, 151, 0.05) !important
}

.features.feature-warning .title:hover {
  color: #f1b561 !important
}

.features.feature-warning .icon {
  color: #f1b561 !important;
  background-color: rgba(241, 181, 97, 0.05) !important
}

.features.feature-info .title:hover {
  color: #64c2f1 !important
}

.features.feature-info .icon {
  color: #64c2f1 !important;
  background-color: rgba(100, 194, 241, 0.05) !important
}

.features.feature-danger .title:hover {
  color: #f0735a !important
}

.features.feature-danger .icon {
  color: #f0735a !important;
  background-color: rgba(240, 115, 90, 0.05) !important
}

.features.feature-dark .title:hover {
  color: #343a40 !important
}

.features.feature-dark .icon {
  color: #343a40 !important;
  background-color: rgba(52, 58, 64, 0.05) !important
}

.features.feature-muted .title:hover {
  color: #8492a6 !important
}

.features.feature-muted .icon {
  color: #8492a6 !important;
  background-color: rgba(132, 146, 166, 0.05) !important
}

.features.feature-light .title:hover {
  color: #f8f9fc !important
}

.features.feature-light .icon {
  color: #f8f9fc !important;
  background-color: rgba(248, 249, 252, 0.05) !important
}

.features.feature-footer .title:hover {
  color: #27314f !important
}

.features.feature-footer .icon {
  color: #27314f !important;
  background-color: rgba(39, 49, 79, 0.05) !important
}

.features {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.features .icon {
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.chat .chat-list:hover, .chat .chat-list.active, .chat .chat-list:focus {
  background: #f8f9fc !important;
  -webkit-box-shadow: 0 0 3px rgba(52, 58, 64, 0.15);
  box-shadow: 0 0 3px rgba(52, 58, 64, 0.15)
}

.chat .chat-list .on-off, .chat .chat-type .on-off {
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 12px !important;
}

.chat.chat-person .on-off {
  font-size: 10px
}

.chat.chat-person .chat-msg {
  margin-right: 8px;
}

.chat.chat-person .chat-msg .msg {
  border: 1px solid #e9ecef
}

.chat.chat-person .chat-msg .msg-time {
  font-size: 12px !important
}

.chat.chat-person .chat-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.chat.chat-person .chat-right .chat-user-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.chat.chat-person .chat-right .chat-user-image .on-off {
  left: -1px;
}

.chat.chat-person .chat-right .chat-msg {
  margin-left: 8px;
  margin-right: 0;
}

.chat.chat-person .chat-right .chat-msg .msg {
  display: inline-block
}

.chat.chat-person .chat-right .chat-msg .msg-time {
  display: block
}

.team {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.team .team-img .team-social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.team .content, .team .content .title, .team .content .speciality {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.team .team-person img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.team .team-person .team-like {
  position: absolute;
  top: 10px;
  right: 10px
}

.team .team-person:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.team:hover .team-img .team-social {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px)
}

.team:hover .content {
  background: #396cf0 !important
}

.team:hover .content .title {
  color: #fff !important
}

.team:hover .content .speciality {
  color: rgba(255, 255, 255, 0.5) !important
}

.tns-nav {
  text-align: center;
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(57, 108, 240, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 4px;
  padding: 0;
  background-color: none;
}

.owl-theme .owl-dots .owl-dot.active  span {
  background: #396cf0 !important;
  border-color: #396cf0
}

.tiny-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.tiny-timeline:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 17px;
  left: 0;
  height: 2px;
  background: #396cf0
}

.tiny-timeline .item-box {
  margin: 70px 15px
}

.tiny-timeline .item-box:before, .tiny-timeline .item-box:after {
  content: "";
  position: absolute;
  left: 50%;
  background: #396cf0
}

.tiny-timeline .item-box:before {
  width: 2px;
  height: 46px;
  top: -46px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tiny-timeline .item-box:after {
  width: 13px;
  height: 13px;
  top: -59px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer
}

.blog.blog-primary .tag {
  background: #396cf0 !important
}

.blog.blog-primary .title:hover {
  color: #396cf0 !important
}

.blog.blog-primary .link {
  color: #396cf0 !important
}

.blog.blog-primary .post-meta .like:hover, .blog.blog-primary .post-meta .comments:hover {
  color: #396cf0 !important
}

.blog.blog-secondary .tag {
  background: #5a6d90 !important
}

.blog.blog-secondary .title:hover {
  color: #5a6d90 !important
}

.blog.blog-secondary .link {
  color: #5a6d90 !important
}

.blog.blog-secondary .post-meta .like:hover, .blog.blog-secondary .post-meta .comments:hover {
  color: #5a6d90 !important
}

.blog.blog-success .tag {
  background: #53c797 !important
}

.blog.blog-success .title:hover {
  color: #53c797 !important
}

.blog.blog-success .link {
  color: #53c797 !important
}

.blog.blog-success .post-meta .like:hover, .blog.blog-success .post-meta .comments:hover {
  color: #53c797 !important
}

.blog.blog-warning .tag {
  background: #f1b561 !important
}

.blog.blog-warning .title:hover {
  color: #f1b561 !important
}

.blog.blog-warning .link {
  color: #f1b561 !important
}

.blog.blog-warning .post-meta .like:hover, .blog.blog-warning .post-meta .comments:hover {
  color: #f1b561 !important
}

.blog.blog-info .tag {
  background: #64c2f1 !important
}

.blog.blog-info .title:hover {
  color: #64c2f1 !important
}

.blog.blog-info .link {
  color: #64c2f1 !important
}

.blog.blog-info .post-meta .like:hover, .blog.blog-info .post-meta .comments:hover {
  color: #64c2f1 !important
}

.blog.blog-danger .tag {
  background: #f0735a !important
}

.blog.blog-danger .title:hover {
  color: #f0735a !important
}

.blog.blog-danger .link {
  color: #f0735a !important
}

.blog.blog-danger .post-meta .like:hover, .blog.blog-danger .post-meta .comments:hover {
  color: #f0735a !important
}

.blog.blog-dark .tag {
  background: #343a40 !important
}

.blog.blog-dark .title:hover {
  color: #343a40 !important
}

.blog.blog-dark .link {
  color: #343a40 !important
}

.blog.blog-dark .post-meta .like:hover, .blog.blog-dark .post-meta .comments:hover {
  color: #343a40 !important
}

.blog.blog-muted .tag {
  background: #8492a6 !important
}

.blog.blog-muted .title:hover {
  color: #8492a6 !important
}

.blog.blog-muted .link {
  color: #8492a6 !important
}

.blog.blog-muted .post-meta .like:hover, .blog.blog-muted .post-meta .comments:hover {
  color: #8492a6 !important
}

.blog.blog-light .tag {
  background: #f8f9fc !important
}

.blog.blog-light .title:hover {
  color: #f8f9fc !important
}

.blog.blog-light .link {
  color: #f8f9fc !important
}

.blog.blog-light .post-meta .like:hover, .blog.blog-light .post-meta .comments:hover {
  color: #f8f9fc !important
}

.blog.blog-footer .tag {
  background: #27314f !important
}

.blog.blog-footer .title:hover {
  color: #27314f !important
}

.blog.blog-footer .link {
  color: #27314f !important
}

.blog.blog-footer .post-meta .like:hover, .blog.blog-footer .post-meta .comments:hover {
  color: #27314f !important
}

.sidebar .widget .widget-search form {
  position: relative
}

.sidebar .widget .widget-search input[type="text"], .sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-left: 45px;
}

.sidebar .widget .widget-search input[type="submit"], .sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  left: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-right: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #343a40;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #396cf0
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px
}

.sidebar .widget .tagcloud>a {
  background: #f8f9fa;
  color: #343a40;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 0 5px 10px;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.sidebar .widget .tagcloud>a:hover {
  background: #396cf0;
  color: #fff
}

.pharpachy-categories .category-title {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.apex-chart {
  min-height: 10px !important
}

.fc-event-title-container, #external-events .fc-event {
  cursor: pointer;
  margin: 4px 2px
}

#external-events .fc-event .fc-event-main {
  padding: 5px
}

.fc .fc-non-business {
  background-color: transparent
}

.fc .fc-daygrid-day-number {
  padding: 5px;
  font-weight: 600
}

.fc .fc-col-header-cell-cushion {
  padding: 8px 4px !important
}

.fc .fc-scrollgrid-liquid {
  border-radius: 5px !important
}

.fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
  border-color: #e9ecef !important
}

.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px !important
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
  margin: auto 8px 4px
}

.fc-event-main {
  background-color: #396cf0
}

.fc-daygrid-dot-event {
  background: #f8f9fa;
  border: 1px solid #e9ecef
}

.fc-daygrid-dot-event:hover {
  background-color: #e9ecef
}

.fc .fc-button {
  padding: 4px 8px;
  font-size: 13px !important;
  background-color: #396cf0 !important;
  border: 1px solid #396cf0 !important;
  color: #fff !important;
  text-transform: capitalize !important
}

.fc .fc-button:disabled, .fc .fc-button:disabled:hover, .fc .fc-button:disabled:focus, .fc .fc-button:disabled:active, .fc .fc-button:disabled.active, .fc .fc-button:disabled.focus {
  background-color: rgba(57, 108, 240, 0.1) !important;
  border: 1px solid rgba(57, 108, 240, 0.1) !important;
  color: #396cf0 !important
}

.fc .fc-button:hover, .fc .fc-button:focus, .fc .fc-button:active, .fc .fc-button.active, .fc .fc-button.focus {
  background-color: #215aee !important;
  border-color: #215aee !important
}

.fc .fc-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.fc .fc-icon {
  font-size: 16px !important
}

#calendar {
  max-width: 1240px
}

.shop-list .shop-image .shop-icons, .shop-list .shop-image .qty-icons {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}

.shop-list .shop-image .qty-icons {
  bottom: 15px;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}

.shop-list .shop-image:hover .shop-icons, .shop-list .shop-image:hover .qty-icons {
  opacity: 1
}

.shop-list .shop-image:hover .qty-icons {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.shop-list .content .product-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.shop-list .content .product-name:hover {
  color: #396cf0 !important
}

.shop-list .label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2
}

.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-right: 16px;
}

@media (max-width: 1024px) {
  .shop-list .qty-btn {
    padding-left: 0
  }
}

.simplebar-track.simplebar-vertical {
  width: 8px !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px !important;
  background: #adb5bd !important
}

/*  */

.apexcharts-legend-marker {

  margin-left: 3px !important;
}

/* tiny Slider RTL Styles */

.tns-slider, #tns1-mw, #tns2-iw, div#tns1-mw, .slider-range-three, .slider {
  direction: ltr !important;
}

.client-review-slider, .tiny-slide {
  direction: rtl !important;
}