/* -------------------------------------
[Master Stylesheet]

Template Name: Flohan - Bootstrap Html Admin Template & Ui kit
Version: v1.0.0

[Table of Contents]  
    * CSS Tables
        + Reboot CSS
        + Prelaoder Css
        + Bootstraping CSS
        + Dashboard Area CSS
        + Chat Box CSS
        + Account CSS
        + Inbox CSS
        + Inbox - 2 CSS
        + Email View CSS
        + Chat Box CSS
        + Calendar CSS
        + Form Wizard CSS
        + Data Table CSS
        + Basic Table CSS
        + Timeline CSS
        + Contact area CSS
        + Accordion CSS
        + eCommerce CSS
        + Authentication CSS
        + Profile Area CSS
        + Core CSS
        + All Responsive CSS
------------------------------------- */

/* Import Fonts & CSS Files */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@import url(css/nice-select.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/default-assets/boxicons.min.css);
@import url(css/font-awesome.min.css);
@import url(css/pe-icon-7-stroke.min.css);
@import url(css/material-design-iconic-font.min.css);
@import url(etline/style.css);
@import url(css/style.css);

/* :: Reboot CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fafbfe;
  color: #74788d;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #222;
  font-weight: 600;
}

p {
  color: #74788d;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 solid transparent;
  font-weight: 500;
  color: #74788d;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.btn {
  border-width: 2px;
  font-weight: 500;
  font-size: 14px;
}

.btn:hover,
.btn:focus {
  font-weight: 500;
}

.btn-group-lg,
.btn-lg {
  font-size: 1rem;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
}

.border-none {
  border: none;
}
.toast-frload {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999;
  max-width: 294px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gap-6 {
  gap: 12px !important;
}

.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 36px;
}

.card-header {
  margin-bottom: 1.5rem;
}

.font-15 {
  font-size: 15px !important;
}
.font-20 {
  font-size: 20px !important;
}

.btn-sm.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 2rem;
  height: 2rem;
  line-height: 28px;
}

.btn-lg.btn-circle {
  width: 3rem;
  height: 3rem;
  line-height: 44px;
}

ul li,
ol li {
  list-style: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.mb-30 {
  margin-bottom: 30px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.me-3 {
  margin-right: 12px;
}

.single_icon i,
.single_icon_area i {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.single_icon span {
  font-weight: 400;
}

.btn.btn-primary:hover {
  background-color: #063691 !important;
}

.card {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
          box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
}
.card:after {
  content: "";
  height: 70px;
  width: 1px;
  position: absolute;
  left: -1px;
  top: 65%;
  -webkit-transition: top, opacity;
  -o-transition: top, opacity;
  transition: top, opacity;
  -webkit-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgb(78, 55, 178)), to(transparent));
  background: -o-linear-gradient(transparent, rgb(78, 55, 178), transparent);
  background: linear-gradient(transparent, rgb(78, 55, 178), transparent);
  opacity: 0;
}

.card:after {
  top: 65%;
  opacity: 0;
}

.card:hover:after {
  top: 25%;
  opacity: 1;
}
.card:hover {
}

.card-body {
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 1.5rem;
}

.card-title p {
  font-size: 13px;
}

.card-title h4 {
  font-size: 18px;
}

.card-title p {
  margin-bottom: 0;
  line-height: 1.5;
}

.card-title p span {
  color: #dd4e4e;
}

.mb-25 {
  margin-bottom: 25px;
}

.form-control {
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #67748e;
  border: 1px solid #e2e8f0;
}

.form-control:focus {
  border-color: #fe710d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-text {
  border: 1px solid #e2e8f0;
}

/* Dark css*/

[data-bs-theme="dark"],
[data-bs-theme="dark"] .flapt-sidemenu-wrapper,
[data-bs-theme="dark"] .main-content.introduction-farm,
[data-bs-theme="dark"] .top-header-area {
  background-color: #1d1d1d;
}
[data-bs-theme="dark"] .sidebar-menu li .treeview-menu li a:hover {
  color: #fff;
}
[data-bs-theme="dark"] .menu-header-title {
  color: #67748e;
}
[data-bs-theme="dark"] .dropdown-menu {
  background-color: #1d1d1d;
  border: 1px solid #444f55;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-bs-theme="dark"] .dashboard-dropdown .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .table td,
[data-bs-theme="dark"] .table th {
  padding: 0.95rem;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #7c8fac;
}
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover
  span {
  color: #fff;
}
[data-bs-theme="dark"] .dashboard-dropdown .dropdown-menu .dropdown-item {
  color: #7c8fac;
}
[data-bs-theme="dark"] .dropdown-item:focus,
[data-bs-theme="dark"] .dropdown-item:hover {
  background-color: #333f55;
}
[data-bs-theme="dark"] .sidebar-menu li.active a i,
[data-bs-theme="dark"] .sidebar-menu > li.menu-open > a i,
[data-bs-theme="dark"] .sidebar-menu > li > a:hover i {
  color: #fff;
}

[data-bs-theme="dark"] .flapt-logo a {
  border-color: transparent;
}
[data-bs-theme="dark"] .main-content.introduction-farm {
  border-color: #333f55;
}
[data-bs-theme="dark"] .card {
  background-color: transparent;
  border-color: #444f55;
  -webkit-box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
          box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
}

[data-bs-theme="dark"] .menu-collasped {
  background-color: transparent;
}
[data-bs-theme="dark"] .menu-collasped i {
  color: #7c8fac;
}
[data-bs-theme="dark"] .key,
[data-bs-theme="dark"] h1,
[data-bs-theme="dark"] h2,
[data-bs-theme="dark"] h3,
[data-bs-theme="dark"] h4,
[data-bs-theme="dark"] h5,
[data-bs-theme="dark"] h6 {
  color: #e6e5e5;
}
[data-bs-theme="dark"] a {
  color: #e6e5e5;
}
[data-bs-theme="dark"] .nav-link:focus,
[data-bs-theme="dark"] .nav-link:hover {
  color: #e6e5e5;
}

[data-bs-theme="dark"] p {
  color: #7c8fac;
}
[data-bs-theme="dark"] .apexcharts-text tspan {
  fill: #7c8fac;
}
[data-bs-theme="dark"] .footer-area .copywrite-text p a {
  color: #e6e5e5;
}
[data-bs-theme="dark"] .apexcharts-subtitle-text {
  color: #7c8fac;
}
[data-bs-theme="dark"] .apexcharts-title-text {
  fill: #e6e5e5;
}
[data-bs-theme="dark"] .apexcharts-legend-text {
  color: #e6e5e5 !important;
}
[data-bs-theme="dark"] .table-btn {
  color: #e6e5e5;
  background-color: rgba(93, 135, 255, 0.1);
}

[data-bs-theme="dark"] .menu-collasped > i:hover {
  color: #fff;
}

[data-bs-theme="dark"] .app-search .form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .main-content.introduction-farm {
  -webkit-box-shadow: 0 6px 6px -1px rgba(255, 255, 255, 0.15);
          box-shadow: 0 6px 6px -1px rgba(255, 255, 255, 0.15);
}
[data-bs-theme="dark"] .sidebar-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
[data-bs-theme="dark"] .sidebar-menu > li.active > a,
[data-bs-theme="dark"] .sidebar-menu > li.menu-open > a {
  color: #fff;
  background-color: #fe710d;
  border-radius: 0.5rem;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

[data-bs-theme="dark"] .sidebar-menu li a:hover span {
  color: #fff;
}
[data-bs-theme="dark"] .text-secondary {
  color: #e6e5e5 !important;
}
[data-bs-theme="dark"] .sidebar-menu .treeview-menu > li.active > a {
  color: #fff;
}
[data-bs-theme="dark"] .right-side-navbar .nav-item.dropdown .btn {
  background-color: transparent;
  color: #7c8fac;
}
[data-bs-theme="dark"] .top-header-area .nav-item.dropdown .btn:hover,
[data-bs-theme="dark"] .top-header-area .nav-item.dropdown .btn:focus {
  color: #f3f1f1;
}
[data-bs-theme="dark"] .footer-area {
  background-color: transparent;
  border-color: #333f55;
}

[data-bs-theme="dark"] .recent-order-card .nav-pills .nav-link {
  border-color: rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .nav-link {
  color: #7c8fac;
}
[data-bs-theme="dark"] .dash-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f3f1f1;
}
[data-bs-theme="dark"] .top-header-area .nav-item.dropdown .dropdown-menu {
  background-color: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background-color: #333f55;
}
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item
  span {
  color: #eaeff4;
}
[data-bs-theme="dark"] .message-box .dropdown-item {
  background-color: transparent;
  margin-bottom: 0.5rem;
}
[data-bs-theme="dark"] .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #f3f1f1;
}

[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item {
  color: #f3f1f1;
}
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover,
[data-bs-theme="dark"]
  .top-header-area
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:focus {
  color: #fff;
}
[data-bs-theme="dark"] .widgets-todo-list-area .todo-list li .todo-item-delete{
  color: #7c8fac;
}
[data-bs-theme="dark"] .widgets-todo-list-area .new-todo-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .widgets-todo-list-area .new-todo-item {
  color: #67748e;

}

[data-bs-theme="dark"] .widgets-todo-list-area .todo-list li{
border-color: #444f55;
}
[data-bs-theme="dark"] .source-icon-section i {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255, .15);
 line-height: 38px;
}
[data-bs-theme="dark"] .card-breadcrumb {
  background-color: transparent;
}
[data-bs-theme="dark"] select.form-select.form-select-sm option {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
}

[data-bs-theme="dark"] div.dataTables_wrapper div.dataTables_filter input {
  background-color: #252c38;
  color: #fff;
}
[data-bs-theme="dark"] div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
}
[data-bs-theme="dark"] .data-table-area thead {
  background-color: transparent;
}

[data-bs-theme="dark"] .bg-white{
background-color: transparent !important;
}
[data-bs-theme="dark"] .select-pro-desc .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
[data-bs-theme="dark"] .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}
[data-bs-theme="dark"] .nice-select .option.focus, 
[data-bs-theme="dark"] .nice-select .option.selected.focus, 
[data-bs-theme="dark"] .nice-select .option:hover {
  background-color: rgb(255, 255, 255, 0.05) !important;
}

[data-bs-theme="dark"]  .nice-select .list {
  background-color: #1d1d1d;
}
[data-bs-theme="dark"] .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .single-product-desc .nav-tabs .nav-link {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #7c8fac;
}
[data-bs-theme="dark"] .single-product-desc .nav-tabs .nav-link.active {
  color: #fff;
}

[data-bs-theme="dark"] .form-control{
border: 1px solid rgba(255, 255, 255, 0.10);
background-color: transparent;
}
[data-bs-theme="dark"] .nice-select {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

[data-bs-theme="dark"] .card-body {
  color: #7c8fac!important;
}
[data-bs-theme="dark"] .text-dark {
  color: #7c8fac!important;
}
[data-bs-theme="dark"] .payment-option {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
[data-bs-theme="dark"] .single-cart-product {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
[data-bs-theme="dark"]  .total-price {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
[data-bs-theme="dark"] .shop-total-area h6 span {
  margin-left: 20px;
  color: #7c8fac;
}
[data-bs-theme="dark"] .account-tab .nav-link {
  color: #7c8fac;
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .admi-mail-from p {
  color: #7c8fac;
}
[data-bs-theme="dark"] .admi-mail-date {
  color: #7c8fac;
}
[data-bs-theme="dark"] .admi-mail-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
[data-bs-theme="dark"] .admi-mail-from span {
  color: #7c8fac;
}
[data-bs-theme="dark"] .mail-btn-group a {
  color: #7c8fac;
  border: 1px solid #444f55;
  background-color: transparent;
}
[data-bs-theme="dark"] .mail-btn-group a:hover{
  color: #fff;
}
[data-bs-theme="dark"] .chat-box-left .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #fe710d;
}
[data-bs-theme="dark"] .chat-box-left .nav-pills .nav-link {
  color: #7c8fac;
}

[data-bs-theme="dark"] .chat-time span {
  color: #7c8fac;
}
[data-bs-theme="dark"] .single-chat-list a {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .admi-mail-item {
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .accordion-item {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .chat-msg p {
  background-color: transparent;
  color: #7c8fac;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .chat-body-time {
  color: #7c8fac;
}
[data-bs-theme="dark"] .accordion-button {
 background-color: transparent;
}
[data-bs-theme="dark"] .nav-pills .nav-link.active, [data-bs-theme="dark"] .nav-pills .show>.nav-link {
  color: #fff;
}
[data-bs-theme="dark"] .chat-msg.two p {
  background-color: transparent;
}
[data-bs-theme="dark"] .card-header-cu {
  background-color: transparent;
  border-color: #444f55;
}
[data-bs-theme="dark"] .chat-box-right .chat-footer {
  background-color: transparent;
  border-color: #444f55;
}

@media only screen and (max-width: 767px){
  [data-bs-theme="dark"] .top-header-area .right-side-navbar .right-side-content {
    background-color: #1d1d1d;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #444f55;
  }
  [data-bs-theme="dark"] .mobile-menu-open > i {
    color: #7c8fac;
}
[data-bs-theme="dark"] .top-header-area .right-side-navbar .right-side-trigger i {
  color: #7c8fac;
}
[data-bs-theme="dark"] .top-header-area .right-side-navbar .right-side-trigger i:hover {
  color: #fff;
}
[data-bs-theme="dark"] .mobile-menu-open > i:hover {
  color: #fff;
}
}

[data-bs-theme="dark"] .side-icon a {
  background-color: transparent;
  border-color: #444f55;
}
[data-bs-theme="dark"] .widget-icon {
  background-color: transparent !important;
  border-color: #444f55;
}
[data-bs-theme="dark"] .widget-icon i {
  color: #fff;
}
[data-bs-theme="dark"] .fc .fc-col-header-cell {
  background-color: transparent;
}
[data-bs-theme="dark"] .fc td, [data-bs-theme="dark"] .fc th {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #444f55;
}
[data-bs-theme="dark"] .sub-plan-text h4 {
  border: 1px solid #444f55;
  background-color: transparent;
}


[data-bs-theme="dark"] .account-members-list {
  border: 1px solid #444f55 !important;
  background-color: transparent;
}
[data-bs-theme="dark"] .text-primary {
  color: #fff !important;
}
[data-bs-theme="dark"] .invoice-list-account {
  border: 1px solid #444f55;
  background-color: transparent;
}
[data-bs-theme="dark"] .single-card-manager {
  border: 1px solid #444f55;
  background-color: transparent;
}
[data-bs-theme="dark"] .file-icon i {
  border: 1px solid #444f55;
  color: #7c8fac;
}
[data-bs-theme="dark"] .product-number p {
  border: 1px solid #444f55;
  background-color: transparent;
  color: #7c8fac;
}
[data-bs-theme="dark"] .top-product-list {
  border-bottom: 1px solid #444f55;
}
[data-bs-theme="dark"] .chat-app-input {
  background-color: transparent !important;
}
[data-bs-theme="dark"] .shipping-cart-area {
  border-bottom: 1px solid #444f55;
}
[data-bs-theme="dark"] .storage-info p {
  color: #fff;
}
[data-bs-theme="dark"]  .main-profile-cover {
  background-color: transparent;
  border: 1px solid #7c8fac;
}
[data-bs-theme="dark"] .profile-body-header {
  background-color: transparent;
}
[data-bs-theme="dark"] .profile-body-tabs .nav-link {
  border: 1px solid #444f55;
  color: #7c8fac;
}
[data-bs-theme="dark"] .list-group-item {
 background-color: transparent;
}
[data-bs-theme="dark"] .profile-tag-area a {
  background-color: transparent;
  border: 1px solid #444f55;
  color: #7c8fac;
}
[data-bs-theme="dark"] .single-followers-area {
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .single-project-card- {
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"]  .card-footer {
  border-top-color: #444f55;
}
[data-bs-theme="dark"] .board-badge a {
  color: #7c8fac;
  background-color: rgba(255, 255, 255, 0.05);
}
[data-bs-theme="dark"] .board-footer {
  border-top: 1px solid #444f55;
}
[data-bs-theme="dark"] .dd-handle {
  border: 1px solid #444f55;
  background-color: transparent;
}
[data-bs-theme="dark"] .swal2-popup {
 background-color: #1d1d1d;
 border: 1px solid #444f55;
}
[data-bs-theme="dark"] .dd-handle:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
[data-bs-theme="dark"]  .chat-box-left .nav-pills {
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .dropzone {
  background-color: transparent;
}

[data-bs-theme="dark"] li.breadcrumb-item a {
  color: #7c8fac;
}
[data-bs-theme="dark"]  .profile-item-list {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .upload-message-area {
  border: 2px dashed #444f55;
}
[data-bs-theme="dark"]  div.dataTables_wrapper div.dataTables_length select {
  background-color: transparent;
  color: #fff;
}
[data-bs-theme="dark"] .wizard-nav .step-icon {
  border: 2px solid #444f55;
  color: #7c8fac;

}
[data-bs-theme="dark"] .wizard-nav .list-item::after {
  background-color: #444f55;
}

[data-bs-theme="dark"] .wizard-form-tab .form-select {
  background-color: transparent;
  border: 1px solid #444f55;
}


[data-bs-theme="dark"] .user-total-per p {
  color: #7c8fac;
}
[data-bs-theme="dark"] .text-black-50 {
  color: rgba(255,255,255,.5)!important;
}
[data-bs-theme="dark"] .input-group-text {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .bg-info-subtle {
  background-color: rgba(255, 255, 255, 0.05)!important;
}
[data-bs-theme="dark"] .form-select {
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .ck.ck-editor__main>.ck-editor__editable {
  background: transparent !important;
}
[data-bs-theme="dark"] .ck.ck-editor__editable:not(.ck-editor__nested-editable) {
  border: 1px solid #444f55!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
[data-bs-theme="dark"] .ck.ck-toolbar {
  background: transparent;
  border: 1px solid #444f55!important;
}
[data-bs-theme="dark"]  .ck.ck-reset_all, .ck.ck-reset_all * {
  color: #fff !important;
  background-color: #202736;
}
[data-bs-theme="dark"]  .ck.ck-button:not(.ck-disabled):hover, [data-bs-theme="dark"]  a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(255, 255, 255, 0.05);
}
[data-bs-theme="dark"] .ck.ck-icon :not([fill]) {
  fill: rgba(124, 143, 172) !important;
}
[data-bs-theme="dark"] .ck.ck-icon :not([fill]) {
  fill: currentColor;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c8fac;
}
[data-bs-theme="dark"] .select2-dropdown {
  background-color: #202736;
  border: 1px solid #444f55;
}
[data-bs-theme="dark"] .card-breadcrumb {
  background-color: #202736;
}
[data-bs-theme="dark"] .select2-container--default .select2-selection--multiple {
  background-color: #202736;
  border-color: #444f55 !important;
}

[data-bs-theme="dark"] .ck.ck-reset, .ck.ck-reset_all, .ck.ck-reset_all * {
  background: #202736 !important;
}

[data-bs-theme="dark"] .table {
  --ct-table-color-type: initial;
  --ct-table-bg-type: initial;
  --ct-table-color-state: initial;
  --ct-table-bg-state: initial;
  --ct-table-color: #ebebeb;
  --ct-table-bg: transparent;
  --ct-table-border-color: var(--ct-border-color);
  --ct-table-accent-bg: transparent;
  --ct-table-striped-color: var(--ct-body-color);
  --ct-table-striped-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  --ct-table-active-color: var(--ct-body-color);
  --ct-table-active-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  --ct-table-hover-color: var(--ct-body-color);
  --ct-table-hover-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  width: 100%;
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-color: rgba(255, 255, 255, 0.1);
}

/* Line css */
.text-primary-cu{
  background-color: #fe710d;
}

.main-content.introduction-farm {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* .main-content.introduction-farm::after {
  content: "";
  display: block;
  position: absolute;
 
  top: 0;
  left: 0;
  border-radius: 5px;
  background-image: url(img/bg-img/bg-3.jpg);
  background-size: cover;
  height: 800px;
  width: 800px;

  animation: drop 300s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.1, 0.26, 0, 0.97);
  z-index: -1;
  opacity: 0.1;
} */

.main-content.introduction-farm:nth-child(1) {
  margin-left: -25%;
}

.main-content.introduction-farm:nth-child(1)::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes drop {
  0% {
    left: 0;
  }

  100% {
    left: 110%;
  }
}

@keyframes drop {
  0% {
    left: 0;
  }

  100% {
    left: 110%;
  }
}

.key {
  font-size: 26px;
  display: inline-block;
  color: #222;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@-webkit-keyframes pressDown1 {
  30%,
  40%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown1 {
  30%,
  40%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown2 {
  70%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown2 {
  70%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown3 {
  30%,
  40%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown3 {
  30%,
  40%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown4 {
  40%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  45% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown4 {
  40%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  45% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown5 {
  20%,
  30%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown5 {
  20%,
  30%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown6 {
  60%,
  70%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown6 {
  60%,
  70%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  65% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown7 {
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown7 {
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes pressDown8 {
  35%,
  45%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes pressDown8 {
  35%,
  45%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.key:nth-child(1) {
  -webkit-animation: pressDown1 2s infinite;
          animation: pressDown1 2s infinite;
}

.key:nth-child(2) {
  -webkit-animation: pressDown2 3s infinite;
          animation: pressDown2 3s infinite;
}

.key:nth-child(3) {
  -webkit-animation: pressDown3 4s infinite;
          animation: pressDown3 4s infinite;
}

.key:nth-child(4) {
  -webkit-animation: pressDown4 2.5s infinite;
          animation: pressDown4 2.5s infinite;
}

.key:nth-child(5) {
  -webkit-animation: pressDown5 2.5s infinite;
          animation: pressDown5 2.5s infinite;
}

.key:nth-child(6) {
  -webkit-animation: pressDown6 3.5s infinite;
          animation: pressDown6 3.5s infinite;
}

.key:nth-child(7) {
  -webkit-animation: pressDown7 2.2s infinite;
          animation: pressDown7 2.2s infinite;
}

.key:nth-child(8) {
  -webkit-animation: pressDown8 3.2s infinite;
          animation: pressDown8 3.2s infinite;
}

.single-product-slide a img {
  width: 100px;
}

/* Prelaoder Css */

#preloader {
  position: fixed;
  z-index: 1010101010;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scene {
  position: relative;
  z-index: 2;
}

.cube-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: bouncing 2s infinite;
  animation: bouncing 2s infinite;
}

.cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(45deg) rotateZ(45deg);
  transform: rotateX(45deg) rotateZ(45deg);
  -webkit-animation: rotation 2s infinite;
  animation: rotation 2s infinite;
}

.cube-faces {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 80px;
  width: 80px;
  position: relative;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateX(0) translateY(0) translateZ(-40px);
  transform: translateX(0) translateY(0) translateZ(-40px);
}

.cube-face {
  position: absolute;
  inset: 0;
  background: #fe710d;
  border: solid 1px #ef5777;
}

.cube-face.shadow {
  -webkit-transform: translateZ(-80px);
  transform: translateZ(-80px);
  -webkit-animation: bouncing-shadow 2s infinite;
  animation: bouncing-shadow 2s infinite;
}

.cube-face.top {
  -webkit-transform: translateZ(80px);
  transform: translateZ(80px);
}

.cube-face.front {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.cube-face.back {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(-90deg) translateZ(-80px);
  transform: rotateY(-90deg) translateZ(-80px);
}

.cube-face.right {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg) translateY(-80px);
  transform: rotateX(-90deg) translateY(-80px);
}

.cube-face.left {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg) translateY(-80px) translateZ(80px);
  transform: rotateX(-90deg) translateY(-80px) translateZ(80px);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }

  50% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }

  100% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }

  50% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }

  100% {
    -webkit-transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  }
}

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }

  45% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}

@keyframes bouncing {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }

  45% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
  }
}

@-webkit-keyframes bouncing-shadow {
  0% {
    -webkit-transform: translateZ(-80px) scale(1.3);
    transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }

  45% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateZ(-80px) scale(1.3);
    transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}

@keyframes bouncing-shadow {
  0% {
    -webkit-transform: translateZ(-80px) scale(1.3);
    transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }

  45% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: translateZ(-80px) scale(1.3);
    transform: translateZ(-80px) scale(1.3);
    -webkit-animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
    opacity: 0.05;
  }
}

/* :: Bootstraping CSS */
.flapt-sidemenu-wrapper {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fafbfe;
}

.flapt-page-wrapper .flapt-sidemenu-wrapper .slimScrollDiv {
  position: relative;
  top: 70px;
  z-index: 101010;
  padding-bottom: 70px !important;
  width: 100% !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.flapt-logo a {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 230px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: center;
  height: 70px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flapt-logo a img {
  max-height: 29px;
  width: auto;
  text-align: center;
  margin: auto;
}

.flapt-logo a img.small-logo {
  max-height: 28px;
  display: none;
}

.menu-collasped-active.flapt-page-wrapper .flapt-logo a img.small-logo {
  display: block;
}

.menu-collasped-active.flapt-page-wrapper .flapt-logo a img.desktop-logo {
  display: none;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .flapt-logo
  a
  img.desktop-logo {
  display: block;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .flapt-logo
  a
  img.small-logo {
  display: none;
}

.flapt-sidenav {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.flapt-page-content {
  position: relative;
  z-index: auto;
  margin-left: 230px;
  padding-top: 70px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding-left: 0.25rem;
}

.top-header-area {
  position: fixed;
  z-index: 99;
  width: calc(100% - 230px);
  height: 70px;
  background-color: #fafbfe;
  left: 230px;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0 1rem;
}

.left-side-navbar {
  padding-left: 15px;
}

.menu-collasped {
  position: relative;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 -4px 10px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 -4px 10px 2px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}

.menu-collasped > i {
  font-size: 28px;
  color: #67748e;
  position: absolute;
  top: 50%;
  line-height: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.menu-collasped > i:hover {
  color: #fe710d;
}

.mobile-menu-open {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.mobile-menu-open > i {
  font-size: 23px;
  color: #495057;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.mobile-menu-open > i:hover {
  color: #fe710d;
}
.logo-dark {
  display: block;
}
[data-bs-theme="light"] .logo-light {
  display: none;
}

[data-bs-theme="dark"] .logo-dark {
  display: none;
}
[data-bs-theme="dark"]  .source-list-card {
  background-color: #1d1d1d;
}


.mobile-logo a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-logo a img {
  max-height: 30px;
  width: auto;
}

.menu-collasped-active.flapt-page-wrapper .flapt-sidemenu-wrapper {
  left: -165px;
}

.menu-collasped-active.flapt-page-wrapper .flapt-page-content {
  margin-left: 65px;
}

.menu-collasped-active.flapt-page-wrapper .flapt-logo a {
  width: 65px;
}

.menu-collasped-active.flapt-page-wrapper .top-header-area {
  left: 77px;
  width: calc(100% - 89px);
}

.menu-collasped-active.flapt-page-wrapper .sidebar-menu a .fa-angle-right {
  display: none;
}

.menu-collasped-active.flapt-page-wrapper
  .side-menu-area
  .sidebar-menu
  > li
  > a
  > span {
  display: none;
}

.menu-collasped-active.flapt-page-wrapper .sidebar-menu li a {
  padding: 0rem 1.25rem;
}

.menu-collasped-active.flapt-page-wrapper .sidebar-menu li a i {
  margin-left: auto;
  font-size: 21px;
}

.side-menu-area {
  position: relative;
  width: 100%;
  z-index: 10;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.upgrade-card {
  border: 0 !important;
  background-color: rgba(255, 255, 255, 0.1);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sidebar-menu li {
  position: relative;
  z-index: 1;
}

.sidebar-menu li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0rem 1.25rem;
  color: #67748e;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

ul.sidebar-menu.tree {
  padding-left: 0;
}

.sidebar-menu li a i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  width: 25px;
  font-size: 18px;
  color: #6a7186;
  font-weight: 400;
}

.sidebar-menu li a span {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: calc(100% - 30px);
  font-weight: 500;
}

.sidebar-menu li a:hover {
  color: #ffffff;
}

.sidebar-menu li .treeview-menu {
  display: none;
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

span.flag-thumb-cu {
  position: relative;
  top: -4px;
}

.sidebar-menu li .treeview-menu .treeview-menu {
  margin-left: 15px;
}

.sidebar-menu li .treeview-menu li a {
  font-size: 14px;
  color: #67748e;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  height: 36px;
  padding-left: 1rem;
}

.sidebar-menu li.menu-title {
  color: #e8edf7;
  padding: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.sidebar-menu li.menu-title i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  font-size: 18px;
  color: #67748e;
  font-weight: 700;
}

.flag-thumb-cu img {
  width: 30px;
}

.app-search {
  position: relative;
  margin-left: 10px;
}

.app-search .form-control {
  height: 40px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 400px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  -webkit-box-shadow: 0 -4px 10px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 -4px 10px 2px rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 767px) {
  .app-search .form-control {
    width: 145px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .app-search .form-control {
    width: 220px;
  }
}

.app-search span {
  position: absolute;
  right: 1rem;
  z-index: 10;
  font-size: 20px;
  line-height: 40px;
  top: 0;
  color: #74788d;
  cursor: pointer;
}

.sidebar-menu li .treeview-menu li a:hover {
  color: #fe710d;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li.active > a,
.sidebar-menu > li.menu-open > a {
  color: #fe710d;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar-menu li.active a i,
.sidebar-menu > li.menu-open > a i,
.sidebar-menu > li > a:hover i {
  color: #fe710d;
}

.sidebar-menu > li.active > a,
.sidebar-menu > li.menu-open > a {
  color: #fe710d;
  font-weight: 400;
}

.sidebar-menu a .fa-angle-right {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 16px;
  position: absolute;
  right: 1.25rem;
  width: auto;
  z-index: auto;
}

.sidebar-menu > li > a:hover .fa-angle-right,
.sidebar-menu > li.active > a .fa-angle-right,
.sidebar-menu > li.menu-open > a .fa-angle-right {
  right: 1rem;
}

.sidebar-menu .treeview-menu > li.active > a {
  color: #fe710d;
}

.sidebar-menu .menu-open a .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu a .fa-angle-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu .menu-open .treeview-menu .menu-open a .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .menu-open .treeview-menu .treeview-menu a .fa-angle-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-menu
  .menu-open
  .treeview-menu
  .treeview-menu
  .menu-open
  a
  .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu-area .sidebar-menu > li > a > span {
  line-height: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sidebar-menu > .active > .treeview-menu {
  display: block;
}

.flapt-page-wrapper.menu-collasped-active.sidemenu-hover-deactive
  .sidebar-menu
  li
  a {
  text-align: center;
  margin-left: 0;
}

.flapt-page-wrapper.menu-collasped-active
  .sidebar-menu
  > .active
  > .treeview-menu {
  display: none;
}

.flapt-page-wrapper.menu-collasped-active.sidemenu-hover-active
  .sidebar-menu
  > .active
  > .treeview-menu {
  display: block;
}

.flapt-page-wrapper.menu-collasped-active.sidemenu-hover-active
  .flapt-sidemenu-wrapper {
  left: 0;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active .flapt-logo a {
  width: 230px;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .top-header-area {
  left: 230px;
  width: calc(100% - 230px);
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .sidebar-menu
  a
  .fa-angle-right {
  display: block;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .side-menu-area
  .sidebar-menu
  > li
  > a
  > span {
  display: block;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .sidebar-menu
  li
  a {
  padding: 0rem 1.25rem;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-active
  .sidebar-menu
  li
  a
  i {
  margin-left: auto;
}

.menu-collasped-active.flapt-page-wrapper.sidemenu-hover-deactive
  .sidebar-menu
  .menu-open
  .treeview-menu {
  display: none !important;
}

.menu-collasped-active.flapt-page-wrapper .sidebar-menu > li > a:hover,
.menu-collasped-active.flapt-page-wrapper .sidebar-menu > li.active > a,
.menu-collasped-active.flapt-page-wrapper .sidebar-menu > li.menu-open > a {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .mobile-menu-open {
    display: none;
  }

  .mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .menu-collasped {
    display: none;
  }

  .flapt-page-wrapper .flapt-sidemenu-wrapper {
    left: -250px;
  }

  .flapt-page-wrapper .flapt-logo a {
    left: -250px;
  }

  .top-header-area {
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 15px;
  }

  .flapt-page-content {
    margin-left: 0;
  }
}

.mobile-menu-active.flapt-page-wrapper .flapt-sidemenu-wrapper {
  left: 0;
}

.top-header-area .left-side-content-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
}

.top-header-area .right-side-navbar {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .top-header-area .right-side-navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}

.top-header-area .right-side-navbar .right-side-trigger {
  width: 30px;
  height: 30px;
  margin-right: 7.5px;
  cursor: pointer;
}

.top-header-area .right-side-navbar .right-side-trigger i {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #495057;
}

.top-header-area .right-side-navbar .right-side-trigger i:hover {
  color: #fe710d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

@media only screen and (min-width: 1366px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .top-header-area .right-side-navbar .right-side-trigger {
    display: none;
  }
}

.top-header-area .right-side-navbar .right-side-content {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .top-header-area .right-side-navbar .right-side-content {
    -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
    box-shadow: 0 5px 20px -4px #cdcfe1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    z-index: 10;
    top: 72px;
    background-color: #ffffff;
    right: -1000px;
    height: 60px;
    width: 100%;
  }

  .top-header-area .right-side-navbar .right-side-content.active {
    right: 0;
  }
}

.top-header-area .nav-item.dropdown .dropdown-menu {
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
          box-shadow: inset 10px 0 10px rgba(16, 16, 16, 0.05),
    0 10px 10px rgba(16, 16, 16, 0.02);
  width: 300px;
  padding: 0;
  margin: 0;
  border-radius: 0.75rem;
  background-color: #fafbfe;
  border-bottom: 2px solid #e2e8f0;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item span {
  font-size: 15px;
  color: #222;
  display: block;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item p {
  font-size: 0.75rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu.language-dropdown {
  width: 150px;
  min-width: 150px;
}

.top-header-area
  .nav-item.dropdown
  .dropdown-menu.language-dropdown
  .dropdown-item
  img {
  max-width: 25px;
  margin-right: 10px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
  width: 220px;
  padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
  .top-header-area .left-side-navbar .nav-item.dropdown .dropdown-menu {
    width: 135px;
    min-width: 135px;
  }
}

.top-header-area
  .left-side-navbar
  .nav-item.dropdown
  .dropdown-menu.megamenu-item {
  width: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item {
    width: 660px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item {
    width: 210px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item {
    width: 450px;
  }

  .recent-order-pro-card-list .table td {
    padding: 0.7rem 1.9rem;
  }
}

.top-header-area
  .left-side-navbar
  .nav-item.dropdown
  .dropdown-menu.megamenu-item
  ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  border-right: 1px solid #ced4da;
}

@media only screen and (max-width: 767px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item
    ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item
    ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
}

.top-header-area
  .left-side-navbar
  .nav-item.dropdown
  .dropdown-menu.megamenu-item
  ul:last-child {
  border-right: none;
}

.top-header-area
  .left-side-navbar
  .nav-item.dropdown
  .dropdown-menu.megamenu-item
  ul
  .nav-link {
  color: #74788d;
  font-weight: 400;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
}

.top-header-area
  .left-side-navbar
  .nav-item.dropdown
  .dropdown-menu.megamenu-item
  ul
  .nav-link:hover {
  color: #fe710d;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-area
    .left-side-navbar
    .nav-item.dropdown
    .dropdown-menu.megamenu-item
    ul
    .nav-link {
    font-size: 12px;
  }
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  white-space: normal;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}

.notifications-box .dropdown-item {
  margin-bottom: 0.5rem;
}

.notifications-box .dropdown-item:last-child {
  margin-bottom: 0;
}

.notifications-box .dropdown-item div {
  width: calc(100% - 50px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.top-header-area .left-side-navbar .nav-item.dropdown .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  color: #fe710d;
}

.top-header-area .nav-item.dropdown .dropdown-menu.dropdown-menu-right {
  right: -14px !important;
  left: auto !important;
}

.top-header-area .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.left-side-navbar .nav-item.dropdown .btn {
  padding: 6px 12px;
  font-size: 14px;
  color: #525f80;
  line-height: 1;
  border: 1px solid #525f80;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .left-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .left-side-navbar .nav-item.dropdown .btn:hover {
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side-navbar .nav-item.dropdown .btn {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
  }

  .left-side-navbar .nav-item.dropdown .btn:hover {
    color: #ffffff !important;
  }
}

.top-header-area .nav-item.dropdown .btn:hover,
.top-header-area .nav-item.dropdown .btn:focus {
  color: #fe710d;
}

.right-side-navbar .nav-item.dropdown .btn {
  padding: 0;
  font-size: 22px;
  background-color: #fff;
  margin: 0 8px;
  color: #67748e;
  border: none;
  position: relative;
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.02);
  border-radius: 3px;

  i {
    line-height: 40px;
  }
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #74788d;
}

.dropdown-icon-item img {
  width: 30px;
}

.top-header-area
  .nav-item.dropdown:nth-child(4)
  .dropdown-menu.dropdown-menu-right {
  right: 10px !important;
}

.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-side-navbar .nav-item.dropdown .btn .ti-search {
  font-size: 16px;
}

.right-side-navbar .nav-item.dropdown .btn > img {
  max-width: 35px;
  border-radius: 3px;
  position: relative;
  top: -1px;
}

.top-search-bar form {
  position: relative;
  z-index: 1;
}

.top-search-bar button {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  text-align: center;
  background-color: transparent;
  color: #74788d;
  line-height: 30px;
}

.top-search-bar button:focus {
  outline: none;
}

.top-search-bar input {
  width: 100%;
  height: 70px;
  border: none;
  font-size: 12px;
  color: #74788d;
  border-radius: 4px;
  padding-left: 50px;
  padding-right: 15px;
}

.top-search-bar input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

input::-webkit-input-placeholder {
  color: #74788d;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #74788d;
  opacity: 1;
}

input::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}

input::placeholder {
  color: #74788d;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #74788d;
}

input::-ms-input-placeholder {
  color: #74788d;
}

.top-message-area {
  position: relative;
  z-index: 1;
}

.top-message-area .top-message-heading {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2px;
}

.top-message-area .top-message-heading .heading-title h6 {
  color: #495057;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.top-header-area .nav-item.dropdown .dropdown-menu .dropdown-item:hover span {
  color: #fe710d;
}

.top-message-area .top-message-heading > span {
  color: #fe710d;
  padding: 2px 5px 1px 5px;
  background-color: #ffffff;
  border-radius: 40px;
  font-size: 10px;
  font-weight: 700;
}

.message-box .dropdown-item {
  border-bottom: 1px solid #ced4da;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-box .dropdown-item i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fe710d;
  color: #ffffff;
}

.message-box .dropdown-item .message-text span {
  display: block;
  font-size: 13px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.message-box .dropdown-item .message-text span:last-child {
  font-size: 13px;
}

.message-box .dropdown-item:last-child {
  border-bottom: none;
}

.top-message-area .message-heading {
  width: calc(100% - 2rem);
  height: 50px;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fe710d;
  margin-left: 1rem;
  margin-top: 1rem;
}

.message-box .dropdown-item {
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0.5rem;
}

.message-box {
  padding: 1rem;
}

.top-message-area .message-heading .heading-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.top-message-area .message-heading > span {
  padding: 0.25rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.notifications-box .dropdown-item > i,
.notifications-box .nav-link > i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  margin-right: 10px;
  background-color: #fe710d;
  border-radius: 0.75rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.25rem;
}

.top-notifications-area .notifications-heading {
  width: calc(100% - 2rem);
  height: 50px;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fe710d;
  margin-left: 1rem;
  margin-top: 1rem;
}

.top-notifications-area .notifications-heading .heading-title h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.notifications-box {
  padding: 1rem;
}

.top-notifications-area .notifications-heading > span {
  padding: 0.25rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.notifications-box .dropdown-item,
.notifications-box .nav-link {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8c8d9a;
  font-size: 15px;
}

.notifications-box .nav-link:hover {
  color: #fe710d;
}

.notifications-box .dropdown-item > i,
.notifications-box .nav-link > i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  margin-right: 10px;
  background-color: #fe710d;
  border-radius: 0.75rem;
  text-align: center;
  line-height: 40px;
  font-size: 1.25rem;
}

.notifications-box .nav-link > i.fa {
  margin-left: auto;
  background-color: #f2f6f8;
  color: #525f80;
}

.user-profile-area {
  z-index: 1;
  position: relative;
  padding: 1rem;
}

.user-profile-area .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.user-profile-area .user-profile-heading {
  width: 100%;
  height: 70px;
  background-color: #fe710d;
  border-radius: 0.75rem 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.user-profile-area .profile-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  margin-right: 10px;
}

.user-profile-area .profile-text h6 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

.user-profile-area .profile-text span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  display: block;
}

.right-side-navbar .nav-item.dropdown .active-status {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: -5;
  top: 0;
  right: 0;
  background-color: #fa5c7c;
  -webkit-animation: activeStatus linear 1800ms infinite;
  animation: activeStatus linear 1800ms infinite;
}

@-webkit-keyframes activeStatus {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes activeStatus {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.footer-area {
  height: 60px;
  background-color: #fff;
  margin-top: 1.5rem;
  padding: 0 20px;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
}

.footer-area .copywrite-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.footer-area .copywrite-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.footer-area .copywrite-text p a {
  color: #fe710d;
  font-size: 14px;
  font-weight: 500;
}

.footer-area .footer-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-area .footer-nav li a {
  display: inline-block;
  color: #74788d;
  font-size: 14px;
  margin-left: 20px;
  font-weight: 500;
}

.footer-area .footer-nav li:first-child a {
  margin-left: 0;
}

.footer-area .footer-nav li a:hover,
.footer-area .footer-nav li a:focus {
  color: #fe710d;
}

.user-profile-area .dropdown-item i {
  margin-right: 7px;
  font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .right-side-navbar .nav-item.dropdown .btn {
    margin: 0 10px;
  }

  .top-header-area .nav-item.dropdown .dropdown-menu {
    width: 220px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (max-width: 767px) {
  .top-header-area .nav-item.dropdown .dropdown-menu {
    width: 265px;
  }

  .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
    width: 150px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) and (min-width: 480px) and (max-width: 767px) {
  .top-header-area .nav-item.dropdown .dropdown-menu.search-dropdown {
    width: 230px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .top-search-bar input {
    height: 60px;
  }

  .user-profile-area .profile-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 10px;
  }

  .user-profile-area .profile-text h6 {
    font-size: 12px;
  }

  .user-profile-area .profile-text span {
    font-size: 10px;
  }

  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }

  .footer-area .copywrite-text p {
    font-size: 11px;
  }

  .footer-area .footer-nav li a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .copywrite-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .footer-area .footer-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
  }
}

.fotter-icon p {
  font-weight: 500;
}

.main-content {
  position: relative;
  padding: 1.5rem 0.75rem 0 0.75rem;
  min-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wraper-area {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-title {
  position: relative;
}

.page-title span {
  font-size: 12px;
  color: #8c8d9a;
}

.choose-layout-area {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: #0e0b2b;
  top: 0;
  right: -320px;
  z-index: 999999999;
  padding: 50px 30px;
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
}

@media only screen and (max-width: 479px) {
  .choose-layout-area {
    width: 260px;
    right: -260px;
  }
}

.choose-layout-area .setting-trigger-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 50px;
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  border-radius: 50%;
  left: -100px;
  background-color: #fe710d;
  text-align: center;
  cursor: pointer;
}

.choose-layout-area .setting-trigger-icon i {
  display: block;
  color: #ffffff;
  font-size: 16px;
  -webkit-animation: rotate90deg linear 2s infinite;
  animation: rotate90deg linear 2s infinite;
  line-height: 45px;
}

@media only screen and (max-width: 767px) {
  .choose-layout-area .setting-trigger-icon {
    bottom: 20px;
    left: -70px;
  }
}

.choose-layout-area.active {
  right: 0;
}

.choose-layout-area .single-demos {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.choose-layout-area .single-demos:last-child {
  margin-bottom: 0;
}

.choose-layout-area .single-demos a {
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  display: block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.choose-layout-area .single-demos a img {
  border-radius: 4px;
}

.choose-layout-area .single-demos a:hover,
.choose-layout-area .single-demos a:focus {
  opacity: 0.8;
}

.choose-layout-area .single-demos span {
  font-size: 14px;
  color: #fe710d;
  font-weight: 500;
  display: block;
}

@-webkit-keyframes rotate90deg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate90deg {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#settingCloseIcon,
#quicksettingCloseIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #f2f4f8;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #8c8d9a;
  border-radius: 2px;
}

#settingCloseIcon i,
#quicksettingCloseIcon i {
  line-height: 30px;
}

#settingCloseIcon:hover,
#quicksettingCloseIcon:hover {
  background-color: #fe710d;
  color: #ffffff;
}

.choose-layout-area .slimScrollDiv,
.quick-settings-panel .slimScrollDiv {
  position: relative;
  width: 100% !important;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.dashboard-dropdown .btn {
  font-size: 20px;
  line-height: 18px;
  color: #74788d;
  padding: 0;
}

.dashboard-dropdown .btn::after {
  display: none;
}

.dashboard-dropdown .btn i {
  line-height: 18px;
}

.dashboard-dropdown .btn:hover,
.dashboard-dropdown .btn:focus {
  font-size: 20px;
  color: #74788d;
}

.dashboard-dropdown .dropdown-menu {
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 5px 0px #cdcfe1;
  box-shadow: 0px 2px 5px 0px #cdcfe1;
  width: 150px;
  min-width: 120px;
  padding: 1rem;
  margin: 0;
  border-radius: 0.75rem;
}

.dashboard-dropdown .dropdown-menu.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #64788d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.dashboard-dropdown .dropdown-menu .dropdown-item i {
  width: 1.625rem;
  font-size: 1rem;
}

@-webkit-keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 42px, 0);
    -ms-transform: translate3d(0, 42px, 0);
    transform: translate3d(0, 42px, 0);
  }
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 42px, 0);
    -ms-transform: translate3d(0, 42px, 0);
    transform: translate3d(0, 42px, 0);
  }
}

.quick-settings-panel {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  position: fixed;
  width: 450px;
  background-color: #ffffff;
  height: 100%;
  top: 0;
  right: -500px;
  z-index: 999999999;
  -webkit-box-shadow: 0 5px 20px -4px #cdcfe1;
  box-shadow: 0 5px 20px -4px #cdcfe1;
  padding: 50px 30px;
}

@media only screen and (max-width: 767px) {
  .quick-settings-panel {
    width: 300px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .quick-settings-panel {
    width: 400px;
  }
}

.quick-settings-panel.active {
  right: 0;
}

.quick-setting-tab {
  position: relative;
  z-index: 1;
}

.quick-setting-tab .nav-tabs {
  margin-bottom: 30px;
  border-width: 2px;
}

.quick-setting-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  border: none;
  padding: 0.25rem 1rem;
  font-size: 16px;
  color: #525f80;
}

@media only screen and (max-width: 767px) {
  .quick-setting-tab .nav-tabs .nav-item .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
  }
}

.quick-setting-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
  bottom: -2px;
  right: 0;
  left: 0;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active {
  color: #fe710d;
}

.quick-setting-tab .nav-tabs .nav-item .nav-link.active::after {
  background-color: #fe710d;
}

.quick-setting-tab .onoffswitch {
  position: relative;
  width: 55px;
  display: inline-block;
  font-size: 80%;
}

.quick-setting-tab .onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 40px;
  margin: 0;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before,
.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #fe710d;
  color: #ffffff;
}

.quick-setting-tab .onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #f2f4f8;
  color: #525f80;
  text-align: right;
}

.quick-setting-tab .onoffswitch .onoffswitch-switch {
  width: 26px;
  height: 26px;
  margin: 0;
  background-color: #ced4da;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 34px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}

.quick-setting-tab .toggle-group {
  position: relative;
  height: 27px;
  left: 5px;
}

.quick-setting-tab .toggle-group input[type="checkbox"] {
  position: absolute;
  left: 10px;
}

.quick-setting-tab
  .toggle-group
  input[type="checkbox"]:checked
  ~ .onoffswitch
  .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}

.quick-setting-tab
  .toggle-group
  input[type="checkbox"]:checked
  ~ .onoffswitch
  .onoffswitch-label
  .onoffswitch-switch {
  right: -1px;
}

.quick-setting-tab .toggle-group input[type="checkbox"]:focus ~ .onoffswitch {
  outline: 0;
}

.quick-setting-tab .toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12px;
  color: #74788d;
}

.profile-icon {
  display: inline-block;
  text-align: center;
  color: #212529;
  font-size: 18px;
}

.top-header-area .nav-item.dropdown .dropdown-menu.profile {
  width: 200px;
}

.hightlight-sidebar {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: 11px;
  margin-bottom: 0;
}

.text-primary {
  color: #fe710d !important;
}

.menu-collasped-active.flapt-page-wrapper .sidebar-menu li .title-menu {
  display: none;
}

.full-screen-mode a {
  font-size: 22px;
  margin: 0 8px;
  color: #222;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 12px 3px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 12px 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: rgb(232, 236, 252) !important;
  border: 1px solid #e2e8f0;
}

.full-screen-mode a:hover {
  color: #fe710d;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.top-header-area
  .nav-item.dropdown
  .dropdown-menu.language-dropdown
  .dropdown-item
  img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
  height: 15px;
  border-radius: 0;
  margin-right: 10px;
}

.user-thumbnail {
  width: 36px;
  margin: auto;
  margin-bottom: 12px;
}

.user-thumbnail img {
  border-radius: 50%;
  border: 1px dashed #fff;
}

.user-content h6 {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.user-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.menu-collasped-active .sidebar-menu li.menu-header-title {
  display: none;
}

.sidemenu-hover-active .sidebar-menu li.menu-header-title {
  display: block;
}

.menu-header-title {
  margin-bottom: 15px;
  padding-left: 1.25rem;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 15px;
  color: #1b2950;
  letter-spacing: 0.6px;
  font-weight: 600;
}

.widgets-todo-list-area .form-add-todo {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.widgets-todo-list-area .new-todo-item {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #74788d;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 15px;
}

.widgets-todo-list-area .new-todo-item::-webkit-input-placeholder {
  color: #74788d;
}

.widgets-todo-list-area .new-todo-item::-moz-placeholder {
  color: #74788d;
}

.widgets-todo-list-area .new-todo-item:-ms-input-placeholder {
  color: #74788d;
}

.widgets-todo-list-area .new-todo-item::-ms-input-placeholder {
  color: #74788d;
}

.widgets-todo-list-area .new-todo-item::placeholder {
  color: #74788d;
}

.widgets-todo-list-area .add-todo-item {
  width: 2rem;
  height: 2rem;
  border: none;
  background: #2466fd;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  border-radius: 30px;
  z-index: 10;
}

ul#flaptToDo-list {
  padding-left: 0;
}

.widgets-todo-list-area .todo-list {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
}

.widgets-todo-list-area .todo-list li {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.widgets-todo-list-area .todo-list li label {
  margin-right: 0.5rem;
  margin-top: 3px;
  cursor: pointer;
  margin-bottom: 0;
}

.widgets-todo-list-area .todo-list li .todo-item-delete {
  position: absolute;
  top: 50%;
  right: 1rem;
  height: 16px;
  width: 16px;
  font-size: 12px;
  color: #222;
  margin-top: -8px;
  text-align: right;
  cursor: pointer;
}

.bg-primary-soft {
  background-color: rgba(110, 0, 255, 0.1) !important;
  color: #6e00ff !important;
}

.text-bg-danger-soft {
  background-color: rgba(255, 86, 48, 0.11) !important;
  color: #ff5630 !important;
}

.bg-success-soft {
  background-color: rgba(7, 191, 88, 0.1) !important;
  color: #07bf58 !important;
}

.icon-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  line-height: 45px;
}

.todo-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.menu-collasped-active .upgrade-card {
  display: none;
}

.sidemenu-hover-active .upgrade-card {
  display: block;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .mobile-logo {
    margin-right: 15px;
  }

  .mobile-logo a img {
    max-height: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .mobile-logo a img {
    max-height: 22px;
  }

  .mobile-logo {
    margin-right: 10px;
  }
  .mobile-menu-open > i {
    font-size: 26px;
}
}

/* Dashboard Area Css */
.apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
  display: none;
}

.widget-icon {
  margin-bottom: 15px;
  height: 60px;
  width: 60px;
  background-color: rgb(232, 236, 252) !important;
  border: 1px solid #e2e8f0;
  text-align: center;
  border-radius: 50%;
}

.widget-icon i {
  font-size: 32px;
  line-height: 56px;
  color: #fe710d;
}

.profile-icon {
  color: #727cf5;
  font-size: 20px;
  height: 35px;
  max-width: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

.widget-desc h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 16px;
}

.widget-desc p {
  font-size: 13px;
}

.offer-img {
  margin-bottom: 30px;
}

.offer-img img {
  border-radius: 10px;
}

.chart-header {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}

.shipping-progress {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}

.lable-text {
  margin-bottom: 5px;
}

.shipping-progress-details p {
  margin-bottom: 3px;
  font-size: 15px;
}

.shipping-progress-details p i {
  color: #009432;
  font-size: 13px;
}

.shipping-progress-details span {
  font-size: 12px;
}

.shipping-cart-area {
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}

.shipping-cart-area:last-child {
  margin-bottom: 0;
}

.recent-order-card .nav-pills .nav-link {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-right: 10px;
}

.product-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  margin-right: 10px;
}

.share-file-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  width: 70%;
}

.product-info span {
  margin-bottom: 3px;
  display: block;
  font-size: 14px;
}

.product-info p {
  font-size: 15px;
}

.product-number p {
  margin-bottom: 0;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid#fff;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 30px;
  color: #001737;
}

.top-product-list {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.progress-report p {
  margin-bottom: 0;
  font-size: 13px;
  color: #ef5777;
  background-color: rgba(239, 87, 120, 0.1);
  padding: 5px 12px;
  display: inline-block;
  border-radius: 30px;
}

.share-file-img {
  height: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: 458px;
  display: inline-block;
  border-radius: 50%;
  line-height: 45px;
  -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.04);
  margin-right: 12px;
  text-align: center;
}

.share-file-img img {
  width: 36px;
}

.share-file-name h6 {
  margin-bottom: 3px;
  font-size: 15px;
}

.share-file-name a {
  color: #001737;
  font-size: 13px;
}

.share-file-name a:hover {
  color: #fe710d;
}

.share-file-name a span {
  color: #74788d;
  margin-left: 5px;
}

.share-file-card {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 15px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 15px;
  border-radius: 0.75rem;
}

.single-active-user {
  border: 1px solid #e2e8f0;
  padding: 25px 15px;
  margin-bottom: 10px;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.active-user-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  margin-right: 12px;
}

.active-user-img img {
  border-radius: 50%;
}

.active-user-info a {
  margin-bottom: 3px;
  color: #001737;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.active-user-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.badge {
  font-weight: 500;
}

.table td,
.table th {
  padding: 0.95rem;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  color: #7f838b;
}

.shop-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  margin-right: 10px;
}

.share-act-btn {
  text-align: right;
}

.share-act-btn a {
  margin-bottom: 7px;
  display: inline-block;
}

.table-btn {
  padding: 5px 15px;
  color: #fe710d;
  background-color: rgba(6, 81, 221, 0.12);
  border-radius: 30px;
}

.main-content.introduction-farm {
  border: 1px solid #e2e8f0;
  border-top-left-radius: 1rem !important;
  -webkit-box-shadow: 0 6px 6px -1px rgba(10, 22, 70, 0.15);
  box-shadow: 0 6px 6px -1px rgba(10, 22, 70, 0.15);
  background-color: #fff;
}

.introjs-arrow {
  border: 10px solid transparent;
}

.introjs-arrow.top {
  top: -22px;
}

.introjs-helperLayer {
  border: none !important;
  -webkit-box-shadow: 0 0 700px 5000px rgba(6, 81, 221, 0.5) !important;
  box-shadow: 0 0 700px 5000px rgba(6, 81, 221, 0.5) !important;
  border-radius: 15px;
  background-color: transparent !important;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: rgb(232, 236, 252) !important;
  border: 1px solid #e2e8f0;
  min-width: 250px;
  max-width: 300px;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.border-bootom-none {
  border-bottom: none;
}

.ml-1 {
  margin-left: 5px;
}

.dash-btn {
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  -webkit-box-shadow: rgba(62, 57, 107, 0.1) 0px 3px 5px 0px;
  box-shadow: rgba(62, 57, 107, 0.1) 0px 3px 5px 0px;
  color: #74788d;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.dash-btn i {
  line-height: 40px;
}

.dash-btn:hover {
  color: #fe710d;
  -webkit-box-shadow: rgba(62, 57, 107, 0.5) 0px 3px 5px 0px;
  box-shadow: rgba(62, 57, 107, 0.5) 0px 3px 5px 0px;
}

.card-invoice-logo {
  width: 30px;
}

.text-right {
  text-align: right;
}

.shop-total-area h6 {
  font-size: 15px;
  color: #74788d;
}

.shop-total-area h6 span {
  margin-left: 20px;
  color: #001737;
}

.shop-total-area {
  margin-bottom: 40px;
}

.order-check {
  width: 20px;
}

.form-check-input {
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: pointer;
  border-color: #ccc;
}

.order-table-area .form-check-input {
  position: relative;
  top: 4px;
}

.order-btn a:first-child {
  color: #fe710d;
  font-size: 18px;
  margin-right: 7px;
}

.order-btn a:nth-child(2) {
  color: #58ae25;
  font-size: 18px;
  margin-right: 7px;
}

.order-btn a:last-child {
  color: #dd4a57;
  font-size: 18px;
}

.product-rating-list {
  padding: 0;
}

.product-rating-list li {
  display: inline-block;
  margin-right: 3px;
}

.product-rating-list li i {
  color: #e8b51c;
}

.product-det-info {
  padding: 0;
  margin-top: 20px;
}

.product-det-info li i {
  font-size: 10px;
  margin-right: 5px;
  color: #fe710d;
}

.product-det-info li {
  color: #74788d;
}

.single-product-meta .product-title {
  font-size: 18px;
  color: #001737;
  margin-bottom: 5px;
  display: block;
}

.single-product-img {
  position: relative;
}

.single-product-img img {
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.single-product-card {
  position: relative;
}

.single-product-card:hover .single-product-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pro-choice {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  text-align: center;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.single-product-card:hover .pro-choice {
  border-color: #d0d1d9;
}

.single-product-img img {
  width: 300px;
  margin: auto;
  margin-bottom: 30px;
}

.pro-choice i {
  line-height: 31px;
  color: #74788d;
}

.ml-2 {
  margin-left: 5px;
}

.product-desc--meta p i {
  font-size: 10px;
  color: #fe710d;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.single-product-meta .product-title {
  margin-top: 15px;
}

.product-price {
  font-size: 18px;
  color: #445990;
  margin-bottom: 0;
}

.single-product-desc .nav-tabs .nav-link {
  background-color: rgb(232, 236, 252) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px;
  margin-bottom: 5px;
  color: #445990;
}

.rating-info-meta h6 {
  color: #445990;
  font-size: 14px;
  font-weight: 600;
}

.single-product-desc .nav-tabs .nav-link.active {
  color: #fe710d;
}

.rev-clint-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  margin-right: 15px;
}

.rev-clint-img img {
  border-radius: 50%;
}

.product-review-link {
  padding: 0;
}

.product-review-link li a {
  color: #445990;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.date-cu {
  margin-bottom: 0;
  color: #445990;
}

.product-review-link li a:hover {
  color: #fe710d;
}

/* Chat Box Css  */

.chat-application .chats .chat-body .chat-content {
  text-align: right;
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  padding: 8px 12px;
  margin: 0 20px 10px 0;
  clear: both;
  color: #6b6f80;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px 0 rgba(62, 57, 107, 0.03);
  box-shadow: 0 5px 6px 0 rgba(62, 57, 107, 0.03);
  border-radius: 7px;
}

.chat-application .chats .chat-body .chat-content::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
}

.chat-application .chats .chat-left .chat-avatar {
  float: left;
}

.chat-application .chat-avatar .avatar img {
  width: 40px;
  border-radius: 50%;
}

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
}

.chat-form {
  height: 42px;
  font-size: 13px;
  border-radius: 10px !important;
}

.chat-btn {
  height: 42px;
  margin-left: 10px;
  border-radius: 0.75rem;
}

.chat-app-input {
  background-color: rgb(232, 236, 252) !important;
  padding: 10px 0;
  border-radius: 0.75rem;
  display: block;
}

.chat-application .chats .chat-body {
  display: block;
  margin: 14px 30px 0 0;
  overflow: hidden;
}

.chat-application .chats .chat-left .chat-content {
  text-align: left;
  float: left;
  margin: 0 0 15px 20px;
  color: #6b6f80;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 8px 0 rgba(62, 57, 107, 0.03);
  box-shadow: 0 7px 8px 0 rgba(62, 57, 107, 0.03);
}

.chat-application .chats .chat-left .chat-content::before {
  right: auto;
  left: -10px;
  border-right-color: #ffffff;
  border-left-color: transparent;
}

.chat-application .chats .chat-body .chat-content::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
}

.chat-application .chats .chat-left .chat-content::before {
  right: auto;
  left: -10px;
  border-right-color: #ffffff;
  border-left-color: transparent;
}

.chat-avatar {
  float: left;
}

.middle-box .form-control {
  height: 46px;
  border-radius: 3px;
}

.chat-application .chats .chat-left .chat-body {
  margin-right: 0;
  margin-left: 30px;
}

.chat-application .chats .chat-avatar {
  float: right;
}

.chat-application .chats .chat-left .chat-content {
  text-align: left;
  color: #001737;
}

.chat-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6b6f80;
}

.introjs-button {
  border: none;
  color: #fe710d;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 32px;
  padding: 0;
  width: 70px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(6, 81, 221, 0.1);
  border-radius: 30px;
  padding: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-shadow: none;
}

.nav-link:focus,
.nav-link:hover {
  color: #fe710d;
}

.introjs-prevbutton {
  float: left;
  outline: 0;
  font-weight: 500;
  cursor: pointer;
}

.introjs-button:focus,
.introjs-button:hover {
  outline: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fe710d;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-shadow: none;
}

.introjs-disabled:focus,
.introjs-disabled:hover {
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  color: #fe710d;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
}

.introjs-tooltip-header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.introjs-skipbutton {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 1rem;
  top: 0;
  right: 0;
  color: #fe710d;
  border: 0;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.375rem;
}

.introjs-skipbutton:hover,
.introjs-skipbutton:focus {
  background-color: #ea0c0c;
  color: #ffffff;
}

.introjs-tooltip-title {
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  min-height: 1px;
  height: 2rem;
  line-height: 1.75rem !important;
}

.introjs-tooltip {
  padding: 0.75rem;
}

.introjs-tooltiptext {
  margin-top: 1rem;
  padding: 0 !important;
  text-align: center;
  font-size: 1rem;
  color: #001737;
}

.introjs-bullets ul li a {
  background: rgba(6, 81, 221, 0.3);
}

.introjs-bullets ul li a.active {
  background: #fe710d;
}

.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  background: #fe710d;
}

.introjs-tooltip-title {
  font-size: 14px;
}

.introjs-button:hover {
  font-weight: 500;
  background: #fe710d;
  color: #fff;
}

.dash-banner-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.dash-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
}

.h-6 {
  height: 4px;
}

.dash-banner-text h2 {
  text-transform: capitalize;
}

.dash-banner-img {
  background-image: url(img/bg-img/banner-2.png);
  width: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.dash-banner {
  position: relative;
}

.dash-image {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 280px;
}

.page-title-box h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.card-breadcrumb {
  padding: 20px;
  background-color: #fff;
  border-radius: 0.75rem;
}

li.breadcrumb-item a {
  font-weight: 500;
  font-size: 13px;
  color: #fe710d;
}

.breadcrumb-item.active {
  font-size: 13px;
}

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentcolor;
}

.me-2 {
  margin-right: 5px;
}

.scrollspy-example {
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

.scrollspy-example-2 {
  height: 350px;
  overflow: auto;
}

.simple-list-example-scrollspy .active {
  background-color: rgba(6, 81, 221, 0.15);
}

.page-link {
  color: #001737;
  font-size: 14px;
}

.fileamanger-search {
  position: relative;
}

.dashboard-dropdown .btn-check:checked + .btn,
.dashboard-dropdown .btn.active,
.dashboard-dropdown .btn.show,
.dashboard-dropdown .btn:first-child:active,
.dashboard-dropdown :not(.btn-check) + .btn:active {
  border-color: transparent;
}

.filemanager-header-btn a {
  margin-right: 15px;
}

.single-card-manager {
  border: 1px solid #e2e8f0;
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
}

.file-icon i {
  font-size: 26px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  line-height: 58px;
  text-align: center;
  border: 1px solid #ebebeb;
  color: #fe710d;
}

.form-control.filemanager {
  border-color: #fe710d;
  position: relative;
}

.filemanager-search {
  position: relative;
}

.subnmit-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  right: 15px;
  font-size: 18px;
  color: #74788d;
}

.filemanager-search {
  margin-bottom: 20px;
}

.filemanager-header-btn {
  margin-bottom: 20px;
}

.progress.file-manager {
  height: 5px;
}

.file-manager-progressbar span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.storage-icon i {
  font-size: 20px;
}

.storage-icon {
  margin-right: 15px;
}

.storage-info p {
  margin-bottom: 2px;
  color: #001737;
  line-height: 1.2;
}

.storage-info span {
  color: #74788d;
  font-size: 13px;
}

.storage-list {
  border: 1px solid #e2e8f0;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
}

.storage-list:last-child {
  margin-bottom: 0;
}

.single-task {
  cursor: all-scroll;
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.borad-img img {
  border-radius: 10px;
}

.board-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 20px;
}

.board-badge a {
  color: #fe710d;
  font-weight: 500;
  background-color: rgba(6, 81, 221, 0.15);
  padding: 5px 18px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
}

/* Account Css */
.account-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}

.account-img img {
  border-radius: 50%;
}

.card-header-cu {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #ebebeb;
  border-radius: 12px 12px 0 0;
}

.card-header h6 {
  line-height: 1;
  margin-bottom: 0;
}

.account-tab .nav-link {
  color: #001737;
  background-color: #fafbfe;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

.account-tab .nav-link.active {
  background-color: #fe710d;
  border-color: #fe710d;
}

.primary-btn {
  background-color: #fe710d;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 7px 20px;
  display: inline-block;
  text-transform: capitalize;
  border: none;
}

.primary-btn:hover {
  background-color: #2067ec;
  color: #fff;
}

.form-switch .form-check-input {
  width: 2.5em;
  height: 18px;
  cursor: pointer;
}

.form-check-input:focus {
  border-color: #2067ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.svg-icon-xl > svg {
  width: 3.25rem;
  height: 3.25rem;
}

.invoice-list-account {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-plan-text h4 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  padding: 15px 40px;
  border: 1px solid #e2e8f0;
  border-radius: 50px !important;
  margin-top: 15px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.account-member-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  margin-right: 20px;
}

.account-member-img img {
  border-radius: 50%;
}

.border-bottom {
  border-color: #ebebeb;
}

.form-select.account {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
  cursor: pointer;
  font-size: 14px;
}

.form-select:focus {
  border-color: #2067ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.account-members-list {
  border: 2px dashed #ebebeb !important;
  padding: 15px 25px;
  border-radius: 0.75rem !important;
  margin-bottom: 20px;
}

.account-members-list:last-child {
  margin-bottom: 0;
}

/* :: Inbox CSS */

.email-content-area .mail-sidebar {
  border-right: 1px solid #ced4da;
}

.email-content-area .mail-sidebar .menu-bar {
  width: 100%;
  float: right;
  height: 100%;
  min-height: 100%;
}

.email-content-area .mail-sidebar .menu-bar .menu-items {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  list-style-type: none;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li {
  padding: 6px 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li:hover {
  background: #eef0f7;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li a {
  color: #495057;
  font-size: 14px;
  font-weight: 600;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li a i {
  color: #fe710d;
  margin-right: 5px;
  font-weight: 600;
}

.email-content-area .mail-sidebar .menu-bar .menu-items li.active {
  background: #eef0f7;
}

.email-content-area
  .mail-sidebar
  .menu-bar
  .mail-profile-list
  .mail-profile-list-item {
  margin-bottom: 20px;
}

.email-content-area
  .mail-sidebar
  .menu-bar
  .mail-profile-list
  .mail-profile-list-item
  .mail-client
  .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

.email-content-area
  .mail-sidebar
  .menu-bar
  .mail-profile-list
  .mail-profile-list-item
  .mail-client
  .thumb
  img {
  border-radius: 50%;
}

.email-content-area
  .mail-sidebar
  .menu-bar
  .mail-profile-list
  .mail-profile-list-item
  .mail-client
  .user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
  margin-left: 15px;
}

.email-content-area .mail-list-area .mail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ced4da;
}

.email-content-area .mail-list-area .mail-list .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 65%;
  max-width: 65%;
}

.email-content-area .mail-list-area .mail-list .content .sender-name {
  font-size: 15px;
  color: #161537;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
}

.email-content-area .mail-list-area .mail-list .content .message_text {
  font-size: 13px;
  margin-bottom: 0;
}

.email-content-area .mail-list-area .mail-list .time {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.email-content-area .mail-list-area .mail-list .time p {
  font-size: 12px;
}

.email-content-area .mail-list-area .mail-list .custom-control.custom-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
}

.widgets-todo-list-area
  .todo-list
  li
  [type="checkbox"]:checked
  + span:not(.lever)::before {
  border-right: 2px solid #fe710d;
  border-bottom: 2px solid #fe710d;
}

.widgets-todo-list-area [type="checkbox"]:checked + span:not(.lever)::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fe710d;
  border-bottom: 2px solid #fe710d;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.single-widget-area .profit-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  max-width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
  background-color: #fe710d;
  border-radius: 50%;
}

.widget-slider-content-inbox {
  border: 2px solid #fe710d;
}

.widget-slider-content-inbox .icon {
  color: #fe710d;
}

.widget-slider-area:hover {
  cursor: crosshair;
}

.media-support-info p {
  font-size: 12px;
}

/* :: Inbox - 2 CSS */
.form-control.inbox- {
  margin-bottom: 0;
  padding: 8px;
}

.mail-ontact {
  padding: 5px !important;
}

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.space-25 {
  margin: 25px 0;
  display: block;
}

.folder-list li a,
.category-list li a {
  color: #74788d;
  display: block;
  font-size: 14px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 500;
  margin-bottom: 15px;
}

ul.category-list {
  padding-left: 0;
}

.folder-list {
  margin-bottom: 25px;
  margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .folder-list li a,
  .category-list li a {
    font-size: 13px;
  }
}

.folder-list li a i,
.category-list li a i {
  margin-right: 4px;
  position: relative;
  top: 2px;
  font-size: 16px;
}

.folder-list li a:hover,
.category-list li a:hover {
  color: #fe710d;
}

.folder-list li a .badge,
.category-list li a .badge {
  font-size: 10px;
  padding: 5px 10px;
  background-color: #fe710d;
}

.folder-list li:last-child a,
.category-list li:last-child a {
  margin-bottom: 0;
}

.folder-list li.active a,
.category-list li.active a {
  color: #fe710d;
}

ul.folder-list {
  padding-left: 0;
}

.mail-subject a {
  font-size: 13px;
  color: #74788d;
  font-weight: 500;
}

.mail-ontact a {
  color: #74788d;
  font-size: 13px;
  font-weight: 500;
}

.inbox-title h2 {
  font-size: 20px;
}

.inbox-title h2 span {
  font-size: 16px;
  color: #fe710d;
}

.label-danger {
  background-color: #fa5c7c;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.label-warning {
  background-color: #fdb901;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.label-info {
  background-color: #0acf97;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.label-primary {
  background-color: #fe710d;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 10px;
}

.mail- {
  border-top: 1px solid #ced4da;
  padding: 20px;
  background-color: #ffffff;
}

.message-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.mail-tools.tooltip-demo h3 {
  font-size: 13px;
  color: #74788d;
  font-weight: 400;
}

.mail-add-title {
  font-size: 12px;
  color: #888da8;
  font-weight: 400;
  margin-bottom: 0;
}

.mail- p {
  font-size: 13px;
}

.mail-attachment {
  background-color: #ffffff;
  border-top: 1px solid #ced4da;
  padding: 20px 0;
}

.file-box {
  float: left;
  width: 220px;
}

.file {
  border: 1px solid #ced4da;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.file .icon {
  padding: 37px 10px;
  text-align: center;
}

.file .icon i {
  font-size: 70px;
  color: #eef5f9;
}

.file .file-name {
  padding: 10px;
  background-color: #eef5f9;
  border-top: 1px solid #ced4da;
}

.file .file-name .h6 {
  font-size: 12px;
  color: #74788d;
  margin-bottom: 0;
}

.mail-attachment p {
  font-size: 14px;
}

.summernote {
  padding: 20px;
}

.shop-img-pro {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  margin-right: 15px;
}

.summernote p {
  font-size: 12px;
}

.text-end {
  text-align: right !important;
}

.table {
  --ct-table-color-type: initial;
  --ct-table-bg-type: initial;
  --ct-table-color-state: initial;
  --ct-table-bg-state: initial;
  --ct-table-color: #ebebeb;
  --ct-table-bg: transparent;
  --ct-table-border-color: var(--ct-border-color);
  --ct-table-accent-bg: transparent;
  --ct-table-striped-color: var(--ct-body-color);
  --ct-table-striped-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  --ct-table-active-color: var(--ct-body-color);
  --ct-table-active-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  --ct-table-hover-color: var(--ct-body-color);
  --ct-table-hover-bg: rgba(var(--ct-tertiary-bg-rgb), 1);
  width: 100%;
  margin-bottom: 1.5rem;
  vertical-align: top;
  border-color: #ebebeb;
}

.mail-box-header h2 {
  font-size: 20px;
}

.label.label-warning.inbox,
.label.label-info.inbox,
.label.label-danger.inbox,
.label.label-warning.inbox {
  padding: 1px 7px;
  font-size: 11px;
  border-radius: 3px;
}

.unread td {
  padding-right: 0;
}

.mail-btn-group a {
  margin-right: 10px;
}

.mail-btn-group .dashboard-dropdown .btn {
  font-size: 20px;
}

.search-wrapper {
  position: relative;
  z-index: 1;
}

.search-wrapper form button {
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 9999999;
}

.mail-body p {
  font-weight: 300;
}

.mail-pager span {
  color: #74788d;
  font-size: 14px;
  margin-right: 15px;
}

.admi-mail-item {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: 1px solid #e2e8f0;
}

.admi-mail-item:last-child {
  margin-bottom: 0;
}

.mail-btn-group a {
  color: #74788d;
  height: 35px;
  width: 35px;
  border: 1px solid #e2e8f0;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
}

.mail-pager a i {
  font-size: 18px;
}

.text-muted {
  color: #74788d !important;
}

input#checkbox-2 {
  cursor: pointer;
}

.admi-mail-item:hover {
  background-color: #f6f8f9;
  -webkit-box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.1);
  box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.1);
}

.admi-mail-star {
  font-size: 18px;
  color: #fdb901;
}

.admi-mail-subject span {
  font-size: 13px;
  color: #70737c;
}

.admi-mail-date {
  font-size: 14px;
  color: #495057;
  margin-left: auto;
}

.mail-icon i {
  font-size: 17px;
  color: #7081b9;
  margin-left: 15px;
  margin-right: 20px;
}

.mail-title {
  font-size: 14px;
}

.admi-mail-from p {
  font-size: 14px;
  font-weight: 500;
  color: #001737;
  margin-bottom: 0;
  line-height: 1;
}

.admi-mail-from span {
  color: #7f838b;
  font-size: 12px;
}

.mail-subject--text-- {
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
}

.mail-subject--text-- span {
  font-weight: 400;
  color: #74788d;
}

.mail-attach-file {
  margin-top: 8px;
}

.mail-attach-file span {
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  padding: 5px 12px;
  font-size: 12px;
  color: #74788d;
  font-weight: 400;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.mail-attach-file span:hover {
  border: 1px solid #fe710d;
  color: #fe710d;
}

.btn-primary {
  background-color: #fe710d !important;
  border-color: #fe710d;
}

.form-control.inbox-mail {
  width: 300px;
  padding: 0 20px;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .form-control.inbox-mail {
    width: 200px;
  }
}

.form-control.inbox-mail:focus {
  border-color: #fe710d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-results {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 999;
}

.search-results i {
  line-height: 0.7;
}

.mail-tools.tooltip-demo {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inbox-area .row .col-xl-3,
  .email-view-email--area .row .col-xl-3,
  .compose-email--area .row .col-xl-3 {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
  }

  .inbox-area .row .col-xl-3 .ibox,
  .email-view-email--area .row .col-xl-3 .ibox,
  .compose-email--area .row .col-xl-3 .ibox {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inbox-area .row .col-xl-3,
  .email-view-email--area .row .col-xl-3,
  .compose-email--area .row .col-xl-3 {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
  }

  .inbox-area .row .col-xl-3 .ibox,
  .email-view-email--area .row .col-xl-3 .ibox,
  .compose-email--area .row .col-xl-3 .ibox {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .inbox-area .row .col-xl-3,
  .email-view-email--area .row .col-xl-3,
  .compose-email--area .row .col-xl-3 {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
  }

  .inbox-area .row .col-xl-3 .ibox,
  .email-view-email--area .row .col-xl-3 .ibox,
  .compose-email--area .row .col-xl-3 .ibox {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .compose-email--area input[type="file"] {
    width: 200px !important;
  }
}

.note-popover.popover {
  max-width: none;
  display: none;
}

.bullet.bullet-sm {
  width: 10px;
  height: 10px;
}

.bullet.bullet-success {
  background-color: #39da8a;
}

.compose-add-icon {
  font-size: 20px;
  color: #70737c;
  margin-right: 8px;
}

/* :: Email View CSS */
@media only screen and (max-width: 767px) {
  .mail-windoe-body-area {
    margin-top: 100px;
  }
}

.mail-windoe-body-area .mail-window-header {
  border-bottom: 1px solid #ced4da;
  padding: 0 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .mail-windoe-body-area .mail-window-header {
    border-bottom: none;
  }
}

.mail-windoe-body-area .mail-window-header a {
  font-size: 16px;
  margin-right: 2px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  background-color: #fe710d;
  padding: 4px 15px;
}

.mail-windoe-body-area .mail-window-header a:hover {
  color: #ffffff;
}

.mail-windoe-body-area .mail-window-text-content p {
  font-size: 14px;
}

.ck-editor__editable {
  min-height: 240px !important;
}

.modal-title {
  font-size: 15px;
}

.modal-header.email {
  background-color: #f1f2f4;
}

.mail-windoe-body-area
  .mail-window-text-content
  .mail-avatra
  .mail-avatar-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.mail-windoe-body-area
  .mail-window-text-content
  .mail-avatra
  .mail-avatar-thumb
  img {
  border-radius: 50%;
}

.mail-windoe-body-area .avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fe710d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.mail-windoe-body-area .avatar-sm {
  height: 3rem;
  width: 3rem;
}

.bg-primary-lighten {
  background-color: rgba(114, 124, 245, 0.25) !important;
}

.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  border-bottom: 1px solid #ced4da;
}

.note-editor.note-frame {
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.dropdown-menu.note-check.dropdown-fontname li a {
  color: #000;
  font-size: 12px;
  padding: 0 5px;
}

/* Chat Box Css */

.chat-box-left {
  border-radius: 16px;
  padding: 15px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
}

.round-50 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -1px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.bg-success {
  background-color: #22b783 !important;
}

.chat-user-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 15px;
  position: relative;
}

.chat-user-info h6 {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.1;
}

.chat-user-info p {
  font-size: 12px;
  margin-bottom: 0;
}

.chat-user-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.chat-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
}

.chat-time span {
  font-size: 12px;
  color: #222;
}

.chat-box-left .nav-pills {
  background-color: #f1f2f7;
  padding: 10px 5px;
  border-radius: 3px;
}

.chat-box-left .nav-pills .nav-item .nav-link {
  border-radius: 0.5rem;
  padding: 6px 20px;
  margin: 5px;
}

.chat-search {
  position: relative;
}

.chat-search .form-control {
  position: relative;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chat-body-left {
  margin-top: 30px;
}

.single-chat-list a {
  padding: 1rem 0.75rem;
  border-radius: 3px;
  border: 1px solid #e2e8f0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 8px;
}

.single-chat-list a:hover {
  background-color: #dfe1ed;
}

.chat-features a {
  color: #74788d;
  font-size: 18px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.chat-features a:hover {
  color: #fe710d;
}

.single-chat-user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 20px;
}

.chat-box-left .nav-pills .nav-item .nav-link.active {
  -webkit-box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.08);
  box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.08);
  color: #fe710d;
  background-color: #fff;
}

.chat-box-left .nav-tabs .nav-link {
  color: #001737;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  font-weight: 500;
  border-color: #ebebeb;
}

.chat-box-left .nav-tabs {
  border: none;
}

.chat-box-left .nav-pills {
  background-color: #f8f8fc;
}

.chat-media-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 20px;
  position: relative;
}

.chat-media-left img {
  position: relative;
}

.chat-main-user h6 {
  font-size: 15px;
}

.chat-main-user p {
  font-size: 12px;
}

.chat-box-left .nav-pills .nav-link {
  color: #303e67;
}

.chat-box-left .nav-pills .nav-link {
  border-radius: 30px;
}

.chat-box-left .nav-pills .nav-link.active {
  color: #fff;
  background: #1761fd;
}

.chat-box-left .chat-list {
  height: 610px !important;
}

.chat-box-left .chat-list .media + .media {
  border: 1px solid #f5f5f9;
  margin-bottom: 5px;
  border-radius: 5px;
}

.chat-box-left .chat-list .media {
  padding: 15px;
  position: relative;
}

.chat-box-left .chat-list .media:hover,
.chat-box-left .chat-list .media:focus {
  background-color: rgba(245, 245, 249, 0.5);
}

.chat-box-left .chat-list .media.new-message {
  border: 1px solid #eaf0f9;
  background-color: #f5f5f9;
  margin-bottom: 5px;
  border-radius: 5px;
}

.chat-box-left .chat-list .media .media-left {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chat-box-left .chat-list .media .media-left .round-10 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -1px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.chat-box-left .chat-list .media .media-body {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat-box-left .chat-list .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 0px;
}

.chat-box-left .chat-list .media .media-body p {
  margin-bottom: 0;
  color: #303e67;
  font-size: 12px;
}

.chat-box-left .chat-list .media .media-body > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 50px;
  text-align: right;
}

.chat-box-left
  .chat-list
  .media
  .media-body
  > div:last-child
  span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #22b783;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  margin-top: 8px;
}

.chat-box-left .chat-list .media .media-body span {
  font-size: 12px;
  color: #303e67;
  display: block;
}

.chat-box-right {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  position: relative;
}

.text-end {
  text-align: right;
}

.chat-box-right .chat-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 16px;
}

.chat-box-right .chat-header .media .media-body {
  margin-left: 8px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chat-box-right .chat-header .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 5px;
}

.chat-box-right .chat-header .media .media-body p {
  margin-bottom: 0;
  color: #8997bd;
  font-size: 12px;
}

.chat-box-right .chat-header .chat-features {
  position: relative;
  top: -34px;
  float: right;
}

.chat-box-right .chat-body {
  padding: 16px;
}

.chat-box-right .chat-body .chat-detail .media .media-img {
  z-index: 5;
}

.chat-box-right .chat-body .chat-detail .media .media-body {
  margin-left: 20px;
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg {
  max-width: 80%;
}

.chat-msg p {
  margin-bottom: 5px;
  line-height: 1.4;
  background-color: #f8f5ff;
  padding: 10px;
  border-radius: 0.5rem;
  font-size: 14px;
  color: #333;
}

.chat-msg.two p {
  background-color: #e9f3ff;
}

.chat-media-body {
  width: 100%;
}

.single-chat-media-body {
  position: relative;
}

.single-chat-media-body .chat-msg {
  position: relative;
}

.chat-body-time {
  color: #555;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
}

.single-chat-details-list.reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}

.chat-box-right
  .chat-body
  .chat-detail
  .media
  .media-body
  .chat-msg:first-child
  p {
  padding-left: 44px;
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg p {
  padding: 7px 16px;
  background-color: rgba(23, 97, 253, 0.01);
  border: 1px solid #eaeaf7;
  color: #303e67;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px;
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse {
  margin-right: 20px;
  margin-left: 0;
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
  max-width: 80%;
  margin-bottom: 5px;
  margin-right: -56px;
}

.chat-box-right
  .chat-body
  .chat-detail
  .media
  .media-body.reverse
  .chat-msg:first-child
  p {
  padding-right: 44px;
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg p {
  padding: 7px 16px;
  background-color: rgba(23, 97, 253, 0.01);
  border: 1px solid #eaeaf7;
  color: #303e67;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px;
}

.chat-box-right .chat-footer {
  border-top: 1px solid #dfe6ef;
  background-color: #fff;
  padding: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.chat-box-right .chat-footer .media .media-body {
  margin-left: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chat-box-right .chat-footer .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 5px;
}

.chat-box-right .chat-footer .media .media-body p {
  margin-bottom: 0;
  color: #303e67;
  font-size: 12px;
}

.chat-box-right .chat-footer input.form-control {
  border: none;
}

.chat-box-right .chat-footer .chat-admin {
  position: absolute;
  top: -24px;
  border: 2px solid #dfe6ef;
  border-radius: 50%;
}

.chat-field {
  height: 70px;
  border-radius: 5px;
  font-size: 13px;
}

/* Calendar Css */
.fc-daygrid-dot-event {
  color: #fff !important;
  font-weight: 400 !important;
  font-weight: 14px;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: 400;
}

.fc-h-event {
  border: none;
  padding: 7px 5px;
  font-weight: 400;
  font-weight: 14px;
}

.fc-daygrid-dot-event {
  padding: 7px 5px;
}

.fc-daygrid-event-dot {
  border-color: #fff !important;
  color: #fff !important;
}

.modal-header.calendar {
  background-color: #f1f2f7;
}

.fc td,
.fc th {
  border: 1px solid #ebebeb;
}

.fc .fc-col-header-cell {
  background-color: #f5f6f8;
}

.external-event.fc-event {
  margin-bottom: 10px;
  cursor: pointer;
}

.fc .fc-toolbar .btn {
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 12px;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
}

.select2-selection--multiple {
  border: 1px solid #ebebeb !important;
  padding: 4px 10px !important;
}

.input-group-text {
  height: 100%;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-results__group {
  font-weight: 500;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f2f1f7;
  border: 1px solid #ebebeb;
}

.input-group.bootstrap-touchspin .btn {
  position: relative;
  z-index: 2;
  height: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.upload-icon i {
  font-size: 48px;
  color: #fe710d;
}

.dropzone .dz-message {
  margin: 0;
  margin-top: 15px;
}

.upload-message p {
  font-size: 18px;
  text-transform: capitalize;
}

.upload-message-area {
  padding: 60px 0;
  border: 2px dashed #ccc;
  border-radius: 5px;
}

/* Form Wizard Css Area */

.wizard-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.wizard-nav .wizard-list-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.wizard-nav .wizard-list-item .list-item {
  width: 100%;
  font-size: 14px;
  position: relative;
}

.wizard-nav .step-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 2px solid rgba(6, 81, 221, 0.15);
  color: #fe710d;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 24px;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

@media (max-width: 575.98px) {
  .wizard-nav .step-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.wizard-nav .step-title {
  margin-left: 6px;
}

.wizard-nav .wizard-list-item:last-child .list-item::after {
  display: none;
}

.wizard-nav .wizard-list-item .list-item.done .step-icon {
  background-color: #fe710d;
  color: #fff;
}

.wizard-nav .wizard-list-item .list-item.done .uil:before {
  content: "\e9c3";
}

.wizard-nav .list-item {
  font-size: 14px;
  position: relative;
}

@media (max-width: 575.98px) {
  .wizard-nav .list-item {
    padding: 0.5rem;
  }
}

.wizard-nav .list-item::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: rgba(6, 81, 221, 0.2);
  left: 62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .wizard-nav .list-item::after {
    display: none;
  }
}

.wizard-nav .list-item.active {
  color: #495057;
  background-color: transparent;
}

.wizard-nav .list-item.active .step-icon {
  background-color: #fe710d;
  color: #fff;
  border-color: rgba(6, 81, 221, 0.15);
}

.wizard-form-tab {
  display: none;
}

.form-select {
  font-size: 14px;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #e2e8f0;
}

.wizard-form-tab .form-control {
  height: 48px;
}

.wizard-form-tab .form-select {
  height: 48px;
}

/* Data Table Css */
div#datatable_length {
  margin-bottom: 20px;
}

div#datatable_filter {
  margin-bottom: 20px;
}

.data-table-area thead {
  background-color: #f1f3f7;
}

.data-table-area tbody,
.data-table-area td,
.data-table-area tfoot,
.data-table-area th,
.data-table-area thead,
.data-table-area tr {
  border-style: solid;
}

.data-table-area .page-link {
  margin: 0 7px;
  border-radius: 3px;
}

button.dt-button {
  border: none;
  background-color: rgba(6, 81, 221, 0.1);
  color: #fe710d;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 500;
}

.dt-buttons {
  margin-bottom: 20px;
}

div#datatable-buttons_filter {
  margin-bottom: 20px;
}

div#selection-datatable_length {
  margin-bottom: 20px;
}

div#selection-datatable_filter {
  margin-bottom: 20px;
}

/* Basic Table Css Area */

.chat-img-2 {
  width: 35px;
  border-radius: 50%;
}

.h-5 {
  height: 5px;
}

.table td,
.table th {
  vertical-align: middle;
}

.bg-gray-cu {
  background-color: #f1f3f7;
}

.font-19 {
  font-size: 19px;
}

.me-2 {
  margin-right: 10px;
}

/* Timeline Css Area */

.timeline-area {
  position: relative;
}

.timeline-area:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 30px;
  left: 0;
  bottom: 0;
  background-color: #001737;
}

.timeline-area .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-area .timeline-block {
  width: 100%;
}

.timeline-area .time-show-btn {
  margin-bottom: 30px;
}

.timeline-area .timeline-box {
  margin: 20px 0;
  position: relative;
  margin-left: 45px;
}

.timeline-area .timeline-date {
  display: inline-block;
  padding: 4px 16px 4px 8px;
  background-color: #fe710d;
  color: #fff;
  position: relative;
  left: -20px;
}

.timeline-area .timeline-date::before {
  content: "";
  position: absolute;
  top: 7px;
  height: 0;
  width: 0;
  right: 100%;
  border: 7px solid transparent;
  border-right: 7px solid #fe710d;
}

.timeline-area .timeline-date .circle-dot {
  margin-right: 8px;
}

.timeline-area .timeline-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: block;
  border: 9px solid #fe710d;
  left: -55px;
  text-align: center;
  top: 23px;
  z-index: 9;
}

.timeline-area .timeline-icon:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 23px;
  background-color: #001737;
  left: 15px;
  top: 1px;
}

.timeline-area .timeline-album {
  margin-top: 16px;
}

.timeline-area .timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

.timeline-area .timeline-album img {
  height: 40px;
  width: auto;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .timeline-area .timeline-block {
    width: 50%;
  }

  .timeline-area:before {
    left: 50%;
  }

  .timeline-area .time-show-btn {
    position: relative;
    left: 50%;
    text-align: center;
  }

  .timeline-item::before {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item.timeline-left {
    text-align: right;
  }

  .timeline-item.timeline-left::after {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item.timeline-left::before {
    display: none;
  }

  .timeline-item.timeline-left .timeline-box {
    margin-left: 0;
    margin-right: 45px;
  }

  .timeline-item.timeline-left .timeline-date {
    padding: 4px 8px 4px 16px;
    left: auto;
    right: -20px;
    position: relative;
  }

  .timeline-item.timeline-left .timeline-date::before {
    content: "";
    position: absolute;
    top: 8px;
    height: 0;
    width: 0;
    left: 100%;
    border: 7px solid transparent;
    border-left: 7px solid #fe710d;
  }

  .timeline-item.timeline-left .timeline-date .circle-dot {
    float: right;
    margin-right: 0;
    margin-left: 8px;
  }

  .timeline-item.timeline-left .timeline-icon {
    left: auto;
    right: -58px;
    top: 22px;
  }

  .timeline-item.timeline-left .timeline-icon::before {
    left: auto;
    right: 17px;
    top: 2px;
  }
}

.left-timeline::before {
  left: 3px;
}

.left-timeline .timeline-item::before {
  display: none;
}

.left-timeline .timeline-block {
  width: 100%;
}

.left-timeline .timeline-icon {
  left: -45px;
}

/* Contact area Css */
.single-contact-area img {
  border-radius: 50%;
  width: 100px;
  margin: auto;
}

.side-icon a {
  color: #74788d;
  background-color: #fff;
  margin: 0 5px;
  font-size: 15px;
  height: 35px;
  width: 35px;
  display: inline-block;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.side-icon a i {
  line-height: 33px;
}

.side-icon a:hover {
  background-color: #fe710d;
  color: #fff;
  border-color: #fe710d;
}

/* Accordion Css */
.accordion-item {
  background-color: transparent;
  border: 1px solid #ebebeb;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-body {
  color: #74788d;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* eCommerce Css Area */
.product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  width: 65px;
  border-radius: 5px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
}

.cart-area .table td,
.cart-area.table th {
  border-right: none;
}

.cart-area .table td:last-child,
.cart-area.table th:last-child {
  border-right: 1px solid #ebebeb;
}

.action-icon {
  font-size: 22px;
  color: #74788d;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.action-icon:hover {
  color: #fe710d;
}

.w-90-cu {
  width: 90px;
}

.text-right-cu {
  text-align: right;
}

.nice-select {
  border: 1px solid #e2e8f0;
  line-height: 38px;
  font-size: 14px;
}

.select-pro-desc .nice-select {
  line-height: 38px;
  border: 2px dashed #ebebeb;
}

.nice-select:after {
  height: 7px;
  width: 7px;
}

.nice-select.open .list {
  width: 100%;
}

.form-select {
  --bs-form-select-bg-img: none;
}

label {
  margin-bottom: 5px;
}

.font-17 {
  font-size: 17px;
}

.custom-control-label,
.custom-control-input {
  cursor: pointer;
}

.payment-option .custom-control-input {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.payment-option {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e2e8f0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  border-radius: 0.5rem;
}

.checkout-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  margin-right: 10px;
}

.single-cart-product {
  margin-bottom: 15px;
  border: 1px solid #e2e8f0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  border-radius: 5px;
}

.total-price {
  border: 1px solid #e2e8f0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  border-radius: 5px;
  padding: 15px;
}

.btn-primary.checkout {
  height: 100%;
  margin-left: 15px;
}

/* Form Area Css */

.datepicker td,
.datepicker th {
  width: 35px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
}

/* Authentication Css Area */

.h-100vh {
  height: 100vh;
}

.border-cu {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
}

/* Profile Area Css */

.single-profile-image {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 12px;
}

.single-profile-image img {
  border-radius: 50%;
}

.profile-tag-area a {
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border: 1px solid #e2e8f0;
  padding: 5px 10px;
  border-radius: 3rem;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

.profile-user-header {
  padding: 15px;
}

.profile-user-header p {
  font-size: 13px;
}

.follow--btn-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-data {
  padding: 0;
}

.modal-content {
  border: 0;
}

.main-profile-meta h6 {
  margin-bottom: 0px;
}

.main-profile-cover {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 3px solid #fff;
}

.main-profile-info {
  z-index: 10;
  position: relative;
}

.activity-checkout {
  list-style: none;
}

.activity-checkout .checkout-icon {
  position: absolute;
  top: -4px;
  left: -24px;
}

.activity-checkout .checkout-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 35px;
  border-left: 2px solid #f5f6f8;
}

.activity-checkout .checkout-item {
  border-color: rgba(59, 117, 225, 0.3);
}

.activity-checkout .checkout-item:first-child:after {
  background-color: #3b76e1;
}

.activity-checkout .checkout-item:last-child {
  border-color: transparent;
}

.activity-checkout .checkout-item.crypto-activity {
  margin-left: 50px;
}

.activity-checkout .checkout-item .crypto-date {
  position: absolute;
  top: 3px;
  left: -65px;
}

.profile-body-tabs {
  border-bottom: none;
}

.profile-body-tabs .nav-link {
  border: 1px solid #e2e8f0;
  margin-right: 10px;
  border-radius: 8px;
  color: #636973;
}

.nav-tabs.profile-body-tabs .nav-item.show .nav-link,
.nav-tabs.profile-body-tabs .nav-link.active {
  color: #fff;
  background-color: #fe710d;
  border-color: #fe710d;
}

.profile-body-header {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pro-avatar-title {
  background-color: #fe710d;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
}

.pro-avatar-title i {
  line-height: 40px;
}

.profile-item-list {
  border: 1px solid #e2e8f0;
  padding: 15px;
  border-radius: 10px;
}

.profile-item-list h5 {
  font-size: 16px;
}

.action-btn a {
  font-size: 18px;
  color: #636973;
}

.action-btn a:hover {
  color: #3b76e1;
}

.single-project-card- {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  border: 1px solid #e2e8f0;
}

.friend-single-img {
  width: 80px;
  margin: auto;
}

.friend-single-img img {
  border-radius: 50%;
}

.card-footer {
  border-top-color: #ebebeb;
  border-radius: 0 0 15px 15px !important;
}

.profile-gallery-card {
  margin-bottom: 25px;
  display: block;
}

.profile-gallery-card img {
  border-radius: 0.5rem;
}

.list-group-item {
  padding: 1rem;
}

.source-list-card {
  background-color: #fafbfe;
  padding: 10px;
  margin-bottom: 20px;
}

.source-icon-section i {
  font-size: 22px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.04);
  margin-right: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fe710d;
}

.source-media-body p {
  font-size: 12px;
}

.user-total-per p {
  color: #222;
  font-weight: 600;
}

.user-total-per span {
  font-size: 13px;
}

.followers-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.followers-img img {
  border-radius: 50%;
}

.followers-meta h5 {
  font-size: 16px;
  margin-bottom: 1px;
}

.followers-meta p {
  margin-bottom: 0;
  font-size: 13px;
}

.followers-area {
  padding: 0;
}

.single-followers-area {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  padding: 15px;
  margin-bottom: 15px;
}

.single-followers-area:last-child {
  margin-bottom: 0;
}

.recent-post-img {
  width: 60px;
  margin-right: 12px;
}

.recent-post-img img {
  border-radius: 3px;
}

.recent-meta h5 {
  font-size: 15px;
  margin-bottom: 1px;
}

.recent-meta p {
  margin-bottom: 0;
  font-size: 13px;
}

/* Core Css */

.dd-handle {
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.single-task h5 {
  font-size: 17px;
}

.dd-handle:hover {
  color: #fe710d;
  background: #fff;
}

.lock-icon i {
  font-size: 28px;
  margin-bottom: 5px;
  color: #fe710d;
}

.log-header-area h5 {
  margin-bottom: 3px;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #fe710d;
  color: #fff;
  font-size: 1em;
}

.swal2-title {
  font-size: 22px;
}

.swal2-popup {
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(232, 236, 252);
  border: 1px solid #e2e8f0;
}

.swal2-html-container {
  font-size: 15px;
}

#session-timeout-dialog .close {
  display: none;
}

.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: var(--bs-primary);
  --bs-popover-header-bg: var(--bs-primary);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}

.card-header-cu h6 {
  margin-bottom: 0;
}

.nav-link {
  color: #001737;
}

.nice-select .list {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  -webkit-box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.1);
  box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.1);
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: rgb(232, 236, 252) !important;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  -webkit-box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.1);
  box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.1);
}

.carousel-caption h5 {
  color: #fff;
}

.carousel-caption p {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #001737;
}

.accordion-button {
  margin-bottom: 0;
  font-weight: 600;
  color: #74788d;
}

.account-members-list .nice-select {
  line-height: 17px;
}

.account .nice-select {
  line-height: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #111;
}

.dashboard-dropdown .dropdown-menu .dropdown-item {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn-sm.btn-circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
}

.btn-sm.btn-circle i {
  line-height: 28px;
}

.input-group-text {
  min-height: 100%;
}

.transaction-area .list-group-item {
  padding: 1rem 0;
}

.transaction-area h6 {
  font-size: 15px;
}

.source-list-card h6 {
  font-size: 15px;
}

.footer-content-area {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 10;
}

/* All Responsive Css */

@media only screen and (min-width: 1366px) and (max-width: 1800px) {
  .chat-content p {
    font-size: 12px;
  }

  .share-file-name h6 {
    font-size: 14px;
  }

  .active-user-info a {
    font-size: 14px;
  }

  .active-user-info p {
    font-size: 13px;
  }

  .single-product-meta .product-title {
    margin-top: 15px;
  }

  .product-price {
    font-size: 20px;
  }

  .follow--btn-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .follow--btn-area button {
    font-size: 12px;
  }

  .followers-meta h5 {
    font-size: 14px;
  }

  .followers-meta p {
    font-size: 11px;
  }

  .single-followers-area {
    padding: 15px 10px;
  }

  .follow-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .recent-meta p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .shipping-progress-details span {
    font-size: 11px;
  }

  .icon-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    line-height: 40px;
  }

  .transaction-area h6 {
    font-size: 14px;
  }

  .source-list-card h6 {
    font-size: 14px;
  }

  .user-total-per p {
    font-size: 13px;
  }

  .shipping-progress-details p {
    margin-bottom: 1px;
    font-size: 14px;
  }

  .chat-application .chats .chat-body .chat-content {
    margin: 0 10px 10px 0;
  }

  .chat-content p {
    font-size: 12px;
  }

  .active-user-info a {
    font-size: 14px;
  }

  .active-user-info p {
    font-size: 13px;
  }

  .form-control {
    font-size: 13px;
  }

  .share-file-name h6 {
    font-size: 14px;
  }

  .single-active-user {
    padding: 25px 10px;
  }

  .product-price {
    font-size: 20px;
  }

  .single-product-meta .product-title {
    margin-top: 15px;
  }

  .form-control.inbox-mail {
    width: 200px;
  }

  .mail-subject--text-- {
    margin-left: 20px;
  }

  .mail-icon i {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mail-subject--text-- {
    font-size: 12px;
  }

  .admi-mail-date {
    font-size: 12px;
  }

  .admi-mail-from p {
    font-size: 12px;
  }

  .side-icon a {
    margin: 0 2px;
    font-size: 14px;
  }

  .contact-address p {
    font-size: 13px;
  }

  .followers-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .followers-meta h5 {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .followers-meta p {
    margin-bottom: 0;
    font-size: 11px;
  }

  .followers-meta {
    margin-right: 5px;
  }

  .single-followers-area {
    padding: 15px 10px;
  }

  .recent-meta h5 {
    font-size: 13px;
  }

  .recent-meta p {
    font-size: 12px;
  }

  .single-profile-image {
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-right: 10px;
  }

  .main-profile-meta h6 {
    font-size: 14px;
  }

  .profile-user-header p {
    font-size: 12px;
  }

  .main-profile-meta span {
    font-size: 11px;
  }

  .follow--btn-area button {
    font-size: 10px;
  }

  .follow--btn-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .profile-user-header p {
    font-size: 11px;
  }

  .single-contact-area img {
    width: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .active-user-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    margin-right: 10px;
  }

  .app-search .form-control {
    width: 380px;
  }

  .single-active-user {
    padding: 25px 10px;
  }

  .active-user-info a {
    font-size: 14px;
  }

  .active-user-info p {
    font-size: 12px;
  }

  .share-file-name h6 {
    font-size: 14px;
  }

  .share-file-img img {
    width: 30px;
  }

  .dash-image {
    width: 240px;
  }

  .mail-subject--text-- {
    margin-left: 20px;
  }

  .mail-icon i {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mail-subject--text-- {
    font-size: 12px;
  }

  .admi-mail-date {
    font-size: 12px;
  }

  .admi-mail-from p {
    font-size: 12px;
  }

  .form-control.inbox-mail {
    width: 200px;
  }

  .single-profile-image {
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    margin-right: 10px;
  }

  .main-profile-meta h6 {
    font-size: 14px;
  }

  .profile-user-header p {
    font-size: 12px;
  }

  .main-profile-meta span {
    font-size: 11px;
  }

  .follow--btn-area button {
    font-size: 10px;
  }

  .follow--btn-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .profile-user-header p {
    font-size: 11px;
  }

  .followers-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .followers-meta h5 {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .followers-meta p {
    margin-bottom: 0;
    font-size: 11px;
  }

  .followers-meta {
    margin-right: 5px;
  }

  .single-followers-area {
    padding: 15px 10px;
  }

  .recent-meta h5 {
    font-size: 13px;
  }

  .recent-meta p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dash-image {
    width: 200px;
  }

  .recent-order-card .nav-pills .nav-link {
    margin-right: 4px;
    font-size: 12px;
  }

  .app-search .form-control {
    width: 275px;
  }

  .order-check .form-check-inline {
    margin-right: 2px;
  }

  .table td,
  .table th {
    padding: 0.7rem;
  }

  .recent-order-pro-card-list .table td {
    padding: 0.7rem 1.9rem;
  }

  .payment-option {
    padding: 15px;
  }

  .checkout-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    margin-right: 5px;
  }

  .checkout {
    width: 100%;
    margin-top: 10px;
  }

  .btn-primary.checkout {
    margin-left: 0;
  }

  .chat-box-left .nav-pills {
    padding: 10px 0px;
  }

  .chat-box-left .nav-pills .nav-item .nav-link {
    padding: 6px 11px;
    font-size: 13px;
  }

  .mail-subject--text-- {
    margin-left: 20px;
  }

  .mail-icon i {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mail-subject--text-- {
    font-size: 12px;
  }

  .admi-mail-date {
    font-size: 12px;
  }

  .admi-mail-from p {
    font-size: 12px;
  }

  .form-control.inbox-mail {
    width: 200px;
  }

  .mail-title-search-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dash-banner-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .dash-image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
  }

  .table td,
  .table th {
    padding: 0.7rem;
  }

  .order-check .form-check-inline {
    margin-right: 2px;
  }

  .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
  }

  .checkout {
    width: 100%;
    margin-top: 10px;
  }

  .btn-primary.checkout {
    margin-left: 0;
  }

  .fc .fc-toolbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fc .fc-toolbar-title {
    font-size: 18px;
    margin: 20px 0;
  }

  .mail-subject--text-- {
    margin-left: 20px;
  }

  .mail-icon i {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mail-subject--text-- {
    margin-left: 9px;
  }

  .admi-mail-date {
    font-size: 12px;
  }

  .admi-mail-from p {
    font-size: 12px;
  }

  .form-control.inbox-mail {
    width: 240px;
    margin-bottom: 20px;
  }

  .mail-title-search-area {
    margin-top: 30px;
  }

  .mail-btn {
    display: none;
  }

  .mail-subject--text-- {
    font-size: 12px;
  }

  .admi-mail-date {
    font-size: 10px;
  }

  .admi-mail-checkbox {
    position: relative;
    top: 9px;
  }

  .admi-mail-from p {
    font-size: 12px;
    line-height: 18px;
  }

  .profile-body-tabs .nav-link {
    margin-right: 6px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .title-badges {
    font-size: 12px;
    margin-top: 20px;
  }

  .mb-2-cu {
    margin-bottom: 10px;
  }

  .chat-features {
    margin-top: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .shop-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    margin-right: 2px;
  }

  .shop-tab-area {
    margin-top: 20px;
  }

  .recent-order-card .nav-pills .nav-link {
    margin-bottom: 10px;
  }

  .recent-order-pro-card-list .table td {
    padding: 0.7rem 1.9rem;
  }

  .table td,
  .table th {
    font-size: 13px;
  }

  .table td,
  .table th {
    padding: 0.6rem;
  }

  .order-check .form-check-inline {
    margin-right: 2px;
  }

  .footer-area {
    padding: 10px 20px;
  }

  .dash-banner-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .dash-image {
    display: none;
  }

  .share-file-name h6 {
    font-size: 13px;
  }

  .active-user-info a {
    font-size: 14px;
  }

  .single-active-user {
    padding: 20px 7px;
  }

  .page-title-box h4 {
    font-size: 13px;
    margin-bottom: 0;
  }

  li.breadcrumb-item a {
    font-size: 12px;
  }

  .breadcrumb-item.active {
    font-size: 12px;
  }

  .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
  }

  .order-area {
    width: 100px !important;
  }

  .order-area.search {
    margin-right: 30px;
  }

  .nice-select .option {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 4px;
  }

  .checkout {
    width: 100%;
    margin-top: 10px;
  }

  .btn-primary.checkout {
    margin-left: 0;
  }

  .payment-option {
    padding: 15px;
  }

  .payment-option {
    margin-bottom: 10px;
  }

  .fc .fc-toolbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fc .fc-toolbar-title {
    font-size: 18px;
    margin: 20px 0;
  }

  .chat-box-left .nav-pills {
    padding: 10px 0px;
  }

  .chat-box-left .nav-pills .nav-item .nav-link {
    padding: 6px 11px;
    font-size: 13px;
  }

  .chat-main-user h6 {
    font-size: 13px;
  }

  .chat-media-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    margin-right: 12px;
  }

  .chat-main-user p {
    font-size: 11px;
  }

  .single-chat-user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    margin-right: 10px;
  }

  .form-control.inbox-mail {
    width: 100%;
    margin-bottom: 15px;
  }

  .mail-subject--text-- {
    font-size: 12px;
    margin-left: 15px;
  }

  .admi-mail-from p {
    font-size: 12px;
    line-height: 18px;
  }

  .mail-icon i {
    font-size: 17px;
    color: #7081b9;
    margin-left: 10px;
    margin-right: 14px;
  }

  .admi-mail-date {
    font-size: 11px;
  }

  .admi-mail-checkbox {
    position: relative;
    top: 9px;
  }

  .card-header-cu {
    padding: 15px;
  }

  .card-header-cu h6 {
    font-size: 14px;
  }

  .primary-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    font-size: 12px;
  }

  .single-profile-image {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .profile-body-tabs .nav-link {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .title-badges {
    margin-top: 20px;
  }

  .profile-item-list p {
    font-size: 13px;
  }

  .follow--btn-area button {
    font-size: 10px;
  }

  .follow--btn-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .profile-user-header p {
    font-size: 11px;
  }

  .followers-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .followers-meta h5 {
    font-size: 13px;
    margin-bottom: 1px;
  }

  .followers-meta p {
    margin-bottom: 0;
    font-size: 11px;
  }

  .followers-meta {
    margin-right: 5px;
  }

  .single-followers-area {
    padding: 15px 10px;
  }

  .recent-meta h5 {
    font-size: 13px;
  }

  .recent-meta p {
    font-size: 12px;
  }

  .fotter-icon p {
    margin-top: 5px;
    font-size: 13px;
  }

  .mb-2-cu {
    margin-bottom: 10px;
  }

  .data-table-area .page-link {
    margin: 0 4px;
  }

  .data-table-area .page-link {
    padding: 3px 9px;
  }

  div.dataTables_wrapper div.dataTables_info {
    margin-bottom: 10px;
  }

  .sub-plan-text h4 {
    padding: 15px;
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
  }

  .form-select.account {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .share-act-btn {
    text-align: right;
  }

  .share-act-btn a {
    margin-bottom: 5px !important;
    display: block;
  }

  .chat-box-right .chat-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chat-user-heade {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }

  .chat-box-right .chat-header .chat-features {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .chat-features.bottom {
    margin-top: 15px;
  }

  .source-icon-section i {
    font-size: 20px;
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .share-file-name h6 {
    font-size: 14px;
  }

  .primary-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .follow--btn-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .follow--btn-area button {
    font-size: 11px;
  }
}
