/*
sass --watch --no-source-map sass/dev-cc-chatsignup2.scss sass/css/casual-click/dev-chatsignup2.css
*/
@media all and (max-width: 660px) {
  .hideOnMobile {
    display: none !important;
  }
}
@media all and (min-width: 661px) {
  .hideOnDesktop {
    display: none !important;
  }
}
/*******************************************************************************
* General section
*******************************************************************************/
* {
  position: relative;
  z-index: 0;
  font-family: "Source Sans Pro";
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient(to top, #E0E0E0, #FFFFFF);
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.hidden {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#goog_conv_iframe {
  position: absolute;
  top: -30px;
}

header {
  position: absolute;
  top: 20px;
  left: 0%;
  width: 100%;
  height: 43px;
  text-align: center;
  z-index: 5;
}

header img {
  width: 254px;
}

footer p.footer_copyright {
  position: fixed;
  bottom: 0px;
  font-size: 10px;
}

/*******************************************************************************
* History section
*******************************************************************************/
section.history {
  position: fixed;
  height: 60%;
  right: 100%;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

div.historyBox {
  max-height: 100%;
  overflow-y: scroll;
  padding: 10px;
  background: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

section.historyTop div.historyPhoto {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px #707070;
}

section.historyBottom {
  padding-top: 10px;
  text-align: center;
}
section.historyBottom div.samplePhoto {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px #707070;
  border-radius: 5px;
}

/*******************************************************************************
* Chatbot form section
*******************************************************************************/
section.chatbot {
  position: fixed;
  bottom: 10px;
  width: 100%;
  padding-bottom: 20px;
  z-index: 2;
  /*******************************************************************************
  * chatOptions is the area below the ChatHead text that holds the user selectable options.
  *******************************************************************************/
  /* buttons */
}
section.chatbot div.chatContent {
  height: 50px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
section.chatbot div.chatHead {
  position: absolute;
  top: 0px;
  left: -65px;
  width: 50px;
  height: 50px;
  border-radius: 90px;
  background-image: url("https://aws-cf.onlinebootycall.com/images_new/signup/chathead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #C0C0C0;
  box-shadow: 5px 7px 11px rgba(0, 0, 0, 0.3);
}
section.chatbot div.chatText {
  position: absolute;
  bottom: 20px;
  left: 60px;
  width: 70%;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px;
  border-radius: 0px 10px 10px 10px;
  background-color: #422F5B;
  box-shadow: 5px 7px 11px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
section.chatbot div.chatText.error {
  color: black;
  background-color: #FFAAAA;
}
section.chatbot div.chatText.error b {
  color: black;
}
section.chatbot div.chatText span {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
section.chatbot div.chatText span.loginCTA {
  display: inline;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #303030;
  background: rgba(255, 255, 255, 0.5);
  padding: 1px 5px;
  border-radius: 6px;
  white-space: nowrap;
}
section.chatbot div.chatText b {
  color: #C5A0CE;
}
section.chatbot div.chatOptions {
  text-align: center;
  box-sizing: border-box;
}
section.chatbot div.chatOptions div.chatOptionsWrapper {
  padding: 0 20px;
  text-align: center;
}
section.chatbot div.chatOptions span.chatButton {
  display: inline-block;
  top: -2px;
  width: 120px;
  height: 56px;
  line-height: 56px;
  margin: 3px 1px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  background-color: #9D56AB;
  cursor: pointer;
}
section.chatbot div.chatOptions span.chatButton i {
  margin-right: 5px;
  vertical-align: middle;
}
section.chatbot div.chatOptions span.chatOptionButton {
  display: inline-block;
  margin: 0 1px 5px;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #303030;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #CDA568;
  background-color: #DAB98C;
  cursor: pointer;
}
section.chatbot div.chatOptions span.chatOptionButton:hover {
  background-color: #D5953C;
}
section.chatbot div.chatOptions span.chatOptionButton.selected {
  background-color: #D5953C;
}
section.chatbot div.chatOptions div.tos {
  margin-top: 10px;
}
section.chatbot div.chatOptions div.tos span.tos {
  font-size: 10px;
  vertical-align: middle;
}
section.chatbot div.chatOptions #triggerShowConfirm {
  cursor: pointer;
}
section.chatbot div.inputWrapper {
  width: 100%;
  padding: 0 10px;
  text-align: left;
  background: white;
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  box-sizing: border-box;
}
section.chatbot div.inputWrapper.noBack {
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
}
section.chatbot input.chatInput {
  width: 90%;
  height: 64px;
  left: 10px;
  font-size: 14px;
  text-align: center;
}
section.chatbot select.chatSelect {
  top: -2px;
  min-height: 50px;
  margin-left: 2px;
  padding: 5px 10px;
  background: white;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
}
section.chatbot select.chatSelect option {
  min-height: auto;
  padding: 2px;
  line-height: initial;
}
section.chatbot span.chatSetAnswer {
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  right: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: black;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}
section.chatbot span.chatSetAnswer i {
  font-size: 24px;
  color: black;
}
section.chatbot select.chatDob.chatMonth {
  width: 80px;
}
section.chatbot select.chatDob.chatDay {
  width: 60px;
}
section.chatbot select.chatDob.chatYear {
  width: 80px;
}
section.chatbot div.s3Upload input.s3FileUpload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
section.chatbot div.s3Upload .s3FileInputs {
  float: none;
  width: 160px;
  height: auto;
  padding: 4px 10px;
  margin: 0 auto;
  color: #3D374E;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: initial;
  border: 1px solid purple;
  background-color: #D8963A;
  cursor: pointer;
  box-sizing: content-box;
}
section.chatbot div.s3Upload #s3FileProgress {
  display: block;
  top: -28px;
  margin: 10px auto 0;
  width: 100px;
  height: 100px;
}

#not-in-usa {
  margin-top: 10px;
}

#country-container {
  margin-top: 20px;
}

div.usernameRetry {
  margin-top: 10px;
}

/*******************************************************************************
* Modal Popup
*******************************************************************************/
#modalPopup {
  position: fixed;
  display: none;
  min-height: 10px;
  top: 50px;
  left: 50%;
  box-sizing: border-box;
  z-index: 101;
}
#modalPopup #modalWrapper {
  position: relative;
  left: -50%;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #000000;
}
#modalPopup #modalCloseButton {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 102;
}
#modalPopup #modalCloseButton:hover {
  background-color: #6FE46F;
}
#modalPopup #modalContent {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#modalFade {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.5;
  z-index: 100;
}

/*******************************************************************************
* The preformatted content container wraps html that can be dynamically copied and inserted into the modalPopup > modalContent div.
* The modalPopup container div sits on top of everything on the page as a pre-centered placeholder for modal content.
*******************************************************************************/
div.modalPreformattedContent {
  display: none;
}

#modalEmailResend {
  background: #E0E0E0;
}
#modalEmailResend div.notices {
  display: none;
  padding: 10px;
  background-color: #EEB448;
}
#modalEmailResend div.notices.error {
  background-color: #FFD2D4;
}
#modalEmailResend div.confirmTop {
  padding: 10px;
  font-size: 14px;
  background: #FFFFFF;
  border-bottom: 1px solid #909090;
}
#modalEmailResend div.confirmTop p.confirmTitle {
  font-size: 20px;
  text-align: center;
}
#modalEmailResend div.confirmBottom {
  padding: 10px;
  font-size: 14px;
}
#modalEmailResend div.confirmBottom p {
  margin-bottom: 5px;
}
#modalEmailResend div.confirmBottom div.formWrap {
  max-width: 80%;
  margin: 10px auto;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C0C0C0;
  border-radius: 10px;
}
#modalEmailResend div.confirmBottom div.formWrap label {
  font-size: 12px;
  font-weight: bold;
}
#modalEmailResend div.confirmBottom span.subnote {
  float: right;
  font-size: 10px;
  font-style: italic;
}
#modalEmailResend div.confirmBottom input.newEmail {
  margin: 0 auto;
  padding: 5px 10px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DEA657;
  box-sizing: border-box;
}
#modalEmailResend div.confirmBottom button.buttonResendVerification {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  width: 90%;
  color: #3D374E;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  background: #D8963A;
  border: 1px solid #C0C0C0;
}

#modalProfileClick {
  background: #E0E0E0;
}
#modalProfileClick div.profileClickContent {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #909090;
}
#modalProfileClick div.profileClickContent button.buttonClose {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  width: 90%;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #D8963A;
  border: 1px solid #C0C0C0;
}

/************************************************************************
* Mobile version specific
************************************************************************/
@media only screen and (max-width: 359px) {
  section.history {
    height: 340px;
  }
}
/************************************************************************
* Mobile version specific
************************************************************************/
@media only screen and (max-width: 660px) {
  #modalPopup {
    width: 90%;
    max-width: 300px;
  }

  #modalEmailResend div.confirmBottom p.note {
    font-size: 12px;
  }
  #modalEmailResend div.confirmBottom button.buttonResendVerification {
    width: 100%;
    font-size: 17px;
  }
}
/************************************************************************
* Desktop version specific
************************************************************************/
@media only screen and (min-width: 661px) {
  #modalPopup {
    width: 90%;
    max-width: 550px;
  }

  div.pageWrap {
    min-width: 360px;
    max-width: 500px;
    margin: 0 auto;
  }

  section.history, section.chatbot {
    min-width: 360px;
    max-width: 500px;
    margin: 0 auto;
  }

  section.history {
    position: relative;
    height: auto;
  }

  div.historyBox {
    overflow-y: initial;
  }
}
