.dashboard-container h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #0F172A;
    margin: 0 0 10px;
}
.tab-buttons {
    display: flex;
}
.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background: #ddd;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.tab-button.active {
    background: var(--color-primary);
    color: white;
}
.tab-content-section {
    display: none;
    border-radius: 0 0 5px 5px;
    background-color: #EDF3F5;
    padding-bottom: 8px;
    max-height: 500px;
    overflow-y: auto;
}
.tab-content-section h5 i.fas {
    background: #fff;
    color: var(--color-primary);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    margin-right: 6px;
}
.tab-container .card-header h4 i.fas {
    background: var(--color-primary);
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    margin-right: 6px;
}
.card.tab-container {
    border: 1px solid var(--color-primary);
}
.tab-container .card-header h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    letter-spacing: -1px;
}
.entry-content .dashboard-container .tab-content-section table {
    width: calc(100% - 30px);
    margin: 15px;
}
.tab-content-section table th, 
.tab-content-section table td {
    padding: 10px 15px;
}
.dashboard-container .dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:15px;
}
.dashboard-header a.thm-btn {
    line-height: 24px;
    padding: 16px 35px;
}
.visa-header .arrival-date {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #787B84;
}
h3.destination-visa {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.72px;
    color: #0F172A;
}
.tab-content-section h5 {
    background: var(--color-primary);
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    letter-spacing: -1px;
}
.tab-content-section.active {
    display: block;
}
.tab-content-section th,
.tab-content-section td {
    width: 50%;
    word-wrap: break-word;
    vertical-align: top;
    border: 1px solid #dee2e6;
    padding: 10px;
}
.tab-content-section th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.tab-content-section h6 {
    background-color: var(--color-white);
    border: 1px solid #EDF3F5;
    margin: 15px;
    padding: 18px 25px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.6px;
    margin-bottom: 0;
}
.tab-content-section h6::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #00CC99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
.accordion-container .accordion-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #EDF3F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.accordion-container .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab-container .card-header {
    background: #EDF3F5;
    padding: 15px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px;
}
.tab-container .card-header .thm-btn {
    padding: 15px 38px;
}
.accordion-container .accordion-header {
    color: var(--color-heading);
    position: relative;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    padding: 25px 30px;
}
.accordion-container {
    padding: 0 15px;
}
.accordion-container .accordion-item .accordion-body {
    padding: 0 30px;
    padding-bottom: 35px;
}
.accordion-container .accordion-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.8);
    display: inline-block;
    line-height: 40px;
    font-size: 22px;
    margin-right: 15px;
    font-weight: bold;
    text-align: center;
}

.accordion-body {
    display: none;
    background: #fff;
}
.accordion-item.open .accordion-body {
    display: block;
}

.tab-content-section::-webkit-scrollbar {
    width: 8px;
}
 
.tab-content-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.tab-content-section::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 5px;
}