@font-face {
    font-family: "IranSans";
    src: url('../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.ttf') format('truetype');
    src: url('../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.ttf') format('truetype'), url('../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.ttf') format('truetype');
    src: /* IE6-8 */
    url("../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.woff2") format("woff2"), /* FF39+,Chrome36+, Opera24+*/
    url("../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../../../view/iransanswebfont/IRANSansWeb_FaNum_Light.ttf") format("truetype");
    font-display: swap;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IranSans";
    font-size: 14.8px;
}

textarea {
    font-family: "IranSans" !important;
    font-size: 14.8px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.progress {
    position: relative;
    height: 25px;
}

.progress>.progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress>.progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.progress-bar {
    -webkit-transition: width 2.5s ease;
    -o-transition: width 2.5s ease;
    transition: width 2.5s ease;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

.navbar-brand {
    padding: 0px !important;
    /* firefox bug fix */
    margin-left: 10px !important;
}

.navbar-brand>img {
    height: 100%;
    width: auto;
}

.encodingProgress {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.downloadProgress {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#config .checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    line-height: normal;
}

#config .checkboxes input {
    vertical-align: middle;
    margin: 0;
}

#config .checkboxes label span {
    vertical-align: middle;
    margin-left: 4px;
}

#config small {
    line-height: normal;
}

body {
    padding-top: 50px;
}

.item-rtl {
    direction: rtl;
}

.item-ltr {
    direction: ltr;
}

.text-right {
    text-align: right;
}