@import url("https://fonts.googleapis.com/css2?family=Silkscreen&display=swap");


.col-heading h2 {
    font-family: "Times New Roman", Times, serif;
}

.container_score { 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 100%;
    max-height: 100%;
    background: #001E5F;
    border-radius: 12px;
    border: 3px solid #FF4500;
    display: flex;
    align-self: center;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 18px 50px;
    gap: 30px;
    box-shadow: 0px 0px 3px black;
    height: 100%;
}

.container_score1 { 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 100%;
    max-height: 100%;
    background: #001E5F;
    border-radius: 12px;
    border: 3px solid #FF4500;
    display: flex;
    align-self: center;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 25px 50px;
    box-shadow: 0px 0px 3px black;
    flex-direction: column;
}

.row_score {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.col-heading h1 {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    text-align: center;
    color: white;
}

.col-display {
    height: 100%;
    background: white;
    border-radius: 5px;
    font-family: "Poppins", cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 38px;
    text-align: center;
    color: black;
    border: 3px solid #FF6600;
}

.header-outer {
    background: #000066;
    border-radius: 12px;
    border: 3px solid #FF4500;
    padding: 0;
    margin: 20px 0;
    position: relative;
}

.header-content {
    background: white;
    margin: 15px;
    border-radius: 8px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000066;
    text-transform: uppercase;
    margin: 0;
}

.header-content .logo {
    width: 80px;
    height: 80px;
    margin: 0 40px;
}

.header-section {
    background: #000066;
    border-radius: 12px;
    border: 3px solid #FF4500;
    padding: 20px 40px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
}

.header-section::before {
    content: 'All Time';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.header-section .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.header-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 0 !important;
}

.section-title h2 {
    font-size: 30px !important;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
}

.calendar-container {
    height: 200px !important;
    margin: 0;
    position: relative;
}

.treeview-container {
    height: 194px;
    overflow-y: auto;
    padding: 5px;
    margin: 10px 0;
}

.tree-title {
    color: #001E5F;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}

.custom-tree {
    font-size: 12px;
    height: calc(100% - 24px);
}

.custom-tree .jstree-anchor {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.custom-tree .jstree-node {
    min-height: 20px;
}

.custom-tree .jstree-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.custom-tree .jstree-icon.jstree-ocl {
    width: 15px;
}

.custom-tree .jstree-anchor:hover {
    background: #f0f0f0;
}

.custom-tree .jstree-clicked {
    background: #001E5F !important;
    color: white !important;
}

.custom-tree::-webkit-scrollbar {
    width: 6px;
}

.custom-tree::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-tree::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.custom-tree::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.section-title .col-md-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.section-title .col-md-2 img {
    width: 100px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 24px !important;
    }
    
    .treeview-container {
        height: 137px !important;
        margin: 0;
    }
    
    .section-title .row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    
    .section-title .col-md-5 {
        flex: 0 0 auto !important;
        max-width: 42% !important;
    }
    
    .section-title .col-md-2 {
        flex: 0 0 auto !important;
        max-width: 16% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;
        min-width: 80px !important;
        padding: 0 5px !important;
    }
    
    .section-title .col-md-5 h2 {
        margin-top: 10px !important;
        padding: 10px !important;
        font-size: 20px !important;
    }
    
    .section-title .col-md-2 img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        width: 80px !important;
    }

    .container_score {
        padding: 20px 20px;
        height: 116px;
        gap: 13px;
    }

    .col-display {
        font-size: 32px;
        line-height: 22px;
    }

    .row_score {
        height: 100px !important;
    }

    .container_score1 {    
        padding: 10px 10px;
    }

    .container_score1 h2 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 5px !important;
        font-size: 17px;
    }

    .performance_height {
        height: 50px !important;
    }

    .profit_text {
        font-size: 20px !important;
    }

    .col-md-2 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 18px !important;
    }
    
    .section-title .col-md-5 h2 {
        margin-top: 5px !important;
        padding: 5px !important;
        font-size: 16px !important;
    }
    
    .section-title .col-md-2 {
        min-width: 60px !important;
        width: 60px !important;
    }
    
    .section-title .col-md-2 img {
        width: 60px !important;
        height: auto !important;
    }

    .col-heading h1 {
        font-size: 20px;
        line-height: 31px;
    }

    #scoreHome, #scoreGuest {
        padding: 7px 0px !important;
        margin-top: 0px !important;
        line-height: 40px !important;
    }
} 



.col-heading h2{
	font-family: "Times New Roman", Times, serif;
}
.container_score { 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 100%;
    max-height: 100%;
    background: #001E5F;
    border-radius: 12px;
    border: 3px solid #FF4500;
    display: flex;
    align-self: center;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 18px 50px;
    gap: 30px;
    box-shadow: 0px 0px 3px black;
    height: 100%;
}

.container_score1 { 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 100%;
    max-height: 100%;
    background: #001E5F;
    border-radius: 12px;
    border: 3px solid #FF4500;
    display: flex;
    align-self: center;
    justify-content: space-around;
    align-items: center;
    color: white;
    padding: 25px 50px;
    /* gap: 30px; */
    box-shadow: 0px 0px 3px black;
    /* height: 100%; */
    flex-direction: column;
}
.row_score {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.col-heading h1 {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 46px;
  text-align: center;

  color: white;
}
.col-display {
    height: 100%;
    background: white;
    border-radius: 5px;
    font-family: "Poppins", cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 38px;
    text-align: center;
    color: black;
    border: 3px solid #FF6600;
}


.upcoming-match .single-match .part-team .match-details .match-time {
    margin-bottom: 2px;
}

.upcoming-match .single-match .part-team .match-details .match-time span.date {
    font-size: 28px;
}

.upcoming-match .single-match .part-team .match-details .match-time span.time {
    font-size: 30px;
}


.upcoming-match .single-match .part-head {
    padding: 49px 25px;
}

.upcoming-match .single-match .part-head .match-title {
    font-size: 25px;
}

.upcoming-match .single-match .part-timer .single-time {
    padding: 33px 0;
}

.upcoming-match .single-match .part-team {
    padding: 0px 60px 65px !important;
}

.upcoming-match .single-match .part-team .single-team .logo {
    width: 85px;
}
#maincapper-image{
	width: 120px !important;
}

.upcoming-match .single-match .part-team .match-details .buttons a {
    display: inline-block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    padding: 0;
}

#mainCapperUrl{
		margin-bottom: 80px ;
		margin-top: 50px ;
    font-size: 23px;
}
@media only screen and (max-width: 600px) {

	.win_loss{
    	height: 477px !important;
	}
	
.upcoming-match .single-match .part-team .match-details .buttons a {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
}

	#mainCapperUrl{
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}
	#maincapper-image{
	width: 90px !important;
}

.col-heading h1 {
    font-size: 20px;
    line-height: 31px;
}
.container_score{
    padding: 20px 20px;
    height: 116px;
        gap: 13px;
}
.col-display{
    font-size: 32px;
    line-height: 22px;

}
#scoreHome,#scoreGuest{
	/* width: 50px !important; */
    padding: 7px 0px !important;
    margin-top: 0px !important;
    line-height: 40px !important;
}
.row_score{
	    height: 100px !important;
}

.upcoming-match .single-match .part-team .match-details .match-time span.date {
    font-size: 19px;
}

.upcoming-match .single-match .part-team .match-details .match-time span.time {
    font-size: 26px;
}

.upcoming-match .single-match .part-team {
    padding: 0px 8px 8px !important;
}

.upcoming-match .single-match .part-team .single-team .logo {
    width: 80px;
}


.upcoming-match .single-match .part-head {
    padding: 11px 10px;
}

.upcoming-match .single-match .part-team .match-details .buttons a, .upcoming-match .single-match .to-begin-time {
        display: block !important;
        margin-bottom: 20px;
    }

	.section-title{
	padding:50px 50px;
}
.container_score1{	
    padding: 10px 10px;
}
.container_score1 h2{
	margin-top:0px  !important;
    margin-bottom: 0px !important;
	padding:5px !important;
	font-size: 17px;
}
.performance_height{
	height: 50px !important;
}
.profit_text{
	font-size:20px !important;
}
.col-md-2 {
        width: 50%;
    }

}
.section-title{
	padding:50px 50px !important;
}

.header-outer {
    background: #000066;
    border-radius: 12px;
    border: 3px solid #FF4500;
    padding: 0;
    margin: 20px 0;
    position: relative;
}


.header-content {
    background: white;
    margin: 15px;
    border-radius: 8px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000066;
    text-transform: uppercase;
    margin: 0;
}

.header-content .logo {
    width: 80px;
    height: 80px;
    margin: 0 40px;
}

.header-section {
    background: #000066;
    border-radius: 12px;
    border: 3px solid #FF4500;
    padding: 20px 40px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: relative;
}

.header-section::before {
    content: 'All Time';
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.header-section .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.header-section h2 {
    font-size: 30px !important;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.header-content {
    background: white;
    border-radius: 8px;
    padding: 15px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-widget {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.calendar-widget h5 {
    color: #666;
    margin-bottom: 10px;
}

.calendar-widget h4 {
    color: #001E5F;
    font-weight: bold;
    margin-bottom: 15px;
}

.calendar-widget table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-widget th, 
.calendar-widget td {
    text-align: center;
    padding: 8px;
    font-size: 14px;
}

.calendar-widget th {
    background: #f5f5f5;
    color: #001E5F;
    font-weight: bold;
}

.calendar-widget td {
    color: #333;
    cursor: pointer;
}

.calendar-widget td:hover {
    background: #f0f0f0;
}

.stats-container {
    background: #001E5F;
    border-radius: 12px;
    border: 3px solid #FF4500;
    color: white;
    padding: 20px;
    height: 100%;
}

.stats-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stats-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats-label {
    font-size: 18px;
    font-weight: bold;
}

.stats-box {
    background: white;
    color: #001E5F;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 60px;
    text-align: center;
    border: 2px solid #FF4500;
}

.stats-profit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

.profit-value {
    font-size: 24px;
    color: #FF4500;
    font-weight: bold;
}

.nav-pills .nav-link {
    color: #001E5F;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 5px;
}

.nav-pills .nav-link.active {
    background-color: #001E5F;
    color: white;
}

.section-title {
    position: relative;
}

.section-title::after {
    display: none;
}

.calendar-table {
    font-size: 0.8rem;
}

.calendar-table th,
.calendar-table td {
    text-align: center;
    padding: 5px !important;
}

.treeview-selection {
    font-size: 0.9rem;
}

.treeview-selection ul {
    margin-left: 1.25rem;
}

.treeview-selection li {
    margin: 5px 0;
}

.tab-title {
    display: inline-block;
}

/* Update existing styles */
.section-title {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .calendar-container,
    .treeview-selection {
        display: block !important;
    }
    
    .col-2-4 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .col-7-2 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 15px 0;
    }

    .calendar-container {
        height: 200px !important;
        margin: 0;
    }

    .treeview-container {
        height: 137px !important;
        margin: 0;
    }

    /* Remove any potential hiding styles */
    [class*="col-"] {
        display: block !important;
    }

    .section-title h2 {
        font-size: 24px !important;
    }
    
    .section-title .row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    
    .section-title .col-md-5 {
        flex: 0 0 auto !important;
        max-width: 42% !important;
    }
    
    .section-title .col-md-2 {
        flex: 0 0 auto !important;
        max-width: 16% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;
        min-width: 80px !important;
        padding: 0 5px !important;
    }
    
    .section-title .col-md-5 h2 {
        margin-top: 10px !important;
        padding: 10px !important;
        font-size: 20px !important;
    }
    
    .section-title .col-md-2 img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        width: 80px !important;
    }
}

/* Override any other media queries that might hide these elements */
@media screen and (max-width: 992px) {
    .col-2-4 {
        display: block !important;
        width: 100% !important;
    }
}

/* Date picker styles */
.date-picker-wrapper {
    position: relative;
    width: 100%;
}

.date-picker {
    padding-right: 60px !important;
    width: 100%;
    border: 2px solid #001E5F;
    border-radius: 8px;
    font-size: 14px;
    color: #001E5F;
    background-color: white;
    cursor: pointer;
}

.calendar-clear-btn {
    position: absolute;
    right: 5px;
    top: 18px;
    background: #001E5F;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
}

.calendar-clear-btn:hover {
    background: #FF4500;
}

@media (max-width: 768px) {
    .calendar-clear-btn {
        padding: 3px 6px;
        font-size: 11px;
    }
    
    .date-picker {
        padding-right: 50px !important;
    }
}

/* Remove old calendar styles */
.calendar-table {
    display: none;
}

/* Column width adjustments */
.col-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7-2 {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .col-2-4 {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .calendar-container {
        height: 200px !important;
        margin: 0;
    }

    .treeview-container {
        height: 137px !important;
        margin: 0;
    }

    .flatpickr-calendar {
        height: 100% !important;
    }

    .flatpickr-days {
        height: auto !important;
    }

    .flatpickr-day {
        height: 28px !important;
        line-height: 28px !important;
        font-size: 13px !important;
    }

    .flatpickr-current-month {
        font-size: 14px !important;
        padding: 5px 0 !important;
    }

    .flatpickr-weekday {
        font-size: 12px !important;
    }

    .col-7-2 {
        margin: 15px 0;
    }

    .card {
        margin-bottom: 0;
    }

    .card-body {
        padding: 10px;
    }

    .tree-title {
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 10px;
        text-align: center;
        background: #f5f5f5;
        border-radius: 5px;
    }

    .custom-tree {
        font-size: 14px;
    }

    .custom-tree .jstree-anchor {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .custom-tree .jstree-node {
        min-height: 20px;
    }

    .custom-tree .jstree-icon {
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

    /* Hide the default folder icons */
    .custom-tree .jstree-icon.jstree-ocl {
        width: 15px;
    }

    .custom-tree .jstree-anchor:hover {
        background: #f0f0f0;
    }

    .custom-tree .jstree-clicked {
        background: #001E5F !important;
        color: white !important;
    }

    .custom-tree::-webkit-scrollbar {
        width: 6px;
    }

    .custom-tree::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .custom-tree::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .custom-tree::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .section-title {
        margin: 0 !important;
        border-radius: 15px !important;
    }

    .section-title .container {
        padding: 2px !important;
    }

    .section-title h2 {
        font-size: 18px !important;
        padding: 10px !important;
        margin: 5px 0 !important;
    }

    .section-title img {
        max-width: 50px;
        height: auto;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 8px 15px;
        margin: 0 5px;
    }

    .nav-pills {
        gap: 5px !important;
    }

    .date-picker {
        font-size: 14px;
    }

    .all-time-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 18px !important;
    }

    .section-title .logo {
        width: 40px;
    }

    .nav-pills .nav-link {
        font-size: 12px;
        padding: 6px 10px;
    }

    .container_score, .container_score1 {
        padding: 10px !important;
    }

    .col-heading h1 {
        font-size: 16px !important;
    }

    .col-display {
        font-size: 20px !important;
    }
    
    .section-title .col-md-5 h2 {
        margin-top: 5px !important;
        padding: 5px !important;
        font-size: 16px !important;
    }
    
    .section-title .col-md-2 {
        min-width: 60px !important;
        width: 60px !important;
    }
    
    .section-title .col-md-2 img {
        width: 60px !important;
        height: auto !important;
    }
}

/* Calendar Styles */
.calendar-container {
    height: 200px !important;
    margin: 0;
    position: relative;
}

.calendar-clear-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #001E5F;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
}

.calendar-clear-btn:hover {
    background: #FF4500;
}

@media (max-width: 768px) {
    .calendar-clear-btn {
        padding: 3px 6px;
        font-size: 11px;
    }
}

.flatpickr-calendar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #001E5F;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    z-index: 1000 !important;
}

.flatpickr-calendar.inline {
    margin: 0;
    box-shadow: none;
    height: 100% !important;
}

.flatpickr-rContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flatpickr-days {
    width: 100% !important;
    flex: 1;
    display: flex;
}

.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.flatpickr-day {
    width: 14.2857% !important;
    max-width: none !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}

.card {
    height: auto;
}

.card-body {
    height: 100%;
    padding: 0;
}

/* Make the calendar match section-title height */
.col-2-4 .card {
    height: auto;
    margin: 0;
    border: none;
}

.col-2-4 .card-body {
    padding: 0;
    border: none;
    box-shadow: none;
}

.date-picker-wrapper {
    height: 100%;
}

/* Adjust month navigation height */
.flatpickr-months {
    padding: 2px 0;
    display: flex;
    align-items: center;
    min-height: 30px;
}

.flatpickr-month {
    height: auto;
    display: flex;
    align-items: center;
}

/* Adjust weekdays height */
.flatpickr-weekdays {
    height: auto;
    display: flex;
    align-items: center;
    padding: 2px 0 !important;
}

.flatpickr-weekdaycontainer {
    display: flex;
    justify-content: space-around;
}

/* Maintain other styles */
.flatpickr-day.selected {
    background: #001E5F !important;
    border-color: #001E5F !important;
    color: white !important;
}

.flatpickr-day:hover {
    background: #FF4500 !important;
    border-color: #FF4500 !important;
    color: white !important;
}

.flatpickr-current-month {
    color: #001E5F;
    font-weight: bold;
    padding: 0 !important;
    width: 60% !important;
    left: 20% !important;
    font-size: 12px !important;
}

.flatpickr-weekday {
    color: #001E5F !important;
    font-weight: bold;
    font-size: 10px !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 0 !important;
    padding: 0 !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 12px !important;
    height: 12px !important;
}

@media (max-width: 1200px) {
    .calendar-container {
        height: 100px;
    }
    
    .flatpickr-day {
        height: 16px !important;
        line-height: 16px !important;
        font-size: 10px !important;
    }
    
    .flatpickr-current-month {
        font-size: 10px !important;
    }
    
    .flatpickr-weekday {
        font-size: 9px !important;
    }
}

/* Add these new styles */
.treeview-container {
    height: 194px;
    overflow-y: auto;
    padding: 5px;
    margin: 10px 0;
}

.tree-title {
    color: #001E5F;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}

.custom-tree {
    font-size: 12px;
    height: calc(100% - 24px); /* Account for title height */
}

.custom-tree .jstree-anchor {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.custom-tree .jstree-node {
    min-height: 20px;
}

.custom-tree .jstree-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

/* Hide the default folder icons */
.custom-tree .jstree-icon.jstree-ocl {
    width: 15px;
}

.custom-tree .jstree-anchor:hover {
    background: #f0f0f0;
}

.custom-tree .jstree-clicked {
    background: #001E5F !important;
    color: white !important;
}

.custom-tree::-webkit-scrollbar {
    width: 6px;
}

.custom-tree::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-tree::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.custom-tree::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 1200px) {
    .treeview-container {
        height: 194px;
    }
    
    .tree-title {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        padding: 0;
    }
    
    .custom-tree {
        height: calc(100% - 18px);
        font-size: 11px;
    }
}

/* Add title styles */
.tree-title {
    color: #001E5F;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .tree-title {
        font-size: 12px;
        padding: 3px 0;
    }
}

#show_spotlight_1 {
    padding: 20px;
}

#show_spotlight_1.row {
    margin-right: 0;
    margin-left: 0;
}

#show_spotlight_2 {
    padding: 20px;
}

#show_spotlight_2.row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
    #show_spotlight_1, #show_spotlight_2 {
        padding: 10px;
    }
}

#myTabContent {
    padding: 20px;
}

@media (max-width: 768px) {
    #myTabContent {
        padding: 10px;
    }
}