@charset "UTF-8";
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400;500;600;700&display=swap");

header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/****** Utils ******/
.daterangepicker .ranges li.active {
  background-color: #F26522;
}

.daterangepicker td.active {
  background-color: #F26522;
}

.daterangepicker td.active:hover {
  background-color: #F26522;
}

.daterange-wraper .date-range {
  padding-left: 30px;
  font-size: 14px;
  color: #374151;
  border: 0;
  min-height: auto;
  height: 36px;
  border: 0;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}

.daterange-wraper .date-range:focus {
  border-left: 0;
}

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

/******* Base *******/
/****** Utils ******/
body {
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
  background-color: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
}

::selection {
  background: #F26522;
  color: #FFF;
  text-shadow: none;
}

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

* {
  outline: none;
}

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

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

p {
  margin-bottom: 20px;
}

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

strong {
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #202C4B;
  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 i,
ul.list-icon>li .feather-icon,
ul.list-icon>li .svg-icon {
  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;
}

/****** Utils ******/
.bg-primary {
  background-color: #F26522 !important;
}

.bg-secondary {
  background-color: #3B7080 !important;
}

.bg-info {
  background-color: #1B84FF !important;
}

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

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

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

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

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

.bg-white {
  background-color: #FFF;
}

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

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

.bg-darkgreen {
  background-color: #111926 !important;
}

.bg-nightblue {
  background-color: #0F0F41 !important;
}

.bg-royalblue {
  background-color: #0039C6 !important;
}

.bg-darkgray {
  background-color: #2E2E48 !important;
}

.bg-indigo {
  background-color: #391694 !important;
}

.bg-gray {
  background: #F4F6FA;
}

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

.bg-primary.bg-opacity-10 {
  background-color: rgba(242, 101, 34, 0.1) !important;
}

.bg-primary.bg-opacity-25 {
  background-color: rgba(242, 101, 34, 0.25) !important;
}

.bg-primary.bg-opacity-50 {
  background-color: rgba(242, 101, 34, 0.5) !important;
}

.bg-primary.bg-opacity-75 {
  background-color: rgba(242, 101, 34, 0.75) !important;
}

.bg-primary.bg-opacity-100 {
  background-color: #f26522 !important;
}

.bg-secondary {
  background-color: #3B7080 !important;
}

.bg-secondary.bg-opacity-10 {
  background-color: rgba(59, 112, 128, 0.1) !important;
}

.bg-secondary.bg-opacity-25 {
  background-color: rgba(59, 112, 128, 0.25) !important;
}

.bg-secondary.bg-opacity-50 {
  background-color: rgba(59, 112, 128, 0.5) !important;
}

.bg-secondary.bg-opacity-75 {
  background-color: rgba(59, 112, 128, 0.75) !important;
}

.bg-secondary.bg-opacity-100 {
  background-color: #3b7080 !important;
}

.bg-info {
  background-color: #1B84FF !important;
}

.bg-info.bg-opacity-10 {
  background-color: rgba(27, 132, 255, 0.1) !important;
}

.bg-info.bg-opacity-25 {
  background-color: rgba(27, 132, 255, 0.25) !important;
}

.bg-info.bg-opacity-50 {
  background-color: rgba(27, 132, 255, 0.5) !important;
}

.bg-info.bg-opacity-75 {
  background-color: rgba(27, 132, 255, 0.75) !important;
}

.bg-info.bg-opacity-100 {
  background-color: #1b84ff !important;
}

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

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

.bg-success.bg-opacity-25 {
  background-color: rgba(3, 201, 90, 0.25) !important;
}

.bg-success.bg-opacity-50 {
  background-color: rgba(3, 201, 90, 0.5) !important;
}

.bg-success.bg-opacity-75 {
  background-color: rgba(3, 201, 90, 0.75) !important;
}

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

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

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

.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}

.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}

.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}

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

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

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

.bg-danger.bg-opacity-25 {
  background-color: rgba(231, 13, 13, 0.25) !important;
}

.bg-danger.bg-opacity-50 {
  background-color: rgba(231, 13, 13, 0.5) !important;
}

.bg-danger.bg-opacity-75 {
  background-color: rgba(231, 13, 13, 0.75) !important;
}

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

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

.bg-dark.bg-opacity-10 {
  background-color: rgba(33, 37, 41, 0.1) !important;
}

.bg-dark.bg-opacity-25 {
  background-color: rgba(33, 37, 41, 0.25) !important;
}

.bg-dark.bg-opacity-50 {
  background-color: rgba(33, 37, 41, 0.5) !important;
}

.bg-dark.bg-opacity-75 {
  background-color: rgba(33, 37, 41, 0.75) !important;
}

.bg-dark.bg-opacity-100 {
  background-color: #212529 !important;
}

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

.bg-light.bg-opacity-10 {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.bg-light.bg-opacity-25 {
  background-color: rgba(248, 249, 250, 0.25) !important;
}

.bg-light.bg-opacity-50 {
  background-color: rgba(248, 249, 250, 0.5) !important;
}

.bg-light.bg-opacity-75 {
  background-color: rgba(248, 249, 250, 0.75) !important;
}

.bg-light.bg-opacity-100 {
  background-color: #f8f9fa !important;
}

.bg-skyblue {
  background-color: #0DCAF0 !important;
}

.bg-primary {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  color: #FFF;
}

.bg-success {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  color: #FFF;
}

.bg-info {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  color: #FFF;
}

.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  color: #FFF;
}

.bg-dark {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #FFF;
}

.bg-light {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #FFF;
}

.bg-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF;
}

.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: #FFF;
}

.bg-soft-primary {
  background-color: #FEF0E9;
  color: #F26522;
}

.bg-soft-secondary {
  background-color: #B9CBD1;
  color: #3B7080;
}

.bg-soft-success {
  background-color: #A4EBC4;
  color: #03C95A;
}

.bg-soft-danger {
  background-color: #EC9E9E;
  color: #E70D0D;
}

.bg-soft-warning {
  background-color: #FFE9A6;
  color: #FFC107;
}

.bg-soft-info {
  background-color: rgba(27, 132, 255, 0.3);
  color: #1B84FF;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.9);
  color: #6B7280;
}

.bg-soft-dark {
  background-color: rgba(33, 37, 41, 0.3);
  color: #FFF;
}

.bg-light {
  color: #6B7280;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
  color: #FFF;
}

.bg-secondary-gradient {
  background: linear-gradient(180deg, #3B7080 0%, #3D90A9 100%) !important;
  color: #FFF;
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FFC107 0%, #FFE8A5 100%) !important;
  color: #FFF;
}

.bg-info-gradient {
  background: linear-gradient(180deg, #177DBC 0%, #1A91DB 100%) !important;
  color: #FFF;
}

.bg-success-gradient {
  background: linear-gradient(180deg, #2DCB73 0%, #0DA952 100%) !important;
  color: #FFF;
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #E70D0D 0%, #810707 100%) !important;
  color: #FFF;
}

.bg-purple-gradient {
  background: linear-gradient(180deg, #4B3088 0%, #5C2DC8 100%) !important;
  color: #FFF;
}

.bg-light-gradient {
  background: linear-gradient(180deg, #F8F9FA 0%, #EDEDED 100%) !important;
  color: #000;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #F26522;
  color: #F26522;
}

.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #3B7080;
  color: #3B7080;
}

.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFC107;
  color: #FFC107;
}

.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #1B84FF;
  color: #1B84FF;
}

.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #03C95A;
  color: #03C95A;
}

.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #E70D0D;
  color: #E70D0D;
}

.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #212529;
  color: #212529;
}

.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #F8F9FA !important;
  color: #000 !important;
}

.bg-primary-transparent {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}

.bg-primary-transparent:hover {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}

.bg-secondary-transparent {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}

.bg-secondary-transparent:hover {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}

.bg-info-transparent {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}

.bg-info-transparent:hover {
  background-color: #D6E9FF !important;
  color: #1B84FF !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;
}

.bg-light-transparent {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #F8F9FA !important;
}

.bg-light-transparent:hover {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #6B7280 !important;
}

.bg-skyblue-transparent {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}

.bg-skyblue-transparent:hover {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}

.bg-pink-transparent {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}

.bg-pink-transparent:hover {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}

.bg-lightdanger-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEEEE 100%);
}

.bg-lightpink-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEBF4 100%);
}

.bg-lightsuccess-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #E8FFF2 100%);
}

.bg-lightpurple-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCE8FF 100%);
}

.bg-primary-100 {
  background-color: #FEF0E9 !important;
}

.bg-gray-100 {
  background-color: #F3F4F6;
}

.bg-gray-200 {
  background-color: #E5E7EB;
}

.bg-gray-300 {
  background-color: #D1D5DB;
}

.bg-gray-400 {
  background-color: #9CA3AF;
}

.bg-gray-500 {
  background-color: #6B7280;
}

.bg-gray-600 {
  background-color: #4B5563;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1F2937;
}

.bg-gray-900 {
  background-color: #111827 !important;
}

.bg-light-100 {
  background-color: #FDFDFE !important;
}

.bg-light-300 {
  background-color: #F8FAFC !important;
}

.bg-light-400 {
  background-color: #F6F8FB !important;
}

.bg-light-500 {
  background-color: #F4F6FA !important;
}

.bg-success-800 {
  background-color: #33D37A !important;
}

.svg-primary {
  fill: #F26522;
}

.svg-secondary {
  fill: #3B7080;
}

.svg-success {
  fill: #03C95A;
}

.svg-danger {
  fill: #E70D0D;
}

.svg-warning {
  fill: #FFC107;
}

.svg-white {
  fill: #FFF;
}

.svg-black {
  fill: #000;
}

.svg-pink {
  fill: #FD3995;
}

.svg-purple {
  fill: #AB47BC;
}

.svg-info {
  fill: #1B84FF;
}

.svg-light {
  fill: #F8F9FA;
}

.svg-dark {
  fill: #212529;
}

.svg-default {
  fill: #6B7280;
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.bg-light-200 {
  background: #FBFBFD;
}

.bg-light-300 {
  background: #F8FAFC;
}

.bg-transparent-primary {
  background: #FEF1EB;
}

.bg-transparent-dark {
  background: #E8E9EA;
}

.bg-transparent-warning {
  background: #FFF4D2 !important;
}

.bg-transparent-light {
  background: #F8F9FA !important;
}

.bg-transparent-danger {
  background: #F6CECE !important;
}

.bg-transparent-success {
  background: #D2F5E1 !important;
}

.bg-transparent-info {
  background: #D6E9FF !important;
}

.bg-transparent-purple {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}

.bg-transparent-secondary {
  background: #EDF2F4 !important;
}

.bg-transparent-skyblue {
  background: #E9FAFE !important;
}

.bg-light-gray {
  background: #F4F6FA;
}

.bg-soft-pink {
  background: #FFDBEC;
  color: #FD3995;
}

.bg-soft-skyblue {
  background: #D3F5FC;
}

.bg-danger-transparent {
  background: #FAE7E7;
  border-color: #FAE7E7 !important;
}

.bg-pink-transparent {
  background: #FFEDF6 !important;
  color: #FD3995 !important;
}

.bg-outline-pink {
  border: 1px solid #FD3995 !important;
  color: #FD3995 !important;
}

.bg-outline-purple {
  border: 1px solid #AB47BC !important;
  color: #AB47BC !important;
}

.bg-outline-skyblue {
  border: 1px solid #0DCAF0 !important;
  color: #0DCAF0 !important;
}

/******* Components ******/
/****** Utils ******/
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 8px;
  font-size: 0.8125rem;
}

.alert.alert-dismissible {
  padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}

.alert i {
  font-size: 20px;
}

.alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert .alert-link {
  font-weight: 600;
}

[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 2.25rem;
}

.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
  border-color: rgba(255, 193, 7, 0.1);
}

.alert-warning .alert-link {
  color: #FFC107;
}

.alert-warning .btn-close {
  color: #FFC107;
}

.alert-warning .btn-close.custom-close {
  background-color: #FFC107;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-primary {
  background-color: #fff;
  color: #6B7280;
  border-color: #3b70801a;
}

.alert-primary .alert-link {
  color: #F26522;
}

.alert-primary .custom-alert-icon {
  color: #F26522;
}

.alert-primary .btn-close {
  color: #F26522;
}

.alert-primary .btn-close.custom-close {
  background-color: #F26522;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-secondary {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
  border-color: rgba(59, 112, 128, 0.1);
}

.alert-secondary .alert-link {
  color: #3B7080;
}

.alert-secondary .btn-close {
  color: #3B7080;
}

.alert-secondary .btn-close.custom-close {
  background-color: #3B7080;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-success {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
  border-color: rgba(3, 201, 90, 0.1);
}

.alert-success .alert-link {
  color: #03C95A;
}

.alert-success .btn-close {
  color: #03C95A;
}

.alert-success .btn-close.custom-close {
  background-color: #03C95A;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-info {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
  border-color: rgba(27, 132, 255, 0.1);
}

.alert-info .alert-link {
  color: #1B84FF;
}

.alert-info .btn-close {
  color: #1B84FF;
}

.alert-info .btn-close.custom-close {
  background-color: #1B84FF;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-danger {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
  border-color: rgba(231, 13, 13, 0.1);
}

.alert-danger .alert-link {
  color: #E70D0D;
}

.alert-danger .btn-close {
  color: #E70D0D;
}

.alert-danger .btn-close.custom-close {
  background-color: #E70D0D;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-light {
  background-color: #F8F9FA;
  color: #6B7280;
  border-color: #F8F9FA;
}

.alert-light .alert-link {
  color: #6B7280;
}

.alert-light .btn-close {
  color: #6B7280;
}

.alert-light .btn-close.custom-close {
  background-color: #F8F9FA;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-dark {
  background-color: rgba(33, 37, 41, 0.1);
  color: #6B7280;
  border-color: rgba(33, 37, 41, 0.1);
}

.alert-dark .alert-link {
  color: #6B7280;
}

.alert-dark .btn-close {
  color: #FFF;
}

.alert-dark .btn-close.custom-close {
  background-color: #212529;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-teal {
  background-color: rgba(2, 168, 181, 0.1);
  color: #02a8b5;
  border-color: rgba(2, 168, 181, 0.1);
}

.alert-teal .alert-link {
  color: #02a8b5;
}

.alert-teal .btn-close {
  color: #02a8b5;
}

.alert-teal .btn-close.custom-close {
  background-color: #02a8b5;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}

.alert-solid-primary {
  background-color: #F26522;
  color: #FFF;
  border-color: #F26522;
}

.alert-solid-primary .btn-close {
  color: #FFF;
}

.alert-solid-secondary {
  background-color: #3B7080;
  color: #FFF;
  border-color: #3B7080;
}

.alert-solid-secondary .btn-close {
  color: #FFF;
}

.alert-solid-warning {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}

.alert-solid-warning .btn-close {
  color: #FFF;
}

.alert-solid-info {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}

.alert-solid-info .btn-close {
  color: #FFF;
}

.alert-solid-success {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}

.alert-solid-success .btn-close {
  color: #FFF;
}

.alert-solid-danger {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}

.alert-solid-danger .btn-close {
  color: #FFF;
}

.alert-solid-light {
  background-color: #F8F9FA;
  color: #6B7280;
  border-color: #E5E7EB;
}

.alert-solid-dark {
  background-color: #212529;
  color: #FFF;
  border-color: #212529;
}

.alert-solid-dark .btn-close {
  color: #FFF;
}

.alert-outline-primary {
  background-color: #FFF;
  color: #F26522;
  border-color: #F26522;
}

.alert-outline-primary .btn-close {
  color: #F26522;
}

.alert-outline-secondary {
  background-color: #FFF;
  color: #3B7080;
  border-color: #3B7080;
}

.alert-outline-secondary .btn-close {
  color: #3B7080;
}

.alert-outline-info {
  background-color: #FFF;
  color: #1B84FF;
  border-color: #1B84FF;
}

.alert-outline-info .btn-close {
  color: #1B84FF;
}

.alert-outline-warning {
  background-color: #FFF;
  color: #FFC107;
  border-color: #FFC107;
}

.alert-outline-warning .btn-close {
  color: #FFC107;
}

.alert-outline-success {
  background-color: #FFF;
  color: #03C95A;
  border-color: #03C95A;
}

.alert-outline-success .btn-close {
  color: #03C95A;
}

.alert-outline-danger {
  background-color: #FFF;
  color: #E70D0D;
  border-color: #E70D0D;
}

.alert-outline-danger .btn-close {
  color: #E70D0D;
}

.alert-outline-light {
  background-color: #FFF;
  color: #6B7280;
  border-color: #F8F9FA;
}

.alert-outline-dark {
  background-color: #FFF;
  color: #212529;
  border-color: #212529;
}

.alert-outline-dark .btn-close {
  color: #212529;
}

.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid #F26522 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-primary.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-primary.custom-alert-icon>i {
  color: #F26522;
}

.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid #3B7080 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-secondary.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-secondary.custom-alert-icon>i {
  color: #3B7080;
}

.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid #FFC107 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-warning.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-warning.custom-alert-icon>i {
  color: #FFC107;
}

.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid #E70D0D !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-danger.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-danger.custom-alert-icon>i {
  color: #E70D0D;
}

.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid #03C95A !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-success.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid #1B84FF !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-info.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid #F8F9FA !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-light.custom-alert-icon .btn-close {
  color: #6B7280;
}

.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid #212529 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}

.alert-dark.custom-alert-icon .btn-close {
  color: #6B7280;
}

.custom-alert1 {
  margin-block-end: 0;
  background-color: #FFF;
  border: 0;
  padding: 1.25rem;
  color: #6B7280;
}

.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: #677788;
  font-size: 0.8rem;
}

.custom-alert1 .custom-alert-icon {
  font-size: 40px;
  margin-bottom: 0.85rem;
}

.custom-alert1 .custom-alert-icon i {
  font-size: 40px;
}

.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}

.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid #F26522;
}

.custom-alert1.alert-primary .custom-alert-icon {
  color: #F26522;
}

.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid #3B7080;
}

.custom-alert1.alert-secondary .custom-alert-icon {
  color: #3B7080;
}

.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid #FFC107;
}

.custom-alert1.alert-warning .custom-alert-icon {
  color: #FFC107;
}

.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid #E70D0D;
}

.custom-alert1.alert-danger .custom-alert-icon {
  color: #E70D0D;
}

.alert-img {
  display: flex;
  align-items: center;
}

.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

/****** Utils ******/
.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.avatar-rounded {
  border-radius: 50%;
}

.avatar.avatar-rounded img {
  border-radius: 50%;
}

.avatar.avatar-radius-0 {
  border-radius: 0;
}

.avatar.avatar-radius-0 img {
  border-radius: 0;
}

.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.avatar.online:before {
  background-color: #03C95A;
}

.avatar.offline:before {
  background-color: #6B7280;
}

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

.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}

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

.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}

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

.avatar.avatar-sm i {
  font-size: 14px;
}

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

.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}

.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.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 .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}

.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
  bottom: -2px;
  right: -2px;
}

.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 .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}

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

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

.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

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

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

.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}

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

.avatar-list-stacked {
  padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-md .avatar {
  width: 2.25rem;
  height: 2.25rem;
}

.avatar-list-stacked.avatar-group-md .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-list-stacked.avatar-group-md.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-list-stacked.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}

.avatar-list-stacked.avatar-group-xs .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}

.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}

.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}

.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar>.initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar>.initial-wrap {
  font-size: 0.95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}

.avatar-group.avatar-group-sm .avatar>.initial-wrap {
  font-size: 0.6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

/****** Utils ******/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F26522;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 6px;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.bootstrap-datetimepicker-widget table th.prev span:hover,
.bootstrap-datetimepicker-widget table th.next span:hover {
  background: #212529;
  border-color: #212529;
  color: #FFF;
}

.bootstrap-datetimepicker-widget table td {
  font-size: 15px;
  color: #374151;
}

.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 6px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #F26522;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #03C95A !important;
}

.shadow-sm {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

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

.list-group a.active {
  background: #FEF0E9;
  color: #F26522;
}

.list-group a:hover {
  background: #FEF0E9;
  color: #F26522;
}

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

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 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;
  background-color: #6B7280;
  border: 1px solid #6B7280;
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #E70D0D;
  border-color: #E70D0D;
}

.w-40 {
  width: 40%;
}

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

hr {
  border-color: #E9EDF4;
}

/****** Utils ******/
.btn-primary {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
  font-size: 14px;
  font-size: 14px;
}

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

button {
  cursor: pointer;
}

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

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

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

.btn:hover {
  transition: all 0.5s;
}

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

.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
}

.btn.btn-md {
  padding: 0.35rem 0.85rem;
  font-size: 0.813rem;
}

.btn.btn-primary {
  background-color: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: rgb(222.1333333333, 80.4102564103, 13.0666666667);
  border: 1px solid rgb(222.1333333333, 80.4102564103, 13.0666666667);
  color: #FFF;
}

.btn.btn-secondary {
  background-color: #3B7080;
  border: 1px solid #3B7080;
  color: #FFF;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: rgb(46.1272727273, 87.5636363636, 100.0727272727);
  border: 1px solid rgb(46.1272727273, 87.5636363636, 100.0727272727);
  color: #FFF;
}

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

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: rgb(2.4, 160.8, 72);
  border: 1px solid rgb(2.4, 160.8, 72);
  color: #FFF;
}

.btn.btn-info {
  background-color: #1B84FF;
  border: 1px solid #1B84FF;
  color: #FFF;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: rgb(0, 111.0789473684, 241.2);
  border: 1px solid rgb(0, 111.0789473684, 241.2);
  color: #FFF;
}

.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: #FFF;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: rgb(221.2, 165.9, 0);
  border: 1px solid rgb(221.2, 165.9, 0);
  color: #FFF;
}

.btn.btn-danger {
  background-color: #E70D0D;
  border: 1px solid #E70D0D;
  color: #FFF;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: rgb(192.3737704918, 10.8262295082, 10.8262295082);
  border: 1px solid rgb(192.3737704918, 10.8262295082, 10.8262295082);
  color: #FFF;
}

.btn.btn-dark {
  background-color: #212529;
  border: 1px solid #212529;
  color: #FFF;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background-color: rgb(14.8054054054, 16.6, 18.3945945946);
  border: 1px solid rgb(14.8054054054, 16.6, 18.3945945946);
  color: #FFF;
}

.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #FFF;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: rgb(224.2, 228.6, 233);
  border: 1px solid rgb(224.2, 228.6, 233);
  color: #FFF;
}

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

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black.active {
  background-color: hsl(0, 0%, -8%);
  border: 1px solid hsl(0, 0%, -8%);
  color: #FFF;
}

.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: #FFF;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
  background-color: rgb(145.1768924303, 58.2446215139, 159.9553784861);
  border: 1px solid rgb(145.1768924303, 58.2446215139, 159.9553784861);
  color: #FFF;
}

.btn.btn-primary {
  background-color: #F37438;
  border: 1px solid #F37438;
  color: #FFF;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}

.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #111827;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: rgb(239.075, 241.35, 243.625);
  border: 1px solid #F8F9FA;
  color: #111827;
}

.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #111827;
}

.btn.btn-white.show {
  background-color: #FFF;
  border-color: #FFF;
}

.btn.btn-gray {
  background-color: #E5E7EB;
  border-color: #E5E7EB;
  color: #111827;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray.focus,
.btn.btn-gray:active,
.btn.btn-gray.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}

.btn.btn-linear-primary {
  background-image: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  border: 1px solid #F37438;
  color: #FFF;
}

.btn.btn-linear-primary:hover,
.btn.btn-linear-primary:focus,
.btn.btn-linear-primary.focus,
.btn.btn-linear-primary:active,
.btn.btn-linear-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.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.btn-w-lg {
  min-width: 9.375rem;
}

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

.btn-icon.btn-xs {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}

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

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

.btn-list>button,
.btn-list>a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

.btn-square {
  border-radius: 0;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
  background-color: #F26522;
  color: #FFF;
  border-color: #F26522;
}

.btn.btn-secondary-light {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}

.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
  background-color: #3B7080;
  color: #FFF;
  border-color: #3B7080;
}

.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}

.btn.btn-info-light {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}

.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}

.btn.btn-success-light {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}

.btn.btn-danger-light {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #F26522;
  border: 1px solid #F26522;
}

.btn.btn-primary-ghost:active {
  color: #F26522;
  border: 1px solid #F26522;
  background-color: transparent;
}

.btn.btn-dark {
  background: #111827 !important;
  border-color: #111827 !important;
  box-shadow: none;
  color: #FFF;
}

.btn.btn-dark:hover {
  background: #252a30 !important;
}

.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #3B7080;
  border: 1px solid #3B7080;
}

.btn.btn-secondary-ghost:active {
  color: #3B7080;
  border: 1px solid #3B7080;
  background-color: transparent;
}

.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}

.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}

.btn.btn-info-ghost {
  background-color: transparent;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}

.btn.btn-info-ghost:active {
  color: #1B84FF;
  border: 1px solid #1B84FF;
  background-color: transparent;
}

.btn.btn-success-ghost {
  background-color: transparent;
  color: #03C95A;
  border: 1px solid #03C95A;
}

.btn.btn-success-ghost:active {
  color: #03C95A;
  border: 1px solid #03C95A;
  background-color: transparent;
}

.btn.btn-danger-ghost {
  background-color: transparent;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}

.btn.btn-danger-ghost:active {
  color: #E70D0D;
  border: 1px solid #E70D0D;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-group-vertical .btn-check:checked+.btn {
  color: #FFF !important;
}

.btn-outline-primary {
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #FFF !important;
}

.btn-outline-secondary {
  border: 1px solid #3B7080 !important;
  color: #3B7080 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  box-shadow: 0 3px 10px rgba(59, 112, 128, 0.5);
  color: #FFF !important;
}

.btn-outline-success {
  border: 1px solid #03C95A !important;
  color: #03C95A !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  box-shadow: 0 3px 10px rgba(3, 201, 90, 0.5);
  color: #FFF !important;
}

.btn-outline-danger {
  border: 1px solid #E70D0D !important;
  color: #E70D0D !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  box-shadow: 0 3px 10px rgba(231, 13, 13, 0.5);
  color: #FFF !important;
}

.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: #FFF !important;
}

.btn-outline-info {
  border: 1px solid #1B84FF !important;
  color: #1B84FF !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  box-shadow: 0 3px 10px rgba(27, 132, 255, 0.5);
  color: #FFF !important;
}

.btn-outline-light {
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}

.btn-outline-dark {
  border: 1px solid #212529 !important;
  color: #212529 !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  box-shadow: 0 3px 10px rgba(33, 37, 41, 0.5);
  color: #FFF !important;
}

.btn-soft-primary {
  background-color: #FBD1BD !important;
  color: #F26522 !important;
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary.focus,
.btn-soft-primary:active,
.btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(242, 101, 34, 0.2);
  border-color: #F26522;
}

.btn-soft-secondary {
  background-color: #B9CBD1 !important;
  color: #3B7080 !important;
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary.focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(59, 112, 128, 0.2);
  border-color: #3B7080;
}

.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #03C95A !important;
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success.focus,
.btn-soft-success:active,
.btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(3, 201, 90, 0.2);
  border-color: #03C95A;
}

.btn-soft-danger {
  background-color: #EC9E9E !important;
  color: #E70D0D !important;
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger.focus,
.btn-soft-danger:active,
.btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(231, 13, 13, 0.2);
  border-color: #E70D0D;
}

.btn-soft-warning {
  background-color: #FFE9A6 !important;
  color: #FFC107 !important;
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning.focus,
.btn-soft-warning:active,
.btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}

.btn-soft-info {
  background-color: rgba(27, 132, 255, 0.3) !important;
  color: #1B84FF !important;
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info.focus,
.btn-soft-info:active,
.btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(27, 132, 255, 0.2);
  border-color: #1B84FF;
}

.btn-soft-light {
  background-color: rgba(248, 249, 250, 0.9) !important;
  color: #6B7280 !important;
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light.focus,
.btn-soft-light:active,
.btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(248, 249, 250, 0.2);
  border-color: #F8F9FA;
  border-color: #6B7280;
}

.btn-soft-dark {
  background-color: rgba(33, 37, 41, 0.3) !important;
  color: #FFF !important;
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark.focus,
.btn-soft-dark:active,
.btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(33, 37, 41, 0.2);
  border-color: #212529;
}

.primary-hover:hover {
  background: #F26522 !important;
  color: #FFF;
}

.warning-btn-hover:hover {
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #FFF;
}

.success-btn-hover:hover {
  background: #03C95A !important;
  border-color: #03C95A !important;
  color: #FFF;
}

.danger-btn-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}

.secondary-btn-hover:hover {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
  color: #FFF;
}

.primary-btn-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 5px 12px;
  }
}

.bn-close.custom-btn-close {
  background-image: none;
}

.btn.btn-icon:hover {
  background: #E8E9EA;
  color: #212529;
}

.btn.btn-icon.active.bg-white {
  border-color: #FFF;
  color: #212529;
}

.btn.btn-icon:active {
  color: #FFF;
}

.border-purple {
  border-color: #AB47BC !important;
}

.btn-light.btn-icon:hover {
  background: #F26522 !important;
  color: #FFF !important;
}

.btn-primary-gradient {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  color: #FFF;
}

.btn-primary-gradient:hover {
  background: linear-gradient(180deg, #FF9945 0%, #FC6173 100%);
  color: #FFF;
}

/****** Utils ******/
.badge.badge-primary {
  background: rgba(242, 101, 34, 0.1);
  box-shadow: 0 1px 1px rgba(242, 101, 34, 0.5);
  color: #F26522;
}

.badge.badge-skyblue {
  background-color: #0DCAF0;
  color: #FFF;
}

.badge.badge-pink {
  background-color: #FD3995;
  color: #FFF;
}

.badge.badge-dark-transparent {
  background: #E8E9EA;
  color: #111827;
}

.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}

.badge.badge-pink-transparent {
  background: #FFEDF6;
  color: #FD3995;
}

.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}

.badge.badge-success-transparent {
  background: #D2F5E1;
  color: #03C95A;
}

.badge.badge-purple-transparent {
  background: #F7EEF9;
  color: #AB47BC;
}

.badge.badge-warning-transparent {
  background: #FFF9E9;
  color: #FFC107;
}

.badge.badge-danger-transparent {
  background: #FAE7E7;
  color: #E70D0D;
}

.badge.badge-info-transparent {
  background: #EBF4FF;
  color: #1B84FF;
}

.badge.badge-primary {
  background: #F26522;
  color: #FFF;
}

.badge.badge-soft-primary {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.badge.badge-secondary {
  background: #3B7080;
  color: #FFF;
}

.badge.badge-soft-secondary {
  background: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}

.badge.badge-success {
  background: #03C95A;
  color: #FFF;
}

.badge.badge-soft-success {
  background: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.badge.badge-info {
  background: #1B84FF;
  color: #FFF;
}

.badge.badge-soft-info {
  background: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}

.badge.badge-warning {
  background: #FFC107;
  color: #FFF;
}

.badge.badge-soft-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.badge.badge-danger {
  background: #E70D0D;
  color: #FFF;
}

.badge.badge-soft-danger {
  background: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.badge.badge-dark {
  background: #212529;
  color: #FFF;
}

.badge.badge-soft-dark {
  background: rgba(33, 37, 41, 0.1);
  color: #212529;
}

.badge.badge-light {
  background: #F8F9FA;
  color: #FFF;
}

.badge.badge-soft-light {
  background: rgba(248, 249, 250, 0.1);
  color: #F8F9FA;
}

.badge.badge-black {
  background: #000;
  color: #FFF;
}

.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.badge.badge-purple {
  background: #AB47BC;
  color: #FFF;
}

.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}

.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.badge.badge-xs {
  font-size: 10px;
  font-weight: 500;
  padding: 0px 5px;
  line-height: 18px;
}

.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}

.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}

.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}

.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}

.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.badge.arrow {
  width: 20px;
  height: 20px;
  background: #FBFBFD;
  color: #212529;
}

.badge.arrow:hover {
  background: #F26522;
  color: #FFF;
}

.badge.bg-light.arrow:hover {
  background: #212529 !important;
}

.badge-primary-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}

.badge-danger-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}

.badge.badge-soft-purple {
  background: #F0DEF3 !important;
  color: #AB47BC !important;
}

/****** Utils ******/
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #F8F9FA;
}

.border {
  border: 1px solid #E5E7EB !important;
}

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

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

.border.border-pink {
  border-color: #FD3995 !important;
}

.border.border-purple {
  border-color: #AB47BC !important;
}

.border.border-primary {
  border: 1px solid #F26522 !important;
  opacity: 1;
}

.border.border-primary.border-opacity-10 {
  border-color: rgba(242, 101, 34, 0.1) !important;
}

.border.border-primary.border-opacity-25 {
  border-color: rgba(242, 101, 34, 0.25) !important;
}

.border.border-primary.border-opacity-50 {
  border-color: rgba(242, 101, 34, 0.5) !important;
}

.border.border-primary.border-opacity-75 {
  border-color: rgba(242, 101, 34, 0.75) !important;
}

.border.border-primary.border-opacity-100 {
  border-color: #f26522 !important;
}

.border.border-secondary {
  border: 1px solid #3B7080 !important;
  opacity: 1;
}

.border.border-secondary.border-opacity-10 {
  border-color: rgba(59, 112, 128, 0.1) !important;
}

.border.border-secondary.border-opacity-25 {
  border-color: rgba(59, 112, 128, 0.25) !important;
}

.border.border-secondary.border-opacity-50 {
  border-color: rgba(59, 112, 128, 0.5) !important;
}

.border.border-secondary.border-opacity-75 {
  border-color: rgba(59, 112, 128, 0.75) !important;
}

.border.border-secondary.border-opacity-100 {
  border-color: #3b7080 !important;
}

.border.border-info {
  border-color: #1B84FF !important;
  opacity: 1;
}

.border.border-info.border-opacity-10 {
  border-color: rgba(27, 132, 255, 0.1) !important;
}

.border.border-info.border-opacity-25 {
  border-color: rgba(27, 132, 255, 0.25) !important;
}

.border.border-info.border-opacity-50 {
  border-color: rgba(27, 132, 255, 0.5) !important;
}

.border.border-info.border-opacity-75 {
  border-color: rgba(27, 132, 255, 0.75) !important;
}

.border.border-info.border-opacity-100 {
  border-color: #1b84ff !important;
}

.border.border-success {
  border-color: #03C95A !important;
  opacity: 1;
}

.border.border-success.border-opacity-10 {
  border-color: rgba(3, 201, 90, 0.1) !important;
}

.border.border-success.border-opacity-25 {
  border-color: rgba(3, 201, 90, 0.25) !important;
}

.border.border-success.border-opacity-50 {
  border-color: rgba(3, 201, 90, 0.5) !important;
}

.border.border-success.border-opacity-75 {
  border-color: rgba(3, 201, 90, 0.75) !important;
}

.border.border-success.border-opacity-100 {
  border-color: #03c95a !important;
}

.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}

.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}

.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}

.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}

.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}

.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}

.border.border-danger {
  border: 1px solid #E70D0D !important;
  opacity: 1;
}

.border.border-danger.border-opacity-10 {
  border-color: rgba(231, 13, 13, 0.1) !important;
}

.border.border-danger.border-opacity-25 {
  border-color: rgba(231, 13, 13, 0.25) !important;
}

.border.border-danger.border-opacity-50 {
  border-color: rgba(231, 13, 13, 0.5) !important;
}

.border.border-danger.border-opacity-75 {
  border-color: rgba(231, 13, 13, 0.75) !important;
}

.border.border-danger.border-opacity-100 {
  border-color: #e70d0d !important;
}

.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}

.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.border.border-white.border-opacity-100 {
  border-color: white !important;
}

.border.border-light {
  border: 1px solid #F8F9FA !important;
  opacity: 1;
}

.border.border-light.border-opacity-10 {
  border-color: rgba(248, 249, 250, 0.1) !important;
}

.border.border-light.border-opacity-25 {
  border-color: rgba(248, 249, 250, 0.25) !important;
}

.border.border-light.border-opacity-50 {
  border-color: rgba(248, 249, 250, 0.5) !important;
}

.border.border-light.border-opacity-75 {
  border-color: rgba(248, 249, 250, 0.75) !important;
}

.border.border-light.border-opacity-100 {
  border-color: #f8f9fa !important;
}

.border.border-dark {
  border: 1px solid #212529 !important;
  opacity: 1;
}

.border.border-dark.border-opacity-10 {
  border-color: rgba(33, 37, 41, 0.1) !important;
}

.border.border-dark.border-opacity-25 {
  border-color: rgba(33, 37, 41, 0.25) !important;
}

.border.border-dark.border-opacity-50 {
  border-color: rgba(33, 37, 41, 0.5) !important;
}

.border.border-dark.border-opacity-75 {
  border-color: rgba(33, 37, 41, 0.75) !important;
}

.border.border-dark.border-opacity-100 {
  border-color: #212529 !important;
}

.border er-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}

.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}

.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}

.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}

.border.border-opacity-100 {
  --bs-border-opacity: 1 !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-block-start-dashed {
  border-top-style: dashed;
}

.border.border-block-start-dotted {
  border-top-style: dotted;
}

.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}

.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}

.border.border-block-end-dashed {
  border-bottom-style: dashed;
}

.border.border-block-end-dotted {
  border-bottom-style: dotted;
}

.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}

.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}

.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 #E5E7EB !important;
}

.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}

.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}

.border-top.border-primary {
  border-color: #F26522 !important;
}

.border-top.border-secondary {
  border-color: #3B7080 !important;
}

.border-top.border-warning {
  border-color: #FFC107 !important;
}

.border-top.border-info {
  border-color: #1B84FF !important;
}

.border-top.border-success {
  border-color: #03C95A !important;
}

.border-top.border-danger {
  border-color: #E70D0D !important;
}

.border-top.border-light {
  border-color: #F8F9FA !important;
}

.border-top.border-dark {
  border-color: #212529 !important;
}

.border-top.border-purple {
  border-color: #AB47BC !important;
}

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

.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}

.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}

.border-end.border-primary {
  border-color: #F26522 !important;
}

.border-end.border-secondary {
  border-color: #3B7080 !important;
}

.border-end.border-warning {
  border-color: #FFC107 !important;
}

.border-end.border-info {
  border-color: #1B84FF !important;
}

.border-end.border-success {
  border-color: #03C95A !important;
}

.border-end.border-danger {
  border-color: #E70D0D !important;
}

.border-end.border-light {
  border-color: #F8F9FA !important;
}

.border-end.border-dark {
  border-color: #212529 !important;
}

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

.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom.border-primary {
  border-color: #F26522 !important;
}

.border-bottom.border-secondary {
  border-color: #3B7080 !important;
}

.border-bottom.border-warning {
  border-color: #FFC107 !important;
}

.border-bottom.border-info {
  border-color: #1B84FF !important;
}

.border-bottom.border-success {
  border-color: #03C95A !important;
}

.border-bottom.border-danger {
  border-color: #E70D0D !important;
}

.border-bottom.border-light {
  border-color: #F8F9FA !important;
}

.border-bottom.border-dark {
  border-color: #212529 !important;
}

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

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

.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}

.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}

.border-start.border-primary {
  border-color: #F26522 !important;
}

.border-start.border-secondary {
  border-color: #3B7080 !important;
}

.border-start.border-warning {
  border-color: #FFC107 !important;
}

.border-start.border-info {
  border-color: #1B84FF !important;
}

.border-start.border-success {
  border-color: #03C95A !important;
}

.border-start.border-danger {
  border-color: #E70D0D !important;
}

.border-start.border-light {
  border-color: #F8F9FA !important;
}

.border-start.border-dark {
  border-color: #212529 !important;
}

.border-start.border-pink {
  border-color: #FD3995 !important;
}

.border-start.border-purple {
  border-color: #AB47BC !important;
}

.border-primary {
  border-color: #F26522 !important;
}

.border-secondary {
  border-color: #3B7080 !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-info {
  border-color: #1B84FF !important;
}

.border-success {
  border-color: #03C95A !important;
}

.border-danger {
  border-color: #E70D0D !important;
}

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

.border-primary-7 {
  border-color: #F69364 !important;
}

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

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

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

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

/****** Utils ******/
.dropdown-auto {
  overflow: auto;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
}

.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}

.dropdown .dropdown-toggle.btn-primary {
  color: #FFF;
}

.dropdown .dropdown-menu {
  padding: 20px;
  font-family: "Archivo", sans-serif;
}

.dropdown-menu {
  border-color: #E5E7EB;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  color: #111827;
  background-color: #FFF;
  padding: 0;
  z-index: 10;
  border-radius: 10px;
}

.dropdown-divider {
  border-color: #E5E7EB;
}

.dropdown-item-text {
  color: #6B7280;
}

.dropdown-header {
  color: #6B7280;
}

.dropdown-item {
  color: #4B5563;
  padding: 0.594rem 0.9375rem;
  font-size: 14px;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6B7280;
  opacity: 0.5;
}

.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
  color: #FFF;
  background-color: #F26522;
  border-radius: 5px;
}

.dropdown-item.active {
  background-color: #F4F6FA;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.btn.dropdown-toggle-split {
  opacity: 0.85;
}

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

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

.btn-list a.dropdown-item {
  margin-block-end: 0;
}

.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}

.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}

.dropdown-menu.dropdown-menu-primary {
  background-color: #F26522;
}

.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropdown-menu-secondary {
  background-color: #3B7080;
}

.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropdown-menu-warning {
  background-color: #FFC107;
}

.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropdown-menu-info {
  background-color: #1B84FF;
}

.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropdown-menu-success {
  background-color: #03C95A;
}

.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropdown-menu-danger {
  background-color: #E70D0D;
}

.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(242, 101, 34, 0.1) !important;
  color: #F26522;
}

.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(59, 112, 128, 0.1) !important;
  color: #3B7080;
}

.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #FFC107;
}

.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(27, 132, 255, 0.1) !important;
  color: #1B84FF;
}

.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(3, 201, 90, 0.1) !important;
  color: #03C95A;
}

.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(231, 13, 13, 0.1) !important;
  color: #E70D0D;
}

.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(59, 112, 128, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #FFF;
  background-color: #F26522 !important;
}

.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(59, 112, 128, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #FFF;
  background-color: #3B7080 !important;
}

.dropdown-menu.dropmenu-light-info {
  background-color: rgba(27, 132, 255, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #FFF;
  background-color: #1B84FF !important;
}

.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 193, 7, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #FFF;
  background-color: #FFC107 !important;
}

.dropdown-menu.dropmenu-light-success {
  background-color: rgba(3, 201, 90, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #FFF;
  background-color: #03C95A !important;
}

.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(231, 13, 13, 0.1);
  backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #FFF;
  background-color: #E70D0D !important;
}

.dropdown-divider {
  margin: 0;
}

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

.card-dropdown>a {
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374151;
  padding: 10px 10px 10px 30px;
  position: relative;
}

.card-dropdown>a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.card-dropdown>a i {
  font-size: 16px;
  margin-right: 5px;
}

.card-dropdown>a[aria-expanded=true]::after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}

.card-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}

.card-dropdown .dropdown-menu li a:hover {
  background: #EDF1F6;
  color: #1F2937;
}

.dropdown-md {
  min-width: 320px !important;
}

.dropdown-sm {
  min-width: 260px !important;
}

.dropdown-menu.notes-menu {
  z-index: 99999;
}

.dropdown-menu.notes-menu a.dropdown-item {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}

.dropdown-menu.notes-menu span {
  margin-right: 8px;
}

.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: #6B7280;
}

/****** Utils ******/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #202C4B;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

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

@media (max-width: 991.98px) {

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

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 24px;
  }
}

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

@media (max-width: 767.98px) {

  h2,
  .h2 {
    font-size: 22px;
  }
}

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

@media (max-width: 767.98px) {

  h3,
  .h3 {
    font-size: 18px;
  }
}

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

@media (max-width: 767.98px) {

  h4,
  .h4 {
    font-size: 16px;
  }
}

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

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

.display-1 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .display-1 {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .display-1 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 26px;
  }
}

p {
  font-size: 16px;
}

.display-4 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 16px;
  }
}

.fs-sm {
  font-size: 0.6875rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-1 {
  font-size: 0.0625rem;
}

.fs-2 {
  font-size: 0.125rem;
}

.fs-3 {
  font-size: 0.1875rem;
}

.fs-4 {
  font-size: 0.25rem !important;
}

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

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

.fs-7 {
  font-size: 0.4375rem;
}

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

.fs-9 {
  font-size: 0.5625rem;
}

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

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

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

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.text-default {
  color: #6B7280 !important;
}

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

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

.text-primary.text-opacity-75 {
  color: rgba(242, 101, 34, 0.75) !important;
}

.text-primary.text-opacity-25 {
  color: rgba(242, 101, 34, 0.25) !important;
}

.text-primary.text-opacity-50 {
  color: rgba(242, 101, 34, 0.5) !important;
}

.text-secondary {
  color: #3B7080 !important;
  opacity: 1;
}

.text-info {
  color: #1B84FF !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: #FD3995 !important;
}

.text-purple {
  color: #AB47BC !important;
}

.text-dark {
  color: #212529 !important;
}

.text-light {
  color: #F8F9FA !important;
}

.text-gray {
  color: #6B7280 !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-1 {
  color: #F3F4F6;
}

.text-gray-2 {
  color: #E5E7EB;
}

.text-gray-3 {
  color: #D1D5DB;
}

.text-gray-4 {
  color: #9CA3AF;
}

.text-gray-5 {
  color: #6B7280;
}

.text-gray-6 {
  color: #4B5563;
}

.text-gray-7 {
  color: #374151;
}

.text-gray-8 {
  color: #1F2937;
}

.text-gray-9 {
  color: #111827 !important;
}

.text-title {
  color: #111827 !important;
}

.text-dark-transparent {
  color: #E8E9EA;
}

a {
  color: #111827;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #F26522;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
}

.link-primary {
  color: #F26522 !important;
}

.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: rgb(212.5, 76.9230769231, 12.5) !important;
}

.link-secondary {
  color: #3B7080 !important;
}

.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #3B7080 !important;
}

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

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

.link-danger {
  color: #E70D0D !important;
}

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

.link-warning {
  color: #FFC107 !important;
}

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

.link-info {
  color: #1B84FF !important;
}

.link-info:hover,
.link-info:focus,
.link-info:active {
  color: #1B84FF !important;
}

.link-light {
  color: #F8F9FA !important;
}

.link-light:hover,
.link-light:focus,
.link-light:active {
  color: #F8F9FA !important;
}

.link-dark {
  color: #212529 !important;
}

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

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

.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid #E5E7EB;
  position: relative;
}

.blockquote-container.text-end {
  border-right: 4px solid #E5E7EB;
  border-left: 0;
}

.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}

.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}

.blockquote.custom-blockquote.primary {
  background-color: rgba(242, 101, 34, 0.1);
  border-inline-start: 2px solid #F26522;
}

.blockquote.custom-blockquote.primary:before {
  color: rgba(242, 101, 34, 0.1);
}

.blockquote.custom-blockquote.secondary {
  background-color: rgba(59, 112, 128, 0.1);
  border-inline-start: 2px solid #3B7080;
}

.blockquote.custom-blockquote.secondary:before {
  color: rgba(59, 112, 128, 0.1);
}

.blockquote.custom-blockquote.info {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 2px solid #1B84FF;
}

.blockquote.custom-blockquote.info:before {
  color: rgba(27, 132, 255, 0.1);
}

.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 2px solid #FFC107;
}

.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 193, 7, 0.1);
}

.blockquote.custom-blockquote.success {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 2px solid #03C95A;
}

.blockquote.custom-blockquote.success:before {
  color: rgba(3, 201, 90, 0.1);
}

.blockquote.custom-blockquote.danger {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 2px solid #E70D0D;
}

.blockquote.custom-blockquote.danger:before {
  color: rgba(231, 13, 13, 0.1);
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}

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

[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.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;
}

.transform-none {
  transform: none !important;
}

.list-circle {
  list-style: circle;
  padding-left: 2rem;
}

/****** Utils ******/
.form-control {
  border-color: #E5E7EB;
  color: #111827;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.5rem 0.625rem;
  min-height: 40px;
  transition: all 0.5s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #E5E7EB;
}

textarea {
  resize: none;
}

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

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}

.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}

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

.form-text {
  color: #677788;
}

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

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

.form-control-primary {
  background-color: rgba(242, 101, 34, 0.1);
  border: 0;
  color: #F26522;
}

.form-control-primary:focus {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.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: #ffffff;
  border: 1px solid #E5E7EB;
  color: #6B7280;
  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: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}

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

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

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

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

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

.form-check-label {
  font-size: 14px;
  color: #4B5563;
}

.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #F8F9FA;
  border: 1px solid #E5E7EB;
}

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

.form-check-input:checked~.form-check-label {
  color: #111827;
}

.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #F26522;
}

.form-check-input.form-checked-secondary:checked {
  background-color: #3B7080;
  border-color: #3B7080;
}

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

.form-check-input.form-checked-info:checked {
  background-color: #1B84FF;
  border-color: #1B84FF;
}

.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: #F8F9FA;
  border-color: #F8F9FA;
}

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

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

.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}

.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #F26522;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}

.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #3B7080;
}

.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFC107;
}

.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #1B84FF;
}

.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #03C95A;
}

.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #E70D0D;
}

.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: #F8F9FA;
}

.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: #212529;
}

.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}

.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #F26522;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}

.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #3B7080;
}

.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFC107;
}

.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #1B84FF;
}

.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #03C95A;
}

.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #E70D0D;
}

.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: #F8F9FA;
}

.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: #212529;
}

fieldset:disabled .btn {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
}

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

.btn-check:focus+.btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}

.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: #F8F9FA;
  color: #6B7280;
}

.form-control-plaintext {
  color: #6B7280;
}

.form-control::-webkit-file-upload-button {
  color: #6B7280;
  background-color: #F8F9FA;
}

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

.form-control:focus {
  color: #111827;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: #D1D5DB;
  padding-inline-start: 0.3rem;
  transition: padding-inline-start 0.1s ease-in;
}

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

.form-control:-moz-placeholder {
  color: #D1D5DB;
}

.form-control::-moz-placeholder {
  color: #D1D5DB;
}

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

.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.66rem 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: 0.5rem;
  font-size: 0.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: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}

.label-primary {
  background: #F26522;
  color: #FFF;
}

.label-secondary {
  background: #3B7080;
  color: #FFF;
}

.label-warning {
  background: #FFC107;
  color: #FFF;
}

.label-info {
  background: #1B84FF;
  color: #FFF;
}

.label-success {
  background: #03C95A;
  color: #FFF;
}

.label-danger {
  background: #E70D0D;
  color: #FFF;
}

.label-light {
  background: #F8F9FA;
  color: #FFF;
}

.label-dark {
  background: #212529;
  color: #FFF;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: #F26522;
  opacity: 1;
}

.form-floating.floating-primary input {
  border: 1px solid #F26522;
}

.form-floating.floating-primary>.form-control:focus~label {
  color: #F26522 !important;
}

.form-floating.floating-secondary label {
  color: #3B7080;
  opacity: 1;
}

.form-floating.floating-secondary input {
  border: 1px solid #3B7080;
}

.form-floating.floating-secondary>.form-control:focus~label {
  color: #3B7080 !important;
}

.form-floating.floating-warning label {
  color: #FFC107;
  opacity: 1;
}

.form-floating.floating-warning input {
  border: 1px solid #FFC107;
}

.form-floating.floating-warning>.form-control:focus~label {
  color: #FFC107 !important;
}

.form-floating.floating-info label {
  color: #1B84FF;
  opacity: 1;
}

.form-floating.floating-info input {
  border: 1px solid #1B84FF;
}

.form-floating.floating-info>.form-control:focus~label {
  color: #1B84FF !important;
}

.form-floating.floating-success label {
  color: #03C95A;
  opacity: 1;
}

.form-floating.floating-success input {
  border: 1px solid #03C95A;
}

.form-floating.floating-success>.form-control:focus~label {
  color: #03C95A !important;
}

.form-floating.floating-danger label {
  color: #E70D0D;
  opacity: 1;
}

.form-floating.floating-danger input {
  border: 1px solid #E70D0D;
}

.form-floating.floating-danger>.form-control:focus~label {
  color: #E70D0D !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: #FFF;
  border-radius: 4px;
}

.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;
}

.bootstrap-tagsinput {
  border-color: #E5E7EB;
  color: #6B7280;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}

.bootstrap-tagsinput .tag {
  background: #F8F9FA;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 14px;
  color: #374151;
  display: inline-flex;
  align-items: center;
}

.bootstrap-tagsinput .tag span::after {
  color: #111827;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}

[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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}

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

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

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

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

.input-group-text {
  border-radius: 4px;
}

[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,
[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=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

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

.input-group-text {
  border-color: #E9EDF4;
}

/**
Form help
 */
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background: #3B7080;
  border-radius: 4px;
}

.form-help:hover,
.form-help[aria-describedby] {
  color: #FFF;
  background: #F26522;
}

.input-icon {
  position: relative;
}

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

/* Input Group */
.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: #E5E7EB !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;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: #374151;
  text-transform: capitalize;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-radio input:checked~.checkmark {
  border-color: #F26522;
  background: #F26522;
}

.custom-radio input:checked~.checkmark::after {
  opacity: 1;
  visibility: visible;
}

.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.check-radio-group .custom-radio {
  margin-right: 15px;
}

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

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}

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

.check:checked+.checktoggle {
  background-color: #FFF;
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #D1D5DB;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked+.checktoggle:after {
  background-color: #F26522;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}

.input-icon {
  position: relative;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #374151;
  pointer-events: none;
  font-size: 1.2em;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

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

.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #374151;
  pointer-events: none;
  font-size: 1.2em;
}

input-icon {
  position: relative;
}

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

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

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #6B7280;
  pointer-events: none;
  font-size: 16px;
}

.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.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%);
}

.toggle-password {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #111827;
  font-size: 18px;
  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;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: auto;
}

.toggle-password:hover {
  color: #F26522;
}

.pass-group {
  position: relative;
}

.toggle-passwords,
.toggle-passworda {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #111827;
  font-size: 18px;
  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;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

.toggle-passwords:hover,
.toggle-passworda:hover {
  color: #F26522;
}

.drag-upload-btn {
  font-size: 12px;
  font-weight: 600;
  background: #FFF;
  border: 1px dashed #E9EDF4;
  border-radius: 5px;
  padding: 6px 16px;
  position: relative;
  transition: all 0.5s;
}

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

.drag-upload-btn:hover {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
  transition: all 0.5s;
}

.bookingrange {
  padding: 4px 8px 4px 30px;
}

/****** Utils ******/

.accordion-body {
  padding: 0 1rem 1rem;
  font-size: 16px;
  color: #6B7280;
}


.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}

.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #E9EDF4;
  border-radius: 4px;
  overflow: hidden;
}

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

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

.accordion.accordion-primary .accordion-button {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.accordion.accordion-primary .accordion-button:after {
  background-color: #F26522;
  color: #FFF;
}

.accordion.accordion-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-secondary .accordion-button {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}

.accordion.accordion-secondary .accordion-button:after {
  background-color: #3B7080;
  color: #FFF;
}

.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.accordion.accordion-success .accordion-button:after {
  background-color: #03C95A;
  color: #FFF;
}

.accordion.accordion-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.accordion.accordion-danger .accordion-button:after {
  background-color: #E70D0D;
  color: #FFF;
}

.accordion.accordion-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.accordion.accordion-warning .accordion-button:after {
  background-color: #FFC107;
  color: #FFF;
}

.accordion.accordion-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}

.accordion.accordion-info .accordion-button:after {
  background-color: #1B84FF;
  color: #FFF;
}

.accordion.accordion-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-primary .accordion-button {
  background-color: #F26522;
  color: #FFF;
}

.accordion.accordion-solid-primary .accordion-button:after {
  background-color: #FFF;
  color: #F26522;
}

.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-secondary .accordion-button {
  background-color: #3B7080;
  color: #FFF;
}

.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: #FFF;
  color: #3B7080;
}

.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-success .accordion-button {
  background-color: #03C95A;
  color: #FFF;
}

.accordion.accordion-solid-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
}

.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-danger .accordion-button {
  background-color: #E70D0D;
  color: #FFF;
}

.accordion.accordion-solid-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
}

.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-warning .accordion-button {
  background-color: #FFC107;
  color: #FFF;
}

.accordion.accordion-solid-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
}

.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-solid-info .accordion-button {
  background-color: #1B84FF;
  color: #FFF;
}

.accordion.accordion-solid-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
}

.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}

.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}

.accordion.accordion-border-primary .accordion-item {
  border: 1px solid #F26522;
}

.accordion.accordion-border-primary .accordion-button {
  background-color: #FFF;
  color: #F26522;
  border-block-end: 0px;
}

.accordion.accordion-border-primary .accordion-button:after {
  background-color: #FFF;
  color: #F26522;
  border: 1px solid #F26522;
}

.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #F26522;
}

.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid #3B7080;
}

.accordion.accordion-border-secondary .accordion-button {
  background-color: #FFF;
  color: #3B7080;
  border-block-end: 0px;
}

.accordion.accordion-border-secondary .accordion-button:after {
  background-color: #FFF;
  color: #3B7080;
  border: 1px solid #3B7080;
}

.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #3B7080;
}

.accordion.accordion-border-success .accordion-item {
  border: 1px solid #03C95A;
}

.accordion.accordion-border-success .accordion-button {
  background-color: #FFF;
  color: #03C95A;
  border-block-end: 0px;
}

.accordion.accordion-border-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
  border: 1px solid #03C95A;
}

.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #03C95A;
}

.accordion.accordion-border-danger .accordion-item {
  border: 1px solid #E70D0D;
}

.accordion.accordion-border-danger .accordion-button {
  background-color: #FFF;
  color: #E70D0D;
  border-block-end: 0px;
}

.accordion.accordion-border-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}

.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #E70D0D;
}

.accordion.accordion-border-warning .accordion-item {
  border: 1px solid #FFC107;
}

.accordion.accordion-border-warning .accordion-button {
  background-color: #FFF;
  color: #FFC107;
  border-block-end: 0px;
}

.accordion.accordion-border-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
  border: 1px solid #FFC107;
}

.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FFC107;
}

.accordion.accordion-border-info .accordion-item {
  border: 1px solid #1B84FF;
}

.accordion.accordion-border-info .accordion-button {
  background-color: #FFF;
  color: #1B84FF;
  border-block-end: 0px;
}

.accordion.accordion-border-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}

.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #1B84FF;
}

.accordion.accordionicon-none .accordion-button:after {
  display: none;
}

.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}

.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: #F8F9FA;
}

.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
  background-color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: rgba(242, 101, 34, 0.1);
  border-inline-start: 0.25rem solid rgba(242, 101, 34, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: rgba(242, 101, 34, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: rgba(242, 101, 34, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(242, 101, 34, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(59, 112, 128, 0.1);
  border-inline-start: 0.25rem solid rgba(59, 112, 128, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(59, 112, 128, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(59, 112, 128, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(59, 112, 128, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(255, 193, 7, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(255, 193, 7, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(27, 132, 255, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(27, 132, 255, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(3, 201, 90, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(3, 201, 90, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(231, 13, 13, 0.6);
  color: #FFF;
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(231, 13, 13, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}

.accordion.accordion-list .accordion-item {
  border: 0;
  background: transparent;
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f0d8";
  transform: none;
}

.accordion.accordion-list .accordion-item .accordion-header .accordion-button:after {
  content: "\f0d7";
  color: #4B5563;
  font-size: 16px;
}

.accordion.accordion-list .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}

/****** Utils ******/


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

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

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

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

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

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

.card .card-footer {
  border-color: #E9EDF4;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

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

.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: #FFF;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}

.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}

.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}

.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}

.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid #E5E7EB;
  padding: 1rem 1.5rem;
  font-size: 14px;
}

.card.custom-card .card-body {
  padding: 1.5rem;
  color: #6B7280;
}

.card.custom-card .card-link {
  font-size: 0.75rem;
}

.card .card-text {
  font-size: 0.813rem;
}

.card .footer-card-icon {
  width: 60px;
  height: 60px;
}

.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}

.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}

.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}

.card.overlay-card .over-content-bottom {
  top: auto;
}

.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.card.card-bg-primary {
  background-color: #F26522;
  color: #FFF;
}

.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-primary .card-header:before {
  background-color: #FFF;
}

.card.card-bg-primary .card-body {
  color: #FFF;
}

.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-secondary {
  background-color: #3B7080;
  color: #FFF;
}

.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-secondary .card-header:before {
  background-color: #FFF;
}

.card.card-bg-secondary .card-body {
  color: #FFF;
}

.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-warning {
  background-color: #FFC107;
  color: #FFF;
}

.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-warning .card-header:before {
  background-color: #FFF;
}

.card.card-bg-warning .card-body {
  color: #FFF;
}

.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-info {
  background-color: #1B84FF;
  color: #FFF;
}

.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-info .card-header:before {
  background-color: #FFF;
}

.card.card-bg-info .card-body {
  color: #FFF;
}

.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-success {
  background-color: #03C95A;
  color: #FFF;
}

.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-success .card-header:before {
  background-color: #FFF;
}

.card.card-bg-success .card-body {
  color: #FFF;
}

.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-danger {
  background-color: #E70D0D;
  color: #FFF;
}

.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-danger .card-header:before {
  background-color: #FFF;
}

.card.card-bg-danger .card-body {
  color: #FFF;
}

.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-light {
  background-color: #F8F9FA;
  color: #6B7280;
}

.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6B7280;
  border-block-end: #E5E7EB;
}

.card.card-bg-light .card-body {
  color: #6B7280;
}

.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6B7280;
  border-block-start: #E5E7EB;
}

.card.card-bg-dark {
  background-color: #212529;
  color: #FFF;
}

.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}

.card.card-bg-dark .card-header:before {
  background-color: #FFF;
}

.card.card-bg-dark .card-body {
  color: #FFF;
}

.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}

.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

.card .collapse-close {
  display: none;
}

.card.card .collapsed .collapse-close {
  display: block;
}

.card.card .collapsed .collapse-open {
  display: none;
}

.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

.cals-icon {
  font-size: 50px;
  color: #6B7280;
}

.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: #F8F9FA;
  border-inline-start: 0.25rem solid #E5E7EB;
}

.callout-info {
  background-color: rgba(27, 132, 255, 0.075);
  border-color: rgba(27, 132, 255, 0.5);
}

.callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}

.callout-danger {
  background-color: rgba(231, 13, 13, 0.075);
  border-color: rgba(231, 13, 13, 0.5);
}

.btn-facebook {
  background-color: #3B5998;
  color: #FFF;
  border: 1px solid #3B5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3B5998 !important;
  color: #FFF !important;
  border: 1px solid #3B5998 !important;
}

.btn-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  color: #FFF;
  border: 1px solid transparent;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: #FFF;
  border: 1px solid transparent;
}

.btn-twitter {
  background-color: #00ACEE;
  color: #FFF;
  border: 1px solid #00ACEE;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #00ACEE !important;
  color: #FFF !important;
  border: 1px solid #00ACEE !important;
}

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

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

@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}

@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}

.card .form-control-plaintext {
  min-height: 38px;
}

/****** Utils ******/
.nav-item {
  margin-inline-end: 0.5rem;
}

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

.nav-link {
  color: #6B7280;
  border-radius: 4px;
}

.nav-link.active {
  color: #F26522;
}

.navbar-brand {
  color: #6B7280;
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: #6B7280;
  opacity: 0.9;
}

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

.nav-link.disabled {
  color: #6B7280;
  opacity: 0.3;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: rgba(33, 37, 41, 0.5);
}

.navbar-text {
  color: #6B7280;
}

.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #FFF;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #FFF;
}

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

.nav.nav-style-1 {
  border: 0;
}

.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
}

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

.nav.nav-style-1 .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.nav.nav-style-1 .nav-link.active:hover {
  background: rgba(242, 101, 34, 0.1);
}

.nav.nav-style-1 .nav-link:hover {
  background: transparent;
  color: #F26522;
}

.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}

.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  border-block-start: 3px solid #F26522;
  color: #F26522;
}

.nav.nav-style-3 .nav-link {
  border-radius: 0;
}

.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}

.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid #F26522;
  color: #F26522;
}

.nav.nav-style-4 {
  border: 0;
}

.nav.nav-style-4 .nav-link {
  color: #677788;
  border: 0;
}

.nav.nav-style-4 .nav-link {
  margin-bottom: 3px;
}

.nav.nav-style-4 .nav-link.active {
  background-color: #F8F9FA;
  color: #6B7280;
  border: 0;
}

.nav.nav-style-4 .nav-link:hover,
.nav.nav-style-4 .nav-link:focus {
  border: 0;
}

.nav.nav-style-4 .nav-link:hover {
  background-color: #F8F9FA;
  color: #6B7280;
}

.nav-tabs.nav-style-5 {
  border: 0;
}

.nav-tabs.nav-style-5 .nav-link {
  color: #677788;
  border: 0;
  margin-bottom: 3px;
}

.nav-tabs.nav-style-5 .nav-link.active {
  background-color: #F26522;
  color: #FFF;
  border: 0;
}

.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
  background-color: #F26522;
  color: #FFF;
}

.nav-style-6 {
  border: 0;
}

.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid #F26522;
  border-block-end: 2px solid #F26522;
  background-color: transparent;
  color: #F26522;
}

.nav-tabs-header {
  border: 0 !important;
}

.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}

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

.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}

.nav-tabs-header .nav-item .nav-link.active {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
  border: 1px solid transparent;
}

.nav-tabs-header .nav-item .nav-link:hover,
.nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #F26522;
}

.nav-tabs-footer {
  border: 0;
}

.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}

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

.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: #F26522;
  border: 1px solid #F26522;
  font-size: 0.8rem;
}

.nav-tabs-footer .nav-item .nav-link.active {
  background: #F26522;
  color: #FFF;
  border: 1px solid #F26522;
}

.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid #F26522;
  background-color: transparent;
  color: #F26522;
}

.vertical-tabs-2 {
  border: 0;
}

.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}

.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}

.vertical-tabs-2 .nav-item .nav-link {
  min-width: 7.5rem;
  max-width: 7.5rem;
  text-align: center;
  border: 1px solid #E5E7EB;
  margin-bottom: 0.5rem;
  color: #677788;
  background-color: #F8F9FA;
}

.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}

.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #F26522;
  color: #FFF;
  position: relative;
}

.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #F26522;
}

.vertical-tabs-2 .nav-item .nav-link.active:hover {
  color: #FFF;
}

.vertical-tabs-2 .nav-item .nav-link:hover {
  color: #F26522;
}

.vertical-tabs-3 {
  border: 0;
}

.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}

.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}

.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid #F26522;
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}

.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: #F26522;
  color: #FFF;
  border-radius: 3.125rem;
  font-weight: 500;
}

.vertical-tabs-3 .nav-item .nav-link.active {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}

.vertical-tabs-3 .nav-item .nav-link.active:hover {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}

.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #FFF;
  color: #F26522;
}

.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid #F26522;
  color: #F26522;
  background: transparent;
}

.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: #F8F9FA;
  border-radius: 7px;
  margin-block-end: 1rem;
}

.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}

.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}

.nav.tab-style-1 .nav-link {
  border-radius: 7px;
  padding: 0.35rem 1rem;
}

.nav.tab-style-1 .nav-link.active {
  background-color: #F26522 !important;
  color: #FFF !important;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  transition: color 0.15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
  background: transparent;
  color: #F26522;
}

.tab-style-2 {
  border-block-end: 0;
}

.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}

.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}

.tab-style-2 .nav-item .nav-link {
  border: 0;
}

.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: #F8F9FA;
  color: #6B7280;
  display: inline-block;
}

.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}

.tab-style-2 .nav-item .nav-link:hover i {
  color: #F26522;
}

.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: #F26522;
}

.tab-style-2 .nav-item .nav-link.active i {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: #F26522;
  border-radius: 50px;
}

.tab-style-3 {
  border-block-end: 0;
}

.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}

.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}

.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}

.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #F8F9FA;
  border-radius: 50%;
}

.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #E5E7EB;
}

.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}

.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}

.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}

.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}

.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #F26522;
}

.tab-style-3 .nav-item .nav-link.active:before {
  background-color: #F26522;
}

.tab-style-3 .nav-item .nav-link.active:after {
  border-color: #F26522;
  color: #F26522;
}

.tab-style-4.nav-tabs {
  border: 0;
}

.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}

.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}

.tab-style-4.nav-tabs .nav-link {
  border: 0;
}

.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}

.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #F26522;
  position: relative;
  overflow: hidden;
}

.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: #F26522;
  border: 1px solid #F26522;
}

.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: #F26522;
}

#tab-style-4 .tab-pane.active {
  border: 1px solid #F26522;
  background-color: #F26522;
  color: #FFF;
  padding: 16px;
  border-radius: 7px;
}

.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}

.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}

.tab-style-5 .nav-item .nav-link.active {
  background: #F26522;
}

.tab-style-6 {
  border: 0;
  background-color: #FFF;
  border-radius: 7px;
  color: #F26522;
  padding: 0.5rem;
}

.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}

.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}

.tab-style-6 .nav-item .nav-link {
  color: #F26522;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: #F26522;
  color: #FFF;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}

.tab-style-6 .nav-item .nav-link:hover,
.tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}

.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: #677788;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.tab-style-7 .nav-link:active,
.tab-style-7 .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.nav-style-1 .nav-item .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

@media screen and (max-width: 400px) {
  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

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

.nav-tabs .nav-tabs-solid .active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}

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

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

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

.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #F26522;
  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: #F26522;
  background: transparent;
  border-radius: 0;
  color: #F26522;
}

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

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

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

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

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

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

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

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

.nav-link:hover {
  color: #F26522;
}

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

.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}

.tabs-set .nav-tabs .nav-link {
  color: #3B7080;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
}

.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}

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

.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #F26522;
  background: #F26522;
  color: #FFF;
}

.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 40px;
}

.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #D1D5DB;
  margin-right: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-sets .nav-tabs .nav-link:focus,
.tabs-sets .nav-tabs .nav-link:hover,
.tabs-sets .nav-tabs .nav-link.active {
  background: #F26522;
  color: #FFF;
}

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

/****** Utils ******/
.grid-showcase {
  margin-bottom: -10px;
}

.grid-showcase span,
.grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: rgba(242, 243, 247, 0.7);
}

.grid-align {
  margin-bottom: -16px;
}

.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
}

.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #000;
}

/****** Utils ******/
.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 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.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 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: #F26522;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.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 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--drap,
.xb-cursor-section .xb-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #000;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before,
.xb-cursor .xb-cursor--drap:after,
.xb-cursor-section .xb-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

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

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

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

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

/****** Utils ******/
caption {
  color: #677788;
}

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

.table {
  color: #6B7280;
  border-color: #E5E7EB;
  margin-block-end: 0;
}

.table tbody tr {
  border-color: #E9EDF4;
}

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

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

.table thead tr {
  border-color: #E9EDF4;
}

.table thead tr th {
  font-weight: 600;
  border-color: #E9EDF4;
  background: #E5E7EB;
  font-size: 14px;
  color: #111827;
}

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

.table.table-dark {
  color: #F0F2F7;
  border-color: rgba(255, 255, 255, 0.1);
}

.table .thead-primary th {
  background-color: #F26522;
  color: #FFF;
}

.table .thead-secondary th {
  background-color: #3B7080;
  color: #FFF;
}

.table .thead-info th {
  background-color: #1B84FF;
  color: #FFF;
}

.table .thead-warning th {
  background-color: #FFC107;
  color: #FFF;
}

.table .thead-danger th {
  background-color: #E70D0D;
  color: #FFF;
}

.table .thead-success th {
  background-color: #03C95A;
  color: #FFF;
}

.table .thead-dark th {
  background-color: #212529;
  color: #FFF;
}

.table .thead-light th {
  background-color: #E5E7EB;
  color: #111827;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-info {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}

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

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

.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-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-dark {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}

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

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

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

.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(242, 101, 34, 0.1);
}

.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(27, 132, 255, 0.1);
}

.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(59, 112, 128, 0.1);
}

.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}

.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}

.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}

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

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

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

.table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}

.table .table-active {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}

.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 thead.table-dark {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.datanew tbody {
  border-top: 1px solid #E9EDF4;
}

.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), 0.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), 0.1);
  background-color: #FFF;
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --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.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}

.table-success {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --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.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--success-rgb), 0.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), 0.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), 0.1);
  background-color: #FFF;
}

.table-dark {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--dark-rgb), 0.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), 0.1);
  background-color: #FFF;
}

[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

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

.invoice-table {
  border: 1px solid #E9EDF4;
  border-radius: 5px;
  margin: 20px 0;
}

.invoice-table thead th {
  border-bottom: 1px solid #E9EDF4;
}

.invoice-table thead th:first-child {
  width: 80%;
}

.invoice-table tbody tr:last-child td {
  border-bottom: 0;
}

.invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}

.invoice-product-table {
  border-top: 1px solid #E9EDF4;
}

.table {
  margin: 0;
}

.table tbody tr td {
  color: #374151;
  font-size: 14px;
}

.table tbody tr td .product-img img {
  border: 0;
}

.table tbody tr td .action-icon a {
  color: #6B7280;
}

.table tbody tr td .action-icon a:hover {
  background: #E9EDF4;
  color: #111827;
}

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

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

.table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

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

.dataTables_filter+.dataTables_filter {
  display: none;
}

.productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.productimgname a {
  color: #3B7080;
  font-weight: 500;
}

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

.table {
  margin: 0;
}

.table tbody tr td {
  color: #6B7280;
}

.table tbody tr td a {
  color: #111827;
}

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

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

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

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

table tbody .productimgname {
  min-width: 200px;
}

table tbody .productimgname a.stock-img.product-img {
  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;
  margin-right: 8px;
}

table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

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

.custom-table {
  border-radius: 5px;
}

.custom-table table thead tr th {
  background: #F3F4F6;
  color: #111827;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}

.custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}

.custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
}

.custom-table table tbody tr td .detail-link:hover {
  color: #F26522;
}

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

.table tbody tr td a.delete-icon:hover {
  color: rgb(182.7172131148, 10.2827868852, 10.2827868852);
}

.custom-table {
  overflow: hidden;
}

.custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}

.custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}

.custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}

.custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}

.custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}

.table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

.hotel-list {
  box-shadow: none;
}

.hotel-list caption {
  color: #677788;
}

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

.hotel-list .table {
  color: #6B7280;
  border-color: #E5E7EB;
  margin-block-end: 0;
}

.hotel-list .table tbody tr {
  border-color: #E9EDF4;
}

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

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

.hotel-list .table thead tr {
  border-color: #E9EDF4;
}

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

.hotel-list .table.table-sm> :not(caption)>*>* {
  padding: 0.3rem;
}

.hotel-list .table.table-dark {
  color: #F0F2F7;
  border-color: rgba(255, 255, 255, 0.1);
}

.hotel-list .table .thead-primary th {
  background-color: #F26522;
  color: #FFF;
}

.hotel-list .table .thead-secondary th {
  background-color: #3B7080;
  color: #FFF;
}

.hotel-list .table .thead-info th {
  background-color: #1B84FF;
  color: #FFF;
}

.hotel-list .table .thead-warning th {
  background-color: #FFC107;
  color: #FFF;
}

.hotel-list .table .thead-danger th {
  background-color: #E70D0D;
  color: #FFF;
}

.hotel-list .table .thead-success th {
  background-color: #03C95A;
  color: #FFF;
}

.hotel-list .table .thead-dark th {
  background-color: #212529;
  color: #FFF;
}

.hotel-list .table .thead-light th {
  background-color: #FBFBFD;
  color: #111827;
}

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

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

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

.hotel-list .table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #FFF;
}

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

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

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

.hotel-list .table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #FFF;
}

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

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

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

.hotel-list .table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #FFF;
}

.hotel-list .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);
}

.hotel-list .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;
}

.hotel-list .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;
}

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

.hotel-list .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);
}

.hotel-list .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;
}

.hotel-list .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;
}

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

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

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

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

.hotel-list .table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #FFF;
}

.hotel-list .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);
}

.hotel-list .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;
}

.hotel-list .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;
}

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

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

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

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

.hotel-list .table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #FFF;
}

.hotel-list .table.table-bordered.border-primary tbody,
.hotel-list .table.table-bordered.border-primary td,
.hotel-list .table.table-bordered.border-primary tfoot,
.hotel-list .table.table-bordered.border-primary th,
.hotel-list .table.table-bordered.border-primary thead,
.hotel-list .table.table-bordered.border-primary tr {
  border-color: rgba(242, 101, 34, 0.1);
}

.hotel-list .table.table-bordered.border-info tbody,
.hotel-list .table.table-bordered.border-info td,
.hotel-list .table.table-bordered.border-info tfoot,
.hotel-list .table.table-bordered.border-info th,
.hotel-list .table.table-bordered.border-info thead,
.hotel-list .table.table-bordered.border-info tr {
  border-color: rgba(27, 132, 255, 0.1);
}

.hotel-list .table.table-bordered.border-secondary tbody,
.hotel-list .table.table-bordered.border-secondary td,
.hotel-list .table.table-bordered.border-secondary tfoot,
.hotel-list .table.table-bordered.border-secondary th,
.hotel-list .table.table-bordered.border-secondary thead,
.hotel-list .table.table-bordered.border-secondary tr {
  border-color: rgba(59, 112, 128, 0.1);
}

.hotel-list .table.table-bordered.border-warning tbody,
.hotel-list .table.table-bordered.border-warning td,
.hotel-list .table.table-bordered.border-warning tfoot,
.hotel-list .table.table-bordered.border-warning th,
.hotel-list .table.table-bordered.border-warning thead,
.hotel-list .table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}

.hotel-list .table.table-bordered.border-success tbody,
.hotel-list .table.table-bordered.border-success td,
.hotel-list .table.table-bordered.border-success tfoot,
.hotel-list .table.table-bordered.border-success th,
.hotel-list .table.table-bordered.border-success thead,
.hotel-list .table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}

.hotel-list .table.table-bordered.border-danger tbody,
.hotel-list .table.table-bordered.border-danger td,
.hotel-list .table.table-bordered.border-danger tfoot,
.hotel-list .table.table-bordered.border-danger th,
.hotel-list .table.table-bordered.border-danger thead,
.hotel-list .table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}

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

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

.hotel-list .table tbody.table-group-divider {
  border-top: 1px solid #E5E7EB;
}

.hotel-list .table.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}

.hotel-list .table .table-active {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}

.hotel-list .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);
}

.hotel-list .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);
}

.hotel-list .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);
}

.hotel-list .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);
}

.hotel-list .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);
}

.hotel-list .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);
}

.hotel-list .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);
}

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

.hotel-list .datanew tbody {
  border-top: 1px solid #E9EDF4;
}

.hotel-list .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), 0.1);
  background-color: #FFF;
}

.hotel-list .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), 0.1);
  background-color: #FFF;
}

.hotel-list .table-warning {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --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.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}

.hotel-list .table-success {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --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.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: #FFF;
}

.hotel-list .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), 0.1);
  background-color: #FFF;
}

.hotel-list .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), 0.1);
  background-color: #FFF;
}

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

.hotel-list .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), 0.1);
  background-color: #FFF;
}

.hotel-list [data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

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

.hotel-list .invoice-table {
  border: 1px solid #E9EDF4;
  border-radius: 5px;
  margin: 20px 0;
}

.hotel-list .invoice-table thead th {
  border-bottom: 1px solid #E9EDF4;
}

.hotel-list .invoice-table thead th:first-child {
  width: 80%;
}

.hotel-list .invoice-table tbody tr:last-child td {
  border-bottom: 0;
}

.hotel-list .invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}

.hotel-list .invoice-product-table {
  border-top: 1px solid #E9EDF4;
}

.hotel-list .table {
  margin: 0;
}

.hotel-list .table tbody tr td {
  color: #374151;
  font-size: 14px;
}

.hotel-list .table tbody tr td .product-img img {
  border: 0;
}

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

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

.hotel-list .table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

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

.hotel-list .dataTables_filter+.dataTables_filter {
  display: none;
}

.hotel-list .productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.hotel-list .productimgname a {
  color: #3B7080;
  font-weight: 500;
}

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

.hotel-list .table {
  margin: 0;
}

.hotel-list .table tbody tr td {
  color: #374151;
}

.hotel-list .table tbody tr td .product-img img {
  border: 0;
}

.hotel-list .table tbody tr td a {
  color: #111827;
}

.hotel-list .table tbody tr td a.product-img {
  margin-right: 5px;
  flex-shrink: 0;
}

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

.hotel-list .table tbody tr td a:hover {
  color: #F26522;
}

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

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

.hotel-list table tbody .productimgname {
  min-width: 200px;
}

.hotel-list table tbody .productimgname a.stock-img.product-img {
  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;
  margin-right: 8px;
}

.hotel-list table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

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

.hotel-list .custom-table {
  border-radius: 5px;
}

.hotel-list .custom-table table thead tr th {
  background: #F3F4F6;
  color: #111827;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}

.hotel-list .custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}

.hotel-list .custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
}

.hotel-list .custom-table table tbody tr td .detail-link:hover {
  color: #F26522;
}

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

.hotel-list .table tbody tr td a.delete-icon:hover {
  color: rgb(182.7172131148, 10.2827868852, 10.2827868852);
}

.hotel-list .custom-table {
  overflow: hidden;
}

.hotel-list .custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}

.hotel-list .custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}

.hotel-list .custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}

.hotel-list .custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}

.hotel-list .custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}

.hotel-list .table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

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

::-webkit-scrollbar-track {
  background: #F4F6FA;
}

::-webkit-scrollbar-thumb {
  background: #E5E7EB;
}

::-webkit-scrollbar-thumb:hover {
  background: #E5E7EB;
}

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

.checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 25px;
}

.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input~.checkmarks {
  border: 1px solid #E9EDF4;
  border-radius: 2px;
}

.checkboxs input:checked~.checkmarks {
  background-color: #F26522;
  border-color: #F26522;
}

.checkboxs input:checked~.checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
}

/****** Utils ******/
/*-----------------
    6. Header
-----------------------*/
header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}

header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: #FFF;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 34px 0px rgba(229, 229, 229, 0.25);
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827;
}

header.fixed .header-logo.logo-dark {
  display: block;
}

header.fixed .header-logo.logo-white {
  display: none;
}

header.fixed .header__hamburger .sidebar-menu {
  color: #111827;
}

header .header-logo .logo a {
  float: left;
}

header .header-logo .logo a img {
  float: left;
  max-height: 32px;
}

header .header-logo.logo-dark {
  display: none;
}

header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 8px 0;
  margin-bottom: 0;
}

header .header-nav .main-menu-wrapper .main-nav>li {
  padding: 8px 0;
}

header .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li>a.active {
  color: #F26522;
}

header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: #F26522;
}

header .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  content: "● ● ●";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 24px;
  height: 4px;
  color: #FFF;
  font-size: 9px;
}

header .header-nav .main-menu-wrapper .main-nav>li.active.has-submenu>a::after {
  left: calc(50% - 6px);
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li {
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active {
  color: #F26522;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active>a {
  color: #F26522;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 10px;
    color: #FFF;
    font-size: 12px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
  color: #F26522;
  padding-left: 20px;
}

header .header-nav .main-menu-wrapper .main-nav>li .login-link {
  display: none;
}

header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}

@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header .logo {
    display: none;
  }
}

header .navbar-header .logo-small {
  display: none;
}

@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}

header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}

header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}

header .navbar-header #mobile_btn .bar-icon span {
  background-color: #F26522;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}

header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}

header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}

header .main-menu-wrapper {
  margin: 0;
}

header .main-menu-wrapper .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;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #FFF;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}

header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #F26522;
}

header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
  }
}

header .main-menu-wrapper .main-nav>li .submenu>li.has-submenu>a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}

header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}

@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 10px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 0 !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

header .main-menu-wrapper .main-nav>li.active>a,
header .main-menu-wrapper .main-nav>li:hover>a {
  color: #FFF;
}

header .main-menu-wrapper .main-nav>li a i {
  font-size: 12px;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }

  header .main-menu-wrapper .main-nav>li a i {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}

header .main-menu-wrapper .main-nav>li:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav>li {
    border-bottom: 1px solid #000;
    padding: 0;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li {
    display: block;
    position: relative;
    margin-right: 30px;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.megamenu {
    position: unset;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu {
    position: unset;
  }
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper {
  position: relative;
  z-index: 1;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu .megamenu-wrapper::before {
  content: "";
  background: url("../img/bg/menu-bg.png") no-repeat;
  width: 286px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu h6 {
  margin-bottom: 24px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li {
  margin-bottom: 16px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li:last-child {
  margin-bottom: 0;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  color: #4B5563;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 12px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li a:hover {
  padding-left: 15px;
}

header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu ul li.active a {
  color: #F26522;
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid #F26522;
  }
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #F26522;
  }
}

header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}

header .header-btn .btn {
  font-size: 13px;
  border-radius: 55px;
  padding: 7px 12px;
  margin-right: 12px;
}

header .header-btn .btn.btn-white:hover {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
}

header .header-btn .btn.btn-white:hover a {
  color: #FFF;
}

header .header-btn .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  header .header-btn .btn {
    display: none;
  }
}

header .header-btn .profile-dropdown {
  margin-right: 12px;
}

header .dropdown-toggle::after {
  display: none;
}

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

.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

.header-topbar {
  position: relative;
  border-bottom: 1px solid rgba(248, 249, 250, 0.07);
}

.header-topbar p {
  color: #FFF;
}

.header-topbar .dropdown>a {
  color: #FFF;
  font-weight: 500;
}

.header-topbar .dropdown.flag-dropdown img {
  height: 12px;
}

.header-topbar .dropdown .dropdown-menu {
  z-index: 9999;
}

.header-topbar .cart-dropdown a,
.header-topbar .fav-dropdown a {
  color: #FFF;
}

@media (max-width: 767.98px) {
  .header-topbar {
    display: none;
  }
}

.flag-dropdown img {
  height: 12px;
  border-radius: 50%;
}

.count-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: -4px;
  right: -4px;
}

.header__hamburger .sidebar-menu {
  color: #FFF;
}

.offcanvas-info {
  background: #FFF none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  -webkit-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas-info::-webkit-scrollbar {
  display: none;
}

.offcanvas-info.show {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.offcanvas-wrap {
  position: relative;
  height: 100%;
  padding: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close {
  text-align: center;
  color: #4B5563;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close:hover {
  color: #E70D0D;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas-info {
    width: 300px;
  }

  .offcanvas-wrap {
    padding: 20px;
  }
}

.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .main-header {
    position: absolute;
  }
}

.wishlist-info {
  background: #FBFBFD;
  border-radius: 10px;
  padding: 20px;
}

.wishlist-info .cart-dropdown a,
.wishlist-info .fav-dropdown a {
  font-size: 20px;
  color: #111827;
}

.header-dropdown {
  background: #FBFBFD;
  border-radius: 10px;
  padding: 20px;
}

.header-dropdown .dropdown .dropdown-toggle {
  border-radius: 4px;
  padding: 7px 12px;
  color: #4B5563;
}

.header-dropdown .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand i {
  display: block;
}

.megamenu-wrapper {
  padding: 40px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}

.megamenu-wrapper .single-demo {
  padding: 8px;
  border: 1px solid #E5E7EB;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  text-align: center;
}

.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 4px 4px 4px 16px !important;
  }
}

.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 16px;
}

.megamenu-wrapper .single-demo .demo-img img {
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}

.megamenu-wrapper .single-demo .demo-info a {
  font-size: 14px;
  font-weight: 500;
}

.megamenu-wrapper .single-demo:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
  }
}

.single-demo.active .demo-info a {
  color: #F26522 !important;
}

.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
}

.menu-img img {
  border-radius: 10px;
  border: 4px solid #FFF;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}

@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

.mean-container .mean-nav .main-nav li.mega-innermenu li a {
  padding: 4px 4px 4px 16px !important;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul {
  display: block !important;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper ul li:last-child {
  margin-bottom: 0;
}

.mean-container .mean-nav .main-nav li.mega-innermenu .megamenu-wrapper .mean-expand {
  display: none;
}

.mean-container .mean-nav .main-nav li.mega-menu li a {
  padding: 4px 4px 4px 16px !important;
}

/****** Utils ******/
.footer {
  background: #F2F4F8;
  padding: 150px 0 0;
  position: relative;
  z-index: 1;
}

.footer .footer-bottom {
  margin-top: 40px;
  background: #111827;
  padding: 15px 0;
}

.footer .footer-bottom .footer-bottom-links a {
  color: #FFF;
  margin-right: 24px;
}

.footer .footer-bottom .footer-bottom-links a:hover {
  color: #F26522;
}

.footer .flight-img {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.footer .footer-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

/******* Pages ******/
/****** Utils ******/
.header-topbar {
  position: relative;
}

.header-topbar .alert {
  border-radius: 0;
}

.header-topbar .alert p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.header-topbar .alert p .header-buy-link {
  position: relative;
  color: #3B7080;
  margin-left: 8px;
}

.header-topbar a {
  color: #FFF;
}

.header-topbar a:hover {
  color: #F26522;
}

.header-topbar .topbar-icon {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .section-header h1 {
    font-size: 24px;
  }

  .section-header p {
    font-size: 14px;
  }
}

.hero-section {
  padding: 60px 0 0 0;
  background: radial-gradient(60% 300% at 50% 60%,
      rgba(128, 194, 66, 0.25) 0%,
      rgba(0, 93, 163, 0.35) 45%,
      rgba(0, 93, 163, 0.05) 100%);
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

h1 {
  font-size: 36px;
  color: #111827;
}

.hero-bg1 {
  position: absolute;
  right: 0;
  bottom: 180px;
  -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;
}

.hero-bg2 {
  position: absolute;
  left: 0;
  top: 43px;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -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;
}

.hero-bg3 {
  position: absolute;
  left: 41%;
  top: 148px;
  -webkit-animation-name: floating-x;
  animation-name: floating-x;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-img img {
  position: relative;
  top: 50px;
}

.banner-users {
  width: 325px;
  padding: 8px;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.banner-users .avatar {
  margin-inline-end: -1.847rem !important;
  transition: all 0.5s;
}

.banner-users .avatar .border-white {
  border: 2px solid #FFF !important;
}

.banner-users .avatar:hover {
  transform: translateY(-5px);
}

.hero-title {
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .hero-title p {
    flex-wrap: wrap;
  }
}

.hero-title p .hero-title-img img {
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.2509803922);
  width: 80px;
  height: 41px;
  display: block;
  border-radius: 70px;
}

.icon-warning {
  background: #FFE5CD;
}

.icon-warning i {
  color: #FF9B44;
}

.icon-pink {
  background: #FFD8DD;
}

.icon-pink i {
  color: #FC6075;
}

.best-feature {
  position: relative;
  padding: 0 0 60px 0;
}

.best-feature::before {
  position: absolute;
  top: 12%;
  left: 27%;
  height: auto;
  transform: translate(-50%, -50%);
  content: url(../img/bg/circle.png);
  z-index: -1;
  animation: rotate 8s linear infinite;
  display: flex;
}

@media (max-width: 991.98px) {
  .best-feature::before {
    left: 12%;
  }
}

@media (max-width: 767.98px) {
  .best-feature::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .best-feature {
    padding: 0 0 40px 0;
  }
}

.best-feature .feature-icon {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.best-feature .feature-img {
  position: relative;
  text-align: center;
}

.best-feature .feature-img img {
  width: 75%;
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  .best-feature .feature-img img {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .best-feature .feature-img img {
    margin-left: unset;
    margin-bottom: 16px;
  }
}

.best-feature .circle-1 {
  position: absolute;
  right: 0;
  top: 160px;
}

.best-feature .wave {
  position: absolute;
  left: 0;
  bottom: 112px;
}

.best-feature .feature-left {
  text-align: end;
}

@media (max-width: 767.98px) {
  .best-feature .feature-left {
    text-align: center;
  }
}

.best-feature .feature-right {
  text-align: start;
}

@media (max-width: 767.98px) {
  .best-feature .feature-right {
    text-align: center;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    /* Start at 0 degrees */
  }

  100% {
    transform: rotate(360deg);
    /* End at 360 degrees (one full rotation) */
  }
}

.core-feature {
  background: url(../img/bg/map.png), linear-gradient(272.85deg, #FC6075 0%, #FF9B44 100%);
  padding: 60px 0px;
  height: 770px;
}

@media (max-width: 991.98px) {
  .core-feature {
    padding: 40px 0;
  }
}

.list-detail {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: -566px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .list-detail {
    margin-bottom: 0;
  }
}

.list-detail .nav-pills .nav-link.active,
.list-detail .nav-pills .show>.nav-link {
  color: #F26522;
  background: #FFF;
  border-radius: 50px;
}

.list-detail .nav-link {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .list-detail .nav-link {
    font-size: 14px;
  }
}

.list-detail .circle-2 {
  position: absolute;
  left: 0;
  bottom: 78px;
}

.list-detail .tab-content img {
  position: relative;
  z-index: 1;
}

.feature-build {
  padding: 60px 0;
  background: #FFF6F7;
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .feature-build {
    padding: 40px 0;
  }
}

.feature-build .circle-3 {
  position: absolute;
  bottom: 220px;
  right: 0;
}

.feature-build .stripe {
  position: absolute;
  top: 90px;
  left: 0;
}

.feature-build .card {
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.feature-build .card .ellipse-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.feature-build .card .ellipse-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.feature-build .card:hover {
  background: linear-gradient(269.27deg, #FF9B44 0%, #FC6075 100%);
  transition: all 0.5s ease-in-out;
}

.feature-build .card:hover h3 {
  color: #FFF;
}

.feature-build .card:hover p {
  color: #FFF;
}

.feature-build .card:hover .ellipse-1 {
  opacity: 1;
}

.feature-build .card:hover .ellipse-2 {
  opacity: 1;
}

.feature-build .build-icon {
  display: flex;
  width: 123px;
  height: 123px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-bottom: 35px;
  margin-top: 18px;
}

.feature-build .build-icon i {
  font-size: 50px;
  background: linear-gradient(269.27deg, #FF9B44 0%, #FC6075 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-build .build-icon::before {
  position: absolute;
  content: "";
  width: 316px;
  height: 611px;
  top: -21px;
  left: -21px;
  background-image: url(../img/bg/bg-circle.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.pricing-section {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

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

.pricing-section .wave-2 {
  position: absolute;
  top: 170px;
  right: 0;
}

.pricing-section .grid {
  position: absolute;
  bottom: 170px;
  left: 0;
}

.pricing-section .plan-tag {
  margin-bottom: 40px;
}

.pricing-section .card {
  position: relative;
  z-index: 1;
}

.pricing-section .price-plan {
  display: flex;
  width: 143px;
  height: 143px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-bottom: 35px;
  margin-top: 18px;
}

.pricing-section .price-plan i {
  font-size: 50px;
  background: linear-gradient(269.27deg, #FF9B44 0%, #FC6075 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-section .price-plan::before {
  position: absolute;
  content: "";
  width: 316px;
  height: 611px;
  top: -24px;
  left: -68px;
  background-image: url(../img/bg/bg-circle-2.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.pricing-section .price-plan .display-1 {
  color: #FF7129;
}

.pricing-section ul li {
  display: flex;
  align-items: center;
}

.pricing-section ul li:not(:last-child) {
  margin-bottom: 8px;
}

.testimonial-section {
  padding: 60px 0;
  background: url(../img/bg/map.png), linear-gradient(272.85deg, #FC6075 0%, #FF9B44 100%);
}

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

.testimonial-section .testimonial-section .user-name {
  color: #ffffff;
  width: 80px;
  height: 80px;
  background: linear-gradient(275.55deg, #FF9B44 0%, #FC6075 100%);
  font-weight: 700;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-item {
  position: relative;
  margin-bottom: 25px;
}

.testimonial-section .testimonial-item .testimonial-quote {
  position: absolute;
  right: 32px;
  top: 32px;
}

.testimonial-section .testimonial-section {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}

.testimonial-section .ratings-icon span {
  color: #FF9B44;
  font-size: 18px;
}

.blog-section {
  padding: 60px 0;
  position: relative;
}

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

.blog-section .blog-left {
  position: absolute;
  left: 0;
  bottom: 285px;
}

.blog-section .blog-right {
  position: absolute;
  right: 0;
  top: 135px;
}

.blog-section .blog-imgs {
  position: relative;
}

.blog-section .blog-card {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .blog-section .blog-card {
    margin-bottom: 40px;
  }
}

.blog-section .blog-date {
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
}

.blog-section .blog-content {
  padding: 20px;
}

.blog-section .blog-content {
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.blog-section .blog-content .ellipse-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.blog-section .blog-content .ellipse-4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.blog-section .card {
  overflow: hidden;
}

.blog-section .card h5 {
  position: relative;
  z-index: 1;
}

.blog-section .card .read-btn {
  position: relative;
  z-index: 1;
}

.blog-section .card:hover {
  background: linear-gradient(269.27deg, #FF9B44 0%, #FC6075 100%);
  transition: all 0.5s ease-in-out;
}

.blog-section .card:hover h5 {
  color: #FFF;
}

.blog-section .card:hover p {
  color: #FFF;
}

.blog-section .card:hover .ellipse-3 {
  opacity: 1;
}

.blog-section .card:hover .ellipse-4 {
  opacity: 1;
}

.blog-section .subscribe {
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(269.27deg, #FF9B44 0%, #FC6075 100%);
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.blog-section .subscribe::before {
  position: absolute;
  content: "";
  width: 316px;
  height: 611px;
  top: -24px;
  left: 511px;
  background-image: url(../img/bg/subscribe-circle.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.blog-section .subscribe .sub-left {
  position: absolute;
  top: 40px;
  left: 43px;
}

.blog-section .subscribe .sub-right {
  position: absolute;
  top: 40px;
  right: 43px;
}

.blog-section .subscribe .input-group {
  display: flex;
}

@media (max-width: 767.98px) {
  .blog-section .subscribe .input-group {
    width: 90%;
    display: block;
  }

  .blog-section .subscribe .input-group input {
    margin: 16px 0;
    width: 100%;
  }
}

.footer-one {
  background: #FEF1EB;
  padding: 60px 0 0 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-one::before {
  position: absolute;
  content: "";
  background-image: url(../img/bg/bg-ellipse.png);
  background-repeat: repeat;
  background-size: 490px;
  width: 100%;
  height: 69%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .footer-one::before {
    display: none;
  }
}

.footer-one .footer-top {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .footer-one .footer-top {
    margin-bottom: 20px;
  }
}

.footer-one .footer-top .footer-icon a {
  background: #FFF;
  color: #212529;
  transition: all 0.5s ease-in-out;
}

.footer-one .footer-top .footer-icon a:hover {
  background: #F26522;
  color: #FFF;
  transform: translateY(-5px);
}

.footer-one .footer-top .footer-links h5 {
  margin-bottom: 13px;
}

.footer-one .footer-top .footer-links ul li a {
  color: #6B7280;
  font-size: 16px;
}

.footer-one .footer-top .footer-links ul li a:hover {
  color: #F26522;
}

@media (max-width: 991.98px) {
  .footer-one .footer-top .footer-links ul li a {
    font-size: 14px;
  }
}

.footer-one .footer-top .footer-links ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-one .footer-bottom {
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .footer-one .footer-bottom .copy-right {
    text-align: center;
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.floating-y {
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -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);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.text-truncate {
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.text-truncate.line-clamb-3 {
  -webkit-line-clamp: 3;
  min-height: 72px;
}

.text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
  min-height: 42px;
}

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

.back-to-top-icon {
  position: fixed;
  left: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 0 10px 0 10px;
  background: #F26522;
  color: #FFF;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top-icon:hover {
  color: #FFF;
  background: #F26522;
}

.media-icons {
  position: fixed;
  right: 15px;
  bottom: 200px;
  z-index: 9999;
  background: #FFF;
  padding: 10px;
  border-radius: 110px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}

.media-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
  margin-bottom: 5px;
}

.media-icons a:last-child {
  margin-bottom: 0;
}

.media-icons a.whatsap-icon {
  background: #03C95A;
}

.media-icons a.whatsap-icon:hover {
  background: rgb(2.25, 150.75, 67.5);
}

.media-icons a.mail-icon {
  background: #111827;
}

.media-icons a.mail-icon:hover {
  background: rgb(0, 106.3815789474, 231);
}

.media-icons a.skype-icon {
  background: #1B84FF;
}

.media-icons a.skype-icon:hover {
  background: rgb(0, 106.3815789474, 231);
}

@media (max-width: 991.98px) {
  .media-icons {
    display: none;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }
}

.text-truncate {
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.text-truncate.line-clamb-3 {
  -webkit-line-clamp: 3;
}

.text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
}

.owl-carousel.pricing-slider>.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev {
  margin-right: 8px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 36px;
  height: 36px;
  background: white !important;
  border-radius: 25px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #F26522 !important;
  color: #FFF !important;
}

/****** Utils ******/
.header2 {
  position: fixed;
}

.hero-section-two {
  padding: 120px 0 0 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .hero-section-two {
    padding: 70px 0 0 0;
  }
}

@media (max-width: 1199.98px) {
  .hero-section-two h1 {
    font-size: 32px;
  }
}

@media (max-width: 991.98px) {
  .hero-section-two h1 {
    font-size: 28px;
  }
}

.hero-section-two .hero-bg4 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -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;
}

.hero-section-two .hero-bg5 {
  position: absolute;
  right: 0;
  bottom: 0;
  -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;
}

.hero-section-two .hero-bg6 {
  position: absolute;
  right: 30%;
  top: 0;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -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;
}

.hero-section-two .banner-users {
  margin-top: 30px;
  background-color: transparent;
}

.hero-section-two .banner-img img {
  top: 0;
}

.hrms-software-section {
  position: relative;
  background-color: #F26522;
  padding: 60px 60px 60px;
  border-radius: 30px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .hrms-software-section {
    padding: 35px 10px 25px;
  }
}

.hrms-software-section .card:hover .ti {
  transform: rotateY(360deg);
  transition: all 0.5s;
}

.hrms-software-section .hrms-software-bg1 {
  position: absolute;
  left: 20px;
  top: 40px;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -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;
}

.hrms-software-section .hrms-software-bg2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }

  50% {
    scale: 110%;
  }

  100% {
    scale: 100%;
  }
}

.hrms-software-section .hrms-software-bg3 {
  position: absolute;
  left: 38%;
  width: 15px;
  bottom: 15px;
}

.hrms-software-section h2 {
  font-size: 32px;
  color: #FFF;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .hrms-software-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.hrms-software-section .card {
  text-align: center;
}

.hrms-software-section .text-truncate {
  min-height: auto;
}

.hrms-software-section h3 {
  color: #111827;
  margin-bottom: 10px;
}

.hrms-software-section .hrms-software-icon {
  background: #FEF0E9;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
}

.essential-features-section {
  position: relative;
  padding: 60px 0;
  margin: 60px 0 0;
  background: #FEF1EB;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .essential-features-section {
    padding: 45px 0;
    margin: 40px 0 0;
  }
}

.essential-features-section h2 {
  color: #111827;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}

@media (max-width: 991.98px) {
  .essential-features-section h2 {
    margin-bottom: 20px;
  }
}

.essential-features-section .essential-feature-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.essential-features-section .tab-content {
  padding: 40px;
  border-radius: 6px;
  border: 6px solid #0C4B5E;
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  .essential-features-section .tab-content {
    padding: 30px;
    margin-top: 25px;
  }
}

.essential-features-section .nav-tabs {
  border: none;
  background-color: transparent;
  padding: 0;
}

.essential-features-section .nav-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}

.essential-features-section .nav-item .nav-link {
  font-family: "Archivo", sans-serif;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-bottom-color: #E5E7EB;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  color: #111827;
  position: relative;
  text-align: left;
}

.essential-features-section .nav-item .nav-link:hover {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  border-color: #F26522;
  color: #FFF !important;
  border-radius: 5px;
  -webkit-text-fill-color: #FFF;
}

.essential-features-section .nav-item .nav-link.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF !important;
  border-radius: 5px;
}

.essential-features-section .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 32px;
  background-color: #FFF;
  border-radius: 50px;
  left: -1px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.features-section {
  position: relative;
  padding: 60px 0 40px;
}

@media (max-width: 991.98px) {
  .features-section {
    padding: 40px 0 20px;
  }
}

@media (max-width: 991.98px) {
  .features-section h2 {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
}

.features-section .features-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.features-section .features-bg2 {
  position: absolute;
  left: 50%;
  bottom: -17%;
  transform: translate(-50%, 0);
}

.features-section .features-slider .card {
  border: none;
  border: 1px solid #E5E7EB;
  background-color: #FFF;
  border-radius: 30px;
  padding: 40px;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .features-section .features-slider .card {
    padding: 5px 0;
  }
}

@media (max-width: 991.98px) {
  .features-section .features-slider .card-body {
    padding: 0 15px 16px;
  }
}

@media (max-width: 991.98px) {
  .features-section .features-slider h3 {
    font-size: 24px;
  }
}

.features-section .features-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}

@media (max-width: 767.98px) {
  .features-section .features-slider .owl-nav {
    top: -50px;
  }
}

@media (max-width: 575.98px) {
  .features-section .features-slider .owl-nav {
    position: relative;
    top: 0;
  }
}

.counter-section {
  position: relative;
  background-color: #111827;
  max-width: 1074px;
  margin: 0 auto -68px;
  padding: 40px 40px 25px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.counter-section .counter-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 991.98px) {
  .counter-section {
    padding: 30px 20px 15px;
  }
}

.testimonials-section2 {
  position: relative;
  padding: 136px 0 40px;
  background-color: #FEF1EB;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .testimonials-section2 {
    padding: 109px 0 20px;
  }
}

.testimonials-section2 h2 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .testimonials-section2 h2 {
    font-size: 26px;
  }
}

.testimonials-section2 .card-body img {
  width: auto;
}

.testimonials-section2 .card-body p {
  border-bottom: 1px solid #E5E7EB;
}

.testimonials-section2 .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}

@media (max-width: 767.98px) {
  .testimonials-section2 .owl-nav {
    position: relative;
    top: auto;
  }
}

.testimonials-section2 .testimonials-bg {
  position: absolute;
  left: 1%;
  top: 40px;
  z-index: -1;
  animation: zoom-rotate 4s ease infinite;
}

@keyframes zoom-rotate {
  0% {
    scale: 40%;
  }

  50% {
    scale: 100%;
    transform: rotate(360deg);
  }

  100% {
    scale: 40%;
  }
}

.testimonials-section2 .testimonials-bg2 {
  position: absolute;
  right: 2%;
  bottom: 35px;
  z-index: -1;
  animation: zoomin-zoomout 4s ease infinite;
}

@keyframes zoomin-zoomout {
  0% {
    scale: 30%;
  }

  50% {
    scale: 100%;
  }

  100% {
    scale: 30%;
  }
}

.price-plans-section {
  position: relative;
  padding: 60px 0 40px;
}

@media (max-width: 991.98px) {
  .price-plans-section {
    padding: 40px 0 25px;
  }
}

.price-plans-section .price-plan-bg {
  position: absolute;
  left: 50%;
  bottom: -45%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.price-plans-section .price-plan-bg2 {
  position: absolute;
  top: 24%;
  right: 16%;
  width: 248px;
  z-index: -1;
  animation: zoom 4s ease infinite;
}

@keyframes zoom {
  0% {
    scale: 100%;
  }

  50% {
    scale: 140%;
  }

  100% {
    scale: 100%;
  }
}

.price-plans-section .price-plan-bg3 {
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
  width: 248px;
}

.price-plans-section h2 {
  font-size: 28px;
}

@media (max-width: 991.98px) {
  .price-plans-section h2 {
    font-size: 26px;
  }
}

.price-plans-section .price {
  background-color: #E8E9EA;
  border-radius: 10px;
  padding: 25px;
}

.price-plans-section .price h2 {
  font-size: 48px;
}

.price-plans-section .border-top {
  border-top: 1px solid #CAD8DD !important;
}

.price-plans-section .price-plan-toggle {
  padding: 4px;
  border-radius: 5px;
  background-color: #EDF2F4;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .price-plans-section .price-plan-toggle {
    display: table;
    margin: 0 auto;
  }
}

.price-plans-section .nav-link {
  color: #111827;
}

.price-plans-section .nav-item {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .price-plans-section .nav-item {
    display: inline-flex;
  }
}

.price-plans-section .nav-link.active {
  color: #FFF;
  background-color: #3B7080;
}

.price-plans-section .price-icon {
  border-radius: 10px;
  padding: 16px;
  background-color: #F26522;
}

.price-plans-section .price-icon .ti {
  color: #FFF;
}

.price-plans-section .fs-20 {
  font-weight: 600;
  color: #111827;
}

.price-plans-section .card:hover {
  border: 1px solid #F26522;
  transition: all ease 0.5s;
}

.price-plans-section .card:hover .price {
  background-color: #F26522;
  transition: all ease 0.5s;
}

.price-plans-section .card:hover .price-icon {
  background-color: #FFF;
}

.price-plans-section .card:hover .ti {
  color: #F26522;
}

.price-plans-section .card:hover p {
  color: #FFF;
}

.price-plans-section .card:hover h2 {
  color: #FFF !important;
}

.price-plans-section .card:hover .btn {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  color: #FFF;
}

.faq-section2 {
  position: relative;
  padding: 40px;
  background-color: #FFF;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .faq-section2 {
    padding: 40px 10px;
  }
}

@media (max-width: 767.98px) {
  .faq-section2 {
    padding: 20px 10px 40px;
  }
}

.faq-section2 .faq-bg {
  position: absolute;
  left: 50%;
  bottom: -45%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.faq-section2 h2 {
  font-size: 28px;
  color: #111827;
}

@media (max-width: 991.98px) {
  .faq-section2 h2 {
    font-size: 26px;
  }
}

.faq-section2 .accordion.accordion-customicon1 .accordion-button {
  font-size: 16px;
  color: #111827;
  border-radius: 10px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .faq-section2 .accordion.accordion-customicon1 .accordion-button {
    padding: 13px 12px;
  }
}

.faq-section2 .accordion.accordion-customicon1 .accordion-button::after {
  font-size: 16px;
  padding: 12px;
  color: #3B7080;
}

.faq-section2 .accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  background-color: #F26522;
  color: #FFF;
}

.faq-section2 .accordion.accordion-customicon1 .accordion-button:not(.collapsed) {
  color: #F26522;
}

.blog-section-2 {
  position: relative;
  padding: 40px 0;
}

.blog-section-2 span {
  position: relative;
}

.blog-section-2 .badge {
  background-color: #FFF;
}

.blog-section-2 .card img {
  border-radius: 10px;
}

.blog-section-2 .card:hover {
  background: linear-gradient(180deg, #FF9945 0%, #FC6173 100%);
  transition: all 0.5s ease-in-out;
}

.blog-section-2 .card:hover h3,
.blog-section-2 .card:hover p,
.blog-section-2 .card:hover li {
  color: #FFF !important;
}

.blog-section-2 .badge {
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .blog-section-2 .badge {
    font-size: 14px;
  }
}

.blog-section-2 .blog-content li {
  position: relative;
  padding-right: 14px;
  margin-right: 9px;
}

.blog-section-2 .blog-content li::before {
  position: absolute;
  content: "";
  width: 5.21px;
  height: 5.21px;
  background-color: #F26522;
  border-radius: 10px;
  right: 0;
  top: 7px;
}

.blog-section-2 .blog-content li:last-child::before {
  display: none;
}

.blog-section-2 .owl-nav {
  position: absolute;
  right: 0;
  top: -60px;
}

@media (max-width: 767.98px) {
  .blog-section-2 .owl-nav {
    position: relative;
    top: auto;
  }
}

.blog-section-2 .free-trial {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  padding: 60px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .blog-section-2 .free-trial {
    padding: 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-2 .free-trial {
    text-align: center;
    margin-top: 40px;
  }
}

.blog-section-2 .free-trial .free-trial-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.blog-section-2 .free-trial .free-trial-bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.blog-section-2 .free-trial h2 {
  font-size: 28px;
}

@media (max-width: 991.98px) {
  .blog-section-2 .free-trial h2 {
    font-size: 24px;
  }
}

.blog-section-2 .free-trial .form-control {
  color: #6B7280;
  padding: 11px 14px;
  border-radius: 5px !important;
}

.blog-section-2 .free-trial .form-control::placeholder {
  color: #6B7280;
  opacity: 1;
}

.blog-section-2 .free-trial .btn-dark {
  padding: 9px 30px;
  border-radius: 5px !important;
}

@media (max-width: 575.98px) {
  .blog-section-2 .free-trial .btn-dark {
    padding: 9px 20px;
  }
}

.blog-section-2 .free-trial .check-img {
  width: 21px;
}

.footer-two {
  background-color: transparent;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .footer-two {
    padding: 40px 0 0;
  }
}

.footer-two::before {
  height: 100%;
  top: 0;
  display: block;
}

.footer-two .footer-icon span {
  background: transparent !important;
}

.footer-two .footer-icon span:hover {
  background: #F26522 !important;
}

.footer-two .footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-two .footer-bg2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-two .footer-bottom {
  background-color: #FEF1EB;
}

/****** Utils ******/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*btn-primary*/
.btn-primary-3 {
  color: #FFF;
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  border-color: #F26522;
  font-size: 14px;
}

.btn-primary-3:hover {
  border-color: #F26522;
  background: #FFF;
}

/*btn secondary*/
.btn-secondary-3 {
  color: #FFF;
  background: #3B7080;
  border-color: #3B7080;
  font-size: 14px;
}

.btn-secondary-3:hover {
  background: #FFF;
  border-color: #F26522;
}

/*header section*/
.header-three {
  margin: 40px 0;
  background: #FFF;
  position: relative;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .header-three {
    margin: 20px 0;
  }
}

.header-three.fixed {
  margin: 0;
  border-radius: 0;
  z-index: 999999;
}

.header-three nav {
  top: 40px;
  position: sticky;
  transition: 1s;
  z-index: 999;
  border-radius: 10px;
  padding: 16px;
}

@media (max-width: 575.98px) {
  .header-three nav {
    top: 20px;
  }
}

.header-three nav.active {
  top: 0px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  transition: 1s;
  z-index: 999;
  border-radius: 0px;
}

.header-three nav a {
  margin-right: 30px;
}

.header-three nav a:last-child {
  margin-right: 0px;
}

.header-three nav .sign-in-btn {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  color: #FFF;
}

.header-three nav .sign-in-btn:hover {
  background: #3B7080;
  color: #FFF;
}

.header-three nav .demo-btn {
  background: #3B7080;
  color: #FFF;
}

.header-three nav .demo-btn:hover {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  color: #FFF;
}

/* hero section*/
.hero-section-three {
  background-image: linear-gradient(90deg, #42c2a0 0%, #005da3 100%);
  position: relative;
  overflow: hidden;
}

.hero-section-three::before {
  content: "";
  background-image: url(../img/bg/hero-bg-3.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  bottom: 0;
  right: 0;
  left: -160px;
  z-index: 0;
}

.hero-section-three .banner-img-section {
  position: relative;
  bottom: 0;
  text-align: center;
}

.hero-section-three .banner-img-section img {
  max-width: 90%;
}

.hero-section-three .hero-bg-1 {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  mix-blend-mode: luminosity;
}

.hero-section-three .hero-bg-2 {
  position: absolute;
  top: 520px;
  left: 12px;
  z-index: 0;
  animation: updown-cross 5s infinite ease-in-out;
  mix-blend-mode: luminosity;
}

.hero-section-three .banner-section {
  padding-top: 20px;
  position: relative;
}

.hero-section-three .banner-section .banner-header-section {
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  .hero-section-three .banner-section .avatar {
    width: 2.7em;
    height: 2.7em;
  }
}

.hero-section-three .banner-section .join-us-section {
  margin-bottom: 20px;
}

.hero-section-three .banner-section .join-us-btn-cover {
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
}

.hero-section-three .banner-section .join-us-btn-cover::after {
  content: "";
  background-image: url(../img/icon/hero-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 27px;
  left: 130px;
  z-index: 0;
  width: 40px;
  height: 49px;
}

.hero-section-three .banner-section .join-us-btn-cover .join-us-btn {
  position: relative;
  z-index: 1;
}

.hero-section-three .banner-section .join-us-btn-cover .join-us-btn:hover {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  color: #FFF;
}

.hero-section-three .banner-section .join-us-btn-cover .hero-arrow {
  position: absolute;
  top: 28px;
  left: 101px;
  z-index: -1;
}

.hero-section-three .banner-section .joined-persons-img {
  width: 95px;
  height: 45px;
  position: relative;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-1 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-1:hover {
  animation: updown 1s ease;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-2 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 25px;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-2:hover {
  animation: updown 1s ease;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-3 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 51px;
}

.hero-section-three .banner-section .joined-persons-img .hero-person-3:hover {
  animation: updown 1s ease;
}

/* build better*/
.build-better-section {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .build-better-section {
    padding: 40px 0;
  }
}

.build-better-section .build-better-bg1 {
  position: absolute;
  top: 140px;
  left: 0;
  filter: grayscale(1);
}

.build-better-section .build-better-bg2 {
  position: absolute;
  top: 755px;
  right: 10px;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.build-better-section .clients-brands {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

@media (max-width: 575.98px) {
  .build-better-section .clients-brands {
    margin-bottom: 30px;
  }
}

.build-better-section .clients-brands p {
  margin-bottom: 20px;
}

.build-better-section .clients-brands .owl-carousel .owl-nav {
  display: none;
}

.build-better-section .clients-brands .brand-logos {
  filter: grayscale(100%);
  transition: filter 0.2s ease;
}

.build-better-section .clients-brands .brand-logos:hover {
  filter: grayscale(0%);
}

.build-better-section .build-better-card {
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 10px !important;
}

.build-better-section .build-better-card-body {
  background-color: #E8E9EA;
  padding: 38px 26px 0px 26px !important;
}

/*essential-feature-section*/
.essential-feature-section {
  padding: 60px 0;
  background-color: #FEF1EB;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .essential-feature-section {
    padding: 30px 0;
  }
}

.essential-feature-section .essential-feature-img1 {
  position: absolute;
  top: 364px;
  z-index: 1;
  mix-blend-mode: luminosity;
}

.essential-feature-section .essential-feature-img2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.essential-feature-section .essential-feature-img3 {
  position: absolute;
  top: 116px;
  right: 96px;
  filter: grayscale(1);
}

.essential-feature-section h3 {
  margin-bottom: 40px;
}

.essential-feature-section .essential-features-tab .nav-tabs.nav-tabs-solid {
  background-color: transparent;
  border: 0;
}

@media (max-width: 767.98px) {
  .essential-feature-section .essential-features-tab .nav-item {
    margin-bottom: 20px;
  }

  .essential-feature-section .essential-features-tab .nav-item:last-child {
    margin-bottom: 0;
  }
}

.essential-feature-section .essential-features-tab .nav-tabs .nav-link {
  background: #FFF;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 575.98px) {
  .essential-feature-section .essential-features-tab .nav-tabs .nav-link {
    padding: 5px 10px;
  }
}

@media (max-width: 1199.98px) {
  .essential-feature-section .essential-features-tab .nav-tabs li {
    margin-right: 17px;
  }
}

@media (max-width: 991.98px) {
  .essential-feature-section .essential-features-tab .nav-tabs li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.essential-feature-section .essential-features-tab .nav-tabs.nav-tabs-solid li button:hover {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF !important;
  border-radius: 5px;
  -webkit-text-fill-color: #FFF;
}

.essential-feature-section .essential-features-tab .nav-tabs.nav-tabs-solid li button.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF !important;
  border-radius: 5px;
}

.essential-feature-section .essential-features-tab .tab-pane {
  border: 6px solid #3B7080;
  border-radius: 10px;
  padding: 0 21px;
  background-color: #FFF;
  max-width: 79%;
}

/*enhancing-customer-section*/
.enhancing-customer-section {
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .enhancing-customer-section {
    padding: 30px 0;
  }
}

.enhancing-customer-section .customers .crms-card {
  background: #212529;
}

.enhancing-customer-section .customers .crms-card .card-body {
  position: relative;
  height: 537px;
}

@media (max-width: 991.98px) {
  .enhancing-customer-section .customers .crms-card .card-body {
    height: 390px;
  }
}

@media (max-width: 767.98px) {
  .enhancing-customer-section .customers .crms-card .card-body {
    height: 540px;
  }
}

.enhancing-customer-section .customers .crms-card .card-body .crms-1 {
  position: absolute;
  max-width: 376px;
  top: 13px;
  left: 14px;
  z-index: 1;
}

.enhancing-customer-section .customers .crms-card .card-body .crms-1:hover {
  transform: scale(1.01);
}

.enhancing-customer-section .customers .crms-card .card-body .crms-2 {
  position: absolute;
  max-width: 376px;
  top: 105px;
  right: 13px;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.enhancing-customer-section .customers .crms-card .card-body .crms-2:hover {
  z-index: 1;
  transform: scale(1.01);
}

.enhancing-customer-section .customers .crms-card .card-body .crms-2:hover .crms-1 {
  z-index: 0;
}

.enhancing-customer-section .enhancing-customer-bg1 {
  position: absolute;
  top: 210px;
  filter: grayscale(1);
}

.enhancing-customer-section .enhancing-customer-bg2 {
  position: absolute;
  top: 671px;
  right: 5px;
}

.enhancing-customer-section .enhancing-customer-bg-img {
  position: absolute;
  bottom: 196px;
  right: -13px;
  z-index: 1;
  filter: grayscale(1);
}

.enhancing-customer-section .performance-card {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}

.enhancing-customer-section .performance-card .performance-card-body {
  padding: 20px;
}

.enhancing-customer-section .enhancing-customer-icon {
  background-image: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.enhancing-customer-section .enhancing-customer-img-section {
  border-radius: 10px;
  margin-right: 60px;
}

/*application-encompass-section*/

.application-encompass-section {
  padding: 60px 0;
  position: relative;
  background: #f15c16;
}

@media (max-width: 575.98px) {
  .application-encompass-section {
    padding: 30px 0;
  }
}

.application-encompass-section .application-encompass {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .application-encompass-section .application-encompass-image {
    margin-top: 30px;
  }
}

.application-encompass-section h3 {
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .application-encompass-section h3 {
    margin-bottom: 24px;
  }
}

.application-encompass-section .start-your-journey {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  color: #FFF;
}

.application-encompass-section .start-your-journey:hover {
  background: #3B7080;
}

@media (max-width: 767.98px) {
  .application-encompass-section p {
    margin-bottom: 24px;
  }

  .application-encompass-section .start-your-journey {
    margin-bottom: 24px;
  }
}

.application-encompass-section .group-video-call1 {
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  background-color: #FFF;
}

.application-encompass-section .counter-card {
  border-radius: 10px;
}

/*pricing section*/
.pricing-section {
  padding: 60px 0;
}

@media (max-width: 575.98px) {
  .pricing-section {
    padding: 30px 0;
  }
}

.pricing-section .section-head {
  margin-bottom: 20px;
}

.pricing-section .price-toggle {
  display: inline-flex;
  align-items: center;
  background-color: #EDF2F4 !important;
}

.pricing-section .nav-tabs.nav-tabs-solid {
  background-color: transparent;
  border: 0;
}

@media (max-width: 767.98px) {
  .pricing-section .nav-item {
    margin-bottom: 20px;
  }

  .pricing-section .nav-item:last-child {
    margin-bottom: 0;
  }
}

.pricing-section .nav-tabs .nav-link {
  background: transparent;
  color: #4B5563;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pricing-section .nav-tabs.nav-tabs-solid li a:hover {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
  color: #FFF;
  -webkit-text-fill-color: #FFF;
}

.pricing-section .nav-tabs.nav-tabs-solid li a.active {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
  color: #FFF !important;
}

.pricing-section .pricing-card h5,
.pricing-section .pricing-card p {
  color: #111827;
}

.pricing-section .pricing-card .rate-tag {
  border-radius: 10px;
  background: radial-gradient(56.9% 327.75% at 45.42% 59.81%, rgba(255, 155, 68, 0.11) 0%, rgba(249, 212, 215, 0.33) 44.58%, rgba(172, 172, 172, 0.02) 100%);
}

.pricing-section .pricing-card .ti-x {
  color: #D1D5DB;
}

.pricing-section .pricing-card ul li {
  display: flex;
  align-items: center;
}

.pricing-section .pricing-card ul li:not(:last-child) {
  margin-bottom: 8px;
}

.pricing-section .pricing-card:hover {
  background: #212529;
}

.pricing-section .pricing-card:hover .card-body h5,
.pricing-section .pricing-card:hover .card-body p {
  color: #FFF;
}

.pricing-section .pricing-card:hover .card-body .ti-x {
  color: #374151;
}

.pricing-section .pricing-card:hover .card-body .rate-tag {
  border-radius: 10px;
  background: #FF7129;
}

.pricing-section .pricing-card:hover .card-body .rate-tag span,
.pricing-section .pricing-card:hover .card-body .rate-tag p {
  color: #FFF;
}

.pricing-section .pricing-card:hover .card-body .rate-tag span .display2,
.pricing-section .pricing-card:hover .card-body .rate-tag p .display2 {
  color: #FFF;
}

.pricing-section .pricing-card:hover .card-body .btn-light {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}

.pricing-section .pricing-card:hover .card-body ul li {
  color: #FFF;
}

.pricing-section .price-tag1 {
  border-radius: 10px;
}

.pricing-section h2 {
  margin-right: 10px;
}

/*testimonials section*/
.testimonials-section {
  padding: 60px 0;
  background-image: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  position: relative;
  margin-bottom: 60px;
}

.testimonials-section .testimonial-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
}

.testimonials-section .testimonial-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonials-section .testimonial-card {
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 10px;
}

.testimonials-section .testimonial-card .testimonial-card-body {
  padding: 20px;
}

.testimonials-section .owl-carousel .owl-nav {
  display: none;
}

/*FAQ*/
.FAQ-section {
  position: relative;
  margin-bottom: 52px;
  z-index: 1;
  overflow: hidden;
  /*trail-now-section*/
}

.FAQ-section .faq-bg1 {
  position: absolute;
  left: 0;
}

.FAQ-section .faq-bg2 {
  position: absolute;
  right: 0;
}

.FAQ-section .common-questions {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

.FAQ-section .accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #E5E7EB;
  border-radius: 10px;
}

.FAQ-section .accordion-button {
  background-color: transparent;
  color: #111827;
  padding: 16px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
}

.FAQ-section .accordion-button:not(.collapsed) {
  color: #F26522;
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
}

.FAQ-section .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.FAQ-section .accordion-button:after,
.FAQ-section .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.FAQ-section .accordion-button:after {
  content: "\f078";
  line-height: 1;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #dbdbdb;
  font-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 40px;
}

.FAQ-section .accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: transparent;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  font-size: 16px;
}

.FAQ-section .accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
  background-color: transparent;
  font-size: 16px;
  color: #f15c16;
  width: 24px;
  height: 24px;
  border-radius: 40px;
}

.FAQ-section .accordion-item .accordion-button:not(.collapsed)::before {
  border-color: #E5E7EB;
  background: transparent;
  border-radius: 10px;
}

.FAQ-section .trail-now-section {
  width: 1080px;
  background-image: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  padding: 60px 0;
  border-radius: 30px;
  position: relative;
}

.FAQ-section .trail-now-section .trail-now-bg1 {
  position: absolute;
  top: -430px;
  left: -79px;
  z-index: 0;
}

.FAQ-section .trail-now-section .trail-now-bg2 {
  position: absolute;
  top: 160px;
  left: 34px;
  mix-blend-mode: luminosity;
}

.FAQ-section .trail-now-section .trail-now-bg3 {
  position: absolute;
  top: 50px;
  right: 50px;
  mix-blend-mode: luminosity;
}

.FAQ-section .trail-now-section input {
  max-width: 330px;
  min-width: 250px;
  padding: 10px 16px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .FAQ-section .trail-now-section input {
    width: 330px;
  }
}

.FAQ-section .trail-now-section .submit-btn1 {
  background: linear-gradient(90deg, #FF6F28 0%, #FE4A23 100%);
  position: relative;
  z-index: 2;
  color: #FFF;
}

.FAQ-section .trail-now-section .submit-btn1:hover {
  background: #3B7080;
  border: 1px solid #3B7080;
}

/*footer section*/
.footer-section {
  padding: 60px 0;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 30px 0;
  }
}

@media (max-width: 575.98px) {
  .footer-section {
    padding: 20px 0;
  }
}

.footer-section .social-media-btns {
  text-decoration: none;
  padding: 8px;
  border-radius: 60px;
  background-color: #E4EBF1;
  color: #4E5561;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .footer-section .social-media-btns {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .footer-section .social-media-btns {
    margin-bottom: 24px;
  }
}

.footer-section .social-media-btns:hover {
  background-color: #CF3425;
  color: white;
  transform: translateY(-10px);
}

.footer-section .other-links {
  display: flex;
  flex-direction: column;
}

.footer-section .other-links p {
  color: #6B7280;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section .other-links h6 {
  color: #111827;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-section .other-links a {
  color: #4B5563;
  margin-bottom: 8px;
}

.footer-section .other-links a:hover {
  color: #F26522;
}

/*copyright section*/
.copyright-section {
  padding: 20px 0;
  background-color: #fff;
  /*back to top btn*/
}

@media (max-width: 575.98px) {
  .copyright-section {
    padding: 10px 0;
  }
}

.copyright-section a {
  color: #005da3;
}

.copyright-section a:hover {
  color: #F26522;
}

@media (max-width: 767.98px) {
  .copyright-section p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .copyright-section a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .copyright-section p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .copyright-section a {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .copyright-section p {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .copyright-section a {
    font-size: 13px;
  }
}

.copyright-section .back-to-top-btn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  background: #F26522;
  color: #FFF;
  z-index: 3;
}

@media (max-width: 767.98px) {
  .copyright-section .back-to-top-btn {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .copyright-section .back-to-top-btn {
    right: 20px;
    bottom: 20px;
  }
}

.copyright-section .back-to-top-btn:hover {
  background: #3B7080;
  color: #FFF;
}

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

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

/*updown-cross*/
@keyframes updown {
  0% {
    transform: translate(0px, 0px);
    /* Start at the origin */
  }

  50% {
    transform: translate(0px, -20px);
    /* Move directly upward */
  }

  100% {
    transform: translate(0px, 0px);
    /* Return to the origin */
  }
}

/*updown-cross*/
@keyframes updown-cross {
  0% {
    transform: translate(0px, 0px);
    /* Start at the origin */
  }

  50% {
    transform: translate(40px, -40px);
    /* Move directly upward */
  }

  100% {
    transform: translate(0px, 0px);
    /* Return to the origin */
  }
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction=right] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction=left] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed=fast] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed=slow] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

.horizontal-slide .support-item {
  margin-right: 100px;
}

/******* Vendors ******/
/****** Utils ******/
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-bar {
  background: #FFF;
}

.mean-container .mean-nav {
  background: #FFF;
  margin-top: 0;
}

.mean-container .mean-nav ul li.active>a {
  color: #F26522;
}

.mean-container .mean-nav ul li .submenu li:last-child {
  margin-bottom: 12px;
}

.mean-container .mean-nav ul li .submenu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 4px 4px 16px;
  width: 100%;
}

.mean-container .mean-nav>ul {
  display: block !important;
}

.mean-container .mean-nav>ul>li {
  border-bottom: 1px solid #E5E7EB;
}

.mean-container .mean-nav>ul li a {
  color: #4B5563;
  font-weight: 500;
  padding: 16px 0;
  border: 0;
}

/****** Utils ******/
.select2-container {
  min-width: 100% !important;
  z-index: 99;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111827 !important;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--single .select {
  width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #374151;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F26522;
  color: #FFF;
}

.select2-container--focus .select2-selection--single {
  background: #FFF !important;
  border-color: #E9EDF4;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #E5E7EB;
  color: #6B7280;
}

.select2-dropdown {
  border-color: #E5E7EB;
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #1B84FF;
  border-color: #1B84FF;
  color: #FFF;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #F26522;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #F26522;
}

.select2-container--open .ti-filter {
  z-index: 9999 !important;
}

.select2-results__option span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-results__option span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}

/****** Utils ******/
table.dataTable {
  margin: 0 !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  right: 10px !important;
  content: "\f0d7" !important;
  font-family: "Font Awesome 5 Free";
  bottom: 8px !important;
  color: #E5E7EB !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  right: 10px !important;
  content: "\f0d8" !important;
  font-family: "Font Awesome 5 Free";
  top: 18px !important;
  color: #E5E7EB !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}

.dataTables_paginate .paging_numbers {
  float: right;
}

.dataTables_info {
  font-size: 15px;
  color: #374151;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .dataTables_info {
    font-size: 12px;
  }
}

.custom-select {
  min-width: 80px;
  background: url(../img/icons/dropdown.svg) no-repeat 95% 50%;
}

.dataTables_paginate .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

.dataTables_paginate .pagination li {
  margin: 0 2px;
}

.dataTables_paginate .pagination li a {
  background: transparent;
  border-color: transparent;
  border-radius: 5px !important;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  font-size: 14px;
}

.dataTables_paginate .pagination li a:hover {
  background: #F26522;
  color: #FFF;
}

.dataTables_paginate .pagination li.active a.page-link {
  background: #F26522;
  border-color: #F26522;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataTables_paginate .pagination li.previous.disabled,
.dataTables_paginate .pagination li.prev {
  width: auto;
  margin: 0 13px 0 0;
}

.dataTables_paginate .pagination li.previous.disabled a,
.dataTables_paginate .pagination li.prev a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
}

.dataTables_paginate .pagination li.previous.disabled a i,
.dataTables_paginate .pagination li.prev a i {
  margin-right: 8px;
}

.dataTables_paginate .pagination li.previous.disabled a:hover,
.dataTables_paginate .pagination li.prev a:hover {
  color: #03C95A;
}

.dataTables_paginate .pagination li.next.disabled,
.dataTables_paginate .pagination li.next {
  width: auto;
  margin: 0 0 0 13px;
}

.dataTables_paginate .pagination li.next.disabled a,
.dataTables_paginate .pagination li.next a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
}

.dataTables_paginate .pagination li.next.disabled a i,
.dataTables_paginate .pagination li.next a i {
  margin-left: 8px;
}

.dataTables_paginate .pagination li.next.disabled a:hover,
.dataTables_paginate .pagination li.next a:hover {
  color: #03C95A;
}

@media (max-width: 767.98px) {
  .dataTables_paginate .pagination {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

.dataTables_length {
  margin-bottom: 15px;
}

.dataTables_paginate {
  margin-top: 15px !important;
}

.dataTables_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374151;
  font-size: 14px;
}

.dataTables_length label .form-select {
  width: 61px;
  border: 1px solid #E9EDF4;
  border-radius: 6px;
  color: #374151;
  margin: 0 8px;
  background-position: right 5px center;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .datatable-length {
    text-align: center;
  }
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 15px;
}

table.dataTable thead>tr>th.no-sort.sorting_asc:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting_asc::after {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting:before {
  display: none;
}

table.dataTable thead>tr>th.no-sort.sorting::after {
  display: none;
}

.custom-table .table-responsive {
  border: 1px solid #E9EDF4;
  border-radius: 6px;
}

table.table.dataTable>tbody>tr {
  border-color: #E9EDF4;
}

table.table.dataTable>tbody>tr td {
  color: #374151;
  border-bottom: 1px solid #E9EDF4;
  padding: 12px 20px;
}

table.table.dataTable>thead>tr {
  border-color: #E9EDF4;
}

table.table.dataTable>thead>tr th {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
}

.dataTables_filter {
  margin-bottom: 15px;
}

#select-all~.checkmarks {
  top: -7px;
}

#select-all2~.checkmarks {
  top: -7px;
}

#select-all3~.checkmarks {
  top: -7px;
}

.custom-datatable-filter [class*=col-md] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.no-datatable_length .dataTables_length {
  display: none;
}

.no-datatable_length .dataTables_filter {
  display: none;
}

.no-datatable_length .dataTables_info {
  display: none;
}

.no-datatable_length .dataTables_paginate {
  display: none;
}

.datatable-info .dataTables_info {
  display: none !important;
}

.datatable-info .dataTables_info:first-child {
  display: block !important;
}

.datatable-length .dataTables_length {
  display: none !important;
}

.datatable-length .dataTables_length:first-child {
  display: block !important;
}

.datatable-paginate .dataTables_paginate {
  display: none !important;
}

.datatable-paginate .dataTables_paginate:first-child {
  display: block !important;
}

/*# sourceMappingURL=style.css.map */



.membership-area {
  background: #f7f7f9;
  padding: 24px 0;
  border-radius: 14px;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}

.membership-tabs {
  gap: 2px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
}

.membership-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  padding: 8px 10px;
  background: transparent;
  color: #6d738a;
  font-weight: 500;
  font-size: 15px;
  border: 0;
  white-space: nowrap;
}

.membership-tabs .nav-link i {
  font-size: 16px;
  flex-shrink: 0;
}

.membership-tabs .nav-link:active {
  background: #fe5324;
  color: #fff;
}

.membership-tabs .nav-link:hover {
  background: transparent;
  color: #fe5324;
}

.search-box-wrap {
  background: #005da3;
  border-radius: 12px;
  padding: 14px 26px;
  position: relative;
  width: 100%;
}

.custom-filter {
  position: relative;
  width: 100%;
}

.custom-filter .form-select {
  height: 48px;
  border: 0;
  border-radius: 10px;
  padding-left: 48px;
  padding-right: 42px;
  color: #69708a;
  font-size: 16px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  width: 100%;
  min-width: 0;
}

.custom-filter .filter-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 18px;
  z-index: 2;
}

.custom-filter .filter-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d738a;
  font-size: 16px;
  pointer-events: none;
  z-index: 2;
}

.search-btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0 !important;
  box-sizing: border-box;
  border: 1px solid #f15c16;
  border-radius: 8px;
  background: #ff712e;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}

.search-btn:hover {
  background: #fc5a0d;
  color: #fff;
}

/* Large tablet / small laptop */
@media (max-width: 1199.98px) {
  .membership-area {
    padding: 32px 0;
  }

  .search-box-wrap {
    padding: 16px 20px;
  }

  .membership-tabs .nav-link {
    padding: 10px 16px;
    font-size: 15px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .membership-area {
    padding: 28px 0;
    border-radius: 12px;
  }

  .membership-tabs {
    gap: 10px;
    margin-bottom: 16px;
  }

  .membership-tabs .nav-link {
    font-size: 14px;
    padding: 10px 14px;
  }

  .membership-tabs .nav-link i {
    font-size: 16px;
  }

  .search-box-wrap {
    padding: 16px;
    border-radius: 12px;
  }

  .custom-filter .form-select {
    font-size: 15px;
  }

  .search-btn {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .membership-area {
    padding: 20px 0;
    border-radius: 10px;
  }

  .membership-tabs {
    gap: 8px;
    margin-bottom: 14px;
  }

  .membership-tabs .nav-link {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px;
    padding: 10px 12px;
  }

  .search-box-wrap {
    padding: 14px;
    border-radius: 10px;
  }

  .custom-filter .form-select {
    height: 44px;
    font-size: 14px;
    padding-left: 42px;
    padding-right: 38px;
  }

  .custom-filter .filter-icon {
    left: 14px;
    font-size: 16px;
  }

  .custom-filter .filter-arrow {
    right: 14px;
    font-size: 14px;
  }

  .search-btn {
    height: 44px;
    font-size: 18px;
    width: 100%;
  }
}

/* Small mobile */
@media (max-width: 575.98px) {
  .membership-area {
    padding: 16px 0;
  }

  .membership-tabs .nav-link {
    font-size: 13px;
    padding: 9px 10px;
  }

  .membership-tabs .nav-link i {
    font-size: 15px;
  }

  .search-box-wrap {
    padding: 12px;
  }

  .custom-filter .form-select {
    height: 42px;
    font-size: 13px;
    border-radius: 8px;
  }

  .search-btn {
    height: 42px;
    border-radius: 8px;
    font-size: 16px;
  }
}


.cart-iconhome {
  color: #000;
}

.cart-iconhome i {
  transition: all .3s ease;
}

.cart-iconhome:hover i {
  color: #ff7a00;
  transform: scale(1.2);
}





.membership-area .search-box-wrap {
  overflow: hidden;
}

.membership-area #membershipSearchForm {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.membership-area #membershipSearchForm>.form-field,
.membership-area #membershipSearchForm>.col-lg-auto,
.membership-area #membershipSearchForm>.col-12 {
  float: none;
}

.membership-area #membershipSearchForm>.form-field {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.membership-area #membershipSearchForm>.col-lg-auto {
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
}

.membership-area #membershipSearchForm .custom-filter,
.membership-area #membershipSearchForm .form-select,
.membership-area #membershipSearchForm .search-btn {
  width: 100%;
}

.membership-area #membershipSearchForm .form-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 42px;
}

.membership-area #membershipSearchForm .search-btn {
  height: 56px;
  min-height: 56px;
}

.membership-area #membershipSearchForm>.col-12 {
  display: none;
}

.membership-area #membershipFormError {
  display: block;
  margin-top: 8px;
}

/* Tablet ve altı */
@media (max-width: 991.98px) {
  .membership-area .search-box-wrap {
    overflow: visible;
  }

  .membership-area #membershipSearchForm {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }

  .membership-area #membershipSearchForm>.form-field {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .membership-area #membershipSearchForm>.col-lg-auto {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }

  .membership-area #membershipSearchForm .search-btn {
    width: 100%;
    height: 54px;
    min-height: 54px;
  }
}

/* Mobil */
@media (max-width: 767.98px) {
  .membership-area #membershipSearchForm {
    gap: 10px;
  }

  .membership-area #membershipSearchForm .form-select {
    height: 52px;
    font-size: 14px;
    padding-right: 40px;
  }

  .membership-area #membershipSearchForm .search-btn {
    height: 52px;
    min-height: 52px;
  }

  .membership-area .membership-tabs {
    gap: 8px;
  }

  .membership-area .membership-tabs .nav-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Çok küçük ekranlar */
@media (max-width: 575.98px) {
  .membership-area #membershipSearchForm {
    gap: 8px;
  }

  .membership-area #membershipSearchForm .form-select,
  .membership-area #membershipSearchForm .search-btn {
    height: 50px;
  }
}

.membership-area .search-box-wrap {
  overflow: hidden;
}

.membership-area #membershipSearchForm {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
}

.membership-area #membershipSearchForm>.form-field,
.membership-area #membershipSearchForm>.col-lg-auto {
  float: none;
}

.membership-area #membershipSearchForm>.form-field {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.membership-area #membershipSearchForm>.col-lg-auto {
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  align-self: stretch;
}

.membership-area #membershipSearchForm .custom-filter,
.membership-area #membershipSearchForm .form-select,
.membership-area #membershipSearchForm .search-btn {
  width: 100%;
}

.membership-area #membershipSearchForm .form-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 42px;
}

.membership-area #membershipSearchForm .search-btn {
  height: 56px;
  min-height: 56px;
}

.membership-area .form-field .field-error {
  line-height: 1.35;
  min-height: 18px;
}

.membership-area .form-field .form-select.is-invalid {
  border-color: #dc3545;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .membership-area .search-box-wrap {
    overflow: visible;
  }

  .membership-area #membershipSearchForm {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }

  .membership-area #membershipSearchForm>.form-field {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .membership-area #membershipSearchForm>.col-lg-auto {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }

  .membership-area #membershipSearchForm .search-btn {
    width: 100%;
    height: 54px;
    min-height: 54px;
  }
}

@media (max-width: 767.98px) {
  .membership-area #membershipSearchForm {
    gap: 10px;
  }

  .membership-area #membershipSearchForm .form-select {
    height: 52px;
    font-size: 14px;
    padding-right: 40px;
  }

  .membership-area #membershipSearchForm .search-btn {
    height: 52px;
    min-height: 52px;
  }

  .membership-area .membership-tabs {
    gap: 8px;
  }

  .membership-area .membership-tabs .nav-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .membership-area #membershipSearchForm {
    gap: 8px;
  }

  .membership-area #membershipSearchForm .form-select,
  .membership-area #membershipSearchForm .search-btn {
    height: 50px;
  }
}

.empty-banner {
  min-height: 20px;
}


.results-card-section {
  position: relative;
  margin-top: 30px;
  padding: 0 0 24px;
  z-index: 5;
}

.results-card-section .container {
  max-width: 1320px;
}

.results-card-grid {
  row-gap: 24px;
}

.results-card-item {
  height: 100%;
}

.results-card-item .card {
  height: 100%;
  border: 1px solid #E9EDF4;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.results-card-item .card:hover {
  transform: translateY(-3px);
}

.results-card-item .card-img-top {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #eef2f7;
}

.results-card-item .card-body {
  padding: 24px;
}

.results-card-item .card-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #111827;
}

.results-card-item .card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 16px;
}


.results-card-item .btn {
  border-radius: 12px;
  padding: 11px 18px;
}

@media (max-width: 1199.98px) {
  .results-card-section {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .results-card-item .card-img-top {
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .results-card-section {
    margin-top: 10;
    padding-bottom: 48px;
  }

  .results-card-grid {
    row-gap: 16px;
  }

  .results-card-item .card-body {
    padding: 20px;
  }

  .results-card-item .card-img-top {
    height: 200px;
  }
}


.accordion.accordion-secondary2 .accordion-button {
  background-color: rgba(59, 112, 128, 0.1);
  color: #f15c16;
}

.accordion.accordion-secondary2 .accordion-button:after {
  background-color: #FFF;
  color: #f15c16;
}

.accordion.accordion-secondary2 .accordion-button.collapsed {
  background-color: rgba(59, 112, 128, 0.1);
  color: #f15c16;
}

.accordion.accordion-secondary2 .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #f15c16;
}

.accordion-body {
  padding: 1rem;
  font-size: 0.8125rem;
  color: #677788;
}

.accordion-button {
  background-color: #FFF;
  color: #6B7280;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #6B7280;
  background-color: none;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: rgba(242, 101, 34, 0.3);
  box-shadow: none;
}

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

.accordion-button:after {
  content: "\f078";
  font-family: "Fontawesome";
  font-size: 12px;
  line-height: 1;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #6B7280;
}

@media (max-width: 991.98px) {
  .accordion-button {
    font-size: 16px;
  }
}


.accordion-item {
  color: #6B7280;
  background-color: #FFF;
  border: 1px solid #E9EDF4;
  border-radius: 5px;
  position: relative;
}

/* Kart genel stil */
.membership-card {
  border-radius: 8px;
  border: 1px solid #E9EDF4;
}

.membership-card .card-header {
  background: #fff;
  padding: 16px 20px;
}

.card-price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.membership-card .card-body {
  padding: 20px;
}

/* Buton alanı sağa hizalama */
.card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

/* Butonlar */
.clip-btn {
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 14px;
}

/* Mobil uyum */
@media (max-width: 576px) {
  .card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .card-actions .btn {
    width: 100%;
  }
}



/* Uyelik-sonuclari Pop Up */

.modal {
  z-index: 99999 !important;
}

.modal-backdrop {
  z-index: 99998 !important;
}

.membership-card .btn-session {
  border: 1px solid #dbe3ef;
  background: #fff;
  color: #1f2937;
}

.membership-card .btn-session:hover {
  background: #f8fafc;
  border-color: #c7d2e1;
}

.session-calendar-modal {
  z-index: 12000;
}

.session-calendar-modal+.modal-backdrop,
.modal-backdrop.show {
  z-index: 11990;
}

.header,
.header-three,
.header-nav,
.main-menu-wrapper {
  z-index: 1000 !important;
}

.session-calendar-modal .modal-dialog {
  max-width: 1180px;
}

.session-calendar-modal .modal-content {
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.18);
}

.session-calendar-modal .modal-header {
  padding: 22px 24px 18px;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}

.session-calendar-modal .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.session-calendar-modal .modal-subtitle {
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;
}

.session-calendar-modal .btn-close {
  box-shadow: none;
}

.session-calendar-modal .modal-body {
  padding: 24px;
  background: #f8fafc;
}

.session-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  align-items: start;
}

.session-day-card {
  width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  min-height: 100%;
  overflow: hidden;
}

.session-day-name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 4px;
  background: #005da310;
  color: #005da3;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.session-slot {
  border: 1px solid #edf2f7;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  min-width: 0;
  overflow: hidden;
}

.session-slot+.session-slot {
  margin-top: 10px;
}

.session-slot-time {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.4;
  word-break: break-word;
}

.session-slot-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #4b5563;
  min-width: 0;
}

.session-slot-meta span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.session-slot-meta i {
  flex: 0 0 auto;
  margin-top: 2px;
}

.session-slot-empty {
  font-size: 13px;
  color: #94a3b8;
  padding: 8px 0 2px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 1399.98px) {
  .session-week-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .session-calendar-modal .modal-dialog {
    max-width: 95vw;
  }

  .session-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .session-calendar-modal .modal-dialog {
    margin: 1rem;
  }

  .session-calendar-modal .modal-header,
  .session-calendar-modal .modal-body {
    padding: 18px;
  }

  .session-week-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }

  .session-day-name {
    min-width: auto;
  }
}




/* Kiralama-sonuclari Takvim */

.session-schedule-section {
  padding: 8px 0 56px;
}

.session-schedule-wrap {
  background: #ffffff;
  padding: 24px;
}

.session-schedule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.session-schedule-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.session-schedule-subtitle {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.session-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}


.session-slot-actions {
  margin-top: 12px;
}

.session-slot-actions .btn {
  width: 100%;
  border-radius: 6px;
  padding: 8px 0px;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1399.98px) {
  .session-week-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .session-schedule-wrap {
    padding: 20px;
  }

  .session-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .session-schedule-section {
    padding-bottom: 40px;
  }

  .session-schedule-wrap {
    padding: 16px;
    border-radius: 18px;
  }

  .session-schedule-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .session-schedule-title {
    font-size: 20px;
  }

  .session-week-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }
}


/* AKTİF BUTON */
.session-slot-actions .btn-reserve {
  background: #F26522;
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}

.session-slot-actions .btn-reserve:hover {
  background: #d9551b;
  transform: translateY(-1px);
}

/* PASİF (DOLU) */
.session-slot-actions .btn-reserve.is-full {
  background: #f1f5f9;
  color: #94a3b8;
  border: 1px solid #e2e8f0;
  cursor: not-allowed;
  pointer-events: none;
}

/* HOVER disable */
.session-slot-actions .btn-reserve.is-full:hover {
  background: #f1f5f9;
  transform: none;
}


/* REZERVASYON BİLGİSİ/ÜCRET ALANI */
.reservation-summary-section {
  padding-top: 8px;
  padding-bottom: 20px;
}

.reservation-summary-wrap {
  background: #ffffff;
  border: 1px solid #42c2a0;
  border-radius: 14px;
  padding: 24px;
}

.reservation-summary-header {
  margin-bottom: 18px;
}

.reservation-summary-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.reservation-summary-subtitle {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

.reservation-list {
  display: grid;
  gap: 14px;
}

.reservation-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
}

.reservation-item-main {
  min-width: 0;
}

.reservation-item-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.reservation-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reservation-item-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e6edf5;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.2;
}

.reservation-item-side {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.reservation-item-price {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}



.reservation-empty-state {
  padding: 18px;
  border: 1px dashed #dbe3ef;
  border-radius: 16px;
  background: #f8fafc;
  color: #64748b;
  font-size: 14px;
}

.reservation-summary-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
}

.reservation-total-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reservation-total-label {
  font-size: 13px;
  color: #6b7280;
}

.reservation-total-price {
  font-size: 28px;
  line-height: 1;
  color: #111827;
}

.reservation-cart-btn {
  min-width: 180px;
  border-radius: 8px;
  padding: 12px 22px;
  font-weight: 600;
  background: #42c2a0;
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}

.reservation-cart-btn:hover {
  min-width: 180px;
  border-radius: 8px;
  padding: 12px 22px;
  font-weight: 600;
  background: #37a386;
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}

.btn-reserve.is-selected {
  background: #42c2a0;
  color: #fff;
  border-color: #16a34a;
}

.btn-reserve.is-selected:hover {
  background: #37a386;
  color: #fff;
}

@media (max-width: 767.98px) {
  .reservation-summary-wrap {
    padding: 16px;
    border-radius: 18px;
  }

  .reservation-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation-item-side {
    width: 100%;
    justify-content: space-between;
  }

  .reservation-summary-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .reservation-cart-btn {
    width: 100%;
  }

  .reservation-total-price {
    justify-content: space-between;

  }
}



.session-week-grid-shell {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.session-week-nav {
  width: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
}

.session-week-nav:hover {
  transform: translateY(-1px);
}


.session-week-nav i {
  font-size: 22px;
}

.session-week-grid-content {
  flex: 1;
  min-width: 0;
}

.session-week-range {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .session-week-grid-shell {
    gap: 12px;
  }

  .session-week-nav {
    width: 42px;
    min-width: 42px;
  }
}

@media (max-width: 767.98px) {
  .session-week-grid-shell {
    gap: 10px;
  }

  .session-week-nav {
    align-self: flex-start;
    position: sticky;
    top: 16px;
  }

  .session-week-range {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


.session-slot-actions .btn-reserve.is-past {
  background: #f8fafc !important;
  color: #94a3b8 !important;
  border: 1px solid #e2e8f0 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
}

.session-slot-actions .btn-reserve.is-past:hover {
  background: #f8fafc !important;
  color: #94a3b8 !important;
  transform: none !important;
}



.session-day-date {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}

.reservation-remove-btn {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s ease;
  padding: 8px 12px;
  font-weight: 600;
  border: none;
  background: transparent;
}

.reservation-remove-btn:hover {
  background: transparent;
  border: none;
  color: #b91c1c;
}



.reservation-sms-actions {
  justify-content: flex-end;
}

.reservation-sms-actions .btn {
  min-width: 170px;
}

.reservation-sms-inline-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.reservation-sms-inline-actions .btn {
  min-width: 0;
}

@media (max-width: 575.98px) {

  .reservation-sms-actions,
  .reservation-sms-inline-actions {
    justify-content: stretch;
  }

  .reservation-sms-actions .btn,
  .reservation-sms-inline-actions .btn {
    width: 100%;
  }
}



.reservation-summary-compact {
  display: none;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #dbeafe;
  background: #fff;
  border-radius: 8px;
}



.reservation-summary-compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reservation-summary-compact-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}

.reservation-summary-compact-value {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.sms-review-mode #reservationList,
.sms-review-mode .reservation-summary-footer {
  display: none !important;
}

@media (max-width: 575.98px) {
  .reservation-summary-compact-grid {
    grid-template-columns: 1fr;
  }
}





.reservation-sms-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.reservation-sms-box.d-none {
  display: none !important;
}

.reservation-sms-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.reservation-sms-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

.reservation-sms-success {
  display: none;
  margin-top: 12px;
}

.reservation-sms-success.show {
  display: block;
}

.reservation-sms-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.reservation-sms-actions .btn {
  min-width: 160px;
}

.reservation-sms-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 10px;
}



/* ===== CART SUMMARY ===== */

.cart-summary-section {
  margin-top: 40px;
}

.cart-summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cart-summary-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}


.cart-summary-table {
  margin-bottom: 0;
}

.cart-summary-table thead th {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.cart-summary-table tbody td {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}


.cart-summary-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.cart-summary-totals {
  text-align: right;
}

.cart-summary-totals p {
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

.cart-summary-totals span {
  font-weight: 600;
  margin-left: 10px;
}

.cart-summary-totals .grand-total {
  font-size: 16px;
  font-weight: 600;
  color: #28a745;
  /* yeşil vurgu */
}


@media (max-width: 768px) {
  .cart-summary-card {
    padding: 15px;
  }

  .cart-summary-title {
    font-size: 16px;
  }
}




/* ===== CART APPROVAL AREA ===== */

.cart-summary-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.cart-approval-area {
  flex: 1 1 55%;
  max-width: 55%;
}

.cart-approval-box {
  padding-top: 4px;
}

.cart-approval-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  cursor: pointer;
  margin-top: 4px;
  accent-color: #F37438;
  flex-shrink: 0;
}

.cart-approval-item a {
  color: #F37438;
  text-decoration: underline;
  font-weight: 500;
}

.cart-approval-error {
  margin-top: 10px;
  font-size: 13px;
  color: #dc3545;
  font-weight: 500;
}

.cart-summary-totals {
  flex: 0 0 300px;
  text-align: right;
}

.cart-pay-btn {
  margin-top: 16px;
  min-width: 180px;
}

@media (max-width: 991px) {

  .cart-approval-area,
  .cart-summary-totals {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cart-summary-totals {
    text-align: left;
  }

  .cart-pay-btn {
    width: 100%;
  }
}


.cart-remove-btn {
  width: 50px;
  height: 26px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  font-weight: 600;
  border: none;
  background: #9CA3AF;
}

.cart-remove-btn:hover {
  color: #fff;
  background: #b91c1c;
}







/* ===== SEANSLARIM TABLES ===== */

.session-tables-wrapper {
  margin-top: 24px;
}

.session-table-card {
  padding: 24px;
}

.session-history-table thead th {
  white-space: nowrap;
}

.session-history-table tbody td {
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
}

.session-info-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  color: #3B7080;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.session-info-btn:hover {
  background: #3B7080;
  color: #fff;
  border-color: #3B7080;
}

.session-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.session-status-badge.active {
  background: rgba(40, 167, 69, 0.12);
  color: #28A745;
}

.session-status-badge.passive {
  background: rgba(220, 53, 69, 0.12);
  color: #DC3545;
}

.session-status-badge.wait {
  background: rgba(255, 193, 7, 0.16);
  color: #B58100;
}

.session-table-pane {
  animation: fadeIn 0.25s ease;
}

@media (max-width: 991px) {
  .session-table-card {
    padding: 16px;
  }
}


.membership-area-seanslarim {
  background: transparent;
  padding: 24px 0;
  border-radius: 14px;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;

}




/* ===== FORGOT PASSWORD ===== */
.error,
.error-message {
  color: #d32f2f !important;
}

.invalid-feedback.show,
.valid-feedback.show {
  display: block;
}

.valid-feedback {
  color: #198754;
}



/* ===== HESABIM TABS / PANELS ===== */

.account-tab-panes {
  margin-top: 24px;
}

.account-readonly {
  background: #f8fafc !important;
  border: 1px solid #e4e7ec !important;
  color: #475467 !important;
  cursor: default !important;
  pointer-events: none;
}

.account-readonly:disabled,
.account-readonly[readonly] {
  opacity: 1;
  -webkit-text-fill-color: #475467;
}

.account-info-header {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f5;
}

.account-info-header h5 {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
}

.account-info-header p {
  font-size: 14px;
  color: #667085;
}

#membershipTabs .nav-link i {
  font-size: 18px;
}

.session-box-wrapper {
  margin-top: 0;
  padding: 18px;
  background: #f3f4f6;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
}

.session-box-inner {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid #e9edf3;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.session-box-inner .border-bottom {
  border-color: #edf1f5 !important;
}

.session-box-inner:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: 0.25s ease;
}

@media (max-width: 767.98px) {
  .session-box-wrapper {
    padding: 12px;
    border-radius: 14px;
  }

  .session-box-inner {
    padding: 16px;
    border-radius: 12px;
  }

  .account-info-header h5 {
    font-size: 17px;
  }
}


/* ===== HESABIM / KARTLARIM ===== */

.account-card-list {
  margin-top: 8px;
}

.account-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  background: #fff;
  min-height: 78px;
}

.account-card-item-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.account-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f4f6f8;
  border: 1px solid #e7ebf0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f3c88;
  font-size: 18px;
  flex-shrink: 0;
}

.account-card-content {
  min-width: 0;
}

.account-card-name {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.account-change-card-btn {
  min-width: 96px;
  border: 1px solid #e4e7ec;
  background: #f8fafc;
  color: #344054;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 14px;
}

.account-change-card-btn:hover {
  background: #eef2f6;
  color: #1f2937;
}

.account-card-toast {
  position: fixed;
  top: 110px;
  right: 32px;
  z-index: 9999;
  min-width: 320px;
  max-width: 420px;
  background: #7c4dff;
  color: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 12px 30px rgba(124, 77, 255, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s ease;
}

.account-card-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .account-card-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-card-item-right {
    width: 100%;
  }

  .account-change-card-btn {
    width: 100%;
  }

  .account-card-toast {
    top: 90px;
    right: 16px;
    left: 16px;
    min-width: auto;
    max-width: none;
  }
}



/* ===== HESABIM / E-POSTA DOGRULAMA ===== */

.email-verify-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.email-current-box,
.email-change-box,
.email-code-box {
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  padding: 22px;
}

.email-change-box {
  transition: all 0.25s ease;
}

.email-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
}

.email-box-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #667085;
  margin-bottom: 18px;
  max-width: 760px;
}

.email-form-row {
  margin-bottom: 14px;
}

.email-form-row .form-control {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #dbe2ea;
  box-shadow: none;
}

.email-form-row .form-control:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.email-form-action {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.email-action-btn {
  min-width: 320px;
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 18px;
  background: #22c55e;
  border-color: #22c55e;
}

.email-action-btn:hover {
  background: #16a34a;
  border-color: #16a34a;
}

.email-inline-message {
  margin: 12px 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: #16a34a;
  text-align: center;
}

.email-status-alert {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.email-status-alert.success {
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: #027a48;
}

.email-status-alert.error {
  background: #fef3f2;
  border: 1px solid #fecdca;
  color: #b42318;
}

.email-status-alert.warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #c2410c;
}

@media (max-width: 767.98px) {

  .email-current-box,
  .email-change-box,
  .email-code-box {
    padding: 16px;
  }

  .email-action-btn {
    width: 100%;
    min-width: 100%;
  }
}


/* ===== HESABIM / SIFRE AKISI ===== */

.password-flow-wrapper {
  position: relative;
}

.password-step-box {
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  padding: 26px 24px;
}

.password-step-inner {
  max-width: 560px;
  margin: 0 auto;
}

.password-step-desc {
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #344054;
  margin-bottom: 18px;
}

.password-form-row {
  margin-bottom: 14px;
  position: relative;
}

.password-form-row .form-control {
  height: 46px;
  border-radius: 6px;
  border: 1px solid #dbe2ea;
  box-shadow: none;
  padding: 0 14px;
}

.password-form-row .form-control:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.password-input-icon-row .form-control {
  padding-right: 48px;
}

.password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #98a2b3;
  padding: 0;
  width: 24px;
  height: 24px;
}

.password-toggle-btn:hover {
  color: #667085;
}

.password-strength {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: -2px 0 8px;
}

.password-strength-bar {
  height: 4px;
  border-radius: 50px;
  background: #d0d5dd;
  display: block;
}

.password-strength-bar.active {
  background: #22c55e;
}

.password-rule-text {
  text-align: center;
  font-size: 12px;
  color: #98a2b3;
  line-height: 1.6;
  margin-bottom: 16px;
}

.password-form-action {
  display: flex;
  justify-content: center;
}

.password-action-btn {
  min-width: 290px;
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 18px;
  background: #22c55e;
  border-color: #22c55e;
}

.password-action-btn:hover {
  background: #16a34a;
  border-color: #16a34a;
}

.password-status-alert {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.password-status-alert.success {
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: #027a48;
}

.password-status-alert.error {
  background: #fef3f2;
  border: 1px solid #fecdca;
  color: #b42318;
}

.password-status-alert.warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #c2410c;
}

.password-toast {
  position: fixed;
  top: 110px;
  right: 32px;
  z-index: 9999;
  min-width: 320px;
  max-width: 420px;
  color: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s ease;
}

.password-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.password-toast.warning {
  background: #f59e0b;
}

.password-toast.error {
  background: #ef4444;
}

.password-toast.success {
  background: #14b8a6;
}

@media (max-width: 767.98px) {
  .password-step-box {
    padding: 18px 16px;
  }

  .password-action-btn {
    width: 100%;
    min-width: 100%;
  }

  .password-toast {
    top: 90px;
    right: 16px;
    left: 16px;
    min-width: auto;
    max-width: none;
  }
}


.empty-state-message {
  text-align: center;
  color: #667085;
  font-size: 14px;
  padding: 36px 0 20px;
}




/* Tablo */
.belge-table th {
  font-size: 11px;
  color: #98a2b3;
  font-weight: 500;
}

.belge-table td {
  font-size: 12px;
  color: #344054;
}



/* Boş durum */
.plaka-empty-state {
  text-align: center;
  color: #667085;
  font-size: 14px;
  padding: 28px 0 10px;
}

/* Tablo */
.plaka-table th {
  font-size: 11px;
  color: #98a2b3;
  font-weight: 500;
  border-top: 0;
}

.plaka-table td {
  font-size: 12px;
  color: #344054;
}

/* Sağ üst toast */
.plaka-toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 9999;
  background: #f6a800;
  color: #fff;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: none;
}

.plaka-toast.show {
  display: block;
}


/* Şifre sekmesi ile uyumlu ortak form kutuları */
.account-unified-form-box {
  margin-top: 8px;
}

#sessionTableBelgeler .password-step-desc,
#sessionTablePlakalar .password-step-desc {
  margin-bottom: 18px;
}





/* icerik-detay */
.facility-detail-wrap {
  padding: 56px 0;
}

.facility-hero-card,
.facility-info-card,
.facility-map-card,
.facility-qr-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  height: 100%;
}

.facility-hero-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.facility-info-card {
  padding: 32px;
}

.facility-info-cardtwo h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.facility-info-cardtwo p {
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.facility-info-cardtwo {
  overflow: hidden;
  height: 100%;
  padding: 32px;
}

.facility-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 4px;
  background: #005da310;
  color: #005da3;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.facility-info-card h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.facility-info-card p {
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.facility-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.facility-feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 16px;
  background: #f8f9fc;
  color: #25324b;
  font-size: 14px;
  line-height: 1.5;
}

.facility-feature-list i {
  color: #5461ff;
  font-size: 18px;
  margin-top: 2px;
}

.section-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.section-block-title h4 {
  margin-bottom: 0;
  font-size: 24px;
}

.section-block-title span {
  font-size: 14px;
  color: #7a8594;
}

.facility-map-card,
.facility-qr-card {
  padding: 24px;
}

.facility-map-frame {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eef1f6;
}

.facility-map-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.facility-qr-card {
  text-align: center;
}

.facility-qr-card img {
  width: 100%;
  max-width: 220px;
  background: #fff;
  padding: 12px;
  margin: 0 auto 18px;
  display: block;
}

.facility-qr-card p {
  font-size: 16px;
  color: #667085;
  line-height: 1.7;
  margin-bottom: 16px;
}

.facility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 991.98px) {

  .facility-info-card,
  .facility-map-card,
  .facility-qr-card {
    padding: 24px;
  }

  .facility-info-card h2 {
    font-size: 28px;
  }

  .facility-info-cardtwo h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .facility-detail-wrap {
    padding: 40px 0;
  }

  .facility-feature-list {
    grid-template-columns: 1fr;
  }

  .facility-hero-image {
    min-height: 260px;
  }

  .facility-map-frame iframe {
    height: 280px;
  }

  .section-block-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

.contact-info {
  text-align: left !important;
}


.social-media a {
  transition: 0.3s;
}

.social-media a:hover {
  color: #0d6efd;
  transform: translateY(-2px);
}


.card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-title-row .card-title {
  flex: 1;
  margin-bottom: 0;
}

.card {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  color: inherit;
}

@media (max-width: 767.98px) {
  .card .card-body {
    padding: 16px;
  }
}

.btn-category {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: #94a3b8;
  transition: all 0.2s ease;
}

.btn-category i {
  font-size: 14px;
  line-height: 1;
}

.btn-category span {
  display: none;
}

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

.btn-category:hover {
  transition: all 0.5s;
  transform: translateY(-2px);
  background: transparent;
  color: #f15c16;
}


@media (max-width: 575.98px) {
  .btn-category {
    padding: 5px 12px;
  }
}






.location-search {
  background: #005da3;
  padding: 24px;
  border-radius: 14px;
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  margin-top: 20px;
  border: 1px solid #e2e8f0;
}

.search-box {
  display: flex;
  gap: 10px;
}

.search-box input {
  flex: 1;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 16px;
  font-size: 14px;
}

.search-box button {
  background: #2563eb;
  color: white;
  border: none;
  border-radius: 14px;
  padding: 0 20px;
  font-weight: 600;
  cursor: pointer;
}

.search-box button:hover {
  background: #1d4ed8;
}

.location-actions {
  margin-top: 12px;
}

.result-box {
  margin-top: 16px;
  padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
  font-size: 14px;
}

.location-search-block {
  max-width: 980px;
  margin: 0 auto 36px;
}

.facility-section-title {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.facility-section-desc {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
}

.location-actions {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-location {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
}

.btn-location i {
  font-size: 18px;
}

.search-box input {
  width: 100%;
  border-color: #dbe5ef;
}

.search-box input:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.result-box {
  margin-top: 14px;
  background: #eff6ff;
  color: #334155;
  border: 1px solid #dbeafe;
}

.facility-results-grid {
  row-gap: 24px;
}

.facility-card-result {
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

.facility-card-result:hover {
  transform: translateY(-2px);
}

.facility-card-result .card-img-top {
  height: 220px;
  object-fit: cover;
}

.facility-card-result .card-body {
  gap: 14px;
  padding: 20px;
}

.facility-card-text {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.facility-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #005da3;
  font-size: 14px;
  font-weight: 600;
}

.facility-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 991.98px) {
  .location-search {
    grid-template-columns: 1fr;
  }

  .location-actions {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .location-actions {
    flex-direction: column;
  }

  .btn-location {
    width: 100%;
  }
}


.location-search-block .section-block-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* ortalar */
  text-align: center;
  /* yazıyı ortalar */
}

.location-search-block .facility-section-title {
  margin-bottom: 8px;
}

.location-search-block .facility-section-desc {
  max-width: 600px;
  /* daha temiz görünüm */
}


.announcement-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f4f6;
  padding: 18px 24px;
  border-radius: 8px;
  margin: 20px auto;
  transition: 0.3s ease;
}

.announcement-card:hover {
  background: #e5e7eb;
}

/* SOL TARİH */
.date-box {
  text-align: center;
  min-width: 90px;
}

.day {
  font-size: 28px;
  font-weight: 700;
  color: #005da3;
}

.month {
  font-size: 13px;
  color: #005da3;
}

/* ORTA BAŞLIK */
.content {
  flex: 1;
  margin: 0 20px;
  font-size: 16px;
  color: #374151;
  font-weight: 500;
}

/* SAĞ BUTON */
.action {
  display: flex;
  align-items: center;
}




.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-btn {
  border: none;
  background: transparent;
  font-size: 18px;
  color: #005da3;
  cursor: pointer;
}

.page-number {
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
}

.page-number.active {
  background-color: #005da3;
  color: #fff;
  font-weight: 600;
}

.page-dots {
  padding: 0 5px;
  color: #999;
}





.faq-section {
  padding: 40px 0 70px;
}

.faq-intro-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 30px;
}

.faq-category-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}

.faq-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  background: rgba(59, 112, 128, 0.1);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.faq-category-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f15c16;
}

.faq-badge {
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.faq-accordion .accordion-item:last-child {
  border-bottom: 0;
}

.faq-accordion .accordion-button {
  padding: 20px 24px;
  font-weight: 600;
  color: #172033;
  box-shadow: none;
  background-color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-body {
  padding: 0 24px 22px;
  color: #5f6980;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .faq-category-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-category-header h3 {
    font-size: 20px;
  }
}





.services-slider-wrap {
  position: relative;
  width: 100%;
}

.servicesSwiper {
  padding-bottom: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 360px;
  background: #ddd;
}

.service-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(1, 51, 89, 0.85) 0%,
      rgba(1, 51, 89, 0.47) 35%,
      rgba(1, 51, 89, 0.12) 100%);
}

.service-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
}


.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.service-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.slider-nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}

.slider-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #222631;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}

.slider-btn:hover {
  background: #005da3;
  color: #fff;
}

@media (max-width: 767px) {

  .service-card,
  .service-card img {
    min-height: 300px;
    height: 300px;
  }
}



#announcement-list .facility-card-result .card-title {
  min-height: 48px;
  line-height: 1.4;
}

#announcement-list .facility-card-result .card-body {
  padding: 1rem 1rem 1.1rem;
}

#announcement-list .facility-card-result p {
  line-height: 1.6;
}

#announcement-list .facility-card-result .card-title-row {
  gap: 12px;
}

#announcement-list .facility-card-result .btn-category {
  flex-shrink: 0;
}

#announcement-list .announcement-date {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}

.custom-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-btn,
.page-number-btn {
  min-width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.page-number-btn.active {
  background: #005da3;
  color: #fff;
  border-color: none;
}

.page-btn:disabled,
.page-number-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#announcement-list .facility-card-result {
  position: relative;
}

.announcement-date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #005da3;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.announcement-date-badge i {
  font-size: 13px;
  color: #005da3;
}





.facility-hero-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.facility-gallery-slider-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.facility-gallery-slider {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
}

.facility-gallery-slider::-webkit-scrollbar {
  display: none;
}

.facility-gallery-thumb {
  border: 2px solid transparent;
  background: #fff;
  border-radius: 10px;
  padding: 0;
  flex: 0 0 calc(25% - 9px);
  min-width: calc(25% - 9px);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease;
}

.facility-gallery-thumb img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  display: block;
}

.facility-gallery-thumb.active {
  border-color: #0d6efd;
}

.facility-gallery-arrow {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: none;
  background: none;
  color: #005da3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.facility-gallery-arrow:hover {
  transform: translateY(-1px);
}

.facility-gallery-arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 991.98px) {
  .facility-gallery-thumb {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
  }
}

@media (max-width: 575.98px) {
  .facility-gallery-slider-wrap {
    gap: 8px;
  }

  .facility-gallery-thumb img {
    height: 80px;
  }

  .facility-gallery-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}




.video-gallery-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.video-gallery-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
}

.video-gallery-slider::-webkit-scrollbar {
  display: none;
}

.video-gallery-item {
  flex: 0 0 calc(33.333% - 14px);
  min-width: calc(33.333% - 14px);
}

.video-gallery-card {
  background: #fff;
  border: 1px solid #E9EDF4;
  border-radius: 12px;
  padding: 14px;
  height: 100%;
}

.video-gallery-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #000;
}

.video-gallery-card h6 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.video-gallery-arrow {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005da3;
  flex-shrink: 0;
  transition: 0.3s ease;
}

.video-gallery-arrow:hover {
  background: transparent;
  color: #005da3;
}

.video-gallery-arrow:disabled {
  opacity: 0.45;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .video-gallery-item {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 575.98px) {
  .video-gallery-wrap {
    gap: 10px;
  }

  .video-gallery-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .video-gallery-card video {
    height: 200px;
  }

  .video-gallery-arrow {
    width: 38px;
    height: 38px;
  }
}