html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
    /*  Margin bottom by footer height */
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #f5f7fa;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        /* Chrome, Safari */
        color-adjust: exact !important;
        /* Firefox */
    }

    .ugu-category {
        /* color:#0013FF; */
        border-top: 1px solid !important;
        border-top-color: lightgray !important;
    }

    .reportCol2 {
        min-width: inherit !important;
    }

    .reportCol3 {
        min-width: inherit !important;
    }

    .reportCol4 {
        min-width: inherit !important;
    }

    @page {
        /*margin: .25in; */
        margin: 0.1in;
        padding: 0.1in;
    }

    html {
        font-size: .55em;
    }

    .ugu-fs-scale {
        font-size: 1.35em !important;
    }

    .ugu-fs-xxs {
        font-size: 0.8em !important;
    }

    .ugu-fs-deal {
        font-size: 5px !important;
    }

    body {
        background-color: white;

    }

    .fs-offer-note {
        font-size: .95em;
    }
    .fs-info-fact {
        font-size: 0.55em!important;
    }

    tr {
        break-inside: avoid !important;
    }

    .unbreakable {
        break-inside: avoid !important;
    }
    .col-lg-2 {
        width: 16.67%;
        float: left;
      }
    .col-lg-4 {
        width: 33.33%;
        float: left;
      }
    .col-lg-6 {
    width: 50%;
    float: left;
    }
    .col-lg-8 {
        width: 66.33%;
        float: left;
    }
    .ugu-mb1 {
        margin-bottom: -1px!important;
    }
    
    .hidePrint {
        display: none;
    }

    .sigCard {
        border: none !important;
    }

    .shadow {
        box-shadow: none !important;
    }
}

.fs-info-fact {
    font-size: 0.75em;
}

a {
    text-decoration: none !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.nounderline {
    text-decoration: none !important
}

.gfx-form-error {
    color: red;
    font-size: small;
}

.bi-pencil-square {
    color: #0013ff;
}

.bgy {
    background-color: yellow!important;
}

.new {
    border-left: 4px solid #0013ff !important;
    /*background-color: #0011ff1a; */
    background-color: red;
    animation: new 3s ease-in-out infinite alternate;
}

@keyframes new {
    from {
        background-color: #0011ff1a;
    }

    to {
        background-color: #0011ff03;
    }
}

.indicateEdit {
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 333;
  }
  
  .indicateEdit::after {
    z-index: 90;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(to right, #0013FF, #2da800, #0013FF);
    background-size: 400% 400%;
    animation: flow 10s ease-out infinite;
  }
  
  @keyframes flow {
    0% {
      background-position: 0% 0%;
    }
    75% {
      background-position: 75% 0%;
    }
    100% {
      background-position: 100% 0%;
    }
  }

  
.indicateView {
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 333;
  }
  
  .indicateView::after {
    z-index: 90;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    background: black;
  }

.gfx-major,
a.gfx-major:link,
a.gfx-major:visited {
    /* For major buttons */
    background-color: #0013ff !important;
    color: #ffffff !important;
    border: solid;
    border-color: #0013ff;
    border-width: thin;
}

.gfx-major,
a.gfx-major:link,
a.gfx-major:visited {
    /* For major buttons */
    background-color: #0013ff !important;
    color: #ffffff !important;
    border: solid;
    border-color: #0013ff;
    border-width: thin;
}

body>div.container-fluid.text-center>div:nth-child(1)>div:nth-child(1)>a>button:hover {
    background-color: #0013ffd6 !important;
}

/* Media query to remove border on bigger screens */
@media (min-width: 767px) {
    .navBorder {
        border: none !important;
        /* Remove border on bigger screens */
    }
}

/* Media query to center create button on events page, mobile view */
@media (max-width: 767px) {
    .createCenter {
        justify-content: center !important;
        /* Remove border on bigger screens */
    }
}

/* Media query to set width, mobile view only */
@media (max-width: 767px) {
    .w-xs-90 {
        width: 90% !important;
        /* set width on small screens only */
    }
}

.gfx-maj-inv,
a.gfx-maj-inv:link,
a.gfx-maj-inv:visited {
    /* For ice buttons */
    background-color: white !important;
    color: #0013ff !important;
    border: solid;
    border-color: #0013ff;
    border-width: thin;
}

.gfx-minor,
a.gfx-minor:link,
a.gfx-minor:visited {
    /* For minor buttons */
    background-color: #2da800 !important;
    color: #ffffff !important;
    /*border:solid!important; apparently this border is messing up sizing. 0357am 111721 nk*/
    border-color: #2da800;
    border-width: thin;
}

.gfx-min-inv,
a.gfx-min-inv:link,
a.gfx-min-inv:visited {
    /* For minor buttons */
    background-color: #ffffff !important;
    color: #2da800 !important;
    border: solid;
    border-color: #2da800;
    border-width: thin;
}

.gfx-cancel,
a.gfx-cancel:link,
a.gfx-cancel:visited {
    /* For minor buttons */
    background-color: #ffffff !important;
    color: red !important;
    border: solid;
    border-color: red;
    border-width: thin;
}

.gfx-clean,
a.gfx-clean:link,
a.gfx-clean:visited {
    border: 1px solid black;
    background-color: #ffffff;
    color: #000000;
}

.back-link {
    border-bottom: 1px solid rgba(128, 128, 128, 0.33);
}

.circle-divider {
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.5em;
}

.bg-divider {
    background-color: #E0E0E0 !important;
}

.bg-divider-light {
    /*background-color: #E0E0E080 !important; old as of 052924 */
    background-color: #f2f2f2 !important;
}

/* https://www.magicpattern.design/tools/css-backgrounds */
.bg-divider-slashes {
    background-color: #ffffff;
    opacity: 1;
    background-size: 7px 7px;
    background-image: repeating-linear-gradient(45deg, #adffae 0, #adffae 0.7000000000000001px, #ffffff 0, #ffffff 50%);
}

.reportCol2 {
    min-width: 300px;
}

.reportCol3 {
    min-width: 700px;
}

.reportCol4 {
    min-width: 1000px;
}

/*reports borders*/
.ugu-category {
    /*font-weight: bold;*/
    /*color:#0013FF; */
    border-top: 1px solid !important;
    border-top-color: lightgray !important;
}

.ugu-category-edit {
    border-top: solid !important;
    border-top-width: .12em !important;
    border-top-color:lightgray !important;
}

.ugu-total {
    /*font-weight: bold;*/
    /*color:#0013FF; */
    border-top: 1px solid !important;
    /* border-top-color: #0000ff69 !important; */
    border-top-color: lightgray !important;
}

.expLine {
    padding-top: 0.17em !important;
    padding-bottom: 0.17em !important;
}

#eventTile:hover {
    border-color: #0013FF !important;
}

div.pac-container {
    z-index: 99999999999 !important;
}

.w-0 {
    width: 0px !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-34 {
    width: 34% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-70 {
    width: 70% !important;
}

.leftRadius {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.rightRadius {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.revenue-radio {
    display: inline-block;
    width: auto;
    /* Allow buttons to adjust width to content */
    height: 35px;
    /* Adjust height as needed */
    /* Remove border for a cleaner button look */
    border: none;
    border-radius: 0px !important;
    /* Adjust corner rounding as desired */
    cursor: pointer;
}

.revenue-radio input[type="radio"] {
    /* Hide the actual radio button visually */
    opacity: 0;
    height: 0;
    width: 0;
}

.revenue-radio input[type="radio"]:checked+.revenue-radio-label {
    background-color: #2da800;
    /* Change to your desired color */
    color: #fff;
    /* Change text color to white for better contrast */
}

.revenue-radio-label {
    text-align: center;
    /*line-height: 35px;   Match button height */
}

.numtot {
    color: #0013FF;
}

.editH {
    min-height: inherit !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    font-size: inherit !important;
}

.editW {
    min-height: inherit !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /* border-top-width: 0px !important;
    border-bottom-width: 0px !important; */
    font-size: inherit !important;
}

.clickable {
    cursor: pointer;
}

.nav-link {
    color: inherit;
}

.nav-link.active {
    font-weight: bold;
    color: green;
}

.navbar-vertical-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .64rem;
    color: var(--phoenix-navbar-vertical-label-color);
    margin-bottom: .5rem;
    margin-top: 1.5rem;
}

.form-select::after {
    content: none;
    /* Hide the arrow content */
}

#CATS,
#leftNavContainer {
    height: calc(100vh - 77px);
}

.left-border {
    border-left: thin double lightgray;
}

#genericDropZone.drag-over {
    background-color: #f0f8ff;
    border-color: #0a84ff;
}

.dropHover {
    border-left: 3px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.dropHover:hover {
    background-color: #e6ebff;
    border-left-color: #0013ff;
}
.bg-par {
    background-color: #e9ecef !important;
}