/*
Custom css
*/

body {
    font-size: 1rem;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Nexa';
    src: url('../font/NexaBold.eot');
    src: url('../font/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NexaBold.woff2') format('woff2'),
        url('../font/NexaBold.woff') format('woff'),
        url('../font/NexaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/NexaLight.eot');
    src: url('../font/NexaLight.eot?#iefix') format('embedded-opentype'),
        url('../font/NexaLight.woff2') format('woff2'),
        url('../font/NexaLight.woff') format('woff'),
        url('../font/NexaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../font/nexa-regular.eot');
    src: url('../font/nexa-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/nexa-regular.woff') format('woff'),
         url('../font/nexa-regular.ttf') format('truetype'),
         url('../font/nexa-regular.svg#ywftsvg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../font/TrajanPro-Bold.eot');
    src: url('../font/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/TrajanPro-Bold.woff2') format('woff2'),
        url('../font/TrajanPro-Bold.woff') format('woff'),
        url('../font/TrajanPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../font/TrajanPro-Regular.eot');
    src: url('../font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/TrajanPro-Regular.woff2') format('woff2'),
        url('../font/TrajanPro-Regular.woff') format('woff'),
        url('../font/TrajanPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Trajan Pro";
}

body, p{
    font-family: "Nexa";
}

body, html{
    background-color:#f5f4f2;
}

.fr-rounded {
    border-radius: 20px 0 20px 10px;
}

.dropdown-item, .dropdown-item.active, .sidenav ul a, .sidenav ul a:active {
    color: #192536;
}

.navbar-brand img, .navbar-brand svg {
    max-width: 175px;
    height: auto !important;
    max-height: inherit;
}

span.nav-text {
    font-weight: 400;
}

.form-control {
   /* border-color: #d4d4d4; */
    border-width: 1px;
}

.page-header {
    width: calc(100% - 15rem) !important;
    margin-left: auto !important;
}

.page-header.sticky ~ * .page-sidenav.sticky {
    height: 100vh !important;
    top: 0rem;
    position: absolute;
    top: 0px;
}

.navbar {
    min-height: 70px;
    padding: 0.60rem 1rem;
    }


/* login card */

.w-full{
    width:100%;
}

.bg-lime{
    background-color:#f3a823;
}
.bg-auth{
    background-color:#f5f4f2;
}
.bg-auth .card{
    color:#54595f;
    background-color:#fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.07);
}

.bg-auth h1 {
  font-size:1.6rem;
}

.btn-landowner {
  background-color: #f3a823;
  color: #091e1f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 5px 0 5px 5px;
  padding: 12px 25px;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  letter-spacing: .2px;
}
.btn-landowner-1{
  background-color: transparent !important;
  border-color: #f3a823;
  color: #000;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius:5px 0 5px 5px;
  padding: 12px 25px;
}
.btn-landowner-1:hover{
  /* color: #ffffff; */
  background-color: #f3a823 !important;
}
.btn-landowner-2{
  color:rgb(9, 30, 31)!important;
  background-color: #ffffff !important;
  border-color: #f3a823 !important;
  font-family: "goldplay", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  border-radius:5px 0 5px 5px;
}

.error{
    color:red;
}
.fs-auth-logo img{
    width:200px;
}
input.form-control, select.form-control{
    height:42px !important;
}
.form-control{
    outline: none!important;
}
.entry-panel p.text-normal {
    position: relative;
    top: -6px;
    width: 100%;
    text-align: left;
    padding-right: 60px;
    line-height: 1.3;
    font-size: 16px !important;
    /* color: #000; */
    color:#E6E7E9;
    font-weight: 500;
}

.user-name {
  text-transform: capitalize;
}

a{
    color:#182636;
}

a:hover, a:active {
    color:  #f3a823;
}


.btn-large {
    min-width: 220px;
    width: calc(40% - 15px);
    font-size: 14px;
    padding: 1rem;
}

.toggle-switch {
  position: absolute;
  bottom: 250px;
  right: 65px;
  opacity: 0.9;
  cursor: pointer;
}

.note-toolbar.card-header {
    border-bottom: 1px solid #8796a526;
    background: #f5f5f5;
    display: flex;
    color: #091e1f;
    overflow: scroll;
}

.card__g {
    background-color: #182636;
    min-height: 188px;
}
.card__g .panel-heading {
    color: #fff;
}

.select2-container--default .select2-selection {
    min-height: 40px;

}
span.select2.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.selection{
    text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 10px;

}

.sidenav .nav li.active > a {
    background-color: #f3a823;
    color: #000 !important;
}

@media only screen and (min-width: 768px){
  .w-35 {
      width: 35% !important;
  }
}
@media only screen and (min-width: 768px){
  .w-65 {
      width: 65% !important;
  }
}


/** Profile */

.profile-card a.active:before {
  content: "";
  position: absolute;
  width: 100%;
  top: -1px;
  bottom: 0px;
  left: 0;
  height: calc(100% + 2px);
  background:#f3a823;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index:-1;
}

.card-list {
  border-bottom: 1px solid #eaebf5;
}
.profile-card a {
  padding: 12px 40px;
  color: rgb(9, 30, 31);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  z-index:1;
}
.profile-card a {
  position: relative;
}
.text__sm {
  font-size:12px;
}
.profile-nav {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #eaebf5;
  /* margin-top: 15px; */
}
.profile-tab .card-body {
  padding-top: 22px !important;
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 768px){
.profile-tab {
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    max-width: 28.5%;
}}
.card{
  width:100%;
}

.user_profile .card-header {
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 20px !Important;
  padding-bottom: 20px !important;
  align-items: center;
}


.btn-table {
    width: 100%;
    background-color: #f3a823;
    display: grid;
    place-content: center;
    color: #000;
}

.btn:not(.btn-large) {
    min-height: 40px;

}

.bg-secondary-lt.active {
    background-color: #f3a823 !important;
}

.bg-secondary-lt:hover, .bg-secondary-lt:focus, .bg-secondary-lt.active {
    background-color: #f3a823 !important;
}

.filter .btn{
    place-content: center;
    display: grid;
}

.w-500{
    width: 500px;
}

.page-title a.i-con-h-a {
    color: inherit;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
.h-s {
    min-height: 15vh;
}
.invalid-feedback{
    display: unset;
}

.rating-wrapper {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}
.rating-card {
    width: 525px;
    height: 190px;
    background: #192536;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.call-quality-label {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.star-container {
    display: flex;
    justify-content: space-evenly;
}
.star-container i {
    font-size: 35px;
    color: #f3d779;
    cursor: pointer;
}

.scale {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    font-size: 18px;
    color: #807cae;
}

.i-con-star.active i:before,
.i-con-star.active:before,
.i-con-star.active i:after{
    background-color: #f3d779;
}


@media only screen and (min-width: 768px) {
    .has-sidebar div#content {
        width: calc(100% - 15rem);
        flex: none;
        margin-left: auto;
    }

    div#content {
        width: 100%;
        flex: 1 1 auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .training_video iframe{
        width: auto !important;
        height: 100% !important;
    }

}

.tag.label-info {
    background-color: #5bc0de;
}

.bootstrap-tagsinput {
    width: 100%;
}
.breadcrumb {
    background-color: unset;
}

ul.quiz__questions {
    list-style:auto;
}

/* Profile Redesign Fixes */
.profile-tab .card, .edit-wrap {
    border: 1px solid #eaebf5;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: none;
}
.edit-wrap .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaebf5;
    padding: 20px 24px;
    border-radius: 8px 8px 0 0 !important;
}
.edit-wrap .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #192536;
}
.edit-wrap .card-body {
    padding: 24px;
}
.form-wrap {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f9f9f9;
}
.form-wrap:last-child {
    border-bottom: none;
}
.account-settings, .profile-settings {
    margin-bottom: 24px;
}

/* Modern Profile Sidebar Navigation */
.side-nav-card {
    border: none !important;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    background-color: #ffffff;
    padding: 16px;
}

.profile-nav-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-nav-modern a {
    padding: 16px 20px;
    color: #54595f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
}

.profile-nav-modern a i {
    width: 24px;
    margin-right: 14px;
    font-size: 18px;
    color: #aeb5be;
    transition: all 0.25s ease;
    text-align: center;
}

.profile-nav-modern a:hover {
    background-color: #f5f4f2;
    color: #192536;
    transform: translateX(5px);
}

.profile-nav-modern a.active {
    background-color: #f3a823;
    color: #091e1f;
    box-shadow: 0 6px 16px rgba(243, 168, 35, 0.25);
}

.profile-nav-modern a:hover i {
    color: #f3a823;
}

.profile-nav-modern a.active i {
    color: #091e1f;
}

/* ========================================
   TOOLS & EQUIPMENT PAGE
   ======================================== */

/* Category Card */
.te-category-card {
    border: 1px solid #eaebf5;
    overflow: hidden;
}

.te-category-header {
    background: rgba(243, 168, 35, 0.05) !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.te-category-badge {
    display: inline-block;
    background: #fff;
    color: #192536;
    border: 1px solid #eaebf5;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.te-category-body {
    background: #fafafa !important;
    padding: 20px !important;
}

/* Equipment Card */
.te-equipment-card {
    position: relative;
    border: 2px solid #eaebf5;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
    height: 100%;
}

.te-equipment-card:hover:not(.te-disabled) {
    border-color: #f3a823;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(243, 168, 35, 0.15);
}

.te-equipment-card.te-selected {
    border-color: #f3a823;
    box-shadow: 0 0 0 3px rgba(243, 168, 35, 0.15);
}

.te-equipment-card.te-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.te-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Selection indicator (circle) */
.te-selection-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #eaebf5;
    background: #fff;
    transition: all 0.25s ease;
    z-index: 2;
}

.te-equipment-card.te-selected .te-selection-indicator {
    background: #f3a823;
    border-color: #f3a823;
}

.te-equipment-card.te-selected .te-selection-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

/* Status badges on equipment cards */
.te-status-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
}

.te-badge-approved {
    background: rgba(34, 168, 107, 0.1);
    color: #22A86B;
    border: 1px solid rgba(34, 168, 107, 0.3);
}

.te-badge-rejected {
    background: rgba(220, 53, 69, 0.1);
    color: #DC3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.te-badge-pending {
    background: rgba(243, 168, 35, 0.1);
    color: #f3a823;
    border: 1px solid rgba(243, 168, 35, 0.3);
}

/* Equipment card inner content */
.te-equipment-body {
    padding: 16px;
}

.te-equipment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 32px;
    color: #192536;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.te-equipment-card.te-selected .te-equipment-icon {
    color: #f3a823;
}

.te-equipment-name {
    font-weight: bold;
    margin-bottom: 4px;
    color: #192536;
    font-size: 14px;
}

.te-equipment-model {
    font-family: 'Trajan Pro', serif;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 8px;
}

.te-equipment-description {
    font-size: 12px;
    color: #6c757d;
    min-height: 36px;
    line-height: 1.4;
    margin-bottom: 0;
}

.te-equipment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f5f5f5;
}

.te-price-badge {
    display: inline-block;
    background: rgba(243, 168, 35, 0.15);
    color: #091e1f;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Kit Summary Panel */
.te-kit-panel {
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 2px solid #f3a823;
    overflow: hidden;
    background: #fff;
}

.te-kit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #192536;
    padding: 16px 20px;
}

.te-kit-count {
    display: inline-block;
    background: #f3a823;
    color: #192536;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.te-kit-body {
    max-height: 400px;
    overflow-y: auto;
}

.te-kit-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    color: #aeb5be;
}

.te-kit-empty i {
    font-size: 48px;
    opacity: 0.3;
    margin-bottom: 12px;
}

.te-kit-empty p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #6c757d;
}

.te-kit-empty span {
    font-size: 12px;
    color: #aeb5be;
}

/* Selected item in kit panel */
.te-selected-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

.te-selected-item:hover {
    background: #fcfcfc;
}

.te-selected-item:last-of-type {
    border-bottom: none;
}

.te-item-category {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Trajan Pro', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 2px;
}

.te-item-name {
    display: block;
    font-size: 13px;
    color: #192536;
    font-weight: 600;
}

.te-item-model {
    display: block;
    font-size: 11px;
    color: #aeb5be;
}

.te-remove-item {
    background: none;
    border: none;
    color: #aeb5be;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
    transition: all 0.2s;
    font-size: 14px;
}

.te-remove-item:hover {
    color: #DC3545;
    background: rgba(220, 53, 69, 0.08);
}

/* Kit summary totals */
.te-kit-summary {
    padding: 12px 20px;
    border-top: 1px solid #f5f5f5;
    background: #fafafa;
}

.te-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
    color: #54595f;
}

.te-summary-row span:last-child {
    font-weight: 600;
    color: #192536;
}

/* Kit footer with total and submit */
.te-kit-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #091e1f;
    padding: 18px 20px;
}

.te-total-label {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

.te-total-value {
    display: block;
    color: #f3a823;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.te-submit-btn {
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
}

.te-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive adjustments for Tools & Equipment */
@media (max-width: 991.98px) {
    .te-kit-panel {
        position: static !important;
    }
}

/* Dashboard Tabs */
.ds-tab-nav {
    display: flex;
    gap: 15px;
    border-bottom: 2px solid #eaebf5;
    margin-bottom: 24px;
}

.ds-tab-link {
    padding: 12px 16px;
    color: #54595f;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.ds-tab-link:hover {
    color: #192536;
}

.ds-tab-link.active {
    color: #192536;
    border-bottom-color: #f3a823;
}

/* External Profile Link */
.profile-tab-link-external {
    padding: 16px 20px;
    color: #54595f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
}

.profile-tab-link-external i {
    width: 24px;
    margin-right: 14px;
    font-size: 18px;
    color: #aeb5be;
    transition: all 0.25s ease;
    text-align: center;
}

.profile-tab-link-external:hover {
    background-color: #f5f4f2;
    color: #192536;
    transform: translateX(5px);
}

.profile-tab-link-external:hover i {
    color: #f3a823;
}

.profile-tab-link-external.active {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #6c757d;
}

.te-kit-empty span {
    font-size: 12px;
    color: #aeb5be;
}

/* Selected item in kit panel */
.te-selected-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

.te-selected-item:hover {
    background: #fcfcfc;
}

.te-selected-item:last-of-type {
    border-bottom: none;
}

.te-item-category {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Trajan Pro', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 2px;
}

.te-item-name {
    display: block;
    font-size: 13px;
    color: #192536;
    font-weight: 600;
}

.te-item-model {
    display: block;
    font-size: 11px;
    color: #aeb5be;
}

.te-remove-item {
    background: none;
    border: none;
    color: #aeb5be;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
    transition: all 0.2s;
    font-size: 14px;
}

.te-remove-item:hover {
    color: #DC3545;
    background: rgba(220, 53, 69, 0.08);
}

/* Kit summary totals */
.te-kit-summary {
    padding: 12px 20px;
    border-top: 1px solid #f5f5f5;
    background: #fafafa;
}

.te-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
    color: #54595f;
}

.te-summary-row span:last-child {
    font-weight: 600;
    color: #192536;
}

/* Kit footer with total and submit */
.te-kit-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #091e1f;
    padding: 18px 20px;
}

.te-total-label {
    display: block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

.te-total-value {
    display: block;
    color: #f3a823;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.te-submit-btn {
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
}

.te-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive adjustments for Tools & Equipment */
@media (max-width: 991.98px) {
    .te-kit-panel {
        position: static !important;
    }
}

/* Dashboard Tabs */
.ds-tab-nav {
    display: flex;
    gap: 15px;
    border-bottom: 2px solid #eaebf5;
    margin-bottom: 24px;
}

.ds-tab-link {
    padding: 12px 16px;
    color: #54595f;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}

.ds-tab-link:hover {
    color: #192536;
}

.ds-tab-link.active {
    color: #192536;
    border-bottom-color: #f3a823;
}

/* External Profile Link */
.profile-tab-link-external {
    padding: 16px 20px;
    color: #54595f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
}

.profile-tab-link-external i {
    width: 24px;
    margin-right: 14px;
    font-size: 18px;
    color: #aeb5be;
    transition: all 0.25s ease;
    text-align: center;
}

.profile-tab-link-external:hover {
    background-color: #f5f4f2;
    color: #192536;
    transform: translateX(5px);
}

.profile-tab-link-external:hover i {
    color: #f3a823;
}

.profile-tab-link-external.active {
    background-color: #f3a823;
    color: #091e1f;
    box-shadow: 0 6px 16px rgba(243, 168, 35, 0.25);
}

.profile-tab-link-external.active i {
    color: #091e1f;
}

/* Weekly Availability */
.wa-cd-banner {
    background: #fff8f0;
    border: 1.5px solid #f4a261;
    border-radius: 8px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    transition: all 0.3s;
}
.wa-cd-label {
    font-family: "Trajan Pro", serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #9B5800;
    display: flex;
    align-items: center;
    gap: 7px;
}
.wa-cd-timer {
    font-family: "Trajan Pro", serif;
    font-size: 20px;
    font-weight: 800;
    color: #9B5800;
    letter-spacing: 0.5px;
}
.wa-week-hdr {
    font-family: "Trajan Pro", serif;
    font-size: 13px;
    font-weight: 600;
    color: #192536;
    padding: 9px 15px;
    background: #f5f4f2;
    border-radius: 8px;
    margin-bottom: 14px;
    border-left: 4px solid #f3a823;
}
.wa-day-acc {
    border: 1.5px solid #eaebf5;
    border-radius: 12px;
    margin-bottom: 9px;
    overflow: hidden;
}
.wa-day-acc-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 18px;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.15s;
    user-select: none;
}
.wa-day-acc-hdr:hover {
    background: #f5f4f2;
}
.wa-day-name {
    font-family: "Trajan Pro", serif;
    font-size: 13.5px;
    font-weight: 600;
    color: #192536;
}
.wa-day-status {
    font-size: 11.5px;
    color: #6c757d;
    margin-left: 9px;
}
.wa-day-status.has-sel {
    color: #f3a823;
    font-weight: 700;
}
.wa-chev {
    color: #6c757d;
    transition: transform 0.2s;
    font-size: 13px;
}
.wa-day-acc.open .wa-chev {
    transform: rotate(180deg);
}
.wa-day-acc-body {
    display: none;
    padding: 15px 18px;
    background: #fdfdfd;
    border-top: 1px solid #eaebf5;
}
.wa-day-acc.open .wa-day-acc-body {
    display: block;
}
.wa-slot-sec-lbl {
    font-family: "Trajan Pro", serif;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #192536;
    margin-bottom: 9px;
    margin-top: 13px;
}
.wa-slot-sec-lbl:first-child {
    margin-top: 0;
}
.wa-slot-opt {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    padding: 9px 13px;
    border-radius: 8px;
    border: 1.5px solid #eaebf5;
    background: #ffffff;
    transition: all 0.15s;
    margin-bottom: 7px;
}
.wa-slot-opt:hover {
    border-color: #f3a823;
    background: #fffcf5;
}
.wa-slot-opt.sel {
    border-color: #f3a823;
    background: #fffcf5;
}
.wa-slot-opt input[type="checkbox"],
.wa-slot-opt input[type="radio"] {
    accent-color: #f3a823;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}
.wa-slot-hint {
    font-family: inherit;
    font-size: 10px;
    font-weight: 500;
    color: #aeb5be;
    text-transform: none;
    letter-spacing: 0;
}
.wa-slot-lbl {
    font-size: 13px;
    font-weight: 500;
    color: #182636;
}
.wa-slot-badge {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.wa-slot-badge.res {
    background: #eaf1f8;
    color: #192536;
}
.wa-slot-badge.com {
    background: #fdf5e6;
    color: #f3a823;
}
.wa-avail-saved .wa-slot-opt {
    opacity: 0.6;
    pointer-events: none;
}
.wa-avail-saved .wa-day-acc-hdr {
    pointer-events: none;
    opacity: 0.75;
}

/* ═══════════════════════════════════════════════════════════════
   Calendar-grid availability  (col-md-5 stationary, no scroll)
   ═══════════════════════════════════════════════════════════════ */

/* Legend dots */
.wa-leg-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    flex-shrink: 0;
}
.wa-leg-dot.res { background: #d3e8f7; border: 1.5px solid #8bbcd8; }
.wa-leg-dot.com { background: #fdecc8; border: 1.5px solid #f3a823; }
.wa-leg-dot.sel { background: #f3a823; border: 1.5px solid #c97e00; }

/* Grid wrapper — no overflow, fills the card width */
.wa-cal-wrap {
    border-radius: 10px;
    border: 1.5px solid #eaebf5;
    overflow: hidden;          /* no scroll at all */
}

/* Table: fixed layout so cells share equal width within the container */
.wa-cal-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

/* ── Group header row (Res / Com) ──────────────────────────────── */
.wac-grp {
    text-align: center;
    font-family: "Trajan Pro", serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 7px 4px 6px;
    border-bottom: 1.5px solid #eaebf5;
}
.wac-grp-res {
    background: #eaf1f8;
    color: #192536;
    border-right: 1.5px solid #eaebf5;
}
.wac-grp-com {
    background: #fdf5e6;
    color: #9B5800;
}

/* Day header column (top-left rowspan cell) */
.wac-day-hdr {
    background: #f5f4f2;
    border-right: 1.5px solid #eaebf5;
    border-bottom: 1.5px solid #eaebf5;
    font-family: "Trajan Pro", serif;
    font-size: 10px;
    font-weight: 700;
    color: #aeb5be;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 6px 8px;
    width: 40px;
}

/* ── Shift sub-headers ─────────────────────────────────────────── */
.wac-shdr {
    text-align: center;
    padding: 5px 2px 6px;
    border-bottom: 1.5px solid #eaebf5;
    vertical-align: top;
}
.wac-shdr:not(:last-child) { border-right: 1px solid #eaebf5; }
.wac-shdr-res { background: #f6faff; }
.wac-shdr-com { background: #fffcf5; }
.wac-shdr-lbl {
    font-family: "Trajan Pro", serif;
    font-size: 9.5px;
    font-weight: 700;
    color: #192536;
    white-space: nowrap;
}
.wac-shdr-time {
    font-size: 8.5px;
    color: #aeb5be;
    margin-top: 2px;
    line-height: 1.3;
    white-space: nowrap;
}

/* ── Day column ────────────────────────────────────────────────── */
.wac-day-col {
    background: #f5f4f2;
    border-right: 1.5px solid #eaebf5;
    vertical-align: middle;
    text-align: center;
    width: 40px;
    padding: 0 4px;
}
.wac-dayname {
    font-family: "Trajan Pro", serif;
    font-size: 10.5px;
    font-weight: 700;
    color: #192536;
    display: block;
    padding: 10px 0;
}

/* ── Body rows ─────────────────────────────────────────────────── */
.wa-cal-table tbody tr { border-top: 1px solid #f0f0f0; transition: background .1s; }
.wa-cal-table tbody tr:hover td      { background: #fafafa; }
.wa-cal-table tbody tr:hover .wac-day-col { background: #eeedeb; }
.wa-cal-table tbody td {
    text-align: center;
    padding: 5px 3px;
    vertical-align: middle;
}
.wa-cal-table tbody td:not(:last-child) { border-right: 1px solid #f0f0f0; }

/* ── Clickable cell ────────────────────────────────────────────── */
.wac-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1.5px solid #e0e3ea;
    background: #fff;
    cursor: pointer;
    transition: all .14s cubic-bezier(.4,0,.2,1);
    font-size: 11px;
    color: transparent;
    user-select: none;
}
.wac-cell.res { border-color: #b3cfe8; background: #eaf1f8; }
.wac-cell.com { border-color: #f0c97a; background: #fdf5e6; }

.wac-cell:hover {
    border-color: #f3a823;
    background: #fffcf5;
    transform: scale(1.12);
    box-shadow: 0 2px 8px rgba(243,168,35,.22);
}
.wac-cell.on {
    background: #f3a823 !important;
    border-color: #c97e00 !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(243,168,35,.35);
}
.wac-cell.on i { color: #fff; font-size: 10px; }

/* ── Locked state — block all interactions on wrapper ──────────── */
.wa-avail-saved .wa-cal-wrap {
    opacity: .65;
    pointer-events: none;
}

/* ═══════════════════════════════════════════════════════════════
   Selected-schedule summary panel
   ═══════════════════════════════════════════════════════════════ */
.wa-summary-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Trajan Pro", serif;
    font-size: 11px;
    font-weight: 700;
    color: #192536;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 9px 12px;
    background: #f5f4f2;
    border-radius: 8px 8px 0 0;
    border: 1.5px solid #eaebf5;
    border-bottom: none;
}
.wa-summary-badge {
    margin-left: auto;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
    background: rgba(243,168,35,.15);
    color: #9B5800;
    border: 1px solid rgba(243,168,35,.3);
    letter-spacing: 0;
    text-transform: none;
}
.wa-summary-body {
    border: 1.5px solid #eaebf5;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 8px 10px;
    background: #fff;
}
.wa-sum-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px solid #f5f5f5;
}
.wa-sum-row:last-child { border-bottom: none; }
.wa-sum-day {
    font-family: "Trajan Pro", serif;
    font-size: 10.5px;
    font-weight: 700;
    color: #192536;
    min-width: 28px;
    text-align: center;
    flex-shrink: 0;
}
.wa-sum-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.wa-sum-pill {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.wa-sum-pill.res {
    background: #eaf1f8;
    color: #192536;
    border: 1px solid #b3cfe8;
}
.wa-sum-pill.com {
    background: #fdf5e6;
    color: #9B5800;
    border: 1px solid #f0c97a;
}

