.success_title{

	font: normal normal bold 25px Helvetica Neue;
    color: #555454;
    padding: 6px 0 6px 0px;
}
.success_btn {
    margin-top: 13px;
    color: white;
   background: var(--color--main) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font: normal normal bold 24px Helvetica Neue;
    letter-spacing: 2.24px;
    text-align: center;
    /*width: 25%;*/
     padding: 4px 12px;
    height: 25%;
 	border: 0;
}
.input_box{
	border-radius: 5px;
	width:390px;
	max-width: 650px;
	min-height: 45px;
	width:100%;
}
.success_img{
    width: 30%;
    height: 95px;
    background-image: url(../../img/done_img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.success_popup {
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    color: white;
    font-size: 3vw;
    z-index: 130;
}
.success_popupBox{
    width: 35%;
    position: relative;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success_popupBox .content_st {
	flex: 0 0 90%;
    position: relative;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    overflow-y: auto;
    height: 90%;
    padding: 0 15px 0 15px;
    margin: 5px;
    font-size: 18px;
    /* flex: 1 1 100%; */
    color: black;
}
.success_popupBox .content_st > p:first-of-type{
text-align: center;
}
.success_popup.hidden {
	display: none;
}
.success_popup_option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.success_popup_option.hidden {
	display: none;
}


@media screen and (orientation: portrait){
	.success_popupBox{
		width: 80%;
	}

}    
