/* 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;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.cc{
    background-color: rgba(255, 251, 251, 0.7);
    background-color: rgba(255, 9, 17, 0.7);
    background-color: rgba(230, 2, 0, 0.7);
}
body{
    font-family: "vazir" !important;
}
.short_content{
    /*height:100px;overflow:hidden*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}