﻿
* {
    text-size-adjust: none;
}

.ui-autocomplete {
    z-index: 1000;
    float: right;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}


.ui-menu-item .ui-state-hover, .ui-menu-item .ui-state-focus {
    border-radius: 2px;
    background-color: #cccccc;
    background-image: none;
}


/*Default Home Page*/

@font-face {
    font-family: 'bullets';
    src: url("icons/bullets.eot");
    src: url("icons/bullets.eot#iefix") format('embedded-opentype'), url("icons/bullets.woff") format('woff'), url("icons/bullets.ttf") format('truetype'), url("icons/bullets.svg#bullets") format('svg');
    font-weight: normal;
    font-style: normal;
}


blink, .blink {
    -webkit-animation: blink 1s step-end infinite;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    67% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    67% {
        opacity: 0
    }
}

@-o-keyframes blink {
    67% {
        opacity: 0
    }
}

@keyframes blink {
    67% {
        opacity: 0
    }
}

.SubHeading {
    width: 80%;
}



.new-item::after {
    content: url('../../Images/New9.gif');
}

.align-right {
    text-align: right !important;
}

.pageBody {
}

    .pageBody .accordItem {
        margin-right: 100px;
    }

    .pageBody .leftPart {
        width: 10% !important;
    }



    .pageBody .accordItem .halfPart {
        width: 50% !important;
    }

.pagePopup {
    width: 900px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.captcha input {
    width: 50px;
}

.captcha .HeaderCurv {
    width: 100px;
}


.CSSTableGeneratorNotice select {
    width: 100%;
}

/* =======================
   Labels
   ======================= */
.form-label {
    display: block !important;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
    padding-left: 6px;
}

/* =======================
   Textbox / Input
   ======================= */
.form-control {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control:focus {
        border-color: #66afe9;
        box-shadow: 0 0 4px rgba(102, 175, 233, 0.4);
    }

    .form-control::placeholder {
        color: #999;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background: #f5f5f5;
        color: #777;
    }

    /* Validation Invalid */
    .form-control.is-invalid {
        border-color: #dc3545;
    }

/* =======================
   Select Dropdown
   ======================= */
.form-select, .form-select-autopostback {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* remove default arrow */
    outline: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px 10px;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-select:focus {
        border-color: #66afe9;
        box-shadow: 0 0 4px rgba(102, 175, 233, 0.4);
    }

    .form-select:disabled {
        background-color: #f5f5f5;
        color: #777;
        cursor: not-allowed;
    }

/* Base reset for ASP.NET checkbox */
/* Container */
/* wrapper spacing and alignment */
.form-check {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* optional spacing */
    cursor: pointer;
}

    /* slightly larger checkbox for better visibility */
    .form-check input[type="checkbox"] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #0d6efd; /* modern browsers, gives Bootstrap blue */
    }

    /* optional hover highlight */
    .form-check:hover input[type="checkbox"] {
        filter: brightness(1.1);
    }
/* Tab nav container */
.csp-tabs .tab-nav {
    list-style: none;
    display: flex;
    border-bottom: 2px solid #dee2e6;
    margin: 0;
    padding: 0;
}

    /* Individual tab items */
    .csp-tabs .tab-nav li {
        padding: 0.5rem 1rem;
        cursor: pointer;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        margin-bottom: -2px;
        transition: background-color 0.15s;
    }

        /* Active tab */
        .csp-tabs .tab-nav li.active {
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff #dee2e6;
            font-weight: 500;
        }

        /* Hover effect */
        .csp-tabs .tab-nav li:hover {
            background-color: #f8f9fa;
        }

/* Tab content */
.csp-tabs .tab-content {
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-top: none;
    background-color: #fff;
}

/* Hide inactive panes */
.csp-tabs .tab-pane {
    display: none;
}

    .csp-tabs .tab-pane.active {
        display: block;
    }


/* =======================
   Buttons
   ======================= */
.ui-button {
    border-radius: 4px;
    min-width: 100px;
    margin: 5px;
}

    .ui-button:disabled,
    .ui-button[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }



.btn-link-style {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #0d6efd; /* Bootstrap link blue */
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-family: inherit;
}

    .btn-link-style:hover {
        color: #0a58ca; /* darker on hover */
        text-decoration: underline;
    }

    .btn-link-style:focus {
        outline: none;
        box-shadow: none;
    }

.btn-link-style-plain {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-family: inherit;
}

    .btn-link-style-plain:hover {
        color: #0a58ca; /* darker on hover */
    }

    .btn-link-style-plain:focus {
        outline: none;
        box-shadow: none;
    }

/* container that holds rendered radio inputs & labels */
.rbl-bootstrap {
    display: inline-flex;
    gap: .25rem;
    align-items: center;
}

    /* hide the real radio while keeping it keyboard accessible */
    .rbl-bootstrap input[type="radio"] {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }

    /* style the label that ASP.NET renders (label[for]) */
    .rbl-bootstrap label {
        display: inline-block;
        padding: .375rem .75rem;
        border-radius: .375rem;
        border: 1px solid #0d6efd; /* bootstrap primary */
        background: transparent;
        color: #0d6efd;
        cursor: pointer;
        font-family: inherit;
        text-decoration: none;
        user-select: none;
    }

    /* selected state: when the hidden radio is :checked, style its label */
    .rbl-bootstrap input[type="radio"]:checked + label {
        background: #663300;
        color: #fff;
        box-shadow: 0 0 0 0.15rem rgba(13,110,253,.15);
    }

    /* hover/focus states */
    .rbl-bootstrap label:hover,
    .rbl-bootstrap label:focus {
        filter: brightness(.95);
    }

    /* optional: make it look like link style (if desired) */
    .rbl-bootstrap .link-style {
        background: none;
        border: none;
        padding: 0;
        color: #0d6efd;
        text-decoration: underline;
    }



/* container that holds rendered radio inputs & labels */
.rbl-bootstrap-wp {
    gap: .25rem;
    align-items: center;
}

    /* hide the real radio while keeping it keyboard accessible */
    .rbl-bootstrap-wp input[type="radio"] {
        clip: rect(0 0 0 0);
        width: 1px;
        height: 20px;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
    }

    /* style the label that ASP.NET renders (label[for]) */
    .rbl-bootstrap-wp label {
        padding: .375rem .75rem;
        border-radius: .375rem;
        border: 1px solid #0d6efd; /* bootstrap primary */
        background: transparent;
        color: #0d6efd;
        cursor: pointer;
        font-family: inherit;
        text-decoration: none;
        user-select: none;
    }

    /* selected state: when the hidden radio is :checked, style its label */
    .rbl-bootstrap-wp input[type="radio"]:checked + label {
        background: #663300;
        color: #fff;
        box-shadow: 0 0 0 0.15rem rgba(13,110,253,.15);
    }

    /* hover/focus states */
    .rbl-bootstrap-wp label:hover,
    .rbl-bootstrap-wp label:focus {
        filter: brightness(.95);
    }

    /* optional: make it look like link style (if desired) */
    .rbl-bootstrap-wp .link-style {
        background: none;
        border: none;
        padding: 0;
        color: #0d6efd;
        text-decoration: underline;
    }



.judge_photo {
    width: 200px;
    border-width: 2px !important;
    float: right;
}


.judge_name {
    font-size: 16px;
    font-weight: bold;
}

#scroll-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    #scroll-container div {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

    #scroll-container img {
        width: 120px; /* adjust size */
        height: auto;
        border-radius: 5px;
    }

#scroll-container {
    position: relative;
    width: 100%;
    display: block;
    height: 500px;
}

    #scroll-container .contentBox {
        position: relative;
        display: block;
        float: left;
        padding-top: 10px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        height: 500px;
        width: 240px;
    }

        #scroll-container .contentBox IMG {
            height: 220px;
            width: 200px;
            margin-left: 16px;
            border: 0px solid #3f7f00;
            border-width: 0px 0px 1px 1px;
            margin: 0px;
            padding: 3px;
            text-decoration: none;
            box-shadow: 0px 4px 5px #888888;
            border: 1px solid #3f7f00;
            -moz-border-radius-topright: 14px;
            -webkit-border-top-right-radius: 14px;
            border-top-right-radius: 14px;
            -moz-border-radius-topleft: 14px;
            -webkit-border-top-left-radius: 14px;
            border-top-left-radius: 14px;
            -moz-border-radius-bottomright: 14px;
            -webkit-border-bottom-right-radius: 14px;
            border-bottom-right-radius: 14px;
            -moz-border-radius-bottomleft: 14px;
            -webkit-border-bottom-left-radius: 14px;
            border-bottom-left-radius: 14px;
        }

    #scroll-container .contentBox {
        font-size: 14px;
    }

        #scroll-container .contentBox h1 {
            font-size: 15px;
            font-weight: bold;
            color: #993333;
        }

        #scroll-container .contentBox h2 {
            font-size: 11px;
            font-weight: bold;
            padding-right: 20px;
            text-align: justify;
        }

        #scroll-container .contentBox .Summary {
            font-size: 12px;
            color: #DD0000;
            padding-right: 20px;
            text-align: justify;
        }

        #scroll-container .contentBox a {
            text-decoration: none;
        }




div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 750px;
    height: 100%;
}

.ticker-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
}

    /* For child content boxes */
    .ticker-inner > .contentBox {
        display: inline-block !important;
        white-space: normal; /* optional */
        margin-right: 10px; /* optional spacing */
    }


.red-notice {
    text-align: center;
    font-size: 20px;
    color: red;
    padding-top: 10px;
}

.img-small {
    width: 80px;
}

.img-medium {
    width: 150px !important;
}

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-48 {
    width: 48% !important;
}

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 33% !important;
}

.w-40 {
    width: 40% !important;
}

.w-10 {
    width: 10% !important;
}

.w-350px {
    width: 350px !important;
}

.w-500px {
    width: 500px !important;
}

.w-100px {
    width: 100px !important;
}

.w-200px {
    width: 200px !important;
}

.w-cal {
    width: 120px !important;
}

.w-24px {
    width: 24px !important;
}

.w-30px {
    width: 30px !important;
}

.d-none {
    display: none;
}

.notice {
    width: 500px !important;
}

    .notice li {
        text-align: justify !important;
    }

.td-label {
    text-align: left !important;
    width: 20%;
}

.img-btn {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

    .img-btn img {
    }

.text-red {
    color: maroon !important;
}

.text-green {
    color: green !important;
}

.text-blue {
    color: blue !important;
}

.text-underline {
    text-decoration: line-through !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.valign-middle {
    vertical-align: middle;
    margin-top: auto;
}

.Book {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 250px;
    width: 200px;
    margin: 20px;
    padding-top: 50px;
    border-left: 10px solid black;
}

    .Book .Title {
        font-weight: bold;
        font-variant: small-caps;
        padding-top: 100px;
    }

    .Book .Year {
        font-weight: bold;
        font-variant: small-caps;
        padding-top: 100px;
        font-size: 20px;
        color: brown;
    }




.calendar td {
    width: 25%;
}



.calendar th {
    font-size: xx-large;
    text-align: left;
    color: #0D4A87;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-left: 10px;
}


.calendar {
    border-spacing: 20px;
    border-collapse: separate;
    width: 100%;
}


    .calendar td a {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: large;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-variant: small-caps;
        display: block;
        text-decoration: none;
    }

        .calendar td a:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            color: darkcyan;
        }

    .calendar th {
        font-size: x-large;
        text-align: left;
        color: #0D4A87;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-left: 10px;
        font-variant: small-caps;
    }


.calendar {
    border-collapse: separate;
    width: 100%;
}


    .calendar td input {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        width: 100%;
        text-align: center;
        padding: 5px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-variant: small-caps;
        text-decoration: none;
    }

        .calendar td input:hover {
            box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            color: darkcyan;
        }



.CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li {
    padding-bottom: 18px;
    color: Maroon;
}

    .CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li a {
        display: inline-block;
        padding: 0.7em 1.7em;
        margin: 0 0.3em 0.3em 0;
        border-radius: 0.2em;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: maroon;
        box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
        text-align: left;
        position: relative;
    }

        .CSSTableGeneratorView .MenuItemBig, .MenuItemBig ul li a:hover {
            font-weight: bold;
            color: #FFFFFF;
            background-color: #3369ff;
        }


.MenuItemBig {
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}

    .MenuItemBig td {
        vertical-align: top;
    }

    .MenuItemBig .Box {
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-bottomleft: 14px;
        -webkit-border-bottom-left-radius: 14px;
        border-bottom-left-radius: 14px;
        -moz-border-radius-bottomright: 14px;
        -webkit-border-bottom-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }

    .MenuItemBig .Title {
        background-color: #cccccc;
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-topright: 14px;
        -webkit-border-top-right-radius: 14px;
        border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -webkit-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        font-size: 30px;
        line-height: 50px;
    }

    .MenuItemBig .Title1 a {
        display: inline-block;
        padding: 0.7em 1.7em;
        margin: 1em 1.3em 0.3em 0;
        border-radius: 0.2em;
        box-sizing: border-box;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #3369ff;
        box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
        text-align: left;
        position: relative;
    }

    .MenuItemBig .Title1 {
        text-align: center;
    }

    .MenuItemBig .TitleRound {
        background-color: #cccccc;
        margin: 0px;
        padding: 1px;
        box-shadow: 0px 4px 5px #888888;
        border: 1px solid #3f7f00;
        -moz-border-radius-bottomleft: 14px;
        -webkit-border-bottom-left-radius: 14px;
        border-bottom-left-radius: 14px;
        -moz-border-radius-bottomright: 14px;
        -webkit-border-bottom-right-radius: 14px;
        border-bottom-right-radius: 14px;
        -moz-border-radius-topright: 14px;
        -webkit-border-top-right-radius: 14px;
        border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -webkit-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        font-size: 30px;
        line-height: 50px;
    }

.page {
    width: 950px;
    background-color: #F4F4F4;
    margin: 0px auto 0px auto;
}

.pageBody {
}

.pagePopup {
    width: 900px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}






.ui-dialog {
    z-index: 1001 !important;
}

    .ui-dialog .ui-dialog-titlebar {
        background: -o-linear-gradient(top,#BABC98,BABC98);
        background-color: #BABC98;
        border: 0px solid #3f7f00;
        text-align: center;
        box-shadow: 0px 4px 5px #888888;
        -moz-border-radius-topright: 14px;
        -webkit-border-top-right-radius: 14px;
        border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -webkit-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }


.row-d {
    background-color: #fff0f0
}




.error-text {
    display: none;
    color: #d9534f;
    font-size: large;
    text-align: left;
}

    .error-text.show {
        display: inline;
        font-weight: bold;
        margin: 20px;
    }


.indicator {
    margin-left: 6px;
    font-size: 1.1rem;
    display: none;
}

    .indicator.show {
        display: inline;
    }

    .indicator.valid::after {
        content: "✔";
        color: #28a745;
    }

    .indicator.invalid::after {
        content: "✖";
        color: #dc3545;
    }



/* Container */
.csp-checklist-container {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    background-color: #fff;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

/* Buttons */
.checklist-buttons {
    margin-bottom: 0.5rem;
}

    .checklist-buttons button {
        padding: 0.375rem 0.75rem;
        margin-right: 0.25rem;
        font-size: 0.875rem;
        border: 1px solid #0d6efd;
        border-radius: 0.25rem;
        background-color: #0d6efd;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.2s;
    }

        .checklist-buttons button:hover {
            background-color: #0b5ed7;
        }

    /* Deselect button variant */
    .checklist-buttons #btnDeselectAll {
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .checklist-buttons #btnDeselectAll:hover {
            background-color: #5c636a;
        }

/* Checklist items */
.csp-checklist {
    display: block;
    max-height: 220px;
    overflow-y: auto;
    padding: 0;
}

    /* Each item */
    .csp-checklist span {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.5rem;
        border-radius: 0.25rem;
        margin-bottom: 0.25rem;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .csp-checklist span:hover {
            background-color: #f8f9fa;
        }

    /* Checkbox input */
    .csp-checklist input[type="checkbox"] {
        width: 1rem;
        height: 1rem;
        accent-color: #0d6efd; /* Bootstrap primary */
        cursor: pointer;
    }

        /* Checked label style */
        .csp-checklist input[type="checkbox"]:checked + label {
            font-weight: 500;
            color: #0d6efd;
        }

    /* Label styling */
    .csp-checklist label {
        flex: 1;
        cursor: pointer;
        user-select: none;
    }


.fa-search-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 900;
    margin-right: 6px;
}


.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 14px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 14px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 14px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 14px;
}

.ui-accordion .ui-accordion-header {
    font-weight: bold;
    font-variant: small-caps;
}

.mt-10px {
    margin-top: 10px;
}

.mr-10px {
    margin-right: 10px;
}

.valign-middle {
    vertical-align: middle !important;
}

.folder-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size:larger;
}

    .folder-wrapper .btn-link-style {
        background: none;
        border: none;
        color: #0d6efd;
        text-decoration: none;
        cursor: pointer;
        padding: 0;
    }

.folder-icon {
    color: orange;
}
