* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family:'at1';
    src:url(../fonts/at1/bama.eot);
    src:url(../fonts/at1/bama.eot?#iefix) format('embedded-opentype'),
    url(../fonts/at1/bama.otf),
    url(../fonts/at1/bama.woff) format('woff'),
    url(../fonts/at1/bama.ttf) format('truetype'),
    url(../fonts/at1/bama.svg#XTX-FNT-XEROSANS-BOLD) format('svg');
}
.at1{font-family:'at1'!important ;}
.at1 *{font-family:inherit;}

html{
    font-family: IRANSans!important;
}
body {
    font-family: IRANSans!important;
}
h2{
    font-size: 18px;
}
input[type=number]{
    /*width: 80px;*/
}
select{
    margin-left: 10px;
}
.hotspot-form-container,.scene-sidebar{display: none;}
.scene{color: white;}.scene{overflow: hidden; margin: 5px 5px;}.scene,.scene img{padding: 0;}
.hidden{display: none;}
.active{display: block !important;}
.modal-scene{
    position: relative;
    background-repeat: no-repeat, repeat;
    width: 120px;
    height: 120px;
    margin: 0 6px 6px 0;
    border: none;
    background-size: cover;
    float: left;
}
.text-light-gray{
    color:#aaa !important;
}
.modal-scene span{
    position: absolute;
    bottom: 0;
    left: 0;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    padding: 3px;
    background-color: #000;
    white-space: nowrap;
    font-size: 12px;
    color: #aaa;
}
.modal-scene:hover{
    border:solid 2px #0b5ed7;
}
.modal-scene:hover span{
    background-color: #0b5ed7;
    color: white;
}
#mousepos{border: solid 1px white;padding: 1px 5px;margin: 2px;background: rgba(240, 238, 238, 0.6);}
.card{background-color: #fff;box-shadow: 1px 1px 16px rgb(0 0 0 / 16%);}
.card-thumb{
    background-color:#ccc;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media(max-width: 480px){
    .text-sm-center{
        text-align: center !important;
    }
    .card-thumb{
        height: 100px;
    }
}
.dz-remove{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
    background-color: #b20;
    border: solid 2px white;
    color: white;
    font-size: 18px !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
}
.blur{
    filter:blur(3px)
}
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.feature-list p {
    width: 70%;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 32px;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    width: 50%;
    z-index: 100;
    background-color: #222;
    margin: 4px 0 0px 0;
    display: block;
    opacity: 0;
    color: white;
    pointer-events: none;
    transition: opacity .1s ease 0s;
}
.feature-list p:before{
    position: absolute;
    z-index: -1;
    top: -2px;
    display: block;
    content: '';
    background-color: #222;
    width: 12px;
    height: 12px;
    transform: scaleX(1.4) rotate(45deg);
}
.feature-list li:hover p {
   opacity:1;
}
.list-group-item:first-child{
    border-top:0 !important;
}
.popular{
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px 3px 6px;
    display: block;
    border-radius: 0px 0px 0px 5px;
}
#sidebar_wrapper input,#sidebar_wrapper textarea{
    background-color: #35383b !important;
    color: #aaa;
    border: none;
}
#sidebar_wrapper select{
    background-color: #35383b !important;
    color: white;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
#sidebar_wrapper .text-secondary{
    color: #666 !important;
}
.add-btn{
    background-color: #255569 !important;
    color: rgba(255,255,255,0.8) !important;
    border: none !important;
}
.add-btn:hover{
    background-color: #317591 !important;
}
.is_responsive{
    margin-top: 15px;
}
@media(max-width: 480px){
    .is_responsive{
        display:none;
    }
}
@media(max-width: 480px){
    .mr-sm-1{
        margin-right: 15px;
    }
    .ml-sm-1{
        margin-left: 15px;
    }
    .mb-sm-1{
        margin-bottom: 15px;
    }
    .mb-sm-2{
        margin-bottom: 30px;
    }
}
.swal2-title{
    font-size:1.3em !important;
}
.main-page-bg{
    background-image: url("/assets/img/main-page-bg-1.png");
    background-color: #cccccc;
}
.center-element{
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
@media(max-width:1199px){
   .center-element-hero{
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top: 50%;        
} 
}

.br-radius-16{
    border-radius: 16px !important;
}
.br-radius-10{
    border-radius: 10px !important;
}
.br-radius-5{
    border-radius: 5px !important;
}
.hover-bg-blue:hover{
    background: #2b95ff;
    border: solid 1px #2b95ff;
}
.text-blue-gray{
    color: #263238 !important;
}
.text-black{
    color:black !important;
}
.inverted-border-radius {
    position: relative;
    height: 31px;
    width: fit-content;
    background-color: var(--info);
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 3px 8px;
    z-index: 100;
}

.inverted-border-radius-behind {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -31px;
    height: 40px;
    width: 25px;
    border-top-right-radius: 15px;
    box-shadow: 0 -30px 0 0 var(--info);;
}
.inner-shadow {
    background: white;
    box-shadow: inset 0 4px 4px -4px #b5b2b2;
    border-top: none;
}
.article-body .nav-tabs .nav-item{
    background-color: #c3c3c3;
}
.article-body .nav-tabs .nav-item a{
    color: #8d98a7;
}
#image-text-container{
    --bs-gutter-x: 0rem !important;
}
.see-all{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-top: 40px;
    height: 80px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 75%,rgba(255, 255, 255, 0.1) 95%);
}
.footer-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 2px solid white;
}
.footer-bg{
    background-color: rgba(0, 40, 104, 0.9);
}

.breadcrumb-item {
    float: left;
}
.breadcrumb-separator{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
    margin-top: 5px;
    color: #495057;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
    float:unset !important;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #868e96;
}
.br-pageheader {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 8px 15px;
}
@media (min-width: 576px) {
    .br-pageheader {
        padding: 15px 20px;
    }
}
.br-pageheader .breadcrumb {
    background-color: transparent;
}
.br-pageheader .breadcrumb-item:not(.active) {
    color: #868e96;
    text-decoration:none;
}
.br-pageheader .breadcrumb-item:not(.active):hover, .br-pageheader .breadcrumb-item:not(.active):focus {
    color: #495057;
}
.br-pageheader .breadcrumb-item.active {
    color: #495057;
    float:right;
}

.br-pagetitle {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.br-pagetitle .icon {
    font-size: 25px;
    line-height: 0;
    color: #343a40;
}
.br-pagetitle > div {
    margin-top: 10px;
}
.br-pagetitle h4 {
    margin-bottom: 5px;
    color: #343a40;
}
.br-pagetitle p {
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .br-pagetitle {
        display: flex;
        align-items: center;
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .br-pagetitle > div {
        padding-left: 20px;
        margin-top: 0;
    }
}

.br-pagebody {
    margin-top: 70px;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .br-pagebody {
        padding: 0 30px 30px 30px;
    }
}

.br-section-label {
    color: #343a40;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.br-section-text {
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    .br-section-text {
        margin-bottom: 50px;
    }
}

.br-section-label-sm {
    font-size: 11px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #868e96;
}

.br-section-wrapper {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
}
@media (min-width: 576px) {
    .br-section-wrapper {
        padding: 30px;
    }
}
@media (min-width: 992px) {
    .br-section-wrapper {
        padding: 60px;
    }
}
.br-section-wrapper .br-section-label:first-child {
    margin-top: 0;
}

.br-footer {
    font-size: 12px;
    padding: 20px 15px;
}
.br-footer a {
    color: #868e96;
}
.br-footer a:hover, .br-footer a:focus {
    color: #343a40;
}
.br-footer .footer-right {
    margin-top: 20px;
}
@media (min-width: 480px) {
    .br-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .br-footer .footer-right {
        margin-top: 0;
    }
}
@media (min-width: 576px) {
    .br-footer {
        padding: 30px;
    }
}

.br-contentpanel {
    margin-top: 60px;
    transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
    .br-contentpanel {
        margin-left: 230px;
    }
}
.cta {
    background: linear-gradient(rgb(40 58 90 / 58%), rgb(40 58 90 / 61%)), url(/assets/img/council_room.jpg) fixed center center;    background-size: cover;
    padding: 120px 0;
}
