
:root {
 --tblr-font-sans-serif: "Inter Variable";
}

.alert{
    border-left: .25rem var(--tblr-border-style) var(--tblr-alert-color);
    background: var(--tblr-bg-surface);
}

.ts-dropdown {
    background: var(--tblr-bg-surface) !important;
    color: var(--tblr-body-color) !important;
}

.ts-control input::placeholder {
    color: var(--tblr-body-color) !important;
}


.left-menu-group {
    background: var(--tblr-bg-surface) !important;
}




/* 1. Hide the sidebar when data-sidebar="closed" */
body[data-sidebar="closed"] #side-layout-menu,
body[data-sidebar="closed"] .sidebar-open
{
    display: none !important;
}

body[data-sidebar="open"] .sidebar-closed
{
    display: none !important;
}


/* 2. Remove the left margin on .navbar and .page-wrapper when the sidebar is closed */
@media (min-width: 992px) {
    body[data-sidebar="closed"] .navbar-expand-lg.navbar-vertical ~ .navbar,
    body[data-sidebar="closed"] .navbar-expand-lg.navbar-vertical ~ .page-wrapper {
        margin-left: 0 !important;
    }
}


.icon.icon-trend g {
    stroke-width: 1.5 !important;
}

.icon.icon-rotate-90 {
    transform: rotate(90deg); /* Rotate 45 degrees */
}

.card-sponsor {
    background: var(--tblr-primary-lt) no-repeat center / 100% 100%;
    /*border-color: var(--tblr-primary);*/
    background-size: cover;
    min-height: 316px;
}

.footer {
    padding: 1.4rem 0;
}

.twitter-typeahead .bloodhound{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.twitter-typeahead{
    display: flex !important;
}
.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 1.25rem; /* Set input font size */
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}

.twitter-typeahead .tt-hint,
.form-control.is-invalid.tt-hint,
.form-control.is-valid.tt-hint {
    background-image: none;
    display: none;
}

.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
input.tt-hint {
    color: rgb(255, 255, 255);
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}
.tt-suggestion {
    font-size: 1rem;  /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: gray;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}


/* common */
.ribbon-wms {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
}
.ribbon-wms::before,
.ribbon-wms::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 4px solid #2980b9;
}
.ribbon-wms span {
    position: absolute;
    display: block;
    width: 87px;
    padding: 3px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 300 11px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-wms-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-wms-top-left::before,
.ribbon-wms-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-wms-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-wms-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-wms-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-wms-top-right {
    top: -6px;
    right: -6px;
}
.ribbon-wms-top-right::before,
.ribbon-wms-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-wms-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-wms-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-wms-top-right span {
    left: -9px;
    top: 14px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-wms-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-wms-bottom-left::before,
.ribbon-wms-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-wms-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-wms-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-wms-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-wms-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-wms-bottom-right::before,
.ribbon-wms-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-wms-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-wms-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-wms-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.ribbon-wms-custom::before,
.ribbon-wms-custom::after {
    border: 4px solid #4e7c7d;
}

.ribbon-wms-custom span {
    background-color: #6daaab;
    font-size: 9px;
    padding: 4px 0;
}

.ribbon-wms-standard::before,
.ribbon-wms-standard::after {
    border: 4px solid #4a6581;
}

.ribbon-wms-standard span {
    background-color: #6d8bab;
    font-size: 9px;
    padding: 4px 0;
}

.done { /* All of the way complete. */
    color: green;
}

.need-sp { /* Front end done, still needs SP completed */
    color: blue;
}
/*Not started is default color */


.ribbon-wms-banner {
    width: 60px;
    height: 16px;
    padding-left: 1px;
    position: absolute;
    right: -5px;
    bottom: 3px;
    background: #3498db;
    color: #fff;
    font: 300 10px/1.8 'Lato', sans-serif;
    /*text-shadow: 0 1px 1px rgb(0 0 0 / 20%);*/
    text-transform: uppercase;
    text-align: center;
}
.ribbon-wms-banner:before,
.ribbon-wms-banner:after {
    content: "";
    position: absolute;
}
.ribbon-wms-banner:after {
    height: 0;
    width: 0;
    top: -6.5px;
    right: 0.1px;
    border-bottom: 6px solid #2980b9;
    border-right: 6px solid transparent;
}

.ribbon-wms-banner-free{
    background: #3498db;
}
.ribbon-wms-banner-free:after{
    border-bottom: 6px solid #2980b9;
}

.ribbon-wms-banner-standard{
    background: #6d8bab;
}
.ribbon-wms-banner-standard:after{
    border-bottom: 6px solid #4a6581;
}

.ribbon-wms-banner-custom{
    background: #6daaab;
}
.ribbon-wms-banner-custom:after{
    border-bottom: 6px solid #4e7c7d;
}

.fs-7 {
    font-size: .75rem !important;
}

.fs-8 {
    font-size: .5rem !important;
}
.fs-7 .form-check-input {
    margin-top: .15em;
}

.menu-icon .card-body {
    padding: 1rem 0rem 1rem 0rem;

}

.sub-menu-icon h6 {
    font-size: .75em;
}

.sub-menu-icon .fa-2x {
    font-size: 1.5em;
}



.v-free, .v-standard, v-custom {}





