

*{
    min-width: 0;
}
.initialChart{
    min-height: 300px;
    display: flex;
   align-items: center;
}
.loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.app{
    position: relative;
}

.loading-container {
    text-align: center;
}
.e-icons.e-medium{
    font-size: inherit;
}
.load-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 90px;
}.e-sidebar{
     overflow: hidden;
}
.control-wrapper {
    position: relative;
}
.control-wrapper .loading {
    position:absolute;
    opacity: .8;
    background: #282B2F;
    height: 100%;
    z-index: 2;
}
/*LOADING SPINNER STYLE*/
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 42px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #65ACFD;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/*LOADING SPINNER STYLE END*/

textarea.e-input,
.e-float-input textarea,
.e-float-input.e-control-wrapper textarea,
.e-input-group textarea,
.e-input-group.e-control-wrapper textarea {
    resize: none !important;
} /*Per Syncfusion, this disables the resize of textarea inputs*/

.hidden{
    display:none;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.text-center {text-align: center;}
.text-bold {font-weight: 700;}

.text-right{
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center{
    text-align: center;
}
.flex-horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
    .flex-horizontal._20gap {
        grid-column-gap: 120px;
    }
.flex-horizontal.justify-end {
    justify-content: space-between;
    align-items: center;
}
.container.flex-horizontal {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.flex-vertical {
    display: flex;
    flex-direction: column;
}



.bttn-w-icon {
  margin-right: 20px;
  background-color: transparent;
  color: #95979f;
  cursor: pointer;
}

.text-field {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: transparent;
  color: #fff;
}

.field-label {
  margin-top: 15px;
  color: #95979f;
  font-size: 14px;
  font-weight: 600;
}

.field-label.colorwhite {
  color: #fff;
}

.dropdown-toggle {
  color: #fff;
}



.dropdown {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
}

.bg-dark {
  background-color: #202225;
}

.panel-details {
    min-width: 900px;
    max-width: 900px;
    padding: 40px;
    min-height: 1500px;
    flex: 1;
    margin-bottom: 50px;
}

    @media screen and (min-width: 992px) and (max-width: 1280px) {

    }

    @media screen and (min-width: 1920px) {
        
    }

    @media screen and (max-width: 991px) {
        .container {
            padding-right: 0px;
            padding-left: 0px;
            width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        body{
            padding: 10px 0;
        }
    }

    @media screen and (max-width: 479px) {
        body{
            padding: 10px 0;
        }
    }

