/* Import BUD stylesheet */
/* You will likely need to strip only the classes you need from this */
/* @import url("http://styles-bigupdata.s3-website.eu-west-1.amazonaws.com/styles.css"); */
/* You can't import the stylesheet. You don't even want to be loading our font. Keep it as simple as possible. Stylesheet also uses bootstrap */

/* <!-- Vertical layout dimensions for desktop on Tech Radar are: 597x1095 --> */

/* EE Colours */
/* Primary: #00A09F */
/* Secondary: #005A61 */

 body {
    font-family: Arial;
 }

 /* *:active {
    background-color: initial !important;
} */


.bigupdata__widget-container {
    display: flex;
    font-family: Arial;
    letter-spacing: -0.7px;
    flex-direction: column;
    flex-direction: column;
    width: 597px;
    /* border: 1px solid #000; */
}

.bigupdata__widget-container--horizontal .bigupdata__widget-block:nth-of-type(2) {
    border-radius: 20px;
}

.bigupdata__widget-blocks-container--horizontal {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.bigupdata__widget-block {
    display: flex;
    justify-content: center;
    background-color: #eee;
    padding: 10px;
    border-radius: 20px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin-bottom: 10px;
    /* width: 420px; */
    /* align-self: self-end; */
}

/* First child */
.bigupdata__widget-container .bigupdata__widget-block:nth-child(1) {
    border-radius: 0px 0px 20px 0;
}

/* Second child */
.bigupdata__widget-container .bigupdata__widget-block:nth-child(2) {
    border-radius: 0px 20px 20px 0;
}

.bigupdata__widget-container .bigupdata__widget-block:last-child {
    border-radius: 0px 20px 20px 0;
    margin-bottom: 0;
}

.bigupdata__block-images-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* justify-content: flex-start;     */
    width: 85px;
    padding-right: 15px;
    padding-left: 5px;
    text-align: center;
}

.bigupdata__block-image__product {
    height: 150px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 5px;
}

.bigupdata__block-image__logo {
    max-height: 35px;
    width: 20px;
    margin: 0 auto;
}

/* Sidebar navigation */
.main-vertical-widget {
	display: flex;
    width: 597px;
    transition: all 0.5s ease-in-out;
}

.main-vertical-widget.sidebar-closed aside {
    flex: 0 0 26px;
}

/* Rotate arrows */
#bigupdata__sidenav.bigupdata__sidenav-open span svg {
    transform: rotate(180deg);
}

#bigupdata__sidenav span svg {
    transform: rotate(0);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.dropdown-menu__title-container.bigupdata__dropdown-open svg {
    transform: rotate(270deg);
}

.dropdown-menu__title-container svg {
    transform: rotate(90deg);
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

/* Sidenav */

#bigupdata__sidenav {
    height: 100%;
    width: 50px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;    
    transition: all 0.5s ease-in-out;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari, and Opera */
#bigupdata__sidenav::-webkit-scrollbar, .dropdown-submenu::-webkit-scrollbar {
    display: none;
}
  
.bigupdata__vertical-widget-content-open {
    transition: all 0.5s ease-in-out;
}

.bigupdata__sidenav-open {
    width: 250px !important;
    transition: all 0.5s ease-in-out;
}

.bigupdata__sidenav-togglebtn-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background: #005A61;
}

#bigupdata__sidenav-togglebtn {
    display: flex;
    justify-content: flex-end;
    background-color: #005A61;
    align-items: center;
    height: 38.7px;
    border-right: 0.1px solid #FFF;
}

.bigupdata__sidenav-icon-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bigupdata__icon-logo {
    margin: 10px 0 5px 0;
    width: 25px;
}

.bigupdata__sidenav-item-logo-container {
    cursor: pointer;
}

.bigupdata__sidenav-row {
    /* margin-bottom: 10px; */
    display: flex;
    flex-direction: row;
    /* border-bottom: 1px solid #005A61; */
    /* align-items: center; */
}

/* First child */
.bigupdata__sidenav-row:nth-child(2) {
    margin-bottom: 0;
}

.bigupdata__sidenav-item {
    /* padding-right: 12px; */
    border-bottom: 1px solid #eee;
}

.bigupdata__sidenav-item--selected {
    margin: auto;
    padding: 0 12px;
    min-width: 25px;
}

.bigupdata__sidenav-item--scale-up {
    scale: 1.3;
}

/* 2nd item */
.bigupdata__sidenav-item:nth-child(2) {
    border-bottom: 0;
}

.bigupdata__sidenav-item p {
    margin: 0;
}

#bigupdata__vertical-widget-content {
    display: flex;
    width: 597px;
}

.bigupdata__vertical-widget-content.open {
    margin-left: 250px;
    background-color: rgba(0,0,0,0.4);
}

/* New dropdown */
.dropdown-menu {
    text-align: left;
    font-family: 'Arial';
    width: 130px;
    color: #FFF;
    margin: 0px;
    margin-top: 0;
    border-top: 0.1px solid white;
    border-right: 1px solid #eee;
    height: 100%;
}

.dropdown-menu__title-container {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu-item-title {
    /* background: #005A61; */
    padding: 0 10px;
    /* margin: 5px 0px 0px 0px; */
    height: 30px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;   
}

.dropdown-menu-item-data {
    margin: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.dropdown-menu-item-data.bigupdata__dropdown-hide {
    height: 0;
}

.dropdown-menu-item-data.bigupdata__dropdown-show {
    height: var(--openHeight);
}

.dropdown-submenu {
    padding: 0;
    margin: 0;
    /* background-color: #e0e0e0; */
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;   
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */ 
    max-height: 350px;
}

.dropdown-submenu__item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 0.2px solid #EEE;
    border-top: 0.2px solid #EEE;
    height: 47px;
}

/* Target product versions differently */
#bigupdata__product_version-dropdown-submenu .dropdown-submenu__item-container {
    height: initial;
}

#bigupdata__product_version-dropdown-submenu .dropdown-submenu__item-container .dropdown-submenu-item {
    font-size: 14px;
    margin: 5px 0;
}

.dropdown-submenu-item {
    padding: 4px 10px;
    color: #005A61;
    /* min-width: fit-content; */
}

.bigupdata__dropdown-selected {
    background-color: #f2f2f2;  
}
 

/* Content */
.bigupdata__block-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    width: 100%;
}

.bigupdata__block-content__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /* align-items: flex-end;  */
    /* align-items: flex-start;  */
}

.bigupdata__block-content__headings {
    display: flex;
    flex-direction: column;    
    align-items: flex-start; 
    padding-right: 5px;
}


.bigupdata__block-content__logo {
    max-height: 40px;
    max-width: 120px;
    margin-bottom: 9px;
}

.bigupdata__block-content__primary-heading, .bigupdata__block-content__secondary-heading {
    margin-top: 0;
    margin-bottom: 4px;
}

.bigupdata__block-content__secondary-heading {
    font-size: 18px;
}

.bigupdata__block-content__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
}

.bigupdata__block-content__metadata-container {
    width: 100%;
}

.bigupdata__block-content__metadata-bottom-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.bigupdata__block-content__metadata-price-container {
    display: flex;
    flex-direction: column;
}

.bigupdata__block-content__metadata-price-container p {
    margin: 0px;
    padding: 5px;
    border: 2px solid lightgrey;
    margin-bottom: 5px;
}

.bigupdata__block-content__metadata-price-container p:nth-child(2) {
    margin: 3px 0;
}

.bigupdata__block-content__metadata {
    margin: 5px 0;
}

/* Circle */
.bigupdata__circle-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bigupdata__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: #00A09F;
    border-radius: 50%;
}

.bigupdata__circle-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0.2px;
}

.bigupdata__circle-large-text {
    font-size: 20px;
    font-weight: bold;
}

.bigupdata__circle-small-text {
    font-size: 16px;
}

.bigupdata__cta-button-container {
    flex: none;
}
  
.bigupdata__cta-button {
    background-color: #FFE70B;
    color: #00A09F;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.bigupdata__cta-button:hover {
    background-color: #00A09F;
    color: #FFF;
}


/* Buttons */
.bigupdata__button-widget-tab-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
.bigupdata__button-widget-tab {
    padding: 10px 20px;
    border-radius: 5px;
    flex: 1;
    border: none;
    background-color: #005A61;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.bigupdata__button-widget-tab:hover {
    background-color: #00A09F;
}

.bigupdata__button-widget-tab--active {
    background: #00A09F;
}

/* Loading spinners */
#bigupdata__loading-symbol {
    display: none;
    position: relative;
    top: 50%;
    left: 45%;
    width: 80px;
    text-align: center;
    z-index: 9999;
}

#bigupdata__loading-symbol:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #5cb85c transparent;
    animation: loading-spinner 1.2s linear infinite;
}

.bigupdata__filter-loading-symbol {
    display: none;
    position: relative;
    width: 10px;
    text-align: center;
    z-index: 9999;
    margin-left: -5px;
}

.bigupdata__filter-loading-symbol:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin: 30px 0;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #00A09F transparent;
    animation: loading-spinner 1.2s linear infinite;
}

@keyframes loading-spinner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }