html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: sans-serif;
    font-weight: 300;
    height: 100vh;
    margin: 0;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body {
    /* display: flex;
    flex-direction: column; */
    overflow-y: scroll;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    /* if scrollbar have a value problems will occured when mui modal opens   */
    width: 0px;
}

body::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

input,
select,
textarea {
    flex: 1;
    border: none;
    background: none;
    border-bottom: 1px solid #263238;
    font-family: iranyekanfa;
    padding: 10px;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
    transition: background-color 5000s ease-in-out 0s;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    /* color: inherit; */
}

a:hover {
    text-decoration: none;
}
button:focus {
    outline: none;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    /* margin-top: 8vh; */
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.row {
    margin: 0;
}
.responsive-inner-width {
    /* width: 40%; */
    width: 720px;
}

.responseive-width-full {
    width: 100vw;
}

.wrap-box {
    display: flex;
    flex-wrap: wrap;
}

.btn-func-item {
}

@media screen and (max-width: 1281px) {
    .responsive-inner-width {
        width: 70%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1281px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .responsive-inner-width {
        width: 95%;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
}
