@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.contentContainer{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.awardHeader{
    width:100%;
    background-color:#20201F;
}
h1,h2,h3,h4{
    font-weight: 700;
}

nav ul li a{
    font-family: Lexend, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

ul.navbar-nav  li.active{
    border: solid 1px #005AAB;
}
ul.navbar-nav li.active a{
    color:#005AAB !important;
}

.nav-tabs button.nav-link:hover{
    background-color:#F6921E ;
    color:#fff;
}

.nav-tabs button.nav-link.active{
    background-color:#005AAB ;
    color:#fff;
}
.nav-tabs button.nav-link{
    background-color: #ccc;
    color:#666;
}
.prskBand{
    height: 10px;
}
.prskBand div{
    height: 10px;
}
.blackBg{
    background-color:#000;
}

.blackColor{
    color:#000;
}

.greenBg{
    background-color:#8BC53F;
}

.greenColor{
    color:#8BC53F;
}
.orangeBg{
    background-color:#F6921E;
}

.redBg{
    background-color:#dc3545!important;
}

.orangeColor{
    color:#F6921E;
}

thead.blueBg tr th{
    background-color:#005AAB !important;
    color:#fff;
}
.blueBg{
    background-color:#005AAB !important;
}

.blueColor{
    color:#005AAB
}

.judgeImage{
    border-radius: 50%;
}

.topPanelWrapper{
    width: 100%;
    padding-left: 10px;
    position: fixed;
    height: 70px;
}

.mainPanel{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 70px;
    width: 100%;
    font-size: 16px;
}


.sidePanel{
    width: 100%;
    color: #fff;
}

.sidePanel ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidePanel ul li{
    background-color:unset!important;
}



.sidePanel ul li a{
    color:#fff;
    text-decoration:none;
    font-weight: 500;
    font-family: Lexend, sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.sidePanel ul li a:hover{
   color:#F6921E;
}



.sidePanel ul li ul li a{
    font-size: 0.8rem;
}

.nav{
    --bs-nav-link-hover-color:#F6921E;
}

.nav-link[data-toggle].collapsed:after {
    position: absolute;
    right:5px;
    content: "▾ ";
}
.nav-link[data-toggle]:not(.collapsed):after {
    position: absolute;
    right:5px;
    content: "▴ ";
}


.mainPanelHeading{
    border-bottom: solid 1px #707070;
    color:#005AAB;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.scoreTable input.int-inputs{
    width:70px;
    text-align: center;
}

p.alert{
    margin-bottom:0 !important;
}

.scoreTable ul{
    padding-left: 20px;
}

.scoreTable ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

.scoreTable ul li i{
    font-size: 14px;
    color:#666;
}


.dx-datagrid-headers {
    background-color: #005AAB !important;
    color: #fff !important;
}

.dx-datagrid span.dx-header-filter:not(.dx-header-filter-empty) {
    color: #fff !important;
}

.dx-datagrid-headers .dx-texteditor-input {
    background: #005AAB !important;
    color: #fff !important;
}

.dx-widget input, .dx-widget textarea {
    font-family: "Outfit", sans-serif !important;
}

.dx-datagrid, .dx-widget {
    font-family: "Outfit", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row {
    font-weight: 500 !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
}

.dx-editor-outlined.dx-texteditor-with-floating-label, .dx-editor-outlined.dx-texteditor-with-label {
    margin-top: 0 !important;
}

.dx-datagrid .dropdown {
    position: absolute;
    margin-top: -4px;
    margin-bottom: 7px;
}

    .dx-datagrid .dropdown button {
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 12px;
    }

.dx-datagrid .dropdown-menu {
    font-size: 12px;
}

.dxc-title text {
    fill: #005AAB !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}

.grid-wrapper {
    height: calc(100vh - 160px);
    width: 100%;
}

.dx-toolbar-item-content a.btn-sm {
    --bs-btn-font-size: 0.8rem;
}

.fileWrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;  /* Ensures long words break to next line */
    overflow-wrap: break-word;  /* Ensures text wraps within bounds */
    white-space: normal;  /* Ensures that text can wrap */
}

.fileWrapper > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  /* Optional: Use if you want text to be truncated instead of wrapping */
}



footer {
    background-color: #20201F;
    color: #fff;
    font-size: 14px;
}

footer h1{
    color: #666666;
}

footer a{
    color:#F6921E;
}

