html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    /*
    width: 400px;
    */
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 30px;
    font-family: 'Century Gothic', sans-serif;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    /*
    border-radius: 30px 30px 0 0;
    */
}

#cookieConsentdiv button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border : none;
        background-color: green;
        padding: 10px 50px;
        margin-top: -5px;
        color: white;
        transition: all ease 0.5s;
}

#cookieConsentdiv button:hover {
    background-color: darkgreen;
}

#cookieConsentdiv h3 {
    font-size: 22px;
}

#cookieConsentdiv p {
    font-size: 13px;
}

#cookieConsentdiv a {
    color: gray;
    text-decoration: underline;
}

/* Modify the background color */
.navbar-custom {
    background-color: #031a4a;
    background-image: linear-gradient(to right, #031a4a 20%, #094edf)
}

    /* Modify brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
        color: white;
}

.card {
    border-radius: 8px;
}

.card-header {
    font-family: Aspekta;
    font-weight: 400;
}

.card-body {
    font-family: Satoshi-Variable;
}

.card-footer {
    font-family: Satoshi-Variable;
}

.FontFamilySatoshi {
    font-family: Satoshi-Variable;
}

.HeadingFontFamily {
    font-family: Aspekta, Satoshi-Variable;
}

.FontFamilyAspekta400 {
    font-family: 'Aspekta-400';
}   

.BackGroundColourGreen {
    background: #04d88a;
}

.BackGroundColourBlue {
    background: #002e40;
}

.BackGroundColourHighlightRed {
    background: #f24875;
}

.BackGroundColourGreenRGB {
    background: rgb(4 216 137);
}

.BackGroundColourGreenRGB50 {
    background: rgb(4 216 137 / 50%);
}

.BackGroundColourGreenRGB10 {
    background: rgb(4 216 137 / 10%);
}

.ColourGreenRGB {
    color: rgb(4 216 137);
}

.ColourGreenRGB10 {
    color: rgb(4 216 137 / 10%);
}

.ColourGreenRGB50 {
    color: rgb(4 216 137 / 50%);
}

.BackGroundColourBlueRGB {
    background: rgb(0 46 64);
}

.BackGroundColourBlueRGB50 {
    background: rgb(0 46 64 / 50%);
}

.BackGroundColourBlueRGB10 {
    background: rgb(0 46 64 / 10%);
}

.BackGroundColourHighlightRedRGB {
    background: rgb(242 72 117);
}

.BackGroundColourHighlightRedRGB50 {
    background: rgb(242 72 117 / 50%);
}

.BackGroundColourHighlightRedRGB10 {
    background: rgb(242 72 117 / 10%);
}

.ButtonClass {
    color: white;
    background-color: #1E52FC;
    border-radius: 3px;
    font-family: Satoshi-Variable;
    /*
    width: 192px;
    height: 41px;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 13px;
    padding-left: 30px;
    gap: 10px;
    font-size: 12px;
    */
}

.UserButtonClass {
    color: white;
    background-color: #094edf;
    border-radius: 3px;
    border: 1px solid #CCD1D8;
    font-family: Satoshi-Variable;
}

.LineClass {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.RDAInfoClass {
    font-family: Satoshi-Variable;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    color: #464D53; 
}

.WellcomeBack {
    font-family: Satoshi-Variable;
    font-size: 18px;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #00183D;
}

.LastLoggedIn {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    color: #464D53;
    vertical-align: middle;
    font-family: Satoshi-Variable;
    text-align: right;
}

.LastUpdated {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    color: #464D53;
    vertical-align: middle;
    font-family: Satoshi-Variable;
    text-align: left;
}

.ClickOnAnyAsset {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00183D;
}

.AlertStyle {
    border-radius: 6px;
    border-style: solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 10px;
    background-color: ghostwhite;
    border-left-color: #1E52FC;
    font-family: Satoshi-Variable;
}

.RatingsKey {
    border-radius: 10px;
    background-color: #ebefff;
    padding: 15px;
    height: 625px;
    border: 1px solid #CCD1D8;
}

.RatingsKeyHeader {
    font-family: Satoshi-Variable;
    font-weight: 600;
    font-size: 16px;
}

.RatingsInfo {
    font-family: Satoshi-Variable;
    border: 1px solid #CCD1D8;
    font-weight: 700;
    background-color: white;
    display: block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.CurrRatingInfo {
    font-family: Aspekta;
    border: 1px solid #CCD1D8;
    font-weight: 700;
    background-color: white;
    display: block;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
}

.PrevRatingInfo {
    font-family: Aspekta;
    border: 1px solid #CCD1D8;
    font-weight: 400;
    background-color: white;
    display: block;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
}

.ImageBorder {
    border: 1px solid #CCD1D8;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    padding: 2px;
}

.ImageBorder2 {
    border: 1px solid #CCD1D8;
    background-color: white;
    vertical-align: middle;
    border-radius: 2px;
    padding: 5px;
    align-content: center;
}

.TextStyle400 {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00183D;
    font-family: Satoshi-Variable;
}

.TextStyle400Size12 {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #00183D;
    font-family: Satoshi-Variable;
    display: block;
}

.TextStyle400Size16 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #00183D;
    font-family: Satoshi-Variable;
}

.TextStyle400Size15 {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #00183D;
    font-family: Satoshi-Variable;
    vertical-align: middle;
}

.TextStyle700 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00183D;
    font-family: Satoshi-Variable;
}

.TextStyle600 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00183D;
    font-family: Satoshi-Variable;
}

.ManageWatchListClass {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0%;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-family: Aspekta;
}

.TickerClass {
    font-weight: 300;
    font-size: small;
    padding-left: 30px;
}

.TickerNameClass {
    /*white-space: nowrap;*/
    text-decoration: underline;
}

.ColumnNoClass {
    width: 10px;
}

.ColumnPDRClass {
    width: 30px;
}

.ColumnCRClass {
    width: 30px;
}

.ColumnRatingClass {
    width: 30px;
}
