/*####################
GLOBAL
##############*/


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Thin.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Thin.woff2') format('woff2');
}


@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Light.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Light.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Medium.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Medium.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-DemiBold.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-DemiBold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-ExtraBold.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Black.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Black.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Bold.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Bold.woff2') format('woff2');
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff/IRANSansXNoEn-Regular.woff') format('woff'),
	url('/static/MainInterface/styles/fonts/IRSansX NonEn/woff2/IRANSansXNoEn-Regular.woff2') format('woff2');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --bl-color:#171717;
    --green-color: #00A693;
    --yellow-color: #FFCC17;
    --lt-color:#EDEDED;
    --text-fs: 16px;
    --title-fs: 34px;
}

html{
    font-family: IRANSansX, 'Raleway',sans-serif;
    font-size: calc(var(--text-fs) + 6 * ((100vw - 320px) / 680));
}


.container{
    width: 90%;
    margin: auto;
}


.fr{
    float: right;
}

.fl{
    float: left;
}


[class^="columns-"],[class*="columns-"] {
    float: right;
    text-align: center;
}

.columns-one, .row{
    width: 100%;
}

.columns-two{
    width: 50%;
}

.columns-80{
    width: 80%;
}

.columns-three{
    width: 33.3%;
}

.columns-four{
    width: 25%;
}

.columns-five{
    width: 20%;
}

.columns-six{
    width: 16.5%;
}

.columns-seven{
    width: 14.25%;
}

.columns-eight{
    width: 12.5%;
}

.columns-ten{
    width: 10%;
}

@media(max-width:720px){
    [class^="columns-"] {
        width: 100%;
    }

}











.center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card{
    border-radius: 50px;
    box-shadow: 0 0 20px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    width: 50%;
    min-width: 320px;
    padding: 8%;
}

.text-center{
    text-align: center;
}

.spacer > *{
    margin-bottom: 20px;
}

.line::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 28%;
    height: 3px;
    background-color: #FFCC17;
}

.line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28%;
    height: 3px;
    background-color: #FFCC17;
}

img{
    max-width: 50px;
    max-height: 50px;
}

/*####################
LOGIN
##############*/

.title{
    font-size: calc(var(--title-fs) + 6 * ((100vw - 320px) / 680));
    text-transform: uppercase;
    margin-bottom: 30px;
}

.social-login{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-btn{
    display: flex;
    align-items: center;
    gap: 3px;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: var(--bl-color);
    cursor: pointer;
}


.icon{
    height: min(5vw, 30px);
    width: min(5vw, 30px);
}

.social-btn:hover{
    border: solid 1px var(--green-color);
    padding: 9px;
}

.form-divider{
    position: relative;
}

.form-input {
	padding: 11px;
	width: 100%;
	border-radius: 25px;
	text-indent: 15px;
    font-family: IRANSansX, serif;
}

.form-input:hover, .form-input:focus{
    border: solid 2px var(--yellow-color);
}


.input-group{
    position: relative;
}

.input-icon {
	position: absolute;
	left: 12Px;
	top: 55%;
	transform: translateY(-50%);
}
input[type="tel"], input[type="text"], input[type="password"]{
    text-align: right;
}
.submit {
	border: none;
	padding: 2% 5%;
	border-radius: 10px;
	background-color: var(--yellow-color);
	font-weight: bold;
	color: white;
	cursor: pointer;
	margin: 50px auto auto auto;
}

.submit:hover{
    opacity: 0.9;
}

.redirect{
    text-align: center;
    font-size: small;
}



.link{
    text-decoration: none;
    cursor: pointer;
    font-weight: bolder;
    color: var(--yellow-color);
}

.card{
  margin-block: -20px;
  background-color: var(--green-color);
}

/*####################
SIGNUP
##############*/

.messages{
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 24px 8px rgba(0,0,0,0.1);
    width: 50%;
    min-width: 320px;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2px;
    padding: 10px;
    transition: all 1s ease-in-out;
}

.message-icon{
    position: relative;
    width: min(5vw, 30px);
    height: min(5vw, 30px);
}

.messages .message-paragraph{
    opacity: 0.7;
}

.message-close{
    cursor:pointer;
    padding: 10px;
    border-radius: 30%;
}

.error:hover{
    background-color: #F0C419;

}


@media screen and (max-width: 900px) {
    .messages > *{
    font-size: 12px;
    height: 100%;
}
}


/*####################
RESET PASSWORD
##############*/

.mute-paragraph{
    font-size: 12px;
    opacity: 0.8;
}
