@import "modal.css"; 


* {
    font-family: iranyekan;
    box-sizing: border-box;
}
   
a{
    text-decoration: none;
}

a {
    color: #2c7be5;
    background-color: transparent;
}

a:hover {
    color: #1657af;
}

ul , li {
    list-style: none;
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    }


@media (max-width: 768px) {
    .container {
        width: 100%;
    }

}

@media (min-width:576px) {
    .container {
     max-width:540px
    }
   }
   @media (min-width:768px) {
    .container {
     max-width:720px
    }
   }
   @media (min-width:992px) {
    .container {
     max-width:960px
    }
   }
   @media (min-width:1200px) {
    .container {
        max-width:70%;
    }
   }


   h1 {
    color: #12263f;
    font-family: iranyekan;
    text-align: center;
    letter-spacing: -.03em;
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
   }

   h2 {
    text-align: center;
    font-weight: 300;
    margin: 0;
   }

   h2 span {
       color: #2c7be5 !important
   }

   main {
        padding: 3em 0;
        direction: rtl;
   }
   .desc {
       width: 50%;
       margin:  1em auto;
       text-align: center;
       color: #95aac9;
       line-height: 1.4;
       direction: rtl;
   }

    footer {
        background-color: #edf2f9;
        padding: 2.25rem 0 !important;
        color: #95aac9;
    }

    .btns {
        text-align: center;
    }
    
    .btns a {
        padding: .25rem .75rem;
        font-size: 1em;
        line-height: 1.5;
        border-radius: .375rem;
        border: 1px solid #e3ebf6;
        color: #283e59;
        background: #fff;
    }

    .btns a:hover {
        opacity: .8;
    }


    a.btn-login {
        background: #2c7be5;
        color: #fff
    }



 body.panel {
    margin: 0;
    font-family: Inter,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    text-align: left;
    background-color: #f9fbfd;
    min-height: 100% !important;
}


.panel header {
    border-bottom: 1px solid #e3ebf6 !important;
    padding: 1em 0;
    margin-bottom: 1em;
    background-color: #fff;
}


.page-header {
        align-items: center !important;
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
}


.badge-soft-primary {
    color: #2c7be5;
    background-color: #d5e5fa;
}
.badge {
    vertical-align: middle;
}
.badge {
    display: inline-block;
    padding: .33em .5em;
    font-size: 76%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.dropdown-toggle:after {
    width:auto;
    height:auto;
    border:0!important;
    vertical-align:middle;
    font-family:Feather;
    content:"\e92e"
   }
   .dropup>.dropdown-toggle:after {
    content:"\e931"
   }
   .dropright>.dropdown-toggle:after {
    content:"\e930"
   }
   .dropleft>.dropdown-toggle:before {
    content:"\e92f";
    width:auto;
    height:auto;
    border:0!important;
    vertical-align:middle;
    font-family:Feather
   }
   .dropdown-item.dropdown-toggle {
    display:flex;
    justify-content:space-between
   }
   .dropdown-menu {
    -webkit-animation:dropdownMenu .15s;
    animation:dropdownMenu .15s
   }
   .dropdown-ellipses {
    font-size:1.0625rem;
    color:#d2ddec
   }
   .dropdown-ellipses:after {
    display:none
   }
   .dropdown-menu-card {
    min-width:350px;
    padding-top:0;
    padding-bottom:0;
    background-color:#fff;
    border-color:rgba(18,38,63,.1)
   }
   .dropdown-menu-card .card-header {
    min-height:3.125rem
   }
   .dropdown-menu-card .card-body {
    max-height:350px;
    overflow-y:auto
   }
   .dropdown-menu-sm {
    padding-top:.25rem;
    padding-bottom:.25rem;
    font-size:.8125rem
   }
   .dropdown-menu-sm .dropdown-item {
    padding:.1875rem .75rem
   }
   

.fade {
    transition:opacity .15s linear
   }
   @media (prefers-reduced-motion:reduce) {
    .fade {
     transition:none
    }
   }
   .fade:not(.show) {
    opacity:0
   }
   .collapse:not(.show) {
    display:none
   }
   .collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
   }
   @media (prefers-reduced-motion:reduce) {
    .collapsing {
     transition:none
    }
   }
   .dropdown,
   .dropleft,
   .dropright,
   .dropup {
    position:relative
   }
   .dropdown-toggle {
    white-space:nowrap
   }
   .dropdown-toggle:after {
    display:inline-block;
    margin-left:.2125em
   }
   .dropdown-toggle:empty:after,
   .dropleft .dropdown-toggle:empty:after,
   .dropright .dropdown-toggle:empty:after,
   .dropup .dropdown-toggle:empty:after {
    margin-left:0
   }
   .dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:0;
    font-size:.9375rem;
    color:#12263f;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(18,38,63,.1);
    border-radius:.375rem
   }
   .dropdown-menu-left {
    right:auto;
    left:0
   }
   .dropdown-menu-right {
    right:0;
    left:auto
   }
   @media (min-width:576px) {
    .dropdown-menu-sm-left {
     right:auto;
     left:0
    }
    .dropdown-menu-sm-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:768px) {
    .dropdown-menu-md-left {
     right:auto;
     left:0
    }
    .dropdown-menu-md-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:992px) {
    .dropdown-menu-lg-left {
     right:auto;
     left:0
    }
    .dropdown-menu-lg-right {
     right:0;
     left:auto
    }
   }
   @media (min-width:1200px) {
    .dropdown-menu-xl-left {
     right:auto;
     left:0
    }
    .dropdown-menu-xl-right {
     right:0;
     left:auto
    }
   }
   .dropup .dropdown-menu {
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:0
   }
   .dropright .dropdown-toggle:after,
   .dropup .dropdown-toggle:after {
    display:inline-block;
    margin-left:.2125em;
    vertical-align:.2125em;
    content:"";
    border-top:0;
    border-right:.25em solid transparent;
    border-bottom:.25em solid;
    border-left:.25em solid transparent
   }
   .dropright .dropdown-menu {
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:0
   }
   .dropright .dropdown-toggle:after {
    border-top:.25em solid transparent;
    border-right:0;
    border-bottom:.25em solid transparent;
    border-left:.25em solid;
    vertical-align:0
   }
   .dropleft .dropdown-menu {
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:0
   }
   .dropleft .dropdown-toggle:after {
    margin-left:.2125em;
    vertical-align:.2125em;
    content:"";
    display:none
   }
   .dropleft .dropdown-toggle:before {
    display:inline-block;
    margin-right:.2125em;
    content:"";
    border-top:.25em solid transparent;
    border-right:.25em solid;
    border-bottom:.25em solid transparent;
    vertical-align:0
   }
   .dropdown-menu[x-placement^=bottom],
   .dropdown-menu[x-placement^=left],
   .dropdown-menu[x-placement^=right],
   .dropdown-menu[x-placement^=top] {
    right:auto;
    bottom:auto
   }

.dropdown-divider {
    height:0;
    margin:.75rem 0;
    overflow:hidden;
    border-top:1px solid #edf2f9
   }
   .dropdown-item {
    display:block;
    width:100%;
    padding:.375rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#6e84a3;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
   }
   .dropdown-item.active,
   .dropdown-item:active,
   .dropdown-item:focus,
   .dropdown-item:hover {
    color:#12263f;
    text-decoration:none;
    background-color:transparent
   }
   .dropdown-item.disabled,
   .dropdown-item:disabled {
    color:#95aac9;
    pointer-events:none;
    background-color:transparent
   }
   .dropdown-menu.show {
    display:block
   }
   .dropdown-header {
    display:block;
    padding:.5rem 1.5rem;
    margin-bottom:0;
    font-size:.8125rem;
    color:inherit;
    white-space:nowrap
   }
   .dropdown-item-text {
    display:block;
    padding:.375rem 1.5rem;
    color:#6e84a3
   }
   


   .header-pretitle {
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #95aac9;
}


.header-title {
    margin-bottom: 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-auto {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}


.btn-primary {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}
.mainlogo {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 5em;
}

.emkanat h2 {
    color: #494d5a;
    font-size: 1.8125rem;
    font-weight: 700;
}

.emkanat p {
    font-size: 16px;
    color: #6f7780 !important;
    text-align: center !important;
    margin: 0;
    margin-bottom: 40px !important;
}


.boxgrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1em;
    padding-bottom: 2rem;
    direction: rtl;
}

.boxgrid h6 {
    font-size: 16px;
    padding-right: 20px !important;
    margin-bottom: 20px !important;
    text-align: right;
    margin-top: 1.5em;
}

.boxgrid a {
    padding: .25em 1em;
    transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}

.boxgrid a:hover {
    transform: translateY(-5px);
}


.boxgrid a.orange {
    background: #fff6e7;
}

.boxgrid a.blue {
    background: #f0f3fe;
}

.boxgrid a.red {
    background: #fff3f3;
}

.boxgrid a.green {
    background: #f1fbf3;
}

.boxgrid a.blue h6 {
    color: #3e5f80;
}

.boxgrid a.orange h6 {
    color: #9a7933;
}

.boxgrid a.red h6 {
    color: #a76c6c;
}

.boxgrid a.green h6 {
    color: #53aa69;
}


.boxgrid a img {
    width: 100%;
}

footer .logo {
    float: left;
    width: 3em;
}

footer .logo img {
    width: 100%;
}

footer .c {
    float: right;
}



header .logo {
    float: right;
    width: 12em;
}
header .logo img {
    width: 100%;
}


.btn-profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: .5rem 0;
	font-weight: 300;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

.btn-profile .image {
	border-radius: 100px;
	border: 2px solid hsla(0, 0%, 100%, .2);
	margin-left: .5rem;
	width: 46px;
	height: 46px
}

.btn-profile img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 100px
}

.btn-profile>.icon {
	margin-right: .5rem
}

.btn-profile>.icon svg {
	width: 10px;
	fill: #333;
	-webkit-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out
}

.profile .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 245px;
	background: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 0 20px 60px -10px rgba(50, 50, 93, .15);
	box-shadow: 0 20px 60px -10px rgba(50, 50, 93, .15);
	overflow: hidden;
	z-index: 999;
	-webkit-transform: scale(.9) rotateX(30deg);
	transform: scale(.9) rotateX(30deg);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: .3s;
	transition: .3s
}

.profile .sub-menu ul {
	padding: 1rem
}

.profile .sub-menu ul a {
	font-size: 15px;
	font-weight: 300;
	color: #77778c;
	display: block;
	padding: .75em .25em;
	border-radius: 2px
}

.profile .sub-menu ul a:hover {
	color: #1b4171;
	background-color: #fafafc
}

.profile .sub-menu ul a i {
	display: inline-block;
	width: 18px;
	text-align: center;
	vertical-align: middle
}
.userbar{
    float: left;
}
.userbar li:hover>.sub-menu {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	pointer-events: auto;
	visibility: visible
}

.btn-profile img {
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 100px;
}

ul.userbar li {
    position: relative;
}
ul.userbar li a {
    padding: .25em 1.5em;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s
}

ul.userbar li a:hover {
    opacity: .8;
    background: #3f9eff;
    color: #fff
}




ul.userbar>li:first-of-type {
	margin-left: .75rem
}

ul.userbar>li:last-of-type {
	margin-left: 0
}

ul.userbar li.profile {
	margin: 0;
	width: 100%
}
.href-login a {
    border: 2px solid #3f9eff;
    border-radius: 16px 16px 0 0;
}
ul.userbar a.btn {
	border-radius: 10px;
	width: 100px
}

ul.userbar a.transparent {
	color: #fff;
	border: 2px solid #3f9eff;
	color: #3f9eff;
	padding: .7em
}

ul.userbar a.white {
	background: #3f9eff;
	border: 2px solid #3f9eff;
	color: #fff
}

ul.userbar a.white:hover {
	background: #fff;
	color: #3f9eff
}


ul.userbar a.transparent:hover {
	background: rgba(100, 100, 160, .08);
	color: #77778c
}

ul.userbar .sub-menu header {
	font-size: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5fc;
	border-radius: 16px 16px 0 0;
	padding: 1rem
}

ul.userbar .sub-menu header .image {
	border-radius: 100px;
	border: 1px solid #eee;
	width: 60px;
	height: 60px;
	margin-left: .5rem
}

ul.userbar .sub-menu header .name {
	font-size: 16px;
	padding-bottom: .75em
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  } 

.semat {
	display: block;
	background: rgba(255, 255, 255, .5);
	padding: .25em .5em;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
	margin-top: .5em;
}

ul.userbar .sub-menu header img {
	border-radius: 100px;
	width: 100%;
	max-height: 100%
}

.fxd {
	-webkit-box-shadow: 0 0 25px -5px rgba(50, 43, 97, .1);
	box-shadow: 0 0 25px -5px rgba(50, 43, 97, .1);
	background: #fff
}

.userbar li {
    float: right;
}


.menu {
    float:right
}


.menu ul li {
    float: right;
    margin-left: 1.5em
}


.menu ul li a {
    color: #12263f;

}