@font-face {
    font-family: shabnam;
    src: url('../font/shabnam/Shabnam.eot');
    src: url('../font/shabnam/Shabnam.eot?#iefix') format('FontName-opentype'),
    url('../font/shabnam/Shabnam.woff') format('woff'),
    url('../font/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection {
    background: rgb(255,18,109);
    color: #fff;
}
body {
    height: 100vh;
    /*display: flex;*/
    /*flex-direction: row;*/
    align-items: center;
    justify-content: center;
    background: rgb(45, 51, 56);
    font-family: 'Open Sans', shabnam;
}
.container {
    width: 400px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2);
    position: relative;
    margin-top: -24px;
    margin-bottom: 30px;
}
.profilepic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.profilepic:hover {
    border: 5px solid rgb(255,18,109);
}
.title {
    margin-top: 70px;
    font-size: 32px;
    text-align: center;
    font-family: shabnam;
}
.tag {
    text-align: center;
    font-size: 14px;
}
.desc {
    padding: 20px;
    padding-top: 24px;
    font-size: 18px;
    text-align: center;
}

.social {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(to right, #9d50bb, #6e48aa);
}
.social a {
    color: #fff;
    font-size: 24px;
    width: 32px;
    height: 32px;
    margin: 4px;
    transition: 0.1s;
}
.social a:hover{
    border-radius: 50%;
    background: #FFf;
    color: rgb(255,18,109);
}
.input {
    padding: 8px;
    outline: none;
    border: 0;
    background: #EEE;
    width: 60%;
    text-align: center;
}
.input2 {
    padding: 8px;
    outline: none;
    border: 0;
    background: #EEE;
    width: 110px;
    text-align: center;
}
button {
    background: linear-gradient(to right, #9d50bb, #6e48aa);
    padding: 8px;
    border: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form {
    display: block;
    flex-direction: row;
}

.title {
    text-align: center;
    margin-top: 30px;
}

label,
.links,
button {
    margin-top: 20px;
    width: 100px;
}

label {
    margin-top: 20px;
    font-size: 12px;
    color: rgb(77, 77, 77);
    font-weight: 600;
}
.button_footer{
    display: block;
    text-align: center;
}
.btn2{
    width: 45%;
    margin-bottom: 10px;
}
.rule{
    margin: 5px 30px;
    text-align: justify;
}
.phone-number{
    font-size: 18px;
    margin-left: 5px;

}
a{
    text-decoration: none;
}
#hed{
    font-family: shabnam
}



.upload-container {
    position: relative;
    width: 100%;
    /*height: fit-content;*/
}

.upload-label {
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    border-radius: 6px;
    border: 3px dashed #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-label i {
    margin-right: 10px;
    font-size: 20px;
}

.upload-label span {
    margin-right: 5px;
}
.image-preview {
    margin-top: 20px;
}

.image-preview img {
    max-width: 100%;
    display: none;
    height: 250px;
    border: 3px dashed #ccc;
    border-radius: 6px;
}
#rule_list{
    margin-top: 80px;
}
.input,.input2{
    border-radius: 10px;
    border: 2px solid #31d2f2;
    background-color: #e6f2ff;
}
.alert{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(to right, #9d50bb, #6e48aa);
}
ol, ul{
	padding-left:0px;
}

.g-recaptcha-container {
    display: flex;
    justify-content: center;
    /* سایر استایل‌های مورد نظر خود */
}

.tippy-box {
    background: linear-gradient(to right, #a05aff, #d396ff);
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
}
