html {
    scroll-behavior: smooth;
}

.dig-modal-con {

}

.dig_popmessage div {
    direction: rtl;
    text-align: right;
}

.dig_ma-box .signdesc {
    text-align: right;
}

.dig_ma-box .bgdark, .dig_ma-box .bgdark[type="submit"] {
    background-color: #4fc6b1 !important;
}

.dig_ma-box .bgdark:hover, .dig_ma-box .bgdark[type="submit"]:hover {
    background-color: #39a08e !important;
}

.wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block {
    border-color: rgb(206, 212, 223) !important;
}

.timeline-post-left .ult-timeline-arrow s,
.timeline-post-right .ult-timeline-arrow s {
    border-color: rgba(185, 148, 148, 0) rgb(206, 212, 223) !important;
}

.timeline-feature-item .timeline-dot,
.timeline-wrapper .timeline-dot,
.timeline-line span:first-child,
.timeline-line span:last-child {
    background-color: #4fc6b1;
}

.wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block {
    margin-bottom: 5px;
}

.timeline-wrapper .timeline-block.timeline-post-right:not(:first-child) {
    margin-top: 5px;
}
.timeline-wrapper .timeline-block{
    background: #dbeefe;
}
.timeline-post-left .ult-timeline-arrow l{
    border-right-color: #dbeefe;
}
.tag-groups-cloud .tag-groups-tag:not(:last-child):after {
    content: '،';
    color: #4fc6b1;
    margin: 0 5px;
}

.tag-groups-cloud .tag-groups-tag a::after {
    content: attr(title);
    color: #999;
    margin-right: 3px;
}

.tag-groups-cloud .tag-groups-tag,
.tag-groups-cloud .tag-groups-tag .tag-groups-label {
    font-size: 1em !important;
    line-height: 2em;
}

.nt-note-wrapper {
    color: #fff;
}

.nt-note-wrapper input:hover,
.nt-note-wrapper input:focus,
.nt-note-wrapper input[type="text"]:focus {
    background-color: #e5e5e5;
}

.nt-note-wrapper select {
    background-color: #fff;
}

.note-categories {
    float: left;
}

#note-categories .table-is-responsive {
    margin-top: 10px;
}

#note-categories .cancel {
    display: none;
    padding: 7px 15px;
    border-radius: 2px;
    background-color: #c9c9c9;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s;
}

#note-categories .actions {
    display: flex;
    justify-content: space-evenly;
}

.note-categories-tabs {
    list-style-type: none;
    border-bottom: 4px solid #4fc6b1;
}

.note-categories-tabs li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
}

.note-categories-tabs a {
    display: block;
    background-color: #c9c9c9;
    color: #666;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
    text-decoration: none;
}

.note-categories-tabs a:hover {
    color: #333;
}

#content .note-categories-tabs a:hover {
    text-decoration: none !important;
}

.note-categories-tabs a.active {
    background-color: #4fc6b1;
    color: #fff;
    cursor: default;
}

.prev-next-post-nav .post-thumb {
    display: none;
}

#recommend-topic {
    margin: 2rem 0;
}

#recommend-topic input[type="text"] {
    background-color: #fff;
    width: 30%;
    min-width: 150px;
}

#recommend-topic-status {
    display: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 10px 0;
}

#recommend-topic-status.success {
    background-color: #13cc52;
}

#recommend-topic-status.error {
    background-color: #cc2f13;
}

#recommend-topic-status.default {
    background-color: #999;
}

.side-aside-open .side-aside{
    background-color: #1b6255;
}

.page .vc_gitem-zone-img, #post-newsletter, .prev-next-post-nav {
    display: none;
}

.wpb_wrapper .vc_custom_heading  h4{
    text-align: right !important;
}

.entry-content {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}