@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans-web.eot');
    src: url('../fonts/IRANSans-web.eot') format('embedded-opentype'), url('../fonts/IRANSans-web.woff') format('woff'), url('../fonts/IRANSans-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    direction: rtl;
    font-family: 'IRANSans';
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#myVideo2 {
    min-width: 100%;
    min-height: 100%;
}

.signup {
    min-height: 87vh;
}

.sign-up {
    min-height: 96vh;
}

.bglogin, .indexbody {
    width: 100%;
    height: auto;
    background-color: skyblue;
    display: flex;
    align-items: center;
}

.form-signin {
    width: 25%;
    padding: 15px;
    margin: 20vh auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #0000007d;
    z-index: 9999;
}

.form-signin img {
    margin: 1% auto;
    width: 100px;
    height: auto;
    display: block;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.riglogo img, .score img {
    width: 120px;
}

.cpri {
    color: #fff;
    bottom: 0;
    position: absolute;
    width: 100%;
}

header {
    padding: 1%;
}

.user {
    display: flex;
    justify-content: flex-start;
}

.user img {
    width: 25px;
    height: 25px;
}

.user p {
    margin-right: 2%;
}

.bar {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.notification img {
    width: 25px;
    height: 25px;
}

.notification .badge {
    position: absolute;
    border-radius: 50%;
    background: red;
    color: white;
    left: 25px;
    top: -3px;
}

.navbar {
    text-align: right;
    padding: 0px;
    margin-left: 5%;
}

.headindex, footer {
    background-color: #212529 !important;
    z-index: 999999999;
    color: #fff;
}

.topbox {
    background-color: #1f1f1f;
    background-image: url(../img/Close-up-image-human-hand-drawing-circuit-board.jpeg);
    background-size: cover;
    background-position: center center;
}

.darkcover {
    width: 100%;
    padding: 5% 2%;
    background-color: rgba(34, 34, 34, 0.848);
}

.logobox img {
    display: block;
    margin: 1% auto;
}

.textbody {
    vertical-align: middle;
}

.topbox h1 {
    text-align: center;
    color: #fff;
    background-color: #1f1f1fba;
    border-radius: 5px;
    font-size: 25px;
    padding: 4%;
    margin-top: 2%;
}

.ipbody h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 2em;
}

.ipbody .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
    margin: 10px;
    min-height: 200px;
}

.ipbody .item img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.owl-dots {
    color: #fff;
}

.cart-color {
    color: #fff;
    background-color: blueviolet
}

.code {
    margin: 14% auto;
}

.code .form-control {
    border: 0px;
    border-bottom: 3px solid #ddd;
    text-align: center;
}

.code .form-control:focus {
    border-bottom: 3px solid rgb(30, 200, 18);
    box-shadow: none;
}

.textinfo {
    text-align: center;
    color: #ffbf00 !important;
}

.searchbox {
    display: flex;
    justify-content: space-around;
}

.searchbox .form-control {
    height: 50px;
    border-radius: 0px 5px 5px 0px;
}

.searchbox .form-control:focus {
    box-shadow: none;
}

.searchbox .btn {
    background-color: #ffbf00 !important;
    color: #333;
    border-radius: 5px 0px 0px 5px;
}

.gstatecards {
    padding: 2%;
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ddd;
    border: 1px solid #ddd;
}

.gstatecards img {
    width: 50px;
    height: 50px;
    margin: 1%;
}

.gstatecards p {
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 50px;
    margin-right: 2%;
}

.doing, .is-doing, .not-doing {
    border-right: 5px solid;
}

.doing {
    border-right-color: green;
}

.is-doing {
    border-right-color: #ffbf00;
}

.not-doing {
    border-right-color: gray;
}

.doing p {
    color: green;
}

.is-doing p {
    color: #ffbf00;
}

.not-doing p {
    color: gray;
}

.tcode {
    text-align: center;
}

.tcode .col {
    border: 0px;
    border-bottom: 3px solid forestgreen;
    background-color: rgb(240, 255, 240);
    color: forestgreen;
    padding: 3%;
    margin: 0% 1%;
    border-radius: 5px 5px 0px 0px;
}

#register-form {
    direction: ltr;
}

.dataTables_length, .dataTables_filter {
    width: 50%;
}

.first img {
    width: 50%;
    height: auto;
}

.gbox {
    margin: 10% 0%;
}

.guarantiul {
    width: 300px;
}

.guarantiul form {
    display: flex;
    justify-content: space-around;
}

.guarantiul button {
    color: #fff;
}

.guarantee img {
    width: 50%;
    margin: 0% 20%;
}

.guaranteebox {
    padding: 2%;
}

#GFG svg text {
    font-weight: 900;
}

@keyframes shake {
    0% {
        transform: rotate(00deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(20deg);
    }
    80% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.orange {
    color: orange;
    animation: shake 1s ease-in-out 2s;
}

.table-score {
    background-color: #298055;
    color: #fff;
    padding: 2%;
    border-radius: 10px;
    border: 5px solid orange;
}

.table-score .table {
    color: #fff;
}

.table-score .table tr:first-child td {
    border-top: 0;
}

.table-score .table tr:last-child td {
    border-bottom: 0;
}

.table-score img {
    width: 25px;
}

.content-holder {
    background: #FFFFFF;
    box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
    padding: 20px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #666;
    text-align: justify;
    margin-bottom: 60px;
    line-height: 2;
}

.content-header-holder {
    background: #FFFFFF;
    box-shadow: 0 8px 70px -5px rgb(9 31 67 / 6%);
    padding: 20px;
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #666;
    text-align: justify;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 2;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .form-signin {
        width: 330px;
    }

    .imglogo {
        position: relative;
    }

    .signup, .sign-up {
        min-height: auto;
    }

    .topbox h1 {
        margin-top: 5%;
    }

    .gstatecards {
        display: block;
    }

    .logobox img {
        width: 45%;
    }

    .gstatecards img {
        margin: 1% auto;
    }

    .doing, .is-doing, .not-doing {
        border-top: 5px solid;
        border-right: 1px solid #ddd;
    }

    .doing {
        border-top-color: green;
    }

    .is-doing {
        border-top-color: #ffbf00;
    }

    .not-doing {
        border-top-color: gray;
    }

    .first img {
        width: 100%;
    }

    .guarantee img {
        width: 100%;
        height: auto;
        margin: 0% 50%;
    }
} 