html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.navbar{
    padding-bottom: 0px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.footer {
    /*    background-image: url('../lib/img/Footer.jpg');*/
/*    background-size: cover;
    background-position: center bottom;
    background-image: url('../lib/img/Footer_Update.png');
    background-repeat: no-repeat;*/

    color: #fff;
        background: linear-gradient(315deg, #20879d 0%, #6021AD 60%);
    /*    height: 98px;*/
}

.footer .container {
    color: #fff;
}

header .SubHeadRow {
    background: #7f2c95;
    background: linear-gradient(315deg, #20879d 0%, #6021AD 60%);
    /*    height: 50px;*/
    padding: 6px;
}



h1.TXL-1 {
    margin-left: 20px !important;
    margin-top: 20px;
    text-align: left;
    color: #53565a;
}

h3.TXL-2 {
    margin-left: 20px !important;
    margin-top: 20px;
    text-align: left;
    color: #53565a;
}

.Nav_Buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
}

.buttonOutter {
    padding: 20px;
    border: 1px solid lightgray;
    display: inline-block;
    border-radius: 10px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.buttonImg {
    height: 150px;
}

.ButtonText {
    text-align: center;
    font-family: 'Arial';
    font-size: 16px;
    margin-top: 14px;
    color: #53565a;
}


.buttonOutter .coming_soon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7); /* Grey with 70% opacity */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    border-radius: 10px;
}

svg {
    color: #53565a;
}

h11 {
    color: rgb(96, 33, 173);
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px !important;
    padding-bottom: 20px;
    display: block;
    padding-left: 12px;
}

.section_head {
    color: #6021AD;
    font-weight: 600;
    font-size: 18px;
    /*    padding-top: 20px !important;
    padding-bottom: 20px;*/
    display: block;
    padding-left: 12px;
}

.input_labels {
/*    color: #20879d;*/
    color: #6021ad;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.descr_text {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.btn-primary {
    background-color: #d40f7d;
    color: white;
    padding: 0.5rem 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s, transform 0.2s;
    margin-top: 30px;
    margin-left: 100px;
    margin-bottom: 20px;
    border: none;
    width: fit-content;
    cursor: pointer;
}


.Shared_SubHead {
    color: white;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 8px;
}

.TX_Padded_Container {
    margin-left: 60px;
    margin-right: 60px;
}


.TXL_SubNavBtn {
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-right: 8px;
    padding: 6px;
}

    .TXL_SubNavBtn.Active {
        border-bottom: solid 2px white;
    }

#TXL_SubMenu:has(span) {
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 20px;
}
#TXL_SubTitle_RightSpace {
    float: right;
    font-size: 12px;
    color: white;
    margin-top: 6px;
    padding-right: 8px;
}
#TXL_SubTitle {
    font-size: 20px;
    color: white;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 12px;
}

#TXL_SubTitle_RightSpace .Item .h {
    padding-right: 6px;
    margin-left: 20px;
}

#TXL_SubTitle_RightSpace .Item .i {
    padding-right: 6px;
    font-weight: 700;
}



/* MENU DROP DOWN*/

.Shared_SubHead .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Base hidden state */
.Shared_SubHead .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 0.3s ease;
/*    background: linear-gradient(135deg, #5e1bc0, #c91a80);*/
    border: none;
    border-radius: 12px;
    border-top-left-radius: 0px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0.5rem 0;
    min-width: 150px;
}

/* Show when parent has .show */
.Shared_SubHead .dropdown.show .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Items inside */
.Shared_SubHead .dropdown-menu .dropdown-item {
    color: #53565a;
    padding: 6px 16px;
    font-weight: 500;
    transition: background 0.2s ease, padding-left 0.2s ease;
}

    .Shared_SubHead .dropdown-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 26px;
        color: #6021AD;
    }

.Shared_SubHead .dropdown-toggle {
/*    color: #5e1bc0 !important;*/
    font-weight: 600;
}

.Txl_error {
    position: absolute;
    top: 20px;
    color: darkred;
    font-size: 20px;
    font-weight: 600;
}

.txt_subTtl {
    color: #6021AD;
    font-weight: 600;
    font-family: arial;
    padding-bottom: 6px;
}

#bookmarksPanel {
    position: fixed;
    top: 180px;
    right: 20px;
    width: 250px;
    background: #fff;
    border: 2px solid #D40F7D;
    padding: 10px;
    z-index: 1000;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.BM_Btm {
    float: right;
    color: white;
    cursor: pointer;
    padding-right: 6px;
}

.BM_Btm_Close {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    color: #D40F7D;
    font-size: 24px;
}

#bookmarksPanel textarea {
    margin-top: 6px;
}

.BM_ItemLst {
    border: 1px solid #808080bf;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
}
.BM_ItemLstValue {
    font-weight: bold;
    color: #D40F7D;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.BM_ItemLstDesc {
    font-size: 14px;
}
.BM_Del {
    padding-right: 4px;
    float: right;
    cursor: pointer;
}
.BM_Shared {
    padding-right: 4px;
    float: right;
    cursor: pointer;
}
.txt_subTtl.shared {
    padding-top: 12px;
}
.BM_ItemLstOwner {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: gray;
}
.txt_subTtl.addBM {
    padding-top: 12px;
}
.BM_ItemLst_None {
    font-size: 16px;
    font-style: italic;
    color: gray;
    padding-left: 20px;
}
.BM_CreateBTN {
    background-color: #D40F7D;
    color: white;
    padding: 0.5rem 0.5rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s, transform 0.2s;
    border: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#sqlBookmarksList .fa-solid.fa-toggle-on {
    color: #D40F7D;
}

#bookmarksPanel input, #bookmarksPanel textarea {
    border: 1px solid #808080bf;
    padding: 4px;
    border-radius: 4px;
}

.BM_Reset svg {
    color: white;
}
.BM_Reset {
    padding-right: 8px;
    float: right;
    cursor: pointer;
}



.load_spinner::after {
    content: "";
    display: inline-block; /* or block, depending on your layout */
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.parameter-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
}

    .parameter-container.expanded {
        max-height: 1500px;
        overflow: visible;
    }

/* Add a transition to the main container for a smooth fade-in */
/*#reportContainer {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}*/

    /* This is the final state after loading */
    /*#reportContainer.ready {
        opacity: 1;
    }*/