@font-face {
    font-family: 'Yekan';

    src: url('/assets/webfonts/BYekan.eot'); /* IE9 */
    src: url('/assets/webfonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/webfonts/BYekan.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/webfonts/BYekan.woff') format('woff'), /* Modern Browsers */
    url('/assets/webfonts/BYekan.ttf') format('truetype'); /* Safari, Android, iOS */
}

.fontsm {
    font-family: Yekan;
    font-size: 10pt;
}

.fontmd {
    font-family: Yekan;
    font-size: 12.5pt;
}

.fontlg {
    font-family: Yekan;
    font-size: 14pt;
}

input::placeholder {
    font-size: 13px;
    color: gray;
    font-weight: bold;
}

body {
    direction: rtl;
    background-color: white;
    text-align: center;
    margin: 8px auto;
}

img {
    display: block;
    margin: 0 auto;
}

h1 {
    color: darkblue;;
    margin: 20px auto;

}

input {
    width: 150px;
    height: 45px;
    font-size: large;
    box-shadow: 0 1px 2px #950cde;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-top: 1px;
}

#button {
    background-color: #6f42c1;
    color: white;
    height: 45px;
    cursor: pointer;
}

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 */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


/*:root {*/
/*    --motion-ease: cubic-bezier(0.68, -0.6, 0.32, 1.6);*/
/*    --motion-duration: 0.5s;*/
/*}*/


.container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 50px;
    color: white;
    font-size: 26px;
}

#customers {
    font-size: 18px ;
    direction: rtl;
    border-collapse: collapse;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid red;
    word-wrap: break-word;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers th {
    text-align: center;
    /*background-color: #DEDEDE;*/
    color: black;
}

#tabel_head {
    background-color: aqua;

}


.student_info {
    color: blue;
    font-size: 18px;
    font-weight: bold;

}

.wrapper {
    max-width: 300px;
    margin: 100px auto;
}

.captcha-holder {
    text-align: center;
}

.captcha-holder img {
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 3px;
}


form i {
    font-size: 17px;
    color: #333;
    top: 30%;
    right: 54%;
    cursor: pointer;
    /*position: absolute;*/
    margin-left: -26px;
}


.pointer {
    cursor: pointer;
    width: 70px;
    margin-left: 5px;
}

@page {
    size: landscape;

}
@media print {
    table {
        page-break-inside: avoid; /* Prevent the table from breaking across pages */
    }
}

@media (max-width: 768px) {
    body {
        margin: 4px auto;
    }}

.label{
    color: black;
}
