/*** 
=============================================
DXA AND DIGITAL FEEDBACK CSS
=============================================
***/

.DXAW_MenuContainer {
  position: fixed;
  z-index: 99996;
/*  
  box-shadow:none;
  overflow: hidden;
  background-color: #f5f7fa;  
*/
} 

.DXA_ToggleButton img {
  height: 1.5vh !important;
  width: 3.5vh !important;
  padding-right: 5px !important;
}

.DXAW_Menu {
  position: fixed;
  bottom: 276px;
  width: 218px;
  height: 34px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #80d8f5!important;
  background-color: #f5f7fa;
  box-shadow: 0px 0px 0px 0px #0000001a;
  left: 10px;
}
.DXAW_MenuTitle {
  float:left!important;
  padding-top: 5px!important;
  margin-left: 60px!important;
}
.DXAW_MenuTitle a {
  font: inherit!important;
  font-family: "HCo Gotham Narrow", -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
  font-weight: 400!important;
  font-size: 12px!important;
  line-height: 1.5!important;
}
.DXAW_MenuItem {
  float:right!important;
  padding-top: 10px!important;
  margin-right: 10px!important;
}

#MDigitalLightboxWrapper {
  z-index: 999996;  
}

.DXA_Bypass_Style {
  border: 1px solid #efefef;
  border-radius: 8px;
  cursor: default;
  color: #c0c0c0;
  font-size: 12px;
  text-align: center;
}

.MD_EmbedSuvey {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}

/*** 
=============================================
MINDFUL MODAL CSS
=============================================
***/

.CustomMindfulModalBackdrop{
  width:100%; 
  height:100%; 
  z-index:999998; 
  background-color:rgba(102,102,102,0.4); 
  position:fixed
}
.CustomModal{
  display:block; 
  background: #fefefe; 
  position: absolute; 
  float: left;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%); 
  padding:20px; 
  z-index:10050;
  overflow: auto;
}
.close{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: relative;
  z-index: 999997;
}

/* The Modal (background) */
.mindful-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(102,102,102,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 50px auto; /* 15% from the top and centered */
  margin-top: 10%;
  padding: 20px;
  border: 1px solid #888;
  max-width: 448px; /* Could be more or less, depending on screen size */
  box-shadow: rgba(64, 64, 74, 0.56) 8px 10px 58px 2px;
}

/* The Close Button */
.close {
  position: relative;
  top: -26px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}