/* Copyright (c) 2021,  C.Kandoro and Contributors.
 * See Licence for more details.
 */


:root {
    --primary: #a4c735;
    --secondary: #2d4e91;
    --tertiary: #e5e5e5;
    --quarternary: #eeeeee;
    --quinary: #009688;
    --text: #333;
}

.bg-quinary {
    background-color: var(--quinary);
}

input[type='file'] {
    border: 0px;
}

body {
    overflow-y:hidden;
}

body.framed {
    overflow-y:auto;
}

body.framed::-webkit-scrollbar{
    width: 5px;
    background-color: var(--tertiary);
    opacity: 0;
 }

.table-sm td >a {
    display: block;
    color: var(--text);
    padding: 4px 8px;
    font-weight: bold;
}

.white {
    background-color: white;
}
.primary {
    background-color: var(--primary);
    color: var(--quarternary);
} 

.primary-style {
    border-color: whitesmoke;
}

.hover-primary:hover {
    background-color: var(--primary);
    color: var(--quarternary);
}

.secondary {
    background-color: var(--quinary);
    color: var(--quarternary);
}
.tertiary {
    background-color: var(--tertiary);
}
.qaurternary {
    background-color: var(--quarternary);
}


.ui-nav {
    width: 200px;
    min-height: 80vh;
}
.ui-window {
    display: flex;
    flex-direction: row;
}
.bg-primary th {
    color:var(--quarternary);
}

.bg-primary td {
    color:var(--quarternary);
}

input[type="checkbox"] {
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
    width: 30px;
    height: 30px;
}

input[type="checkbox"]:checked:after {
    content: '\2714';
	font-size: 20px;
	position: absolute;
	top: 0px;
	left: 2px;
	color: #99a1a7;
}

input:required, textarea:required, select:required, label.requiredField + div > select {
    background-color: #bbdfc8
}


.dash-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.dashbox {
    margin: 10px;
    padding: 10px;
    width: 30%;
    max-width:300px;
    min-height: 200px;
    text-align:center;
    border-radius: 10px;
    box-shadow: 2px 5px 10px #ccc;
    color: var(--primary);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items:center;
    background-color: white;
}

.dashbox h3 {
    font-weight: 500;
    font-size:3rem;
}

.dashbox .fas {
    z-index: 1;
}

.dashbox h4 {
    font-weight: 200
}

.report-nav {
    max-width: 250px;
    height: 100vh;
    background-color: var(--primary);
}

.white-on-blue {
    background-color:var(--quarternary);
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.entry-style td{
    padding: 0px;
    border: 0px;
}

.entry-style thead th{
    padding: 0px;
    border: 0px;
}
.entry-style input[type="number"]{
    padding: 2px;
    width: 100%
}
.entry-style select{
    padding: 3px;
}
#product-widget, #service-widget, #expense-widget{
    margin: 0px;
}

#product-widget-text-box, #service-widget-text-box, #expense-widget-text-box {
    background-color: var(--quarternary);
}
.entry-style select{
    width: 100%;
}

.invoice-btn {
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    background-color: var(--primary);
    color: var(--quarternary);
    border: 1px solid var(--quarternary);
}

.shadow {
    padding: 20px ;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5),
                0px 0px 5px rgba(230, 230, 230, 0.5);
}

.accent {
    border-top: 3px solid var(--primary);
}

.accent-md {
    border-top: 6px solid var(--primary);
}

.accent-lg {
    border-top: 9px solid var(--primary);
}

.accent-left-md {
    border-left: 6px solid var(--primary);
}

.accent-left-lg {
    border-left: 9px solid var(--primary);
}

.tertiary-link {
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline;
}

.sec-ico {
    opacity: 0.7;
}

.tertiary-link:hover {
    text-decoration: none;
    
}

.flex-centered {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

nav .nav-link:hover{
    color: var(--quarternary);
    background-color: var(--secondary);
}

nav .nav-link{
    color: var(--quarternary);
}
.nav-link .fas {
    opacity: 0.7;
    margin-right: 1rem;
    margin-left: 0.3rem;
    box-sizing: border-box;
}



li.active .nav-link{
    color: var(--quarternary);
    background-color: var(--secondary);
}


.list-group-item:hover {
    border-left: 3px solid var(--secondary);
}

.list-group-item a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: inline-block;
}
/* Replaces the bootstrap default */
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    background-color: #e9ecef;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: padding 0.1s;
}

.shrink {
    padding: 0.3rem 2rem;
}

.shrink p {
    display: none;
    transition: display 0.4s;
}

.shrink a {
    display: none;
    transition: display 0.4s;

}

.shrink .shrink-invisible {
    display: none;
    transition: display 0.4s;

}


.shrink hr {
    display: none;
    transition: display 0.4s;
}

.shrink i {
    display: none;
}

.shrink h1{
    font-size: 2rem;
    font-weight: normal;
}

.card-title {
    font-weight: 250;
}

.eop {
    page-break-before: always;
}

table {
    page-break-inside: auto;
}

table tr{
    page-break-inside: avoid;
    page-break-after: auto;
}

.floating-submit {
    position:fixed;
    width:100%;
    padding: 10px 50px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    background-color: var(--quarternary);
}

.floating-submit button {
    float: right;
}

.floating-submit input {
    float: right;
}

.django-select2 {
    width: 100%;
    min-width: 14rem;;
}

.notification-button{
    color: var(--quarternary);
    font-size: 1.5rem;
    text-align: center;
    background-color: var(--secondary);
    border-radius: 15px;
    width:45px;
    float:right;
    display: none;
}

.ui-datepicker {
    z-index: 12000  !important;
    padding: 0.5rem 1.5rem;
}

.ui-datepicker select{
    border-color: #ccc !important;
    /* outline: 1px solid #ccc !important; */
}

.dropdown-item:hover {
    color: var(--quarternary);
    background-color: var(--secondary);
}

/* Umisoft */

body {
    background-color: var(--quarternary);
}

main {
    display: flex;
    flex-direction: row;
}

#nav {
    padding: 5px;
    height: 100vh;
    background-color: var(--primary);
    width: 300px;
    overflow-y: auto;
}

#window {
    flex: 1;
    height: 100vh !important;
}

section#title {
    width: 100%;
    background-color: var(--primary);
    color: var(--text);
    position: sticky;
    top:0;
    font-size: 2rem;
    padding: 0.5rem;
    z-index: 999;
    display:flex;
    flex-direction: row;
}

section#title button, section#title a{
    height: 100% !important
}

section#title a {
    padding-top: .75rem;
}

#title-text .fas, .nav-item .fas{
    opacity: 0.7;
}

#title-text {
    flex: 20;
}

#action-icon, #notifications-icon{
    flex: 1;
    text-align: center;
    padding: 2px;
}

@media(max-height: 720px){
    #content{
        height: 80vh !important;
    }
    section#title{
        height: fit-content !important;
    }
    #footer{
        height: fit-content !important;
    }
}

@media(min-height: 721px){
    #content{
        height: 87.5vh !important;
    }

    section#title{
        height: fit-content !important;
    }
    #footer{
        height: 5vh !important;
    }
}

#content {
    padding-top: 3px;
    overflow-y:scroll;
}

#content::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: var(--tertiary);
 }

#content::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background: var(--quinary);
}

#footer {
    background-color: var(--primary);
    z-index: 999;
}

.hero {
    width: 400px;
    margin: 20vh 50vw;
    color: var(--primary);
}

.logo {
    text-align:center;
}


.navbar-brand, .logo {
    color: var(--quarternary);
    margin: 0.5rem 0;
}

.navbar-brand:hover, .logo:hover {
    color: var(--quarternary);
    background-color: var(--secondary);
    padding: 0.5rem;
    border-radius: 0.25rem
}

.navbar-brand:hover::first-letter, .logo:hover::first-letter {
    padding-right: 0;
    background: transparent
}
.navbar-brand::first-letter, .logo::first-letter{
    background-color: var(--secondary);
    padding: 0.5rem;
    border-radius: 0.25rem;

}

/* forms */

.action-link {
    color: var(--primary) !important;
    display:block !important;
}

.action-link:hover {
    color: var(--secondary) !important;
    text-decoration: underline !important;
    display:block !important;
}

.dashboard-nav {
    max-height: 88vh;
    overflow-y: auto;

}

.dashboard-nav::-webkit-scrollbar {
    display: none;
 }

.dashboard-nav > .nav-item {
    font-size: 1.5rem;
}
.dash-frame {
    width: 100%;
    height: 90vh;
}


.dash-visualization {
    height: fit-content;
}

.dash-visualization h4 {
    color: var(--quarternary);
    background-color: var(--primary);
    padding: 5px;
}

.dash-icon {
    color: var(--primary);
    opacity: 0.2;
    z-index: -1;
    transform: rotateZ(-20deg);
    position: absolute;
    bottom: 20px;
    right: 50px;
}


.notifications {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
}

.notification-window {
    position: fixed !important;
    width: 400px;
    height: 100vh;
    position: absolute;
    left: 100vw;
    top: 0px;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    background-color: var(--quarternary);
    transition: all 0.5s linear;
    overflow-y: auto;
    z-index: 1001;
}

.visible-notification-window {
    left: calc(100vw - 400px);
}

.notification-window h4{
    color:white;;
    background-color: var(--primary);
    padding: 10px;
    text-align: left;

}

.report-frame {
    width: 100%;
    height: 80vh;
}

.nav-tabs a.nav-link {
    color: #aaa
}

.nav-tabs a.nav-link.active {
    border-top: 3px solid var(--primary);
}

.nav-tabs a.nav-link:hover {
    background-color: var(--primary);
    color: white
}

.sub-frame {
    width: 100%;
    min-height: 500px;
}

.scroll-frame{
    overflow-y: scroll;
    height: 100vh !important;
}

table .form-control, table .search-widget {
    border-radius: 0px !important;
    margin: 5px 0px !important;
    box-sizing: border-box !important;
}


.search-widget button{
    margin: 0px !important;
}

.search-widget-text {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.tight td {
    padding: 0px !important;
}
.tight th:last-child, .tight td:last-child {
    text-align: right;
}


.tight button{
    margin: 5px;
}

span.important {
    font-size: 1.5rem;
    font-weight: 700;
}

span.less {
    font-size: 0.8rem;
    color: #888;
}

.focus-text {
    font-size: 1.5rem;
    font-weight: 700;
}

#mobile-nav {
    display: none;
}

.filter-overlay {
    display: block;
    position: static;
}

.filter-overlay-controls {
    display: none;
}

.filter-button {
    display: none;
}

.mobile {
    display: table-cell;
}

@media(max-width: 575px){
    .hero {
        width: 250px;
    }

    main {
        display:block;
    }

    section#title {
        position: sticky;
        height: fit-content!important;
    }

    #mobile-nav {
        display:block;
    }

    #nav {
        display: none;
        position: absolute;
        z-index: 10000;
        height: fit-content;
        width: 100%;
        left: 0px;
        top:60px;
    }
    #title-text {
        font-size: 1.5rem;
    }

    .dashbox {
        flex-direction: row;
        width: 100% !important;
        padding: 2px;
        height: auto!important;
        min-height: fit-content;
    }

    .dashbox h4 {
        margin-right: 2rem;
        margin-left: 0.75rem;
    }

    .dashbox i {
        display: none;
    }

    .notification-window {
        width: 80vw;
    }

    .visible-notification-window {
        left: calc(100vw - 80vw);
    }

    .report-frame {
        height: 100vh;
        width: 100vw;
    }

    .report-nav {
        max-width: 100% !important;
        height: fit-content

    }
    .page-container {
        margin: 16px!important;
    }

    #scroll-frame {
        width: 100vw;
    }

    .filter-button {
        display: block;
        margin: 4px auto;
    }

    .filter-overlay {
        z-index: 10000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
        display: none;
        flex-direction: column;
        justify-items: center;
        align-items: center;
    }

    .filter-overlay .shadow {
        box-shadow: 0px 0px 0px transparent;
    }

    .filter-overlay-controls {
        width: 90%;
        display: flex;
        margin: 4px;
        flex-direction: row;
        justify-content: flex-end;
    }

    .mobile {
        display: none;
    }

    .card {
        margin-top: 4px;
    }
}

#image-container {
    border: 2px dashed #aaa;
    border-radius: 12px; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 12px;
    margin: 24px;
    overflow: hidden;
}


#image-container img {
    display: none;
    width: auto;
    height: 100%;
}


#image-container i {
    color: #aaa
}


.guide.line {
    stroke: #ccc!important;
}

.input-group select {
    margin-top: 0px!important
}

.dash-loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dash-loaded {
    display: none;
}

.bell-active {  
    animation: ring 1s linear 0s 3 forwards;
}

@keyframes ring{
    0% {
        transform: rotateZ(45deg);
    }

    50% {
        transform: rotateZ(-45deg);
    }

    100% {
        transform: rotateZ(45deg);
    }

}

/* Custom Alert */

.bentsch-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px
}

.bentsch-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.bentsch-close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.bentsch-close:hover,
.bentsch-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bentsch-modal-header {
    padding: 10px 16px;
    background-color: var(--primary);
    color:var(--quarternary);
}

.bentsch-modal-body {
    padding: 10px 16px;
}

.bentsch-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

span.select2-container {
    width:100% !important;
    display: block !important;
}

/* flex */

.flex {
    display: flex;
}

.flex-end {
    justify-content: flex-end;
}

.btn-secondary {
    color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    background-color: white !important;
    font-weight: 500;
}

.btn-transparent {
    color: white !important;
    border: 0;
    background-color: transparent !important;
    font-weight: 500;
}

.animated-btn {
    transition: all 0.3s ease;
}

.animated-btn:hover {
    transform: scale(1.25);
}

.animated-li > div {
    transition: all 0.3s ease;
}

.animated-li > div:hover {
    background-color: rgba(0,150,136, 0.25);
    transform: scale(1.1);
}

.btn-tertiary {
    color: var(--primary) !important;
    border: 0px !important;
    background-color: white !important;
    font-weight: 500;
}

.dash-heading {
    color: #aaa;
    font-weight: bold;
}

.dash-heading i{
    transition: all 0.3s linear;
    
}

.dash-heading.collapsed i{
    transform: rotateZ(90deg);
}

.dash-body {
    box-sizing: border-box;
    padding: 0px 1.25rem !important;
    transition: all 0.3s linear;
    height: 80vh;
    overflow-y: scroll;
}

.dash-body::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: var(--tertiary);
 }

.dash-body::-webkit-scrollbar-thumb, .dash-body::-webkit-scrollbar-thumb {
    width: 5px;
    background: var(--secondary);
}


.dash-body::-webkit-scrollbar-thumb:hover {
    width: 15px;
    background: var(--secondary);
}

.dash-body.collapsed {
    height: 0px;
    overflow-y: hidden;
}

.email-overlay {
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    display: none;
}


.email-window {
    z-index: 1001;
    background-color: white;
    position: fixed;
    top: 10vh;
    left: calc((100vw - 400px) / 2);
    height: 80vh;
    width: 400px;
    display: none;
    border-radius: 10px;
    padding: 10px;
}

.email-header {
    background-color: #eee;
    height: 50px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#email-frame {
    height: calc(80vh - 75px);
    width: 380px;   
}

.email-attachment {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px;
    display: flex;
    align-items: center;
}

.email-attachment i {
    color: crimson;
    padding-right: 1.5rem;
    padding-left: .5rem;
}

.email-sending {
    z-index: 1002;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.li-focused {
    font-weight: bold;
    font-size: 16px;
}

.search-interface {
    width: 0px;
    overflow-x: hidden;
    transition: all 0.3s ease;
    border-bottom: 2px solid white;
}

.search-window {
    position: relative;
    width: 200px;
}

.search-interface input {
    background: transparent;
    border: 0px;
    color: white;
    font-size: 1.25rem;
    outline: 0px;
    
}

.search-interface input:focus {
    background: transparent;
    color: white;
}

.search-interface.visible {
    width: 200px;
    
}

#search-button {
    padding: 1rem 0.5rem;
}

#search-button:hover {
    background-color: var(--primary) !important;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 200px;
    background-color: white;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 5px 5px #ddd,
    0px 2px 2px #999
}

.search-results::-webkit-scrollbar{
    width: 8px;
    background-color: var(--tertiary);
    opacity: 0;
 }

 .search-results::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background: var(--secondary);
}

.search-results::-webkit-scrollbar-thumb:hover {
    width: 15px;
    background: var(--secondary);
}

.search-result {
    min-height: 40px;
    font-size: 1.25rem;
    padding: 0.25rem .5rem;
}

.search-result:hover {
    background-color: #ccc;
}

.search-result a{
    height: 100%;
    display: block;
    text-decoration: none;

}

.search-result a:hover{
    text-decoration: none;
}

/* Nav */

#docstatus > div {
    font-size: 1rem !important;
    font-weight: 700;
}

#docstatus {
    display: flex;
    align-items: center;
    color: var(--text)
}

#docstatus .new {
    background-color: white;
    padding: 0.25rem 2rem;
    border-radius: 1.5rem;
}

#docstatus .draft {
    background-color: #FDD017;
    padding: 0.25rem 2rem;
    border-radius: 1.5rem;
}

#docstatus .submitted {
    background-color: #5FFB17;
    padding: 0.25rem 2rem;
    border-radius: 1.5rem;
}

#docstatus .void {
    background-color: crimson;
    color: white;
    padding: 0.25rem 2rem;
    border-radius: 1.5rem;
}

#docstatus .saved {
    color: white;
    background-color: var(--primary);
    border: 2px solid white;
    padding: 0.25rem 2rem;
    border-radius: 1.5rem;
}

.status-indicator {
    margin: 2.5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
}

.status-indicator.draft {
     background-color: #FDD017;
}

.status-indicator.saved {
    background-color: var(--secondary);
}

.status-indicator.submitted {
    background-color: #36a502;
}

.status-indicator.void {
    background-color: crimson;
}

.home-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
}

.home-grid a>div {
    margin: 0;
    text-align: center;
}

#nav img {
    height: auto;
    width: 45%;
    margin: 0px auto;
    display: block;
}

.login-logo {
    height: auto;
    width: 75%;
    margin: 0px auto;
    display: block;
}

.home-grid i {
    color: var(--primary);
}

.horizontal-gradient {
    background: linear-gradient(to right, #ffffff, var(--primary)) !important;
}

.vertical-gradient {
    background: linear-gradient(#ffffff, var(--primary)) !important;
}

.meta-title {
    font-weight: 700;
    color: #ccc;
    font-size: 1.25rem;
}

#div_id_void,
#div_id_draft {
    visibility: hidden;
}

.landscape-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.landscape-form form * {
    margin: 5px
}

.landscape-form form input[type="submit"] {
    max-height: 40px;
}

.cart-table tbody td {
    font-weight: 600;
    font-size: 1.125rem
}

.store-alert-container {
	z-index: 1000;
	position: fixed;
	width: 100%;
}

.store-alert {
	font-weight: 700;
	text-align: center;
	font-size: 1.5rem;
	animation: alert 2s ease infinite;
}


@keyframes alert {
	0% {
		font-size: 1rem;
	}

	50% {
		font-size: 1.25rem;
	}

	100% {
		font-size: 1rem;
	}


}

.remaining-days {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 300px;
    bottom: -4.5rem;
    background-color: #0c7a0e;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    padding-bottom: 2rem;
    transition: all 0.3s ease;
}

.remaining-days strong {
    font-size: 1.25rem;
}

.remaining-days a {
    background-color: white;
    color: #0c7a0e;
    padding: .5rem;
    border-radius: .25rem;
    border: 0px; 
    outline: 0px;
    width: fit-content;
    display: inline-block
}

.remaining-days:hover {
    bottom: -1.5rem;
}

.pill {
	border: 2px solid black;
	margin: 1rem auto;
	padding: 0.5rem 1rem ;
	border-radius: 2rem;
    transition: all 0.3s ease;
    width: 80%;
    background-color: white;
    display: block;
}

.pill:hover {
    transform: scale(1.125);
}

.pill i {
    margin-right: 2rem
}

.social-thrust-ticker {
    background-color: var(--secondary);
    position: absolute;
    bottom: 3vh;
    width: calc(100% - 550px);
    height: 40px;
    display: flex;
    overflow: hidden;
    left: 550px;
    border-radius: 20px;
    padding: 4px 20px;
    color: white;
    align-items: center;
}

.social-thrust-ticker .scroll-container {
    flex: 1;
    border-left: 3px solid white;
    overflow-x: hidden;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.social-thrust-ticker .scroller {
    white-space: nowrap;
}

.social-thrust-ticker button {
    background: transparent;
    color:white;
    border: 0px;
    outline: 0px;
}

.social-thrust-ticker button:hover {
    font-weight: 700;
    font-size: 1.125rem;
}

.scroller span {
    display: inline-block;
    margin-right: 2.5rem;
}

.social-thrust-modal {
    position: absolute;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.19);
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
}

.social-thrust-modal-content {
    background-color: white;
    width: 50%;
    height: 50%;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}