﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}




/*تعریف فونت یکان برای سایت*/
/*@font-face {
    font-family: 'fonts/Yekan';
    src: url('fonts/Yekan.eot');*/ /* IE9 Compat Modes */
    /*src: url('fonts/Yekan.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
    /*url('fonts/Yekan.woff2') format('woff2'),*/ /* Modern Browsers */
    /*url('fonts/Yekan.woff') format('woff'),*/ /* Modern Browsers */
    /*url('fonts/Yekan.otf') format('opentype'),*/ /* Open Type Font */
    /*url('fonts/Yekan.ttf') format('truetype');*/ /* Safari, Android, iOS */
    /*font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}*/

/*در این بخش می گوییم برای این موارد این فونت اعمال شود یعنی برای تمامی دیوها - اچ ها و غیره */
/*p, span, h1, h2, h3, h4, img, a, div {
    font-family: 'Yekan';
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}*/


/*.main {
    width: 50%;
    margin: 50px auto;
}*/

/* Bootstrap 4 text input with search icon */

/*برای نمایش آیکن داخل کادر های متن است*/
.has-textbox .form-control {
    padding-left: 2.375rem;
    direction: rtl;
}

/*برای نمایش آیکن داخل کادر های متن است*/
.has-textbox .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}