



/*Write your custom css in this file.*/



.feather .feather-key .icon-14 .ml-20{
    margin-left:10 !important;
    
}




@font-face {
  font-family: 'Vazirmatn';
  src: url('Vazirmatn.ttf') format('truetype-variations'); /* ŪŲ§ 'opentype-variations' ŲØŲ±Ų§Ū .otf */
  font-weight: 100 900; /* Ł¾ŁŲ´Ų´ ŲŖŁ…Ų§Ł… ŁŲ²Ł†ā€Ł‡Ų§ Ų§Ų² Ū±Ū°Ū° ŲŖŲ§ Ū¹Ū°Ū° */
  font-style: normal;
  font-display: swap;
}
/* Ų§Ų³ŲŖŲ§ŪŁ„ Ś©Ł„Ū ŲØŲÆŁ†Ł‡ Ų§ŪŁ…ŪŁ„ */
body {
    font-family: 'Vazirmatn' !important;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}

/* Ų§Ų³ŲŖŲ§ŪŁ„ Ś©Ų§Ł†ŲŖŪŁ†Ų± Ų§ŲµŁ„Ū Ų§ŪŁ…ŪŁ„ */
.container {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ų§Ų³ŲŖŲ§ŪŁ„ Ł‡ŲÆŲ± Ų§ŪŁ…ŪŁ„ */
.header {
    text-align: center;
    padding: 20px;
}

.header h1 {
    color: #4CAF50;
    margin: 0;
    font-size: 28px;
}

/* Ų§Ų³ŲŖŲ§ŪŁ„ Ł…Ų­ŲŖŁŲ§Ū Ų§ŪŁ…ŪŁ„ */
.content {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.content p {
    margin: 10px 0;
}

.invited-by {
    color: #4CAF50;
    font-size: 14px;
    font-weight: bold;
}

/* Ų§Ų³ŲŖŲ§ŪŁ„ ŲÆŚ©Ł…Ł‡ CTA */
.cta-btn {
    display: inline-block;
    background-color: #4CAF50;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #45a049;
    transform: translateY(-2px);
}

.cta-btn:active {
    transform: translateY(1px);
}

/* Ų§Ų³ŲŖŲ§ŪŁ„ ŁŁŲŖŲ± Ų§ŪŁ…ŪŁ„ */
.footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #777;
}

.footer a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #333;
}

.mt5,.form-group, .dropdown-item ,button, input, optgroup, select, textarea,li,div{
    text-align:right;
}
.me-2{
    margin-left:0.5em;
}

.input-group , .btn-group, .btn-group-vertical{
        flex-direction: row-reverse;
}
.modal-header{
        justify-content: space-between;
}
.g-recaptcha {
    justify-content: center;
    display: flex
;
}
.rc-anchor-checkbox-label , .w200 a span , .validate-hidden a span , .form-control ul li input, .select2 a span , .select2-container a span , .select2-container li input , .select2-container li div {
    font-family: 'Open Sans' !important;
}
/*span.checkbox-blank.mr15.float-start {*/
/*    display: none;*/
/*}*/
ul.dropdown-menu.show{
    

transform: translate(1px, 30px) !important;
    
}
.box-content{
    padding:10px;
}
.nav-tabs {
    padding-right: 10px !important ;
}


.poll-answers.font-13,.progress div label {
    padding-right:25px;
}


#left-menu-toggle-mask .page-container .main-scrollable-page .page-content .container-fluid .row .col-md-12 .project-title-section #project-tabs .nav-item:nth-child(2){
    
    background-color:#c0fbc6 !important;
        font-weight:600;
}

.col-md-12.mb15.text-wrap {
    padding: 20px;
    border-radius: 10px;
    box-shadow: -1px 8px 20px 0px #dddddd;
    margin: 20px 0px;
    border: 1px solid #ffaca4;
    border-right-width: 5px;
}
.btn.btn-default.dropdown-toggle.btn-border,form#sub_task_form ,.card-body .mb15 .mb15:nth-child(7){
    display: none;
}
















