@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700;800;900&family=Roboto+Mono:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Mulish', sans-serif;

}

@font-face {
    font-family: 'Switzer';
    src: url("../fonts/Switzer-Medium.de6bfbf58724.woff2") format('woff2'),
        url("../fonts/Switzer-Medium.5a6d2638558b.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url("../fonts/Switzer-Semibold.20fce1dd289f.woff2") format('woff2'),
        url("../fonts/Switzer-Semibold.6726f2557268.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url("../fonts/GeneralSans-Semibold.41d0d33f6d51.woff2") format('woff2'),
        url("../fonts/GeneralSans-Semibold.b65739f21e52.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.top-4 {
    top: 4rem !important;
}

.file-img {
    border-style: none;
    display: inline-block;
    max-width: 13%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

input.invalid-field-err {
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    overflow: hidden;
    border: 1px #DC3545 solid;
}

div.invalid-field-msg {
    color: #576479;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.14px;
    word-wrap: break-word;
    padding-left: 1.2em;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("../images/alert-triangle.907a7c2b76d0.svg");
}

/****** Pet kennel Card ******/
.pet-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px;
}

.pet-card {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 0px 15px;
    margin-bottom: 20px;
    position: relative;
}

.pet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.pet-content {
    padding: 15px 0px;
}

.pet-name {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    margin: 0;
    position: relative;
}

.pet-name:hover .tooltip-popup {
    display: block;
}

.tooltip-popup {
    display: none;
    position: absolute;
    top: -45px;
    right: -120px;
    background-color: #2c3e50;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 1000;
}

.tooltip-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2c3e50 transparent transparent transparent;
}

.header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.add-photos-link-disabled {
    display: inline-flex;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    gap: 8px;
    color: #ADB5BD;
    border-bottom: 1px solid var(--Starwood-Gray-500, #ADB5BD);
}

.add-photos-link {
    display: inline-flex;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    gap: 8px;
    color: #0D6EFD;
    border-bottom: 1px solid var(--Starwood-Gray-500, #0D6EFD);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
    align-items: start;
}

.info-column h6 {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 4px;
}

.info-column .value {
    font-size: 13px;
    color: #212529;
}

.status-column {
    text-align: left;
}


.status-layout{
    display: inline-flex;
    padding: 4px 8px 5px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid var(--Starwood-Gray-100, #E5E1E6);
    background: #FFF;
}
.status-active {
    color: #001231;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; 
}

.status-disabled {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.arrow-icon {
    font-size: 10px;
    margin-left: 4px;
}

.status-icon {
    font-size: 12px;
    margin-right: 4px;
}


@media (max-width: 576px) {
    .pet-container {
        padding: 15px 10px;
    }
    
}
/****** HEADER ******/
header {
    border-bottom: 1px solid #E5E1E6;
    padding: 12px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mid h3 {
    font-size: 20px;
    font-weight: 800;
    color: #001231;
}

.header-right ul {
    display: flex;
    align-items: center;
}

.header-right ul li {
    margin-left: 17px;
}
.pet-img-size{
    max-width: 100%;
    max-height: 355px;
}

/**** LOGIN TOUR ****/
.tg-dialog, .tg-backdrop{
    z-index: 1000 !important;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
    padding: 6px 25px;
    border: 1px solid #cbcfd5;
    color: black;
    border-radius: 25px;
    font-weight: 500;
    font-size: .90rem;
    white-space: nowrap;
}
.tg-dialog .tg-dialog-footer button#tg-dialog-next-btn {
    background-color: #7BCB79;
    color: white;
    font-weight: 700;
}
.tg-dialog .tg-dialog-footer button#tg-dialog-prev-btn {
    font-weight: 700;
    color: #475467;
}
.tg-dialog .tg-dialog-footer {
    padding: 0px 25px 25px 25px;
}
.disabled_btn {
    opacity: 0.7;
}
/***** STAR WOOD SEC ****/
.starwood-sec {
    padding: 25px 0;
}

.alert_info {
    border-left: 4px solid #0D6EFD;
}
.alert_R{
    border-left: 4px solid #DC3545;
}

.alert_G{
    border-left: 4px solid #7BCB79;
}

.alert_Y{
    border-left: 4px solid #EFBB40;
}

.upcoming-info {
    background-color: #F8F9FA;
    padding: 20px;
    border-radius: 4px;
    position: relative;
}

.cross-icon {
    position: relative;
    float: right;
    margin-top: -1em;
}

.upcoming-info .media {
    display: flex;
    align-items: flex-start;
}

.upcoming-info .media span {
    display: flex;
    align-items: center;
    width: 20px;
}

.upcoming-info .media .banner-text {
    flex: 1;
    width: 100%;
    padding-left: 12px;
    color: #001231;
}

.upcoming-info .media .text-box {
    flex: 1;
    width: 100%;
    padding-left: 12px;
}

.upcoming-info .media .text-box h3 {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
}

.upcoming-info .media .text-box p {
    color: #5D6B98;
    font-size: 16px;
    font-weight: 500;
    margin: 9px 0 6px 0;
}

.upcoming-info .media .text-box a {
    color: #0D6EFD;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}

/**** BOOKING STAT *****/
.bookking-stat {
    background-color: #FBFBFC;
    border-radius: 6px;
    margin-top: 40px;
    border: 1px solid #E5E1E6;
}
.booking_status_tab {
  font-weight: 600;
  font-size: 18px;
  padding: 11px 18px;
  border-radius: 0;
  position: relative;
  color: #001231;
}

.nav-pills2 {
    border-bottom: 1px solid #E0E0E0;
}

.nav-pills2 .nav-item .nav-link {
    color: #525252;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 0;
    position: relative;
    color: #8C9297;
}

.nav-pills2 .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #001231;
    height: 1px;
    opacity: 0;
}

.nav-pills2 .nav-item .nav-link:hover {
    color: #001231;
}

.nav-pills2 .nav-item .nav-link.active {
    color: #001231;
    background-color: transparent;
}

.nav-pills2 .nav-item .nav-link:hover::after {
    opacity: 1;
}

.nav-pills2 .nav-item .nav-link.active::after {
    opacity: 1;
}


/***** BOOKING DETAIL TAB *****/

.show-main-btn-resp {
    display: none;
}
.booking-status-tabs {
    padding: 24px 24px 0;
}

.booking-detail {
    padding: 0;
}

.booking-detail ul {
    position: relative;
    margin-bottom: 16px;
}

.booking-detail ul::after {
    position: absolute;
    content: "";
    left: 15px;
    top: 3px;
    width: 2px;
    height: 94%;
    background-color: #D9D9D9;
}

.booking-detail ul li {
    margin-bottom: 17px;
}

.booking-detail ul li:last-child {
    margin: 0;
}

.booking-detail .media {
    display: flex;
    align-items: flex-start;
}

.booking-detail .media.disabled .text-box h4 {
    color: #8C9297;
}

.booking-detail .media.disabled .text-box p {
    color: #8C9297;
    opacity: 0.5;
}

.blue-color {
    color: #001231 !important;
}

.booking-detail .media span {
    background-color: #fff;
    border: 1px solid #E5E1E6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.booking-detail .media .text-box {
    flex: 1;
    width: 100%;
    padding-left: 16px;
}

.booking-detail .media .text-box h4 {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.tag {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.vido-tag {
    /*display: none;*/
    display: flex;
    align-items: center;
    background-color: #F2F4F7;
    border-radius: 16px;
    color: #0D6EFD;
    font-size: 12px;
    height: 22px;
    padding: 0 8px;
    font-weight: 600;
    justify-content: center;
}

.vido-tag img {
    margin-right: 4px;
}

.booking-detail .media .text-box p {
    font-size: 14px;
    font-weight: 500;
    color: #001231;
    line-height: 125%;
}

.collapse-tag {
    background-color: #F2F4F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    color: #006580;
    font-size: 10px;
    font-weight: 500;
    margin-left: 21px;
    padding: 0 8px;
}

.collapse-tag[aria-expanded="false"]{
    background-color: #006580;
    color: #F2F4F7;
}

.collapse-tag[aria-expanded="false"] img{
    display: none;
}

.collapse-tag[aria-expanded="false"]::after {
    content: "Expand";
}

.collapse-tag[aria-expanded="true"]::after {
    content: "Collapse";
}

.collapse-tag img {
    margin-right: 5px;
}

.green-bg {
    background-color: #7BCB79 !important;
    border-color: #7BCB79 !important;
}

.blue-bg {
    background-color: #006580 !important;
    border-color: #006580 !important;
}

.gray700-bg {
    background-color: #475467 !important;
    border-color: #475467 !important;
}

.submenu {
    padding: 15px 0 0 0;
}

.submenu ul li {
    margin-bottom: 11px;
}

.submenu ul li .media {
    align-items: center;
}

.submenu ul li .media .text-box h4 {
    margin: 0;
}

.booking-status-tabs .image-holder {
    position: relative;
    max-width: 506px;
    width: 100%;
    margin-left: auto;
}

.booking-status-tabs .image-holder a.pencil-btn {
    border-radius: 24px;
    border: 1.5px solid #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 16px;
    right: 18px;
}

/***** TRAVEL DETAIL ******/
.travel-detail {
    margin: 40px 0 0 0;
}

.nav-pills1 .nav-item {
    margin-right: 16px;
}

.nav-pills1 .nav-item:last-child {
    margin-right: 0;
}

.nav-pills1 .nav-item .nav-link {
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 13px;
}

.nav-pills1 .nav-item .nav-link span {
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    margin-left: 8px;
    padding: 0 12px;
    background-color: #F2F4F7;
    border-radius: 16px;
}

.nav-pills1 .nav-item .nav-link:hover {
    background-color: #006580;
    color: #fff;
}

.nav-pills1 .nav-item .nav-link.active {
    background-color: #006580;
    color: #fff;
}

.nav-pills1 .nav-item .nav-link:hover span {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
}

.nav-pills1 .nav-item .nav-link.active span {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
}

/***** TRAVEL HISTORY *****/
.travel-history {
    border: 1px solid #E5E1E6;
    background-color: #FBFBFC;
    border-radius: 8px;
    padding: 12px 24px;
    margin-top: 24px;
}

.travel-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
    padding: 16px 16px;
    margin: 12px 0;
}

.travel-box h4 {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #001231;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E5E1E6;
    margin-bottom: 14px;
    padding-bottom: 10px;
}

.travel-box h4 img {
    margin-left: 6px;
}

.travel-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.travel-box .media:last-child {
    margin: 0;
}

.travel-box .media h5 {
    color: #001231;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    max-width: 50%;
}

.status {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    height: 24px;
    padding: 0 10px;
    border-radius: 6px;
}

.status span {
    background-color: #12B76A;
    width: 6px;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 6px;
}

.status.ofline {
    color: #8C9297;
}

.status.ofline span {
    background-color: #ADB5BD !important;
}

.status.not_started {
    color: #8C9297;
}

.status.not_started span {
    background-color: #ADB5BD;
}

.status.started {
    color: #344054;
}

.status.started span {
    background-color: #FFFF00;
}
.status.overdue {
    color: white;
    background-color: #dc0d0d;
}

.status.overdue span {
    background-color: white;
}

.status.overdue-canvas span {
    background-color: #dc0d0d;
}

.status.pending {
    color: #344054;
}

.status.pending span {
    background-color: #dd8e40 !important;
}

.status.alert {
    color: #344054;
}

.status.alert span {
    background-color: #dc0d0d !important;
}

.travel-box .media a {
    color: #006580;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}

.travel-box .media p {
    color: #475467;
    font-weight: 500;
    font-size: 16px;
}

/**** APPOINTMENT *****/
.appointment {
    border: 1px solid #E5E1E6;
    border-radius: 8px;
    margin: 40px 0 0 0;
    background-color: #FBFBFC;
}

.appointment-top {
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid #E5E1E6;
}

.appointment-top-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment-status{
    border-radius: 9px;
    font-size: 13px;
    padding: 0px 6px;
    height: fit-content;
    font-weight: bold;
    margin-left: 0px;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 14px;
}

.date-status{
    border-radius: 9px;
    font-size: 13px;
    padding: 0px 6px;
    height: fit-content;
    font-weight: bold;
    margin-left: 10px;
}

.tentative{
    border: 1px solid #D0D5DD;
    background-color: #fff;
    color: #344054;
}

.updated{
    background-color: #fff;
    color: #006580;
    border: 1px solid #006580;
}

.finalized{
    background-color: #006580;
    color: #fff;
    border: 1px solid #006580;
}

.appointment-top p{
    color: #475467;
    font-size: 11px;
    margin-top: 10px;
}
.vet-timeline-explainer{
    font-size: 15px !important;
}
.paw_name_div{
    display: flex;
    align-items: end;
    margin-left: 10px;
    align-content: center;
    flex-wrap: wrap;
}

.paw_name{
    vertical-align: text-top;
    margin-left: 5px;
}

.appointment-top h4 {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.appointment-top ul {
    display: flex;
    align-items: center;
}

.appointment-top ul li {
    margin-left: 12px;
}

.modal-corner-btn {
    border: 1px solid #E5E1E6;
    border-radius: 4px;
    background-color: #F8F9FA;
    display: flex;
    align-items: center;
    color: #006580;
    font-weight: 600;
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}
.modal-corner-btn:hover {
    background-color: #fff;
}
.link-text {
    color: #006580 ;
}

.appointment-top ul li a {
    border: 1px solid #E5E1E6;
    border-radius: 4px;
    background-color: #F8F9FA;
    display: flex;
    align-items: center;
    color: #006580;
    font-weight: 600;
    height: 30px;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}

.appointment-top ul li a:hover,
.detail-btn:hover {
    background-color: #fff;
}

.appointment-top ul li a img {
    margin: 0 8px;
}

.appointment-inner {
    padding: 20px;
}

.appointment-box {
    border: 1px solid #E5E1E6;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.appointment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appointment-head .media {
    display: flex;
    align-items: center;
}

.media-name {
    display: flex;
    align-items: center;
}

.appointment-head h4 {
    color: #001231;
    font-weight: bold;
    font-size: 18px;
    margin-right: 12px;
}

.appointment-head span {
    display: flex;
    align-items: center;
    color: #475467;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
    line-height: 1;
}

.appointment-head span img {
    margin-right: 6px;
}

.appointment-head .plus-minus .plus-icon {
    display: none;
}

.appointment-body {
    padding: 28px 0 14px;
}

.appointment-body h4 {
    color: #001231;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1;
}

.appointment-body p {
    color: #475467;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 150%;
    max-width: 360px;
    width: 100%;
}

.appointment-body ul li {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    position: relative;
    padding-left: 22px;
}

.appointment-body ul li::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background-color: #475467;
    width: 8px;
    border-radius: 50%;
    height: 8px;
}

.appointment-body li{
    font-size: 14px !important;
}

.detail-btn {
    border: 1px solid #E5E1E6;
    border-radius: 4px;
    background-color: #F8F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006580;
    font-weight: 600;
    height: 30px;
    padding: 0;
    width: 100px;
    font-size: 14px;
    margin-left: auto;
}

.detail-btn img {
    margin-left: 9px;
}

.error-info-btn {
    background-color: #F8F9FA;
    border: 1px solid #E5E1E6;
    border-radius: 4px;
    height: 30px;
    width: 134px;
    justify-content: center;
}

/***** KNOWLEDGE BASE ******/
.knowledge-base {
    background-color: #FBFBFC;
    border: 1px solid #E5E1E6;
    margin-top: 40px;
    padding: 20px 24px;
    border-radius: 8px;
}

.knowledge-base h3 {
    color: #001231;
    font-size: 24px;
    font-weight: 800;
}

.knowledge-base-inner {
    margin: 26px 0 0 0;
}

.knowledge-base-inner h4 {
    color: #001231;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
}

.knowledge-detail {
    margin-top: 16px;
}

.accordion-item {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid #E5E1E6;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E5E1E6;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    padding: 18px 20px;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #001231;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.ac-minus-icon {
    display: none;
}

.accordion-body {
    padding: 0 20px 20px;
}

.accordion-body p {
    color: #4A5578;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.accordion-button:not(.collapsed) span .ac-plus-icon {
    display: none;
}

.accordion-button:not(.collapsed) span .ac-minus-icon {
    display: block;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/****** FLIGHT DESTINATION *****/
.flight-destination {
    margin: 40px 0 0 0;
}

.flight-destination-mid {
    background-color: rgba(248, 249, 250, 0.5);
    border: 1px solid #E5E1E6;
    border-radius: 8px;
    height: 100%;
}

.flight-destination-mid h4 {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 16px;
}

#flights-header div{
    border-bottom: 1px solid #E5E1E6;
}

.coordinator-details-modal h4{
    border-bottom: 1px solid #E5E1E6;
}

.flight-box-main {
    padding: 14px 24px 48px;
}

.flight-box-main .flight-segment {
    border-bottom: 1px solid #E5E1E6;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.flight-box {
    margin-bottom: 20px;
}

.flight-box:last-child {
    margin-bottom: 0;
}

.flight-box .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.flight-box .media:last-child {
    margin: 0;
}

.flight-box .media h5 {
    color: #001231;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.flight-box .media h5 img {
    margin-right: 8px;
}

.flight-box .media ul {
    display: flex;
    align-items: center;
}

.flight-box .media ul li {
    color: #001231;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-left: 8px;
}

.flight-box .media ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 100px;
    background-color: #006580;
    height: 27px;
    width: 81px;
    justify-content: center;
}
.flight-box .media ul li .no-link {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 100px;
    background-color: #006580;
    height: 27px;
    width: 81px;
    justify-content: center;
}
.flight-box .media .text-box {
    display: flex;
}

.flight-box .media .text-box p {
    color: #4A5578;
    font-weight: 500;
    font-size: 14px;
    flex: 1;
    width: 100%;
    padding-left: 20px;
}

.flight-box .media .text-box p strong {
    display: block;
    font-weight: bold;
}

.Coordinator-inner {
    padding: 4px 20px 24px;
}

.Coordinator-inner .media2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.Coordinator-inner .media2 h5 {
    color: #001231;
    font-size: 20px;
    padding-left: 16px;
    font-weight: bold;
    line-height: 1;
    overflow-wrap: break-word;
    white-space: nowrap;
}

.Coordinator-inner ul li {
    margin-bottom: 16px;
}

.Coordinator-inner ul li:last-child {
    margin: 0;
}

.Coordinator-inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D0D5DD;
    border-radius: 100px;
    color: #344054;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
}

.Coordinator-inner ul li a img {
    margin: 0 10px;
}

/**** FLIGHT PICKUP *****/
.flight-pickup-preview h4 {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 16px;
}
.flight-pickup {
    border-radius: 8px;
    border: 1px solid #E5E1E6;
    background: #FBFCFC;
    height: 100%;
}

.destination-team {
    padding: 20px 24px;
}

.destination-team .media {
    display: flex;
    margin-bottom: 14px;
    align-items: flex-start;
}

.destination-team .media:last-child {
    margin-bottom: 0;
}

.destination-team .media span {
    max-width: 18px;
    width: 100%;
}

.destination-team .media span img{
    vertical-align: top;
    max-width: fit-content;
    width: 18px;
}

.destination-team .media .text-box {
    flex: 1;
    width: 100;
    padding-left: 10px;
}

.destination-team .media .text-box h4 {
    color: #001231;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.destination-team .media .text-box strong {
    color: #4A5578;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
}

.destination-team .media .text-box p {
    color: #4A5578;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.destination-team .media .text-box ul {
    color: #4A5578;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}

.travel-history .swiper-slide {
    margin-top: 0 !important;
}

/* Tracking  */
.tracking-main {
    border-radius: 8px;
    border: 1px solid #E5E1E6;
    background: #FFF;
    margin-top: 10px;
    padding: 12px 16px;
    max-width: 421px;
    width: 100%;
}

.booking-detail .media .text-box .tracking-main p {
    font-size: 16px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.booking-detail .media .text-box .tracking-main .track-date {
    font-family: 'Roboto Mono', monospace;
    color: #475467;
    font-weight: 500;
    padding: 7px 0;
}

.booking-detail .media .text-box .tracking-main .track-pra {
    color: #475467;
}

.white-bg {
    border: 1.5px solid #E5E1E6 !important;
    background: #F8F9FA !important;
}

.booking-detail .media .text-box .hdg-gray {
    color: #8C9297;
}

.offcanvas-header button {
    border: 0;
    background: transparent;
    padding: 0;
}
.status-border-right{
    border-right: 1px solid;
    color: #ADB5BD;
    height: 20px;
}
.offcanvas-body .status,
.offcanvas-body p,
.offcanvas-body h4 {
    font-size: 16px;
    border: 0;
    color: #001231;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    height: auto;
    padding: 0;
    border-radius: 0;
}

.contact-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas-body .status.pending span {
    background-color: #B2E1D8;
    width: 4px;
    height: 4px;
}

.contact-top h4 {
    margin-right: 8px;
}

.offcanvas-title {
    font-size: 20px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.offcanvas-header {
    border-bottom: 1px solid #E5E1E6;
    padding: 16px 24px;
}

.offcanvas-body {
    padding: 16px 24px;
}

.alert-canvas .alert-main {
    border-radius: 8px;
    background: #006580;
    padding: 12px 16px;
}

.alert-canvas .alert-main p {
    font-size: 14px;
    color: #FFF;
    /* Text sm/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.alert-canvas .alert-main img {
    padding-right: 8px;
}

.alert-canvas {
    margin-top: 20px;
    margin-bottom: 36px;
}

.offcanvas.offcanvas-end {
    max-width: 484px;
    width: 100%;
}
.add-ons-offcanvas.offcanvas-end {
    max-width: 620px;
    width: 100%;
}
.contact-primary h4 {
    font-size: 18px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
}

.contact-switch {
    padding-bottom: 20px;
}

.contact-primary {
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    background: #FCFCFD;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-primary .form-label {
    font-size: 14px;
    /* Text sm/Medium */
    font-family: 'Inter', sans-serif;
    color: #344054;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact-primary .form-label span,
.radio-pra span,
.details label span,
.span {
    color: #D92D20;
}

.contact-primary div input:not([type="checkbox"]) {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 12px;
}

.contact-primary div input[type="checkbox"] {
    border-radius: 25px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 12px;
}

.contact-primary .form-main {
    padding-bottom: 20px;
}

.contact-primary .form-select {
    font-size: 16px;
    max-width: 80px;
    width: 100%;
    margin-right: 20px;
    color: #667085;
    /* Text md/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding: 8px 12px;
}

.contact-primary .form-select-big {
    font-size: 16px;
    width: 100%;
    margin-right: 20px;
    color: #667085;
    /* Text md/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding: 8px 12px;
}

.emergency-contact p {
    font-size: 14px;
    color: #475467;
    /* Text sm/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}

.emergency-contact h4 {
    padding-bottom: 8px;
}

.form-main .input-group-text {
    background-color: transparent;
    padding: 8px 12px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
}

.form-main .input-group input {
    border-right: 0;
}

.travel span {
    font-size: 14px;
    color: #475467;
    /* Text sm/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.form-switch .form-check-input:checked {
    background-color: #7BCB79;
}

.form-switch .form-check-input {
    width: 44px;
    height: 24px;
    border: 0;
}

.calender-form input[type="date"] {
    flex-direction: row-reverse;
    width: 100%;
}

.travel {
    margin-bottom: 20px;
}

.shipping {
    margin-bottom: 20px;
}

.m-text-20 {
    margin-top: 20px;
}

.main-btn {
    border: 0px;
    font-size: 16px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    border-radius: 24px !important;
    background: #7BCB79 !important;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    padding: 12px 24px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel-btn {
    border: 1px solid #8C9297 !important;
    font-size: 16px;
    color: #8C9297;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    padding: 12px 24px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn-duplicate {
    border: 0px;
    font-size: 16px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    border-radius: 24px;
    background: #7BCB79;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.later-btn {
    background-color:#F8F9FA;
    color:#475467;
}

.pet-file h4 {
    padding-bottom: 20px;
}

input[type="file"] {
    opacity: 0;
    position: relative;
    left: 0;
    top: 0;
}

.pet-file label {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    margin-bottom: 20px;
}

.pet-file .cloud-icon {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    margin-bottom: 12px;
}

.pet-file p {
    font-size: 14px;
    color: #8C9297;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.pet-file span {
    font-weight: 700;
    color: #0D6EFD;
}

.pet-file .pet-pra {
    font-size: 12px;
    line-height: 18px;
}

.file-set h4 {
    padding-bottom: 20px;
}

.file-set label {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    margin-bottom: 20px;
}

.file-set .cloud-icon {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    margin-bottom: 12px;
}

.file-set p {
    font-size: 14px;
    color: #8C9297;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.file-set span {
    font-weight: 700;
    color: #0D6EFD;
}

.file-set .pet-pra {
    font-size: 12px;
    line-height: 18px;
}

.pet-info {
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 16px;
}

.pet-info .text-box h4,
.pet-info span,
.pet-info small {
    font-size: 14px;
    color: #344054;
    /* Text sm/Medium */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 0;
}

.pet-info .text-box {
    flex: 1;
    padding-left: 12px;
}

.pet-info span {
    display: block;
    font-weight: 400;
    color: #475467;
    margin-bottom: 5px;
}

.pet-info .progress {
    height: 8px;
    max-width: 256px;
    width: 100%;
}

.pet-info .progress .progress-bar {
    background-color: #006580;
}

.pet-info small {
    margin-left: 12px;
}


.file-info {
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 12px;
}

.file-info .text-box h4,
.file-info span,
.file-info small {
    font-size: 14px;
    color: #344054;
    /* Text sm/Medium */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 0;
}

.file-info .text-box {
    flex: 1;
    padding-left: 12px;
}

.file-info span {
    display: block;
    font-weight: 400;
    color: #475467;
    margin-bottom: 5px;
}

.file-info .progress {
    height: 6px;
    width: 100%;
}

.file-info .progress .progress-bar {
    background-color: #006580;
}

.file-info small {
    margin-left: 12px;
}

.pet-top-pra p {
    font-size: 18px;
    color: #4A5578;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    padding: 8px 0;
    padding-top: 16px;
    max-width: 436px;
    width: 100%;
}

.contact-comp ul li a {
    color: #4A5578;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
}

.contact-comp ol li a {
    color: #0D6EFD;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
}

.contact-comp ul li,
.contact-comp ol li {
    margin-bottom: 12px;
}

.contact-comp ul li:last-child,
.contact-comp ol li:last-child {
    margin-bottom: 0;
}

.pet-pra-comp p {
    padding-bottom: 20px;
}

.pet-comp h4 {
    padding-bottom: 12px;
}

.offcanvas-body .contact-comp ul li,
.offcanvas-body .comp-pra {
    font-size: 18px;
    color: #4A5578;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
}

.offcanvas-body .comp-pra {
    padding-left: 24px;
    padding-top: 8px;
}

.contact-primary .pick-contact {
    padding-bottom: 46px;
}

.optional label,
.optional p,
.contact-primary .area-pra,
.contact-primary .radio-pra,
.contact-primary .main-pra {
    font-size: 14px;
    color: #344054;
    /* Text sm/Medium */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 6px;
}

.optional span {
    color: #667085;
    font-weight: 400;
}

.optional input {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 108px;
}

.optional p {
    color: #475467;
    font-weight: 400;
    padding-top: 6px;
    margin-bottom: 0;
}

.contact-primary .area-pra {
    color: #475467;
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.yes-radio {
    padding-right: 32px;
}

.form-check-main label {
    font-size: 16px;
    color: #475467;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.form-check-main {
    padding-bottom: 24px;
}

.message-input,
.details .message-input {
    height: 68px;
}

.contact-primary .handling-main {
    padding-bottom: 24px;
}

.contact-primary .main-pra {
    padding-top: 6px;
}

.offcanvas-body .inst-pra {
    font-size: 16px;
    color: #4A5578;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    padding-top: 4px;
    padding-bottom: 28px;
}

.contact-primary .med-form {
    padding-bottom: 12px;
}

.med-detail:focus {
    border: 0;
    background-color: transparent;
}

.med-detail[aria-expanded="true"] span img {
    transform: rotate(90deg);
}

.med-detail span {
    margin-right: 8px;
}

.contact-primary .med-detail {
    color: #475467;
    margin-bottom: 0;
    padding: 0;
    padding-top: 12px;
}

.form-check-input:checked[type=radio] {
    background-size: 18px;
    background-position: center;
}

.form-check-input:checked {
    background-color: transparent;
    border: 1.5px solid #0D6EFD;
}

.offcanvas-body .pass-pra {
    font-size: 18px;
    color: #4A5578;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    margin-bottom: 8px;
}

.pass-canvas {
    margin-bottom: 24px;
}

.vet-contact {
    padding-bottom: 36px;
}

.vet-contact-inner h4 {
    font-size: 20px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    padding-bottom: 0;
}

.vet-contact-inner .app-pra {
    font-size: 18px;
    color: #4A5578;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
    padding-bottom: 24px;
}

.vet-list li,
.offcanvas-body .vetlist-pra {
    font-size: 18px;
    list-style-type: decimal;
    color: #4A5578;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
}

.vet-list {
    padding-left: 16px;
    padding-top: 6px;
}

.vet-list li a {
    text-decoration: underline;
    color: #4A5578;
}

.vet-contact-inner {
    padding: 12px 16px;
    margin-bottom: 32px;
}

.appointment-date {
    padding-bottom: 6px;
}

.appointment-main input {
    height: 40px;
    color: #667085;
    /* Text md/Regular */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.after-app h4 {
    font-size: 20px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
    margin-bottom: 8px;
}

.after-app {
    padding: 0 24px 48px 24px;
}

.app2-list li {
    list-style-type: disc;
}

.app2-list {
    padding-left: 30px;
}

.vet-list2 {
    padding-left: 20px;
}

.vet-list .vet-anc {
    color: #0D6EFD;
    text-decoration: underline;
    font-weight: 600;
}

.avatar {
    border: 0;
    padding: 0;
    max-height: 50px;
}

.avatar::after {
    display: none;
}

.starwood .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.starwood label {
    font-size: 16px;
    color: #475467;
    /* Text md/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.starwood {
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #F2F4F7;
    background: #FCFCFD;
    padding: 20px;
}

.offcanvas-body .micro-pra {
    color: #4A5578;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    padding: 28px 0;
}

.main-link {
    text-decoration: underline;
    color: #0D6EFD;
    font-weight: 600;
}

.pick-starwood label {
    padding-left: 5px;
}

.microchip {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 8px;
}

.microchip-contact {
    padding-bottom: 16px;
}

.microchip-primary h4 {
    font-size: 20px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.after-app-chip p {
    color: #475467;
    font-weight: 400;
    max-width: 396px;
    width: 100%;
}

.after-app-chip {
    padding: 0;
    padding-bottom: 40px;
}

.map-travel {
    font-size: 16px;
    color: #006580;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-decoration-line: underline;
}

.map-main iframe {
    max-width: 460px
}

.modal-dialog {
    max-width: 823px;
    width: 100%;
}

.modal-sm {
    max-width: 500px;
    width: 100%;
}

.onboarding_modal_header{
    display: flex;
    align-self: center;
    border: 0px;
}

.modal-content {
    padding: 12px 20px 24px 20px;
}

.modal-dialog ul li {
    font-size: 16px;
    color: #475467;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
    margin-bottom: 12px;
}

.modal-dialog ul li:last-child {
    margin-bottom: 0;
}

.modal-body {
    padding: 0;
    height: 423px;
    overflow-x: auto;
    padding-top: 30px;
    padding-right: 80px;
}

.modal-title {
    font-size: 24px;
    color: #001231;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
}

.modal-header {
    padding: 0;
    padding-bottom: 12px;
}

.modal .btn-close {
    opacity: 1;
}

.personal-main {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

.personal-info {
    padding-top: 24px;
    /* background: #FBFCFD; */
}

.personal-info .personal-top h1 {
    font-size: 18px;
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.personal-info .personal-top p {
    font-size: 14px;
    color: #475467;
    /* Text sm/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 24px;
}

.personal-info .tab-content {
    padding-left: 80px;
}

.personal-info .avatar-img {
    padding-right: 20px;
}

.personal-info .upload-main {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 16px 24px;
    text-align: center;
    width: 100%;
    flex: 1;
}

.personal-info .upload-main img {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    margin-bottom: 12px;
}

.personal-info .upload-span,
.personal-info .upload-main p {
    color: #7BCB79;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.personal-info .upload-main p {
    color: #475467;
    font-weight: 400;
}

.personal-info .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #006580;
    border-left: 2px solid #006580;
}

.personal-info .nav-pills .nav-link {
    font-size: 14px;
    border-radius: 0;
    padding-left: 12px;
    text-align: start;
    color: #667085;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.mail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}

.input-main input {
    padding-left: 40px;
}

.personal-info form {
    background: #FFF;
    padding: 24px;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding-bottom: 0;
}

.personal-info .personal-upload {
    padding-bottom: 24px;
}

.personal-main-btn,
.coordinator-main-btn,
.add-ons-main-btn,
.personal-main-btn-gray {
    font-size: 14px;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    border-radius: 24px;
    background: #006580;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.learning-module-btn {
    border: 1px solid #006580;
    font-size: 14px;
    color: #006580;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 24px;
    background: white;
    padding: 10px 20px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.personal-main-btn-gray {
    border-radius: 24px;
    background: #F8F9FA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #8C9297;
}

.personal-info .form-label {
    font-size: 14px;
    color: #344054;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.personal-info form input,
.personal-info form input::placeholder {
    font-size: 16px;
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.personal-btn {
    border-top: 1px solid #EAECF0;
    padding: 16px 24px 17px 24px;
    display: flex;
    align-items: center;
}

.personal-info .alert-canvas .alert-main {
    border: 1px solid #E5E1E6;
    background: rgba(248, 249, 250, 0.50);
}

.personal-info .alert-canvas .alert-main p {
    font-size: 14px;
    color: #475467;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.personal-info .alert-canvas .alert-main p span {
    color: #001231;
    font-weight: 500;
    /* 142.857% */
}

.personal-info .alert-canvas {
    margin: 0;
}

.personal-info .personal-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.personal-info .personal-list .list-inner {
    font-size: 14px;
    color: #475467;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    align-items: center;
}

.personal-info .personal-list .list-inner span {
    color: #001231;
    font-weight: 500;
    margin-left: 3px;
}

.main-pra2,
.table>:not(caption)>*>* {
    font-size: 14px;
    color: #475467;
    /* Text sm/Regular */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding-bottom: 24px;
}

.personal-info .payment-form {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.personal-info .payment-info-form {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.personal-info .payment-form h4 {
    font-size: 14px;
    color: #001231;
    /* Text sm/Semibold */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 4px;
}

.personal-info .visa-pay-main {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.personal-info .visa-pay-main ul li:first-child {
    margin-right: 16px;
}

.personal-info .visa-pay-main ul li {
    font-size: 14px;
    color: #344054;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.personal-info .visa-pay-main ul li:nth-child(2) {
    margin-right: 10px;
}

.personal-info .visa-pay-main ul li:nth-child(3) {
    color: #101828;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.circle-span {
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
}

.personal-info .visa-pay-main a {
    font-size: 14px;
    color: #7BCB79;
    text-align: justify;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 228.571% */
}

.personal-info .visa-pay-main .payment-pra {
    font-size: 12px;
    color: #667085;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.personal-info .upcoming,
.personal-info .paid {
    font-size: 12px;
    color: #344054;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 150% */
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #F9FAFB;
    mix-blend-mode: multiply;
    padding: 2px 8px;
}

.personal-info .paid {
    color: #067647;
    border: 1px solid #ABEFC6;
    background: #ECFDF3;
}

.payment-info-inner table thead th {
    background: #FCFCFD;
    padding: 12px 24px 12px 8px;
}

.payment-info-inner table {
    vertical-align: middle;
}

.payment-info-inner tbody tr th:first-child {
    padding: 26px 24px 26px 8px;
    width: 230px;
}

.payment-info-inner tbody tr td:nth-child(2) {
    padding: 26px 24px 26px 8px;
}

.payment-info-inner tbody tr td:nth-child(3) {
    padding: 26px 16px 26px 12px;
}

.payment-info-inner tbody tr td:nth-child(4) {
    text-align: right;
    padding: 25px 12px;
}

.payment-info-inner table thead th:nth-child(4) {
    text-align: right;
    padding: 12px;
}

.personal-info .payment-form {
    padding-bottom: 24px;
}

.payment-info-inner table {
    margin-bottom: 0;
}

.payment-info-inner td:last-child {
    padding: 26px 16px;
}

.personal-info .eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.payment-modal .modal-body {
    padding: 20px 0;
}

.payment-modal label {
    font-size: 14px;
    padding-left: 0;
    color: #344054;
    /* Text sm/Medium */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.payment-modal input {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    margin-bottom: 20px;
}

.exp-main {
    margin-right: 14px;
}

.payment-modal .personal-main-btn {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.payment-modal .cancel-btn {
    font-size: 14px;
    color: #8C9297;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #8C9297;
    background: #FFF;
    display: flex;
    width: 100%;
    max-width: 160px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px !important;
    height: 44px;
}

.payment-modal .modal-body {
    height: auto;
}

.payment-modal .modal-dialog {
    max-width: 360px;
    margin: 0 auto;
}

.payment-modal .modal-title {
    font-size: 16px;
    font-family: 'General Sans';
    color: #1D2939;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
}

.payment-modal .modal-content {
    padding: 12px 16px 12px 16px;
}

.payment-modal .btn-close {
    background: transparent;
    padding: 0;
    margin: 0 !important;
    width: 20px;
    height: 20px;
    margin-top: auto;
    display: flex;
    align-items: center;
}

.appointment-page .appointment-top ul li a {
    font-size: 16px;
    color: #0D6EFD;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
}

.appointment-page .appointment-top ul li a img {
    margin: 0 4px;
}

.appointment-page .appointment-top h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 30px */
}

.appointment-page .appointment {
    background: transparent;
    border: 0;
}

.appointment-page .appointment-top {
    border: 0;
}

.appointment-page .appoint-text-box {
    margin-bottom: 24px;
}

.appointment-page .text-second p {
    font-size: 14px;
}

.appointment-page .appointment-body ul li {
    font-size: 14px;
    font-weight: 500;
}

.appointment-page .appointment-body {
    padding: 24px 0 14px;
    padding-bottom: 0;
}

.appointment-page .appointment-box {
    padding: 24px 20px;
}

.appointment-page .appointment-body h4 {
    font-size: 14px;
}

/* claender */
.calendar {
    width: 47rem;
    height: 55rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #041837;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
}

.month {
    width: 100%;
    height: 12rem;
    background-color: #4a0ba6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    text-align: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.month i {
    font-size: 2.5rem;
    cursor: pointer;
}

.month h1 {
    font-size: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
}

.month p {
    font-size: 1.6rem;
}

.weekdays {
    width: 100%;
    height: 5rem;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
}

.weekdays div {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    width: calc(44.4rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem;
}

.days div {
    font-size: 1.4rem;
    margin: 0.3rem;
    width: calc(40.4rem / 7);
    height: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
}

.days div:hover:not(.today) {
    border: 0.2rem solid #777;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.prev-date,
.next-date {
    opacity: 0.5;
}

.calendar .today {
    background-color: #4e0ba6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.calender .modal-dialog {
    max-width: 343px;
    margin: 0 auto;
}

.calender .flatpickr-day {
    color: #000 !important;
}

.calender .flatpickr-calendar.inline {
    background: transparent !important;
}

.calender .modal-body {
    overflow-x: inherit;
}

.calender .flatpickr-input[readonly] {
    display: none;
}

.calender .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    display: none;
}

.calender .flatpickr-current-month span.cur-month,
.calender span.flatpickr-weekday {
    color: #000;
}

.calender .flatpickr-prev-month svg path,
.calender .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: #000;
}

.calender .flatpickr-current-month {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #344054;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 171.429% */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.calender .flatpickr-current-month input.cur-year,
.calender .flatpickr-current-month .numInputWrapper {
    display: none;
}

.calender .today {
    background-color: #006580;
    color: #FCFCFD !important;
}

.calender .flatpickr-month {
    margin-bottom: 16px;
}

.calender .modal-body {
    height: auto;
}

.calender .personal-main-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender .personal-main-btn:hover {
    background-color: #006580;
    color: #FCFCFD;
}

.calender .flatpickr-calendar {
    box-shadow: none;
}

.calender .modal-footer {
    padding: 0 !important;
    padding-top: 12px !important;
}

.calender .modal-body {
    padding-right: 0;
    padding-top: 14px;
    padding-bottom: 13px;
}

.calender .flatpickr-day:hover {
    background-color: #006580;
    color: #FCFCFD !important;
}

.calender .flatpickr-day.selected {
    background-color: #006580;
    color: #FCFCFD !important;
}

.calender .modal-content {
    padding: 12px;
}

.calender .modal-title {
    color: #1D2939;
    font-family: 'General Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
}


.custom-loader {
  border: 4px solid #00000000;
  border-radius: 50%;
  border-top: 4px solid #7BCB79;
  border-bottom: 4px solid #7BCB79;
  border-right: 4px solid #7BCB79;
  width: 20px;
  height: 20px;
  margin-left: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.flight-tracking .map-main {
    max-width: 460px
}

.flight-tracking #googleMap {
  height: 460px;
  width: 100%;
  position: relative;
  overflow: hidden !important;
  min-width: 460px;
}

.flight-tracking #over_map {
  position: relative;
  top: -3em;
  left: 10px;
  z-index: 1000;
  background-color: white;
}
.flight-tracking .updated-EST-wrapper {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 16px;
  position: absolute;
  top: 285px;
  left: 12px;
  background-color: var(--starwoodgray-25);
  border-radius: 24px;
  border: 1px solid;
  border-color: var(--starwoodgray-100);
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.flight-tracking .updated-EST {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Mulish", Helvetica;
  font-weight: 400;
  color: var(--starwoodgreen-main);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17.5px;
  white-space: nowrap;
}

.modal-body .four-columns-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* columns */
.modal-body .four-columns-grid > * {
    padding-bottom: 1rem;
}

.modal-content .no-height {
    padding-top: 0px;
    padding-bottom: 0px;
    height: unset;
}

.mb1 {
    margin-bottom: 1em;
}

.coordinator-modal {
    display: flex;
    margin-top: 1em;
}

.coordinator-details {
  padding: 0;
  padding-left: 2em!important;
}

.coordinator-details h5 {
  margin-bottom: 1em;
}

.coordinator-details p {
  margin-bottom: 1em;
}

.coordinator-details ul li a {
    width: 221px;
}

img.coordinator-img {
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
}

img.coordinator-img-lg {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}

 #avatar-image,
.avatar-img img {
    max-width: 45px;
    max-height: 45px;
    border-radius: 50%;
}

@keyframes s2 {to{transform: rotate(1turn)}}

.fade-in-text {
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.no-content{
    text-align: center;
    background-color: rgb(255 255 255);
    border: 1px solid #E5E1E6;
    border-radius: 8px;
    color: grey;
    font-weight: bold;
    padding: 2% 5%;
    margin-top: 7%;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg) !important;
    opacity: 1;
}

.required_documents_ul{
    list-style: auto !important;
    margin-left:15px;
}

.required_documents_ul li{
    list-style: auto !important;
}

.ns_warning{
    display: flex;
    padding: 4px 8px 5px 8px;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid var(--Starwood-Red, #DC3545);
    background: #F8F9FA;
    color: var(--Starwood-Gray-800, #001231);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.ns_scheduled {
    border: 1px solid var(--Starwood-Green-main, #006580) !important;
}

.stw_ns_warn{
    border: 1px solid var(--Starwood-Gray-100, #E5E1E6) !important;
    background: var(--Starwood-Gray-25, #F8F9FA) !important;
}
.ns_warning img{
    height: 18px;
    width: 18px;
    margin-right: 4px;
}

#load-overlay{
    height: 100%;
    width: 100%;
    background: #646666;
    z-index: 10000;
    position: fixed;
    opacity: 50%;
    display: None;
    align-items: center;
}

.onboarding-modal-body{
    height: auto;
    padding: 0px;
}

.video-close-button{
    position: relative;
    float: right;
    top: 40px;
    right: 5px;
    z-index: 1500;
    background-color: #00000063;
    border: 1px solid #00000063;
    border-radius: 50%;
    color: white;
    padding: 4px 10px;
}
.print-nopadding{
    padding-top: 1.5rem;
}

.coordinator_display{
    display: inline-flex;
}

/* University Modules Styles */
/* Custom Colors */
:root {
    --teal: #006580;
    --light-green: #7BCB79;
    --light-pink: #FA00FF1A;
    --pink: #FA00FF;
    --border-color: #E5E1E6;
    --green: #7BCB79;
    --gray: #cccccc;
}

.module-loading-container {
    display: flex;
    align-items: center;
    height: 400px;
    width: 100%;
}

.module-modal.modal-xl {
    max-width: 1150px;
}
.module-modal .modal-body {
    height: 100%;
    overflow: hidden;
}
.module-modal .modal-content {
    background: #F8F9FA;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Header */
.module-modal .modal-header {
    padding: 8px 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
}
.modal-xl {
    max-width: 900px;
}
.module-modal .modal-title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-right: auto;
}

.progress-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    left: 55%;
    transform: translateX(-45%);
}

.progress-text {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}

.module-modal .progress {
    width: 200px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin: 0;
}

.module-progress-bar {
    background-color: var(--teal);
}

.btn-close {
    margin-left: auto;
}

/* Sidebar */
.sidebar {
    width: 250px;
    border-right: 1px solid var(--border-color);
    padding: 15px;
    max-height: 85vh;
    overflow: auto;
}

.module-list {
    margin: 0;
    padding: 0;
}

.module-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.2s;
    position: relative;
}

.module-item:hover:not(.disabled):not(.active) {
    background-color: #f8f9fa;
}

.module-item.active {
    border: 1px solid var(--teal);
    border-radius: 8px;
    background: white;
}

.module-item.disabled {
    cursor: not-allowed;
}

.green-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--green);
    position: relative;
}

.green-check::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.green-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--green);
}

.module-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}


.module-status {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Main Content */
.main-content {
    padding: 20px;
    background-color: #fff;
   max-height: 85vh;
    overflow: auto;
}

.content-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.back-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.back-link:hover {
    text-decoration: underline;
}

.current-module {
    color: #666;
    font-size: 14px;
}

/* Video Container */
/* .video-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
} */

.video-container video {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid white;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

.pause-icon {
    width: 14px;
    height: 16px;
    border-left: 4px solid white;
    border-right: 4px solid white;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.time-display {
    font-size: 12px;
    min-width: 35px;
}

.timeline {
    flex: 1;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.timeline-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: white;
    border-radius: 2px;
}

.timeline-handle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.volume-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.volume-slider {
    width: 80px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.volume-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: white;
    border-radius: 2px;
}

/* Text Content */
.text-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Quiz Section */
.quiz-section {
    margin-top: 20px;
}

.quiz-content {
    background-color: var(--light-pink);
    color: var(--pink);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

/* Footer */
.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
}

.save-btn {
    border: 1px solid #006580;
    color: #006580;
    background-color: white;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 500;
}

.save-btn:hover {
    background-color: #f8f9fa;
}

.next-btn {
    background-color: var(--light-green);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 44px;
    font-size: 16px;
}

.next-btn:hover {
    background-color: #97c49a;
}

@media print {
    .print-nopadding{
        padding-top: 0px !important;
    }
    .print-pb-4{
        padding-bottom: 1rem !important;
    }
    .flight-destination-mid {
        background-color: rgba(248, 249, 250, 0.5) !important;
        border: 1px solid #E5E1E6 !important;
        border-radius: 8px !important;
        height: 100% !important;
        margin: 0 !important;
    }
    .flight-pickup {
        border-radius: 8px !important;
        border: 1px solid #E5E1E6 !important;
        background: #FBFCFC  !important;
        height: 100%  !important;
    }
}

@media (min-device-width:320px) {
    .video-dimensions{
        width: 100%;
    }
    .coordinator_details{
        padding-left: 0%;
    }
}

@media (max-device-width: 425px) {
    .coordinator-main-btn, .add-ons-main-btn {
        padding: 10px 17px !important;
        font-size: 12px !important;
    }
    .task_due_date{
        font-size: 9pt !important;
    }
    .coordinator_display{
        display: grid !important;
    }
    .coordinator_details{
        padding-top: 1rem !important;
        justify-content: normal !important;
    }
}

@media (max-device-width:599px) {
    .card-img-wrapper {
        height: 150px !important;
    }
    .price-container{
        display: block !important;
    }
    .original-price{
        font-size: 10px !important;
    }
    .final-price{
        font-size: 12px !important;
    }
    .discount{
        font-size: 10px !important;
    }
    .deal-text {
        font-size: 10px !important;
        white-space: nowrap !important;
    }
    .deal-container{
        top: 0px !important;
        right: 0px !important;
        border-radius: 0px !important;
        padding: 5px 8px !important;
        gap: 5px !important;
        width: 100%;
        justify-content: center !important;
    }
    .timer-badge{
        font-size: 10px !important;
    }
    .card-title{
        font-size: 14px !important;
    }
}

@media (min-device-width:768px) {
    .video-dimensions{
        width: 500px;
    }
    .coordinator_details{
        padding-left: 0%;
    }
    .lg-flex-nowrap{
        flex-wrap: nowrap;
    }
}
@media (max-device-width:768px) {
    .status-sm{
        margin-left: auto;
    }
    .due_date_end{
        text-align: end;
    }
}

@media (min-device-width:1024px) {
    .video-dimensions{
        width: 800px;
    }

    .coordinator_details{
        padding-left: 0%;
    }
}

@media (min-device-width:1440px) {
    .video-dimensions{
        width: 1200px;
    }
    .coordinator_details{
        padding-left: 20%;
    }
}

@media (min-device-width:1500px) {
    .checkout-button {
        position: absolute !important;
        padding: 15px 60px 15px 60px !important;
    }
    .purchased-button {
        position: absolute !important;
        padding: 15px 30px 15px 30px !important;
    }
    .description-container {
        max-height: calc(100vh - 430px) !important;
        overflow: scroll !important;
    }
}
.custom-eye-location{
    position: relative;
    top: -26px;
    float: right;
    right: 10px;
}

.task_due_date {
    font-size: 11pt;
    font-weight: 500;
}

.task_label{
    font-size: 11pt;
    font-weight: bold;
}

.task_profile{
    font-size: 11pt;
    font-weight: 500;
    display: flex;
}

.task_profile_role{
    padding: 0px 3px;
}
.check_design{
    color: #006580;
}
.custom-filter-select{
    border:0px;
    padding:0px 10px;
    width: fit-content;
    font-weight: bold;
}
.bg-none{
    background: none;
}
.custom-filter-select:focus {
    outline: none;
}

.custom-check{
    background-color:#F2F4F7;
}

.custom-check:checked {
    border:0px
}

.each-task-row-hide {
    display: none !important;
}

#filter-section {
    display: flex;
    font-weight: bold;
    border-bottom: 1px solid #ADB5BD;
    padding: 10px;
}

#filter-section-column-header{
    font-family: 'Mulish';
    font-weight: bolder;
    color: #475467;
}

.filter-section-header-row{
    background: none !important;
    box-shadow: none;
    margin: 0px;
    padding-bottom: 0px;
}


.nav-pills {
  --bs-nav-pills-link-active-bg: #006580;
}
.nav-link {
    --bs-nav-link-color: #ffffff;
}
.segment-btn {
    background-color: #ADB5BD;
    border-radius: 25px !important;
    padding: 3px 12px;
    margin: 0px 5px;
}
.segment-heading{
    float: right;
    font-weight: bold;
    color: #001231;
    font-size: 18px;
}

.edit-btn {
    width: 78px;
    padding: 5px 24px !important;
    gap: 8px;
    border-radius: 24px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ADB5BD !important;
    background-color: #B2E1D8 !important;
}

#vaccine-table tr th{
    padding: 8px 12px;
    background-color:#006580;
    border-right: 1px solid white;
    color: #fff;
    font-weight: 700;
}

#vaccine-table tr td{
    text-align: center;
    font-weight: bold;
    border: 1px solid #E5E1E6;
    padding: 8px 12px;
}


.vaccine-top{
    padding: 10px;
}

.vaccine_heading{
    font-weight: 400;
    font-family: 'Mulish';
    font-size: 15px;
    color: #475467;
}


#vaccine-table{
    width: -webkit-fill-available;
    border-collapse: separate;
    border-spacing: 0;
}

#vaccine-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#vaccine-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

#board-progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
  }

  #board-progressbar li {
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto 0 auto;
    padding: 2px;
    justify-content: center;
    display: flex;
    width: 100%;
    position: relative;
  }

  #board-progressbar .circle {
    width: 35px;
    height: 35px;
    background: rgb(165, 164, 164);
    border-radius: 50%;
    line-height: 35px;
    display: block;
    z-index: 1;
  }

  #board-progressbar .active {
    color: #ffffff;
  }
  #board-progressbar .completed .circle {
    background-color: #7BCB79;
  }
  #board-progressbar .active .circle {
    background-color: #006580;
  }
  #board-progressbar li:nth-child(2):before {
    content: "";
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: -60%;
    top: 19px;
  }
  #board-progressbar li:nth-child(3):before {
    content: "";
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 19px;
  }
  #board-progressbar li:nth-child(4):before {
    content: "";
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 19px;
  }
  #board-progressbar li:nth-child(5):before {
    content: "";
    width: 130%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 19px;
  }
#board-progressbar li.active:nth-child(2):before,
#board-progressbar li.completed:nth-child(2):before {
    background: #7BCB79 !important;
  }
#board-progressbar li.active:nth-child(3):before,
#board-progressbar li.completed:nth-child(3):before {
    background: #7BCB79 !important;
}
#board-progressbar li.active:nth-child(4):before,
#board-progressbar li.completed:nth-child(4):before {
    background: #7BCB79 !important;
}
#board-progressbar li.active:nth-child(5):before,
#board-progressbar li.completed:nth-child(5):before {
    background: #7BCB79 !important;
}

.edit-btn {
    width: 78px;
    padding: 5px 24px !important;
    gap: 8px;
    border-radius: 24px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ADB5BD !important;
    background-color: #B2E1D8 !important;
}


/* New styles for Add-ons */
.add-ons-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-addons {
    border-radius: 12px;
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.card-img-wrapper {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    background: white;
    padding: 4px;
    border-radius: 12px 0 0 0;
}

.price-info {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.original-price {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}

.discount {
    color: #28a745;
    font-size: 14px;
    font-weight: 500;
}

.final-price {
    background: #006580;
    color: white;
    padding: 4px 12px;
    border-radius: 24px;
    font-weight: bold;
}

.deal-expires {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(40, 167, 69, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.card-title {
    color: #333;
    font-size: 1.1rem;
    margin-top: 8px;
}

.p_sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 620px;
    height: 100vh;
    background: white;
    transition: right 0.3s ease;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.p_sidebar.show {
    right: 0;
}


        

.p-sidebar-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.p-sidebar-header .title-section {
    flex: 1;
    margin: 0 15px;
    font-weight: 600;
}

.p-sidebar-header h5 {
    margin: 0;
    font-size: 1rem;
}

.text-underline {
    text-decoration: underline !important;
}
.price-badge {
    background: #006580;
    color: white;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.timer-banner {
    background-color: #006580;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 0;
    border-radius: 8px; 
    font-size: 0.9rem;
}

.timer-highlight {
    background-color: #7BCB79;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0 5px;
    font-weight: 600;
}

.product-image {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 9px;
    padding: 0px;
    margin: 10px 0px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.learn-more {
    color: #007bff;
    text-decoration: none;
    padding: 10px 0px;
}
.purchased-button {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px 0px 20px;
    background: white;
    border-top: 1px solid #eee;
}

.checkout-button {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 60px 0px 60px;
    background: white;
    border-top: 1px solid #eee;
    text-align: center;
}

.checkout-button-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px 20px 30px;
    background: white;
    border-top: 1px solid #eee;
    text-align: center;
}
.btn-checkout {
    background: #4CAF50;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    font-weight: 500;
}

.no-charge-text {
    color: #666;
    font-size: 0.8rem;
    margin-top: 10px;
}

.deal-container {
    position: absolute;
    top: 10px;	
    right: 10px;
    background-color: #006580;
    border-radius: 12px;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.deal-text {
    color: white;
    font-size: 14px;
    margin: 0;
}

.timer-badge{
    background-color: #7BCB79;
    color: white;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 10px;
    font-family: monospace;
}

.description-container {
    max-height: unset;
    overflow: unset;
}

.features-list.desc_collapse {
    max-height: 70%;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.congratulations-modal {
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.confetti {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.graduation-cap {
  color: #1a5276;
  font-size: 50px;
  position: relative;
  z-index: 2;
}

.modal-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.close-btn {
  display: inline-block;
  font-size: 18px;
  padding: 8px 30px;
  color: #000;
  text-decoration: underline;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
}

.close-btn:hover {
  color: #1a5276;
  text-decoration: underline;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #777;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.modal-close:hover {
  color: #333;
}

.quiz-container {
    max-width: 800px;
    margin: 30px auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.question {
    color: #4A5578;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-check {
    margin-bottom: 5px;
    padding-left: 40px;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input{
    border-color: #ADB5BD;
    padding: 9px;
    margin-left: -1.8em !important;
}
.form-check-label {
    color: black;
    margin-top: 3px;
}
.feedback {
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    font-size: 1rem;
}
.feedback.correct {
    color: #4A5578;
}
.feedback.incorrect {
    color: #4A5578;
}
.feedback-icon {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.feedback-icon.correct {
    background-color: #28a745;
    color: white;
}
.feedback-icon.incorrect {
    background-color: #dc3545;
    color: white;
}
.divider {
    border-top: 1px solid #e9ecef;
    margin: 20px 0;
}
.btn-check-answers {
    background-color: var(--light-green);;
    border: none;
    color: white;
    padding: 10px 44px;
    border-radius: 50px;
    font-size: 16px;
}
.btn-check-answers:hover {
    background-color: #97c49a;
}
.container-fluid {
    max-width: 1400px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.board-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.task-board-header {
    color: #001231;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.board-header {
    padding: 12px 20px;
    /* border-bottom: 1px solid #e0e0e0; */
    background-color: #fff;
    flex-shrink: 0;
}

/* Toggle Switch Styling */
.toggle-switch-container {
    display: flex;
    align-items: center;
}

.toggle-label {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 8px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e0e0e0;
    transition: .4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #006580;
}

input:checked + .toggle-slider:before {
    transform: translateX(20px);
}

/* Filter Section Styling */
.filter-section {
    display: flex;
    align-items: center;
}

.filter-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    padding: 5px 15px;
    border-left: 1px solid #dee2e6;
}

.filter-item:first-child {
    border-left: none;
}

.sort-arrow {
    margin-left: 5px;
}

/* Board Columns Styling */
.board-columns {
    display: flex;
    background-color: #FBFBFC;
    flex: 1;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
}

.board-column {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
}

.board-column:last-child {
    border-right: none;
}

.column-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    flex-shrink: 0;
}

.column-title {
    font-weight: 700;
    font-size: 16px;
    color: #495057;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.column-info {
    color: #a0a0a0;
    margin-left: 8px;
    font-size: 16px;
    cursor: pointer;
}

.column-count {
    background-color: #EFF1F5;
    color: #404968;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
}

.column-content {
    padding: 15px;
    overflow-y: auto;
    flex: 1;
    max-height: 90vh;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Custom scrollbar for Webkit browsers */
.column-content::-webkit-scrollbar,
.group-content::-webkit-scrollbar {
    width: 6px;
}

.column-content::-webkit-scrollbar-track,
.group-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.column-content::-webkit-scrollbar-thumb,
.group-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.column-content::-webkit-scrollbar-thumb:hover,
.group-content::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}


.task-card:has(.task-card-link:focus) {
    border: 1px solid #006580;
}

.task-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.task-card.highlighted {
    border: 1px solid #c8d1e0;
    box-shadow: 0 0 0 1px #c8d1e0;
}

.task-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    color: #212529;
    word-wrap: break-word; 
    padding-right: 8px;
}

.task-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.task-header-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.task-category {
    color: #a0a0a0;
    font-size: 14px;
}

.task-due {
    color: #a0a0a0;
    font-size: 14px;
    text-align: right;
}

.task-assignee-container {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.task-assignee {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #001231;
    font-weight: 700;
}

.assignee-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.assignee-vet {
    background-color: #f0f0f0;
    border-radius: 4px;
}

.assignee-mine {
    background-color: #f0f0f0;
    border-radius: 50%;
}

.assignee-starwood {
    display: inline-block;
    transform: rotate(45deg);
    font-size: 16px;
}

/* Fixed: Adjust status badge positioning and z-index */
.status-badge {
    padding: 1px 7px 2px 7px;
    border-radius: 7px;
    border: 1px solid #D0D5DD;
    font-size: 14px;
    font-weight: 500;
    /* cursor: help; */
    z-index: 1;
    color: #36495A;
    background-color: #FFFFFF;
}

.status-badge::before {
    content: "•";
    margin-right: 3px;
    font-size: 14px;
}
.status-upcoming::before {
    color: #A072EC;
}
.status-active::before {
    color: #0D6EFD;
}
.status-pending::before {
    color: #8C9297;
}
.status-complete::before {
    color: #12B76A;
}
.status-upcoming {
    border-color: #A072EC;
}

.status-overdue {
    background-color: #e53935;
    color: #FFFFFF;
    border-color: #e53935;
}    
.pin-icon {
    color: #a0a0a0;
    font-size: 16px;
    /* cursor: help; */
}

/* Group Styling */
.group-header {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
    cursor: pointer;
    color: #495057;
    font-weight: 500;
    position: relative;
    top: 0;
    background-color: #FBFBFC;
    z-index: 1;
}
.group-badge {
    background-color: #EFF1F5;
    color: #404968;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.group-header .group-count {
    margin-left: 5px;
    color: #404968;
}

.group-toggle {
    margin-right: 8px;
    transition: transform 0.2s;
}

.group-toggle.collapsed {
    transform: rotate(-90deg);
}

.group-content {
    margin-bottom: 20px;
    /* max-height: 300px; */
    /* overflow-y: auto; */
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
    padding: 0 5px 5px 5px;
}

/* Responsive Styles */
@media (max-width: 1000px) {
    .board-columns {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    
    .container-fluid {
        height: auto;
    }
    
}

@media (max-width: 768px) {
    .board-container {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    
    .board-container {
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .board-container {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    
    .board-header {
        padding: 10px 15px;
    }
    
    .toggle-switch-container {
        width: 100%;
        justify-content: space-between;
    }
    
    .filter-section {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .board-columns {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
            
    .board-column {
        min-height: 250px;
        /* max-height: 300px; */
    }
    
}

@media (max-width: 375px) {
    .status-badge {
        font-size: 11px;
        padding: 1px 6px;
    }
    
    .assignee-icon {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
    .column-title, .task-title {
        font-size: 14px;
    }
    
    .task-category, .task-due, .task-assignee {
        font-size: 12px;
    }
    
    .assignee-icon {
        width: 20px;
        height: 20px;
    }
    
    .board-column {
        min-height: 200px;
        /* max-height: 250px; */
    }

}

/* Tooltip custom styling */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.congratulations-modal {
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.confetti {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.graduation-cap {
  color: #1a5276;
  font-size: 50px;
  position: relative;
  z-index: 2;
}

.modal-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

.close-btn {
  display: inline-block;
  font-size: 18px;
  padding: 8px 30px;
  color: #000;
  text-decoration: underline;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
}

.close-btn:hover {
  color: #1a5276;
  text-decoration: underline;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #777;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.modal-close:hover {
  color: #333;
}

.quiz-container {
    max-width: 800px;
    margin: 30px auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.question {
    color: #4A5578;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-check {
    margin-bottom: 5px;
    padding-left: 40px;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input{
    border-color: #ADB5BD;
    padding: 9px;
    margin-left: -1.8em !important;
}
.form-check-label {
    color: black;
    margin-top: 3px;
}
.feedback {
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    font-size: 1rem;
}
.feedback.correct {
    color: #4A5578;
}
.feedback.incorrect {
    color: #4A5578;
}
.feedback-icon {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.feedback-icon.correct {
    background-color: #28a745;
    color: white;
}
.feedback-icon.incorrect {
    background-color: #dc3545;
    color: white;
}
.divider {
    border-top: 1px solid #e9ecef;
    margin: 20px 0;
}
.btn-check-answers {
    background-color: var(--light-green);;
    border: none;
    color: white;
    padding: 10px 44px;
    border-radius: 50px;
    font-size: 16px;
}
.btn-check-answers:hover {
    background-color: #97c49a;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

/* 1. Force the sidebar to have a minimum width so it doesn't collapse */
.sidebar {
    min-width: 250px !important;
}

/* 2. Style the item container */
.module-item {
    display: flex !important;
    align-items: center !important; /* Aligns icon with the top line of text */
    padding: 10px 12px !important; 
    gap: 8px !important;
}

/* 3. Ensure the icon is immovable */
.module-icon {
    /* flex: [grow] [shrink] [basis] */
    flex: 0 0 30px !important; 
    width: 30px !important;
    height: 30px !important;
    margin-right: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* 4. Force the image to stay 30px */
.module-icon img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    object-fit: contain !important;
}

/* 5. Ensure the text wraps instead of pushing the icon */
.module-text {
    flex: 1 !important; /* Takes up remaining space */
    min-width: 0;        /* Required for text-wrapping in flexbox */
    line-height: 1.4;
    margin-top: 4px !important;    /* This vertically aligns the first line of text with the icon */
    padding-left: 0 !important;
}

/* 6. The status (checkmark) container */
.module-status {
    flex: 0 0 20px !important;
    width: 20px !important;
    display: flex;
    justify-content: center;
}


/* --- CONSOLIDATED QUIZ SECTION --- */

/* 1. Global Font & Color Reset for Quiz */
.quiz-section, 
.quiz-section * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #344054; /* Default base color */
}

/* 2. Container & Layout Alignment */
.question-container {
    margin-bottom: 24px;
}

.question-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 2px !important;
    margin-bottom: 16px;
}

/* 3. Question Styling (Bold & Dark) */
.question-number {
    font-weight: 600 !important;
    flex: 0 0 auto;
    min-width: 20px;
}

.question-text {
    flex: 1;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    color: #101828 !important; 
}

/* 4. Answer Styling (Regular Weight & Softer Color) */
.form-check {
    padding-left: 1.75rem !important;
    margin-bottom: 12px !important;
}

.form-check-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #475467 !important;
    cursor: pointer;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
}

/* 5. Input (Checkbox/Radio) Customization */
.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.25em; 
    cursor: pointer;
    border-color: #D0D5DD !important;
}

.form-check-input:checked {
    background-color: #7BCB79 !important;
    border-color: #7BCB79 !important;
}

.divider {
    border-bottom: 1px solid #EAECF0;
    margin: 24px 0;
}

.main-content {
    transition: opacity 0.15s ease-out;
}