/******************************** GENERAL ********************************/

.modalBackdrop {
	opacity: 0.25 !important; /* Note to Joe: this is the only legit case in this entire project for !important. Pls don't remove */
	z-index: 31415;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0;
    background-color: #000;
}

.coursicleModal {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(0, 30%);
	z-index: -1;
	width: 400px;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	background-color: white;
	border-radius: 6px;
	transition: opacity 0.5s, transform 0.5s, z-index 1s;
	font-family: 'Avenir', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.coursicleModal div {
	box-sizing: border-box;
}

.coursicleModal p {
	/* Don't simplify to margin-bottom: 10px - needed to override other CSS*/
	margin: 0 0 10px 0;
}

.coursicleModal img {
	vertical-align: middle;
}

.coursicleModal h2 {
	line-height: 1.1;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    float: left;
    margin: 11px !important;
}

.btn-danger:hover {
	color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	user-select: none;
	font: inherit;
	font-size: 14px;
}

.modalHeader {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.modalTitle {
	font-weight: 500;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.coursicleModal #subtitle{
	color: #777777;
}

.coursicleModal .dismissButton {
  border-color: #35adfd;
  font-family: 'Avenir', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  background-color: #35adfd;
  font-size: 14px;
  margin-bottom: 17px;
  border-style: none;
	border-radius: 4px;
}

.coursicleModal .dismissButton:hover{
	border-color: #56b6f7;
	background-color: #56b6f7;
}

.coursicleModal #notMeButton{
	border-color: #d9534f;
	background-color: #d9534f;
	border-style: none;
	border-radius: 4px;	


}

.coursicleModal #notMeButton:hover{
	border-color: #d26461;
	background-color: #d26461;
}

.coursicleModal #notMeButton:focus{
	outline: none;
}

.userAnswer {
	font-weight: 500 !important; 
	font-size: 17px !important;
	-webkit-box-shadow: 0 0 3px 3px #a8a8a8;
}

/******************************** CLASS CAPTCHA MODAL ********************************/

.modalUserID {
	position: default;
	display: inline-block;
	white-space: nowrap;
}

.modalUserClasses {
	margin-top: 10px;
}

#classCaptchaModal .modalBody #question {
	font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#classCaptchaModal .modalTitle{
	color: #333;
    text-align: center;
    font-family: 'Avenir', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#classCaptchaModal #subtitle{
	text-align: center;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
}

.captchaClassRow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	padding: 5px 0px 5px 0px;
}

.captchaClassRow > div{
	font-family: 'Avenir', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	border-radius: 10px;
	padding: 5px 15px;
	transition: opacity 0.5s;
	opacity: 0;
}

#classCaptchaModal .modalBody {
	padding: 10px 0px 40px 0px;
	text-align: center;
}

#classCaptchaModal .modalFooter {
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 0px;
}

#classCaptchaModal .modalBody p {
	font-size: 16px;
}

#modalUserPictureBig {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border-radius: 50%;
}

#modalPictureContainer {
	display: inline-block;
}

#modalUsernameAndIDContainer {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#modalUsername {
	font-size: 24px;
	font-weight: 800;
}

#modalUserID {
	font-size: 18px;
}

#modalUsernameBigWrapper {
	margin-bottom: 5px
}

#captchaModalDismissButton {
	float: right;
    margin: 11px;
}

#gridContainer.classes .gridItem, #gridContainer.professors .gridItem{
	color: #333 !important;
}


#classCaptchaModal .gridRow {
	width: 355px;
    height: 115px;
    margin: auto;
    padding-top: 10px;
}

#classCaptchaModal .gridItem {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    border-radius: 10px;
    color: white;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

#classCaptchaModal .gridItem .gridItemLabel {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
}

#classCaptchaModal .modalBody #successMessage, #classCaptchaModal .modalBody #failureMessage {
	font-size: 20px;
	margin: 0px !important;
}

#dataRecoveredCheck{
	font-size: 79px;
	margin-top: 20px;
	color: #7ED321;
}

/******************************** ALERT MODAL ********************************/

#alertModal .modalTitle{
	font-size: 30px;
	font-family: 'Avenir', BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#alertModal .modalBody {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#alertModal .modalBody p {
	margin-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 22px;
}

#alertModal .modalFooter {
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 20px 0px;
}

#alertModal .modalHeader .modalTitle {
	margin-right: 55px;
    margin-left: 97px;
	margin-bottom: 20px;
	display: inline-block;
}

#alertModalXButton {
	font-size: 25px;
	color: #adadad;
	display: inline-block;
	cursor: pointer;
	padding: 0px !important;
}

#alertModal #alertModalDismissButton{
	font-size: 18px;
	border-radius: .25rem;
	padding: 6px 12px;
}

/******************************** RESPONSIVE ********************************/

@media (min-width: 768px){
	.coursicleModal {
		width: 615px;
	}
}


@media (max-height: 800px) {
	#classCaptchaModal{
	    transform: translate(0px, 1%) !important;
	}

	#classCaptchaModal .gridItem{
		height: 80px;
		width: 80px;
		margin-right: 4px;
    	margin-left: 0px;
    	font-size: 13px;
	}

	#classCaptchaModal .gridItemLabel{
		width: 80px !important;
	}

	#classCaptchaModal .gridRow{
		height: 88px;
		padding: 5px;
	}

	#classCaptchaModal .modalBody #question{
		margin-bottom: 0px;
	    font-size: 23px; 
	}

	#classCaptchaModal .modalBody {
	    padding: 10px 0px 15px 0px;

	}

	#classCaptchaModal #subtitle{
		padding-bottom: 0px;
    	margin-bottom: 0px;
	}

	.userAnswer{
		font-size: 14px !important;
	}

}

/*getPaidModal elements */

.payoutAmount{
	color:black;  
	text-align:center;
	font-size: 70px;
	font-weight: 574;
	letter-spacing:3px;
	margin-top:17px;
	height:88px;
	min-height:70px;
}
.payoutAmount.greaterThanThreshhold{
	color:#85bb65;
}
.referralSubtext{
font-size: 15px;
	color:#969696;
	padding: 8px;
	text-align:center;
	margin-top:9px;
	font-weight:400;
}
.cashOutBtnContainer{
	margin:auto;
	text-align: center;
	margin-top: 11px;
	height:41px;
}
.cashOutBtn{
	padding: 9px 23px;
	background-color:  #d3d3d3 !important;
	height:41px;
	font-weight:302;
}
.cashOutBtn.tenOrMore{
	background-color:#0099ff !important;
}

.cashOutBtn.redeemed{
	background-color: #85bb65 !important;
}

#cashingOutSpinner{
	display: none;
}

#cashingOutSpinner .ispinner{
	position: relative;
    width: 20px;
    height: unset;
    margin: auto;
    top: 15px;
}

.getPaidBulletHeading{
 margin-left:25px;
 margin-top: 46px;
 font-size: 150%;
 margin-bottom:8px;
 height:30px;
}

.getPaidRow{
	margin-left: 23px;
	padding:11px;
	font-size:16px;
	height:36px;
	margin-bottom:10px;
}

.getPaidRowNumber{
	background: #0099ff;
	border-radius: 50%;
	color: white;
	padding: 4px 8px;
	font-size: 14px;
    margin-right: 2%;
	padding: 4px 10px;
	font-size:19px;
}

.shareLinkBox{
	border-radius: 21px;
	border: 1px solid hsl(0deg 0% 10.02% / 24%);
	margin-top: 36px;
	margin-left:29px;
	margin-right:29px;
	padding-top: 7px;
	padding-bottom:8px;
	padding-left:18px;
	font-size: 17px;
	color:#969696;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
	min-width: 272px;
	text-align: center;
}

.getPaidRowText{
	 padding-left: 3px;
}


.copyBtnContainer{
	margin-left: 10px;
	font-size: 17px;
	float:right;
	margin-right: 14px;
	margin-top: 0px;
	color: #b4b3b3;
}

.copyBtnContainer .fa-clipboard-check{
	font-size: 20px;
}

.addToStoryBtn{
	background: rgb(249,206,52);
	background: linear-gradient(90deg, rgba(249,206,52,1) 0%, rgba(238,42,123,1) 35%, rgba(98,40,215,1) 100%);
}

.addToStoryInstagramLogo{
	padding-right:10px;
	font-size:18px;
	position: relative;
    font-size: 20px;
    bottom: -1px;
    right: -2px;
}

.getPaidShareOptions{
	display:flex;
	flex-direction:row;
	padding-left:37px;
	padding-right:37px;
	margin-top: 13px;
	gap: 4px;
	align-content:center;
}

.getPaidShareBtn{
	flex: 55 55 auto;
	padding: 8px 0px;
	margin-left:11px;
	width:89px;
	height: 39px;
	font-weight:302;
	cursor: pointer;
}
.addToStoryBtn{
	flex: 100 100 auto;
	padding: 8px 0px;
	width:165px;
	height:39px;
	font-weight:302;
	cursor: pointer;
}
.cashOutExplanation{
	margin-left:22px;
	margin-right:22px;
	color: #969696a8;
	text-align:center;
	margin-top: 30px;
	font-size:13px;
	font-weight:400;
}

#getPaidModal{
	overflow:scroll
}

.cashOutBtn, .getPaidShareBtn, .addToStoryBtn{
	background-color: #0099ff;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 6px 2px;
	border-radius: 34px;
	z-index: 100010;
	border: none;
	font-weight: 400;
	justify-content: center;
}

.cashOutBtn.tenOrMore{
	cursor: pointer;
}

#getPaidModal .modal-content{
    height: 490px;
    border-radius: 27px;
    width: 360px;
    padding-top: 30px;
    overflow: hidden;
}



#getPaidModal .modal-dialog{
	width:343px;
}