﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Page-specific styling */

:root {
    --vizToolbarHeight: 34px
}

html,
body,
* {
    font-family: 'Roboto', 'Inter', sans-serif !important;
}

body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

div,
p {
    font-size: 14px;
}

.container-fluid,
.row.align-items-center {
    height: 100%;
}

button,
input {
    font-family: 'Roboto', 'Inter', sans-serif !important;
}

.padding {
    padding: 15px;
}

.customBtn:focus {
    box-shadow: inset 0px 0px 0px 0.15rem rgba(13,110,253,.25) !important;
}

#btnAddVisual {
    border-radius: 10px;
    background-color: #074DD9;
    color: #fff;
}

#btnAddVisual.invalid {
    opacity: 0.5;
    cursor: default;
}
.modal-content {
    padding: 12px !important;
    border-radius: 8px !important;
}

.modal-footer .btn {
    padding: 6px 38px !important;
    border-radius: 10px !important;
}

#btnVizEditUrl {
    background-color: #014bb7 !important;
    border: 1px solid #014bb7 !important;
}

#btnVizEditCancel {
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
}
#btnVizEditCancel:hover {
    border: 1px solid black !important;
    color: black !important;
}

.modal-footer {
    justify-content: flex-start !important;
} 

#editConfirmationDialog.show {
    width: 100%;
    display: flex !important;
    align-items: center;
}

.dropdown-menu {
    border-radius: 0.75rem;
}

.dropdown-menu li {
    margin: 6px;
}

.dropdown-menu li img {
    margin-right: 12px;
}

.dropdown-menu li .dropdown-item-title {
    font-size: 14px;
}

.dropdown-menu li .dropdown-item-subtitle {
    font-size: 12px;
}

#btnToolbarExpand {
    opacity: 0.6;
    background: #eee;
    box-shadow: 0px 0px 6px 1px #888;
    z-index: 10;
    position: fixed;
    bottom: 8px;
    right: 8px;
    transition: all 0.5s;
}
#btnToolbarExpand:hover {
    opacity: 0.6 !important;
}

#btnToolbarExpand img {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#vizToolbar {
    padding: 1px 0px;
    height: 34px;
    /* position: absolute; */
    width: 100%;
    background: white;
    bottom: 0px;
    /* overflow: hidden; */
}

.carousel-inner {
    border-radius: 10px;
}

.carousel-indicator {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #aaa;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}

.carousel-indicator.active {
    background-color: #074DD9;
}

#screenViz {
    overflow: hidden;
}

.screenVizScale {
    position: relative;
    flex-direction: column;
    display: flex;
}

#powerBiView {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#powerBiFrame {
    width: 100%;
    height: 100%;
}

.screenVizUnscale {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.containerVizCropScale {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
    flex: 1 auto;
    height: 100Vh;
}

.containerVizCropUnScale {
    max-width: 100%;
    flex: 1 1 1px;
    position: relative;
}

.tableauVizUnscale {
    overflow: auto;
    position: absolute;
    inset: 0px;
}

.tableauVizScale {
    justify-content: center;
    display: flex;
    transform: scale(1.0);
    transform-origin: 50% 50%;
}

/* 
#tableauViz {
    justify-content: center;
    display: flex;
    transform: scale(1.0);
    transform-origin: 50% 50%;
} */

#upgradeOverlay {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0009;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

/* cropper.js classes */
.cropper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cropper-drag-box,
.cropper-crop-box {
    z-index: 10;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #444;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}