.open_ratingPopup{
	z-index: 100000;
	position: fixed;
    top: 5%;
    width: 40%;
    height: 70vh;
    left: 30%;
}

.open_QuizPopup {
    z-index: 100000;
    position: fixed;
    top: 5%;
    width: 60%;
    height: 85vh;
    left: 20%;
}

.thankYou_src{
	width:500px;
}
.rb-box {
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5%;
    z-index: 999999;
}

.rb-box-close {
    position: absolute;
    top: 6%;
    right: 6%;
    width: 40px;
}

.rb-box-content {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.rb-box-item {
    display: flex;
    flex-direction: column;
    height: 18%;
    width: 85%;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #f79d9b;
}

.rb-box::-webkit-scrollbar {
  width: 0px;
}
/* Custom Radio Button */
.rb-box p {
    font-size: 2vh;
    color: black;
    margin-top: 10px;
    margin-bottom: 0px;
}

.rb {
padding: 5px 0px;
    text-align: center;
    background: rgba(255,255,255,.03);
    border-radius: 0.3em;
    display: flex;
    justify-content: space-around;
    height: 50%;
    align-items: center;
}

.rb-tab {
    display: inline-flex;
    position: relative;
    width: 33%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.rb-txt {
    font-size: 1.5vh;
    color: black;
    height: fit-content;
}
.rb-tab img {
    width: 20%;
    aspect-ratio: 1;
}
.rb-spot {
           position: relative;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: ease .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.rb-tab-active .rb-spot {
  background: wheat;
    border: 2px solid rgba(243,49,128,.6);
}

/* Submit Button */
.button-box {
    height: 10%;
    padding: 5px 0;
    text-align: center;
}
.button-box img {
    height: 100%;
}
.rb-box button {
  width: 80%;
  cursor: pointer;
}

.rb-box button:hover {
  box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
  color: #6f6f6f;
}

@media only screen and (min-aspect-ratio: 2/3) {

}
@media only screen and (max-width: 960px) {
  .open_ratingPopup{
  	top: 5%;
  	left: 5%;
	width:90%;
	height:50%;
	}
	.open_QuizPopup {
    	z-index: 100000;
    	position: fixed;
    	top: 5%;
    	width: 90%;
    	height: 80%;
    	left: 5%;
	}
	
	.thankYou_src{
		position: fixed;
		width:330px;
	}
}

@media only screen and (max-width: 600px){
    .rb-box p {
        font-size: 1.9vh;
    }
    .rb-txt {
        font-size: 10px;
    }
}
@media (max-width: 720px) and  (max-height: 520px) and (min-aspect-ratio: 1) {
    .rb-box p {
        font-size: 1.5vh;
    }
    .rb-txt {
        font-size: 1.5vh;
    }
}
@media (max-width: 300px) and  (max-height: 660px)  {

    .rb-box p {
        font-size: 1.2vh;
    }
    .rb-txt {
        font-size: 1.2vh;
    }
  }
@media (min-width: 1300px) and (min-aspect-ratio: 1 / 1) {
   .rb-txt {
        font-size: 1.5vh;
    }
    .rb-box p {
        font-size: 2vh;
    }
}