@font-face {
    font-family: 'vazir';
    src: url('../font/IRANSansWeb.eot');
    src: url('../font/IRANSansWeb.ttf');
    src: url('../font/IRANSansWeb.woff');
    src: url('../font/IRANSansWeb.woff2');
    font-style: normal;
}

body {
    font-family: vazir, sans-serif;
}

#create {
    visibility: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.video {
    width: 100%;
    height: 100%;
    background-color: black;
}

textarea {
    overflow-y: scroll;
    resize: none; /* Remove this if you want the user to resize the textarea */
}
.csr-form{
    margin: 0 !important;
}
