/* Practice Form Style : Start */
section.hero .top-hd{
    z-index:99;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 1);
}
.modal-backdrop.show {
    opacity: 0.9;
}
.flag-btn {
    background: none;
    border: none;cursor: 
    pointer;padding: 0;
    outline: none;
}
.flag-btn i {
    color: #FF7537;
    transition: color 0.3s ease;
}
.flag-btn.flagged i {
    color: #0a1e44;
}
.reply-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 0.875rem;
    border-radius: 5px; 
    border: 1px solid #0a1e44;
    transition: background-color 0.3s ease, color 0.3s ease;}
.reply-btn:hover {
    background-color: #0a1e44;
    color: white;
}
.forum-item-parent {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}
.service-div nav.main > .tab {
    width: 150px !important;
}
.tree-view {
    font-family: Arial, sans-serif;
    padding-left: 0;
    margin: 0;
}
.tree-view .main-tabs {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.tree-view .caret {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    color: #0d2045;
    transition: color 0.3s;
}
.tree-view .caret:hover {
    color: #0d2045;
}
.tree-view .caret-down::before {
    content: "\25BC" !important; /* Downward arrow */
    margin-right: 8px;
    color: #0d2045;
    font-size: 14px;
}
.tree-view .caret::before {
    content: "\25B6"; /* Rightward arrow */
    margin-right: 8px;
    color: #0d2045;
    font-size: 14px;
    transition: transform 0.3s;
}
.tree-view .nested {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    margin-left: 10px;
}
.tree-view .nested.files {
    border-left: none;
}
.tree-view .content {
    display: none;
    margin-left: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.tree-view .main-tabs > li {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.2s;
}
.tree-view .main-tabs > li:hover {
    transform: scale(1.02);
}
.tree-view .main-category-title {
    font-size: 24px;
    color: #0d2045;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
.tree-view .bi-download {
    margin-right: 5px;
    color: #ffffff;
    font-size: 14px;
}
.tree-view .bi-download:hover {
    color: #ffffff;
}
.tree-view .content .download-wrp{
    margin-bottom: 20px;
}
.tree-view .content .download-wrp a{
    display: inline-block;
}

/* Select 2 */
.select2-container--default .select2-selection--single{
    height: 37px !important;
    padding-top: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
}
.form-control{
    border: 1px solid #aaa !important;
    color: #222 !important;
}
.form-check-input{
    border: 1px solid #aaa !important;
}

/* Extra Small Devices (Phones) */
@media (max-width: 576px) {
    .filter-field {
        width: 100% !important;
    }
    .select2-container{
        width: 100% !important;
    }
}
  
/* Small Devices (Tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .filter-field {
        width: 45% !important;
    }
    .select2-container{
        width: 100% !important;
    }
}
  
/* Medium Devices (Small Laptops) */
@media (min-width: 769px) and (max-width: 992px) {
    .filter-field {
        width: 45% !important;
    }
    .select2-container{
        width: 100% !important;
    }
}
  
/* Large Devices (Desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
    .filter-field {
        width: 32% !important;
    }
    .select2-container{
        width: 100% !important;
    }
}
  
/* Extra Large Devices (Large Desktops) */
@media (min-width: 1201px) {
    .filter-field {
        width: 20% !important;
    }
    .select2-container{
        width: 100% !important;
    }
}
/* Practice Form Style : End */

nav.main {
    overflow-x: scroll !important; /* Hide overflow to enable custom scroll */
}