﻿@font-face {
    font-family: myfont;
    src: url('ffontM.woff') format('woff');
}

@font-face {
    font-family: myfont;
    src: url('ffontB.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: myfont;
    src: url('fontL.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'IRANSansXV';
    src: url('font/IRANSansXV.woff') format('woff');
}
@font-face {
    font-family: 'IRANSansXV';
    src: url('font/IRANSansXV.woff2') format('woff2');
}

* {
    box-sizing: border-box;
    font-family: myfont;
    text-decoration: none !important;
}

body {
    background-color: transparent !important;
    overflow: hidden;
}

html {
    background: #000;
    background-size: cover;
    font-size: 10px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}

.captcha {
    width: 66% !important;
    height: 45px;
    border-radius: 5px;
}

.buttr {
    background-color: transparent !important;
    border: 0 !important;
    line-height: 43px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
    color: chartreuse !important;
    transition-duration: 0.3s !important;
}

    .buttr:active {
        border: 0px !important;
    }

    .buttr:focus {
        border: 0px !important;
    }

    .buttr:hover {
        transition-duration: 0.3s !important;
        font: 26px !important
    }

.mdi-rotate-3d {
    transition-duration: 0.3s !important;
}

    .mdi-rotate-3d:hover {
        transform: rotate(360deg);
        transition-duration: 0.3s !important;
    }

button:focus {
    outline: 0px dotted !important;
    /* outline: 5px auto -webkit-focus-ring-color; */
}



#logo {
    animation: logo-entry 4s ease-in;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 40;
}


body {
    all: initial;
    letter-spacing: 0.02em;
}

* {
    box-sizing: border-box;
}

.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #3f2766;*/
}

.form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 448px;
    height: 448px;
    flex-shrink: 0;
    padding: 20px;
    border-radius: 5px;
}

.form__loader {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: -4;
    transition: all 0.5s ease;
}

.form__content {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.7s;
}

.form__cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -4;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.3s ease 0.8s;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

    .form__cover:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #2e2d32bf;
        z-index: -4;
        border-radius: 50%;
        transition: all 1.5s ease 0.3s;
        transform: scale(0);
    }

    .form__cover:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: white;
        z-index: -5;
        border-radius: 50%;
        transition: all 0.5s ease;
        transform: scale(0);
    }

body.on-start .form__cover:before {
    transform: scale(0.15);
}

body.document-loaded .form__loader {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

body.document-loaded .form__content {
    opacity: 1;
    transform: none;
}

body.document-loaded .form__cover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

    body.document-loaded .form__cover:after {
        transform: scale(2);
    }

    body.document-loaded .form__cover:before {
        transition: transform 2s ease, opacity 0.3s ease 0.8s;
        transform: scale(2);
        opacity: 0;
    }

h1 {
    font-size: 40px;
    margin: 15px 0 20px 0;
    color: #c6d1d8;
    font-weight: 700;
}

.styled-button {
    -webkit-appearance: none;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 19px;
    width: 100%;
    padding: 12px;
    outline: none;
    background: none;
    position: relative;
    color: lightgray;
    border-radius: 3px;
    margin-bottom: 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #b10e18ba;
    transition: all 0.3s ease;
    overflow: hidden;
}

.styled-button__real-text-holder {
    position: relative;
}

.styled-button__real-text {
    color: transparent;
    display: inline-block;
}

.styled-button__text-holder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.styled-button__moving-block {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .styled-button__moving-block.back {
        color: white;
        transform: translateX(-100%);
    }

        .styled-button__moving-block.back .styled-button__text-holder {
            transform: translateX(100%);
        }

.styled-button:hover, .styled-button:active {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background: #147e0cc9;
}

    .styled-button:hover .face, .styled-button:active .face {
        transform: translateX(100%);
    }

        .styled-button:hover .face .styled-button__text-holder, .styled-button:active .face .styled-button__text-holder {
            transform: translateX(-100%);
        }

    .styled-button:hover .back, .styled-button:active .back {
        transform: translateX(0);
    }

        .styled-button:hover .back .styled-button__text-holder, .styled-button:active .back .styled-button__text-holder {
            transform: translateX(0);
        }

.styled-button:active {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.styled-input {
    width: 100%;
    position: relative;
    margin-bottom: 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.styled-input__circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    border-radius: 3px;
}

    .styled-input__circle:after {
        content: '';
        position: absolute;
        left: 16.5px;
        top: 19px;
        height: 14px;
        width: 14px;
        z-index: -2;
        border-radius: 50%;
        background: rgba(255,255,255,0.15);
        box-shadow: 0 0 10px rgba(255,255,255,0);
        transition: transform 0.6s ease, opacity 1s ease;
    }

.styled-input__input {
    width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
    outline: none;
    background: none;
    padding: 18px 15px;
    color: #ceafff;
    border: none;
    font-weight: 600;
    letter-spacing: 0.035em;
}

.styled-input__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: -1;
    padding-left: 45px;
    color: white;
}

.styled-input__placeholder-text {
    perspective: 500px;
    display: inline-block;
}

    .styled-input__placeholder-text .letter {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        animation: letterAnimOut 0.25s ease forwards;
        text-shadow: 0 0 5px;
    }

        .styled-input__placeholder-text .letter.active {
            animation: letterAnimIn 0.25s ease forwards;
        }

.styled-input:hover {
    border-color: rgba(255,255,255,0.4);
}

.styled-input.filled {
    border-color: rgba(255,255,255,0.2);
}

    .styled-input.filled .styled-input__circle:after {
        transform: scale(37);
        opacity: 0;
    }

@keyframes letterAnimIn {
    0% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(0,10px);
        color: red;
    }

    45% {
        transform: translate(0,10px);
        opacity: 0;
        color: red;
    }

    55% {
        transform: translate(0,10px);
        opacity: 0;
    }

    56% {
        transform: translate(-30px,-27px);
        opacity: 0;
        color: #00ff6b;
    }

    76% {
        color: #00ff6b;
        opacity: 1;
        transform: translate(-30px,-27px);
    }

    100% {
        transform: translate(-30px,-27px);
        opacity: 1;
    }
}

@keyframes letterAnimOut {
    0% {
        transform: translate(-30px,-27px);
        opacity: 1;
    }

    25% {
        transform: translate(-30px,-40px);
        opacity: 0;
    }

    45% {
        transform: translate(0,10px);
        opacity: 0;
    }

    55% {
        transform: translate(0,10px);
        opacity: 0;
        color: red;
    }

    56% {
        transform: translate(0,10px);
        color: red;
    }

    100% {
        transform: translate(0,0);
    }
}

.spinner {
    position: relative;
    margin: auto;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease 0s;
}

.spinner__circular {
    animation: rotate 1.5s linear infinite;
    animation-play-state: paused;
    transform-origin: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
}

.spinner__path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.3s ease forwards 0.5s;
    opacity: 0;
    stroke-linecap: round;
    stroke: #b21117;
    animation-play-state: running;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 40, 200;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 125, 200;
        opacity: 1;
    }
}


.tm-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease;
}

.p-p-7 {
    padding: 4px 0 !important;
}

.mdi-rotate-3d {
    position: absolute !important;
    top: 7px !important;
}

.logo {
    width: 100% !important;
    float: right;
}

.card-body {
    background-color: #ffffff00 !important;
    backdrop-filter: blur(3px);
}



.tm-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mmd {
    background-color: rgba(103, 100, 100, 0.74);
    border-radius: 10px;
    padding: 10px;
    color: aliceblue;
}

.bg-ghermez {
    background-color: #504e4896 !important;
    border: 1px solid white !important;
    color: white !important;
}

.card-header {
    background-color: #0000004d !important;
    color: white !important;
    padding: 12px 0 !important;
    backdrop-filter: blur(3px);
}

    .card-header h5 {
        margin: auto !important;
    }

.badge-success.badge-outline, .badge-danger.badge-outline {
    color: #ffffff !important;
    border-color: #ed1c24a3 !important;
}

.badge-success[href]:hover, .badge-danger[href]:hover, .btn:hover {
    background-color: #162962 !important;
}


.card {
    border: 1px solid #63636382 !important;
    box-shadow: 0px 0px 20px black;
}

.form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    background-color: #ed1c248f !important;
    display: block;
}

    label input {
        position: absolute;
        left: -9999px;
    }

        label input:checked + span {
            background-color: #4aa914;
            width: 100%;
        }

            label input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #00005c;
            }

    label span {
        display: flex;
        align-items: center;
        padding: 15px;
        transition: 0.25s ease;
        color: white;
        font-size: 15px;
        width: 100%;
    }

        label span:hover {
            width: 100%;
            background-color: #4aa9148a;
        }

        label span:before {
            display: flex;
            flex-shrink: 0;
            content: "";
            background-color: #fff;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-left: 1em;
            transition: 0.25s ease;
            box-shadow: inset 0 0 0 0.125em #00005c;
        }

.form-control {
    min-height: 4.573rem;
}

.input-group-text i {
    font-size: 25px !important;
}

.input-group span {
    font-size: 15px;
}

.form-group input {
    font-size: 15px !important;
}

.form-group textarea {
    font-size: 15px !important;
}

.sefr {
    width: 40px !important;
    text-align: center;
    padding-right: 11px;
    font-size: 25px !important;
    font-style: italic;
}

/*llllllllllllllllllllllllll*/


.radio-tile-group {
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

    .radio-tile-group .input-container {
        position: relative;
        margin: 0 30px;
    }

        .radio-tile-group .input-container .radio-button {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        .radio-tile-group .input-container .radio-tile {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid #079ad9;
            border-radius: 5px;
            padding: 20px;
            transition: transform 300ms ease;
            height: 85px;
        }

            .radio-tile-group .input-container .radio-tile .icon {
                margin-bottom: 20px;
                font-size: 50px;
                color: #079ad9;
            }

        .radio-tile-group .input-container .radio-tile-label {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            color: #079ad9;
        }

        .radio-tile-group .input-container .radio-button:checked + .radio-tile {
            background-color: #079ad9;
            border: 2px solid #079ad9;
            color: white;
            transform: scale(1.2, 1.2);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
                color: #fff;
                background-color: #079ad9;
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile i {
                color: #a3e425;
            }

.rtl [type=radio]:checked, .rtl [type=radio]:not(:checked) {
    right: 0 !important
}

.mt--50 {
    margin-top: -48px !important;
    color: white;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    color: black;
}

.card {
    background-color: transparent !important;
}

@media(max-width:776px) {
    .logo {
        width: 40% !important
    }
}

.sa {
    height: 100vh !important;
    overflow-y: auto;
}

#imgCaptcha {
    height: 47px;
}

.fa-refresh {
    transition-duration: 0.5s;
    color: white !important;
}

    .fa-refresh:hover {
        transform: rotate(25deg);
        color: green !important;
    }
