﻿/*  
    Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
    for details on configuring this project to bundle and minify static web assets.
*/

/******************************************************************
* 
* HTML styles
* 
******************************************************************/

:root {
    --titanium-blue: #41B6E6;
    --drawer-blue: #007cee;
    --border-white: #dee2e6;
    --subdued-gray: #ced4da;
    --faint-tinted-white: #deede6;
    --transparent-dark: #8080800d;
}

html:root {
    --mdc-theme-primary: var(--titanium-blue);
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    letter-spacing: .00625em;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

table {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    letter-spacing: .00625em;
}

th {
    white-space: nowrap;
}

.Google-Font {
    font-family: 'Google Sans',Roboto,Arial,sans-serif !important;
    letter-spacing: .00625em;
}

.hidden-input {
    display: none;
}

/******************************************************************
* 
* Top navbar styles
* 
******************************************************************/

.screen-title-flex {
    height: 25px;
    display: flex;
    justify-content: space-between;
}

.screen-title-success {
    display: none;
}

@media (max-width: 599px) {
    .screen-title-bar {
        top: 56px !important;
    }
}

@media (max-width: 1080px) {
    .searchForm {
        width: 30% !important;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.screen-title-bar {
    width: 100%;
    background-color: white;
    height: 25px;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    z-index: -1;
}

.screen-title-container {
    height: 25px;
    margin-bottom: 1.75rem;
}

.screen-title {
    padding-top:5px;
    vertical-align: middle;
    font-size:30px;
    text-align:center;
    font-weight:bold;
}

.Menu-Name {
    margin-right: auto;
    flex: 1;
    display: flex;
}

.LoginDiv {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.searchDiv {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 720px;
}

.searchTable {
    width: available;
    width: -webkit-fill-available;
    width: -moz-available;
}

.searchTd {
    white-space: nowrap;
    display: flex;
}

.searchForm {
    background: #f1f3f4;
    border: 1px solid transparent;
    border-radius: 8px;
    margin-left: 2rem;
    padding: 10px 0;
    padding-right: 5px;
    width: 60%;
    white-space: nowrap;
}

.searchButton {
    background: none;
    padding: 0 5px;
    cursor: pointer;
    outline: none;
    border: none;
}

.searchBox {
    background: none;
    border: none;
    width: 100%;
    outline: none;
}

.clearButton {
    background: none;
    padding: 0 5px;
    outline: none;
    border: none;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-container .tooltip-text {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 0.75rem !important;
    }

    .tooltip-container:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
/******************************************************************
* 
* Side drawer / Material Design Component styles
* 
******************************************************************/

.mdc-list-item__graphic {
    margin-left: 1px;
    margin-right: 1px;
}
/* Material Design drawer */
.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: var(--drawer-blue) !important;
}

.mdc-drawer .mdc-list-item--activated {
    color: var(--drawer-blue) !important;
}

.mdc-switch {
    --mdc-theme-secondary: var(--titanium-blue);
}

.drawer-image {
    margin-right: 32px !important;
}

.header-bg {
    background-color: #7e8082 !important;
}

.table-img {
    max-width: 75%;
}

.table-4 {
    max-width: 40%;
}

.table-6 {
    max-width: 60%;
}

.display-5 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: Roboto,Arial,sans-serif;
    color: #5f6368;
}
#signOutSideBarForm{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#signOutSideBar{
    border:none;
    background-color: transparent;
    padding: 0;
    margin:0;
    text-align: left;
    width: -webkit-fill-available;
}
/******************************************************************
* 
* Table styles
* 
******************************************************************/


.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height:1rem;
    border-radius: .2rem;
}

.form-control-xs-expandable {
    height: auto;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1rem;
    border-radius: .2rem;
    resize: none;
    min-height: 1.5rem;
    overflow: hidden;
}

.alpha2code-form-control {
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1rem;
    border-radius: .2rem;
}

.sub-category-form-control {
    height: calc(1em + .375rem + 2px) !important;
    font-size: .75rem !important;
    line-height: 1rem;
    border-radius: .2rem;
}

/* #region Single-Select Searchable Dropdown */
.single-searchable-dropdown {
    position: relative;
    width: min-content;
    height: auto;
    border: 1px solid #ced4da;
    padding: 1px;
    border-radius: 0.2rem;
    background-color: #fff;
}

.single-searchable-base {
    height: fit-content !important;
    display: block;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    padding: 1px 0.5rem !important;
    overflow-x: hidden;
}

.single-searchable-dropdown-pillholder {
    display: flex;
    width: 100%;
}

.single-searchable-dropdown-pill {
    background-color: #ddd;
    padding: 1px 5px;
    text-align: left;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1px;
    width: 100%; /* Full width for single option*/
}

.single-searchable-dropdown-pill-disabled {
    background-color: #ddd;
    opacity: 0.6;
    padding: 1px 5px;
    text-align: left;
    display: inline-block;
    border-radius: 8px;
    pointer-events: none !important;
    margin-top: 1px;
    width: 100%; /* Full width for single option*/
}

    .single-searchable-dropdown-pill:after {
        display: inline;
        text-align: right;
        content: "\00d7"; /* remove 'X' */
    }

.single-searchable-search {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0px;
}

.single-searchable-dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: auto; /*scroll*/
    height: fit-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style-type: none;
    font-size: .75rem !important;
    line-height: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

    .single-searchable-dropdown-list li {
        padding: 1px 0.5rem;
        color: #495057;
    }

        .single-searchable-dropdown-list li:hover {
            background-color: #1e90ff;
            cursor: pointer;
            color: #fff;
        }

.single-searchable-dropdown-option-unselectable {
    /* For blank options, special options, etc. */
}

.single-searchable-dropdown-option-disabled {
    color: #ddd !important;
}

    .single-searchable-dropdown-option-disabled:hover {
        background-color: #fff !important;
        cursor: default !important;
    }

#single-searchable-user-selection-dropdown[readonly] {
    pointer-events: none;
}
/* #endregion*/

.restart-table {
    border: 1px solid lightgrey;
    border-collapse: collapse;
}

.keyword-display {
    vertical-align: middle;
}

.contents-only {
    display: contents;
}

.no-decoration {
    text-decoration: none !important;
}

.icon-button {
    -webkit-appearance: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    background-color: #eeeeee;
}

.minus-button {
    vertical-align: middle;
    color: black !important;
    margin-left: 0.75vw;
}

.add-button {
    vertical-align: middle;
    color: black !important;
    margin-left: 0.5vw;
}

.keyword-input {
    width: unset;
    text-align: right;
    display: inline;
    background-color: #eeeeee;
    font-size: larger;
}

.keyword-weight-input {
    width: unset;
    text-align: center;
    display: inline;
    background-color: #eeeeee;
    font-size: larger;
}

.budget-input {
    width: unset;
    text-align: center;
    display: inline;
    background-color: #eeeeee;
    font-size: larger;
}

.inline-filter {
    display: flex;
}

.inline-filter-list {
    flex: 1;
}

.smaller-0 {
    font-size: 0.85rem;
    color: #404040 !important;
    font-weight: bold;
}

.smaller-1 {
    font-size: 0.75rem !important;
    color: #808080 !important;
}

.smaller-2 {
    font-size: 0.725rem !important;
    color: #8c8c8c !important;
}

.smaller-0-red {
    font-size: 0.85rem;
    color: #ff0000 !important;
    font-weight: bold;
}

.smaller-1-red {
    font-size: 0.75rem !important;
    color: #ff4646 !important;
}

.smaller-2-red {
    font-size: 0.725rem !important;
    color: #ff4646 !important;
}

.smaller-0-green {
    font-size: 0.85rem;
    color: #32CD32 !important;
    font-weight: bold;
}

.smaller-1-green {
    font-size: 0.75rem !important;
    color: #32CD32 !important;
}

.smaller-2-green {
    font-size: 0.725rem !important;
    color: #32CD32 !important;
}

.dot-red {
    height: 20px;
    width: 20px;
    background-color: #ff4646;
    border-radius: 50%;
    display: inline-block;
}

.dot-green {
    height: 20px;
    width: 20px;
    background-color: #32CD32;
    border-radius: 50%;
    display: inline-block;
}

.modalcStatus {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modalcStatus-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-top: 30px;
    border: 1px solid #888;
    width: 50%; 
    border-radius: 5px;
    color: #6c757d;
    font-size: 18px;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
   color: black;
    text-decoration: none;
   cursor: pointer;
}



.toggleborder-button {
    border-radius: 5px;
    border: 1px solid #d3d8dd;
    width: 40px;
    height: 40px;
}

    .toggleborder-button:active {
        border: 2px solid #add8e6;
    }


.toggleborder {
    border-radius: 5px;
    border: 1px solid #d3d8dd;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.keyword-words {
    text-align: right !important;
    width: 25%;
}

/*Overwrite the bootstrap accordion collapsing height so it expands to the right height*/
.collapsing {
    height: 100% !important;
}

.hiddenColumn {
    display: none;
}

.empty-cells {
    border: 0 !important;
}

.reduced-text {
    font-size: 0.8rem !important;
    font-weight: bold;
}

.extra-reduced-text {
    font-size: 0.75rem !important;
}

.divtd {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid var(--border-white);
    border-left: 1px solid var(--border-white);
    border-right: 1px solid var(--border-white);
    text-align: center;
    font-size: 0.85rem;
}

.hiddenRow {
    padding: 0 !important;
    background-color: #eeeeee;
}

.th-alert-main {
    border-left: 2px solid var(--border-white);
    border-right: 2px solid var(--border-white);
    text-align: center;
    font-size: 0.8rem !important;
    font-weight: normal !important;
    background-color: var(--transparent-dark);
}

.td-alert-main {
    border-bottom: 1px solid var(--border-white);
    border-left: 1px solid var(--border-white);
    border-right: 1px solid var(--border-white);
    text-align: center;
    vertical-align: middle !important;
    font-size: 0.8rem !important;
    color: grey;
}

.greyBG {
    background-color: #eeeeee;
}

.alert-main-words {
    text-align: left;
}

.InlineLabel {
    float: left;
    margin-top: 0.4rem;
    width: 27%;
}

.inline-label {
    float: left;
    margin-top: 0.4rem;
    width: 27%;
}

.inline-label-flush {
    margin-top: 0.4rem;
}

.InlineSpan {
    display: block;
    overflow: hidden;
    /* padding: 0 4px 0 6px; */
    /* 
    This line was causing alignment issues 
    where the input field would stretch to the 
    right side of the browser window on mobile 
    */
}

.icon-buffer-padding {
    padding: 15px;
}

.setting-subheader {
    font-weight: 500;
    padding-top: 2rem;
    color: black;
    font-size: 1.3rem;
}


.no-decoration {
    text-decoration: none;
}

.ButtonForm {
    height: calc(1.5em + .75rem + 2px);
    border-color: var(--subdued-gray);
}

.DarkUnderline {
    color: #212529;
}

.form-text-label {
    text-align: right;
    width: 30%;
}

.age-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.age-max-field {
    display: flex;
}

.years-text-display {
    display: flex;
    justify-content: space-between;
    min-width: 5rem;
}

.form-input-width {
    width:auto;
    min-width:70%;
}

.form-input-width-pillholder {
    min-width: 70%;
}

.fb-upload-table, .google-upload-table, .outbrain-upload-table {
    white-space: nowrap;
    width: 100%;
    border: 0.1rem solid var(--subdued-gray);
    border-radius: 0.2rem;
    border-spacing: 0px;
    border-collapse: separate;
    background-color: #fafafc;
}

.kw-opp-campaign-table {
    margin-right: 1.5rem;
}

.fb-upload-table td, .google-upload-table td, outbrain-upload-table td {
    vertical-align: top;
}

.gradient-header {
    background-image: linear-gradient(180deg, #d2d9ff, #adc0de);
    border-radius: 0.1rem;
    border-bottom: 1px solid var(--subdued-gray);
}

.filter-input {
    max-height: 33px;
}

.roas-mobile-input {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 1.8rem !important;
    border-radius: 0.2rem !important;
    margin:0 !important;
}

.roas-mobile-form-group {
    max-height: 2rem !important;
    background:none !important;
    border:0 !important;
    padding:1px !important;
}

.roas-form-group {
    background: none !important;
    border: 0 !important;
}

.roas-input {
    border-radius: 0.2rem !important;
}

.btn-link-info {
    color: #17a2b8 !important;
}

.btn-link-info:hover {
    color: #128799 !important;
}

.padding-table-columns th {
    padding: 0 15px 0 0;
}

.day-column {
    display:inline-block;
    width:auto;
    min-width:30%
}

.start-time-column {
    display:inline-block;
    width:auto;
    min-width:20%;
}

.end-time-column {
    display:inline-block;
    width:auto;
    min-width:20%;
}

.copy-timeframe-column {
    display:inline-block;
    width:auto;
    min-width:30%;
}

.copy-time-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.copy-timeframe-column :hover {
    cursor: pointer;
}


#use-hourly-schedule-input {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}

#custom-scheduler input[type='checkbox'] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}

#tempOverlayDiv{
    background-color:black;
    opacity:0.2;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;   
}

#loading {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1100;
}

#query-string-loading {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1100;
}

.day-column .day-label {
    margin-left: 0.5rem;
}

#custom-scheduler {
    width:auto;
    min-width:100%;
}


/******************************************************************
* 
* Popup styles
* 
******************************************************************/

/* Media block to handle various screen sizes */
/* Screen default settings */
@media (min-width: 0px) {
    .container {
        max-width: 97%;
    }

    .modal-dialog { /*For Action Popup*/

        max-width: 97%;
    }

    .mobileDevice {
        display: contents;
      
    }

    .mobileDeviceActionPopup {
        display: block;
        padding-left:0px;
        padding-right:0px;
      
    }

    .largerDevice {
        display: none;
    }

    .largerDeviceActionPopup {
        display: none;
    }

    .TitleFont {
        font-size: 1.3rem;
    }
}


@media (min-width: 0px) and (max-width: 576px) {
    .modal-dialog {
        margin: inherit;
        align-items: flex-start !important;
        margin-top: 15rem;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .modalcStatus-content {
        margin-left: 3.5rem;
        margin-right: auto;
    }
    .mdc-top-app-bar--fixed-adjust {
        width: fit-content;
        margin: auto;
    }
}

/* For specific cases */
@media (min-width: 350px) {
    .TitleFont {
        font-size: 1.5rem;
    }
}

/* Larger screen defaults */
@media (min-width: 576px) {
    .container {
        max-width: 97%;
    }

    .modal-dialog { /*For Action Popup*/
        max-width: fit-content;

    }

    .mobileDevice {
        display: none;
    }

    .mobileDeviceActionPopup {
        display: none;
    }

    .largerDevice {
        display: contents;
    }

    .largerDeviceActionPopup {
        display: block;
    }
}


@media (max-width: 768px) {
    .dot-red {
        height: 15px;
        width: 15px;
        background-color: #ff4646;
        border-radius: 50%;
        display: inline-block;
    }

    .dot-green {
        height: 15px;
        width: 15px;
        background-color: #32CD32;
        border-radius: 50%;
        display: inline-block;
    }
   
}

@media (min-width: 768px) {
    .container {
        max-width: 97%;
    }

    .modal-dialog {
        max-width: fit-content;
    }
    .modalcStatus-content{
        max-width:fit-content;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 97%;
    }

    .modal-dialog {
        max-width: fit-content;
    }
    .modalcStatus-content {
        max-width: fit-content;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 97%;
    }

    .modal-dialog {
        max-width: fit-content;
    }
    .modalcStatus-content {
        max-width: fit-content;
    }
}

.table td, .table th {
    padding: .25rem;
}

.td-keyword-budget-table {
    padding-right: 0.5rem !important;
}

.td-popup-table {
    border-top: 0px solid var(--border-white) !important;
    border-bottom: 0px solid var(--border-white) !important;
    white-space: nowrap;
    padding-right: 2rem !important;
    vertical-align: middle !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.td-difference-table {
    vertical-align: middle !important;
}

.td-value-table {
    padding-left: 0rem !important;
}

.checkbox-label-container {
    width: 100%;
    height: 100%;
    margin: 0;
}
.td-checkbox {
    padding: 0px !important;
    vertical-align: middle !important;
    text-align: center;
}

.bulk-edit-table{
    margin-right: 1rem
}

.td-bulk-table{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-bulk-table.accounts{
    max-width: 250px
}

.td-bulk-table.campaigns{
    max-width: 500px
}

.DropdownA {
    padding: 0 0.25rem;
}

.DropdownAHidden {
    padding: 0 0.25rem;
    visibility: hidden;
}

.DropdownButton {
    margin-right: 0px;
}

.action-button {
    color: grey !important;
    background: white;
    padding: 7px;
    border: 2px solid grey !important;
    border-radius: 6px;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.8rem;
    font-weight: 400;
}

    .action-button:hover {
        color: white !important;
        background: grey; /*#f6b93b;*/
        border-color: grey !important;
        transition: all 0.4s ease 0s;
    }

.action-button-larger {
    color: grey !important;
    background: white;
    padding: 0.75rem;
    border: 2px solid grey !important;
    border-radius: 6px;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9rem;
    font-weight: 400;
}

    .action-button-larger:hover:not([disabled]) {
        color: white !important;
        background: grey; /*#f6b93b;*/
        border-color: grey !important;
        transition: all 0.4s ease 0s;
    }

    .action-button-larger:disabled {
        background: lightgray !important;
        border-color: grey !important;
    }

.action-button-close {
    vertical-align: middle;
    color: white !important;
    font-weight: bold;
    background: #ff0000;
    opacity: 0.6;
    border: 0px solid grey !important;
    border-radius: 6px;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.3rem;
    padding-bottom: 4px;
}

    .action-button-close:hover {
        color: white !important;
        background: #ffb3b3; /*#f6b93b;*/
        border-color: grey !important;
        transition: all 0.4s ease 0s;
    }

.action-button-add {
    vertical-align: middle;
    color: white !important;
    font-weight: bold;
    background: #00e600;
    opacity: 0.6;
    border: 0px solid grey !important;
    border-radius: 6px;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.3rem;
    padding-bottom: 4px;
}

    .action-button-add:hover {
        color: white !important;
        background: #00e600; /*#f6b93b;*/
        opacity: 0.2;
        border-color: grey !important;
        transition: all 0.4s ease 0s;
    }

.action-button-delete {
    color: red !important;
    background: white;
    padding: 7px;
    border: 2px solid red !important;
    border-radius: 6px;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.8rem;
    font-weight: 400;
}

    .action-button-delete:hover {
        color: white !important;
        background: red;
        border-color: red !important;
        transition: all 0.4s ease 0s;
    }

.modalStyle {
    padding-left: 16px;
}



.update-spinner {
    display: none;
}

.submitButton {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
}

.acknowledgeAll {
    color: #666666;
}

.searchStringForm {
    width: inherit;
}

#threshold_filters {
    display: flex;
}

.threshold_filter_list {
    flex: 1;
}

.refresh-button {
    display: none;
}

.snooze-buttons {
    width: 100%;
    height: 100%;
    white-space: normal !important;
    word-wrap: break-word;
    /* word-break: normal; */
}

.searchTaskForm {
    width: inherit;
}

#task_filters {
    display: flex;
}

.task_filter_list {
    flex: 1;
}

/* Generated Task Action Popup */

.td-popup-table-beside {
    border-top: 0px solid var(--border-white) !important;
    border-bottom: 0px solid var(--border-white) !important;
    white-space: nowrap;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    vertical-align: top !important;
    padding-top: 0rem !important;
    padding-bottom: 1rem !important;
}

.td-popup-table-beside-single {
    border-top: 0px solid var(--border-white) !important;
    border-bottom: 0px solid var(--border-white) !important;
    white-space: nowrap;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    vertical-align: top !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.tr-popup-row {
    max-width: 700px;
    margin-bottom: 1rem;
}

.td-popup-content {
    max-width: 700px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.inline-label-flush {
    overflow-wrap: break-word;
    white-space: normal;
    margin-right: 1rem;
}

.task-action-buttons {
    width: 100%;
    height: 100%;
    white-space: normal !important;
    word-wrap: break-word;
    cursor: pointer;
    user-select: none;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

    .task-action-buttons.disabled {
        cursor: not-allowed;
        background-color: #ccc;
    }

.not-completed-dropdown-button::after {
    content: "▼";
    margin-left: 20px;
}

.not-completed-reasons-content {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 160px;
    margin-top: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.not-completed-reasons-content.show {
    display: block;
    cursor: pointer;
    user-select: none;
}

    .not-completed-reasons-content ul {
        list-style: none;
        padding: 0;
        color: black !important;
        text-decoration: none !important;
    }

        .not-completed-reasons-content ul li {
            padding: 8px;
            cursor: pointer;
        }

            .not-completed-reasons-content ul li:hover {
                background-color: #ddd;
            }

.not-completed-reasons-dropdown-item {
    color: black !important;
    text-decoration: none !important;
}

.th-task-main {
    border-left: 2px solid var(--border-white);
    border-right: 2px solid var(--border-white);
    text-align: center;
    font-size: 0.8rem !important;
    vertical-align: middle !important;
    font-weight: normal !important;
    background-color: var(--transparent-dark);
}

.th-task-main-head {
    border-left: 2px solid var(--border-white);
    border-right: 2px solid var(--border-white);
    text-align: center;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    background-color: var(--transparent-dark);
}

.td-task-main {
    border-bottom: 1px solid var(--border-white);
    border-left: 1px solid var(--border-white);
    border-right: 1px solid var(--border-white);
    text-align: center;
    vertical-align: middle !important;
    font-size: 0.8rem !important;
    color: grey;
}


.inline-label {
    float: left;
    margin-top: 0.4rem;
    width: 27%;
}

.inline-label-flush {
    margin-top: 0rem;
}

/* Generated Task Daily Assignments */
.generated-task-daily-assignment-sort-button-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: fit-content;
    border: 1px solid #ccc; 
    padding: 10px;
    border: none;
}

.add-task-button-container {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border: none;
    gap: 5px;
}

.add-custom-entry-task-button-container {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    border: none;
    gap: 5px;
}

.sort-task-button {
    white-space: nowrap;
    text-decoration: none;
    width: 125px;
}

    .sort-task-button-selected {
        pointer-events: none;
    }

    .sort-task-button-unselected {
        background-color: lightgray !important;
        border-color: lightgray !important;
    }

        .sort-task-button-unselected:hover {
            background-color: darkgrey !important;
            border-block-color: darkgrey !important;
            color: white;
        }

.action-button-simple {
    white-space: nowrap;
    text-decoration: none !important;
    min-width: 75px;
    height: 35px !important;
    font-family: inherit;
    display: inline-flex !important;
    align-items: center;
    justify-content: center; 
    text-align: center; 
    line-height: 1;
}

.action-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
}

.form-group-flex {
    vertical-align: middle !important;
}

.form-text-label-flex {
    text-align: right !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    white-space: nowrap;
    margin-top: 0.4rem;
    border: none;
    box-shadow: none;
    outline: none;
    vertical-align: middle !important;
}

.temp-overlay-disable-clicks {
    z-index: 9999;
    pointer-events: auto;
}

/* Generated Task Daily Assignments Accordian */
.task-list-content {
    display: none;
}

.task-collapse-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.2rem;
    color: grey;
}

    .task-collapse-button:focus {
        outline: none;
    }

.daily-assignments-table th {
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

/* Generated Task Action Types */

.task-action-types-table th {
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

.task-actions-table {
    font-size: 1rem !important;
    padding: 10px;
}

    .task-actions-table th {
        padding: 10px;
        font-size: 1rem !important;
    }

    .task-actions-table td {
        padding: 10px;
        font-size: 1rem !important;
    }

.value-forms {
    margin-bottom: 0rem;
}

.hidden-value-form {
    border: 0px solid var(--subdued-gray);
    background-color: #fff !important;
}

.PopupInlineLabel {
    float: left;
    /* margin-top: 0.4rem; */
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.FitWidthXBrowser {
    max-width: fit-content; /* Chrome */
    max-width: -moz-fit-content; /* Firefox */
    max-width: -webkit-fit-content; /* Chrome + Safari */
    /* display: table !important; Should work for all browsers, it just has slightly different visual for smaller windows */
}

.TitleLeft {
    padding-left: 0 !important;
}

.TitleFont {
    margin-bottom: 0;
}

.text-style-button {
    height: 100%;
    margin-right: 0.5rem;
    width: 70px;
}

.small-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.selected {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.image-preview-editing {
    display: flex;
    overflow-x: auto;
    overflow-y: auto;
}

.video-preview-editing {
    height: 400px;
    overflow-x: auto;
    overflow-y: auto;
    width: 640px;
}

.text-overlay-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 500px;
}

.bold-text {
    font-weight: bold;
}

.bold-text:focus {
    outline: none;
}

.italic-text {
    font-style: italic;
}

.italic-text:focus {
    outline: none;
}

.underline-text {
    text-decoration: underline;
}

.underline-text:focus {
    outline: none;
}

.top-text {
    margin-top: 2%;
}

.bottom-text {
    margin-top: 2%;
}

.image-container {
    display: flex;
    max-height: fit-content;
    margin-left: 2rem;
    margin-right: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.image-preview {
    max-height: 500px;
    max-width: 350px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    object-fit: contain;
}

.video-container {
    width: 45%;
    max-height: 300px;
    margin-left: 2rem;
    margin-right: 2rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    float:left;
}

.thumbnail-container {
    position: relative;
    width: 50%;
    top: -150px;
    float: right;
    margin-left: 2rem;
    margin-right: 2rem;
}

.thumbnail-image {
    position: relative;
    width: 70%;
    top: -140px;
    float: right;
}

.video-preview {
    max-height: 500px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    object-fit: contain;
}

.video-progress {
   
    height : 100%;
}

.thumbnail-preview {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.preview-btn {
    position: relative;
    left: 10%;
    font-size: 12px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.video-btn {
    position: relative;
    left: 3%;
    font-size: 12px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    top: -15px; 
}

.fixed-width-modal {
    max-width: 600px;
    width: 40%;
}

.image-form-group {
    margin-bottom: 0.5rem;
}

.video-form-group {
    margin-bottom: 0.5rem;
}

.text-color-inputs {
    display: flex;
    align-items: center;
    gap: 20px;
}

.image-input-color {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.image-input-color::-webkit-color-swatch {
    border-radius: 50%;
    border: solid 0.5px black;
}

.image-edit-table {
    white-space: nowrap;
    width: 82%;
    border: 0.1rem solid var(--subdued-gray);
    border-radius: 0.2rem;
    border-spacing: 0px;
    border-collapse: separate;
    background-color: #fafafc;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-spacing: 0 0.15rem;
}

.image-edit-values {
    padding-left: 1rem;
}

.size-radio-buttons {
    display: flex;
    padding-top: 0.4rem;
}

.size-radio-button {
    width: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Dictates button size */
/* .btn-lg
{
    padding: 0.8rem 1rem;
} */


/******************************************************************
* 
* Sticky footer styles
* 
******************************************************************/

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/******************************************************************
* 
* Dark mode styles
* 
******************************************************************/

.theme-switch-wrapper {
    display: inline-flex;
    align-items: center;
}


/* @media (prefers-color-scheme: dark)
{
    :root
    {
        --primary-background-color: #303030;
        --secondary-background-color: #616161;
        --lighter-gray: #424242;
    }

    html
    {
        color: white;
        background-color: var(--primary-background-color) !important;
    }
    
    body
    {
        background-color: var(--primary-background-color) !important;
        color: white;
        opacity: 87%;
    }
    
    table
    {
        color: white !important;
    }
    
    .mdc-drawer
    {
        background-color: var(--lighter-gray) !important;
    }
    
    .mdc-drawer .mdc-drawer__subtitle .mdc-drawer__title .mdc-drawer
    {
        color: white !important;
    }
    
    .container
    {
        background-color: var(--primary-background-color) !important;
    }
    
    .screen-title-bar
    {
        background-color: var(--primary-background-color) !important;
        border-bottom: 1px solid white !important;
    }

    .screen-title-container
    {
        color: white;
        border-bottom: 1px solid white !important;
    }
    
    .header-bg 
    {
        background-color: black !important;
    }
    
    .display-6 
    {
        color: #5f6368;
    }

    .divtd 
    {
        border-top: 1px solid var(--border-white);
        border-left: 1px solid var(--faint-tinted-white);
        border-right: 1px solid var(--faint-tinted-white);
    }

    .hiddenRow 
    {
        background-color: var(--lighter-gray);
    }

    .th-alert-main 
    {
        border-left: 2px solid var(--faint-tinted-white);
        border-right: 2px solid var(--faint-tinted-white);
        background-color: var(--transparent-dark);
    }

    .td-alert-main 
    {
        border-bottom: 1px solid var(--border-white);
        border-left: 1px solid var(--faint-tinted-white);
        border-right: 1px solid var(--faint-tinted-white);
        color: white !important;
    }
    
    .btn-light
    {
        background-color: var(--secondary-background-color) !important;
    }

    .modal-content
    {
        background-color: var(--primary-background-color) !important;
    }

    .greyBG 
    {
        background-color: var(--lighter-gray);
    }

    .ButtonForm 
    {
        border-color: var(--subdued-gray);
    }

    .DarkUnderline 
    {
        color: white;
    }
    
    .td-popup-table 
    {
        border-top: 0px solid var(--border-white) !important;
        border-bottom: 0px solid var(--border-white) !important;
    }

    .action-button 
    {
        background: var(--lighter-gray);
        border: 2px solid grey !important;
        color: white !important;
    }

    .action-button:hover 
    {
        color: white !important;
        background: grey;
        border-color: grey !important;
    }
    
    .acknowledgeAll 
    {
        color: white !important;
    }
    
    .hidden-value-form 
    {
        border: 0px solid var(--subdued-gray);
        background-color: var(--secondary-background-color) !important;
    }
} */

/******************************************************************
* 
* Animation styles
* 
******************************************************************/
.slide-up-and-fade {
    opacity: 1;
    transition: all 0.75s ease;
}

    .slide-up-and-fade.activate-transition {
        opacity: 0;
    }
/******************************************************************
* 
* Positioning styles
* 
******************************************************************/
.horizontally-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.vertically-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/******************************************************************
* 
* Custom loading bar styles
* Use along with bootstrap progress component
* 
******************************************************************/
.custom-progress-wrapper {
    background-color: white;
    border-radius: 40px;
    border: none;
    margin: 0 auto;
    padding: 40px;
}

.custom-progress {
    height: 40px;
    min-width: 400px;
    border-radius: 40px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.custom-progress-text {
    text-align: center;
    font-style: italic;
    font-size: 24px;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
}

.custom-progress-text-wrapper {
    width: 100%;
    position: absolute;
}

.progress-percentage-text {
    font-size: 40px;
    font-size: bolder;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    color: #212529;
    border: solid 1px #212529;
    border-radius: 50%;
    padding: 20px;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #212529;
    color: #212529;
    box-shadow: 9999px 0 0 -5px #212529;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #212529;
        color: #212529;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #212529;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #212529;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #212529;
    }

    30% {
        box-shadow: 9984px 0 0 2px #212529;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #212529;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #212529;
    }

    30% {
        box-shadow: 9999px 0 0 2px #212529;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #212529;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #212529;
    }

    30% {
        box-shadow: 10014px 0 0 2px #212529;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #212529;
    }
}

.dot-carousel {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #212529bb;
    color: #212529bb;
    box-shadow: 9984px 0 0 0 ##212529bb, 9999px 0 0 0 ##212529bb, 10014px 0 0 0 #212529bb;
    animation: dotCarousel 1.5s infinite linear;
}

@keyframes dotCarousel {
    0% {
        box-shadow: 9984px 0 0 -1px #212529bb, 9999px 0 0 1px #212529bb, 10014px 0 0 -1px #212529bb;
    }

    50% {
        box-shadow: 10014px 0 0 -1px #212529bb, 9984px 0 0 -1px #212529bb, 9999px 0 0 1px #212529bb;
    }

    100% {
        box-shadow: 9999px 0 0 1px #212529bb, 10014px 0 0 -1px #212529bb, 9984px 0 0 -1px #212529bb;
    }
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #212529;
    color: #212529;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

    .dot-flashing::before, .dot-flashing::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #212529;
        color: #212529;
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 15px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #212529;
        color: #212529;
        animation: dotFlashing 1s infinite alternate;
        animation-delay: 1s;
    }

@keyframes dotFlashing {
    0% {
        background-color: #212529;
    }

    50%, 100% {
        background-color: #ebe6ff;
    }
}

.dot-spin {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #212529, 12.72984px -12.72984px 0 0 #212529, 18px 0 0 0 #212529, 12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 rgba(152, 128, 255, 0);
    animation: dotSpin 1.5s infinite linear;
}

@keyframes dotSpin {
    0%, 100% {
        box-shadow: 0 -18px 0 0 #212529, 12.72984px -12.72984px 0 0 #212529, 18px 0 0 0 #212529, 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    12.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 0 #212529, 18px 0 0 0 #212529, 12.72984px 12.72984px 0 0 #212529, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    25% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #212529, 12.72984px 12.72984px 0 0 #212529, 0 18px 0 0 #212529, -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    37.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 0 #212529, 0 18px 0 0 #212529, -12.72984px 12.72984px 0 0 #212529, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    50% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #212529, -12.72984px 12.72984px 0 0 #212529, -18px 0 0 0 #212529, -12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    62.5% {
        box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 0 #212529, -18px 0 0 0 #212529, -12.72984px -12.72984px 0 0 #212529;
    }

    75% {
        box-shadow: 0 -18px 0 0 #212529, 12.72984px -12.72984px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #212529, -12.72984px -12.72984px 0 0 #212529;
    }

    87.5% {
        box-shadow: 0 -18px 0 0 #212529, 12.72984px -12.72984px 0 0 #212529, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.72984px 12.72984px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.72984px -12.72984px 0 0 #212529;
    }
}

/*Override default styling for bootstrap fade effect*/
.modal-backdrop {
    min-width: 100%;
    min-height: 100%;
}