
/* Image cropper popup - START */
.whoseBirthdayWrapper .formWrapper {
  width: 100%
}

.uploadIcon {
  background: url("../../assets/img/upload-icon.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 18px;
  top: 11px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.9);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}

/* .uploadButton {
  position: relative;
  cursor: pointer;
  margin-top: 0;
  transform: translateX(0);
  left: auto;
} */

/* .uploadButton input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
} */

.browseWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 700px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 40px 0;
  margin: 20px auto 0 auto;
}

.selectedFileName {
  margin-left: 20px;
    color: #fff;
    font-size: 26px;
    max-width: 390px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photoEditorWrapper {
  width: 90%;
  max-width: 1300px;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 75px;
  z-index: 11;
  display: none;
  border-radius: 20px;
}

.photoContainer {
  background: #999999;
  height: 50vh;
  overflow: hidden;
  text-align: center;
}

.photoContainer img {
  width: auto;
  height: 100%;
}

.controllerWrapper {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.zoomController {
  width: 60%;
}

.zoomController .btn-group {
  display: flex;
}

.zoomController input[type="range"] {
  margin: 0 5px 0 10px;
  width: 100%;
}

.zoomController button {
  border: none;
  outline: none;
  cursor: pointer;
  background:none;
}
.docs-tooltip img{
  width: 26px;
}

.buttonContainer {
  display: flex;
  justify-content: flex-end;
  width: 40%
}

.buttonContainer a {
  margin: 0 0 0 20px;
  padding: 10px 40px
}

/* .songPreviewContainer {
  width: 400px;
  height: 400px;
  overflow: hidden;
} */

/********** Range Input Styles **********/

/*Range Reset*/

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 15rem;
}

/* Removes default focus */

input[type="range"]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/

/* slider track */

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #3e2158;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -12px;
  /* Centers thumb on the track */
  /*custom styles*/
  background-color: #f3cb7f;
  height: 2rem;
  width: 2rem;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
}

input[type="range"]:focus::-webkit-slider-thumb {
  /* border: 1px solid #053a5f; */
  /* outline: 3px solid #053a5f; */
  outline-offset: 0.125rem;
  -webkit-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
}

/******** Firefox styles ********/

/* slider track */

input[type="range"]::-moz-range-track {
  background-color: #3e2158;
  border-radius: 50px;
  height: 0.5rem;
}

/* slider thumb */

input[type="range"]::-moz-range-thumb {
  border: none;
  /*Removes extra border that FF applies*/
  border-radius: 50px;
  /*Removes default border-radius that FF applies*/
  /*custom styles*/
  background-color: #f3cb7f;
  height: 2rem;
  width: 2rem;
  -webkit-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 19px -8px rgba(0, 0, 0, 0.75);
}

input[type="range"]:focus::-moz-range-thumb {
  /* border: 1px solid #053a5f; */
  /* outline: 3px solid #053a5f; */
  outline-offset: 0.125rem;
}

.cropper-point {
  background-color: #fff !important;
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50px;
}

.cropper-dashed {
  display: none
}

.cropper-view-box {
  border: 4px solid #fff;
  outline: none;
}
/* Image cropper popup - END */



@media (max-width:1600px){
  .photoEditorWrapper{top: 90px}
  .submitBtn, .otpSubmitBtn, .proceedBtn{margin-top: 30px}
  .uploadButton{margin-top: 0}
  .browseWrapper{padding: 30px 0;}
  .photoEditorWrapper{width: 80%; padding: 50px 65px;}
}
@media (max-width:1440px){
  .buttonWrapper .btn{margin-top: 30px;}
  .upArrow:before{bottom: 3px;}
  .loaderSection p{font-size: 40px;}

  .logoWrapper{width: 300px;}
  .logoWrapper h1{font-size: 20px;}
  

}
@media (max-width:1368px){
  .whoseBirthdayWrapper{top: 115px; }
  .browseWrapper{padding: 20px 0}
  .uploadButton{margin-top: 0}
  .selectedFileName{font-size: 20px}
  .photoEditorWrapper{width: 80%; padding: 30px 35px; }
}

@media (max-width:1100px) and (min-height:500px){
  .lyricsCopyWrapper .lyricsCopy{max-height: 20vh}
}





@media (max-width:1023px){
  .buttonContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.controllerWrapper {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
}

.uploadPicWrapper{margin-top: 50px}
.songPreviewWrapper{flex-direction: column;}


}


@media (max-width:767px){
  
  .popup {
    height: auto;
}
.popup p {
    font-size: 20px;
}
.shareWithContainer{ flex-direction: column; align-items: center; }
.shareWithContainer a{margin: 5px 0; top: auto; transform: translateY(0)}
.whoseBirthdayWrapper .formWrapper{width: 85%}
.selectedFileName{max-width: 220px}
}

@media (max-width:640px){
.welcomebackWrapper{top: 280px;}
.tncPageContainer h2{ font-size: 18px;}
.uploadIcon{width: 20px; height: 20px; background-size: 100%;}

}

@media (max-width:640px) and (orientation: landscape){
  .progressBarWrapper{top: 160px;}
  .otpWrapper{top: 200px;}
  .tncPageContainer p{ font-size: 14px;}
}
@media (max-width:480px) and (orientation: portrait){
  
  .zoomController{width: 100%}
  .buttonContainer{justify-content: space-between; }
  .buttonContainer a{margin: 0; padding: 10px 25px}
  .photoEditorWrapper{padding: 30px 25px;}
  .photoContainer {
    height: 40vh;
}
.selectedFileName{font-size: 12px}
.uploadPicWrapper{margin-top: 30px;}
section h2{font-size: 24px;}
.selectedFileName{max-width: 110px}
}

@media (max-width:393px){
  .submitBtn{margin-top: 30px;}
  .otpSubmitBtn{margin-top: 60px;}
  .songTypeContainer .tuneContainer ul li .icon span, .songTypeContainer .singerContainer ul li .icon span{transform: scale(0.9)}
.selectedFileName{max-width: 110px}

}

@media (width:414px) and (height:896px){
  .songPreviewContainer{width: 230px;}
  .welcomebackSection{top: 110px;}
}

@media (width:414px) and (height:736px){
  .reviewLyricsWrapper{top: 220px;}
  .lyricsCopyWrapper .lyricsCopy{max-height: 35vh;}
}

@media (max-width:390px) and (height:844px){
  .progressBarWrapper{top: 15%}
  .reviewLyricsWrapper{top: 230px;}
  .songPreviewContainer{width: 200px;}
}

@media (max-width:375px){
  
  .registrationWrapper{top: 200px}
  #lnkSubmit{width: 110px;}
  .whoseBirthdayWrapper .formWrapper{margin-top: 5px}
  .whoseBirthdayWrapper{top: 180px}
  .browseWrapper{width: 100%;}
  .controllerWrapper{margin-top: 20px}
  input[type="range"]::-webkit-slider-thumb {
    width: 1.8rem;
    height: 1.8rem;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.4rem;
  }
}


