:root {
  --font-size-1: 10px;
  --font-size-2: 12px;
  --font-size-3: 16px;
  --font-size-4: 28px;

  --main-color-1: grey;
  --main-color-2: black;
  --main-color-3: white;
  --main-color-4: magenta;

  --main-color-5: #ffa5fc;
  --main-color-6: #ffecfe;
  --main-color-7: #fcf4fb;

  --tutorial-color: #40b379;

  --light-gray: rgb(200, 200, 200);
  --medium-gray: rgb(150, 150, 150);
  --dark-gray: rgb(100, 100, 100);

  /* --grid-width: 700px; */
  /* --nav-menu-edit-left-width:240px; */

  /* User chosen colors */
  --page-background: white;
  --border-background: white;
  --chat-field-background: white;
  /* --input-background: lightgreen; */
  --message-cloudthem: #FBEBFE;
  --message-cloudme: #FBEBFE;
  --chat-text-color: black;
  --logoutEditProfileText: black;

  --side-nav-width: 60px;




  --length25: 25px;
  --length35: 35px;
  --categoryShowGrow: 32px;
  --grow-height: 47px;
  --grow-heightGeneral: var(--grow-height);
  --scrollCategoriesHeight: auto;
  --hover-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(var(--main-color-3), var(--main-color-3));
  /* padding: -1px;
  margin: -1px; */
}

/* Heading */
h1 { 
  font-size: 18px;
}
/* Sub Heading */
h2 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.lighter {
  font-weight: lighter;
}

.mediumBold {
  font-weight: 500;
}

.Icons80 {
  scale: 80%;
}

.Icons60 {
  scale: 60%;
}

.active {
  color: var(--main-color-4);
}

.white {
  color: var(--main-color-3)
}

.magenta {
  color: var(--main-color-4)
}

.magentaBackground {
  background-color: var(--main-color-4);
}

.pink {
  color: var(--main-color-5)
}

.pinkBackground {
  background-color: var(--main-color-5)
}

.pinkBackground2 {
  background-color: var(--main-color-6)
}

.pinkBackground3 {
  background-color: var(--message-cloudme)
}

.pinkBackground4 {
  background-color: var(--message-cloudthem)
}

.whiteBackground {
  background-color: white;
}


.grey {
  color: gray;
}

.gray {
  color: gray;
}

.grayBackground {
  background-color: gray;
}

.darkgray {
  color: var(--dark-gray);
}

.darkGrayBackground {
  background-color: var(--dark-gray);
}

.lightgray {
  color: var(--light-gray);
}

.lightGrayBackground {
  background-color: #cbcbcb;
}

.green {
  color: green
}

.red {
  color:red
}

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

.fontsize1 {
  font-size: var(--font-size-1);
}

.fontsize2 {
  font-size: var(--font-size-2);
}

.fontsize3 {
  font-size: var(--font-size-3);
}

.fontsize4 {
  font-size: var(--font-size-4);
}

.Vspace {
  min-height: 5px;
  max-height: 5px;
  width: 100%;
}

.Hspace {
  height: auto;
  width: 10px;
  min-width: 10px
}

.Hmargin {
  margin-left: 20px;
}

.Hmargin10 {
  margin-left: 10px;
}

.Vmargin {
  margin-top: 5px;
}

.zindex {
  z-index: 10
}

.right {
  float: right
}

.right2 {
  position: absolute;
  right: 0;
}

.left {
  float: left
}

.height15 {
  height: 15px
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative
}

.underline {
  text-decoration: underline;
}

.italized {
  font-style: italic;
}

.underlineHover:hover {
  text-decoration: underline;
}

.topleft {
  position: absolute; 
  top: -10px;
  left: -10px;
  display: flex;
  align-items: flex-start;
}

.topright {
  position: absolute; 
  top: -10px;
  right: -10px;
  display: flex;
  align-items: flex-start;
}

.bottomleft {
  position: absolute; 
  bottom: -10px;
  left: -10px;
  display: flex;
  align-items: flex-start;
}

.bottomright {
  position: absolute; 
  bottom: -10px;
  right: -10px;
  display: flex;
  align-items: flex-start;
}

.topleft2 {
  position: absolute; 
  top: 0px;
  left: 0px;
  transform: translate(-50%, -60%);
  display: flex;
  align-items: flex-start;
}

.topright2 {
  position: absolute; 
  top: 0px;
  right: 0px;
  transform: translate(50%, -60%);
  display: flex;
  align-items: flex-start;
}

.bottomleft2 {
  position: absolute; 
  bottom: 0px;
  left: 0px;
  transform: translate(-50%, 60%);
  display: flex;
  align-items: flex-start;
}

.bottomright2 {
  position: absolute; 
  bottom: 0px;
  right: 0px;
  transform: translate(50%, 60%);
  display: flex;
  align-items: flex-start;
}

.cursor {
  cursor: pointer
}

.paddingSides {
  padding: 0px 20px
}

.paddingSides10Per {
  padding: 0px 10%
}

.flex {
  display: flex;
}

.center {
  align-items: center;
  align-content: center;
}

.justify {
  justify-content: center;
}

.end {
  align-items: end;
}

.center2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.textcenter {
  text-align: center;
}

.textupper {
  text-transform: uppercase;
}

.focus {
  background-color: #F2F2F2;
}


.solidButton {
  height: 25px;
  padding: 0 4px 0 4px;
  /* margin: 0 4px 0 4px; */
  background-color: var(--main-color-5);
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.outlineButton {
  min-height: 25px;
  padding: 0 4px 0 4px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.borderWhite {
  border: 1px solid var(--main-color-3);
}

.borderPink {
  border: 1px solid var(--main-color-5);
}

.solidButton button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
  padding:4px 5px;
}

.solidButtonDelete {
  height: 25px;
  padding: 0 4px 0 4px;
  background-color: red;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer
}

.solidButtonGray {
  height: 25px;
  padding: 0 4px 0 4px;
  margin: 0 4px 0 4px;
  background-color: lightgray;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
}

.solidButtonChat {
  height: 25px;
  padding: 0 4px 0 4px;
  margin: 0 4px;
  background-color: var(--message-cloudme);
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  /* box-shadow: 0 1px 1px gray */
}

.solidButtonChat button {
  border: none;
  background-color: transparent;
  color: black;
  font-size: var(--font-size-2);
  padding:4px 5px;
}

.solidButtonDisabled {
  height: 25px;
  padding: 0 4px 0 4px;
  margin: 0 4px;
  background-color: lightgray;
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  /* box-shadow: 0 1px 1px gray */
}

.textOptIn:hover .tooltiptext {
  visibility: visible;
}

.solidButton .tooltiptext {
  visibility: hidden;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  background-color: var(--main-color-6);
  width: 400px;
  position: absolute;
  z-index: 1;
  top: -200%;
  Left: 30%;
  padding: 2px 10px;
  /* margin-left: -25px; */
  font-size: var(--font-size-2);
}

.textOptIn:hover .tooltiptext {
  visibility: visible;
}


.solidButtonBlack {
  /* height: 45px; */
  padding: 0 4px 0 4px;
  margin: 0 4px 0 4px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer
}



/* Left Panel Constants for Chat & Templates */
.LeftPanel {
  max-height: 100dvh;
  top: 0px;
  left:60px; /*based on width of left menu */
  width: 250px;
  min-width: 250px;
  border-right: 1px solid var(--main-color-6);
}

@media (max-width: 600px) {
  .LeftPanel {
      width: 100%;
      min-width: 100%;
  }
}

.LeftPanel button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
}

.LeftPanel li {
  list-style: none;
}


/* Left Panel Constants for Media, Dashboard, Setting */
.LeftPanel2{
  height: 100dvh;
  top: 0px;
  left: 60px; /*based on width of left menu */
  border-right: 1px solid var(--main-color-6);
}

.LeftPanelHeader2 {
  height: 55px;
  width: 200px;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: right;
}

.LeftPanel2 button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
}

.LeftPanel2 li {
  list-style: none;
}


.rightPanelmediaHeader {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  overflow: auto;
}

.unVerified {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* width: calc(100% - 60px); */
  height: 100%;
  display: flex;
  background-color: #71717190;
  z-index: 1000000;
}







/* Customize the label (the container) */
.checkmarkContainer {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* display: flex;
  align-items: center;
  margin-bottom: 0px; */
  margin-bottom: 0rem;
}

/* Hide the browser's default checkbox */
.checkmarkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  /* height: 0;
  width: 0; */
}

.linksBox5Container label {
  margin-bottom: 0px;
}

/* Create a custom checkbox */
.checkmark {
  /* position: absolute;
  top: 1px;
  left: 0; */
  height: 20px;
  width: 20px;
  /* display: inline-block; */
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark2 {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bundleName {
  display: inline-block;
  margin-left: 25px;
}

/* On mouse-over, add a grey background color */
.checkmarkContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarkContainer input:checked ~ .checkmark {
  background-color: black;
}

/* On mouse-over, add a grey background color */
.checkmarkContainer:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmarkContainer input:checked ~ .checkmark2 {
  background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmarkContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmarkContainer .checkmark:after {
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.checkmarkContainer input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmarkContainer .checkmark2:after {
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.margin {
  margin: auto;
}





















.metaWebhook {
  position: absolute;
  top: 10px;
  left: 40%;
  z-index: 1000;
}



/**************Tutorial*******************************************************************/
.overlay {
  width: 100vw;
  height: 100dvh; /* Example height */
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background */
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999; /* Very high z-index */
}

.tutorialProgress {
  position: absolute;
  bottom: 25px;
  left: 50%;
}

.tutorial {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorial:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  transform:rotate(-90deg);
  left: -17px; 
  top: 20px;
}

.tutorialBox1 {
  position: absolute;
  top: 70px;
  left: 65px;
  z-index: 10000002;
}

.tutorialBox2 {
  position: absolute;
  top: 130px;
  left: 65px;
  z-index: 10000002;
}

.tutorialBox5 {
  position: absolute;
  top: 10px;
  left: calc(52px + 250px);
  z-index: 1000000;
}

@media (max-width: 600px) {
  .tutorialBox5 {
    position: absolute;
    top: 62px;
    left: 65px;
    z-index: 1000000;
  }
}

.tutorialBox6 {
  position: absolute;
  top: 45px;
  left: calc(60px + 250px);
  z-index: 1000000;
}

@media (max-width: 600px) {
  .tutorialBox6 {
    position: absolute;
    top: 100px;
    left: 65px;
    z-index: 1000000;
  }
}

.tutorialBox7 {
  position: absolute;
  top: 85px;
  left: calc(65px + 250px);
  z-index: 1000000;
}

@media (max-width: 600px) {
  .tutorialBox7 {
    position: absolute;
    top: 145px;
    left: 65px;
    z-index: 1000000;
  }
}






.tutorialBottom {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorialBottom:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  transform:rotate(-90deg);
  left: -17px; 
  bottom: 20px;
}

.tutorialBox3 {
  position: absolute;
  bottom: 125px;
  left: 65px;
  z-index: 10000002;
}

.tutorialBox4 {
  position: absolute;
  bottom: 70px;
  left: 65px;
  z-index: 10000002;
}

.tutorialBox11 {
  position: absolute;
  top: -75px;
  left: 140px;
  z-index: 1000000;
}








.tutorialTop {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorialTop:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  left: 20px;
  top: -13px;
}

.tutorialTop2 {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorialTop2:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  left: 100px;
  top: -13px;
}

.tutorialBox8 {
  position: absolute;
  top: 50px;
  z-index: 1000000;
}

@media (max-width: 600px) {
  .tutorialBox8 {
    position: absolute;
    top: 90px;
  }
}

.tutorialBox9 {
  position: absolute;
  top: calc(var(--length25) + 13px);
  z-index: 1000000;
}





.tutorialTopRight {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorialTopRight:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  right: 20px;
  top: -13px;
}

.tutorialBox10 {
  position: absolute;
  top: calc(var(--length25) + 13px);
  z-index: 1000000;
  right: calc(50% - 20px - 11px);
}





.tutorialRight {
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: var(--tutorial-color);
}

.tutorialRight:after {
  content: "";
  position:absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--tutorial-color);
  transform:rotate(90deg);
  right: -17px; 
  top: 20px;
}

.tutorialBox12 {
  position: absolute;
  top: 40px;
  z-index: 1000000;
  left: -10px;
  transform: translate(-100%, 0%);
}


























/**************REGISTER PAGES*******************************************************************/
.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  max-width: 100vw;
  padding: 20px;
  transform: translate(-50%, -50%);
  /* background: var(--main-color-6); */
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
  z-index: 1000000000;
}


@media (max-width: 600px) {
  .login-box {
    max-width: 90%;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.login-box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  max-width: 100vw;
  padding: 20px;
  transform: translate(-50%, -50%);
  /* background: var(--main-color-6); */
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
}

.login-box3 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  max-width: 100vw;
  padding: 20px;
  transform: translate(-50%, -50%);
  /* background: var(--main-color-6); */
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
}

.loginColor {
  background: var(--main-color-6);
}

.loginColorChat {
  background: var(--message-cloudme);
}

.loginColorStart {
  background: white;
}

.login-box .signup {
  font-size: 20px;
  font-weight: bold;
}

.login-box .user-box {
  position: relative;
}



.user-box3 {
  position: absolute;
  top: 0px;
  left: 60px;
}

.user-box4 {
  position: relative;
  top: -10px;
  height: 25px;
  width: 100%;
}

.user-box5 {
  position: absolute;
  top: 0px;
  left: 100px;
}

.user-box6 {
  position: absolute;
  top: 0px;
  left: 185px;
}

.user-box8 {
  position: relative;
  top: -20px;
}

.textOptIn {
  /* display: inline-block; */
  float: right;
}

.textOptIn .tooltiptext {
  visibility: hidden;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  background-color: white;
  width: 200px;
  position: absolute;
  z-index: 1;
  top: -200%;
  Left: 30%;
  padding: 2px 10px;
  /* margin-left: -25px; */
  font-size: var(--font-size-2);
}

.textOptIn:hover .tooltiptext {
  visibility: visible;
}

.pickDownGender {
  position: absolute;
  top: 0px;
  right: 0px;
}

.login-box .containerlogin {
  position: relative;
  top: -10px;
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
}

.login-box .plus18 {
  position: relative;
  left: 25px
}

.signupcolumn1 {
  float: left;
  width: 47.5%;
  margin-right: 5%
}

.signupcolumn2 {
  float: left;
  width: 47.5%;
}

/* Clear floats after the columns */
.signuprow:after {
  content: "";
  display: table;
  clear: both;
}

.countryBox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
}

.login-box .user-box input,
.countryDropdown {
  position: relative;
  width: 100%;
  border: 1px solid var(--medium-gray);
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
  /* padding-top: 10px; */
}

.countryButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.login-box .user-box label {
  position: absolute;
  top: 0px;
  left: 0;
  padding-left: 10px;
  color: var(--dark-gray);
  pointer-events: none;
  transition: .5s;
  margin-bottom: 0px;
  height: 40px;
  font-size: var(--font-size-2);
  display: flex;
  align-items: center;
}


.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -10px;
  left: 0;
  font-size: var(--font-size-2);
  color: black
}

.countryBox select:valid ~ label {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  font-size: var(--font-size-2);
  color: var(--main-color-4);
}

.countryBox label {
  position: absolute;
  top: 25%;
  left: 10px;
  font-size: var(--font-size-2);
  color: var(--dark-gray);
}

.loginSubmit{
  position: absolute;
  right: 47%;
  top: 80%;
  /* margin-left: auto;
  margin-right: auto; */
}

.sidePink {
  position: relative;
  height: 100dvh;
  width: 60px;
  background-color: var(--main-color-6)
}

.login-box button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
}

.arrowSignupContainer {
  width: 100%;
  height: 25px;
  display: grid;
  place-items: center; 
  font-size: var(--font-size-3);
}

.nextSubmit1 {
  float: left
}

.nextSubmit2 {
  float: right
}

.submitArrow {
  position: relative;
  top: -1px
}

.nextSubmit1:hover {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.nextSubmit2:hover {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}




















.sections {
  display: flex;
}



/*********************************************************************************/
/* Pricing */

.priceParent {
  position: absolute;
  display: flex;
}

.mainPriceSection {
  position: relative;
  /* left: 60px; */
  height: 100dvh;
  width: calc(100vw - 60px);
  text-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .mainPriceSection {
    text-align: start;
  }
}

.pricePageTitle {
  width: 100%;
  height: 200px;
  margin: 10dvh auto 0 auto;
  white-space: pre-line;
}

@media (max-width: 600px) {
  .pricePageTitle {
    height: 170px;
    text-align: center;
  }
}

.buttonBox {
  width: 200px;
  height: 30px;
  margin: 10px auto
}

.gridPriceContainer {
  width: 100%;
  min-width: 1200px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 275px);
  gap: 35px;
  justify-content: center;
}

.gridPriceContainer2 {
  width: 100%;
  min-width: 900px;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 275px);
  gap: 35px;
  justify-content: center;
}

.gridPriceContainerMobile {
  width: 90%;
  height: auto;
  margin: 0 auto;
  justify-content: center;
}

.priceTab {
  position: relative;
  background-color: var(--main-color-6);
  padding: 10px;
  border-radius: 20px;
  /* max-width: 300px; */
  box-shadow: 0 0 5px 2px var(--main-color-4), 0 0 8px 1px rgb(46, 44, 44);
  min-height: 30px;
}

@media (max-width: 600px) {
  .priceTab {
    position: relative;
    background-color: var(--main-color-6);
    padding: 10px;
    border-radius: 5px;
    /* max-width: 300px; */
    box-shadow: 0 0 5px 2px var(--main-color-4), 0 0 8px 1px rgb(46, 44, 44);
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .priceTab:hover {
    height: auto;
  }
}

.priceTabShrink {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0 15px;
}

.priceTabGrow {
  margin-top: 40px;
}

.priceTitle {
  width: 100%;
  height: 30px;
}

.price {
  font-size: 70px;
  color: var(--main-color-4)
}

@media (max-width: 600px) {
  .price {
    position: absolute;
    right: 40px;
    font-size: var(--font-size-2);
    color: black;
  }
}

@media (max-width: 600px) {
  .price:after{
    margin-left: 10px;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--main-color-5);
    position: absolute;
    top: 45%;
    content: "";
    z-index: 98;
  }
  }

.features {
  width:100%;
  text-align: start;
  /* margin: 5px; */
  /* font-size: var(--font-size-2); */
}

.popular {
  position: absolute;
  top: -15px;
  right: 35px;
  width: 100px;
  height: 25px;
  align-items: center;
  background-color: var(--main-color-4);
}












/*********************************************************************************/
/* Side Bar homepage */

.Title {
  position:absolute;
  left: 20px;
  top: 6.5px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 1000
}

.TitleSticky {
  position:fixed;
  left: 8px;
  top: 20px;
  font-size: var(--font-size-3);
  font-weight: bold;
  letter-spacing: 2px;
}

.SideNavigation {
  position:relative;
  /* height: 100dvh; */
  /* min-height: 550px; */
  min-width: var(--side-nav-width);
  /* background-color: var(--main-color-6); */
  z-index: 10000001;
}

@media (max-width: 600px) {
  .SideNavigation {
    min-height: 100%;
  }
}

.SideNavigationFixed {
  position:fixed;
  height: 100%;
  min-width: var(--side-nav-width);
  background-color: var(--main-color-6)
}

.SideNavigationTransparent {
  position:fixed;
  height: 100dvh;
  min-width: var(--side-nav-width);
  background-color: transparent;
  z-index: 10000002;
}

.Icons {
  position:fixed;
  top: 70px;
}

.IconContainer {
  position: relative;
  width: var(--side-nav-width);
  height: var(--side-nav-width);
}

.iconImage {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}

.iconTitle {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.IconContainer .tooltiptext {
  visibility: hidden;
  background-color: var(--message-cloudthem);
  color: var(--chat-text-color);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  left: var(--side-nav-width);
  padding: 0 10px;
  font-size: var(--font-size-2);
  min-width: auto;
  white-space: nowrap;
}

.IconContainer:hover .tooltiptext {
  visibility: visible;
}


.IconContainer3 {
  background: none;
  box-shadow: none;
  width: var(--side-nav-width);
  height: var(--side-nav-width);
  margin: 0 0 2px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.IconContainer3 .tooltiptext {
  visibility: hidden;
  display: inline-block;
  background-color: var(--main-color-6);
  color: var(--chat-text-color);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  left: var(--side-nav-width);
  padding: 0 5px;
  font-size: var(--font-size-2);
}

.IconContainer3:hover .tooltiptext {
  visibility: visible;
}

.dotMessageTotalUnread {
  position:absolute;
  top: 7px;
  right: 10px;
  height: 17px;
  min-width: 17px;
  max-width: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  transform: translate(10%, 0);
}

.metaConnectSideNav {
  position:absolute;
  top: 7px;
  right: 10px;
  height: 17px;
  width: 17px;
}

.break {
  width: 100%;
  height: 1px;
  border-bottom: 4px solid white
}

.progressContainer {
  width: var(--side-nav-width);
}

progress {
  width: 70%;
  height: 8px;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-appearance: none;
  appearance: none;
}

progress::-webkit-progress-bar {
  background-color: var(--light-gray);
  border-radius: 7px;
}
progress::-webkit-progress-value {
  background-color: var(--main-color-4);
  border-radius: 7px;
}

.progressContainer>span {
  visibility: hidden;
  background-color: var(--main-color-6);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  right: 0px;
  transform: translate(100%, calc(-50% + 9px));
  padding: 0 10px;
  min-width: auto;
  white-space: nowrap;
}

.progressContainer:hover>span {
  visibility: visible;
}


.bottom {
  position: Fixed;
  bottom: 0px;
  min-height: 160px;
}




/**********LEFT PANEL CHAT ***********************************************************************/
  
.chatParent {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

@media (max-width: 600px) {
  .chatParent {
      display: inline;
  }
}

.messageDropdown {
  position:relative;
  height: 60px;
}

.messageDropdown:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--main-color-5);
  position: absolute;
  top: 45%;
  left: calc(55px + 175px - 20px);
  content: "";
  z-index: 98;
 }


.messageDropdownButton {
  position:absolute;
  top: 10px;
  left: 55px;
  height: 40px;
  width: 175px;
  border: 2px solid var(--main-color-6);
  display: flex;
  align-items:center;
  padding-left: 10px
}

select {
  /* background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%; */
  -webkit-appearance: none;
}

.MessageLeft {
  position:absolute;
  right: 50px;
}

.SortLeft {
  position:absolute;
  top: 15px;
  right: 2.5%;
}

.LatestMessages {
  margin: -10px 5% 0 5%;
  height: 30px;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.MessageSearch {
  position:relative;
  height: 50px;
  min-width: 250px;
  font-size: var(--font-size-3);
  border-bottom: 1px solid var(--main-color-6);
}

.MessageSearchButton {
  position:absolute;
  left: 5%;
  height: 30px;
  width: 80%;
  display: flex;
  align-items:center;
  padding-left: 10px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 15px;
}

.MessageSearchDropdown {
  position:absolute;
  top: 35px;
  left: 5%;
  max-height: 110px;
  width: 80%;
  font-size: var(--font-size-3);
  background-color: #F2F2F2;
  overflow-y: auto;
  overflow-x: hidden;
}

.MessageSearchDropdownItem {
  position:relative;
  height: 25px;
  min-width: 250px;
  padding-left: 10px;
  font-size: var(--font-size-3);
  border-bottom: 1px solid lightgray;
  background-color: #F2F2F2;
  z-index:1000
}

.MessageSearchDropdownItem:hover {
  background-color: var(--main-color-5);
}

.FilterSearch {
  position:absolute;
  right: 7px;
  font-size: var(--font-size-3);
}

.chatTileScroll { 
  overflow-y: auto;
  height: calc(100dvh - 50px - 30px - 70px + 10px);
}

.chatTiles{
  position: relative;
  height: 90px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid var(--main-color-6);
  cursor: pointer;
}

.chatLoadTile {
  position: relative;
  padding: 5px 20px;
}

.chatTilesactive{
  position: relative;
  height: 90px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid var(--main-color-6);
  background-color: #F2F2F2;
  cursor: pointer;
}

.SubName {
  display: flex;
  font-weight: bold;
  font-size: var(--font-size-3);
  max-height: 20px;
  align-items: center;
  position: relative;
}

.SubNameEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%
}

.vertLine {
  height:15px;
  width: 1px;
  margin: 5px 5px 0 5px;
  border-right: 2px solid black
}

.dotUnreadMessage {
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #4F71BE;
  border-radius: 50%;
  right: 0px;
}

.priority {
  position: absolute;
  right: 10px;
}

.totalSpent {
  font-weight: light;
  font-size: var(--font-size-2);
}

.previewText {
  width: 150px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-3);
}

.DateRight {
  float: right;
  /* margin-right:10px; */
  font-size: var(--font-size-2);
}

.DateRight1 {
  position: absolute;
  top: 70px;
  right: 10px;
  /* margin-right:10px; */
  font-size: var(--font-size-2);
}

.dateTime {
  margin-bottom:10px;
}



/**********RIGHT PANEL ***********************************************************************/
/***** RIGHT PANEL SUB INFO ******/

.rightPanelchat {
  height: 100dvh;
  min-width: 250px;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid var(--main-color-6);
  justify-content: center;
}

.rightHeader {
  width: 100%;
  position: relative;
  margin-top: 20px;
  height: auto;
  display: flex;
}

.metaAnalytics {
  width: 40%;
  min-width: 100px;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 10px; */
  position: absolute;
  right: 0px;
}

.categoryName {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:inline-block;
}

.chatSubscriberPanelChoice {
  width: 150px;
  font-weight: bold;
}

.toggle2 {
  height: 28px;
  border: 2px solid var(--main-color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.subInfo{
  background-color: var(--main-color-5);
}

.subInfoBox {
  height: 150px;
  font-size: var(--font-size-3);
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items: top;
  margin: 10px
}

.subInfoBox ul {
  list-style: none;
}

.SubInfoIcon {
  margin: -4px 10px 0 0;
  scale: 80%
}

.verified {
  color: lightgreen;
}




.messageDropdownCategory {
  position:relative;
  width: 150px;
  font-size: var(--font-size-2);
}

.messageDropdownCategory:after{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--main-color-5);
  position: absolute;
  top: 8px;
  right: 30px;
  content: "";
  z-index: 98;
 }

 .messageDropdownCategoryButton {
  width: 125px;
  border: 2px solid var(--main-color-5);
  display: flex;
  align-items:center;
  padding-left: 5px
}

.categoryShow {
  width: 150px;
  font-size: var(--font-size-2);
  max-height: var(--categoryShowGrow);
  background-color: var(--main-color-3);
  overflow-y: auto;
  border: 2px solid var(--main-color-5);
  border-radius: 5px;
  padding: 2px 10px;
  overflow: auto;
}

.categoryShow:hover {
  max-height: 500px;
}


.statsBox {
  padding: 10px 0 0 10px;
  max-width: 250px;
}

.columnStats {
  float: left;
  width: 60%;
  font-size: var(--font-size-3);
  font-weight: bold;
}

.column {
  float: left;
  width: 60%;
  font-size: var(--font-size-2);
}

.column2 {
  float: left;
  width: 40%;
  padding-left:20px;
  font-size: var(--font-size-2);
}

.column ul {
  padding-left: 10px;
  list-style: none;
  font-size: 10px;
}

.column2 ul {
  padding-left: 10px;
  list-style: none;
  font-size: 10px;
  font-weight: bolder;
}

/* Clear floats after the columns */
.rowStats:after {
  content: "";
  display: table;
  clear: both;
}

.ProceedsLine {
  width: 200px;
  height:1px;
  border-top:1px solid var(--main-color-5);
}

.line {
  height:1px;
  border-top:1px solid var(--main-color-6);
}



/***** RIGHT PANEL MEDIA ******/

.BundleDropdown {
  position:relative;
  height: 70px;
  display: flex;
  align-items:center;
  font-size: var(--font-size-3);
}

.BundleDropdownButton {
  position:absolute;
  top: 15px;
  left: 65px;
  height: 40px;
  width: 175px;
  border: 2px solid var(--main-color-6);
  display: flex;
  align-items:center;
  padding-left: 10px;
  z-index: 5;
}

.LeftIcons {
  position:absolute;
  left: 10px;
  z-index: 6;
}


/* dropdown for inport export mui icon filter */
.dropdown3 {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-3);
}

/* Show the dropdown menu on hover */
.dropdown3:hover .dropdown-content {
  display: block;
  background-color: white;
  border: 2px solid var(--main-color-5);
  box-shadow:  0 0 5px 3px grey;
  min-width: 120px;
  border-radius: 5px;
}

.together {
  display: inline-block;
}

.nowrap {
  min-width: auto;
  white-space: nowrap;
}

.together1 {
  position: absolute;
  left: 27px;
  top: 72px;
}

.together2 {
  position: absolute;
  left: 27px;
  top: 92px;
  display: inline-block;
  background-color: yellow;
}

.together3 {
  position: relative;
  left: 27px;
  /* top: 112px; */
}

.together1-1 {
  position: absolute;
  left: 5px;
  top: 67px;
}

.together2-2 {
  position: absolute;
  left: 5px;
  top: 87px;
}

.together3-3 {
  position: absolute;
  left: 5px;
  top: 107px;
}

.space {
  margin-bottom: 10px
}

/* dropdown for inport export mui icon filter */
.dropdown4 {
  display: inline-block;
  position: absolute;
  font-size: var(--font-size-3);
}

/* Show the dropdown menu on hover */
.dropdown4:hover .dropdown-content {
  display: block;
  left: 55px;
  top: 15px;
  background-color: white;
  border: 2px solid var(--main-color-5);
  box-shadow:  0 0 5px 3px grey;
  min-width: 100px;
  border-radius: 5px;
  z-index: 1000;
}


 /* Beginning of timeline section for chat media */
.timelineSection {
  position: absolute;
  width: 250px;
  height:75%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1.5px;
  background-color: var(--main-color-5);
  top: 0;
  bottom: 0;
  left: 30px;
  margin-left: -9px;
}

.timeline li {
  list-style: none;
}

/* Container around content - the whole right side */
.container {
  position: relative;
  /* width: 200px; */
  left: 22px;
  margin-bottom: 10px;
}

/* Place the container to the right */
/* .right {
  left: 10%;
} */

/* The circles on the timeline */
.rightCircle {
  position: relative;
  width: 15px;
  height: 15px;
  right: 22px;
  top: 27px;
  background-color: var(--main-color-6);
  border: 2px solid var(--main-color-5);
  border-radius: 50%;
  z-index: 1;
}

/* Add dashed lines */
.rightLine {
  height: 0;
  position: relative;
  top: 36px;
  left: -2px;
  width: 35px;
  border: 1px dashed var(--main-color-5);
}

.ArrowUp {
  position: absolute;
  margin: -9px 0 0 10px;
  color: var(--main-color-5)
}

.ArrowDown {
  position: absolute;
  bottom: -9px;
  left: 10px;
  color: var(--main-color-5)
}

.menuMedia {
  position: absolute;
  top: 10px;
  left: 15px;
  scale: 80%
}

.dateMedia {
  height: 18px;
  width: 150px;
  margin-left: 25px;
  position: absolute;
  display: flex;
  align-items: center
}

.infoSingle {
  font-size: var(--font-size-2);
}

.mediaCollapsed {
  position: relative;
  left: 35px;
  width: 80px;
  height: 70px;
}

/* The actual content */
.media1 {
  position: absolute;
  left: -10px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid black;
  z-index: 2
}

.media2 {
  position: absolute;
  left: 10px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid black;
  z-index: 1
}

.media3 {
  position: absolute;
  left: 30px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid black;
}

.mediaUncollapsedrow {
  position: relative;
  left: 25px;
  width: 160px;
  height: 70px;
  overflow: auto;
  display: flex;
}

.mediaUncollapsedcolumn {
  /* flex: 33.33%; */
  margin-right: 5px;
  height: 70px;
  width: auto;
  position: relative;
}

.gridMediaChat {
  display: grid;
  grid-template-columns: 95px 95px;
  /* grid-template-columns: repeat(auto-fit, 95px); */
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-gap: 10px;
  margin-top: 5px;
  position: relative;
  left: 25px;
}


.gridMediaChatItem {
  width: 100%;
  display: inline-grid;
  grid-auto-rows: min-content;
  position: relative;
}

.gridMediaChatItem img {
  position: relative;
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.gridMediaChatItem video {
  position: relative;
  width: 100%;
  height: 75px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}



/* Icons on collapsed images */
.Icons60 {
  scale: 60%
}

.infoIconMedia {
  position: absolute;
  right: 0px;
  color: var(--main-color-5);
  z-index: 3;
}

.sentIconMedia {
  position: absolute;
  right: 0px;
  top: 15px;
  color: var(--main-color-5);
  z-index: 3;
}

.paidIconMedia {
  position: absolute;
  right: 2px;
  top: 2px;
  color: var(--main-color-5);
  z-index: 3;
}

.infoIcon1 {
  position: absolute;
  left: 38px;
  top: 0px;
  color: var(--main-color-5);
  z-index: 3;
}

.sentIcon1 {
  position: absolute;
  left: 38px;
  top: 15px;
  color: var(--main-color-5);
  z-index: 3;
}

.paidIcon1 {
  position: absolute;
  left: 38px;
  top: 30px;
  color: var(--main-color-5);
  z-index: 3;
}

.moveright {
  margin-left: 20px
}

.moveright2 {
  margin-left: 40px
}













/********* MESSAGE SELECTED *********/
.MessageImageBox {
  height: 85px;
  width: 100%;
  padding: 5px 5px 5px 5px
}

.MessageImageBoxPictures {
  height: 75px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.previewMessageImage {
  display: inline-block;
}

.preview2 {
  height: 75px;
  width: auto;
  margin-right: 10px;
}

.StatsBox {
  height: 250px;
  width: 100%;
  padding: 20px 0 0 10px;
}

.messageImageStatsRow {
  padding-bottom: 10px;
}

.messageImageStatsColumn1 {
  float: left;
  width: 43%;
  font-size: var(--font-size-2);
}

.messageImageStatsColumn2 {
  float: left;
  width: 57%;
  font-size: var(--font-size-2);
}

/* Clear floats after the columns */
.messageImageStatsRow:after {
  content: "";
  display: table;
  clear: both;
}



/* template pop up tab */
.templatePopup {
  position: absolute;
  bottom: 0px;
  max-width: 300px;
  overflow: hidden;
  height: 500px;
  background-color: lightgrey;
  border: 2px solid var(--main-color-5);
  z-index: 101
}

.templatescrollboxPopup {
  height: 400px;
  width: 250px;
  overflow-y: auto;
}

.templateTilesPopup {
  position: relative;
  height: 100px;
  width: 250px;
  /* padding-left: 20px; */
  border-bottom: 1px solid var(--main-color-6);
}

.templateTilesPopup:focus{
  background-color: #F2F2F2;
}

.titletemplatePopup {
  position:absolute;
  top: 10px;
  left: 20px;
  font-weight: bold;
}

.texttemplatePopup {
  position:absolute;
  top: 30px;
  left: 20px;
  width: 210px;
  height: 50px;
  font-size: var(--font-size-2);
  overflow: hidden;
  /* padding: 20px 0 */
}

.deleteTemplate {
  position: relative;
  top: 10px;
  height: 80px;
  width: 210px;
  background-color: var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: center;
}


















/**********ABOVE CHAT ON CREATOR DASHBOARD ***********************************************************************/
 .ChatHeader {
  position: relative;
  height: 55px;
  /* width: 600px; */
  width: 100%;
  min-width: 320px;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  font-weight: bold;
  font-size: var(--font-size-3);
  align-items:center;
 }

 @media (max-width: 600px) {
  .ChatHeader {
    height: 55px;
  }
}

 .ChatHeader li {
    list-style: none;
  }

 .noDataChat {
  width: 100%;
  height: 100dvh;
  margin: 0 10%;
  justify-content: center;
  text-align: center;
 }

 .noDataChatMobile {
  height: calc(100dvh - 60px - 30px - 50px - 10px);
  margin: 0 10%;
  justify-content: center;
  text-align: center;
 }

 .noDataMeta {
  width: 100%;
  position: absolute;
  top: 0px;
  left: calc(var(--side-nav-width) / 2);
  height: 100dvh;
  justify-content: center;
  text-align: center;
 }

 .vertLine3 {
  height:17px;
  width: 1px;
  margin: 0 5px 0 5px;
  border-right: 2px solid black
 }

 .toggleBlock {
  position: relative;
  /* left: 360px; */
  font-size: var(--font-size-2);
 }

 .dotonline {
  height: 12px;
  width: 12px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px 0 0;
}

.dotonlinegreen {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: lightgreen;
  display: inline-block;
  margin: 0 5px 0 0;
}

.dropdown2 {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-3);
}

.dropdown2:hover {
  background-color: var(--main-color-5);
}

.dropdown-options2 {
  display: none;
  position: absolute;
  overflow: auto;
}

.dropdown2:hover .dropdown-options2 {
  display: block;
  background-color: white;
  border: 1px solid var(--main-color-6);
  padding: 2px 5px;
}

a, a:link, a:visited {
  color: black;
  font-weight: lighter;
}

 .ChatLeft {
  position:relative;
  display: flex;
  align-items:center;
  padding-left: 20px;
 }

 @media (max-width: 600px) {
  .ChatLeft {
    padding-left: 60px;
  }
}

 .ChatRight {
  position: absolute;
  right: 60px;
  top: calc((55px - 32px) / 2);
  z-index: 100000;
 }

 .homepageError {
  position: absolute;
  top: 30px;
  width: 200px;
  height: 20px;
  display: inline-block;
 }

 .MessageSearchEmulate {
  position:relative;
  height: 30px;
  min-width: 210px;
  max-width: 210px;
  background-color: #F2F2F2;
  font-size: var(--font-size-2);
  display: flex;
  align-items: center;
  z-index: 1000;
  border-radius: 15px;
}

 .MessageSearchEmulateButton {
  position:absolute;
  height: 28px;
  width: 160px;
  display: flex;
  align-items:center;
  padding-left: 10px;
  background-color: transparent;
  border: none
}

.MessageSearchEmulateExit {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.MessageSearchEmulateExit:hover {
  color: var(--main-color-5)
}

.MessageLeftEmulate {
  position:absolute;
  right: 23px;
  cursor: pointer;
}

.MessageLeftEmulate:hover {
  color: var(--main-color-5)
}

 .fanListDropdown {
  height: 35px;
  width: 300px;
  border: 2px solid var(--main-color-6);
  display: inline;
  align-items:center;
  padding-left: 10px;
  font-size: var(--font-size-3);
}

.fanListDropdown2 {
  height: 25px;
  max-width: 150px;
  min-width: 150px;
  display: flex;
  align-items:center;
  padding-left: 10px;
  margin-left: 10px;
  font-size: var(--font-size-2);
}

.dashBorder {
  border: 1px solid var(--main-color-5);
}

.chatBorder {
  border: 1px solid var(--chat-text-color);
}

.arrow {
  color: var(--page-background);
}











 /**********LEFT PANEL TEMPLATE ***********************************************************************/

.AddTemplateBox {
  height: 55px;
  width: 250px;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 10px
}

.templatescrollbox {
  height: 600px;
  width: 250px;
  overflow-y: auto;
}

.templateTiles {
  position: relative;
  height: 100px;
  width: 250px;
  padding-left: 20px;
  border-bottom: 1px solid var(--main-color-6);
}

.templateTiles:focus{
  background-color: #F2F2F2;
}

.leftIconstemplate {
  position:absolute;
  right: 2px;
  scale: 70%;
}

.commentIcon {
  position:absolute;
  top: 10px;
  scale:120%;
}

.titletemplate {
  position:absolute;
  top: 10px;
  left: 50px;
  font-weight: bold;
}

.texttemplate {
  position:absolute;
  top: 30px;
  left: 50px;
  height: 50px;
  max-width: 180px;
  font-size: var(--font-size-2);
  overflow: hidden;
}








/**********RIGHT PANEL TEMPLATE ***********************************************************************/

.rightPanelTemplate {
  height: 100dvh;
  min-width: 600px;
  max-width: 600px;
  border-right: 1px solid var(--main-color-6);
  padding: 0 auto; 
}

.infiniteHeader {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  padding-left:20px;
}

.templateTitle {
  font-weight: bold;
  height: 30px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: var(--font-size-3);
}

.AddTagButton {
  height: 25px;
  width: 100px;
  min-width: 100px;
  background-color: var(--main-color-5);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-left: 200px
}

.saveTemplateButton {
  height: 25px;
  width: 50px;
  min-width: 50px;
  background-color: var(--main-color-5);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:10px;
  border-radius: 4px;
}

.rightPanelTemplate textarea {
  max-height: 300px;
  min-height: 300px;
  width: 450px;
  margin: 10px 0 0 20px;
  font-size: var(--font-size-3);
}

.rightPanelTemplate button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
}

.errorTemplate {
  padding-left: 20px;
  color: red;
  font-size: var(--font-size-3);
  font-weight: bold;
}

.linkText {
  cursor: pointer;
  display: inline-block;
  font-weight: lighter;
}

.linkText:hover {
  text-decoration: underline;
}

.dropdownTag {
  display: inline-block;
  position: relative;
  font-size: var(--font-size-3);
  margin-right: 10px;
}

.dropdownTag-options {
  display: none;
  position: absolute;
  overflow: auto;
}

.dropdownTag:hover .dropdownTag-options {
  display: block;
  background-color: white;
  border: 1px solid var(--main-color-6);
  padding: 2px 5px;
}


























/**********LEFT PANEL MEDIA ***********************************************************************/

.mediaChoices {
  position: relative;
  height: 650px;
  width: 200px;
  overflow: auto;
}

.mediaChoicesTile {
  position: relative;
  height: 100px;
  width: 200px;
  padding: 5px 20px;
  border-bottom: 1px solid var(--main-color-6);
}

.mediaChoicesTilefocused {
  position: relative;
  height: 100px;
  width: 200px;
  padding: 5px 20px;
  border-bottom: 1px solid var(--main-color-6);
  background-color: #F2F2F2;
}

.deleteBundle {
  position: relative;
  height: 100px;
  width: 200px;
  background-color: var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediaTitle {
  height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--font-size-3);
}

.mediaTitleLoading {
  animation: title-color 2s infinite;
  font-weight: bold;
}

@keyframes title-color {
  0% {
    color: var(--light-gray);
  }
  50% {
    color: var(--main-color-5);
  }
  100% {
    color: var(--light-gray);
  }
}

.mediaTitleLoadingWhite {
  animation: title-colorWhite 2s infinite;
}

@keyframes title-colorWhite {
  0% {
    color: var(--light-gray);
  }
  50% {
    color: var(--main-color-3);
  }
  100% {
    color: var(--light-gray);
  }
}

.mediaTitleLoadingChat {
  animation: title-colorChat 2s infinite;
  font-weight: bold;
}

@keyframes title-colorChat {
  0% {
    color: lightgrey;
  }
  50% {
    color: black
  }
  100% {
    color: lightgrey;
  }
}

.mediaPictures {
  height: 50px;
  display: flex;
  align-items: center;
}

.mediaAmount {
  height: 20px;
  text-transform: uppercase;
  font-size: var(--font-size-2);
  color: gray
}

.media4 {
  position: relative;
  left: 10px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid black;
  z-index: 3
}

.media5 {
  position: absolute;
  left: 40px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid black;
  z-index: 2
}

.media6 {
  position: absolute;
  left: 50px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid black;
  z-index: 1
}









/**********MIDDLE PANEL MEDIA ***********************************************************************/
.middlePanelmedia {
  height: 100dvh;
  min-width: 600px;
  max-width: 600px;
  border-right: 1px solid var(--main-color-6);
  position: relative;
}

.middlePanelmediaHeader {
  height: 55px;
  width: 600px;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  /* justify-content: right; */
  padding: 0 20px;
}

.bundleTitle {
  flex: 1;
  font-weight: bold;
  height: 30px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: var(--font-size-3);
}


.middlePanelmediaSecondHeader {
  height: 100px;
  width: 600px;
  border-bottom: 1px solid var(--main-color-6);
  padding: 10px 20px;
}

.bundleStats {
  height: 30px;
}

.bundleStatsDetailedRow {
  position: relative;
  width: 80%;
  height: 20px;
  overflow: auto;
  display: flex;
}

.bundleStatsDetailedColumn {
  flex: 50%;
  margin-right: 5px;
  height: 20px;
  width: auto;
} 

.StatsRow {
  position: relative;
  width: 100%;
  height: 20px;
  overflow: auto;
  display: flex;
}

.StatsColumn {
  flex: 50%;
  margin-right: 5px;
  height: 20px;
  width: auto;
} 

.middlePanelmediaThirdHeader {
  height: 700px;
  width: 100%;
  padding-top: 10px;
}

.middlePanelmediaThirdHeaderBundle {
  height: 600px;
  width: 100%;
  padding-top: 10px;
}

/* Beginning of timeline section for chat media */
.timelineSectionMedia {
  position: absolute;
  margin: 0 20px;
  height: 680px;
  width: 560px;
  overflow-y: auto;
  overflow-x: hidden;
}

.timelineSectionMediaBundle {
  position: absolute;
  margin: 0 20px;
  height: 580px;
  width: 560px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* The actual timeline (the vertical ruler) */
.timelineMedia {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.timelineMedia::after {
  content: '';
  position: absolute;
  width: 1.5px;
  background-color: var(--main-color-5);
  top: 0;
  bottom: 0;
  left: 30px;
  margin-left: -9px;
}

.timelineMedia li {
  list-style: none;
}

.pictureBundleContainerPreview {
  padding-left: 5px;
  display: inline-block;
}

.containerMedia {
  position: relative;
  /* width: 200px; */
  left: 47px;
}

.bundlePics {
  height: 110px; 
  width: auto;
}

.bundleMedia {
  max-width: 100%;
  font-size: var(--font-size-1);
}

/* The circles on the timeline */
.rightCircleMedia {
  position: relative;
  width: 15px;
  height: 15px;
  left: -33px;
  top: 27px;
  background-color: var(--main-color-6);
  border: 2px solid var(--main-color-5);
  border-radius: 50%;
  z-index: 1;
}

.rightLineMedia {
  height: 0;
  position: relative;
  top: 36px;
  left: -23px;
  width: 90px;
  border: 1px dashed var(--main-color-5);
}

.gridMedia {
  display: grid;
  grid-template-columns: 95px 95px 95px 95px 95px;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-top: 5px;
  position: relative;
  left: 30px;
}

.gridMediaItem {
  width: 100%;
  display: inline-grid;
  grid-auto-rows: min-content;
  position: relative;
}

.gridMediaItemfocused {
  box-shadow: 0 0 5px 3px var(--main-color-5);;
}

.gridMediaItem img {
  position: relative;
  width: 100%;
  height: 95px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.gridMediaItem video {
  position: relative;
  width: 100%;
  height: 95px;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

video::-webkit-media-controls-play-button {
  width: 8px; /* Set the width of the play button */
  height: 8px; /* Set the height of the play button */
  background-size: 10px 10px; /* Set the size of the play button image */
}

video::-webkit-media-controls-play-button:before {
  content: ''; /* Remove the default content of the play button */
  display: block; /* Make the pseudo-element a block-level element */
  width: 100%; /* Make the pseudo-element fill the container */
  height: 100%; /* Make the pseudo-element fill the container */
  background-repeat: no-repeat; /* Prevent the image from repeating */
}

.gridMediaItemBundles {
  width: 100%;
  margin:  5px 0 0 5px;
}

.bundleContainer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.gridMediaItemBundlesItems {
  font-size: var(--font-size-1);
}

.rightCircleBundle {
  position: relative;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: var(--main-color-6);
  border: 2px solid var(--main-color-5);
  border-radius: 50%;
  margin-right: 5px ;
}

.profileButtons {
  width: 100%;
  display: flex;
  padding: 30px;
}

/* .profileButtons2 {
  display: inline-block;
  flex: 1;
  margin: 0 10px
}

.profileButtons2 .tooltiptext {
  visibility: hidden;
  background-color: var(--main-color-6);
  text-align: center;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  padding: 2px 10px;
  font-size: var(--font-size-2);
}

.profileButtons2:hover .tooltiptext {
  visibility: visible;
} */






/**********RIGHT PANEL MEDIA ***********************************************************************/
.rightPanelmedia {
  position: relative;
  height: 100dvh;
  min-width: 250px;
  width: 100%;
  min-width: 310px;
  overflow: hidden;
  border-left: 1px solid var(--main-color-6);
}

.rightPanelmediaHeader {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  overflow: auto;
}

.AddLinks {
  width: 200px;
  height: 20px;
  margin-left: 10px;
  font-size: var(--font-size-2);
  color: var(--main-color-5);
  cursor: pointer;
}

.AddLinks:hover {
  text-decoration: underline;
}

.deleteMedia {
  margin-left: 200px
}

.rightPanelmediaRow {
  position: relative;
  left: 10px;
  width: 95%;
  margin-top: 10px;
  display: flex;
}

.rightPanelmediaColumn1 {
  flex: 40%;
  margin-right: 10px;
  height: 150px;
  position: relative;
  padding-right: 5px;
  border-right: 1px solid var(--main-color-6);
}

.rightPanelmediaColumn2 {
  flex: 40%;
  height: 150px;
  position: relative;
}

.StatsRowMedia {
  position: relative;
  width: 100%;
  overflow: auto;
  display: flex;
}

.StatsColumnMedia1 {
  flex: 70%;
  margin-right: 5px;
  width: auto;
}

.StatsColumnMedia2 {
  flex: 25%;
  width: auto;
}

.mediaIMGContainer {
  position: absolute;
  top: 65px;
  left: 10px;
  width: 200px;
  height: 100px;
  z-index: 5;
}

.mediaIMG {
  margin: 10px 0 0 10px;
  width: auto;
  height: 200px;
}

.StatsRowMedia2 {
  position: relative;
  width: 100%;
  display: flex;
}


.MediaTitleBoxRight {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  padding-left:10px;
}

.MediaTitleRight input {
  height: 30px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: var(--font-size-3);
}

.rightPanelmedia button {
  border: none;
  background-color: transparent;
  color: white;
  font-size: var(--font-size-2);
}




.gridMediaRight {
  display: grid;
  grid-template-columns: 120px 120px;
  /* grid-template-columns: repeat(auto-fit, 95px); */
  grid-column-gap: 10px;
  margin: 10px 0 0 10px;
  grid-gap: 10px;
  column-gap: 10px;
  position: relative;
}

.gridMediaRightItem {
  width: 120px;
  height: 120px;
  /* padding-bottom: 100%;  */
  position: relative;
}

.gridMediaRightItem img {
  position: relative;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  z-index: 0;
}

.gridMediaRightItem video {
  position: relative;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  z-index: 0;
}

.deletePicMedia {
  color: red;
  position: absolute; 
  top: 0;
  right: 0;
  z-index: 5;
}

.positionCircle {
  position: absolute; 
  bottom: 5px; 
  right: 5px;
  font-size: var(--font-size-2);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--main-color-5);
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.previewLockedMedia {
  position: absolute; 
  bottom:0px; 
  left: 5px;
  font-size: var(--font-size-2);
}

.previewPicMedia {
  position: absolute; 
  top: 0; 
  left: 0;
  z-index: 5;
}

.deleteMediaRight {
  height: 100%;
  width: 100%;
  background-color: var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.linkTags {
  font-size: var(--font-size-2);
  font-weight: bold;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.inputLinks3 {
  height: 20px;
  padding-left: 5px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  font-size: var(--font-size-2);
}

.linkBoxOutline {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--main-color-5)
}

.linkBoxOutlinefocused {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--main-color-5);
  box-shadow:  0 0 5px 2px var(--main-color-5), 0 0 8px 1px rgb(46, 44, 44);
}

/* showing links on pics on chat */
.linkBoxOutline .tooltiptext {
  visibility: hidden;
  display: inline-block;
  background-color: var(--message-cloudthem);
  color: var(--chat-text-color);
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 115%;
  padding: 2px 10px;
  margin-left: -25px;
  font-size: var(--font-size-2);
}

.linkBoxOutline:hover .tooltiptext {
  visibility: visible;
}

.linkTagSubmit {
  width: 80px;
  height: 20px;
  margin: 10px 0 0 20px;
}



































/**********LEFT PANEL DASHBOARD ***********************************************************************/

.dashboardOption {
  height: 30px;
  width: 200px;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
  font-size: var(--font-size-2);
  font-weight: bold;
}


/**********RIGHT PANEL DASHBOARD ***********************************************************************/
.rightPanelDashboard {
  position: relative;
  height: 100dvh;
  width: 100%;
  min-width: 500px;
  overflow-y: auto;
}

.dashboardTitleBox {
  height: 55px;
  width: 100%;
  border-bottom: 1px solid var(--main-color-6);
  display: flex;
  align-items:center;
  padding-left:15px;
}

.dashboardTitle {
  font-weight: bold;
  height: 30px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: var(--font-size-3);
}

.pickDownContainer {
  position: relative;
  min-width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.pickDown {
  position: absolute;
  left: 95px
}

.pickDown2 {
  position: absolute;
  left: 395px
}

.dashboardCalendar {
  padding: 0px 10px;
  height: 25px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
}

.dashboardCalendar2 {
  padding: 0px 10px;
  height: 25px;
  min-width: 130px;
  max-width: 130px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
}

.leftBorderPink {
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--main-color-5);
}

.rightBorderPink {
  border-radius: 0 5px 5px 0;
  border: 1px solid var(--main-color-5);
}

.noBorder {
  border: none
}

.comparedTo {
  min-width: 190px;
  height: 20px;
  display: flex;
  align-items: center;
}

.leftBorderGray {
  border-radius: 5px 0 0 5px;
  border: 1px solid lightgray;
}

.rightBorderGray {
  border-radius: 0 5px 5px 0;
  border: 1px solid lightgray;
}

.rightPanelDashboard li {
  list-style: none;
}

.chartGrid-container {
  position: absolute;
  display: grid;
  grid-template-columns:  repeat(4, minmax(230px, 1fr));
  grid-gap: 20px;
  padding: 10px;
  width: 100%;
}

.chartGridItem {
  position: relative;
  width: 100%;
  height: 190px;
  background-color: var(--main-color-6);
  border-radius: 10px;
}

.chartTitle {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: var(--font-size-3);
  font-weight: bold;
}

.chartArrow {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: var(--font-size-2);
}

.chartTodayData {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: var(--font-size-2);
}

.chartThenData {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: var(--font-size-2);
}

.chartToday {
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: var(--font-size-1);
}

.chartThen {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: var(--font-size-1);
}

.chart {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 140px;
}

.reportTableRow {
  display: grid;
  margin-left: 10px;
  grid-template-columns: 160px 100px 165px 85px 85px;
  grid-column-gap: 2px;
  font-size: var(--font-size-2);
}

.fanTableRow {
  display: grid;
  margin-left: 10px;
  grid-template-columns: 120px 120px 120px 120px 120px 20px;
  grid-column-gap: 2px;
  font-size: var(--font-size-2);
  align-items: center;
}

.firstRowItem {
  height: 20px;
  position: relative;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
}

.paddingLeft {
  padding-left: 10px;
}

.margintop {
  margin-top: 10px;
}

.marginbottom {
  margin-bottom: 10px;
}

.marginleft {
  margin-left: 10px;
}

.marginright {
  margin-right: 10px;
}

.filterFan {
  position: absolute;
  right: 0px;
}

.RowItem {
  margin-top: 2px;
  background-color: lightgray;
  padding-left: 10px;
  height: 20px;
  display: flex;
  align-items: center;
}

.pageBoxContainer {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  width: 626px;
  height: 25px;
  display: flex;
}

.pageBox {
  display: flex;
  left: 25px;
  width: 556px;
  height: 25px;
  overflow-x: auto;
}

.pageBoxItem {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  font-size: var(--font-size-2);
  border-radius: 2px;
}

.makeList {
  position: absolute;
  left: 230px;
  display: flex;
  align-items: center;
}

.lineSpace {
  line-height: 1.2;
}


.fanListDropdown {
  position:absolute;
  left: 350px;
  height: 25px;
  width: 145px;
  border: 1px solid var(--main-color-5);
  display: flex;
  align-items:center;
  padding-left: 10px;
  z-index: 100;
  font-size: var(--font-size-2);
}

.fanSortDropdown {
  position: relative;
  left: 10px;
  top: 10px;
  margin-bottom: 10px;
  height: 25px;
  width: 300px;
  border: 1px solid var(--main-color-5);
  display: inline;
  align-items:center;
  padding-left: 10px;
  z-index: 100;
  font-size: var(--font-size-2);
}

.fanSortNumber {
  position: relative;
  left: 20px;
  top: 10px;
  height: 25px;
  width: 45px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid var(--main-color-5);
  font-size: var(--font-size-2);
}

.moveLeft {
  position: relative;
  right: 60px;
}



























/**********LEFT PANEL SETTINGS ***********************************************************************/

.settingChoices {
  position: relative;
  height: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color-6);
  cursor: pointer;
}

.settingChoicesActive {
  background-color: #F2F2F2;
}

/**********MIDDLE PANEL SETTINGS ***********************************************************************/
.middlePanelSettings {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100dvh;
  min-width: calc(100vw - var(--side-nav-width));
  background-color: transparent;
  /* max-width: 600px; */
  /* border-right: 1px solid var(--main-color-6); */
}

.Settings {
  height: 100dvh;
  width: calc(100vw - var(--side-nav-width));
  max-height: 100dvh;
  /* overflow-x: hidden; */
  /* border-right: 1px solid var(--main-color-6); */
}

/* @media (max-width: 600px) {
  .Settings {
    width: 100%;
    overflow: visible;
  }
} */

@media (max-width: 1100px) {
  .Settings {
    width: 100%;
    /* overflow-x: visible;
    overflow-y: visible; */
  }
}

.settingChoicesHeaderMiddle {
  position: relative;
  height: 55px;
  width: 100%;
  /* border-bottom: 1px solid var(--main-color-6); */
  display: flex;
  align-items:center;
  /* justify-content: right; */
  padding: 0 20px 0 20px;
  z-index: 1000;
}

@media (max-width: 600px) {
  .settingChoicesHeaderMiddle {
    min-width: calc(100vw - var(--side-nav-width) - 20px)
  }
}

.settingTitle {
  width: 100%;
  font-weight: bold;
  position: relative;
}

.phone {
  width: 100%;
  color: var(--main-color-5);
  text-align: right;
  margin-right: 10px
}

.enable {
  width: 60%;
}

.buyMore {
  margin-left: 30px
}

/* The switch - the box around the slider */
.switch {
  display: inline-block;
  width: 30px;
  height: 15px;
  position: relative;
  margin: 0 5px;
}

.switchfakeOff {
  display: inline-block;
  width: 30px;
  height: 15px;
  position: relative;
  top: 2px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 34px;
}

.sliderfakeOff {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
}

.switchfakeOn {
  display: inline-block;
  width: 30px;
  height: 15px;
  position: relative;
  top: 2px;
  margin: 0 5px;
  background-color: var(--main-color-5);
  border-radius: 34px;
}

.sliderfakeOn {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 17px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--main-color-5);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--main-color-5);
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchContainer {
  position: absolute;
  display: flex;
  align-items: center;
  width: 200px;
  height: 30px;
  right: 160px;
}

.saveButton {
  position: absolute;
  right: 20px;
}

.payoutError {
  position: absolute;
  right: 70px;
}

.savedPopup {
  visibility: hidden;
  color: var(--main-color-5);
  display: inline-block;
  position: fixed;
  right: 40px;
  top: 45px;
  justify-content: right;
  padding-right: 10px;
  z-index: 100;
}

@media (max-width: 600px) {
  .savedPopup {
    position: fixed;
    right: 40px;
    top: calc(100dvh - 30px);
  }
}

.errorPopup {
  visibility: hidden;
  color: red;
  display: inline-block;
}

.PictureSetting {
  height: 25px;
  width: 600px;
  padding: 0 20px 0 20px;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
  margin-top: 10px
}

.paddingleft {
  margin-left: 20px
}

.IconImgedit {
  margin-left:10px;
  color: var(--main-color-5);
  scale: 80%;
}

.IconImgedit:hover {
  color: black;
}

.needHelp {
  position: relative;
  top: 2px;
  color: var(--main-color-5);
  font-weight: bold;
  font-size: var(--font-size-2);
  cursor: pointer;
}

.needHelp:hover {
  color: lightgray;
  text-decoration: underline;
}

.InitialMessageSetting2 {
  width: 600px;
  padding: 5px 20px 0 20px;
  color: gray;
  font-size: var(--font-size-2);
  margin-bottom: 10px;
}

.InitialMessageInput {
  min-height: 45px;
  max-height: 45px;
  width: 560px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  box-shadow:  0 0 5px 2px var(--main-color-5), 0 0 8px 3px rgb(46, 44, 44);
  margin: 0 20px;
  font-size: var(--font-size-2);
}


.InitialMessageInput2 {
  min-height: 25px;
  max-height: 45px;
  padding-left: 5px;
  height: 25px;
  width: calc(100% - 40px);
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  box-shadow:  0 0 5px 2px var(--main-color-5), 0 0 8px 3px rgb(46, 44, 44);
  margin: 0 20px;
  font-size: var(--font-size-2);
}

.BlueSnapInput {
  min-height: 45px;
  max-height: 45px;
  width: 560px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  box-shadow:  0 0 5px 2px var(--main-color-5), 0 0 8px 3px rgb(46, 44, 44);
  margin: 0 20px;
  font-size: var(--font-size-2);
}

.rowTipping {
  margin: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-3);
}

.columnTipping {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.rowTipping:after {
  content: "";
  display: table;
  clear: both;
}

.rowTippingColor {
  display: flex;
  align-items: center;
}

.columnTippingColor {
  float: left;
  width: 43%;
}

/* Clear floats after the columns */
.rowTippingColor:after {
  content: "";
  display: table;
  clear: both;
}

.rowBubbleColor {
  /* display: flex;
  align-items: center; */
  margin-left: 20px;
  font-size: var(--font-size-3);
}

.columnBubbleColor {
  float: left;
  width: 45%;
}

.rowBubbleColor:after {
  content: "";
  display: table;
  clear: both;
}

.column4-1 {
  float: left;
  width: 30%;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}

.column4-2 {
  float: left;
  width: 70%;
  font-size: var(--font-size-3);
}

.column4-1copy {
  float: left;
  width: 23%;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}

.column4-2copy {
  float: left;
  width: 25%;
  font-size: var(--font-size-3);
}

.column4-3 {
  margin: 0 0 0 20px;
  float: left;
  width: 17%;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}

.column4-3copy {
  /* margin-top: 4px; */
  float: left;
  width: 29%;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}

.column4-4 {
  float: left;
  width: 23%;
  font-size: var(--font-size-3);
}

.column4-4copy {
  float: left;
  width: 10%;
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}

.linksBox {
  margin: 15px 20px 0 0px;
}

.rowFull {
  width: 100%;
  height: 20px;
}

.width100 {
  width: 100%;
}

.inputLinks {
  height: 20px;
  width: 130px;
  padding-left: 5px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  margin: 0 0 3px 20px;
  font-size: var(--font-size-2);
}

.inputLinksURL {
  position: relative;
  height: 20px;
  width: 300px;
  padding-left: 5px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  margin: 0 0 0 20px;
  font-size: var(--font-size-2);
}

.inputLinksURLChat {
  position: relative;
  height: 20px;
  width: 100%;
  padding-left: 5px;
  border: 2px solid var(--page-background);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  /* margin: 0 0 0 20px; */
  font-size: var(--font-size-2);
}

.inputLinkText {
  margin-left: 20px;
  height: 20px;
}

.orderedList a{
  font-weight: bold;
  text-decoration: underline;
}

.DNSContainer {
  height: 40px;
  width: 400px;
}

.DNS1 {
  width: 150px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--main-color-5);
  margin-right: 5px;
  cursor: pointer;
}

.DNSFocused {
  font-weight: bold;
  background-color: var(--main-color-5)
}

.edit-boxDNS {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: var(--main-color-6);
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
  z-index: 5
}

.edit-boxDNS .signup {
  margin: -5px 0 15px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

ol {
  padding-left: 30px; /* Adjust the desired indent width */
}

ul {
  padding-left: 0px; /* Adjust the desired indent width */
}

.confirmBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: var(--main-color-6);
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
  z-index: 5
}

.confirmBox .signup {
  margin: -5px 0 5px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

.SMSnote {
  margin-bottom: 20px;
}

.height20 {
  height: 20px;
}

.metaUsernamePositioning {
  position: absolute;
  left: 50px;
}

@media (max-width: 600px) {
  .metaUsernamePositioning {
    position: absolute;
    left: 5px;
  }
}

.metaUsernamePositioning2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.metaUsernameBox {
  background-color: white;
  z-index: 1000;
  position: fixed;
  top: 50px;
  right: 20px;
}

.metaUsername {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .metaUsername {
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.facebookButtonBox {
  height: 25px;
  min-width: 165px;
  background-color: rgb(24, 119, 242);
  border-radius: 5px;
}

/* @media (max-width: 600px) {
  .facebookButtonBox {
    min-width: 100px;
  }
} */

.centerFBCircular {
  position: absolute;
  left: 30%;
}

.facebookLogo {
  color: white;
  margin-left: 5px;
}

.facebookButton {
  display: inline-block;
  color: white;
  /* margin-right: 10px; */
  margin-left: 5px;
}

/* .facebookButtonPosition {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  justify-content: center;
} */

.metaRightHeader {
  position: fixed;
  right: 0px;
  width: calc(100vw - 60px);
  justify-content: right;
  padding-right: 10px;
}

.loaderBox {
  width: 40px;
  height: 100%;
}

.saveBox {
  width: 40px;
}

.testerContainer {
  width: 300px;
  height: 30px;
  display: flex;
  align-items: center;
}

.followingListTable {
  display: grid;
  grid-template-columns: repeat(4, 165px);
  grid-column-gap: 40px;
  font-size: var(--font-size-2);
  align-items: center;
}

.followingListfirstRowItem {
  height: 20px;
  width: 100%;
}

.followingListfirstRowUsername {
  height: 20px;
  width: 160px;
  background-color: var(--main-color-5);
  font-weight: bold;
  color: white;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.followingListRowItem {
  margin-top: 5px;
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

.followingListRowUsername {
  background-color: lightgray;
  padding-left: 10px;
  height: 20px;
  width: 160px;
  align-items: center;
}

.scrollFollowingList {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 5px 10px 5px;
}

.inputLinksFollowing {
  height: 20px;
  width: 160px;
  padding-left: 10px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  font-size: var(--font-size-2);
}

.metaUserSearchButton {
  position: relative;
  margin-left: 50px;
  height: 20px;
  width: 200px;
  padding-left: 10px;
  background-color: #F2F2F2;
}

.searchButtonMetaUser {
  position:relative;
  right: 30px;
}

/* .followingListBox {
  border-top: 1px solid var(--main-color-5);
  border-bottom: 1px solid var(--main-color-5);
  align-items: center;
  height: 50px;
  display:flex;
} */


.settingsGrid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(870px, 70%) minmax(350px, 30%);
  grid-column-gap: 10px;
}

@media (max-width: 600px) {
  .settingsGrid {
    grid-template-columns: minmax(870px, 70%) 30%;
    max-height: calc(100dvh - 50px);
  }
}

.leftSettings{
  padding: 10px 20px;
  align-items: center;
}

@media (max-width: 600px) {
  .leftSettings {
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
  }
}

.rightSettings {
  overflow: hidden;
  border-left: 1px solid var(--main-color-6);
  height: calc(100dvh - 60px);
  width: 100%;
  padding: 20px 20px;
}

@media (max-width: 600px) {
  .rightSettings {
    width: calc(100vw - var(--side-nav-width));
    min-width: calc(100vw - var(--side-nav-width));
  }
}



















/**********RIGHT PANEL SETTINGS ***********************************************************************/
.rightPanelSettings {
  height: 100dvh;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  background-color: var(--page-background);
  margin: -1px;
  /* border-left: 1px solid var(--main-color-6); */
  position: relative;
}

.chatPreview {
  position: relative;
  scale: 80%;
}

.selectPosts {
  height: 15px;
  margin: 10px 20px;
}

.MetaBackgroundFB {
  position: relative;
  padding: 10px 20px;
  width: 100%;
  max-height: calc(100dvh - 55px - 30px - 150px);
  overflow-y: auto
}

.FBPostTiles {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 5px;
}

.FBInfo {
  /* display: flex; */
  height: 20px;
  margin-bottom: 5px;
  align-items: center;
}

.FBText {
  position: relative;
  width: 100%;
  min-height: 20px;
  margin: 0 0 5px 0px;
}

.FBPostMediaContainer {
  height: calc(100% - 20px);
}

.FBPostMedia {
  max-width: 100%;
  /* background-size: cover; */
  margin: 0px auto;
}

.MetaBackgroundIG {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 10px;
  column-gap: 10px;
  grid-gap: 10px;
  margin-top: 5px;
  position: relative;
  padding: 0px 20px;
  width: 100%;
  overflow-y: auto;
  max-height: calc(100dvh - 55px - 30px - 150px)
}

.MetaBackgroundIG::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.MetaBackgroundIG > *:first-child{
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.hidden {
  overflow: hidden;
}

.aspect {
  aspect-ratio: 1;
}

.MetaPostImg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire div area without stretching */
}

.radioPosts {
  position: absolute;
  margin: 5px 0 0 5px;
  z-index: 10;
}

.IGtext {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 10px
}

.emptyBox {
  height: 35px;
}

.IGBox:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(9/16 * 100%);
}

.metaConnections {
  width: 200px;
}












/**********LEFT PANEL PAYOUTS ***********************************************************************/

.payoutOption {
  position: relative;
  height: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color-6);
}

.payoutOptionfocused {
  position: relative;
  height: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color-6);
  background-color: #F2F2F2;
}

.leftPanelPayouts li {
  list-style: none;
}














/**********LEFT PANEL PROFILE ***********************************************************************/

.profileOption {
  position: relative;
  height: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color-6);
  background-color: #F2F2F2;
}

.profilePopOut {
  position: fixed;
  bottom: calc(60px + 30px - 90px);
  /* transform: translateY(50%); */
  left: var(--side-nav-width);
  padding: 10px 10px;
  width: 250px;
  height: 180px;
  border-radius: 5px;
  align-items: center;
  text-align: center;
  animation: createBox .20s;
  background-color: var(--main-color-3);
  z-index: 100000000000;
}

@keyframes createBox {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.heightRest {
  height: calc(100% - 18px)
}

.profileButtons2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}



















/* 


.nav-menu {
  background-color: var(--main-color-1);
  width: 180px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  transition: 650ms;
}

.nav-menu.active {
  left: 0;
  transition: 350ms;
}

.nav-text a {
  text-decoration: none;
  color: var(--main-color-2);
  font-size: 18px;
  width: 100%;
  height: 100%;
  align-items: center;
  font-weight: 500;
  padding: 20px;
}

.nav-text a:hover {
  color: var(--main-color-4);
}

.nav-text-bullet a {
  text-decoration: none;
  color: var(--main-color-2);
  font-size: 18px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  align-items: center;
  padding: 0 5px 0 40px;
}

.nav-text-bullet a:hover {
  color: var(--main-color-4);
}


.navbar-toggle {
  background-color: var(--main-color-1);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 20px;
} */









/* 

.nav-menu-edit-left {
  background-color: var(--main-color-1);
  width: var(--nav-menu-edit-left-width);
  height: 100%;
  position: fixed;
  top: 60px;
  padding-top: 10px;
}

.nav-menu-edit-right {
  background-color: var(--main-color-1);
  width: 40%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: calc(var(--grid-width) + var(--nav-menu-edit-left-width));
  padding-top: 10px;
  min-width: 200px;
}


.edit-nav-text {
  color: var(--main-color-2);
  font-size: var(--font-size);
  align-items: top;
  font-weight: 500;
  margin: 0 0 108px 20px;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
 */































/**************CHATBOX*******************************************************************/
  
.chat_background {
  background-color: var(--page-background);
  height: 100dvh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.chat_backgroundDashboard {
  background-color: var(--page-background);
  height: 100%;
  width: 100%;
  min-width: 350px;
}



.chat {
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-color: var(--border-background);
  /* These two prevent parent pushing down when child (profile Image) pushes down */
  padding-top: 1px; 
  margin-top: -1px;
  position: relative;
  padding-bottom: 10px;
}

.chatDashboard {
  /* left: 50%;
  transform: translateX(-50%); */
  width: calc(100vw - 60px - 250px);
  height: calc(100dvh - 55px);
  padding-top: 1px; 
  margin-top: -1px;
  position: relative;
  padding: 10px 30px;
}

@media (max-width: 600px) {
  .chatDashboard {
    width: 100%;
  }
}

.banner {
  margin-top: -1px;
}

.banner img {
  width: 100%;
  min-height: 10px;
  height: 13dvh;
  background-color: lightgray;
}

.logoutbackground button {
  border: none;
  background-color: var(--page-background);
  color: var(--logoutEditProfileText);
  font-size: var(--font-size-2);
  padding-right:5px;
  border-radius: 5px;
}

.logoutbackground {
  /* float: right; */
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1000;
}

.editprofilebackground button {
  border: none;
  display: inline-block;
  background-color: var(--page-background);
  color: var(--logoutEditProfileText);
  font-size: var(--font-size-2);
  padding-right:5px;
  border-radius: 5px;
}

.editprofilebackground {
  /* float: right; */
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 1000;
}

.low-contrast {
  color: white;
}

.titleBox {
  padding: 2px 0 0 125px;
  display: flex;
  align-items: center;
}

.name {
  margin-right: 10px;
  float: left;
  max-width: 180px;
  max-height:50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.IconLinkBox {
  display: flex; 
  margin-top: -5px
}

.profileImage img {
  height: 100px;
  width: 100px;
  background-color: var(--main-color-1);
  border-radius: 50%;
  z-index: 2;
  margin: -63px 0 0 20px;
  position: absolute;
}

.add{
  position: relative;
  top: -50px; left: 37px;
  color: transparent;
  z-index:3;
}

.add:hover{
  position: relative;
  top: -50px; left: 37px;
  color: black;
  z-index:3;
}

.accept{
  position: relative;
  top: -8px; left: 37px;
  color: black;
  z-index:3;
}
















/* for photo upload preview */
.output {
  position: absolute;
  bottom: 125px;
  width: 600px;
  margin-left: -10px;
  height: 135px;
  background-color: white;
  border-top: 1px solid var(--main-color-6);
  z-index: 10
}

.closeIcon {
  position:absolute;
  top: -25px;
  left: 580px;
  color: var(--main-color-5);
  cursor: pointer
}

.closeIconChat {
  position:absolute;
  top: -25px;
  left: 580px;
  color: black;
  cursor: pointer
}

.preview {
  width: 300px;
  height: 110px;
  border-right: 1px solid var(--main-color-6);
}

.previewSub {
  width: 500px;
  height: 110px;
  border-right: 1px solid var(--main-color-6);
}

.pictures {
  width: 280px;
  height: 130px;
  margin: 5px 10px 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.picturesSub {
  width: 480px;
  height: 130px;
  margin: 5px 10px 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.picturePostContainer {
  position: relative;
  height: 110px;
  padding-left: 5px;
  display: inline-block;
}

.thumbnail {
  height: 100px; 
  width: auto;
  padding-bottom: 5px;
  padding-right: 5px;
}

.deletePic {
  color: red;
  position: absolute; 
  bottom:0;
  right:0;
}

.textPic {
  position: absolute; 
  top:0;
  right:0;
  color: black
}

.previewPic {
  position: absolute; 
  top:0; 
  left: 0
}

.previewLocked {
  position: absolute; 
  bottom: 0px; 
  left: 5px;
  font-size: var(--font-size-2);
}

.textShow {
  position: absolute; 
  bottom: -15px; 
  left: 5px;
  font-size: var(--font-size-2);
}

.radioButtons {
  position: absolute;
  top: 0px;
  left: 300px;
  width: 200px;
  height: 115px;
  padding: 5px 0 0 10px;
  overflow: auto;
  border-right: 1px solid var(--main-color-6);
}

.radioButton {
  margin: 0px;
  padding: 0px;
  z-index: 5;
}

.radioButtonplacement {
  position: absolute;
  top: 3px;
  left: 12px;
}

input[type=radio]{
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  border: 2px solid var(--main-color-5);
  margin-right:5px;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: var(--main-color-5);
  
}

input[type="radio"]:checked {
  border-color:var(--main-color-5);
}

.BoxDescription1 {
  position:absolute;
  top: 115px;
  left: 300px;
  position: absolute;
  font-weight: lighter;
  font-size: var(--font-size-2);
  color: lightgray
}

.UploadNew {
  position:absolute;
  top:0px;
  left: 500px;
  width: 100px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AddIcon {
  scale: 200%;
  color: var(--main-color-5);
  cursor: pointer
}

.AddIconChat {
  scale: 200%;
  color: black;
  cursor: pointer;
}

.BoxDescription2 {
  position:absolute;
  top: 115px;
  left: 500px;
  position: absolute;
  font-weight: lighter;
  font-size: var(--font-size-2);
  color: lightgray
}








  .chatcontainer {
    padding: 10px 10px;
    height: 65%;
    overflow-y: auto;
    position: relative;
  } 



  .chatcontainerDashboard {
    position: relative;
    padding: 10px 10px;
    height: calc(100% - 100px);
    /* width: 95%; */
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
  }

  .isOwner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--main-color-5);
    font-weight: bold;
    display: inline-block;
  }

  .bottomContainer {
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 1%;
  }

    input.priceSchedulepink {
      float: left;
      position: relative;
      min-width: 100px;
      width: 10%;
      min-height: 35px;
      height: 10%;
      background-color: #F7EACF;
      border-radius: 6px;
      border: 2px solid var(--main-color-5);
      box-shadow:  0 0 5px 2px var(--main-color-5), 0 0 8px 1px rgb(46, 44, 44);
      font-size: var(--font-size-3);
      margin: 0 2% 0 2.5%;
      padding-left: 10px;
    }

    input.priceSchedule {
      float: left;
      position: relative;
      min-width: 100px;
      width: 10%;
      min-height: 35px;
      height: 10%;
      background-color: #F7EACF;
      border-radius: 6px;
      border: 2px solid var(--chat-field-background);
      box-shadow:  0 0 5px 2px var(--chat-field-background), 0 0 8px 1px rgb(46, 44, 44);
      font-size: var(--font-size-3);
      margin: 0 2% 0 2.5%;
      padding-left: 10px;
    }

    /* .textareaMessage {
      min-width: 100%;
      min-height: 40px;
      height: 40px;
      max-height: 100px;
      border: 2px solid var(--chat-field-background);
      box-shadow:  0 0 5px 2px var(--chat-field-background), 0 0 8px 1px rgb(46, 44, 44);
      background-color: #F7EACF;
      border-radius: 6px;
      padding-left: 10px;
      margin-bottom: 10px;
      font-size: var(--font-size-3);
    } */

    .textareaMessageChat {
      width: 95%;
      min-height: 35px;
      height: 35px;
      max-height:80px;
      border: 2px solid var(--chat-field-background);
      background-color: #F7EACF;
      border-radius: 6px;
      box-shadow:  0 0 5px 2px var(--chat-field-background), 0 0 8px 1px rgb(46, 44, 44);
      padding-left: 10px;
      font-size: var(--font-size-3);
      margin: 0 2.5% 5px 2.5%;
    }

    .textareaMessageChatpink {
      width: 100%;
      min-height: 35px;
      height: 35px;
      max-height:80px;
      border: 2px solid var(--main-color-5);
      /* background-color: #F7EACF; */
      border-radius: 6px;
      box-shadow:  0 0 3px 1px var(--main-color-5);
      padding-left: 10px;
      font-size: var(--font-size-3);
    }

    .postIcon{
      float: right;
      position: relative;
      margin: 0 0 0 5px;
      align-items: center;
      display: flex;
    }

    .postIcon .tooltiptext {
      visibility: hidden;
      width: 100px;
      /* background-color:  var(--main-color-6); */
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: 110%;
      margin-left: -62px;
      font-size: var(--font-size-2);
    }
    
    .postIcon:hover .tooltiptext {
      visibility: visible;
    }

    .postIcon .tooltiptext2 {
      visibility: hidden;
      width: 200px;
      /* background-color:  var(--main-color-6); */
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: -65px;
      right: 0px;
      font-size: var(--font-size-2);
      color: black;
      min-height: 30px;
    }
    
    .postIcon:hover .tooltiptext2 {
      visibility: visible;
    }

    .postIcon .tooltiptextAnalytics {
      visibility: hidden;
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: 25px;
      right: 0px;
      font-size: var(--font-size-2);
      color: black;
      padding: 5px 5px;
    }
    
    .postIcon:hover .tooltiptextAnalytics {
      visibility: visible;
      z-index: 10000000;
    }

    .postIconLeft{
      float: left;
      position: relative;
      margin: 0 0 0 5px;
      align-items: center;
    }

    .postIconLeft .tooltiptext {
      visibility: hidden;
      width: 100px;
      /* background-color:  var(--main-color-6); */
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: 110%;
      font-size: var(--font-size-2);
    }
    
    .postIconLeft:hover .tooltiptext {
      visibility: visible;
    }
    

    .postIconMass .tooltiptextWider {
      visibility: hidden;
      /* background-color:  var(--main-color-6); */
      width: 200px;
      padding: 5px 10px;
      border-radius: 6px;
      position: absolute;
      z-index: 10;
      top: 110%;
      margin-left: -40px;
      font-size: var(--font-size-2);
    }
    
    .postIconMass:hover .tooltiptextWider {
      visibility: visible;
    }

    .postIconMass .tooltiptextWiderRight {
      visibility: hidden;
      /* background-color:  var(--main-color-6); */
      width: 160px;
      padding: 5px 10px;
      border-radius: 6px;
      position: absolute;
      z-index: 10;
      top: 110%;
      right: 0px;
      margin-right: -20px;
      font-size: var(--font-size-2);
    }
    
    .postIconMass:hover .tooltiptextWiderRight {
      visibility: visible;
    }

    .postIconMass .tooltiptextWidest {
      visibility: hidden;
      /* background-color:  var(--main-color-6); */
      width: 270px;
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 10;
      top: 110%;
      margin-left: -100px;
      font-size: var(--font-size-2);
      white-space: normal;
    }

    .postIconMass:hover .tooltiptextWidest {
      visibility: visible;
    }

    .postIconMass{
      position: relative;
      display: inline-block;
    }
    
    .postIconMass .tooltiptext {
      visibility: hidden;
      display: inline;
      max-width: 100px;
      background-color: var(--main-color-6);
      color: black;
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: 110%;
      left: -100%;
      padding: 2px 10px;
      font-size: var(--font-size-2);
    }
    
    .postIconMass:hover .tooltiptext {
      visibility: visible;
    }

    .messageIconLeft {
      width: inline
    }

    .messageIconRight {
      width: inline
    }

    .messageIconLeft .tooltiptext {
      visibility: hidden;
      width: 100px;
      padding: 3px 0px;
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      font-size: var(--font-size-2);
    }
    
    .messageIconLeft:hover .tooltiptext {
      visibility: visible;
    }

    .messageIconRight .tooltiptext {
      visibility: hidden;
      width: 100px;
      padding: 3px 0px;
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      font-size: var(--font-size-2);
      transform: translate(-125%, 0%);
    }
    
    .messageIconRight:hover .tooltiptext {
      visibility: visible;
    }

    .blockToggleHover{
      position: relative;
      display: inline-block;
    }
    
    .blockToggleHover .tooltiptext {
      visibility: hidden;
      display: inline;
      max-width: 100px;
      background-color: var(--main-color-6);
      text-align: center;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      top: 110%;
      left: -10%;
      padding: 2px 10px;
      font-size: var(--font-size-2);
    }
    
    .blockToggleHover:hover .tooltiptext {
      visibility: visible;
    }

    .EmojiPicker {
      position: absolute;
      bottom: 130px;
      right: 0;
      z-index: 10;
    }

    .submitBox {
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .sendText {
      color: var(--chat-text-color);
      font-size: var(--font-size-2);
    }

    .schedule {
      background-color: transparent;
      border-left: 1px solid var(--main-color-5);
      color: white;
      padding: 0 2px 2px 2px;
    }

    .dropdown {
      position: absolute;
      display: inline-block;
      border-left: 2px solid var(--main-color-6);
      padding-left:2px;
      font-size: var(--font-size-3);
    }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--main-color-6);
  min-width: 120px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: lightgray;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}







    /* .firstmessage {
      color: var(--chat-text-color);
      cursor: pointer;
    }

    .firstmessage:hover {
      text-decoration: underline;
    } */
  
    .chat h4,h3 {
      margin-top: 0px;
      /* color: var(--chat-text-color); */
    }

    .chatDashboard h4,h3 {
      margin-top: 0px;
      /* color: var(--chat-text-color); */
    }
  
    /* Chat message list */
    .chat ul{
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%;
    }

    .chatDashboard ul{
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%;
    }
  
    /* Each chat entry */
    .chat ul li{
      clear: both;
      display: block;
      margin-bottom: 5px;
      /* max-width: 47%;
      min-width: 8%; */
    }

    .chatDashboard ul li{
      clear: both;
      display: block;
      margin-bottom: 5px;
      /* max-width: 47%;
      min-width: 8%; */
    }

    .movedown {
      padding-top: 2%
    }

    .messageContainer {
      width: 100%;
      display: inline-block;
    }

    .firstmessage {
      background: var(--message-cloudme);
      color: var(--chat-text-color);
      border-radius: 15px;
      display: inline-block;
      padding: 5px 15px;
      width: 225px;
      /* max-width: 67%;
      min-width: 8%; */
      /* clear: both; */
      /* display: block; */
      margin: 5px 0 5px 0;
      font-size: var(--font-size-3);
    }

    .loginSignup {
      background: var(--message-cloudme);
      color: var(--chat-text-color);
      border-radius: 15px;
      display: inline-block;
      padding: 5px 15px;
      margin: 5px 0 5px 0;
      font-size: var(--font-size-3);
    }

    .thin {
      font-weight: lighter;
    }

    .thin:hover {
      text-decoration: underline;
      cursor: pointer;
    }

    .rightside {
      float: right;
      text-align: right;
      width: 100%;
    }
    
    .secondmessage {
      background: var(--message-cloudthem);
      color: var(--chat-text-color);
      border-radius: 15px;
      display: inline-block;
      padding: 5px 15px;
      width: 225px;
      /* max-width: 100%;
      min-width: 8%; */
      /* clear: both; */
      /* display: block; */
      margin: 5px 0 5px 0;
      font-size: var(--font-size-3);
    }

    .dateTimeDay {
      font-size: var(--font-size-1);
      margin-top: 2px;
      color: gray
    }

    .dateTimeMe {
      font-size: var(--font-size-1);
      color: gray;
      float: left;
      margin: 0 0 12px 5px;
      display: flex;
    }

    .dateTimeThem {
      font-size: var(--font-size-1);
      color: gray;
      float: right;
      margin: 0 5px 12px 0;
      display: flex;
    }

    /* .autoMessageMe {
      color: gray;
      float: left;
      margin: -4px 0 0 -5px;
      display: flex;
    } */

    .deleteMessage {
      font-size: var(--font-size-1);
      color: gray;
      float: right;
      margin-right: 5px;
      display: flex;
      cursor: pointer;
    }

    .deleteMessage:hover {
      text-decoration: underline;
    }

    .deleteMessageConfirm {
      font-size: var(--font-size-1);
      font-weight: bold;
      color: red;
      float: right;
      margin-right: 5px;
      display: flex;
      cursor: pointer;
    }

    .deleteMessageConfirm:hover {
      text-decoration: underline;
    }

    /* .seenPaidMe {
      color: steelblue;
      float: right;
      display: inline;
      margin-top: -8px
    }

    .seenPaidThem {
      color: steelblue;
      float: left;
      display: inline;
      margin-top: -8px
    } */


    .green {
      color: rgb(70, 202, 70)
    }

    .blue {
      color: steelblue;
    }

    /* Each chat text */
    .chat p {
        border-radius: 15px;
        padding: 5px 15px;
        margin-bottom: 2px;
        min-height: 34px;
      }

      .chatDashboard p {
        border-radius: 15px;
        padding: 5px 15px;
        margin-bottom: 2px;
        min-height: 34px;
      }

      /* Each chat author */
      /* .author {
        display: inline-block;
        text-align: center;
        padding: 5px;
        margin: 0 2%;
        font-weight: 300;
        font-size: 12px;
      } */

      .them {
        float: left;
        text-align: left;
        width: 225px;
        position: relative;
        word-wrap: break-word;
        margin-bottom: 10px;
      }
        
      .them p {
          background-color: var(--message-cloudthem);
          border-radius: 10px;
          width: 100%;
          color: var(--chat-text-color);
          min-height: 34px;
        }

      .themDash {
        float: left;
        text-align: left;
        width: 225px;
        position: relative;
        word-wrap: break-word;
      }
        
      .themDash p {
          background-color: var(--main-color-6);
          border-radius: 10px;
          width: 100%;
          color: black;
          min-height: 34px;
        }

      .chatColor1 {
        background-color: var(--message-cloudthem);
        color: var(--chat-text-color)
      }

      .chatColor2 {
        background-color: var(--page-background);
        color: var(--chat-text-color)
      }
      
    
      .me {
        float: right;
        text-align: right;
        width: 225px;
        position: relative;
        word-wrap: break-word;
        margin-bottom: 10px;
      }
    
       .me p {
          /* text-align: left; */
          width: 100%;
          background-color: var(--message-cloudme);
          color: var(--chat-text-color);
          border-radius: 10px;
          min-height: 34px;
        }

        .meDash {
          float: right;
          text-align: right;
          width: 225px;
          position: relative;
          word-wrap: break-word;
        }
      
         .meDash p {
            /* text-align: left; */
            width: 100%;
            background-color: var(--main-color-6);
            color: black;
            border-radius: 10px;
            min-height: 34px;
          }

        .Error {
          color: red;
          font-size: var(--font-size-3);
        }



  /* for scheduler */
  .outputSchedule{
    position: absolute;
    bottom: 95px;
    width: 200px;
    margin-left: 365px;
    height: 80px;
    background-color: white;
    border-top: 1px solid var(--main-color-6);
    border-left: 1px solid var(--main-color-6);
    border-bottom: 1px solid var(--main-color-6);
    padding: 10px 20px ;
    font-size: var(--font-size-2);
    font-weight: bold;
  }

  .scheduleTable {
    font-size: var(--font-size-2);
  }










  
  .dateLine {
    /* border-top: 1px solid var(--main-color-6); */
    height: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    position: relative;
  }

  .dateLineColorChat {
    border-top: 1px solid var(--message-cloudme);
  }


  .bubble {
    position: absolute;
    left: 50%;
    top: -50%;
    width: 100px;
    height: 25px;
    border-radius: 50%;
    /* border: 1px solid var(--message-cloudme);
    background-color: var(--border-background); */
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bubbleColorChat {
    border: 1px solid var(--message-cloudme);
    background-color: var(--border-background);
  }

  .bubbleColorDash {
    border: 1px solid var(--main-color-6);
    background-color: white;
  }

  .dateTimeDays {
    font-size: var(--font-size-1);
  }




.mediaContainer {
  width: 105px;
  min-height: 75px;
  max-height: 75px;
  margin-left: 15px;
  position: relative;
}

.postimage {
  right: 0px;
  min-height: 75px;
  max-height: 75px;
  max-width: 75px;
  position: absolute;
  z-index: 1;
}

.leftmedia {
  position: absolute;
  margin-right: 15px;
  z-index: 2;
}

.leftmedia2 {
  position: absolute;
  left: 0;
  z-index: 3;
}

.rightcard {
  position: absolute;
  height: 75px;
  width: 25px; 
  margin-left: 105px;
  background-color: var(--main-color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-2);
  font-weight: bold;
}

.rightcardChat {
  position: absolute;
  height: 75px;
  width: 25px; 
  margin-left: 105px;
  background-color: var(--page-background);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  color: var(--chat-text-color)
}

.rightcardonly {
  position: absolute;
  height: 75px;
  width: 75px; 
  background-color: var(--main-color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-2);
  font-weight: bold;
}

.rightcardonlyChat {
  position: absolute;
  height: 75px;
  width: 75px; 
  background-color: var(--page-background);
  color: var(--chat-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-2);
  font-weight: bold;
}




.photoFocused {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color:rgba(48, 48, 48, 0.5);
  z-index: 10000000000;
  position: absolute;
  top: 0;
  left: 0;
  display: flex; 
  align-items: center;
  justify-content: center; 
}

.closePhotoFocus {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.closePhotoFocus2 {
  position: absolute;
  top: calc(55px / 2);
  right: 10px;
  transform: translate(0%, -50%);
  z-index: 1000000000;
}

#videoNoPlay::-webkit-media-controls-start-playback-button {
  display: none;
}
#videoNoPlay::-webkit-media-controls-play-button {
  display: none;
}

.slideshow {
  position: relative;
  width: 700px;
  height: 700px;
  text-align: center; 
  display: flex; 
  align-items: center;
  justify-content: center; 
}


.slideshow img {
  display: none;
}

.slideshow img.active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.slideshow .prev,
		.slideshow .next {
			position: absolute;
			top: 50%;
			margin-top: -22px;
			font-size: 35px;
			font-weight: bold;
			cursor: pointer;
			z-index: 101;
      display: inline-block;
		}

		.slideshow .prev {
			left: 0;
		}

		.slideshow .next {
			right: 0;
		}

    .dotcontainer {
      position: absolute;
      bottom:0;
			text-align: center;
      z-index: 200;
      height: 10px;
      width: 100%;
      display: flex; 
      align-items: center;
      justify-content: center; 
		}

		.dot {
			cursor: pointer;
			height: 10px;
			width: 10px;
			margin: 0 2px;
			background-color: #bbb;
			border-radius: 50%;
			display: inline-block;
			transition: background-color 0.6s ease;
		}

		.active-dot,
		.dot:hover {
			background-color: #717171;
		}


  .photoFocusedOverlay {
    position: absolute;
    width: 100px;
    height: 100px;
  }

  .showLinks {
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    color: var(--main-color-5);
    font-weight: bold;
    font-size: var(--font-size-2);
    z-index: 5;
  }

  .showLinks:hover {
    text-decoration: underline;
    cursor: pointer;
  }






.unlockButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}

.purchasePopupBackground {
  width: 100%;
  height: 100%;
  background-color:rgba(48, 48, 48, 0.66);
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: flex; 
  align-items: center;
  justify-content: center; 
}

.purchasePopup {
  width: 400px;
  height: 600px;
  position: absolute;
  top: 75px;
  left: 100px;
  /* transform: translateY(-50%); */
  background-color:white;
  z-index: 100;
  display: flex; 
  justify-content: center; 
  border-radius: 10px;
  padding: 10px 10px;
}

.purchaseTitle {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left; 
}

.purchaseButton {
  position: absolute;
  bottom: 10px
}






.edit-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 20px;
  transform: translate(-50%, -50%);
  background: var(--main-color-6);
  box-sizing: border-box;
  box-shadow: 0 15px 25px var(--main-color-1);
  border-radius: 10px;
  z-index: 100000000000;
}

@media (max-width: 600px) {
  .edit-box {
      width: 90%;
      max-width: 500px;
      margin: 0 auto;
  }
}


.edit-box .signup {
  margin: -5px 0 15px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}

.edit-boxChat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 100vw;
  padding: 20px;
  transform: translate(-50%, -50%);
  background: var(--message-cloudme);
  box-sizing: border-box;
  box-shadow: 0 15px 25px black;
  border-radius: 10px;
  z-index: 5
}

.edit-boxChat .signup {
  margin: -5px 0 5px;
  color: var(--chat-text-color);
  font-size: 30px;
  font-weight: bold;
}

.redLink {
  color: red;
  cursor: pointer;
}

.redLink:hover {
  text-decoration: underline;
}

.inputeditText {
  margin: -5px 0 13px 0px;
  height: 20px;
}

.column4-5 {
  margin-top: 4px;
  float: left;
  flex: 1;
  font-size: var(--font-size-3);
}

.column4-6 {
  float: left;
  width: 150px;
  font-size: var(--font-size-3);
}

.column4-7 {
  margin-top: 4px;
  float: left;
  flex: 1;
  font-size: var(--font-size-3);
}

.column4-8 {
  float: left;
  flex: 1;
  font-size: var(--font-size-3);
}





















/**********LEFT PANEL PAYOUTS ***********************************************************************/

.payoutOption {
  position: relative;
  height: 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: var(--font-size-2);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color-6);
}

.payoutOption:focus{
  background-color: #F2F2F2;
}


/**********MIDDLE PANEL PAYOUTS ***********************************************************************/


.rightPanelPayouts {
  height: 100dvh;
  min-width: 600px;
  max-width: 600px;
  border-right: 1px solid var(--main-color-6);
  padding: 0 auto; 
}

.payouttitle {
  margin-left: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.linksBox2 {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  grid-gap: 20px;
}

.linksBox3 {
  width: 560px;
  margin-bottom: 2px;
}

.linksBox4 {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  grid-gap: 20px;
  margin-top: 2px;
}

.grow {
  height: var(--grow-height);
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid var(--main-color-5);
  padding-left: 5px;
}

.grow:hover {
  height: 100%;
  background-color: var(--main-color-6);
  padding-left: 5px;
}

.growGeneral {
  height: var(--grow-heightGeneral);
  width: 100%;
  /* overflow: hidden; */
  border-bottom: 2px solid var(--main-color-5);
  padding-left: 5px;
}

.growGeneral:hover {
  height: 100%;
  background-color: var(--main-color-6);
  padding-left: 5px;
}

.metaTitles {
  height: 56px;
  display: grid;
  grid-template-columns: 15% 28% 10% 10% 8% 8% 8% 4%;
  grid-gap: 12px;
  align-items: center;
  padding-left: 5px;
}

.metaTitlesComments {
  height: 56px;
  display: grid;
  grid-template-columns: 15% 22% 8% 8% 8% 7% 6% 6% 6% 4%;
  grid-gap: 12px;
  align-items: center;
  padding-left: 5px;
}

.metaInputTableGrid {
  display: grid;
  grid-template-columns: 15% 28% 10% 10% 8% 8% 8% 4%;
  grid-gap: 12px;
  align-items: center;
}

.metaInputTableGridComments {
  display: grid;
  grid-template-columns: 15% 22% 8% 8% 8% 7% 6% 6% 6% 4%;
  grid-gap: 12px;
  align-items: center;
}

.deleteBox {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
}

.linksBox5Container {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.lablLink {
  height: 45px;
}

.linksBox8 {
  display: grid;
  grid-template-columns: calc(100% - 8% - 12px - 8% - 12px - 7% - 12px - 4%) 8% 8% 7% 4%;
  grid-gap: 0 10px;
}

.linksBox8Comments {
  display: grid;
  grid-template-columns: calc(100% - 6% - 6% - 12px - 6% - 12px - 6% - 12px - 4%) 7% 6% 6% 6% 4%;
  grid-gap: 0 10px;
}

.scrollCategories {
  min-height: var(--scrollCategoriesHeight);
  max-height: calc(100dvh - 55px - 10px - 25px - 20px - 20px - 35px - 10px - 100px);
  overflow-y: auto;
  overflow-x: visible;
}

.addFilter {
  width: 120px;
  margin-left: 5px;
}

.addFilter2 {
  width: 200px;
  margin-left: 5px;
}

.inputLinks2 {
  height: 25px;
  width: 100%;
  padding-left: 5px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  margin: 0 0 10px 20px;
  font-size: var(--font-size-2);
  position: relative;
  top: -3px;
}


.inputGroupLabel {
  position: absolute;
  pointer-events: none;
  left: 5px;
  font-size: var(--font-size-2);
  z-index: 2;
  white-space: nowrap;
  color: var(--medium-gray);
}

.inputLinksCategories:focus ~ div {
  position: absolute;
  top: -7px;
  left: 4px;
  font-size: var(--font-size-1); 
	transition: all 0.1s linear; 
  color: var(--main-color-4);
  z-index: 2;
  background-color: white;
  padding: 0 2px;
}

@keyframes moveUp {
  0% {
    width: 0px;
  }
  100% {
    transform-origin:  0% 50%;
    width: 500px;
  }
}

.inputLinksCategories:not(:placeholder-shown) ~ div {
  color: transparent;
}

.inputLinksCategories:not(:placeholder-shown):focus ~ div {
  color: var(--main-color-4);
}

.inputLinksCategories:focus {
  border: 1px solid var(--main-color-4);
}

/* .inputLinksCategories:not(:focus) {
  height: 25px !important;
} */

.inputLinksCategories::placeholder {
  color: transparent;
}

.inputLinksCategories:disabled {
  border: 1px solid var(--light-gray);
  color: var(--medium-gray);
  cursor: not-allowed;
}

.inputLinksCategories {
  min-height: var(--length25);
  height: var(--length25);
  width: 100%;
  padding-left: 5px;
  border: 1px solid var(--medium-gray);
  border-radius: 4px;
  font-size: var(--font-size-2);
  position: relative;
}


.suffix {
  position: absolute;
  right: 5px;
}

.suffixSibling:focus-within ~ div {
  color: var(--dark-gray);
}

.suffixSibling:not(:placeholder-shown):not(:focus-within) ~ div {
  color: transparent
}

.movedownArrow {
  margin-top: 2px
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

.arrowContainer {
  position: relative;
  font-size: var(--font-size-2);
}

#bankClassFilterArrow{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--main-color-5);
  position: absolute;
  top: 7px;
  right: -10px;
  content: "";
  z-index: 98;
 }

 select,
select option {
  color: #000000;
}

select:invalid,
select option[value=""] {
  color: #999999;
}

/* .tabBox{
  position: absolute;
  bottom: 0px;
} */

/* .movingBorder {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  width: 500px;
  border-bottom: 3px solid var(--main-color-4);
  animation: changeBorders 2s linear;
  animation-fill-mode: forwards;
  z-index: 10;
}

@keyframes changeBorders {
  0% {
    width: 0px;
  }
  100% {
    transform-origin:  0% 50%;
    width: 500px;
  }
} */

.tab {
  position: relative;
  width: 250px;
  height: 35px;
  color: rgb(72, 71, 71);
  border-bottom: 1px solid transparent;
  justify-content: center;
}

.tab:hover {
  background-color: var(--main-color-7);
}

.tabButtonClickMoveRight::before { 
  content: ""; 
  position: absolute; 
  bottom: 0px; 
  left: 0px; 
  width: 100%; 
  height: 0; 
  background: transparent; 
  border: 1px solid transparent; 
  animation: animateMoveRight 250ms linear forwards;
} 

.tabButtonClickMoveLeft::before { 
  content: ""; 
  position: absolute; 
  bottom: 0px; 
  right: 0px; 
  width: 100%; 
  height: 0; 
  background: transparent; 
  border: 1px solid transparent; 
  animation: animateMoveLeft 250ms linear forwards;
} 

@keyframes animateMoveRight { 
  0% { 
    position: absolute; 
    left: -100%;
    border-bottom-color: var(--main-color-4);
  } 

  25% { 
    position: absolute; 
    left: -100%;
    border-bottom-color: var(--main-color-4);
  } 

  100% { 
    position: absolute; 
    left: 0px;
    border-bottom-color: var(--main-color-4);
  } 
} 

@keyframes animateMoveLeft { 
  0% { 
    position: absolute; 
    right: -100%;
    border-bottom-color: var(--main-color-4);
  } 

  25% { 
    position: absolute; 
    right: -100%;
    border-bottom-color: var(--main-color-4);
  } 

  100% { 
    position: absolute; 
    right: 0px;
    border-bottom-color: var(--main-color-4);
  } 
} 

.tabfocus {
  font-weight: bold;
  color: var(--main-color-4);
  z-index: 2;
  /* background-color: var(--main-color-6); */
  position: relative;
  width: 250px;
  height: var(--length35);
  justify-content: center;
}

.mobileCategories {
  width: calc(100vw - var(--side-nav-width) - 20px - 20px);
  /* position: absolute; */
  /* left: calc(var(--side-nav-width) + 20px);
  top: 80px; */
}

.mobileCategoriesFake {
  width: calc(100vw - var(--side-nav-width) - 20px - 20px);
  /* position: absolute; */
  /* left: calc(var(--side-nav-width) + 20px);
  top: 80px; */
  z-index: 1000000;
}

.mobileCategories2 {
  width: calc(100vw - var(--side-nav-width) - 20px - 20px);
  /* position: absolute;
  right: 0;
  top: 25px; */
  background-color: white;
}

.mobileCategories2Fake {
  width: calc(100vw - var(--side-nav-width) - 20px - 20px);
  /* position: absolute;
  right: 0;
  top: 25px; */
  z-index: 1000000;
}

.bottomBorder {
  border-bottom: 1px solid var(--main-color-4); 
}

.bottom2 {
  justify-content: center;
  border-bottom: 1px solid #ccc;
}

.delayBoxInner{
  align-items: center;
  padding: 10px 0px
}

.borderTopPink {
  border-top: 1px solid var(--main-color-5);
}

.borderTopGray {
  border-top: 1px solid lightgray;
}

.delayBoxInner2 {
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 5px;
  height: 50px;
  width: 40%;
  padding-left: 10px;
}

.delayBoxInner3 {
  max-width: 230px;
}

.delayText {
  margin-right: 10px;
}

.inputLinksDelay {
  height: 25px;
  width: 50px;
  border: 2px solid var(--main-color-5);
  background-color: #F7EACF;
  border-radius: 6px;
  /* box-shadow:  0 0 3px 1px var(--main-color-5); */
  font-size: var(--font-size-2);
  padding-left: 5px;
}

.breakLine {
  height: 1px;
  width: 100%;
  border-bottom: 2px solid var(--main-color-5);
}

.metaMediaPreview {
  width: 24px;
  height: 24px;
  /* padding-bottom: 100%;  */
  position: relative;
}

.messageDropdownLanguage {
  position: relative;
}

.messageDropdownLanguage:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid lightgray;
  position: absolute;
  top: 40%;
  left: 215px;
  content: "";
  z-index: 1;
 }

.messageDropdownLanguageButton {
  margin-right: 10px;
  min-height: 25px;
  height: 25px;
  border: 1px solid lightgray;
  display: flex;
  align-items:center;
  padding-left: 10px;
  padding-right: 30px;
}



































.paneltitle {
  font-size: var(--font-size-4);
  font-weight: bold;
  color: vaR(--main-color-5);
}

.panelbody {
  position: absolute;
  top: 40px;
}

.purchasePopupBackground label {
  position: relative;
  margin-bottom: -7px;
  padding: 10px 0;
}

.purchasePopupBackground form {
  position: relative;
  top: -20px;
}

.CCicon {
  margin: 3px 0 0 3px;
  display: inline-block;
}

.saveCardContainer {
  width: 100%;
  height:20px;
  display: inline-block;
  margin: -15px 0 10px 0;
}

.saveCardContainer2 {
  width: 100%;
  height: 25px;
  display: inline-block;
  margin: 5px 0 5px 0;
}

.checkmarkCC {
  position: relative;
  display: inline-block;
}

.titleCC {
  position: relative;
  display: inline-block;
  left: 25px;
  top: -5px;
}

.savedform-control {
  height: 40px;
  color: rgb(82, 78, 78);
  background-color: lightgray;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.CC {
  width: 285px;
  display: inline-block;
}

/* Hosted Payment Fields styles*/
.helper-text {
  color: #e93143;
  font-size: var(--font-size-2);
  margin: 0 0 5px 10px;
  display: inline-block;
  position: relative;
}

.helper-text-green {
  color: green;
}

/* Hosted Payment Fields styles*/
.hosted-field-focus { 
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.hosted-field-invalid {
  border: 1px solid #e93143;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,49,67, 0.8);
}

.hosted-field-valid {
  border: 1px solid #14ba57 ;
}



.tax {
  display: inline-block;
  margin-left: 25px;
}







































/* SWIPEBY DASHBOARD */

.swipebyloginColor {
  background: #b7ccd8;
  text-align: center;
}

.swipebysolidButton {
  height: 25px;
  padding: 0 4px 0 4px;
  /* margin: 0 4px 0 4px; */
  background-color: #82BFE0;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

/* Style the tab */
.swipebytab {
  overflow-x: scroll;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  font-size: var(--font-size-2);
  height: 45px;
  display: flex;
  align-content: center;
  position: fixed;
  z-index: 10000000;
  left: 0;
  right: 0;
}

.main-content {
  padding-top: 45px; /* same as navbar height */
}

/* @media (max-width: 600px) {
  .swipebytab {
    height: 90px;
  }
} */

.map-container {
  width: 100%;
  height: calc(100vh - 45px);
}

/* Style the buttons that are used to open the tab content */
.swipebytablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 16px;
  transition: 0.3s;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* Change background color of buttons on hover */
.swipebytablinks:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.swipebytablinksActive {
  background-color: #82BFE0;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 16px;
  transition: 0.3s;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.swipebyButton {
  padding: 3px 10px;
  display: inline-block;
  border: 1px lightgray solid;
  border-radius: 5px;
  width: auto;
  font-size: var(--font-size-2);
}

.swipebyScheduleDropdown {
  width: 420px;
  border-radius: 5px;
  border: 1px lightgray solid;
  position: absolute;
  font-size: var(--font-size-2);
  background-color: white;
  z-index: 2;
}

.swipebySchedule {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center; 
  padding: 5px 20px;
}

.swipebySchedule input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.swipebyScheduleDropdownListContainer {
  position: relative;
  white-space: nowrap;
  padding: 0px 20px 10px 20px;
  column-count: 2;
}

.swipebyScheduleDropdownListContainer ul {
  list-style-type: none;
}

.swipebyScheduleDropdownListContainer li {
  margin: 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
}

.swipebyScheduleDropdownListContainer li:hover {
  background-color: lightgray;
}

.swipebyScheduleDropdownItem {
  margin: 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
}

.swipebyScheduleDropdownItemActive {
  background-color: #82BFE0;
  margin: 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
}

.swipebyBackground {
  background-color: #82BFE0;
  color: white;
  font-weight: bold;
}

.swipebyScheduleApply {
  position: relative;
  left: 100px;
  border: 1px solid gray;
  border-radius: 5px;
}

.swipebyUserDropdown {
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  border: 1px lightgray solid;
  position: absolute;
  font-size: var(--font-size-1);
  background-color: white;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow-y: scroll;
}

.swipebyUserDropdown1 {
  width: 100%;
  border-bottom: 1px gray solid;
}

.swipebyUserDropdown2 {
  width: 100%;
  flex: 1;
  column-count: 4;
}

.swipebyUserDropdown2 ul{
  list-style-type: none;
}

.swipebyUserDropdown2 ul {
  list-style-type: none;
}

.swipebyUserDropdown2 li {
  margin: 5px 0px;
  border-radius: 5px;
  /* padding-left: 5px; */
}

.swipebyUserDropdown2 li:hover {
  background-color: lightgray;
}

.swipebyUserDropdownItem {
  margin: 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
  word-wrap: break-word;
}

.swipebyUserDropdownItemActive {
  background-color: #82BFE0;
  margin: 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
  word-wrap: break-word;
}

.swipebyUserDropdownItemgrey {
  color: rgb(125, 125, 125);
}

.swipebyContainer {
  display: flex;
  width: 100vw;
}

.swipebyLeftSide {
  height: calc(100vh - 100px);
  overflow-x: scroll;
  flex: 1;
}

.swipebyLeftSide2 {
  overflow-x: scroll;
  flex: 1;
}

.table-container {
  padding: 20px;
  background-color: lightgray;
  border-radius: 25px;
  margin: 20px;
  overflow-x: scroll;
}

.swipebytable {
  font-size: var(--font-size-1);
  background-color: lightgray;
  border-radius: 25px;
}

.swipebytableName {
  padding: 8px;
  /* border: 1px solid #ddd; */
  min-width: 100px;
  vertical-align: bottom;
}

.swipebytableColumn {
  padding: 8px;
  /* border: 1px solid #ddd; */
  text-align: center;
  vertical-align: bottom;
}

.swipebyBorderBottom {
  border-bottom: 2px solid black;
}

.swipebyBorderRight {
  border-right: 2px solid black;
}

.swipebyHeader1 {
  background-color: rgb(255, 212, 189);
  text-align: center;
}

.swipebyHeader2 {
  background-color: rgb(206, 228, 255);
  text-align: center;
}

.swipebyHeader3 {
  background-color: yellow;
  text-align: center;
}

.swipebyPadding {
  padding: 8px;
}

.swipebyPadding2 {
  padding:20px
}

.swipebyLoading {
  animation: swipeby-color 2s infinite;
  font-weight: bold;
}

@keyframes swipeby-color {
  0% {
    color: black;
  }
  50% {
    color: #a3a3a3;
  }
  100% {
    color: black;
  }
}

.swipebyTableRow:hover {
  background-color: lightgray;
}

.swipebyTableRowActive {
  background-color: #82BFE0;
}

.swipebyRightSide {
  width: 60%;
  overflow: hidden;
  position: relative;
  border-left: 2px solid black;
}

.swipebyRightSide2 {
  width: 30%;
  height: calc(100vh - 45px);
  overflow-y: scroll;
  position: relative;
  border-left: 2px solid black;
  padding: 20px;
}

.closeSwipebyPopup {
  position: absolute;
  top: 10px;
  right: 10px;
}

.walkin-section {
  margin-bottom: 24px;
}

.walkin-section h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.walkin-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.walkin-section li {
  padding: 6px 10px;
  background: #f8f9fa;
  margin-bottom: 6px;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
}






.swipebyLeftSideTab2 {
  height: 100vh;
  border-right: 2px solid black;
  padding: 0px 20px;
  font-size: var(--font-size-2);
  min-width: 220px;
  max-width: 220px;
}

.swipebyRightSideTab2 {
  width: calc(100vw - 220px);
  overflow: hidden;
  position: relative;
}

.swipebyGraph {
  max-height: calc(100vh - 40px - 40px - 100px);
}


.swipebyTableTab2 {
  max-width: 45px;
  text-align: center;
}
.swipebyTableTab3 {
  max-width: 45px;
  text-align: center;
}
.swipebyTableTab4 {
  width: 60px;
  white-space: nowrap;
  text-align: center;
}

.cell-50 {
  background-color: #0080ff; /* Dark blue */
}

.cell-30 {
  background-color: #397bff; /* Medium blue */
}

.cell-20 {
  background-color: #6699ff; /* Light blue */
}

.cell-15 {
  background-color: #81c0ff; /* Lighter blue */
}

.cell-10 {
  background-color: #a2c7ff; /* Very light blue */
}

.cell-5 {
  background-color: #b8dbff; /* Almost white blue */
}

.cell-0 {
  background-color: #d4ebff; /* Very light blue */
}


.cell3-20 {
  background-color: #358F19;
}

.cell3-15 {
  background-color: #42B11F;
}

.cell3-12 {
  background-color: #54DA2A;
}

.cell3-9 {
  background-color: #DAF50F;
}

.cell3-6 {
  background-color: #F4C910;
}

.cell3-3 {
  background-color: #F85B0C;
}

.cell3-0 {
  background-color: #CC3300;
}

.redBackground {
  background-color: #CC3300;
}

.cell4-90 {
  background-color: #44139F;
  color: white;
}
.cell4-80 {
  background-color: #533AFD;
  color: white;
}
.cell4-70 {
  background-color: #857AFE;
  color: white;
}
.cell4-65 {
  background-color: #C3B6FB;
}
.cell4-50 {
  background-color: #E0D9FB;
}
.cell4-0 {
  background-color: #f1effc;
}
























.target-change-border {
  border-left: 1px dotted #ff9800;
}

.below-target {
  color: red;
  font-weight: bold;
}

.above-target {
  color: green;
  font-weight: bold;
}





/* SWIPEBY CRM */
.swipeByCRMBackground {
  width: 100vw;
  height: 100vh;
  padding: 20px 20px;
}

.swipeByCRMcolor {
  background-color: #DFEAF6;
}

.CRMheader {
  width: 100%;
  height: 60px;
  justify-content: space-between;
}

.swipebyLogo {
  max-width: 150px;
  object-fit: contain;
}

.CRMgrid {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 10px;
  height: 70px;
  justify-content: center;
  margin-top: -60px;
}

.CRMgridItem {
  display: flex;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* Styles for mobile devices */
@media (max-width: 700px) {
  .CRMgrid {
    margin-top: 0px;
  }
}

.leadstripe {
  background-color: white;
  width: 300px;
  height: 25px;
  margin: 0 0 0 -20px;
  border-radius: 0 10px 10px 0;
  padding-left: 50px;
  align-items: center;
  display: flex;
  cursor: pointer;
  position: relative;
}

.leadstripe2 {
  background-color: white;
  width: 300px;
  height: 25px;
  /* margin: 20px 0 0 -20px; */
  border-radius: 10px 10px 10px 10px;
  padding-left: 50px;
  align-items: center;
  display: flex;
  cursor: pointer;
  position: relative;
}

.AddBusinessIcon {
  scale: 150%;
  color: #82BFE0;
  margin-right: 20px;
}

.titleHeader {
  margin-top: 30px;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

.CRMsearch {
  background-color: rgb(167, 167, 167);
  border-radius: 10px;
  border: none;
  margin-left: 20px;
  padding: 0 50px 0 20px;
  width: 250px;
}

.CRMsearchIcon {
  position: relative;
  right: 40px;
}

.leadListItem {
  border-radius: 5px;
  background-color: white;
  width: 100%;
  /* height: 20px; */
  margin-bottom: 10px;
  padding: 0 10px;
  align-items: center;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50px 50px 50px 50px 20px;
  gap: 10px;
}

.allLeads {
  margin-top: 10px;
  overflow-y: scroll;
  height: calc(100vh - 60px - 200px);
  padding: 20px;
}

.addaLead {
  margin-top: 10px;
  overflow-y: scroll;
  height: calc(100vh - 40px);
  padding: 20px;
}

/* .walkman {
  position: relative;
  right: 10px;
} */

.addWalkIn {
  position: relative;
  right: 16px;
  top: -10px;
  color: #82BFE0
}

.borderradius {
  border-radius: 10px;
}

.lead-box {
  width: 400px;
  position: relative;
  /* margin-bottom: 10px; */
}

.addaLead .lead-box label {
  position: absolute;
  top: 0px;
  left: 0;
  padding-left: 10px;
  color: var(--dark-gray);
  pointer-events: none;
  transition: .5s;
  margin-bottom: 0px;
  height: 40px;
  font-size: var(--font-size-2);
  display: flex;
  align-items: center;
}


.addaLead .lead-box input:focus ~ label,
.addaLead .lead-box input:valid ~ label, 
.addaLead .lead-box textarea:focus ~ label,
.addaLead .lead-box textarea:valid ~ label  {
  top: -10px;
  left: 0;
  font-size: var(--font-size-2);
  color: black
}

.addaLead .lead-box input {
  position: relative;
  width: 100%;
  border: 1px solid var(--medium-gray);
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
  padding-top: 10px;
}

.addaLead .lead-box textarea {
  position: relative;
  width: 100%;
  border: 1px solid var(--medium-gray);
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 10px;
}

.leadContact {
  width: 440px;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  margin-left: -10px;
  border-radius: 10px;
}

.numberBox {
  position: relative;
  display: inline-block;
  width: 100px;
  /* height: 40px; */
}

.lead-boxWidth {
  width: 200px;
}

.contactInfo {
  display: flex;
  justify-content: space-between;
  width: 400px;
  align-items: center;
}

.contactButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
}

.contactDropdown {
  position: relative;
  width: 150px;
  border: 1px solid var(--medium-gray);
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
}

.panel {
  position: fixed;
  top: 0;
  left: -500px; /* Start hidden off-screen */
  height: 100%;
  width: 500px;
  background-color: #333;
  transition: left 0.3s ease; /* Smooth sliding effect */
  padding: 20px;
  z-index: 9999999; /* Very high z-index */
}

.panel.open {
  left: 0; /* Slide into view */
}

.contactSave {
  height: 30px;
  width: 150px;
  padding: 0 4px 0 4px;
  /* margin: 0 4px 0 4px; */
  background-color: #82BFE0;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

input[type="date"] {
  font-size: var(--font-size-2);
}

input[type="time"] {
  font-size: var(--font-size-2);
}

.gageContainer {
  margin: 20px;
  padding: 20px;
  background-color: lightgray;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 20px;
  overflow-x: scroll;
}

.leftGage {
  height: 100%;
  justify-content: center;
}

.gageText {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  width: 180px;
  height: 180px;
  transform: rotate(-90deg);
  transform-origin: center;
  position: relative;
  left: -150px;
  border-bottom: 2px solid black;
  line-height: 1.3;
}

.gageText2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  text-align: center;
  transform: rotate(-90deg);
  transform-origin: center;
  position: relative;
  left: -90px;
  border-bottom: 2px solid black;
  line-height: 1.2;
}



.floating-legend {
  position: absolute;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background-color: white;
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.floating-legend-Bottom {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background-color: white;
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  align-items: center;
}










/* ANALYSIS AUTOMATION SMART DEMO */
.analysis_background {
  height: 100vh;
  width: 100vw;
  background-color: #F1F3F5;
  display: flex;
  align-items: center;
}

.textareaMessageAnalysis {
  width: 95%;
  min-height: 80px;
  height: 80px;
  max-height:80px;
  border: none;
  background-color: #E9E9E9;
  border-radius: 6px;
  box-shadow:  0 0 5px 2px var(--chat-field-background), 0 0 8px 1px rgb(46, 44, 44);
  padding-left: 10px;
  font-size: var(--font-size-3);
  margin: 0 2.5% 5px 2.5%;
}







/* pickFacebookAccount */
.fbAccount{
  padding: 8px;
  cursor: pointer;
}

.fbAccount:hover {
  background-color: rgb(204, 175, 206);
  border-radius: 10px;
}

.facebookAccounts {
  height: 50vh;
  overflow-y: scroll;
}










/* Tables Dashboard Tab 2 */
.table-container2 {
  /* padding: 20px; */
  border-radius: 25px;
  /* margin: 20px; */
  margin-bottom: 20px;
}

/* Base styles */
.styled-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #DFEAF6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

/* Header styles */
.styled-table thead tr {
  background-color: #a3caf4;
  /* color: #ffffff; */
  text-align: left;
}

/* Cell padding and borders */
.styled-table th,
.styled-table td {
  padding: 5px 5px;
  border-bottom: 1px solid #ddd;
}

/* Zebra striping */
.styled-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}







/* INVOICES */
.invoice-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.form-column {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-column label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: #333;
}

.form-column input,
.form-column textarea,
.form-column select {
  margin-top: 0.4rem;
  padding: 0.6rem;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-column textarea {
  min-height: 70px;
  resize: vertical;
}

.submit-container {
  display: flex;
  justify-content: flex-end;
}

.teams-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.team-option {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space between checkbox and label */
}

.team-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0; /* Remove default margin that can misalign */
  vertical-align: middle; /* Extra safety */
}

.team-label {
  line-height: 1; /* ensures label text height matches checkbox */
  font-size: 0.95rem; 
  display: inline-block;
  margin-bottom: 0px;
}


.frequency-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.frequency-option {
  display: flex;
  align-items: center; /* centers radio button and text vertically */
  gap: 0.5rem;
}

.frequency-option input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

.frequency-label {
  line-height: 1;
  font-size: 0.95rem;
  display: inline-block;
  margin-bottom: 0px;
}
















/* SWIPEBY LEADERBOARD */
.leaderboard-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  min-width: 1450px;
}

.leaderboard-container {
  /* flex: 1;
  max-width: 20%; */
  min-width: 0;
}

.leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.leaderboard-table th {
  font-weight: normal;
  color: grey;
  font-size: var(--font-size-2);
}

.leaderboard-table th:nth-child(1),
.leaderboard-table td:nth-child(1) {
  width: 5%;
}

.leaderboard-table th:nth-child(2),
.leaderboard-table td:nth-child(2) {
  width: 5%;
}

.leaderboard-table th:nth-child(3),
.leaderboard-table td:nth-child(3) {
  width: 65%;
  text-align: left;
}

.leaderboard-table th:nth-child(4),
.leaderboard-table td:nth-child(4) {
  width: 10%;
  text-align: center;
}

.leaderboard-table th:nth-child(5),
.leaderboard-table td:nth-child(5) {
  width: 10%;
  text-align: center;
}

.leaderboard-table th:nth-child(6),
.leaderboard-table td:nth-child(6) {
  width: 5%;
}

.row-card {
  position: relative;
  border-radius: 14px;
  transform: skewX(-25deg);
  overflow: hidden;
  background: white;
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.4),
    inset 0 -2px 4px rgba(0,0,0,0.15),

    /* OUTER SHADOW */
    0 3px 6px rgba(0,0,0,0.2),
    0 8px 12px rgba(0,0,0,0.1);
  margin-bottom: 5px;
}

.shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.7) 50%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.metallic {
  background: linear-gradient(
      135deg,
      rgba(255,255,255,0.45) 0%,
      rgba(255,255,255,0.15) 30%,
      rgba(84, 84, 84, 0.1) 60%,
      rgba(255,255,255,0.25) 100%
    );
  background-blend-mode: overlay;
}

.row-inner {
  width: 100%;
  border-collapse: collapse;
  transform: skewX(25deg);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.row-inner td,
.leaderboard-table th {
  padding: 6px 10px;
}

.star-badge {
  --size: 25px;
  --color: gold;
  width: var(--size);
  height: var(--size);
  background: var(--color);
  clip-path: polygon(
  50% 0%,
  61% 13%,
  78% 5%,
  74% 26%,
  95% 20%,
  82% 38%,
  100% 50%,
  82% 62%,
  95% 80%,
  74% 74%,
  78% 95%,
  61% 87%,
  50% 100%,
  39% 87%,
  22% 95%,
  26% 74%,
  5% 80%,
  18% 62%,
  0% 50%,
  18% 38%,
  5% 20%,
  26% 26%,
  22% 5%,
  39% 13%
);

  border-radius: 4px;

  box-shadow:
    0 2px 4px rgba(0,0,0,0.25),
    0 6px 12px rgba(0,0,0,0.15),
    inset 0 2px 4px rgba(255,255,255,0.5),
    inset 0 -2px 4px rgba(0,0,0,0.2);
}
























/* ROUTE PLANNER */
.route-planning-container {
    display: flex;
    height: 100vh;
    width: 100%;
}

.calendar-section {
    flex: 1; /* left side */
    border-right: 1px solid #ccc;
    padding: 10px;
    overflow-y: auto;
}

.map-section {
    flex: 2; /* right side */
    padding: 10px;
}

.routePlanningHeading {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #D1D4DA;
  padding: 10px;
}

.routeButton {
  padding: 3px 10px;
  display: flex;
  border: 1px lightgray solid;
  border-radius: 5px;
  width: auto;
  font-size: var(--font-size-2);
}

.marginLeftAuto {
  margin-left: auto;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* dark semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: auto; /* block clicks */
}

.loading-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3; /* light gray */
  border-top: 6px solid #3498db; /* blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.routePopup {
  z-index: 9998;
  background-color: white;
  position: absolute;
  top: 45px;
  left: 0px;
  padding: 20px;
  height: calc(100vh - 45px);
}

.userBoxContainer {
  height: 100%;
  overflow-y: scroll;
}

.userBox {
  width: 100%;
  height: auto;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.codeBubble {
  padding: 3px 15px;
  border-radius: 15px;
  background-color: rgb(210, 210, 210);
  margin-right: 10px;
}

.topright3 {
  position: absolute; 
  top: 10px;
  right: 10px;
  display: flex;
  align-items: flex-start;
}

.routePlanInput {
  padding: 3px 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  background-color: #F9FAFB;
}

.routePlanInput:focus {
  border-color: #979797;
  box-shadow: 0 4px 10px rgba(74,144,226,0.3);
}

.yellow {
  color: rgb(214, 214, 24)
}






































/* CRM TRAINING */
.greyBackground {
  background-color: #F9FAFB;
}

.lightgreyText {
  color: #737B8C
}

.greyText {
  color: #696d76
}

.swipebyBlueText {
  color: #4fb0e5;
}

.radiusCurve {
  border-radius: 10px;
}

.radiusCurve2 {
  border-radius: 10px 10px 0px 0px;
}

.iconWrapper {
  background-color: #82bfe054;
  border-radius: 5px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.iconTraining {
  color: #007bff;
  font-size: 24px;
}

.gridTrainingHeader {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  width: 100%;
  margin: 10px 0px;
}

.progressTraining {
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.rightTraining {
  margin-left: auto;
}

.progressTraining-bar {
  height: 100%;
  background-color: #82BFE0;
  width: 0;
  transition: width 0.3s ease;
}

.accordion {
  width: 100%;
  margin-bottom: 12px;
}

.accordion-header {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 22px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.accordion-header2 {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: none;
  padding: 22px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.accordion-headerNoBorder {
  border-bottom: none;
}

.accordion-header:hover {
  box-shadow: 0 5px 10px rgb(196, 196, 196);
  transition: box-shadow 0.3s ease;
}

.accordion-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 16px;
  background: white;
  border-radius: 0px 0px 10px 10px;
}

.gifSizing {
  width: 100%;
  max-width: 500px;
}

.no-bullet-list {
  list-style: none;
  padding-left: 15px;
}

.no-bullet-list li {
  /* margin-left: 1.5em; */
  padding-left: 60px;      /* indent wrapped lines */
  text-indent: -60px;      /* pull first line back */
  margin-bottom: 8px;
}

.fancy-ol {
  counter-reset: step;         /* initialize counter */
  list-style: none;            /* remove default numbers */
}

.fancy-ol > li {
  counter-increment: step;
  position: relative;
  margin-bottom: 16px;         /* spacing between items */
  padding-left: 50px;          /* space for the circle */
  font-size: 16px;
  align-items: center;
}

.fancy-ol > li::before {
  content: counter(step);      /* show the number */
  position: absolute;
  left: 0;
  width: 32px;                 /* circle width */
  height: 32px;                /* circle height */
  border-radius: 50%;          /* make it a circle */
  background-color: #007bff;   /* blue circle */
  color: white;                /* number color */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  top: 50%;                  /* move to middle of li */
  transform: translateY(-50%);
}

.fancy-ol2 {
  counter-reset: substep; /* nested counter */
  list-style: none; /* remove default bullets */
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 20px;
}

.fancy-ol2 > li {
  counter-increment: substep;
  margin-bottom: 8px;
  position: relative;
  padding-left: 35px; /* space for pseudo label */
  font-size: 15px;
}

.fancy-ol2 > li::before {
  content: counter(step) counter(substep, upper-alpha); /* 1A, 1B, 1C */
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #007bff;
}

.flexLine {
  flex: 1; 
  height: 1px;
  background-color: #ccc;
  margin-left: 8px;   
}

.icon-list {
  list-style: none;          /* remove default bullets */
  padding: 0;
  margin: 0;
}

.icon-list li {
  align-items: center;       /* vertical center */
  background-color: #f3f3f3bd; /* light grey background */
  padding: 15px 20px;
  border-radius: 5px;        /* optional rounded corners */
  margin-bottom: 10px;       /* spacing between items */
}

.icon-list .icon {
  margin-right: 12px;        /* space between icon and text */
  font-size: 20px;           /* icon size */
  flex-shrink: 0;            /* prevent shrinking */
}

.trainingNote {
  background-color: #82bfe02f;
  border: 1px solid #82bfe0;
  border-radius: 10px;
  color: #007bff;
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  /* gap: 10px; */
  flex: 1; 
  margin-left: 50px;
  margin-bottom: 10px;
}

.marginleft70 {
  margin-left: 70px;
  margin-bottom: 10px;
  font-size: 15px;
}
