:root {
    --maxWidth: 1080px;
    --halfMaxWidth: 540px;
    --sgds-body-color-default: #1A1A1A;
    --sgds-background-color-default: #F3F3F3;
    color-scheme: light dark;
}

#sgds-masthead-wrapper {
    background-color: var(--sgds-background-color-default);
}

sgds-masthead {
    width: 100% !important;
}

.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

strong, b {
    font-weight: 600 !important;
}

.fontRegular {
    font-family: 'Poppins', sans-serif;
    /*font-weight: 400;*/
    font-weight: 200 !important;
}

.fontSemiBold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    /*font-weight: normal; */
}

.fontBold {
    font-family: 'Poppins', sans-serif;
    /*font-weight: 700;*/
    font-weight: bold !important;
}

.fontHeavy {
    font-family: 'Poppins', sans-serif;
    /*font-weight: 900;*/
    font-weight: bolder !important;
}

.removePaddingEnd {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.removePaddingStart {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.removePadding {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}

.removeRowMargin {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}
/* 1em = 16px */

.bannerFontSize {
    font-size: 1em !important;
}

.topInfoFontSize {
    font-size: 1.25em !important;
}

.topInfoIconSize {
    width: 30px;
    height: 30px;
    font-size: 1.375em !important;
    line-height: 1.375em !important;
    display:block;
    text-align:center
}

.verticalCentralizeItems {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.linkIconSize {
    font-size: 2em !important;
    line-height: 2em !important;
    text-align: center;
}

.paddingGlobal {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.leftTitleImagePadding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.howToTitleTextPadding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.featureTag {
    padding-bottom: 20px !important;
    overflow-wrap: anywhere;
    margin-top:auto !important;
    margin-bottom: auto !important;
    text-align: center !important;
}

.my-text-center {
    text-align: center!important;
}

.sectionHeaderImg {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*// Small devices (landscape phones, 576px and up)*/

@media screen and (min-width: 576px) {
    .paddingGlobal {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .leftTitleImagePadding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .howToTitleTextPadding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .featureTag {
        padding-bottom: 20px !important;
        overflow-wrap: anywhere;
        margin-top:auto !important;
        margin-bottom: auto !important;
        text-align: center !important;
    }
    .my-text-center {
        text-align: center!important;
    }
}
/*// Medium devices (tablets, 768px and up)*/

@media screen and (min-width: 768px) {
    .paddingGlobal {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .leftTitleImagePadding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .howToTitleTextPadding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .featureTag {
        padding-bottom: 20px !important;
        overflow-wrap: anywhere;
        margin-top:auto !important;
        margin-bottom: auto !important;
        text-align: center !important;
    }
    .my-text-center {
        text-align: center!important;
    }
}
/*// Large devices (desktops, 992px and up)*/

@media screen and (min-width: 992px) {
    .paddingGlobal {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    .leftTitleImagePadding {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .howToTitleTextPadding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .featureTag {
        padding-bottom: 0px !important;
        overflow-wrap: anywhere;
        margin-top:auto !important;
        margin-bottom: auto !important;
        text-align: end !important;
    }
    .my-text-center {
        text-align: start!important;
    }
}
/*// Extra large devices (large desktops, 1200px and up)*/

@media screen and (min-width: 1200px) {
    .paddingGlobal {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .leftTitleImagePadding {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .howToTitleTextPadding {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .featureTag {
        padding-bottom: 0px !important;
        overflow-wrap: anywhere;
        margin-top:auto !important;
        margin-bottom: auto !important;
        text-align: end !important;
    }
    .my-text-center {
        text-align: start!important;
    }
}
/*32px*/

.titleImageText {
    font-size: 2em;
    text-align: start;
}

.titleImageSubText {
    font-size: 1em;
}

.clickable {
    cursor: pointer;
}

.maxWidth {
    max-width: 1080px !important;
}

.halfWidth {
    max-width: 540px !important;
}

.featureImg {
    width: 160px;
    height: 160px;
}

.errorIcon {
    width: 48px !important;
    height: 48px !important;
}

.backgroundTheme {
    /*background: linear-gradient(to bottom right, #a83158, #eb5e5e);*/
    background: url("../static/banner_tile.svg");
}

.borderless td, .borderless th {
    border: none;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.showSnackbar {
    visibility: visible !important; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, 2.5s;
    animation: fadein 0.5s,  2.5s;
}

.hideSnackbar {
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadeout 0.5s 2.5s;
    animation: fadeout 0.5s 2.5s;

    /*visibility: hidden !important; !* Show the snackbar *!*/
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.overlay{
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.showOverlay {
    visibility: visible !important; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, 2.5s;
    animation: fadein 0.5s,  2.5s;
}

.hideOverlay {
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
   However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadeout 0.5s 2.5s;
    animation: fadeout 0.5s 2.5s;

    /*visibility: hidden !important; !* Show the snackbar *!*/
}

.svg-icon {
    height:1.5em;
    width:1.5em;
}

.lionHeader {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: hsla(0,0%,94.1%,.9);
}

.lionHeaderTextSize {
    font-size: 12px;
    padding-left: 9px;
    line-height: 22px;
}

.image_pane_wrapper {
    margin: auto !important;
    background-clip: content-box;
}


/*region colors start*/
body {
    background-color: #f4f4f4 !important;
}

hr {
    border-color: #e3e3e3 !important;
}

.baseBackground {
    background-color: #f4f4f4 !important;
}

.cardBackground {
    background-color: #ffffff !important;
}

.lightGreyBackground {
    background-color: #E8E8E8;
    background-clip: content-box;
    margin-bottom: -1px !important;
    margin-top: -1px !important;
}

.inputCardBackground {
    background-color: #ffffff !important;
}

.backToTopText {
    color: #F4333D;
    text-align: end;
}

.errorPaneTheme {
    background-color: #FDDCDE;
}

.errorPaneTextColor {
    color: black !important;
}

.cp-backgroundTheme {
    background: linear-gradient(to bottom right, #0A1BB8, #050D57);
}

.spBrandColorBackgroundTheme {
    background-color: #B70A13 !important;
}

.cpBrandColorBackgroundTheme {
    background-color: #0917A0 !important;
}

.secondaryBackgroundTheme {
    background-color: #f8f6eb !important;
}

.footerColorBackgroundTheme {
    background-color: black !important;
}

.titleTextLightColor {
    color: #f4f4f4;
}

.hyperLinkColor {
    color: #599CCA;
}

.titleTextDarkColor {
    color: #141414 !important;
}

.cardLabelTextColor {
    color: #bcb2b8;
}

.cardBodyTextColor {
    /*color: #696671;*/
    color: #141414;
}

.dot {
    height: 25px;
    width: 25px;
    margin: 2.5px;
    background-color: #CF0B15;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: white;
}

.cp-dot {
    height: 25px;
    width: 25px;
    margin: 2.5px;
    background-color: #6fa3c6;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: white;
}
u.footer:hover {
    color: white;
}

u.hyperlink:hover {
    color: #599CCA;
}

.spButtonColor {
    /*background-color: #CF0B15 !important;*/
    background: linear-gradient(135deg, #F65159 0%, #D80B16 100%);
    /* Grey / grey-30 */
    border: 1px solid #C9C9C9;
}

.cpButtonColor {
    background-color: #0917A0 !important;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    margin: 30px auto auto;
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 20px; /* Rounded borders */
    padding: 16px; /* Padding */
    z-index: 11; /* Add a z-index if needed */
    display: table;
}

.image_pane_background {
    background-color: transparent;
    padding: 40px 20px !important;
}

/*endregion*/

@media (prefers-color-scheme: dark) {

    :root {
        --sgds-body-color-default: #FFFFFF;
        --sgds-background-color-default: #1A1A1A;
    }

    body {
        background-color: #000000 !important;
    }

    hr {
        border-color: #f4f4f4 !important;
    }

    .baseBackground {
        background-color: #000000 !important;
    }

    .cardBackground {
        background-color: #141414 !important;
    }

    .lightGreyBackground {
        background-color: #363636;
        background-clip: content-box;
        margin-bottom: -1px !important;
        margin-top: -1px !important;
    }

    .inputCardBackground {
        background-color: #f4f4f4 !important;
    }

    .backToTopText {
        color: #F4333D;
        text-align: end;
    }

    .errorPaneTheme {
        background-color: #FDDCDE;
    }

    .errorPaneTextColor {
        color: black !important;
    }

    .cp-backgroundTheme {
        background: linear-gradient(to bottom right, #0A1BB8, #050D57);
    }

    .spBrandColorBackgroundTheme {
        background-color: #B70A13 !important;
    }

    .cpBrandColorBackgroundTheme {
        background-color: #0917A0 !important;
    }

    .secondaryBackgroundTheme {
        background-color: #f8f6eb !important;
    }

    .footerColorBackgroundTheme {
        background-color: black !important;
    }

    .titleTextLightColor {
        color: #f4f4f4;
    }

    .hyperLinkColor {
        color: #599CCA;
    }

    .titleTextDarkColor {
        color: #f4f4f4 !important;
    }

    .cardLabelTextColor {
        color: #bcb2b8;
    }

    .cardBodyTextColor {
        /*color: #696671;*/
        color: #ffffff;
    }

    .dot {
        height: 25px;
        width: 25px;
        margin: 2.5px;
        background-color: #CF0B15;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        color: white;
    }

    .cp-dot {
        height: 25px;
        width: 25px;
        margin: 2.5px;
        background-color: #6fa3c6;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        color: white;
    }
    u.footer:hover {
        color: white;
    }

    u.hyperlink:hover {
        color: #599CCA;
    }

    .spButtonColor {
        /*background-color: #CF0B15 !important;*/
        background: linear-gradient(135deg, #F65159 0%, #D80B16 100%);
        /* Grey / grey-30 */
        border: 1px solid #C9C9C9;
    }

    .cpButtonColor {
        background-color: #0917A0 !important;
    }


    /* The snackbar - position it at the bottom and in the middle of the screen */
    #snackbar {
        visibility: hidden; /* Hidden by default. Visible on click */
        margin: 30px auto auto;
        background-color: #333; /* Black background color */
        color: #fff; /* White text color */
        text-align: center; /* Centered text */
        border-radius: 20px; /* Rounded borders */
        padding: 16px; /* Padding */
        z-index: 11; /* Add a z-index if needed */
        display: table;
    }

    .image_pane_background {
        border-radius: 12px;
        background: #ababab;
        padding: 40px 20px !important;
    }

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #F65159;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #F65159 transparent transparent transparent;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #D80B16;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #D80B16 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

pre.wrap {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.promptMessage {
    width: 100% !important;
    line-height: 1 !important;
}

.promptImageUrl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
