﻿body {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    font-weight: 300;
    background-color: #1a1a1a;
}

.Hide{
    display:none;
}

p {
    font-size: 14px;
}

.logo {
    width: 260px;
    /* margin: 0 auto; */
    /* text-align: center; */
}
img{
    width:100%;
    /* max-width: 1000px; */
}
.footerLogo{
    width: auto;
    height: 30px;
    margin-right: 10px;
}

.navbar{
    padding:1rem 0;
}

.header {
    /*
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    margin-bottom: 100px; */
}

.nodisplay {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.title{
    font-weight:300;
}

.bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.content {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    min-height: calc(100vh - 146px);
    /*justify-content: space-between;*/
    /* height: 100vh; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-content{
    color:#000;
}

.row-input-text {
    /*margin-bottom: 50px;*/
    position: relative;
}

.form-control,
.form-select {
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    color: #9e8dff;
    /* background: none; */
}
.form-select:focus ,
.form-control:focus {
    border-color: #9e8dff;
    background-color: transparent;
    color: #9e8dff;
    box-shadow: 0 0 0 0.25rem #9e8dff87;
}

label {
    font-weight:600;
    font-size:16px;
}

.icon-wrapper{
    padding:10px;
    color:#7855fa;
}

.icon-wrapper:active,
.icon-wrapper:focus,
.icon-wrapper:hover{
    color:#7855fa;
}

.btn-container{
    width:100%;
    text-align: right;
}

.btn{
    width: 100%;
    padding: 10px 27px;
    background-color: #7855fa;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: .25rem;
}

.btn:hover, .btn:focus{
    color:#fff;
    box-shadow: none;
}

.microToolDownloadButton{
    background-color:#6ca64d;
}

.link,
.link:hover,
.link:focus{
    color:#fff;
}

.minMaxValidationMessage {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.error {
    color: red;
}

.minMaxValidationMessage {
    top: 100%;
    z-index: 1;
    /* width: 100%; */
    margin-top: .1rem;
    position: absolute;
    background-color: rgba(220, 53, 69, .9);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right:12px;
    opacity: 0.98;
    /* width: 100%; */
    text-align: center;
    right: 0;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    /* background-repeat: no-repeat; */
}



#x-bg:before{
    background-image:url('../img/xhalf-bg.png');
    background-repeat: no-repeat;
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: left;
    z-index: -1;
    /* background-position-y: 54%; */
    background-position-x: 0%;
    /* background-size: contain; */
}

#laptop-bg {
    position: relative;
    height: 451px;
    max-width: 816px;
    width: 100%;
    background-image: url('../img/laptop.png');
    background-size: cover;
    background-position: center;
}

.dataText{
    font-weight:600;
    color:#9e8dff;
    font-size: 40px;
    /* overflow-wrap: normal; */
}

/*.textContent, .input {
    margin-top: 50px;
}*/

#laptop-container{
    position:relative;
}

#laptop-content p {
    font-size: 20px;
}


#laptop-content{
  position:absolute;
  top: 1px;
  bottom:0;
  align-items: center;
  display:inline-flex;
  left: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
  /* width: 80%; */
  max-width: 816px;
  width: 100%; 
}


.pue-heading {
    top: 23%;
    position: absolute;
    right: 27px;
    font-size: 10px;
    border: 1px solid #000;
    padding: 3px 2px;
    font-weight: 700;
    color: #000;
    align-items: center;
}
.collapsing{
   display:none;
}
.helpText{
    background-color:#7855fa;
    padding:20px;
    animation: fadeInUp 0.7s ease-in-out 0s forwards;
}

.popover{
  max-width:400px;
  background-color:#7855fa;
}

.popover-header{
  background-color:transparent;
}

.popover-body{
  color:#fff;
  font-family:'Montserrat', sans-serif;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #7855fa;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #7855fa;
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #7855fa;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #7855fa;
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #7855fa;
}

@keyframes fadeInUp {
    from { 
      opacity: 0;
      -webkit-transform: translate3d(0, -10%, 0);
      transform: translate3d(0, -10%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  #helpTextContainer{
    min-height: 376px;
}
.helpTextContainer{
    position: absolute;
    right: -75%;
    max-width: 400px;
    /*bottom: -377px;*/
    z-index: 1;
    /*min-height: 400px;*/
    background-color:#7855fa;
    color:#fff;
    padding:20px;
    animation: fadeInUp 0.7s ease-in-out 0s forwards;
    top: 77%;
    left: 90%;
    width: 100%;
    border-radius:.25rem;
}

.mktoForm{
    width:100% !important;
}

.disclosure{
    max-width:1440px;
    margin:0 auto;
}



@media (max-width:989px){
  #x-bg::before{
    display:none;
  }
  .content{
    align-items: initial;
    min-height:auto;
  }
}
@media(max-width:768px){
    .row-input-text{
        /*margin-bottom: 20px;*/
        position: relative;
    }
  .btn-container{
    text-align:center;
  }

}

@media(max-width:325px){
    .row-input-text{
        /*margin-bottom:20px;*/
    }
    #helpTextContainer{
        position:fixed;
        bottom:0;
        width:100%;
    }
}
