@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff2') format('woff2'),
        url('../fonts/Vazir.woff') format('woff');
}

body {
    padding-top: 100px;
    font-family: vazir!important;

}

.starter {
    padding: 40px 15px;
    text-align: center;
}

.container {
    overflow: hidden;
}
.header-title{
    display: inline-block!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    direction: rtl;
}
.main-content p {
    overflow-wrap: break-word;
}
.main-content {
    min-height: 100px;
    overflow-y: auto;
    background: #fff;
    /* ??? ???? ?????????? ???? ??? ?? ???? ???? */
    scrollbar-width: thin;
    /* ???? ????????: ????? ??? ?????? */
    scrollbar-color: #888 #f1f1f1;
    /* ??? ?????? ?? ???????? */
    direction: rtl;
    border-right: 1px solid #f9f6f6;
    border-left: 1px solid #f9f6f6;
}
.main-content video{
    max-width: 550px;
    max-height: 450px;
}
.main-content::-webkit-scrollbar {
    width: 8px;
    /* ????? ???????? ???? ??????? */
    /* ??????? ?????? ??????? ????? ???? */
}

.main-content:hover::-webkit-scrollbar {
    display: block;
    /* ????? ?? ??? ??? ????? ??? ??????? ????? ???? ??? */
}

.main-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* ??? ?????????? ??????? */
    border-radius: 10px;
    /* ??? ???? ??????? */
}

.main-content::-webkit-scrollbar-thumb {
    background-color: #888;
    /* ??? ??????? */
    border-radius: 10px;
    /* ??? ???? ??????? */
    border: 2px solid #f1f1f1;
    /* ?? ????? ???? ?????? ??? ???? */
}

.main-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* ????? ??? ??????? ????? ???? */
}

.main-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* ????? ??? ??????? ????? ???? */
}

.container h4,
.container h5 {
    text-align: right;
}

.container .question {
    display: block;
    background: #f1f2f9;
    border: 1px solid #e5e7f0;
    border-radius: 8px;
    margin-top: 1rem !important;
    text-align: right;
    padding: 1rem;

}

.container .question a {
    font-size: 1.6rem;
    color: black;
    text-decoration: none;
    display: block;
}

.container p {
    text-align: center;
}

.container .chatbot {
    text-align: center;
    background-color: #fff;
    color: #926c3d;
    border: 1px solid #926c3d;
    border-radius: 3px;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.container .chatbot i.bi {
    color: #926c3d;
}

.container .chatbot:hover {
    background-color:#daa520;
    color: #fff;
}

.container .chatbot:hover i.bi {
    color: #fff;
}

.btns .btn {
    display: block;
    height: 80px;
}

.btns .arrow-right {
    float: right;
    color: #fff;
}
.btns .close-btn {
    float: left;
}

.btns .btn a {
    position: absolute;
    margin: 10px auto;
    display: block;
}

.btns .title-btn {
    color: #fff !important;
    word-wrap: break-word;
    /* ??: word-break: break-all; */
    white-space: normal;
}

.container img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}
.attachment__caption{
    display: none;
}
.container .questions,
.container .btns {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.btns .btn a {
    color: #fff;
}
a.question{
    text-decoration: none;

}
.image-flip-y {
    transform: scaleX(-1);
}
.navbar-inverse {
    background-color: #daa520;
    border-color: #ebe9e5;
    color: #fff;
    align-items: center;
    display: grid
;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    align-items: center;
    display: grid
;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #f8f9fa;
    line-height: 25px;
    text-align: center;
    z-index: 100;
}
.announcements{
    direction: rtl;
}
.announcements p{
    text-align: right;
}
.accordion {
    direction:rtl;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.content-header{
    background-color: #f1f2f9;
    color: #727272;
    padding: 12px 16px;
}
.tc-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tc-center-container{
    background-color: transparent;
    border: 0;
    bottom: 0;
    height: 714px;
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(1,.5,.8,1);
    visibility: visible;
    width: 392px;
    will-change: opacity;
    z-index: 100000000;
}
.content-header span{
    color: inherit;
    font-weight: 500;
    
}
.accordion-item span{
  color: #222;
}
.accordion-header {
  background: #f1f2f9;
  border-radius: 8px;
    color: white;
    padding: 3px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.chevron {
    transition: transform 0.3s ease-in-out;
}

.accordion-content {
    display: none;
    padding: 12px;
}



.rotate {
    transform: rotate(180deg);
}

html[dir="ltr"] .header-title,
html[dir="ltr"] .main-content,
html[dir="ltr"] .announcements,
html[dir="ltr"] .accordion {
    direction: ltr;
}

html[dir="ltr"] .announcements p {
    text-align: left;
}

html[dir="ltr"] .container h4,
html[dir="ltr"] .container h5 {
    text-align: left;
    padding-top: 20px;

}

html[dir="ltr"] .container .question {
    text-align: left;
}