@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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&display=swap");

/* Light mode variables: :root */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@100..1000&family=Poppins:wght@100..900&display=swap");

/* Light mode variables */
:root {
  /* Brand */
  --primary: #7790b9;
  --secondary: #113d85;

  /* Background */
  --main-body-bg: #eeeeee;
  --bg-white: #ffffff;
  --bg-input: #f8f8f8;
  --bg-white-blue: #dce3fd80;
  --light-bg: #f8fafc;
  --tbl-bg: #f9fafb;

  /* Text */
  --text-color: #113d85;
  --text-secondary: #113d85;
  --text-active-color: #358aec;
  --dark-text-color: #dadef4;
  --text-primary: #113d85;
  --text-blue: var(--primary);
  --grey: #898989;

  /* Borders & Shadows */
  --border-color: #bfcbde;
  --dark-border-color: #bfcbde;
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --border-radius: 8px;

  /* States */
  --success-color: #1e8909;
  --warning-color: #e87c08;
  --danger-color: #c81010;
  --notification-color: #ff0000;
  --info-color: #4895ef;

  /* Active/Hover */
  --bg-color-active: #00b37a2b;
  --bg--hover: #00b37a8b;
  --text-color-active: #7152f34d;
  --text--hover: #027e59;

  /* Misc */
  --icon-color: var(--primary);
  --tag-bg: #667eea1a;
  --header-overlay: #ffffffb3;
}

/* Dark mode overrides */
[data-bs-theme="dark"] {
  --bg-color: #282d3e;
  --main-body-bg: #3c3f4e;
  --bg-white: #282d3e;
  --bg-input: #3c3f4e;
  --bg-white-blue: #3c3f4e;
  --light-bg: #232537;
  --tbl-bg: #282d3e;

  --text-color: #ffffff;
  --text-secondary: #dadef4;
  --text-primary: #ffffff;
  --text-blue: #ffffff;
  --dark-text-color: #dadef4;

  --border-color: var(--dark-border-color);
  --icon-color: #ffffff;
  --notification-color: #ffffff;

  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.25);

  --tag-bg: #6b7280e6;
  --bg-color-active: #00b37a6e;
  --text-color-active: #08f7ab;
  --text--hover: #06f8af;
  --header-overlay: #232537;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  /*background-color: var(--light-bg);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfcbde+0,7790b9+100&0.7+0,0.7+100 */
background: linear-gradient(135deg,  rgba(191,203,222,0.7) 0%,rgba(119,144,185,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.contact-icon-name{
    display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}

.contact-icon-name .contact-row-icon{
    margin-right: 0;
}
.indv-data-box{
   background: rgba(191,203,222,0.20);
  border-radius: 30px;
  padding: 40px;
}
.indv-data-box-header h2{
    margin: 0;
    font-size: 1.5em;
}

.indv-data-box-header{
  border-bottom: solid 1px #bfcbde;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.headericon{
    width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #113d85;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
.semi-abset{
   background: #113d85;
  padding: 50px 30px 30px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  margin: 30px 0 0 0;
}
.semi-abset p:last-child{
    margin-bottom: 0;
}
.semi-abset-icon{
width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #7790b9;
  color: #fff;
  border-radius: 7px;
  position: absolute;
  left: 30px;
  top: -20px;
}
.semi-abset-icon.semi-abset-no{                               
   background: #dc3545;                                                                                    
} 
.semi-abset h4{
    font-size: 1.125em;
    margin-bottom: 10px;
}
.staffing-box{
    border: solid 1px #bfcbde;
  border-radius: 20px;
  padding: 30px 30px;
}
.staffing-box .btn{
cursor: inherit;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 400;
  font-size: 1.125em;
}
.staff-count{
font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.facts-count{
border: solid 1px #bfcbde;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.125em;
  min-width: 200px;
}
.box-quick-facst h3{
margin-bottom: 0;
  font-size: 2.5em;
}
.territory-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #113d85;
  color: #fff;
  border-radius: 100%;
  margin-bottom: 20px;
}
.box-territory h3{
    font-size: 1.125em;
    text-transform: uppercase;
}
.territory-icon.available{
    background: #01a743;
}
.territory-icon.not-reg{
    background: #e78b3a;
}
.territory-icon.sold{
    background: #cc2222;
}
.border-right{
    border-right: solid 1px #bfcbde;
}
.text-right{
    text-align: right;
}
.contact-row{
   background: #fff;
  padding: 20px 20px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(17,61,133,0.10);
    margin-bottom: 12px;
}
.contact-row-icon{
   width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #bfcbde;
  color: #113d85;
  border-radius: 100%;
  margin-right: 10px;
}
.contact-row.alt{
    background: #113d85;
    color: #fff;
}
.contact-row.alt a{
    color: #fff;
}
.box-commissions h3 {
  font-size: 1.125em;
  text-transform: uppercase;
}
.commissions-count{
/* color: #7790b9;
  font-weight: 700;
  background: #fff;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto 20px;
  border-radius: 100%;
  font-size: 1.5em;*/
  color: #7790b9;
    font-weight: 700;
    background: #fff;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    padding: 30px 40px;   /* controls distance from circle edge */
    margin: 0 auto 20px;

    border-radius: 999px; /* pill / flexible circle */
    font-size: 1.5em;
    text-align: center;
    line-height: 1.3;
}


























.row.single-fran-row:nth-child(even){
    background: #fff;
}
.row.single-fran-row:hover .card-custom-col {
  border-color: rgba(255,255,255,0.2);
}
.row.single-fran-row:hover{
    background: #7790b9;
    color: #fff;
    border-color: #7790b9;
}
.block-link{
 position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.fran-logo{
  border: solid 1px #bfcbde;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  background: #fff;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.row.single-fran-row{
   background: linear-gradient(to right, rgba(231,236,244,1) 0%,rgba(255,255,255,1) 100%);
    position: relative;
    padding-left: 0;
  padding-right: 0;
    transition: background-color 0.3s ease;
}
.row.single-fran-row .card-custom-col{
   display: flex;
  align-items: center;
  white-space: normal;
  overflow-wrap: break-word;
}
.row.single-fran-row .card-custom-col:first-child {
  display:block;
}
.single-fran-row p:last-child{
    margin-bottom: 0;
}
.resource-file{
text-align: center;
  background: linear-gradient(to right, rgba(231,236,244,0.7) 0%,rgba(255,255,255,1) 100%);
  box-shadow: 10px 10px 10px rgba(17,61,133,0.05);
  border-radius: 20px;
  height: 100%;
  padding: 30px 20px;
}
.resource-file h3{
    font-size:1.15rem;
}
.resource-col{
    margin-top: 12px;
    margin-bottom: 12px;
}
.accordion-item{
    color: #113d85;
}
.accordion-body {
  padding: 40px;
  border: solid 1px #bfcbde;
  border-radius: 0 0 12px 12px;
    border-top: none;
  background: #fff;
}
.accordion-button:not(.collapsed){
   background: #7790b9;
  color: #fff;
  border: none;
  border-radius: 12px 12px 0 0 !important;
}
.accordion-button{
border: #bfcbde solid 1px;
  background: #eceff5;
  font-weight: 700;
  color: #113d85;
  font-size: 1.3rem;
  border-radius: 12px;
}
.accordion-item{
    margin: 8px 0;
    background: none;
    border:none;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.accordion-item:first-of-type > .accordion-header .accordion-button{
    border-radius: 12px;
}
.btn-arrow{
  background: url("../images/btn-arrow.jpg") no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: 8px;
  top: 11px;
  border: none;
    border-radius: 100%;
    color: #113d85;
}
.banner-container .row{
    position: relative;
}
.coach-todo-icon{
    font-size: 3.0rem;
  margin: 0 10px 0 0;
}
.coach-todo{
    background: #7790b9;
  color: #fff;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    position: relative;
}
.coach-todo:before {
content: "\f0a9";
  font-family: Font Awesome\ 6 Free;
  transform: rotate(-45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  margin: -13px 0 0 0;
}
.coach-todo:hover,
.coach-todo:focus{
    background: #113d85;
  color: #fff;
}
.coach-todo h3{
   font-weight: 400;
  margin: 0;
    line-height: 1;
  font-size: 1.3rem;
}
.coach-todo h3 strong{
   font-weight: 700;
  font-size:2.0rem;
}
.card-alt .table-responsive th{
    background: #7790b9;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
}
.stat-lg{
  font-weight: 600;
  font-size: 3.8rem;
    margin-right: 10px;
}
.banner-container{
   position: relative;
  padding: 100px 0;
    text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
    color: #fff;
}
.banner-container h1{
    font-weight: 400;
}
.banner-container h1 strong{
    font-weight: 700;
}
.banner-container:before{
   content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17,61,133,0.70);
}
.indv-fran-logo img{
    max-height: 100px;
}
.card-custom-col:first-child{
    border-left: none;
    padding-left: 0;
}
.card-custom-col:last-child{
    padding-right: 0;
}
.card-custom-col .btn{
    margin: 1px;
}
.card-custom-col{
    border-left: solid 1px #bfcbde;
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-custom-header h3{
    background: #113d85;
  color: #bfcbde;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1.0em;
  margin: 0 0 0 30px;
  border-radius: 20px 20px 0 0;
  display: inline-block;
  min-width: 260px;
  text-align: center;
}
.card-custom-body{
    border: solid 1px #bfcbde;
    border-radius: 20px;
    background: #fff;
    padding: 10px 30px;
}
.card-custom-body p:last-child{
    margin-bottom: 0;
}
.cards-equal-height .card,
.cards-equal-height .card-body,
.cards-equal-height .table-responsive{
    height: 100%;
}
.territory-list ul{
    display: flex;
    flex-wrap: wrap;
}
.styled-ul.territory-list ul li{
padding-right: 10px;
}
.territory-list ul li{
    width: 33.3333%;
}
.styled-ul ul li {
  list-style-type: none;
  padding: 2px 0 2px 1.3em;
  position: relative;
}
.styled-ul ul li::before {
content: "\f138";
  font-family: Font Awesome\ 6 Free;
  font-size: 0.778em;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 700;
  color: #7790b9;
}

.styled-ul ol li {
  counter-increment: step-counter;
  list-style-type: none;
  padding: 2px 0 2px 1.3em;
  position: relative;
}
.styled-ul ol li::before {
  content: counter(step-counter, decimal);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 2px;
}


.indv-fran-logo{
   border: solid 1px #bfcbde;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}
.indv-fran-head h1{
   text-transform: uppercase;
  font-size: 1.5rem;
}
.text-muted {
  color: rgba(119,144,185,0.9) !important;
}
img, svg {
  max-width: 100%;
}
.login-sidecol{
    background-size: cover;
width: 100%;
  height: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 40px 40px 40px;
  color: #fff;
  position: relative;
    overflow: hidden;
    background-position: center center;
}
.login-sidecol:before{
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfcbde+0,113d85+100 */
background: linear-gradient(to bottom, rgba(255,255,255,0.0) 50%,rgba(17,61,133,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
.login-sidecol p:last-child{
    margin-bottom: 0;
}
.login-inner .auth-logo h2{
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.login-inner a{
    text-decoration: underline;
}
.login-sidecol h1{
    margin-bottom: 5px;
  font-size: 1.9em;
  text-transform: uppercase;
  font-weight: 600;
}
.login-outer{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-inner{
  background: #fff;
  padding: 10px;
  border-radius: 40px;
  min-width: 55%;
}
.login-inner .auth-card {
  min-width: 100%;
  padding: 50px 90px 50px 75px;
}
.form-icon{
border: solid 1px #bfcbde;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
  font-size: 1.3em;    
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
    margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
.confirmation-modal .modal-dialog{
  min-width: 25%;
}
.modal-content{
    border: none;
  border-radius: 30px;
  box-shadow: 0 0 35px rgba(17,61,133,0.35);
  padding: 40px;
    display: block;
}
.btn-close{
position: absolute;
  right: 20px;
  top: 20px;
  background-color: #bfcbde;
  color: #000;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 0;
  background-size: 10px;
}
.modal-header,
.modal-footer{
    display: block;
}
.confirmation-modal .btn{
    display: inline-block;
    text-transform: uppercase;
}
.confirmation-modal{
    text-align: center;
}
.modal{
    background: rgba(191,203,222,0.85);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state:rgba(191,203,222,0.3);
}
.bg-warning {
 background-color:#e87c08 !important;
}
#main-wrapper {
  padding:30px;

}
.table .badge{
    font-weight: 400;
}
tbody, td, tfoot, th, thead, tr{
    border-color: #bfcbde;
}
.pagination-row{
    padding:40px 15px 0;
}
.pagination li a:hover {
  background: #7790b9;
    color: #fff;
}
.pagination li{
    margin: 0 3px;
}
.pagination li a{
 /*  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 0;*/
  font-weight: 500;
    color: #0e5991;
  background: #bfcbde;
  border: none;
}
.page-title-bar{
    background: rgba(191,203,222,0.30);
  padding: 15px 40px;
}
.page-title-bar .breadcrumb{
    margin: 0;
}
.page-title-bar .breadcrumb-item a{
   color: #113d85;
}
.page-title-bar .breadcrumb-item.active{
   color: #113d85;
    font-weight: 700;
}
ul, ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
    color: #113d85;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.text-color {
  color: var(--text-color);
}

.text-blue {
  color: var(--text-blue);
}

.font-size-10 {
  font-size: 0.625rem; /* 10px */
}

.font-size-11 {
  font-size: 0.6875rem; /* 11px */
}

.font-size-12 {
  font-size: 0.75rem; /* 12px */
}

.font-size-13 {
  font-size: 0.8125rem; /* 13px */
}

.font-size-14 {
  font-size: 0.875rem; /* 14px */
}

.font-size-15 {
  font-size: 0.9375rem; /* 15px */
}

.font-size-16 {
  font-size: 1rem; /* 16px */
}

.font-size-17 {
  font-size: 1.0625rem; /* 17px */
}

.font-size-18 {
  font-size: 1.125rem; /* 18px */
}

.font-size-19 {
  font-size: 1.1875rem; /* 19px */
}

.font-size-20 {
  font-size: 1.25rem; /* 20px */
}

.font-size-21 {
  font-size: 1.3125rem; /* 21px */
}

.font-size-22 {
  font-size: 1.375rem; /* 22px */
}

.font-size-23 {
  font-size: 1.4375rem; /* 23px */
}

.font-size-24 {
  font-size: 1.5rem; /* 24px */
}

.font-size-25 {
  font-size: 1.5625rem; /* 25px */
}

.font-size-26 {
  font-size: 1.625rem; /* 26px */
}

.font-size-27 {
  font-size: 1.6875rem; /* 27px */
}

.font-size-28 {
  font-size: 1.75rem; /* 28px */
}

.font-size-29 {
  font-size: 1.8125rem; /* 29px */
}

.font-size-30 {
  font-size: 1.875rem; /* 30px */
}

.font-size-31 {
  font-size: 1.9375rem; /* 31px */
}

.font-size-32 {
  font-size: 2rem; /* 32px */
}

.font-size-33 {
  font-size: 2.0625rem; /* 33px */
}

.font-size-34 {
  font-size: 2.125rem; /* 34px */
}

.font-size-35 {
  font-size: 2.1875rem; /* 35px */
}

.font-size-36 {
  font-size: 2.25rem; /* 36px */
}

.font-size-37 {
  font-size: 2.3125rem; /* 37px */
}

.font-size-38 {
  font-size: 2.375rem; /* 38px */
}

.font-size-39 {
  font-size: 2.4375rem; /* 39px */
}

.font-size-40 {
  font-size: 2.5rem; /* 40px */
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#main-wrapper {
  display: none;
}

.sidebar {
 width: 25rem;
  height: 95vh;
  background: #7790b9;
  position: fixed;
  transition: width 0.3s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 99;
  border-radius: 30px;
  overflow: hidden;
}

.sidebar-header {
  width: 100%;
  height: 5rem;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    background: #fff;
}

.sidebar-header a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-body {
  height: calc(100% - 10%);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}

.sidebar-link {
font-size: 1.139rem;
  font-weight: 500;
  line-height: 1.434375rem;
  text-align: left;
  text-underline-position: from-font;
  text-decoration: none;
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: all 0.2s ease;
}

.sidebar-link p {
  padding: 0;
  margin: 0;
  margin-left: 1.1rem;
  display: flex;
  align-items: center;
  flex: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.submenu-link p {
  padding: 0;
  margin: 0;
  margin-left: 1.1rem;
}

.sidebar-link i {
color: #7790b9;
  background: #bfcbde;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-menu li{
    border-bottom: solid 1px rgba(255,255,255,0.15);
}
.sidebar-menu li.active .sidebar-link i{
    background: #fff;
}
.right-icon {
  margin-left: auto;
  display: inline-block;
}

.sidebar-submenu {
  padding: 0;
  list-style: none;
  display: none !important;
}

.submenu-link {
  font-size: 1.025rem;
  font-weight: 500;
  line-height: 0.7rem;
  text-align: center;
  text-underline-position: from-font;
  text-decoration: none;
  padding: 1rem 0.8rem;
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 0.1rem;
  color: var(--text-color);
  position: relative;
  display: flex;
  transition: all 0.2s ease;
}

.submenu-link:hover {
  background-color: #dde1ee38;
  color: var(--primary);
}

.sidebar-menu li.active .sidebar-link{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#113d85+0,bfcbde+100 */
background: linear-gradient(to right,  rgba(17,61,133,1) 0%,rgba(191,203,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sidebar-menu li:hover .sidebar-link{
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#113d85+0,bfcbde+100 */
background: linear-gradient(to right,  rgba(17,61,133,1) 0%,rgba(191,203,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sidebar-menu li:hover .sidebar-link i{
    background: #fff;
}
.sidebar-link.active p {
  color:#fff;
}

/* Menu Section Titles */
.sidebar-menu li.menu-section-title {
  padding: 20px 20px 10px 20px;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: none;
  cursor: default;
  background: transparent;
}

.sidebar-menu li.menu-section-title:first-child {
  margin-top: 0;
}

.sidebar-menu li.menu-section-title:hover {
  background: transparent;
}

.sidebar-submenu.open {
  display: block !important;
}

.right-icon {
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}

.right-icon.rotate {
  transform: rotate(90deg);
}

.collapse-sidebar span,
.menu-toggle span {
  cursor: pointer;
  z-index: 999;
}

.submenu-link.active {
  color: var(--primary);
}

/*   Header */
.header {
border-radius: 30px 30px 0 0;
  background: #7790b9;
  height: 5rem;
  position: fixed;
  left: 28.9rem;
  top: 30px;
  width: calc(100% - 30.8rem);
  z-index: 99;
  padding: 10px 20px;
  pointer-events: auto;
  color: #fff;
}

.content-wrapper {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,bfcbde+100 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 50%,rgba(191,203,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  margin-left: 27rem;
  margin-top: 5rem;
  transition: width 0.3s ease;
  overflow-x: hidden;
    border-radius:0 0 30px 30px;
}

.main-content {
  min-height: 81vh;
}
.main-content-inner{
    padding:25px 40px;
}
.profile-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.user-avatar {
  background-color: #f8f8f8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.auth-avatar {
  background-color: #d6d9f4;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.user-profile {
  cursor: pointer;
}

.border-l-none {
  border-left: none !important;
}

.header .dropdown-toggle::after {
  display: none !important;
}

.remove-dropdown-toggle-icon.dropdown-toggle::after {
  display: none !important;
}

.auth-role {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  margin-bottom: 0.1rem;
  color: var(--primary) !important;
}

.auth-name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.9rem;
  color: var(--text-color) !important;
}

.dropdown-menu {
  border-radius: var(--border-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.dropdown-header {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
  padding: 0.75rem;
}

.dropdown-item {
  gap: 0.75rem;
  padding: 0.65rem 1.5rem;
  color: var(--text-secondary);
}

.dropdown-item i {
  margin-right: 8px;
  font-size: 1.1rem;
}
.sign-out {
  border-top: 1px solid var(--border-color);
  text-align: center;
  padding: 4px 0;
}

.search-container {
  position: relative;
}

.search-input {
width: 100%;
  padding: 1.0rem 1.5rem 1.0rem 3rem;
  border: none;
  border-radius: 40px;
  background: var(--tbl-bg);
  font-size: 1.0rem;
  transition: all 0.2s ease;
    text-align: center;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--bg-white);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
}

.me-2-5 {
  margin-right: 2rem;
}

.notification {
  position: relative;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #cfd3da;
}

.h-380 {
  height: 380px;
}
.scroll-y {
  overflow-y: auto;
}

.timeline {
  list-style: none;
}

.timeline .timeline-panel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.timeline .timeline-panel .media {
  width: 45px !important;
  height: 45px !important;
  font-size: 18px !important;
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}

.media-body {
  flex: 1;
}

.all-notification {
  display: block;
  padding: 0.7rem;
  text-align: center;
  border-top: 1px solid #babbbf;
  color: #7e7e7e;
  text-decoration: none;
}

.marker {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--notification-color);
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .sidebar {
    width: 0;
    overflow: hidden;
    display: none;
  }
  .content-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 993px) {
  .header {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 5rem;
  }
}


.sm-logo {
  display: none;
}

.small-logo-img {
  width: 60px;
  height: 60px;
}

.large-logo-img {
  width: 260px;
  height: auto;
}


.sidebar-visible {
  width: 18rem;
  display: block;
  z-index: 9999;
  transition: width 0.3s;
}

.sidebar-collapsed {
  width: 5rem;
  transition: width 0.3s;
}

.sidebar.sidebar-collapsed .sidebar-link p {
  display: none;
}

.sidebar.sidebar-collapsed .sidebar-link i {
  text-align: center;
  margin: 0 auto;
}

.sidebar-collapsed .lg-logo {
  display: none;
}

.sidebar-collapsed .sm-logo {
  display: block;
}

.overlay-visible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(191, 203, 222, 0.85);
  z-index: 9998;
  display: block;
  transition: opacity 0.3s;
}

.overlay-hidden {
  display: none;
}

.icon-rotated {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.icon-default {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.header-collapsed {
  width: calc(100% - 10.8rem);
  left: 8.9rem;
}

.header-expanded {
    width: calc(100% - 30.8rem);
  left: 28.9rem;
}

.collapse-main-expanded {
  margin-left: 27rem;
  transition: 0.3s;
}

.collapse-main-collapsed {
  margin-left: 7rem;
  transition: 0.3s;
}

.header-nav-item {
width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7790b9;
  background: #bfcbde;
}

#themeToggle {
  cursor: pointer;
}

.footer {
  background-color: var(--bg-white);
    color: #7790b9;
    font-size: 0.9em;
}

/* Other Page and section */
.table-action-cta{
    display: flex;
    flex-wrap: wrap;
}
.btn-blue{
    background: #113d85;
}
.btn-green{
    background: #1e8909;
}
.btn-red{
    background: #c81010;
}
.btn-orange{
    background: #e87c08;
}
.table-action-cta .btn:hover{
    background: #7790b9;
}
.table-action-cta .btn{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85em;
    margin: 0 3px;
    color: #fff;
}
.card {
  border: none;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
    background: none;
}
.table > :not(caption) > * > *{
   background: none;
  padding: 1.0rem 1.5rem;
    vertical-align: middle;
  color: rgba(17,61,133,0.90);
}
.table-responsive th{
    background: #113d85;
  color: #bfcbde;
  font-weight: 600;
}
.table{
    margin-bottom: 0;
}
.table tr:last-child td{
    border-bottom: none;
}
.table-responsive {
  border: solid 1px #bfcbde;
  border-radius:20px;
}
.card-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-body{
    padding: 0;
}
.stat-card {
  border-left: 4px solid;
}

.stat-card.sales {
  border-left-color: var(--primary);
}

.stat-card.customers {
  border-left-color: var(--success-color);
}

.stat-card.products {
  border-left-color: var(--info-color);
}

.stat-card.revenue {
  border-left-color: var(--warning-color);
}

/* Chart Containers */

.chart-container {
  position: relative;
  height: 350px;
  width: 100%;
  margin-bottom: 2rem;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color);
}

.chart-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.chart-wrapper {
  height: 300px;
  position: relative;
}

/* Real-time Analytics */
.realtime-panel {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  margin-bottom: 2rem;
}

.realtime-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.realtime-indicator {
  width: 12px;
  height: 12px;
  background: var(--success-color);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.realtime-metric {
  text-align: center;
  padding: 1.5rem;
  background: var(--tbl-bg);
  border-radius: var(--border-radius);
}

.realtime-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.realtime-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.has-search .form-control {
  padding-right: 2rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 15px;
}

.form-select {
  min-width: 150px;
}
.form-select {
padding: 1rem;
  font-size: 0.875rem;
  border-color: rgba(119,144,185,0.50);
  border-radius: 12px;
  color: color: #7790b9;
}
.filter-franchise .btn-primary {
  padding: 15px 20px;
}
.form-control {
  border: 1px solid var(--border-color);
  transition: all 0.2s ease;
  background: var(--bg-white);
    color: #7790b9;
  font-size: 1.0em;
    padding:1rem;
  border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.auth-container {
  width: 100%;
  max-width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
min-width: 460px;
}

.dark-mode .auth-card {
  background-color: var(--dark-card);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.auth-logo {
  text-align: center;
  margin-bottom: 3.0rem;
}

.auth-logo h2 {
  color: var(--primary-color);
  font-weight: 700;
}

.auth-form .form-control {
 
}

.auth-form .btn {
  padding:15px 20px;
}

.auth-footer {
  text-align: center;
  margin-top: 1.5rem;
}

.auth-link {
  color: var(--primary-color);
  text-decoration: none;
}

.auth-link:hover {
  text-decoration: underline;
}

.divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--border-color);
}

.divider span {
  padding: 0 1rem;
  color: #6c757d;
}

.dark-mode .divider::before,
.dark-mode .divider::after {
  border-bottom-color: var(--dark-border);
}

.social-login {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.social-btn {
  flex: 1;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  border: 1px solid var(--border-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.dark-mode .social-btn {
  background-color: var(--dark-card);
  border-color: var(--dark-border);
}

.social-btn:hover {
  background-color: #f8f9fa;
}

.dark-mode .social-btn:hover {
  background-color: #2d3748;
}

.social-btn img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.error-container {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.error-container h1 {
  font-size: 8rem;
  font-weight: 900;
  color: #e74c3c;
  margin-bottom: 20px;
  line-height: 1;
}

.error-container h2 {
  color: #34495e;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.error-container p {
  color: #7f8c8d;
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.page-title {
  font-size: 1.5rem;
    margin-bottom: .5rem;
}

.btn-primary {
background-color: #113d85;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
}
.btn-primary:hover{
     background-color: #7790b9;
  color: #fff;
}
.btn-secondary:hover{
     background-color: #113d85;
  color: #fff;
}
.btn-secondary{
    background-color: #7790b9;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  padding:10px 25px;
  border-radius: 12px;
}

.page-link {
  color: var(--primary);
}

.active > .page-link,
.page-link.active {
  background-color: var(--primary);
}

.attribute-row {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}

.dark-mode .attribute-row {
  background-color: rgba(255, 255, 255, 0.05);
}

.remove-attribute {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #dc3545;
}

.image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.image-preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #dee2e6;
}

.dark-mode .image-preview {
  border-color: var(--dark-border);
}

.preview-wrapper {
  position: relative;
  display: inline-block;
}

.remove-image {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}

.product-gallery {
  position: relative;
}

.main-product-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
}

.product-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.product-thumbnail:hover,
.product-thumbnail.active {
  border-color: var(--primary-color);
}

.info-card .card-body {
  padding: 1.25rem;
}

.info-label {
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.dark-mode .info-label {
  color: #a0aec0;
}

.info-value {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.inventory-low {
  color: #dc3545;
  font-weight: 600;
}

.inventory-medium {
  color: #ffc107;
  font-weight: 600;
}

.inventory-high {
  color: #28a745;
  font-weight: 600;
}

.action-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.list-group-item.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.settings-content {
  display: none;
}
.settings-content.active {
  display: block;
}

.text-primary {
  color: var(--primary) !important;
}

.header-overlay {
z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background: #ccd5e4;
  backdrop-filter: blur(10px);
}

.card-custom-actions{
  padding-right: 10px !important;
}

@media (max-width: 1920px) {
    .login-inner {
  min-width: 70%;
}
}
@media (max-width: 1600px) {
    .row.single-fran-row .card-custom-col{
        font-size: 0.85em;
    }
    .contact-row{
    font-size: 0.85em;
        padding: 10px 5px;
        white-space: normal;
    overflow-wrap: break-word;
}
    .coach-todo-icon {
  font-size: 2.0rem;
}
    .coach-todo h3 strong {
  font-size: 1.5rem;
}
}
@media (max-width: 1440px) {
    .fran-logo {
  width: 65px;
  height: 65px;
}
   /* .commissions-count {
  width: 100px;
  height: 100px;
  font-size: 2.0em;
}*/
    .login-inner {
  min-width: 90%;
}
}

@media (max-width: 1399px) {
    .row.single-fran-row .card-custom-col{
        width: 100%;
    }
    .filter-franchise .col,
    .filter-franchise .col-auto{
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .coach-todo{
        margin: 3px 0;
    }
    .mt-1399 {
  margin-top: 15px;
}
    .facts-count {
  font-size: 1.0em;
  min-width: auto;
}
}
@media (max-width: 1199px) {
      .contact-row {
    font-size: 0.85em;
    border-radius: 20px;
  }
    .contact-row .text-center,
    .contact-row .text-right{
  text-align: left !important;
}
    .contact-row .col-xl-4{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .staffing-box{
        margin: 5px 0;
        height: auto !important;
    }
}
@media (max-width: 993px) {
    .header{
        border-radius: inherit;
    }
  .header-overlay {
      height: 75px;
  }
}
@media (max-width: 991px) {
      .commissions-count {
    margin-bottom: 10px;
  }
    .box-commissions h3{
        margin-bottom: 30px;
    }
    .row.single-fran-row {
 border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
}
    .accordion-body {
  padding: 20px;
}
    .card-custom-header h3 {
  padding: 0.70rem 1.5rem;
  margin: 0;
        display: block;
  text-align: left;
}
    .card-custom-body {
  padding: 20px;
        border-radius: 0 0 20px 20px;
}
    .card-custom-col:last-child{
        border-bottom:none;
        padding-bottom: 0;
    }
    .card-custom-col {
  border-left: none;
        padding-left: 0;
        padding-right: 0;
        border-bottom: solid 1px #bfcbde;
  padding-top: 5px;
  padding-bottom: 5px;
}
    .indv-fran-logo {
  display: inline-block;
  margin-bottom: 20px;
}
    .login-sidecol {
  padding: 20px;
  min-height: 420px;
}
    .login-outer {
  padding: 10px;
}
    .login-inner .auth-card {
  padding: 20px;
}
    .login-inner .auth-logo {
  margin-bottom: 1.0rem;
}
  #main-wrapper {
  padding: 10px;
}
    .sidebar-link {
  font-size: 1.0rem;
  padding: 1.0rem;
}
    .main-content-inner {
  padding: 15px;
}
    .table > :not(caption) > * > * {
  padding: 0.5rem 1.0rem;
}
    .table-action-cta .btn {
  width: 30px;
  height: 30px;
  font-size: 0.75em;
  margin: 1px;
}
    .modal-content {
  padding: 30px 20px;
}
}
@media (max-width: 767px) {
    .box-territory h3 {
  margin-bottom: 0;
}
    .box-quick-facst h3 {
  margin-bottom: 20px;
  font-size: 2.0em;
}
      .facts-count {
    margin-bottom: 0;
  }
 .row.single-fran-row .card-custom-col {
    width: 100%;
    flex: inherit;
  }
    .indv-data-box {
  padding: 20px;
}
}
@media (max-width: 575px) {
    .contact-icon-name {
  align-items: flex-start;
  line-height: normal;
  flex-direction: column;
}
    .indv-data-box-header {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
    .headericon {
  display: flex;
  margin-right: 0;
        margin-bottom: 10px;
}
    .row.single-fran-row .card-custom-col:first-child *{
        padding-left: 0;
        padding-right: 0;
    }
    .banner-container{
        text-align: center;
          padding: 50px 0;
    }
    .banner-container img{
        margin-bottom: 10px;
    }
.auth-card {
  min-width: 100%;
}
    .territory-list ul li {
  width: 50%;
}
}

/* Notification Styles */
.notification-unread {
  background-color: var(--bg-white-blue);
  border-left: 3px solid var(--primary);
}

.notification-read {
  opacity: 0.7;
}

.notification .badge {
  font-size: 10px;
  padding: 4px 6px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu .timeline li {
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-menu .timeline li:hover {
  background-color: var(--light-bg);
}

