﻿:root {
    --primary-color: #2a9d8f;
    --primary-light-color: #47e3d1;
    --primary-gray: #f7f9fc;
    --milkycolor: #FFC300;
    --pallorange: #f4a261;
    --ocherred: #e76f51;
    --primary-red: #f22d33;
    --secondary-color: #ffffff;
    --primary-gray-color: #f8f8f8;
    --light-color: #f0eded;
    --darkgreen: #264653;
    --a-tag-color: #333;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-10: #F8F8F8;
    --bs-gray-50: #fafcfd;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
}

#table_clipboard{
    opacity: 0 !important;
    line-height: 0 !important;
}
p{
    line-height: 1.9;
}

.yellow-color{
    color: #FFC300;
}
.red-color{
    color: red;
}
.img-container{
    text-align: center;
}
.img-container img{
    width: 800px;   
    margin:50px 0 ;
}
.text-danger {
    color: var(--primary-red);
}
.note-style
{
    color: var(--bs-gray-700);
}
.container-copytoclipboard{
    display: flex;
    justify-content: center;
    padding: 10px 35px;
    background-color: var(--secondary-color);
}
#btn_tabletoclipboard{    
    padding: 5px 0px;
    color: var(--bs-gray-600);    
    border-radius: 3px;
    border: 2px solid var(--bs-gray-200);
    text-align: center;
    width: 170px;
    margin: 0;
    background-color: var(--bs-gray-100);
    transition-duration: 0.6s;
}

#btn_tabletoclipboard:hover{
    cursor: pointer;    
    color: var(--bs-gray-900);
   
}

.h3-article, .h5-article, .p-article {
    font-family: "IranSans";
}
.display-flex{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.display-flex i{
    margin-left: 5px;   
    font-weight: 800;
    color: var(--primary-color);
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ddd;
}

.h3-article {
    margin: 40px 0 20px 0px;
    padding: 8px 1px;
    border-right: var(--milkycolor) 3px solid;
    background-color:var(--bs-gray-100) ;
    padding-right: 10px;
}

.accodion-container {
    background-color: var(--bs-gray-10);
    border: 1px dotted var(--bs-gray-400);
    border-radius: 5px;
    margin: 30px 0 50px 0;
}

#articleaccordoin {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    background-color: var(--secondary-color);
    align-items: center;
    transition-duration: .4s;
}
#articleaccordoin strong{
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.9;
    font-size: 18px;
}
#articleaccordoin i{
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.7;
}

#articleaccordoin:hover {
        cursor: pointer;
}
.articleaccordoin-i{
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.97);    
    color: var(--primary-color);
}
#articleaccordoin {
    transition-duration: 1s;
}

.hide-article-dropdown-menu-items {
    max-height: 0;
    overflow: hidden;
}

.show-article-dropdown-menu-items {
    max-height: null;
    overflow: visible;
}

.article-dropdown-menu-item {
    list-style: circle;
    font-weight: 500;
    padding: 0 50px;
}

    .article-dropdown-menu-item li {
        margin: 0;
        padding: 5px 0;
    }

.h5-article {
    font-weight: 600;
}

.fontweight-article {
    font-weight: 600;
}

.article-lists-circle {
    list-style-type: disc;
    list-style-position: inside;
}

.article-lists-circle > li {
    padding: 5px 10px;
    color: #6e7c90;
}

.article-lists-number {
    margin: 0 ;
    padding:  0 20px;
    list-style-type: decimal;
    list-style-position: inside;
}

.article-lists-number  li {
    padding:  0;
    color: var(--bs-gray-700);
    line-height: 2;
    margin: 5px 0;
}

.article-sublists {
    list-style-type: circle;
    list-style-position: inside;
}

    .article-sublists > li {
        padding: 5px 10px;
        color: #6e7c90;
    }

.article-sub-sublists {
    list-style-position: inside;
}

    .article-sub-sublists > li {
        padding: 5px 15px;
        color: #6e7c90;
    }

.font-style {
    text-align: justify;
}

.article-practise{
    display: flex;
    padding: 20px;
    border:2px dotted  var(--milkycolor);
    overflow: hidden;
}
.article-practise i{
   color:   var(--milkycolor);
   padding: 5px 0;
}
.blockquote-div {
    display: flex;
    background: var(--bs-gray-100);
    padding: 28px 50px 28px 10px;
    margin: 50px 0;
    position: relative;
    align-items: center;
    text-align: justify;
}

.blockquote-div > div {
    top: 20px !important;
    margin-left: 20px;
}


.blockquote-div > div > span > i {
    font-size: 100px;
    color: var(--primary-color);
}
.article-practise i{
    margin-left: 15px;

}
#a-collapse-article::before {
    left: 14px !important;
}

#a-collapse-article::after {
    left: 20px !important;
    right: auto;
}

.article-table {
    font-family: "IranSans";
    border-collapse: collapse;
    width: 100%;
}

    .article-table > tbody > tr > td, th {
        border: 1px solid #dce0e7;
        text-align: center;
        padding: 8px;
    }

    .article-table > tbody > tr:nth-child(even) {
        background-color: #f7f9fc;
    }

.div-wideimgarticle {
    width: 100%;
    margin: auto;
    height: 500px;
}

.wideimgarticle {
    width: 100%;
    height: 100%;
    margin: auto;
    border: 1px solid #dce0e7;
}

#divthanks {
    padding: 10px 15px;
    border: 1px dashed var(--bs-gray-400);
    background-color: var(--primary-color);
    margin-bottom: 50px;
    border-radius: 5px;
}

    #divthanks p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.9;
    }

    #divthanks p, #divthanks h5 {
        color: var(--secondary-color) !important;
    }
