/* ============= left Sidebar ============ */
.page-wrapper .page-body-wrapper .page-sidebar {
    background: #000;
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li.active > a {
    color: #e75334;
}

/* ========== Subheading ============ */

.page-wrapper .page-body-wrapper .page-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-wrapper .page-body-wrapper .page-header .breadcrumb {
      margin-left: 0px;
}

.form-label {
  font-weight: 600;
}

div.dataTables_wrapper,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header,
body,
html {
  font-family: Nunito, sans-serif;
  font-size: 13px;
}

.btn-success {
  --vz-btn-color: #fff;
    --vz-btn-bg: #0ab39c;
    --vz-btn-border-color: #0ab39c;
    --vz-btn-hover-color: #fff;
    --vz-btn-hover-bg: #099885;
    --vz-btn-hover-border-color: #088f7d;
    --vz-btn-focus-shadow-rgb: 47, 190, 171;
    --vz-btn-active-color: #fff;
    --vz-btn-active-bg: #088f7d;
    --vz-btn-active-border-color: #088675;
    --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --vz-btn-disabled-color: #fff;
    --vz-btn-disabled-bg: #0ab39c;
    --vz-btn-disabled-border-color: #0ab39c;
  background-color: var(--vz-btn-bg) !important;
  border-color: var(--vz-btn-bg) !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background-color: #099885 !important;
  border-color: #099885 !important;
}
.btn-danger {
  --vz-btn-color: #fff;
  --vz-btn-bg: #f06548;
  --vz-btn-border-color: #f06548;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #cc563d;
  --vz-btn-hover-border-color: #c0513a;
  --vz-btn-focus-shadow-rgb: 242, 124, 99;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #c0513a;
  --vz-btn-active-border-color: #b44c36;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #f06548;
  --vz-btn-disabled-border-color: #f06548;
  background-color: var(--vz-btn-bg) !important;
  border-color: var(--vz-btn-bg) !important;
}
.btn-danger:hover {
  background-color: var(--vz-btn-hover-bg) !important;
  border-color: var(--vz-btn-hover-bg) !important;
}
.btn-info {
  --vz-btn-color: #fff;
  --vz-btn-bg: #405189;
  --vz-btn-border-color: #405189;
  --vz-btn-hover-color: #fff;
  --vz-btn-hover-bg: #364574;
  --vz-btn-hover-border-color: #33416e;
  --vz-btn-focus-shadow-rgb: 93,107,155;
  --vz-btn-active-color: #fff;
  --vz-btn-active-bg: #33416e;
  --vz-btn-active-border-color: #303d67;
  --vz-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --vz-btn-disabled-color: #fff;
  --vz-btn-disabled-bg: #405189;
  --vz-btn-disabled-border-color: #405189;
  background-color: var(--vz-btn-bg) !important;
  border-color: var(--vz-btn-bg) !important;
}
.btn-info:hover {
  background-color: var(--vz-btn-hover-bg) !important;
  border-color: var(--vz-btn-hover-bg) !important;
}
.page-main-header .main-header-right .nav-right ul li svg{
  width: 14px;
  height: 14px
}
.page-main-header .main-header-right .nav-right .profile-dropdown li a{
  font-size: 13px;
}
[class^="icon-"], [class*=" icon-"]{
  line-height: inherit;
}
.btn {
    padding: 0.375rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.btn .icofont{
  line-height: 1.4 !important;
}
.table .dropdown-menu {

  font-size: 11px;
}

.customizer-links{
  display: none;
}

.logo-wrapper img {
  width: 100px;
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper {
  justify-content: center;
}

.bookmark ul li a svg {
  vertical-align: middle;
  width: 18px;
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header {
  font-weight: 400;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
}
/* custom styles */
img.logo-auth {
  width: 160px;
}
.wf-ico svg {
  height: 14px !important;
  width: 14px;
  position: relative;
  top: 3px;
}
/* overrides */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #212529;
  background-color: #eff2f7;
}
.list-group-item {
  padding: 0.7rem 1rem;
}
.card {
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-color:  #e9ebec;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-wrapper .page-body-wrapper .sidebar,
.page-wrapper .page-body-wrapper .page-sidebar .main-header-left{
  box-shadow: none !important;
}
div.dataTables_wrapper div.dataTables_length select {

  border: 1px solid #ced4da !important;
  outline: none !important;
  border-radius: 4px;
}
.select2-container .select2-selection--single {

  border-color: #d6d6d6 !important;
}
.card-header .nav-pills .nav-link:not(.active) {
  color: #e75334 !important;
}
.bg-highlighted{
  background-color: #f5f5f5;
  border: 1px solid #ccc;
    border-radius: 4px;
}
.bg-highlighted .title{
  color: #e75334 !important;
  font-weight: bold;
}
td.no-white-space {
  white-space: nowrap;
}
table{
  font-size: 13px !important;
}
table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating), table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) {
  width: 99% !important;
}
.dataTables_wrapper .dataTables_paginate {
 
  padding-top: 10px;
}
.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
  background-color: #fff;
  border-top: none;
}
.no-whitespace {
  white-space: nowrap; 
}
.upload-container, .upload-sheet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-thumb {
  height: 200px;
  overflow: hidden;
}
.modal-title {

  font-weight: bold;
}
.text-primary {
  color: #e75334 !important;
}

.bg-secondary {
  background-color: #0ab39c !important;
}
.avatar img {
  width: 125px;
  height: 125px;
  max-width: 155px;
  max-height: 155px;
  border-radius: 50%;
  border: 7px solid #fff;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
}


.media .img-50 {
  width: 50px !important;
  min-width: 50px !important;
  height: 50px;
  object-fit: cover;
}

.profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}

.usericon{
  font-size: 40px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

  border-color: #e75334 #e75334 #fff !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent !important;
  background: no-repeat;
  font-weight: bold;
}
.nav-tabs .link-primary:hover, .nav-tabs .nav-link:hover {
  border-color: #d33b1b !important;
  border-bottom-color: #fff !important;
}
.authentication-box .btn{
justify-content: center !important;
}

.product-box .product-img .product-hover ul li:hover{
  background-color: #d33b1b !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #d33b1b;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  outline: none;
}
table.dataTable input.search-input {
  padding: 7px 15px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  margin-top: 10px;
  height: 33px;
}

.select2-container .select2-selection--single{
  height: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
  height: 20px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
    top: 4px !important;
  }

  .uploaded-file {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
  .btn.btn-sm.btn-danger.remove-file {
    position: absolute;
    top: -7px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 6px !important;
    right: -1px;
    font-size: 9px;
    font-weight: bold;
    box-shadow: 0 0 10px #00000024;
}

.files-input-sml{
  max-width: 300px;
}

.tbl-thumb{
  height: 40px;
  width: 40px;
}

table.dataTable.table thead th.sorting:before{
  right: 0.5em;
}
table.dataTable.table thead th.sorting:after{
  top: auto;
  bottom:0;
  right:0;
}

.card.card-shadow {
    box-shadow: 0 7px 30px 2px rgba(0, 0, 0, 0.1);
}
.cardHeaderStyleTbl {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.mainCardPriceSec table th{
    min-width: 180px;
}

.mainCardPriceSec table th {
    width: 20%;
}

.planNameMain {
    font-size: 16px;
    font-weight: 600;
    color: #e75334;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.planNameMain span img {
    max-width: 18px;
}
.durationPrice span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.durationPrice {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.tableDesignMain td {
    font-size: 14px;
    color: #252525;
    text-align: center;
    padding: 8px 5px;
}

.tableDesignMain tbody tr:nth-child(even) {
    background-color: #f3f3f9;
}
.tableDesignMain thead tr th {
    padding-bottom: 20px;
}
.btn.btn-primary.active{
    background-color: #0278b8 !important;
    border-color: #0278b8 !important;
}
.cardHeaderStyleTbl.active {
    background-color: #dfe3e5;
}
.cardHeaderStyleTbl.active .planNameMain{
    color: #0278b8;
}
.secTopHeading {
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
}

.secTopHeading h1 {
    font-size: 36px;
    font-weight: 600;
}

.secTopHeading p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.cardPlanNameHeader{
    font-size: 1.4rem;
    font-weight: 600;
    color: #e75334;
}

.priceHereMainPage {
    font-size: 1.8rem;
    font-weight: 700;
}
.btn.btn-outline-primary:hover{
    background-color: #e75334!important;
    border-color: #e75334!important;
    color:#ffffff!important;
}
.align-left-table.tableDesignMain td{
  text-align: left;
}
.align-left-table.tableDesignMain td{
  padding:8px 12px;
}
.align-left-table.tableDesignMain thead tr th {
    padding-bottom: 10px;
    font-size:1.3rem;
}

.tabs-nav-custom {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.tabs-nav-custom li {
  margin: 0;
}

.tabs-nav-custom a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: all 0.3s ease;
  line-height: 1;
}

.tabs-nav-custom li.tab-active-custom a {
  background: #e75334;
  border-color: #e75334;
  color: #fff;
  border-bottom: none;
}


.tabs-stage-custom {
  border-radius: 0 8px 8px 8px;
  padding: 20px 0;
  background: #fff;
}

.tabs-stage-custom p {
  margin: 0;
  line-height: 1.6;
  color: #444;
}
.cardCheckoutStyle h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.cardCheckoutStyle p {
    font-size: 16px;
}

.cardCheckoutStyle {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.cardCheckoutStyle:last-child {
    border-bottom: 0;
}
.tabs-stage-custom table thead th{
  font-size:16px;
}
.tabs-stage-custom table tbody td{
  font-size:14px;
}

@media (max-width:991px){
  .colContentHowWork {
      max-width: 100%;
      width: 100%;
      order: 2;
  }

  .colImgHowWork {
      width: 100%;
      order: 1;
  }

  .colImgHowWork img {min-width: 100%;height: 440px;width: 100%;margin-left: auto;}

  .howItWorkWrap:before {
      width: 100%;
  }
}