.ntfz-flex-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.ntfz-my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ntfz-d-none {
    display: none;
}

.ntfz-d-block {
    display: block;
}

.ntfz-flex-box .form-group {
    flex: 0 0 30%;
}

.ntfz-feedback-fab-container {
    position: fixed;
    /*z-index: 9999;*/
}

.ntfz-feedback-fab-bottom-right {
    bottom: 30px;
    right: 30px;
}

.ntfz-feedback-fab-bottom-left {
    bottom: 30px;
    left: 30px;
}

.ntfz-feedback-fab-top-right {
    top: 30px;
    right: 30px;
}

.ntfz-feedback-fab-top-left {
    top: 30px;
    left: 30px;
}

.ntfz-feedback-fab-button {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.ntfz-feedback-fab-button:hover {
    transform: scale(1.05);
}

.ntfz-feedback-modal-dialog {
    margin-top: 10%;
}

.select2-container {
	width: 100% !important;
}

.markdown-body,
.markdown-body code {
  font-family: IRANSans !important;
}

.markdown-body {
  font-size: 14px;
  line-height: 1.7;
  direction: rtl;
  text-align: justify;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3 {
    color: #000;
}
