@charset "UTF-8";


body {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  color: #656b76;
  line-height: 1.5;
  overflow-y: auto;
  overflow-x: hidden
}

::selection {
  background: #af2032;
  color: #fff;
  text-shadow: none
}

img {
  max-width: 100%;
  height: auto
}

* {
  outline: 0
}

button {
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

button:focus {
  box-shadow: none !important
}

p {
  margin-bottom: 20px
}

p:last-child {
  margin-bottom: 0
}

strong {
  font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242b3a;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  margin-bottom: 0
}

ol,
ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0
}

ul {
  list-style: none
}

ul.list-disc {
  list-style: disc;
  padding-left: 15px
}

ul.list-disc ul {
  list-style-type: circle
}

ul.list-decimal {
  list-style: decimal;
  padding-left: 15px
}

ul.list-decimal ul {
  list-style-type: decimal
}

ul.list-icon {
  list-style: none;
  padding-left: 0
}

ul.list-icon>li {
  padding-left: 1.875rem;
  counter-increment: li
}

ul.list-icon>li .feather-icon,
ul.list-icon>li .svg-icon,
ul.list-icon>li i {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px
}

ul.list-icon>li i {
  font-size: 20px;
  top: 5px
}

ul .btn-primary:not(:disabled):not(.disabled).active:focus,
ul .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none
}

@media (max-width:991.98px) {
  .container {
    max-width: 100%
  }

  .header-left .logo img {
    max-width: 100%
  }
}

.bg-primary {
  background-color: #af2032 !important
}

.bg-secondary {
  background-color: #282b8b !important
}

.bg-info {
  background-color: #5625e8 !important
}

.bg-success {
  background-color: #03c95a !important
}

.bg-warning {
  background-color: #ffc107 !important
}

.bg-danger {
  background-color: #e70d0d !important
}

.bg-dark {
  background-color: #111827 !important
}

.bg-light {
  background-color: #e9eaeb !important
}

.bg-white {
  background-color: #fff !important
}

.bg-black {
  background-color: #000 !important
}

.bg-pink {
  background-color: #af2032 !important
}

.bg-purple {
  background-color: #ab47bc !important
}

.bg-gray {
  background: #f4f5f5 !important
}

.bg-primary.bg-opacity-10 {
  background-color: rgba(175, 32, 50, .1) !important
}

.bg-secondary.bg-opacity-10 {
  background-color: rgba(40, 43, 139, .1) !important
}

.bg-info.bg-opacity-10 {
  background-color: rgba(86, 37, 232, .1) !important
}


.bg-success.bg-opacity-10 {
  background-color: rgba(3, 201, 90, .1) !important
}

.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, .1) !important
}

.bg-danger.bg-opacity-10 {
  background-color: rgba(231, 13, 13, .1) !important
}

.bg-dark.bg-opacity-10 {
  background-color: rgba(17, 24, 39, .1) !important
}

.bg-light.bg-opacity-10 {
  background-color: rgba(233, 234, 235, .1) !important
}

.btn.bg-primary-transparent:hover {
  background-color: #af2032 !important;
  color: #fff !important
}

.bg-primary-transparent {
  background-color: #f6e9eb !important;
  color: #af2032 !important
}

.bg-primary-transparent:hover {
  background-color: #f6e9eb !important;
  color: #af2032 !important
}

.bg-success-transparent {
  background-color: #d2f5e1 !important;
  color: #03c95a !important
}

.bg-success-transparent:hover {
  background-color: #d2f5e1 !important;
  color: #03c95a !important
}

.bg-warning-transparent {
  background-color: #fff4d2 !important;
  color: #ffc107 !important
}

.bg-warning-transparent:hover {
  background-color: #fff4d2 !important;
  color: #ffc107 !important
}

.bg-danger-transparent {
  background-color: #f6cece !important;
  color: #e70d0d !important
}

.bg-danger-transparent:hover {
  background-color: #f6cece !important;
  color: #e70d0d !important
}

.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 500
}

.avatar a.badge:hover {
  color: #fff
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover
}

.avatar.offline:before,
.avatar.online:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #fff !important;
  z-index: 1
}

.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: .65rem
}

.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .65rem
}

.avatar.avatar-sm.offline:before,
.avatar.avatar-sm.online:before {
  width: .5rem;
  height: .5rem
}

.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: .8rem
}

.avatar.avatar-md.offline:before,
.avatar.avatar-md.online:before {
  width: .75rem;
  height: .75rem
}

.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem
}

.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem
}

.avatar.avatar-lg.offline:before,
.avatar.avatar-lg.online:before {
  width: .8rem;
  height: .8rem
}

.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem
}

.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem
}

.avatar.avatar-xl.offline:before,
.avatar.avatar-xl.online:before {
  width: .95rem;
  height: .95rem
}

.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem
}

.avatar.avatar-xxl.offline:before,
.avatar.avatar-xxl.online:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: .25rem
}

.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem
}

.avatar.avatar-xxxl.offline:before,
.avatar.avatar-xxxl.online:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: .25rem
}

/* .border-success {
  border-color: #03c95a !important
} */

.shadow-sm {
  box-shadow: 0 4.4px 12px -1px rgba(222, 222, 222, .36) !important
}

.shadow-md {
  box-shadow: 0 4px 4px 0 rgba(217, 217, 217, .25) !important
}

.list-group-item {
  border-color: #ebeced !important;
  color: inherit
}

.list-group a.active {
  background: #fde9ed;
  color: #af2032
}

.list-group a:hover {
  background: #fde9ed;
  color: #af2032
}

.list-styled-dotted li {
  list-style-type: disc
}

.w-40 {
  width: 40%
}

@media (max-width:767.98px) {
  .w-40 {
    width: 100%
  }
}

hr {
  border-color: #ebeced
}

.link-primary.text-decoration-underline:hover {
  text-decoration-color: #af2032 !important
}

.btn-primary {
  color: #fff;
  background-color: #af2032;
  border-color: #af2032;
  font-size: 14px;
  font-weight: 500
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn.show:hover,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #af2032;
  border-color: #af2032;
  color: #fff
}

button {
  cursor: pointer
}

button:focus {
  outline: 0;
  box-shadow: none
}

.btn {
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  transition: all .5s;
  font-weight: 500
}

.btn:focus {
  box-shadow: none !important;
  outline: 0
}

.btn:hover {
  transition: all .5s
}

.btn.btn-lg {
  padding: .65rem 1rem;
  font-size: 1rem
}

.btn.btn-sm {
  padding: .25rem .5rem;
  font-size: .75rem
}

.btn.btn-secondary {
  background-color: #282b8b;
  border: 1px solid #282b8b;
  color: #fff
}

.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  background-color: #20226f;
  border: 1px solid #20226f;
  color: #fff
}

.btn.btn-success {
  background-color: #03c95a;
  border: 1px solid #03c95a;
  color: #fff
}

.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
  background-color: #02a64a;
  border: 1px solid #02a64a;
  color: #fff
}

.btn.btn-info {
  background-color: #5625e8;
  border: 1px solid #5625e8;
  color: #fff
}

.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
  background-color: #4616d3;
  border: 1px solid #4616d3;
  color: #fff
}

.btn.btn-warning {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #fff
}

.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
  background-color: #e2aa00;
  border: 1px solid #e2aa00;
  color: #fff
}

.btn.btn-danger {
  background-color: #e70d0d;
  border: 1px solid #e70d0d;
  color: #fff
}

.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
  background-color: #c50b0b;
  border: 1px solid #c50b0b;
  color: #fff
}

.btn.btn-dark {
  background-color: #111827;
  border: 1px solid #111827;
  color: #fff
}

.btn.btn-dark.active,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
  background-color: #06090e;
  border: 1px solid #06090e;
  color: #fff
}

.btn.btn-light {
  background-color: #e9eaeb;
  border: 1px solid #e9eaeb;
  color: #fff
}

.btn.btn-light.active,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover {
  background-color: #d6d8da;
  border: 1px solid #d6d8da;
  color: #fff
}

.btn.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff
}

.btn.btn-black.active,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff
}

.btn.btn-purple {
  background-color: #ab47bc;
  border: 1px solid #ab47bc;
  color: #fff
}

.btn.btn-purple.active,
.btn.btn-purple.focus,
.btn.btn-purple:active,
.btn.btn-purple:focus,
.btn.btn-purple:hover {
  background-color: #953ca4;
  border: 1px solid #953ca4;
  color: #fff
}

.btn.btn-primary {
  background-color: #af2032;
  border: 1px solid #af2032;
  color: #fff
}

.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background-color: #fd198b;
  border: 1px solid #fd198b;
  color: #fff
}

.btn.btn-light {
  background-color: #ebeced;
  border: 1px solid #ebeced;
  color: #242b3a
}

.btn.btn-light.active,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light:focus,
.btn.btn-light:hover {
  background-color: #e3e4e6;
  border: 1px solid #ebeced;
  color: #242b3a
}

.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #242b3a
}

.btn.btn-linear-primary {
  background: linear-gradient(90deg, #af2032 0, #0a67f2 100%);
  color: #fff;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn.btn-linear-primary::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #af2032 0, #0a67f2 100%);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .24s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.btn.btn-linear-primary:hover::before {
  transform: scaleX(1);
  transform-origin: left center
}

.btn-group .btn {
  padding: .45rem .75rem
}

.btn-group-lg .btn {
  padding: .65rem 1rem
}

.btn-group-sm .btn {
  padding: .25rem .5rem
}

.btn.btn-w-xs {
  min-width: 5.625rem
}

.btn.btn-w-sm {
  min-width: 6.975rem
}

.btn.btn-w-md {
  min-width: 8.125rem
}

.btn-icon i {
  padding: 0;
  margin: -.5rem
}

.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: .8rem
}

.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem
}

.page-loader {
  width: 48px;
  height: 48px;
  border: 4px solid;
  background: rgba(255, 255, 255, .2);
  border-color: transparent #af2032 #af2032 transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s ease-in-out infinite
}

.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 12px solid;
  border-color: transparent #282b8b #282b8b transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%
}

@keyframes rotation {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.badge.badge-info-transparent {
  background: #f0ebfd;
  color: #673bea
}


.badge.badge-danger-transparent {
  background: #fae7e7;
  color: #e70d0d
}

.badge.badge-skyblue {
  background: #e9fafe;
  color: #0dcaf0
}


.badge.badge-secondary {
  background: #282b8b;
  color: #fff
}


.badge.badge-success {
  background: #03c95a;
  color: #fff
}

.badge.badge-info {
  background: #5625e8;
  color: #fff
}

.badge.badge-warning {
  background: #ffc107;
  color: #fff
}

.badge.badge-danger {
  background: #e70d0d;
  color: #fff
}


.badge.badge-light {
  background: #e9eaeb;
  color: #fff
}

.badge {
  padding: .25rem .45rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 4px
}

.border {
  border: 1px solid #ebeced !important
}

.border.border-dashed {
  border-style: dashed !important
}

.border.border-dotted {
  border-style: dotted !important
}

.border.border-1 {
  border-width: 1px !important
}

.border.border-2 {
  border-width: 2px !important
}

.border.border-3 {
  border-width: 3px !important
}

.border.border-4 {
  border-width: 4px !important
}

.border.border-5 {
  border-width: 5px !important
}

.border.border-0 {
  border: 0 !important
}

.border.border-top-0 {
  border-block-start: 0 !important
}

.border.border-end-0 {
  border-inline-end: 0 !important
}

.border.border-bottom-0 {
  border-block-end: 0 !important
}

.border.border-start-0 {
  border-inline-start: 0 !important
}

.border-top {
  border-top: 1px solid #ebeced !important
}

.border-end {
  border-inline-end: 1px solid #ebeced !important
}

.border-bottom {
  border-bottom: 1px solid #ebeced !important
}

.border-bottom.border-skyblue {
  border-color: #0dcaf0 !important
}

.border-start {
  border-inline-start: 1px solid #ebeced !important
}

.border-start.border-info {
  border-color: #5625e8 !important
}

.border-skyblue {
  border-color: #0dcaf0 !important
}

.rounded {
  border-radius: 4px !important
}

.dropdown-divider {
  margin: 0;
  border-color: #ebeced
}

.dropdown-item-text {
  color: #656b76
}

.dropdown-header {
  color: #656b76
}

.dropdown-item {
  color: #242b3a !important;
  padding: .594rem .9375rem;
  font-size: 14px
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #656b76;
  opacity: .5
}

.dropdown-item:not(.active):active,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):hover {
  color: #242b3a;
  background-color: #f4f5f5
}

.dropdown-item.active {
  background-color: #f4f5f5
}

.dropdown-menu-dark {
  background-color: #111827;
  border-color: rgba(255, 255, 255, .1)
}

.dropdown-menu-dark li a {
  color: #fff
}


.bd-example>.dropdown-menu {
  position: static;
  display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242b3a;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  margin-bottom: 0
}

.h1,
h1 {
  font-size: 36px;
  font-weight: 700
}

@media (max-width:991.98px) {

  .h1,
  h1 {
    font-size: 32px
  }
}

@media (max-width:767.98px) {

  .h1,
  h1 {
    font-size: 26px
  }
}

.h2,
h2 {
  font-size: 32px;
  font-weight: 700
}

@media (max-width:991.98px) {

  .h2,
  h2 {
    font-size: 28px
  }
}

@media (max-width:767.98px) {

  .h2,
  h2 {
    font-size: 24px
  }
}

.h3,
h3 {
  font-size: 28px;
  font-weight: 700
}

@media (max-width:991.98px) {

  .h3,
  h3 {
    font-size: 24px
  }
}

@media (max-width:767.98px) {

  .h3,
  h3 {
    font-size: 22px
  }
}

.h4,
h4 {
  font-size: 24px;
  font-weight: 600
}

@media (max-width:991.98px) {

  .h4,
  h4 {
    font-size: 20px
  }
}

@media (max-width:767.98px) {

  .h4,
  h4 {
    font-size: 18px
  }
}

.h5,
h5 {
  font-size: 20px;
  font-weight: 600
}

@media (max-width:991.98px) {

  .h5,
  h5 {
    font-size: 18px
  }
}

.h6,
h6 {
  font-size: 18px;
  font-weight: 600
}

.fs-sm {
  font-size: .6875rem
}


.fs-1 {
  font-size: .0625rem
}

.fs-2 {
  font-size: .125rem
}

.fs-3 {
  font-size: .1875rem
}

.fs-4 {
  font-size: .25rem
}

.fs-5 {
  font-size: .3125rem !important
}

.fs-6 {
  font-size: .375rem !important
}

.fs-7 {
  font-size: .4375rem
}

.fs-8 {
  font-size: .5rem !important
}

.fs-9 {
  font-size: .5625rem
}

.fs-10 {
  font-size: .75em !important
}

.fs-11 {
  font-size: .6875rem
}

.fs-12 {
  font-size: .75rem
}

.fs-13 {
  font-size: .8125rem
}

.fs-14 {
  font-size: .875rem !important
}

.fs-15 {
  font-size: .9375rem
}

.fs-16 {
  font-size: 1rem !important
}


.text-muted {
  color: #677788 !important
}

.text-linear-primary {
  background: linear-gradient(90deg, #af2032 0, #0a67f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.text-primary {
  color: #af2032 !important;
  opacity: 1
}

.text-primary.text-opacity-75 {
  color: rgba(175, 32, 50, .75) !important
}

.text-primary.text-opacity-25 {
  color: rgba(175, 32, 50, .25) !important
}

.text-primary.text-opacity-50 {
  color: rgba(175, 32, 50, .5) !important
}


.text-secondary {
  color: #282b8b !important;
  opacity: 1
}

.text-info {
  color: #5625e8 !important;
  opacity: 1
}

.text-success {
  color: #03c95a !important;
  opacity: 1
}

.text-warning {
  color: #ffc107 !important;
  opacity: 1
}

.text-danger {
  color: #e70d0d !important;
  opacity: 1
}

.text-skyblue {
  color: #0dcaf0 !important;
  opacity: 1
}

.text-pink {
  color: #af2032 !important
}

.text-purple {
  color: #ab47bc !important
}

.text-dark {
  color: #111827 !important
}

.text-light {
  color: #e9eaeb !important
}

.text-gray {
  color: #7d828c !important
}

.text-black {
  color: #000 !important
}

.text-white {
  color: #fff !important
}

.text-fixed-white {
  color: #fff !important
}

.text-fixed-black {
  color: #000 !important
}

.text-gray-6 {
  color: #656b76
}


.text-gray-9 {
  color: #242b3a !important
}


a {
  color: #242b3a;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

a:hover {
  color: #af2032;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

a:focus {
  outline: 0
}

.link-primary {
  color: #af2032 !important
}

.link-primary:active,
.link-primary:focus,
.link-primary:hover {
  color: #cc006e !important
}

.link-primary.text-decoration-underline:hover {
  text-decoration-color: #af2032 !important
}

.link-secondary {
  color: #282b8b !important
}

.link-secondary:active,
.link-secondary:focus,
.link-secondary:hover {
  color: #282b8b !important
}

.link-success {
  color: #03c95a !important
}

.link-success:active,
.link-success:focus,
.link-success:hover {
  color: #03c95a !important
}

.link-danger {
  color: #e70d0d !important
}

.link-danger:active,
.link-danger:focus,
.link-danger:hover {
  color: #e70d0d !important
}

.link-warning {
  color: #ffc107 !important
}

.link-warning:active,
.link-warning:focus,
.link-warning:hover {
  color: #ffc107 !important
}

.link-info {
  color: #5625e8 !important
}

.link-info:active,
.link-info:focus,
.link-info:hover {
  color: #5625e8 !important
}

.link-dark {
  color: #111827 !important
}

.link-dark:active,
.link-dark:focus,
.link-dark:hover {
  color: #111827 !important
}

hr.text-danger {
  border-color: #e70d0d !important
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(33, 37, 41, .3) !important
}

[data-theme-mode=dark] .shadow {
  box-shadow: 0 .5rem 1rem rgba(33, 37, 41, .3) !important
}

[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, .3) !important
}

@media screen and (min-width:576px) {
  .w-sm-auto {
    width: auto
  }
}

[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}


.form-control {
  border-color: #ebeced;
  color: #242b3a;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  padding: .5rem .625rem;
  height: 40px;
  transition: all .5s
}

.form-control:focus {
  box-shadow: none;
  border-color: #ebeced;
  color: #242b3a
}

textarea {
  resize: none
}

textarea.form-control {
  min-height: 38px;
  height: auto
}

.form-control[type=file] {
  padding: .3rem .5rem
}

.form-control[type=file].form-control-sm {
  padding: .25rem .5rem !important
}

.form-control[type=file].form-control-lg {
  padding: .5rem 1rem !important
}

.form-text {
  color: #677788
}

.form-control-light {
  background-color: #e9eaeb;
  border: 0
}

.form-control-light:focus {
  background-color: #e9eaeb
}

.form-control-primary {
  background-color: rgba(175, 32, 50, .1);
  border: 0;
  color: #af2032
}

.form-control-primary:focus {
  background-color: rgba(175, 32, 50, .1);
  color: #af2032
}

.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #677788
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
  background-color: transparent
}

.form-select {
  background-color: #fff;
  border: 1px solid #ebeced;
  color: #656b76;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  line-height: 2
}

.form-select option {
  background-color: #fff;
  padding: .35rem .75rem;
  border-radius: .25rem;
  margin-block-end: .25rem
}

.form-select option:last-child {
  margin-block-end: 0
}

.form-select option:checked {
  background-color: rgba(var(#af2032), .2);
  color: #af2032
}

.form-select option:select {
  background-color: rgba(var(#af2032), .2);
  color: #af2032
}

.form-select option:hover {
  background-color: rgba(var(#af2032), .2);
  color: #af2032
}

.form-select option:focus {
  background-color: rgba(var(#af2032), .2);
  color: #af2032
}

.form-check-input {
  width: .9rem;
  height: .9rem;
  background-color: #fff;
  border: 1px solid #ebeced
}

.form-check-input:checked {
  background-color: #af2032;
  border-color: #af2032
}

.form-check-input.form-checked-secondary:checked {
  background-color: #282b8b;
  border-color: #282b8b
}

.form-check-input.form-checked-warning:checked {
  background-color: #ffc107;
  border-color: #ffc107
}

.form-check-input.form-checked-info:checked {
  background-color: #5625e8;
  border-color: #5625e8
}

.form-check-input.form-checked-success:checked {
  background-color: #03c95a;
  border-color: #03c95a
}

.form-check-input.form-checked-danger:checked {
  background-color: #e70d0d;
  border-color: #e70d0d
}

.form-check-input.form-checked-light:checked {
  background-color: #e9eaeb;
  border-color: #e9eaeb
}

.form-check-input.form-checked-dark:checked {
  background-color: #111827;
  border-color: #111827
}

.form-check-input:focus {
  box-shadow: none
}

fieldset:disabled .btn {
  color: #fff;
  background-color: #af2032;
  border-color: #af2032
}

.form-select:focus {
  border-color: rgba(var(#af2032), .5);
  outline: 0;
  box-shadow: none
}


.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none
}

.form-control:disabled,
.form-select:disabled {
  background-color: #e9eaeb;
  color: #656b76
}

.form-control-plaintext {
  color: #656b76
}

.form-control::-webkit-file-upload-button {
  color: #656b76;
  background-color: #f7f8f9
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f7f8f9
}


.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: #afb2b8;
  padding-inline-start: .3rem;
  transition: padding-inline-start .1s ease-in
}

.form-control::-webkit-input-placeholder {
  color: #afb2b8;
  padding-inline-start: 0;
  transition: padding-inline-start .1s ease-in
}

.form-control:-moz-placeholder {
  color: #afb2b8
}

.form-control::-moz-placeholder {
  color: #afb2b8
}

.form-control:-ms-input-placeholder {
  color: #afb2b8
}

.form-control-sm {
  font-size: .8rem;
  padding: .25rem .8rem;
  height: auto
}

.form-control-lg {
  font-size: 1rem;
  padding: .5rem 1rem
}

.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem
}

.form-check-md.form-switch .form-check-input {
  width: 2.25rem
}

.form-check-md label {
  margin-inline-start: .5rem;
  font-size: .95rem;
  margin-block-start: 3px
}

.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem
}

.form-check-lg.form-switch .form-check-input {
  width: 2.5rem
}

.form-check-lg label {
  margin-inline-start: .5rem;
  font-size: 1rem;
  margin-block-start: 3px
}

.label-primary {
  background: #af2032;
  color: #fff
}

.label-secondary {
  background: #282b8b;
  color: #fff
}

.label-warning {
  background: #ffc107;
  color: #fff
}

.label-info {
  background: #5625e8;
  color: #fff
}

.label-success {
  background: #03c95a;
  color: #fff
}

.label-danger {
  background: #e70d0d;
  color: #fff
}

.label-light {
  background: #e9eaeb;
  color: #fff
}

.label-dark {
  background: #111827;
  color: #fff
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #03c95a;
  box-shadow: none
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #03c95a
}

.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(.75em + .375rem) calc(.75em + .375rem)
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #e9eaeb
}

.form-check {
  min-height: inherit !important
}

.col-form-label,
.col-form-label-lg,
.col-form-label-sm {
  font-weight: 600
}

.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: #242b3a
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #242b3a
}

[data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator {
  filter: invert(1)
}

[dir=rtl] input[type=date],
[dir=rtl] input[type=datetime-local],
[dir=rtl] input[type=month],
[dir=rtl] input[type=time],
[dir=rtl] input[type=week] {
  text-align: end
}

.input-group-text {
  border-color: #ebeced
}

.input-icon {
  position: relative
}

.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem
}

.input-group-link {
  font-size: 12px
}

.input-group-flat:focus-within {
  border-radius: 4px
}

.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: #ebeced !important
}

.input-group-flat .form-control:focus {
  box-shadow: none
}

.input-group-flat .form-control:not(:last-child) {
  border-right: 0
}

.input-group-flat .form-control:not(:first-child) {
  border-left: 0
}

.input-group-flat .input-group-text:first-child {
  padding-right: 0
}

.input-group-flat .input-group-text:last-child {
  padding-left: 0
}

.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute
}

.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #ebeced;
  margin-bottom: 0
}


.input-icon-start .form-control {
  padding-left: 28px
}

.form-wrap .form-wrap-icon {
  position: relative
}

.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.pass-group {
  position: relative
}

.form-check .form-check-label {
  font-size: 14px;
  color: #656b76
}

.form-switch .form-check-input {
  width: 36px;
  height: 20px
}

.form-switch .form-check-label {
  font-size: 14px;
  color: #656b76
}

.form-checkbox,
.form-radio {
  border: 1px solid #ebeced;
  border-radius: 5px;
  background-color: #fff;
  padding: 8px
}

.form-checkbox label,
.form-radio label {
  color: #656b76
}

.form-checkbox.active,
.form-radio.active {
  background-color: #f8f9f9
}

.form-checkbox.active label,
.form-radio.active label {
  color: #242b3a
}

.accordion-button {
  background-color: #fff;
  color: #242b3a;
  padding: 1rem 1rem;
  font-size: 20px;
  font-weight: 600
}

.accordion-button:not(.collapsed) {
  color: #242b3a;
  background-color: transparent;
  box-shadow: none
}

.accordion-button:not(.collapsed):after {
  background-image: none
}

.accordion-button:focus {
  border-color: rgba(175, 32, 50, .3);
  box-shadow: none
}

.accordion-button:after {
  content: "\f077";
  font-family: Fontawesome;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #656b76;
  background-image: none
}

.accordion-body {
  padding: 0 1rem 1rem;
  font-size: 16px;
  color: #656b76;
  border-bottom: 1px solid #ebeced
}

.accordion-item {
  color: #656b76;
  background-color: #fff;
  border: 1px solid #eaebee;
  box-shadow: 0 4px 4px 0 rgba(217, 217, 217, .25);
  border-radius: 5px;
  position: relative;
  border: 0;
  box-shadow: none
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem
}

.accordion-item:first-of-type {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem
}


.card {
  margin-bottom: 1.5rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ebeced;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
  color: inherit
}

.card .card-body {
  padding: 1.25rem
}

.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #242b3a
}

@media (max-width:767.98px) {
  .card .card-title {
    font-size: 16px
  }
}

.card .card-header {
  border-color: #ebeced;
  position: relative;
  background: 0 0;
  padding: 1rem 1.25rem 1rem
}

@media (max-width:767.98px) {
  .card .card-header {
    padding: 15px
  }
}

.card .card-header .card-title {
  margin-bottom: 0
}

.card .card-header .subtitle {
  padding-top: .3125rem;
  font-size: .875rem;
  line-height: 1.5
}


.card-group .card {
  margin-bottom: 1.5rem
}

.card .card-text {
  font-size: .813rem
}

.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: .95rem;
  flex-shrink: 0
}

.btn-wave {
  display: inline-block !important
}

.xb-cursor,
.xb-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  -khtml-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  transition: transform .2s cubic-bezier(.165, .84, .44, 1);
  pointer-events: none;
  top: 0;
  left: 0
}

.xb-cursor .xb-cursor-wrapper,
.xb-cursor-section .xb-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: #af2032;
  opacity: .25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  -khtml-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1)
}

.xb-cursor.style-2 .xb-cursor--follower {
  background-color: var(--color-primary-2)
}

.xb-cursor .xb-cursor--label,
.xb-cursor-section .xb-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
  transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.xb-cursor-section.is-enabled,
.xb-cursor.is-enabled {
  visibility: visible
}

.xb-cursor-section.is-hidden .xb-cursor-wrapper,
.xb-cursor.is-hidden .xb-cursor-wrapper {
  transform: scale(0) !important
}

.xb-cursor-section.is-mouse-down .xb-cursor-wrapper,
.xb-cursor.is-mouse-down .xb-cursor-wrapper {
  transform: scale(.8)
}

.xb-cursor-section.is-active .xb-cursor--follower,
.xb-cursor.is-active .xb-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  transform: scale(4);
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  opacity: 0
}

.nav-item {
  margin-inline-end: .5rem
}

.nav-item:last-child {
  margin-inline-end: 0
}

.nav-link {
  color: #656b76;
  border-radius: 4px
}

.nav-link.active {
  background-color: rgba(175, 32, 50, .1);
  color: #af2032
}

.navbar-brand {
  color: #656b76
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: #656b76;
  opacity: .9
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #af2032
}

.nav-link.disabled {
  color: #656b76;
  opacity: .3
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: rgba(17, 24, 39, .5)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #af2032
}

.nav-tabs {
  border-bottom: 0
}

.nav-tabs.nav-tabs-bottom li {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link.active {
  border-color: #afb2b8
}

.nav-tabs li a {
  color: #242b3a;
  font-weight: 600;
  border-bottom-width: 2px
}

.nav-tabs li a.active {
  border-color: transparent;
  border-bottom-color: #af2032;
  background-color: transparent;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  color: #af2032
}

.nav-tabs .nav-tabs-solid {
  background-color: #fff;
  border: 0
}

.nav-tabs .nav-tabs-solid .active {
  background-color: #af2032;
  border-color: #af2032;
  color: #fff
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #af2032
}

.nav-tabs.nav-tabs-top li a {
  border-width: 2px 0 0 0
}

.nav-tabs.nav-tabs-top li a.active {
  border-top-color: #af2032;
  border-radius: 0
}

.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #af2032;
  background-color: transparent;
  border-radius: 0
}

.nav-tabs.nav-tabs-bottom li a {
  border-width: 0 0 2px 0
}

.nav-tabs.nav-tabs-bottom li a.active,
.nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #af2032;
  background: 0 0;
  border-radius: 0;
  color: #af2032
}

.nav-tabs.nav-tabs-solid {
  border: 0
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
  background-color: #af2032;
  border-color: #af2032;
  color: #fff;
  border-radius: 50px
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
  border-color: #ebeced
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #af2032;
  border-color: #af2032;
  color: #fff;
  border-radius: 50px
}

.nav-tabs.nav-tabs-solid li {
  margin-right: 24px
}

.nav-tabs.nav-tabs-solid li a {
  border: 1px solid #ebeced;
  border-radius: 5px
}

.nav-tabs.nav-tabs-solid li a.active,
.nav-tabs.nav-tabs-solid li a:hover {
  background: linear-gradient(90deg, #af2032 0, #0a67f2 100%);
  border-color: #fff;
  color: #fff
}

.nav-tabs.nav-tabs-solid li:last-child {
  margin-right: 0
}

.nav-link:hover {
  color: #af2032
}

.page-menu .nav-tabs li a {
  font-size: 16px
}

@media (max-width:767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #f8f9f9;
    padding: 5px 0;
    border-radius: 3px
  }
}

caption {
  color: #677788
}

.table-active {
  --bs-table-color-state: var(--default-text-color)
}

.table {
  color: #656b76;
  border-color: #ebeced;
  margin-block-end: 0;
  margin: 0
}

.table tbody tr {
  border-color: #ebeced
}

.table tbody tr th {
  font-weight: 500
}

.table td,
.table th {
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap
}

.table thead tr {
  border-color: #ebeced
}

.table thead tr th {
  font-weight: 500;
  border-color: #ebeced;
  font-size: 14px
}

.table.table-sm>:not(caption)>*>* {
  padding: .3rem
}


.table .thead-light th {
  background-color: #f2f2f3;
  color: #242b3a
}

.table.table-success {
  background-color: #fff;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2)
}

.table.table-success.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #000
}

.table.table-success.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #fff
}

.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #fff
}

.table.table-danger {
  background-color: #fff;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2)
}

.table.table-danger.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #000
}

.table.table-danger.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #fff
}

.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #fff
}


.table.table-light {
  background-color: #fff;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2)
}

.table.table-light.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #000
}

.table.table-light.table.table-hover>tbody>tr:hover>* {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #fff
}

.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #fff
}

.table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.0125);
  color: #656b76
}

.table.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
  color: #656b76
}

.table tbody.table-group-divider {
  border-top: 1px solid #ebeced
}

.table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #f7f8f9;
  color: #656b76
}

.table .table-active {
  --bs-table-accent-bg: #E9EAEB;
  color: #656b76
}

.table thead.table-primary {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-secondary {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-warning {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-success {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-danger {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-info {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table thead.table-light {
  background-color: #fff;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}


.table-primary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--primary-rgb), .1);
  background-color: #fff
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--secondary-rgb), .1);
  background-color: #fff
}


.table-info {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--info-rgb), .1);
  background-color: #fff
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--danger-rgb), .1);
  background-color: #fff
}


.table-light {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--light-rgb), .1);
  background-color: #fff
}


[dir=rtl] .table {
  margin-inline-end: 1px
}


.table tbody tr.active {
  border-bottom: 0
}

.table tbody tr.active td {
  font-size: 18px;
  color: #4e5561;
  font-weight: 600;
  border-bottom: 0
}

.new tbody tr td {
  border-bottom: none
}

.dataTables_filter+.dataTables_filter {
  display: none
}

.table .input-blocks input[type=text] {
  height: 40px
}


.table tbody tr td a {
  color: #242b3a
}

.table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px
}

.table tbody tr td a:hover {
  color: #af2032
}

.table tbody tr.active {
  border-bottom: 0
}

.table tbody tr.active td {
  font-size: 18px;
  color: #4e5561;
  font-weight: 600;
  border-bottom: 0
}

table.table-bordered thead tr th p {
  margin-bottom: 0
}


.table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #e70d0d
}

.table tbody tr td a.delete-icon:hover {
  color: #b70a0a
}

.table-responsive {
  border: 1px solid #ebeced
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important
}

::-webkit-scrollbar-track {
  background: #f4f5f5
}

::-webkit-scrollbar-thumb {
  background: #c9cbcf
}

::-webkit-scrollbar-thumb:hover {
  background: #c9cbcf
}

.swal2-header .swal2-title {
  font-size: 18px
}

.page-wrapper {
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  left: 0;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease
}

.page-wrapper .content {
  padding: 60px 0
}

@media (max-width:991.98px) {
  .page-wrapper .content {
    padding: 50px 0
  }
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.page-header .breadcrumb {
  margin-bottom: 0
}

@media (max-width:575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start
  }
}

.page-header .page-title {
  margin-bottom: 10px
}

.page-header h3 {
  font-weight: 700;
  color: #242b3a;
  font-size: 18px
}

@media (max-width:991.98px) {
  .page-header h3 {
    font-size: 14px
  }
}

.page-header h4 {
  font-weight: 600;
  color: #242b3a;
  font-size: 18px;
  margin-bottom: 5px
}

@media (max-width:991.98px) {
  .page-header h4 {
    font-size: 18px
  }
}

.page-header h6 {
  font-size: 14px;
  color: #4e5561;
  font-weight: 400
}

@media (max-width:991.98px) {
  .page-header h6 {
    font-size: 12px
  }
}

@media (max-width:575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px
  }
}


/* Breadcrumb styles removed */

/* Breadcrumb bg removed */

@media (max-width:767.98px) {
  .breadcrumb-bg-2 {
    display: none
  }
}


.top-bar {
  background: #3e4265;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  width: 100%
}

@media (max-width:991.98px) {
  .top-bar {
    display: none
  }
}

.top-bar h6 {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin: 0 24px 0 0
}

.top-bar ul li {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  color: #af2032;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 12px
}

.top-bar ul li:last-child {
  margin-right: 0
}

.top-close {
  color: #fff;
  position: absolute;
  right: 20px
}

.top-close:hover {
  color: #af2032
}

.header {
  background: #fff;
  position: sticky;
  box-shadow: 0 10px 40px rgba(202, 202, 202, .2);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: ease all .5s;
  -webkit-transition: ease all .5s;
  -ms-transition: ease all .5s
}

.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #7e84a3;
  border-right: 2px solid #7e84a3;
  content: "";
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-right: 10px
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.header .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px
}

.header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 3px 53px rgba(197, 197, 197, .27);
  transition: ease all .5s;
  -webkit-transition: ease all .5s;
  -ms-transition: ease all .5s
}


.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99
}

.user-menu.nav>li>a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px
}

.user-menu.nav>li>a:hover {
  background-color: rgba(0, 0, 0, .2)
}

.user-menu.nav>li>a:hover i {
  color: #fff
}

.user-menu.nav>li>a:focus {
  background-color: rgba(0, 0, 0, .2)
}

.user-menu.nav>li>a:focus i {
  color: #fff
}

.user-menu.nav>li>a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: 700;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px
}

.user-menu.nav>li>a>i {
  font-size: 1.5rem;
  line-height: 60px
}

.user-menu.nav>li>a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer
}

.user-img {
  display: inline-block;
  position: relative;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 2s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.user-img>img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  border: 3px solid #fff;
  outline: 3px solid #d9d9d9
}

.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background-color: #f9f9f9;
  display: flex;
  padding: 10px 15px
}

.user-header .user-text {
  margin-left: 10px
}

.user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px
}

.flag-nav>a {
  color: #28283c;
  border: 1px solid #e4e4e8;
  border-radius: 8px;
  font-size: 14px;
  padding: 11px 13px
}

.flag-nav>a img {
  margin-right: 5px
}

.flag-nav .dropdown-item img {
  margin-right: 10px;
  border-radius: 50%
}

.user-info {
  margin-left: 10px
}

.user-info h6 {
  font-weight: 600;
  font-size: 16px;
  color: #28283c;
  margin-bottom: 4px
}

.user-info p {
  font-size: 14px;
  margin-bottom: 0
}

.sidebar-overlay {
  background-color: rgba(255, 255, 255, .6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0)
}

.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none
}


html.menu-opened body {
  overflow: hidden
}


@media only screen and (max-width:1399.98px) {
  .header-new .main-nav>li {
    margin-right: 12px
  }

  .header-new .main-nav>li a {
    font-size: 15px
  }
}


@media only screen and (max-width:991.98px) {
  .sidebar-overlay.opened {
    display: block
  }

  .booking-details li p:last-child {
    margin-left: 0;
    margin-top: 0;
    display: unset
  }

  .settings-widget {
    margin-bottom: 30px
  }

  .login-wrap .col-form-label {
    font-size: 14px
  }

  .booking-details li p:first-child {
    margin-left: 110px;
    margin-top: 10px
  }

  .grid-listview a {
    width: 32px;
    height: 32px;
    font-size: 14px
  }

  .demo-img {
    display: none
  }

  .demo-info {
    opacity: 1;
    position: relative;
    bottom: 0;
    text-align: left
  }

  .single-demo:hover .demo-info {
    bottom: 0
  }


  .main-nav>li {
    border-bottom: 1px solid #e1e2e5;
    margin-right: 0
  }

  #mobile_btn {
    line-height: 0;
    display: inline-block
  }

  .sidebar {
    margin-left: -225px;
    width: 225px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1038
  }

  .login-wrap .login-btn {
    font-size: 14px;
    padding: 10px
  }


  .mobile_btns {
    color: #af2032;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center
  }

  .bg-img,
  .header .header-left .logo,
  .page-headers {
    display: none
  }

  .header-split {
    justify-content: flex-end
  }

  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0
  }

  .header .header-left .sidebar-logo {
    padding: 26px 0
  }

  .content {
    padding: 30px 0
  }

  .container {
    max-width: 100%
  }


  .section-search {
    margin: 60px 0
  }

  .hero-section {
    min-height: 400px
  }

  .section-search {
    max-width: 100%
  }

  .search-box form .search-btn {
    width: auto;
    float: right;
    margin: 0
  }


  .search-box form>div {
    width: 100%
  }

  .search-input>i {
    right: 20px
  }


  .search-input.line {
    margin-right: 0
  }

  .search-input {
    margin: 0 0 10px 0
  }

  .heading h2 {
    font-size: 1.625rem
  }

  .user_img {
    height: 30px;
    width: 30px
  }

  .content {
    padding: 30px 0
  }

  .section-search-box {
    min-height: 330px
  }

  .true-search-box {
    position: relative;
    top: 0;
    padding-top: 25px
  }

  .section-heading h2,
  .section-heading-two h2 {
    font-size: 25px
  }


  .container-fluid {
    padding-left: 20px;
    padding-right: 20px
  }

  .client-section,
  .feature-section-two,
  .providers-section-two,
  .work-section-two {
    padding: 60px 0 36px
  }

  .popular-section {
    padding-bottom: 36px
  }

  .client-section-two,
  .service-section {
    padding: 60px 0
  }


  .btn-view {
    padding: 11px 25px;
    font-weight: 500;
    font-size: 14px
  }


  .book-title h5,
  .category-name h6,
  .contact-data h4,
  .work-box h5 {
    font-size: 18px
  }

  .section-search p,
  .service-widget .serv-info h6,
  .widget-title h4 {
    font-size: 20px
  }


  /* Breadcrumb responsive styles removed */

  .btn-book {
    padding: 10px 16px
  }


  .section-search h1 {
    font-size: 34px;
    margin-bottom: 15px;
    max-width: 100%
  }

  .search-box {
    margin-top: 35px
  }


  .service-wrap {
    margin-bottom: 20px
  }

  .service-amount h5 {
    font-size: 20px
  }

  .service-amount h5 span {
    font-size: 18px
  }


  .dash-info h5,
  .login-header h3,
  .page-title h2 {
    font-size: 24px
  }

  .category-name h6 {
    font-size: 18px
  }

  .login-back,
  .recent-booking {
    margin-bottom: 25px
  }

  .main-title {
    font-size: 20px;
    margin-bottom: 15px
  }

  .user-menu li.dropdown.dropdown-heads {
    margin-right: 0
  }

  /* Breadcrumb title responsive removed */


  .section-heading-two {
    margin-bottom: 24px
  }

  .feature-title h5 {
    font-size: 15px
  }

  .contact-queries h2 {
    margin-bottom: 20px
  }

  .contact-queries .btn {
    margin-top: 2px
  }

  .contact-details {
    margin-bottom: 30px
  }


  .side-title {
    font-size: 20px
  }

  .review-box p {
    font-size: 14px
  }


  .latest-section {
    padding: 55px 0 33px
  }

  .works-section {
    padding: 55px 0 33px
  }

  .services-section {
    padding: 75px 0 15px
  }

  .services-section .owl-nav {
    margin-top: 30px
  }

  .service-section {
    padding: 40px 0
  }

  .playicon {
    right: 46%
  }

  .wizard ul li h5 {
    font-size: 15px
  }

  .feature-box .feature-overlay img {
    width: 100%
  }

  .service-section .owl-carousel .carousel .carousel__viewport ol {
    left: 26%
  }

  .popular-section .owl-carousel .carousel .carousel__viewport ol {
    left: 26%
  }


  .service-section .owl-carousel .carousel .carousel__prev {
    top: -22%
  }

  .service-section .owl-carousel .carousel .carousel__next {
    top: -22%
  }

  .popular-section .popular-slider .carousel .carousel__prev {
    top: -18%;
    left: 88%
  }

  .popular-section .popular-slider .carousel .carousel__next {
    top: -18%
  }

  .owl-carousel.related-slider .carousel .carousel__viewport .carousel__track {
    left: 25%
  }

  .testimonals-seven-section .owl-carousel .carousel .carousel__prev {
    top: -65%;
    left: 90%
  }

  .testimonals-seven-section .owl-carousel .carousel .carousel__next {
    top: -65%
  }

  .owl-carousel.related-slider .carousel .carousel__prev {
    left: 88%
  }

  .service-wrap .owl-carousel .carousel .carousel__prev {
    left: 88%
  }
}


.logo-small img {
  width: 30px
}

@media (min-width:992px) {
  .mini-sidebar.expand-menu .header-left {
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
  }

  .mini-sidebar .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 80px;
    padding: 0;
    flex-direction: column
  }

  .mini-sidebar .header-left .logo-small {
    display: block;
    padding: 10px 0 0
  }

  .mini-sidebar .header-left .logo {
    display: none
  }

  .mini-sidebar .menu-arrow {
    display: none !important
  }

  .mini-sidebar .user-menu .badge {
    display: flex !important
  }

  .mini-sidebar.expand-menu .menu-arrow {
    display: block !important
  }

  .mini-sidebar.expand-menu .logo-small {
    display: none
  }

  .mini-sidebar.expand-menu .logo {
    display: block
  }

  .mini-sidebar.expand-menu #toggle_btn {
    opacity: 1
  }

  .mini-sidebar.expand-menu .header-left {
    padding: 0 15px;
    display: flex
  }
}

.nav-list {
  position: relative
}

.nav-list .nav li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent
}

.nav-list .nav li .btn-header-list {
  background: #bbf0d3
}

.nav-list .nav li .btn-header-list:hover {
  color: #fff
}

.nav-list .nav li .btn-help {
  background: #f0def3
}

.nav-list .nav li .btn-help:hover {
  color: #fff
}

.nav-list .nav li .btn-chart-pie {
  color: #282b8b;
  background: #fff4d2
}

.nav-list .nav li .btn-chart-pie:hover {
  color: #fff;
  background: #282b8b
}

.mobile-show {
  display: none
}

@media (max-width:991.98px) {
  .mobile-show {
    display: block
  }
}

.show .user-info::after {
  transform: rotate(-140deg);
  top: 10px
}

.header .flag-nav .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center
}

.header .flag-nav .dropdown-menu .dropdown-item img {
  width: 18px;
  height: 13px;
  border-radius: 10px;
  margin-right: 5px
}

.nav-item-box a {
  position: relative
}

.header .date-range {
  padding-left: 30px !important
}

.header .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.site-link a {
  font-size: 12px;
  font-weight: 500
}

.site-link a i {
  line-height: inherit
}

.user-menu .booking-user .user-img {
  width: 32px;
  height: 32px
}

.user-menu .booking-user .user-img img {
  width: 24px;
  height: 24px
}

.searchbar a {
  position: relative
}

.searchbar .togglesearch {
  position: absolute;
  top: 55px;
  right: 8%;
  width: 280px;
  display: none;
  z-index: 999;
  padding: 10px 10px;
  border-radius: 5px
}

.searchbar .togglesearch .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.searchbar .togglesearch .input-group input {
  width: 182px;
  padding: 5px 10px;
  border: 1px solid #ebeced;
  outline: 0;
  height: 39px;
  border-radius: 5px 0 0 5px
}

.searchbar .togglesearch .input-group .btn {
  color: #111827;
  background-color: #fbfbfb;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px;
  border: 1px solid #ebeced;
  border-radius: 6px
}


.sidebar {
  display: flex;
  background-color: #fff;
  border-right: 1px solid #ebeced;
  margin-top: 0;
  z-index: 1001;
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  transition: all .5s ease;
  width: 216px
}

@media (max-width:991.98px) {
  .sidebar {
    margin-left: -575px;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1041;
    background: #fff
  }
}

@media (max-width:575.98px) {
  .sidebar {
    width: 100%
  }
}

@media (max-width:575.98px) {
  .sidebar .slimScrollDiv {
    width: 100% !important
  }
}

.sidebar .sidebar-menu {
  padding: 16px 24px
}

.sidebar .sidebar-menu>ul>li {
  margin-bottom: 24px
}

.sidebar .sidebar-menu>ul>li:last-child ul {
  margin-bottom: 0
}

.sidebar .sidebar-menu>ul>li.active a {
  color: #fff
}

.sidebar .sidebar-menu>ul>li>a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  color: #242b3a;
  font-size: 14px;
  font-weight: 500
}

.sidebar .sidebar-menu>ul>li>a i {
  margin-right: 8px;
  color: #242b3a
}

.sidebar .sidebar-menu>ul>li>a span {
  font-size: 14px;
  font-weight: 500;
  color: #242b3a
}

.sidebar .sidebar-menu>ul>li.active a {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.active a i {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.active a span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.active a:hover {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.active a:hover i {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.active a:hover span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li.submenu ul {
  display: none
}

.sidebar .sidebar-menu>ul>li.submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 8px 8px 8px 40px;
  padding-left: 21px
}

.sidebar .sidebar-menu>ul>li ul {
  display: block;
  margin-bottom: 15px
}

.sidebar .sidebar-menu>ul>li ul li {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden
}

.sidebar .sidebar-menu>ul>li ul li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #656b76;
  position: relative;
  width: 100%;
  padding: 8px
}

.sidebar .sidebar-menu>ul>li ul li a span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #242b3a;
  margin-left: 10px
}

.sidebar .sidebar-menu>ul>li ul li a.active {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul li a.active a span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul li a.active:after {
  background: #fe9f43;
  border: 2px solid #fdb
}

.sidebar .sidebar-menu>ul>li ul li a:hover {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul li a:hover:after {
  background: #fe9f43;
  border: 2px solid #fdb
}

.sidebar .sidebar-menu>ul>li ul li a:hover span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul>li.active a i {
  background: #fff;
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul>li.active a span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul>li.active a .menu-arrow::before {
  border-right: 2px solid #af2032;
  border-bottom: 2px solid #af2032
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop {
  background: #f6e9eb;
  border-radius: 5px;
  color: #af2032
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop i {
  color: #fff;
  background: #fff
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop span {
  color: #af2032
}

.sidebar .sidebar-menu>ul>li .submenu-hdr {
  font-weight: 600;
  font-size: 12px;
  color: #969aa2;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center
}

.sidebar .sidebar-menu>ul>li .submenu-hdr span {
  flex-shrink: 0
}

.sidebar .sidebar-menu>ul>li .submenu-hdr::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebeced;
  margin-left: 8px
}

.sidebar .sidebar-menu>ul>li:first-child h6 {
  margin-top: 0
}

.sidebar .sidebar-menu>ul>li .submenu ul {
  display: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0
}

.sidebar .sidebar-menu>ul>li .submenu ul li {
  margin-bottom: 0
}

.sidebar .sidebar-menu>ul li {
  margin-bottom: 5px
}

.sidebar .sidebar-menu>ul li .submenu>ul {
  margin: 0;
  margin-top: 10px
}

.sidebar .sidebar-menu>ul li .submenu>ul li a {
  padding-left: 40px;
  font-size: 14px;
  position: relative
}

.sidebar .sidebar-menu>ul li .submenu>ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ebeced;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%)
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop {
  background: #f6e9eb
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop i {
  background: #fff;
  color: #af2032
}

.sidebar .sidebar-menu>ul li .submenu>a.active {
  background: #f6e9eb;
  border-radius: 5px
}

.sidebar .sidebar-menu>ul li .submenu>a.active i {
  background: #fff;
  color: #af2032
}

.sidebar .sidebar-menu>ul li .submenu>a.active span {
  color: #af2032
}

.sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow::before {
  border-right: 2px solid #af2032;
  border-bottom: 2px solid #af2032
}

.sidebar .sidebar-menu .menu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  transition: all .2s ease
}

.sidebar .sidebar-menu .menu-arrow::before {
  height: 6px;
  width: 6px;
  border-top: 0;
  content: "";
  border-left: 0;
  border-right: 2px solid #969aa2;
  border-bottom: 2px solid #969aa2;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 5px
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu {
  right: 10px
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
  right: 30px
}

.sidebar .sidebar-menu.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(90deg);
  background: #ffeddc
}

.sidebar .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #282b8b;
  position: relative
}

.sidebar .nav-link.active {
  color: #af2032;
  background: 0 0;
  position: relative
}

.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #af2032 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0
}

.sidebar .sidebar-left {
  width: 100px;
  box-shadow: 5px 0 15px rgba(0, 0, 0, .05)
}

.sidebar .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sidebar li a.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(90deg)
}

.sidebar .nav-items .nav-link {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border-bottom: 1px solid #969aa2;
  padding: 20px 0;
  transition: all .4s ease
}

.sidebar .nav-items .nav-link:hover {
  color: #fff
}

.sidebar .nav-items .nav-link span {
  margin-top: 15px;
  font-weight: 500
}

.sidebar .sidemenu a {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px
}

.sidebar .sidemenu a:hover {
  color: #fff
}

@media (min-width:992px) {
  .mini-sidebar .page-wrapper {
    margin-left: 80px
  }

  .mini-sidebar .user-names {
    display: none
  }

  .mini-sidebar .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg)
  }

  .mini-sidebar .header-left #toggle_btn:after {
    border: 0
  }

  .mini-sidebar .sidebar .sidebar-menu>ul>li ul li.submenu ul li a {
    padding-left: 40px
  }

  .mini-sidebar.expand-menu .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg)
  }

  .mini-sidebar .sidebar-right {
    display: none
  }

  .mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none
  }

  .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr {
    font-size: 0
  }

  .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr::after {
    margin-left: 0
  }

  .mini-sidebar .sidebar {
    width: 80px;
    overflow: hidden
  }

  .mini-sidebar.expand-menu .sidebar {
    display: block
  }

  .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr {
    display: flex;
    font-size: 12px
  }

  .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr::after {
    margin-left: 8px
  }

  .expand-menu.mini-sidebar .sidebar .user-names {
    display: none
  }

  .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
  }

  .expand-menu .sidebar {
    width: 216px
  }

  .expand-menu .sidebar .sidebar-menu ul>li>a span {
    display: inline-block
  }

  .expand-menu .sidebar .sidebar-menu .submenu-hdr {
    display: flex
  }

  .expand-menu .header-left {
    width: 216px
  }

  #toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    float: left
  }
}

body.mini-sidebar .sidebar .sidebar-menu>ul>li.submenu-open ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-weight: 500;
  font-size: 15px;
  color: #67748e;
  position: relative;
  width: 100%
}

body.mini-sidebar .sidebar .sidebar-menu>ul>li ul>li.active a {
  justify-content: center
}

body.mini-sidebar .sidebar .sidebar-menu>ul li a {
  justify-content: center
}

body.mini-sidebar .sidebar .sidebar-menu>ul li a i {
  margin-right: 0
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li.submenu-open ul li a {
  justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  padding-left: 18px
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li ul>li.active a {
  justify-content: start
}

body.mini-sidebar.expand-menu .sidebar .user-names {
  display: block !important
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul li a {
  justify-content: start
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul li a i {
  margin-right: 8px
}

.slide-nav .sidebar {
  margin-left: 0
}

.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 60px;
  left: 0
}

.sidebar-overlay.opened {
  display: block
}

.mini-sidebar .active.subdrop~ul {
  display: none !important
}

.mini-sidebar.expand-menu .active.subdrop~ul {
  display: block !important
}

.active.subdrop~ul {
  display: block !important
}

.mini-sidebar .header #toggle_btn {
  opacity: 0;
  height: 0;
  width: 0
}

.mini-sidebar.expand-menu .header #toggle_btn {
  opacity: 1;
  height: auto;
  width: auto
}

.sub-title {
  font-size: 16px
}

.round-animate {
  animation: round 5s linear infinite
}

@keyframes round {
  50% {
    transform: rotate(10deg)
  }
}


.floating-x {
  -webkit-animation-name: floating-x;
  animation-name: floating-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@keyframes floating-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
}

.section-header {
  margin-bottom: 60px
}


.section {
  padding: 100px 0
}

@media (max-width:991.98px) {
  .section {
    padding: 50px 0
  }
}

.section .view-all {
  margin-top: 40px
}


.rated-section {
  background-color: #fbfbfb
}

.fav-icon.selected,
.fav-icon:hover {
  background: #af2032;
  color: #fff
}




.two-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}


.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #242b3a;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(141, 141, 141, .25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center
}

.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
  background: #af2032;
  color: #fff
}

@media (max-width:767.98px) {

  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 36px;
    height: 36px
  }
}

.nav-center .owl-nav button.owl-next {
  right: -20px
}

@media (max-width:991.98px) {
  .nav-center .owl-nav button.owl-next {
    right: -5px
  }
}

.nav-center .owl-nav button.owl-prev {
  left: -20px
}

@media (max-width:991.98px) {
  .nav-center .owl-nav button.owl-prev {
    left: -5px
  }
}

.category-badge .badge {
  background: #f8f9f9;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  border-radius: 5px;
  color: #656b76
}

fieldset {
  display: none
}

fieldset.field-one {
  display: block
}

fieldset {
  display: none
}

fieldset#first-field {
  display: block
}

.back-to-top-icon.show {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.back-to-top-icon {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity .2s ease-out;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease
}

.back-to-top-icon:hover {
  color: #fff;
  background: #af2032
}

.animation-float {
  animation: float 3s linear .5s infinite alternate both
}

@keyframes float {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(20px)
  }
}


.file-upload {
  background: #f8f9f9;
  border: 1px dashed #ebeced;
  border-radius: 5px;
  width: 120px;
  height: 120px;
  text-align: center;
  position: relative
}

.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.file-upload.drag-file {
  height: 170px
}

.service-price {
  font-size: 20px;
  color: #111827;
  font-weight: 600
}

.service-price span {
  font-weight: 400;
  font-size: 12px;
  color: #656b76
}

.success-check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #03c95a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px
}

.service-list {
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

@media (max-width:767.98px) {
  .service-list {
    flex-direction: column;
    row-gap: 10px
  }
}


.file-upload.service-file-upload {
  width: 60px;
  height: 60px
}

.social-icon li a img {
  transition: .5s all
}

.social-icon li a img:hover {
  transform: rotatey(360deg)
}


.map-wrap {
  position: relative
}


.list-item {
  border: 1px solid #ebeced;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 24px
}