/***************** SPECIAL *************************/
@font-face {font-family: "Inter-Bold";src: local('Inter-Bold'), 
local('Inter-Bold'), url("/assets/fonts/Inter-Bold.ttf") format("truetype");font-display: swap;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body{
	background-color: rgb(231, 231, 231) !important;
}
body {
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
}

.container{
	margin-top: 100px;
	width: 38% !important;
}




/********** FIRST **********/
.container .row-white-01{
	background: white !important;
	height: 65px;
	width: 100%;
	border-radius: 15px;
	position: relative;
}
.container .name-photo{
	/* position: relative; */
	background-color: #000;
}
.container .name-photo img{
	width: 100%;
	position: absolute;
	top: -60px;
	width: 100px;
	height: 100px;
	border-radius: 11px;
	border: 6px solid white;
}
.container .name-user{
	color: #242b2c;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px !important;
	padding: 22px 0px;
}



.container .row-white-01 .activity-block{
	display: flex;
	flex-direction: row;
	padding: 5px 10px;
	background: white;
	border-radius: 10px;
	position: absolute;
	top: -50px;
    left: 120px;
    width: auto;
}

.container .row-white-01 .activity-block .user-status div{
	background: grey;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 5.5px;
}
.container .row-white-01 .activity-block .user-status-text p{
	margin-bottom: 0px !important;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

/********** SECOND **********/
.container .row-white-02{
	width: 100%;
	border-radius: 15px;
	background: white !important;
	margin-top: 10px;
	padding: 15px 10px;
}
.container .row-white-02 form .form-name{
	position: relative;
}
.container .row-white-02 form .form-name .form-input-name{
	position: relative;
	width: 100%;
	padding-left: 40px;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
    outline: 0 none;
    transition: border-color .1s,background-color .1s,box-shadow .1s;
}
.container .row-white-02 form .form-name .form-input-name .form-check{
	position: absolute;
	right: 0%;
}
.container .row-white-02 form .form-name p{
	position: absolute;
    right: 50px;
    margin-top: auto;
    margin-bottom: auto;
    top: 20%;
    bottom: 0%;
    color: rgba(36,43,44,.5);
    font-size: 15px;
}


.container .row-white-02 form .form-name i{
	position: absolute;
    color: #ff9800;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
    top: 10%;
    bottom: 0%;
    display: inline-table;
    left: 15px;
}
.container .row-white-02 form .form-name .form-check{
	position: absolute;
    right: 0%;
    margin-top: auto;
    margin-bottom: auto;
    top: 0%;
    bottom: 0%;
    display: inline-table;
 }
.container .row-white-02 form .form-name .form-check-input:checked{
	background-color: #ff9800;
    border-color: #ff9800;
}


.container .row-white-02 form .form-price{
	margin-top: 15px;
	position: relative;

}
.container .row-white-02 form .form-price input{
	position: relative;
	width: 100%;
	padding-left: 10px;
	height: 45px;
	border: 1px solid #e2e2e2;
    outline: 0 none;
    transition: border-color .1s,background-color .1s,box-shadow .1s;
    border-top:none;
    border-right: none;
    border-left: none;
}
.container .row-white-02 form .form-price input[type="number"]{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
}
.container .row-white-02 form .form-price .price-select{
	margin-left: 0px;
	padding-top: 12px;
}

.container .row-white-02 form .form-price .min-price{
	text-align: right;
	font-size: 13px;
    line-height: 1.15;
    color: #838383;
}

.container .row-white-02 form .form-price .price-select span{
	color: #ff9800;
	font-size: 16px;
	font-weight: 400;
	margin: 5px;
}
.container .row-white-02 form .form-price .btn-currency{
	position: absolute;
	top: 10px;
    right: 0%;
    border: 0px;
    z-index: 5;
}
.container .row-white-02 form .form-price .btn-currency button{
	font-size: 13px !important;
}
.container .row-white-02 form .btn-currency .dropdown-menu{
	border-radius: 10px !important;
	padding: 5px 10px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  	font-size: 13px;
}
.container .row-white-02 form .btn-currency .dropdown-menu{
	padding: 0px !important;
	margin: 0px !important;
	width: 200px;
}
.container .row-white-02 form .btn-currency .dropdown-menu li{
	padding:5px 10px !important;
	margin: 0px !important;
	width: 100%;
}
.container .row-white-02 form .btn-currency .dropdown-menu li:hover{
	background-color: rgb(247 247 247 / 96%);
	color: #fb8c2b;
	border-radius: 10px;
	cursor: pointer;
}


.container .row-white-02 form .form-textarea{
	margin-top: 15px;
	position: relative;
}
.container .row-white-02 form .form-textarea textarea{
	position: relative;
	width: 100%;
	padding: 15px;
	height: 150px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	outline: 0 none;
	transition: border-color .1s,background-color .1s,box-shadow .1s;
	resize: none;
}
 .container .row-white-02 form .form-textarea textarea[type="text"]:hover{
 	border: 1px solid #ff9800;
 	
 }
.container .row-white-02 form .form-textarea #the-count{
	position: absolute;
	bottom: 40px;
    right: 25px;
    font-size: 14px;
    color: #858585;
}
.container .row-white-02 form .form-textarea .drop-language .btn{
	background: none;
	border: 1px solid #e2e2e2;
    outline: 0 none;
    transition: border-color .1s,background-color .1s,box-shadow .1s;
    color: black !important;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    font-size: 14px;
}
.container .row-white-02 form .form-textarea .drop-language .btn i{
	color: #ff9800;
}
.container .row-white-02 form .form-textarea .dropup .dropdown-toggle::after{
	display: none;
}
.container .row-white-02 form .form-textarea .dropdown-menu{
	padding: 10px;
	border-radius: 10px;
}

/************* BUTTONS *****************/
.container .row-white-02 .row-button{
	margin-top: 30px;
}
.container .row-white-02 .row-button .w3-button{
	border: 1px solid #fb8c2b;
	border-radius: 10px;
	padding: 15px;
	background-color: (251,140,43);
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
}
.container .row-white-02 .row-button .w3-red{
    background: rgb(255,249,244);
    box-shadow: none !important;
 } 
.container .row-white-02 .row-button .w3-button i{
	font-size: 20px;
	color: #ff9800;
}
.container .row-white-02 .row-button .w3-container{
	margin-top: 30px;
}
.container .row-white-02 .row-button .w3-button .title{
	margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.container .row-white-02 .row-button .w3-button .sub-title{
	margin-top: 8px;
    font-size: 12px;
    line-height: 1.25;
    color: #858585;
   	 margin-bottom: 0px !important;
}
.container .row-white-02 .row-button .input-video{
	position: relative;
}
.container .row-white-02 .row-button #London input{
	position: relative;
	width: 100%;
	padding-left: 40px;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
    outline: 0 none;
    transition: border-color .1s,background-color .1s,box-shadow .1s;
}
.container .row-white-02 .row-button #London i{
	position: absolute;
    color: #ff9800;
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
    top: 10%;
    bottom: 0%;
    display: inline-table;
    left: 15px;
}
.container .row-white-02 .row-button #London .example{
	margin-top: 12px;
    font-size: 12px;
    color: #858585;
}


.container .row-white-02 .row-button #Paris .form-check-input:checked{
	background-color: #ff9800;
    border-color: #ff9800;
}





.container .row-white-02 .row-button #Paris .progress {
  background: #eee;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 7px;
  width: 75%;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.container .row-white-02 .row-button #Paris .progress-value {
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #ff9800;
  height: 7px;
  width: 0;
}

.container .row-white-02 .row-button #Paris .percent{
	margin-bottom: 0px !important;
	font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #1f1f1f;
    flex-shrink: 0;
}
.container .row-white-02 .row-button #Paris .score-money{
	font-size: 13px;
    line-height: 1;
    color: #838383;
}
.container .row-white-02 .gift-button{
	background: #ff9800;
	height: 60px;
	color: white;
	padding: 18px;
	text-align: center;
	border-radius: 10px;
}
.container .row-white-02 .gift-button i{
	margin-right: 10px;
	font-size: 18px;
}
.container .row-white-02 .gift-button p{
	text-transform: uppercase;
	font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px !important;
    align-content: center;
    justify-content: center;

}
.container .row-white-02 .footer-link{
	color: #858585;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
}
.container .row-white-02 .footer-link a{
	text-decoration: none;
	color: #ff9800;
}



.container .row-white-02 .footer-left{
	color: #858585;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
}

.container .row-white-02 .footer-left a{
	color: #ff9800;
}
.container .row-white-02 .footer-right{
	text-align: right;
}

.container .row-white-02 .footer-right{
	margin-bottom: 0px;
}






@media (max-width: 1199.98px) {
	.container .name-photo img{
		top: -25px;
	}
	.container .row-white-01 .activity-block {
	    top: -35px;
	    left: 15%;
    }
    .container .row-white-02 .row-button .w3-button .title{
    	overflow-wrap: break-word;
    }


}
@media (max-width: 991.98px) {
	.container .name-photo img {
    	top: -80px;
	}
	.container .row-white-01 .activity-block {
		left: 35%;
	}


}

@media (max-width: 767.98px) {
	.container{
		width: 100% !important;
	}
	



}

@media (max-width: 575.98px){
	.container .row-white-02 form .form-price .min-price{
		text-align: center;
	}
	.price-select{
		text-align: center;
		margin: 0px !important;
	}
	.container .row-white-02 form .form-name{
		margin-bottom: 30px;
	}
	.container .row-white-02 form .form-name .form-check{
		left: 0px;
    	top: 85px;
	}

	.container .row-white-02 form .form-name p{
		top: 60px;
	    left: 45px;
	}
	.container .row-white-02 form .form-price .form-select option{
		font-size: 12px;
	}
	.container .row-white-02 form .btn-currency .dropdown-menu{
		width: 100px !important;
	}



}


@media (max-width: 394.98px){
	
	.container .name-photo img{
		top: -50px;
	}
}

div#Paris {
    margin-bottom: 50px;
}

ul.dropdown-menu li:hover {
    cursor: pointer;
}

input#flexSwitchCheckChecked {
    cursor: pointer;
}


.is_anon {
    pointer-events: none;
    background: #e7e7e7;
}


.price-select span {
    border-bottom: 1px dashed #ff9800;
    cursor: pointer;
 
}

label {
    display: inline-block;
    cursor: pointer;
}

.gift-button.initdonate {
    cursor: pointer;
}

.w3-bar-item.w3-button.tablink.w3-red.w3-payment {
    border: 1px solid #ccc;
    background: #fff;
    height: 115px;
    text-align: center;
}

.w3-bar-item.w3-button.tablink.w3-red.w3-payment img {
    width: 100%;
    text-align: center;
    height: 49px;
    object-fit: scale-down;
}
.row.row-white-02.form-select-provider h4 {
    font-size: 16px;
}

p.sub-title {}

.w3-bar-item.w3-button.tablink.w3-red.w3-payment p.sub-title {
    font-size: 13px;
}

.back {
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #e2e2e2;
    color: #242b2c;
    width: 74px;
    padding: 5px;
    text-align: center;
    margin-bottom: 18px;
    cursor:pointer;
}

.col-lg-3.col-md-6.col-sm-6.col-6.select-payment {
    height: 125px;
}


.active_method .w3-payment {border: 1px solid #ff9800 !important;}


body {
    background: url(/assets/images/pay/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}




.cover_bg {
    background: url(/assets/images/pay/cover.jpg);
    background-size: cover;
    height: 200px;
  /*  background-position: 50%; */
    margin-left: -1px;
    position: absolute;
    top: -188px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.container {
    padding-top: 158px;
}

p.name-user {
    font-family: 'Raleway';
    font-weight: bold;
    font-style: italic;
}

p.name-user span img {
    height: -1em;
    width: 1em;
}

.tooltip-inner {
    background: #fff!important;
    color: #000!important;
     /* Oaao oiia */
    box-shadow: 0 0 10px rgba(0,0,0,0.5)!important; /* Ia?aiao?u oaie */
    max-width: 285px!important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff!important;
}
.gift-button.initdonate-pay {
    cursor: pointer;
}