@font-face {
    font-family: Vazir;
    src: url('../../fonts/Vazir.eot');
    src: url('../../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Vazir.woff2') format('woff2'),
    url('../../fonts/Vazir.woff') format('woff'),
    url('../../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../../fonts/Vazir-Bold.eot');
    src: url('../../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Vazir-Bold.woff2') format('woff2'),
    url('../../fonts/Vazir-Bold.woff') format('woff'),
    url('../../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* @font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Light.woff2') format('woff2'),
    url('../fonts/Vazir-Light.woff') format('woff'),
    url('../fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
} */

@font-face {
    font-family: Vazir;
    src: url('../../fonts/Vazir-Medium.eot');
    src: url('../../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Vazir-Medium.woff2') format('woff2'),
    url('../../fonts/Vazir-Medium.woff') format('woff'),
    url('../../fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}


body {
    font-family: "Vazir" !important;
    max-width: 100%;
    overflow-x: hidden;

}

/* aside ul a {
    color: #3d8dab !important;
} */

aside {
    background: linear-gradient(to bottom, #D8D9FF 0%, #D8D9FF 0.01%, #11b896 100%);
    height: 100vh;
}

html, body, a {
    color: black !important;
}

a {
    text-decoration: none;
}

.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}

/* i,
.i {
    color: #3d8dab;
} */

ul {
    padding-inline-start: 0px !important;
}

hr {
    /* margin-left: 0;
    margin-right: 0; */
    color: #928e8e;
}

.contentme {
    margin-right: 18%;
    /* margin: 5%; */
    margin-top: 4.4rem;
    /* height: 800px; */

}

.sidebarme {
    width: 18%;
    margin-top: 4.1rem;
}

.footerme {
    z-index: 20;
    /* height: 3rem; */
    background-color: #12C4A0;

}

.w-20 {
    width: 20%;
}

.w-35 {
    width: 35%;
}

.w-45 {
    width: 45%;
}
.w-90 {
    width: 90%;
}

.w-custom {
    width: 44.3%;
}

.w-15 {
    width: 15%;
}

.w-13 {
    width: 13%;
}

.w-10 {
    width: 10%;
}

.w-22 {
    width: 22%;
}

.w-65 {
    width: 65%;
}

.navme {
    z-index: 10;
    height: 4.5rem;
    background-color: #12C4A0;
    ;
    /* max-height: 5rem; */
}
.bg-custom {
    background-color: #FBF8F7;
}

/* .navbar {
    padding: 0.2rem !important;
} */

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #03A9F4;
    --bs-btn-border-color: #03A9F4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #03A9F4;
    --bs-btn-hover-border-color: #03A9F4;;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #03A9F4;;
    --bs-btn-active-border-color: #03A9F4;;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #03A9F4;;
    --bs-btn-disabled-border-color: #03A9F4;;
}

.btn-light-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #B2E4FB;
    --bs-btn-border-color: #B2E4FB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #B2E4FB;
    --bs-btn-hover-border-color: #B2E4FB;;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B2E4FB;;
    --bs-btn-active-border-color: #B2E4FB;;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #B2E4FB;;
    --bs-btn-disabled-border-color: #B2E4FB;;
}

.btn-aqua {
    --bs-btn-color: #fff;
    --bs-btn-bg: #12C4A0;
    --bs-btn-border-color: #12C4A0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #12C4A0;
    --bs-btn-hover-border-color: #12C4A0;;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #12C4A0;;
    --bs-btn-active-border-color: #12C4A0;;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #12C4A0;;
    --bs-btn-disabled-border-color: #12C4A0;;
}

.border-blue {
    --bs-border-opacity: 1;
    /* border-image: linear-gradient(135deg, #5DA7DB , #81C6E8 ) !important; */
    border-color:  #5DA7DB !important;

}

.border-aqua {
    --bs-border-opacity: 1;
    /* border-image: linear-gradient(135deg, #5DA7DB , #81C6E8 ) !important; */
    border-color:  #12C4A0 !important;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* ul {
    padding-inline-start: 0px;
} */

.fa-asterisk {
    color: rgb(238, 44, 44);
    font-size: xx-small;
}

.box_shadow_blue {
    background: #5DA7DB;
    box-shadow: 0 1px 5px 1px #999999;
    margin-top: 50px;
    padding: 30px;
}


/* footer {
    background-color: #00396A;
} */

.pos {
    background: #d9dafaef;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0 , 0 , 0.12), 0 1px 2px rgba(0,0,0,24);
}

.box {
    background: #12C4A0;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0 , 0 , 0.12), 0 1px 2px rgba(0,0,0,24);
}



/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    outline: none;
    border: none;
} */

.form-select {
    background-position: left .75rem center !important;
    padding-top: .28rem;
    padding-bottom: .28rem;
}

.form-control {
    background-position: left .75rem center !important;
    padding-top: .28rem;
    padding-bottom: .28rem;
}

.select2 span {
    border-radius: 1rem !important;
    border-width: 2px !important;
    border-color:  #5DA7DB !important;
    /* display: block !important; */
    width: 100% !important;
    /* height: 3px; */
    box-sizing: border-box !important;
    /* padding-left: 0.28rem !important;
    padding-right: 0.28rem !important; */

}

.select2 {
    width: 100% !important;
}

.form-control {
    padding-top: .28rem;
    padding-bottom: .28rem;

}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.3);
}

.hr {
    height: 2px;
    background:rgba(0, 0, 0, 0.589);
    /* box-shadow: 0 1px 3px rgb(0, 0, 0), 0 1px 2px rgba(0,0,0,24); */
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.301);
}

.alert {
    --bs-alert-margin-bottom:unset !important;
}

.datepicker-plot-area
{
    width: 18rem !important;
    color: #6ec8e4;

}
.text-blue {
    color: #03A9F4 !important;
}

.text-light-blue {
    color: #B2E4FB !important;
}

.text-aqua {
    color: #12C4A0 !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0 , 0 , 0.12), 0 1px 2px rgba(0,0,0,24) !important ;

}

.mb-6 {
    margin-bottom: 4rem !important;
}

/* option {
    font-size: 0.2rem !important;
} */
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.disabled {
    background-color: #e9ecef;
}

.height-custom {
    height: 45vh !important;
}

#progressbar button  {
    pointer-events: none !important;

}














