p, span, strong, cite{
  font-family: 'Vazir-FD-WOL';
}
.box-border{
  border: 1px solid #B3B3B3;
  border-radius: 15px;
  box-shadow: 0 4px 13px 8px rgb(0 0 0 / 5%);
}
/* ------------------- search box -------------------------------- */
.search-section{
  position: relative;
  margin-right: 8px;
}
.search-section .search-box input{
  padding: 6px 8px;
  font-size: 14px;
  width: 100%;
}
.submit-search-box{
  position: absolute;
  left: 8px;
  top: calc(50% - 11px);
  border: unset;
  width: 18px;
  height: 18px;
  background-color: unset;
}
.search-results-section{
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  z-index: 9;
  width: 567px;
  max-height: 600px;
  overflow-y: auto;
  padding: 10px;
}
.article-search-box{
  margin-top: 8px;
  transition: .2s;
}
.article-search-box:hover{
  transform: scale(1.01);
}
.article-search-box a{
  display: flex;
  align-items: center;
}
.article-search-box a img{
  object-fit: cover;
  min-width: 3.5rem;
  width: 3.5rem;
  height: 2rem;
  border-radius: 3px;
}
.article-search-box a h2{
  font-size: 13px;
  font-family: 'Vazir-FD-WOL';
  color: #000;
  margin: 0 8px 0 0;
  line-height: 17px;
}
.title-cat-search-box, .title-result-search-box{
  position: relative;
}
.title-cat-search-box::before, .title-result-search-box::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f5f9;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
}
.title-cat-search-box span, .title-result-search-box span{
    color: #000;
    font-size: 13px;
    background-color: #fff;
    padding-left: 10px;
    z-index: 1;
}
.title-cat-search-box a, .title-result-search-box a{
  font-size: 13px;
  font-family: 'Vazir-FD-WOL';
  color: #ff4000;
  background-color: #fff;
  padding-right: 8px;
  z-index: 1;
}
.preloader-result-search-header{
  text-align: center;
}
.preloader-result-search-header span {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid;
  border-top-color: rgb(60 60 60 / 65%);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgb(60 60 60 / 65%);
  border-right-color: rgba(0, 0, 0, 0.15);
  -webkit-animation: preloader4 0.8s linear infinite;
  animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader4 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}
.no-result-search-box{
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
}

/* ------------------- about us page and contact us page -------------------------------- */
.section-one-about-us, .section-one-contact-us {
  background-image: url(./assets/images/bg-banner-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  margin-top: 20px;
}
.section-one-contact-us{
  direction: ltr;
}

/* .team-pic-workPage img{
  width: 50px;
} */

.about-us-box, .contact-us-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #0f1723c4;
  border-radius: 8px;
}

.about-us-box h2 , .contact-us-box h2 {
  font-size: 30px;
  color: #FA622F;
  font-family: 'Kahroba-FD-B-EHC';
  text-align: center;
}

.about-us-box p, .contact-us-box p {
  text-align: justify;
  line-height: 32px;
  margin: 20px 0 0 0;
  direction: rtl;
}

.bottom-section-one {
  margin-bottom: -64px;
  margin-top: 20px;
}

.history-box, .email-box {
  width: fit-content;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #0f172380;
  box-shadow: 0 4px 11px 3px rgb(53 67 121 / 16%);
}

.history-box:first-child {
  margin-left: 30px;
}

.history-box img {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.history-box p, .email-box p {
  font-size: 14px;
}

.history-box p span {
  color: #fa622f;
}

.section-two-about-us {
  margin-top: 6rem;
}

.section-two-about-us .images-section-two img {
  width: 100%;
}

.text-box-section-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 15px;
}

.text-box-section-two h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.text-box-section-two p {
  line-height: 35px;
  text-align: justify;
}

.section-three-about-us, .content-Members-of-site {
  margin-top: 50px;
}

.title-section-about-us h2 {
  font-size: 22px;
  padding: 0 25px;
  background-color: #fff;
  margin-top: -16px;
  width: fit-content;
  margin-bottom: 0;
}

.title-section-about-us::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #091238;
}

.social-media-item {
  width: fit-content;
  margin: 35px 0 0 25px;
}

.social-media-item a {
  border: 1px solid #0f172380;
  box-shadow: 0 4px 11px 3px rgb(53 67 121 / 16%);
  border-radius: 8px;
  padding: 10px 25px;
  transition: .2s;
}

.social-media-item a:hover {
  transform: scale(0.9);
}

.social-media-item a svg {
  width: 45px;
  height: 45px;
}

.social-media-item a span {
  color: #354379;
  margin-top: 10px;
}

.section-four-about-us {
  margin-top: 70px;
}

.image-and-text-section-four {
  margin-top: 35px;
  background-color: #E5E6E6;
  padding: 50px 0 0;
}

.image-section-four-about-us img {
  width: 100%;
  margin-bottom: -60px;
}

.text-section-four-about-us {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
}

.text-section-four-about-us p {
  text-align: justify;
}

.recruitment-email svg {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

.recruitment-email-box {
  margin-right: 5px;
  background-color: #fff;
  padding: 6px 18px 4px;
  border-radius: 8px;
  color: #FF4000;
  font-size: 14px;
}

.section-five-about-us {
  margin-top: 120px;
}

.text-section-five-about-us {
  margin-top: 35px;
}

.text-section-five-about-us ul {
  padding-right: 15px;
}

.text-section-five-about-us ul li {
  list-style: disc;
  line-height: 32px;
  font-family: 'Vazir-FD-WOL';
  margin-bottom: 15px;
  text-align: justify;
}
.help-email-box svg{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.help-email-box span{
  font-size: 14px;
}
.help-email{
  margin: 0 30px -2px 0;
  color: #FF091C;
}
.section-two-contact-us, .section-three-contact-us{
  margin-top: 80px;
}
.des-section-about-us{
  color: #354379
}
.des-section-about-us p{
  text-align: center;
}
.info-text:first-child span:first-child{
  font-size: 20px;
}
.info-text svg{
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.map-location iframe{
  width: 100%;
  border-radius: 15px;
}
.info-section{
  height: 100%;
  padding-left: 20px;
}
.image-section-three-contact-us{
  text-align: center;
}
.contact-us-form .gf_browser_chrome{
 margin: 0;
}
.contact-us-form form .gform_body ul.gform_fields li{
  padding: 0 !important;
  margin-top: 10px;
}
.contact-us-form form .gform_body ul.gform_fields li .ginput_container input, .contact-us-form form .gform_body ul.gform_fields li .ginput_container textarea{
  font-family: 'Vazir-FD-WOL';
  border-radius: 8px;
  border: 1px solid #354379;
  padding: 8px 10px !important;
  width: 100%;
  margin-top: 10px;
}
.contact-us-form .gform_footer{
  display: flex;
  justify-content: end;
  margin-top: 15px;
}
.contact-us-form .gform_footer .gform_button{
  margin: 0 !important;
  padding: 8px 30px;
  border: unset;
  background-color: #FF4000;
  color: #fff;
  border-radius: 8px;
}
.contact-us-form .gfield_required{
  color: red;
}

/* ------------------- archive page -------------------------------- */
.cat-Description-archive .descrption-box{
 padding: 25px;
}
.cat-Description-archive .descrption-box p{
  text-align: justify;
}
.cat-Description-archive .count-posts{
  text-align: end;
  font-family: 'Vazir-Bold-FD-WOL';
  font-size: 14px;
  color: #7D7B7B;
}
.cat-Description-archive .count-posts svg{
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.posts-archive{
  margin-top: 30px;
}
.content-archive{
  padding: 25px;
}
.Arrangement-of-items {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.Arrangement-btn-archive {
  background-color: transparent;
  border: unset;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
  padding: 8px;
  border-radius: 8px;
  margin-right: 15px;
}
.Arrangement-btn-archive.active {
  background-image: linear-gradient(to right, #ff091c, #f3690e);
}
.Arrangement-btn-archive svg {
  width: 25px;
  height: 25px;
}
.Arrangement-btn-archive.active svg path {
  fill: #fff;
}
.content-archive article {
  position: relative;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #cccccc;
  transition-duration: 0.3s;
}
.content-archive article:hover {
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
  transform: scale(1.02);
}
.content-archive article a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.item-post-archive{
  margin-bottom: 22px;
}
.row-archive article a {
  padding: 10px;
}
.row-archive .item-post-archive article a {
  flex-direction: row;
  justify-content: unset;
}
body .row-archive article a img{
  width: 25%;
  height: 180px;
  border-radius: 8px;
}
.content-archive article a img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: auto;
}
.row-archive .main-item-archive{
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-item-archive .title_single_post {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: .9rem;
  padding: 10px 15px 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
.row-archive .title_single_post {
  display: block;
  text-align: unset;
}
.content-archive article a p {
  padding: 0 15px;
  text-align: center;
  font-size: 0.9rem;
  color: #a2a1a1;
  line-height: 25px;
}
.row-archive article a p {
  text-align: unset;
  line-height: 34px;
}
.content-archive .time-and-comments {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.content-archive .time-and-comments {
  align-items: center;
}
.row-archive .time-and-comments {
  justify-content: end;
  align-items: center;
} 
.content-archive .time-and-comments span,
.content-archive .time-and-comments div{
  font-size: 12px;
  font-family: 'Vazir-FD-WOL';
}
.row-archive .time-and-comments div:first-child {
  display: flex;
  align-items: center;
}
.time-and-comments span {
  color: #808080;
}
.time-and-comments span {
  padding-left: 5px;
}
.time-and-comments span.counter-like{
  margin-top: -4px;
}
.content-archive .wpulike{
  padding: 0;
}
.row-archive .time-and-comments div:first-child {
  display: flex;
  align-items: center;
}
.row-archive .wpulike{
  margin-left: 10px;
}
.wp_ulike_general_class {
  border: 1px solid;
  border-radius: 30px;
  padding: 2px 6px 3px 11px;
}
.wp_ulike_general_class.wpulike_up_vote {
  border-color: #5eead4;
  margin-left: 10px;
}
.row-archive .time-and-comments div:first-child {
  display: flex;
  align-items: center;
}
.wp_ulike_general_class button {
  font-weight: 400 !important;
  padding: 0 !important;
}
.main-item-archive .wpulike button.wp_ulike_btn.wp_ulike_put_text {
  min-width: 0;
}
.wp_ulike_general_class span.wp_ulike_counter_up {
  color: #14b8a6;
}
.wp_ulike_general_class span.count-box {
  padding: 0;
  font-size: 14px;
  margin-right: 5px;
}
.wp_ulike_general_class.wpulike_down_vote {
  border-color: #fca5a5;
}
.wp_ulike_general_class span.wp_ulike_counter_down {
  color: #dc2626;
}
.post-pagination {
  width: 100%;
  text-align: center;
}
.post-pagination span.current {
  background-image: linear-gradient(to right, #ff091c, #f3690e);
  color: #fff;
  padding: 4px 14px;
  border-radius: 14px 0;
  margin: 0 5px;
}
.post-pagination a {
  font-family: 'Vazir-FD-WOL';
  padding: 0 10px;
  margin: 0 2px;
  font-size: 14px;
  color: #000;
}
.post-pagination .dots{
  display: inline-block;
}
.posts-archive .title_single_post::after {
  content: " ";
  width: 50px;
  height: 2px;
  background-color: #ff1325;
  margin-top: 10px;
}
.sidebar-box-title{
  margin: 12px 0 20px;
}
.sidebar-box-title::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #091238;
  margin-bottom: -12px;
}
.sidebar-box-title h2{
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  padding-left: 10px;
  width: fit-content;
}
.archive-cryptcurrency-box a{
  direction: ltr;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 15px;
}
.archive-cryptcurrency-box img{
  width: 32px;
  height: 32px;
}
.archive-cryptcurrency-box span{
  font-size: 14px;
  color: #000;
  font-family: sans-serif;
}
.icon-and-symbol-archive span{
  margin-left: 5px;
  font-family: sans-serif;
}
.items-box-analysis{
  transition: .2s;
}
.items-box-analysis:hover{
  transform: scale(1.02);
}
.items-box-analysis .thumbnail-and-title-item img{
  width: 30%;
  max-width: 100px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 10px;
}
.items-box-analysis .thumbnail-and-title-item  h2{
  font-family: 'Vazir-FD-WOL';
  font-size: 14px;
  width: 70%;
  line-height: 25px;
  text-align: justify;
}
.items-box-analysis a, .items-box-analysis a:hover{
  color: #000;
}
.items-box-analysis a .time-items-box-analysis{
  text-align: left;
  margin-top: -8px;
}
.items-box-analysis a .time-items-box-analysis span{
  font-size: 12px;
  font-family: 'Vazir-Bold-FD-WOL';
  color: #676767;
}
.main-item-archive .time-and-comments div:nth-child(2){
  display: flex;
}
.search-results .breadcrumbs a, .search-results .breadcrumbs span{
  font-size: 16px !important;
}
.search-results .breadcrumbs span em{
  font-style: normal;
}

/* -------------------------- single page (breakin-news) ------------------------ */
.breadcrumbs{
  margin-bottom: 10px;
  text-align: center;
}
.breadcrumbs a{
  font-size: 16px !important;
  font-family: 'Vazir-FD-WOL' !important;
}
.sp-link-cat-breadcrumb{
  color: #7d7b7b;
}
.title_single_post{
  text-align: center;
  padding: 15px 15px 0 15px;
  line-height: 30px;
}
.sp-body-breaking-news .sp-top-breaking-news img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}
.bg-sp-main-breakin-news {
  padding: 0px 30px 30px 30px;
}
.breakin-news .date-publish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cccc;
  font-size: 14px;
  font-family: 'Vazir-FD-WOL';
}
.breakin-news .sp-time-and-writer{
  display: flex ;
}
.breakin-news .sp-time-publish svg {
  width: 18px;
  margin-left: 4px;
}
.sp-content-blog {
  line-height: 35px;
  text-align: justify;
}
.sp-content-blog h2 {
  font-size: 21px;
  margin: 15px 0;
  color: #202124;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 55%, rgb(242 246 252) 100%);
  border-top: 1px solid #fa3016;
}
.breakin-news .sp-content-blog {
  margin-top: 16px;
}
.sp-content-blog p {
  margin-bottom: 10px !important;
}
.sp-content-blog .sp-tags {
  font-family: 'Vazir-FD-WOL';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
}
body .sp-content-blog .sp-tags a {
  background-color: #fff;
  color: #000;
  padding: 2px 15px;
  margin: 6px;
  border-radius: 8px;
  box-shadow: inset 0 0px 5px 0px rgb(0 0 0 / 16%);
  font-weight: normal;
  font-size: 12px;
  transition: .2s;
}
.sp-content-blog .sp-tags a:hover, .sp-external-link span:hover {
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(to right, #ff091c, #f3690e);
}
.sp-external-link {
  font-family: 'Vazir-FD-WOL';
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
}
.sp-external-link .sp-breaking-news-post-source {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.sp-external-link span {
  margin-right: 8px;
  color: #000;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: inset 0 0px 5px 0px rgb(0 0 0 / 16%);
  padding: 2px 15px;
  transition: .2s;
}
.writer-post {
  margin-top: 20px;
  padding: 15px;
}
.writer-post img {
  width: 150px;
  height: 150px;
  max-height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.writer-info-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wirter-name-post {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.writer-description-post {
  text-align: justify;
  line-height: 32px;
}
.writer-profile-page {
  display: flex;
  justify-content: left;
  margin-top: 15px;
}
.writer-profile-page a {
  font-family: 'Vazir-FD-WOL';
  padding: 6px 15px 8px;
  font-size: 14px;
  border-radius: 8px;
  background-image: linear-gradient(to right, #ff091cde, #f3690ed4);
  color: #fff !important;
  transition: .2s;
}
.writer-profile-page a:hover {
  transform: scale(1.07);
  color: #fff;
}
.sp-content-tab-menu-res {
  display: none;
}
.comments-wrapper .comment-reply-title {
  font-size: 18px;
  margin: 0px 0px 15px;
}
.comments-wrapper p {
  margin-bottom: 10px;
  line-height: 30px;
  padding: 0 !important;
}
body .comment-form p.logged-in-as a {
  color: #000;
}
.comments-wrapper .comment-form .comment-form-comment{
  margin-top: 15px;
}
.comments-wrapper .comment-form p textarea {
  width: 100%;
  height: 200px;
}
.comments-wrapper .comment-form input,
.comments-wrapper .comment-form p textarea {
  font-size: 14px;
  border: 1px solid #b3b3b3;
  margin: 8px 0;
  padding: 5px 11px;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.comments-wrapper .form-submit {
  margin: 0;
  text-align: end;
}
.comments-wrapper .comment-form input.submit {
  padding: 6px 11px !important;
  margin-bottom: 0;
  background-image: linear-gradient(to right, #ff091c, #f3690e);
  color: #fff;
  margin-top: 0px;
  border: unset;
}
.comments-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.comments-wrapper .comment-respond{
  margin-top: 20px;
}
.comments-wrapper .comment-respond, .comments-wrapper .comment-body{
  padding: 15px;
  border: 1px solid #B3B3B3;
  border-radius: 15px;
  box-shadow: 0 4px 13px 8px rgb(0 0 0 / 5%);
}
.comments-wrapper .comment-form .comment-form-author,
.comments-wrapper .comment-form .comment-form-email {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.comments-wrapper .comment-form p label {
  font-weight: 600;
}
.comments-wrapper .comment-form .comment-notes,
.comment-author span.says,
.comments-wrapper h3#comments {
  display: none;
}
.comments-wrapper ol.commentlist {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.comments-wrapper ol.commentlist li.comment {
  margin-bottom: 20px;
}
.comment-author img.avatar {
  width: 45px;
  height: 45px;
  border-radius: 13px;
}
.comment-author cite {
  font-style: normal;
  font-weight: 500;
  margin-right: 20px;
}
.comments-wrapper .comment-meta a {
  font-family: 'Vazir-FD-WOL';
  padding-right: 70px;
  font-size: 12px;
  color: #807f79;
}
.comments-wrapper div.reply a,
.comments-wrapper ol.commentlist li.comment .comment-body p,
.comments-wrapper ol.commentlist ul.children em {
  color: #807f79;
  font-size: 15px;
  margin-top: 10px;
  padding-right: 70px !important;
  text-align: justify;
  line-height: 30px;
}
.comments-wrapper .wpulike {
  display: inline-flex;
  padding: 10px 70px 0 0;
}
.comments-wrapper .reply {
  float: left;
}
.comments-wrapper .reply .comment-reply-link {
  font-family: 'Vazir-FD-WOL';
  background-color: antiquewhite;
  border-radius: 30px;
  padding: 3px 12px 7px 12px !important;
  margin-right: 8px;
  font-size: 13px;
}
body .comment-form p {
  padding: 0 !important;
}
#cancel-comment-reply-link {
  font-family: 'Vazir-FD-WOL';
  float: left;
  font-size: 14px;
  background-image: linear-gradient(to right, #ff091c, #f3690e);
  color: #fff;
  padding: 8px 10px 10px;
  border-radius: 6px;
  margin-right: 6px;
}
.comments-wrapper ol.commentlist ul.children {
  margin-right: 0px;
  padding: 20px 20px 0px 0px;
  border-radius: 8px;
  list-style: none;
}
.comments-wrapper .children .comment-body{
  background-color: #58ff0214;
}
.section-main-blog .sp-content-blog blockquote {
  background: url(./assets/images/Quote.png) no-repeat;
  background-position: 16px;
  background-size: 28px;
  background-color: #dee6e65c;
  border-radius: 0;
  border-right: 5px solid #f6c120;
  color: #000;
  margin-bottom: 1.5rem;
  padding: 0.8rem 1rem 0.8rem 64px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.items-box-sidebar-single-page{
  transition: .2s;
}
.items-box-sidebar-single-page:hover {
  transform: scale(1.03);
}

/* -------------------------- technical single page ------------------------ */
.main-technical {
  position: relative;
  padding: 15px 15px 30px 15px;
  overflow: hidden;
}
.technical-analysis .title_single_post{
    padding: 0;
    margin-bottom: 10px;
}
.main-technical .sp-name-cat {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.main-technical .breadcrumbs a, .main-technical .sp-study-learn{
  font-size: 14px !important;
}
.single .section-main-blog td,
.single tfoot,
.single .section-main-blog th,
.single .section-main-blog thead,
.single .section-main-blog tr,
.main-technical td,
.main-technical tfoot,
.main-technical th,
.main-technical thead,
.main-technical tr {
  padding: 7px 7px;
  text-align: center;
  border: 1px solid #ff8d00;
}
.single .section-main-blog thead td,
.main-technical thead td {
  background-color: #dfdfdf;
}
.single .section-main-blog:not(:has(thead)) tr:first-child,
.main-technical:not(:has(thead)) tr:first-child {
  background-color: #dfdfdf;
}
.zoom-container {
  position: relative;
  overflow: hidden;
}
.zoomable_image {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  transform-origin: center center;
}
.zoomed-in {
  transform: scale(1.5);
  cursor: zoom-in;
}
.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
}
.more-and-less-btns {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.more-btn,
.less-btn {
  border: unset;
  background-color: transparent;
  right: calc(50% - 24.5px);
  color: #0C68F4;
  transition: .2s;
  font-family: 'Vazir-FD-WOL';
}
.more-btn:hover,
.less-btn:hover {
  transform: scale(1.09);
}
.less-btn {
  display: none;
}
.less-btn svg {
  transform: rotate(180deg);
}
.sp-item-boxs-blog{
  padding: 14px;
}
.sp-item-boxs-blog .title-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.sp-item-boxs-blog .title-box img {
  width: 45px;
  height: 45px;
  margin-left: 8px;
}
.sp-item-boxs-blog .title-box h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.progress-ring {
  transform: scale(0.9);
  width: 40px;
  height: 40px;
  float: left;
}
.bg-loader {
  fill: none;
  stroke-width: 2px;
  stroke: #dfdfdf;
}
.ring {
  fill: transparent;
  stroke: #f3690ec4;
  stroke-width: 2px;
  stroke-dasharray: 61;
  stroke-dashoffset: 61;
  transform-origin: center;
  transform: rotate(90deg);
  animation: progress 60s linear infinite;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 61;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.sp-item-boxs-blog .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.sp-item-boxs-blog .item-box .title-item-box {
  color: #686868cc;
}
.sp-item-boxs-blog .item-box span {
  font-size: 14px;
  font-weight: 500;
}
.sp-item-boxs-blog .item-box .price-item strong, .sp-item-boxs-blog .item-box strong {
  font-size: 12px;
}
.sp-item-boxs-blog .item-two-box{
  margin-bottom: 0;
}
#dexscreener-embed {
  padding-bottom: 0 !important;
}
#dexscreener-embed iframe {
  position: relative !important;
  width: 100% !important;
  height: 500px !important;
}
#ez-toc-container {
  background: #fff;
  border: 1px solid #fa3016;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
}
#ez-toc-container .ez-toc-title-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
#ez-toc-container .ez-toc-title {
  color: #2b2b2b;
  font-family: Kahroba-FD-M !important;
  font-size: 18px;
}
#ez-toc-container .ez-toc-title-toggle {
  border: 1px solid #dedede;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.ez-toc-icon-toggle-span,
.ez-toc-title-toggle a,
.ez-toc-title-toggle a label {
  cursor: pointer;
}
#ez-toc-container nav ul.ez-toc-list {
  border-top: 1px solid #fa3016;
  margin-top: 10px;
  padding-top: 10px;
}
.Table-of-Contents #ez-toc-container ul li {
  list-style: none;
  margin-bottom: 5px;
  border-bottom: 1px solid #fa351b57;
  padding-bottom: 5px;
  transition: .2s;
}
#ez-toc-container ul li:hover {
  transform: scale(1.03);
}
#ez-toc-container ul li a {
  color: #2b2b2b;
  font-size: 14px;
  font-family: 'Vazir-FD-WOL';
  line-height: 30px;
}

#ez-toc-container ul li:last-child {
  border-bottom: unset;
}
.technical-analysis #ez-toc-container{
  margin-top: 20px;
}
.sidebar-technical-page .items-box a img{
    width: 100%;
    height: 110px;
    margin: 0;
    object-fit: cover;
    border-radius: 8px;
    transition: .2s;
}
.sidebar-technical-page .items-box a img:hover{
  transform: scale(1.03);
}
#main-technical .wpulike{
  justify-content: center;
}

/* -------------------------- Articles single page ------------------------ */
#articls-main-page{
  padding: 15px;
}
#articls-main-page .title_single_post{
  padding: 0;
}
.sp-top-single-page img.attachment-post-thumbnail {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  border-radius: 8px;
  height: auto;
}

.section-top-blog {
  margin-bottom: 25px;
}
.sp-top-single-page {
  position: relative;
}
.sp-top-single-page .sp-name-cat {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #f2f6fc;
  padding: 8px 5px 8px 5px;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  line-height: 20px;
}
.sp-top-single-page .sp-study-learn {
  position: absolute;
  right: 0;
  top: 60px;
  background-color: #f2f6fc;
  padding: 8px 5px 8px 5px;
  border-radius: 6px 0 0 6px;
  font-size: 13px;
  line-height: 20px;
}
body .breadcrumbs-and-date {
  margin-top: 18px;
}
.breadcrumbs-and-date .date-publish {
  text-align: end;
  font-size: 14px;
  font-weight: 500;
}
.section-top-blog .wpulike {
  justify-content: center;
  padding: 0;
}
.sp-content-blog ul {
  padding-right: 1rem;
  margin-right: 15px;
}
.sp-content-blog #ez-toc-container ul li{
  list-style: disc;
}
.sp-content-blog #ez-toc-container ul li:hover {
  transform: unset;
}
.single .accordion h2 {
  font-size: 25px;
  margin: 15px 0;
  color: #202124;
  background: #f2f6fc;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  border: unset;
}
.single .accordion-button:not(.collapsed) {
  background-color: unset;
  color: #212529;
}
.single .accordion .accordion-item{
 border-top: 1px solid #f93815;
}
.sp-content-blog button.accordion-button.collapsed{
 border: unset;
}
#articls-body-page .writer-profile-page a{
  padding: 0px 12px 2px;
}
#articls-body-page div#accordionPanelsStayOpenExample, #articls-body-page .accordion .accordion-item:last-child{
  margin-bottom: 0;
}

/* -------------------------- sidebar (single) ------------------------ */
.sidebar-box .items-box-sidebar-single-page a img {
  max-width: 20%;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.sidebar-box .items-box-sidebar-single-page a h2 {
  font-family: 'Vazir-FD-WOL';
  font-size: 14px;
  max-width: 80%;
  padding-right: 15px;
  margin: 0;
  line-height: 26px;
  color: #000;
}

.sidebar-box .time-items-box {
  text-align: end;
  font-size: 12px;
  margin-top: -5px;
}

/* -------------------------- fearAndGreed ------------------------ */
.data-box-token {
  width: 100%;
  height: 208px;
  max-height: 205px;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  padding: 15px;
}
/* 
.data-box-token-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
} */
.fearAndGreed-body .gauge-container {
  width: 100%;
  position: relative;
}
.fearAndGreed-body .gauge-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  font-size: 24px;
  font-weight: bold;
}
.data-box-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Vazir-FD-WOL';
}
.fearAndGreed-body .gauge-container svg {
  width: 100%;
}
.fearAndGreed-body #gauge-text{
  font-size: 14px;
}
.fearAndGreed-body #fearAndGreedMarker{
  display: none;
}

/* -------------------------- global metrics and toman token price ------------------------ */
.item-Daminans-data svg{
  width: 40px;
  height: 40px;
}
.item-Daminans-data span{
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
}
.marketcap-box span, .toman-tokenPrice-box span{
  font-weight: 600;
  direction: ltr;
}
.marketcap-box #marketcap-percent, .toman-tokenPrice-box #toman-tokenPrice-percent{
  margin-left: 12px;
  font-size: 14px;
}
#toman-tokenPrice-number{
  direction: rtl;
}

.skeleton-loading {
  color: transparent;
  background: linear-gradient(to right, #e0e0e0 0%, #f0f0f0 50%, #e0e0e0 100%);
  background-size: 200px 100%;
  border-radius: 5px;
  animation: shimmer 1.5s infinite;
}
#bitcoin-dominans.skeleton-loading,
#ethereum-dominans.skeleton-loading,
#marketcap-number.skeleton-loading,
#marketcap-percent.skeleton-loading,
#toman-tokenPrice-number.skeleton-loading,
#toman-tokenPrice-percent.skeleton-loading {
  display: inline-block;
  width: 30%;
  height: 25px;
}
.gauge-info.skeleton-loading{
  display: inline-block;
  width: 25%;
  height: 50px;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }

  100% {
    background-position: 200px 0;
  }
}

/* ------------------- login and register -------------------------------- */
.login-and-register-btn{
    border: unset;
    background-color: transparent;
}
body .login-and-register-modal{
  color: #000;
}
body .login-and-register-modal .btn-close {
  margin: 0;
}
.custom-auth-form .form-group input, .switch-to-register-main, .login-and-register-modal .form-message{
  font-family: 'Vazir-Bold-FD-WOL';
}
.login-and-register-modal .btn-close:focus{
  box-shadow:unset;
}

/* -------------------------- darkmode ------------------------ */
.dark .about-us-box, .dark .history-box , .dark .title-section-about-us h2, .dark .recruitment-email-box, .dark .contact-us-box, .dark .email-box
, .dark .sidebar-box-title h2, .dark .comments-wrapper .comment-form input
, .dark .comments-wrapper .comment-form p textarea, .dark .more-and-less-btns, .dark #ez-toc-container, .dark .sp-top-single-page .sp-name-cat
, .dark .sp-top-single-page .sp-study-learn, .dark .search-results-section, .dark .title-cat-search-box a, .dark .title-result-search-box a{
  background-color: #030211;
}
.dark .sp-content-blog h2, .dark .title-cat-search-box span, .dark .title-result-search-box span{
  background: #030211;
  color: #fff;
}
.dark .history-box{
  border: 1px solid #a3a3a380;
}
.dark .title-section-about-us::before, .dark .contact-us-form form .gform_body ul.gform_fields li .ginput_container input,
.dark .contact-us-form form .gform_body ul.gform_fields li .ginput_container textarea, .dark .sidebar-box-title::before
, .dark .title-cat-search-box::before, .dark .title-result-search-box::before{
  background-color: #a3a3a380;
}
.dark .contact-us-form form .gform_body ul.gform_fields li .ginput_container input,
.dark .contact-us-form form .gform_body ul.gform_fields li .ginput_container textarea{
  border: 1px solid #cbcbcb;
}
.dark .social-media-item a span, .dark .des-section-about-us p, .dark .archive-cryptcurrency-box span, .dark .main-item-archive .title_single_post, .dark .items-box-analysis a
, .dark .post-pagination a, .dark .title_single_post, .dark .single-post .breadcrumbs a, .dark .sidebar-box .items-box-sidebar-single-page a h2
, .dark .section-main-blog .sp-content-blog blockquote, .dark .sp-external-link .sp-breaking-news-post-source, .dark .comment-form p.logged-in-as a, .dark .wpulike button.wp_ulike_btn.wp_ulike_put_text
, .dark .comments-wrapper ol.commentlist li.comment .comment-body p, .dark .comments-wrapper ol.commentlist ul.children em, .dark .sp-item-boxs-blog .item-box .title-item-box
, .dark #ez-toc-container .ez-toc-title, .dark #ez-toc-container ul li a, .dark .comments-wrapper .comment-form p textarea, .dark .comments-wrapper .comment-form input
, .dark .single .accordion-button:not(.collapsed), .dark .article-search-box a h2, .dark .no-result-search-box, .dark .login-and-register-modal, .dark .login-and-forgot button#switch-to-forgot-password
, .dark .custom-auth-form .form-group input{
  color: #fff;
}
.dark .sp-content-blog .sp-tags a, .dark .sp-external-link span{
  background-color: #52545e;
  color: #fff;
}
.dark .social-media-item a{
  box-shadow: 0 4px 11px 3px rgb(255 255 255 / 20%);
}
.dark .image-and-text-section-four{
  background-color: #0b0a1b;
}
.dark .wpulike button.wp_ulike_btn, .dark .ez-toc-icon-toggle-span svg{
  filter: invert(1);
}
.dark .comments-wrapper .children .comment-body{
  background-color: #5757576e;
}
.dark .preloader-result-search-header span {
  border-top-color: rgba(154, 154, 154, 0.65);
  border-bottom-color: rgba(70, 70, 70, 0.15);
  border-left-color: rgba(154, 154, 154, 0.65);
  border-right-color: rgba(70, 70, 70, 0.15);
}
.dark .login-and-register-modal .modal-content, .dark .custom-auth-form .form-group input{
    background-color: #091238;
}
.dark .login-and-register-modal .btn-close{
    filter: invert(1);
}

/* ------------------------------------- plugin dark mode ------------------------------------ */
.dark .switch-to-register-main #switch-to-register,
.dark .switch-to-login-main #switch-to-login{
  color: #969696;
}
.dark .item-profile-sidebar .item-counter, .dark .post-container-comment .accordion-item .accordion-button, .dark .post-container-comment .accordion-body
, .dark .input-edit-profile input, .dark .item-add-post input, .dark .select-post-analysis, .dark .upload-cover-image, .dark .upload-analysis-post-image
, .dark .title-resetPassword::before, .dark  .select-token-post .dropdown-toggle, .dark .select-token-post .dropdown-menu{
  background-color: #333333;
}
.dark .switch-btn-return, .dark .resend-btn, .dark .analytic-post-texts h2, .dark .timestamp-analytic-post, .dark .analytic-post-texts p, .dark .like-counter-analytic span
, .dark .analytic-post-writer span, .dark .title-post-comment, .dark .input-edit-profile input::placeholder, .dark .item-add-post input, .dark .select-post-analysis::placeholder
, .dark .input-edit-profile input::placeholder, .dark .item-add-post input::placeholder, .dark .select-token-post .dropdown-toggle, .dark .select-post-analysis
, .dark .select-token-post .dropdown-menu li span{
  color: #fff;
}
.dark .otp-form-body .tooltip-number svg{
  filter: invert(1);
}
.dark .main-profile, .dark .item-analytic-post, .dark .analytic-token, .dark .profile-sidebar-body, .dark .post-container-comment .item-comment-reply
, .dark .follow-profile-btn.following, .dark .title-resetPassword h2{
  background-color: #212121;
}
.dark .item-profile-sidebar a{
  color: #fff !important;
}
.dark .editor-posts, .dark .empty-contaier-template svg{
  filter: invert(1);
}

/* -------------------------- responsive ------------------------ */
@media only screen and (min-width:320px) and (max-width:1400px) {
  .image-section-three-contact-us img{
    width: 100%;
  }
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
  .sidebar-box .items-box-sidebar-single-page a img{
    max-width: 25%;
  }
  .sidebar-box .items-box-sidebar-single-page a h2{
    max-width: 75%;
  }
}
@media only screen and (min-width:320px) and (max-width:1200px) {
  .data-box-title{
    font-size: 13px;
  }

}
@media only screen and (min-width:320px) and (max-width:992px) {
    body p {
      font-size: 14px;
    }
    .about-us-box h2, .contact-us-box h2{
      font-size: 22px;
    }
    .history-box img{
      width: 30px;
      height: 30px;
    }
    .images-section-two{
      margin-top: 20px;
    }
    .image-and-text-section-four{
      padding: 25px 0 25px;
    }
    .image-section-four-about-us img{
      margin-bottom: 0;
    }
    .text-section-four-about-us{
      padding-bottom: 0;
    }
    .text-box-section-two{
      padding: 0;
    }
    .info-section{
      padding: 0;
    }
    .info-text span, .info-text:first-child span:first-child, .contact-us-form .gform_body .gfield_label, .contact-us-form form .gform_body ul.gform_fields li .ginput_container input,
    .contact-us-form form .gform_body ul.gform_fields li .ginput_container textarea, .contact-us-form .gform_footer .gform_button{
      font-size: 14px;
    }
    .info-text svg{
      width: 20px;
      height: 20px;
    }
    .map-location{
      margin-top: 20px;
    }
    .section-three-contact-us{
      margin-top: 50px;
    }
    .image-section-three-contact-us img {
      margin-top: 20px;  
    }
    .title-section-about-ush2{
      font-size: 20px;
    }
    .sp-content-tab-menu-res {
      display: block;
    }

    .sp-content-tab-menu-res {
      margin-top: 20px;
    }

    .item-tab-menu-res {
      display: flex;
    }

    .item-tab-menu-res li a {
      padding: 12px 12px;
      display: block;
      margin-right: 6px;
      font-size: 14px;
      color: #000;
    }

    .single-post .breadcrumbs {
      margin-top: 10px;
    }

    .single-post .breadcrumbs a {
      font-size: 14px !important;
    }
    .Table-of-Contents nav ul.ez-toc-list {
      display: none;
    }
    #ez-toc-container .ez-toc-title{
      font-size: 16px;
    }
    .technical-analysis .sp-item-boxs-blog, .main-technical {
      margin-top: 20px;
    }
    .main-technical .breadcrumbs a,
    .main-technical .sp-study-learn {
      font-size: 12px !important;
    }
    .single-post .main-technical .breadcrumbs{
      margin-top: 0;
    }
    .single-post .sidebar-technical-page .related-news-box{
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    .search-results-section{
      top: 68px;
      left: 13%;
      width: 75%;
      max-height: 300px;
    }
    .article-search-box a h2{
      line-height: 20px;
    }
    .cat-Description-archive, .posts-archive{
      margin-top: 20px;
    }
    .search-results .breadcrumbs a,
    .search-results .breadcrumbs span{
      font-size: 14px !important;
    }
    .cat-Description-archive .descrption-box{
      padding: 20px;
    }
    #loginRegisterModal .modal-content{
      font-size: 14px;
    }
    #loginRegisterModal .modal-title{
      font-size: 16px;
    }
    #loginRegisterModal .modal-header, #loginRegisterModal .modal-body{
      padding: 5px;
    }
    .custom-auth-form .form-group input{
      padding: 12px;
    }
    .login-and-forgot button,
    .submit-and-return button{
      padding: 10px;
    }

}
@media only screen and (min-width:320px) and (max-width:768px) {
    .history-box{
      flex-direction: column;
      padding: 10px;
    }
    .history-box img{
      margin: 0;
    }
    .history-box p{
      text-align: center;
    }
    .social-media-about-us{
      flex-wrap: wrap;
    }
    .title-section-about-us h2{
      font-size: 20px;
      margin-top: -14px;
      padding: 0 10px;
    }
    .social-media-item{
      margin: 20px 6px 0 6px;
    }
    .social-media-item a svg{
      width: 35px;
      height: 35px;
    }
    .social-media-item a span,  .text-section-five-about-us ul li{
      font-size: 14px;
    }
    .section-four-about-us, .section-five-about-us {
      margin-top: 50px;
    }
    .recruitment-email{
      margin-top: 15px;
    }
    .content-archive article a{
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 10px;
    }
    .Arrangement-of-items, .content-archive article a p{
      display: none;
    }
    .text-section-five-about-us, .bread-crump{
      margin-top: 20px;
    }
    .content-archive article a img{
      width: 80px !important;
      height: 80px !important;
      object-fit: cover;
      border-radius: 8px;
    }
    .archive-cryptcurrency-box span, .items-box-analysis .thumbnail-and-title-item h2{
      font-size: 12px;
    }
    .posts-archive .title_single_post::after{
      content: unset;
    }
    .content-archive .time-and-comments{
      padding: 10px 15px 15px;
      justify-content: start;
    }
    .main-item-archive .title_single_post{
      font-size: 13px;
      text-align: unset;
    }
    .content-archive{
      padding: 15px;
    }
    .item-post-archive{
      margin-bottom: 15px;
    }
    .wp_ulike_general_class span.count-box, .writer-profile-page a, body .form-submit .submit{
      font-size: 12px;
    }
    .wp_ulike_general_class{
      /* padding: 0px 2px 1px 8px; */
      padding: 2px 11px;
    }
    .main-item-archive{
      width: 75%;
    }
    .sp-body-breaking-news .title_single_post,
    .sp-content-idioms-page .title_single_post {
      font-size: 1rem;
    }
    .sp-content-blog h2 {
      font-size: 18px;
    }
    .writer-image-box{
      text-align: center;
    }
    .writer-post img {
      width: 120px;
      height: 120px;
    }
    .wirter-name-post {
      font-size: 16px;
      margin-top: 15px;
      margin-bottom: 5px;
    }
    .writer-description-post {
      font-size: 14px;
    }
    .breakin-news .date-publish {
      font-size: 12px;
    }
    .comment-author img.avatar {
      float: right;
      width: 35px;
      height: 35px;
      margin-top: 5px;
    }
  .comment-author cite {
    margin-right: 10px;
  }
  .comments-wrapper .comment-meta a {
    padding-right: 10px;
  }
  .comments-wrapper div.reply a,
  body .section-main-blog .comments-wrapper ol.commentlist li.comment p,
  .comments-wrapper ol.commentlist ul.children em{
    padding-right: 0 !important;
    margin-top: 5px;
    font-size: 14px;
  }
  .comments-wrapper .wpulike {
    padding: 0;
  }
  body .section-main-blog .comments-wrapper ol.commentlist li.comment p{
    margin: 5px 0 !important;
  }
  .comments-wrapper ol.commentlist ul.children {
    padding: 15px 15px 0px 0px;
  }
  .sp-content-tab-menu-res .item-tab-menu-res {
    padding: 0;
    margin: 0;
  }
  #articls-body-page .item-tab-menu-res li {
    line-height: 20px;
  }
  .sp-top-single-page img.attachment-post-thumbnail {
    max-height: 16em;
  }
  #articls-main-page{
    margin-top: 10px;
  }
  .sp-top-single-page .sp-name-cat,
  .sp-top-single-page .sp-study-learn {
    top: 25px;
    font-size: 12px;
    line-height: 10px;
  }
  .section-top-blog .breadcrumbs-and-date .like-dislike {
    padding: 0;
    margin-top: 10px;
  }
  .single .accordion h2{
    font-size: 18px;
    padding: 10px 20px;
  }
  .single .accordion .accordion-button {
    padding: 10px 15px;
    font-size: 14px;
    text-align: right;
  }
}
@media only screen and (min-width:320px) and (max-width:576px){
    .image-section-four-about-us{
      text-align: center;
    }
    .image-section-four-about-us img{
      width: auto;
      margin-bottom: 20px;
    }
    .recruitment-email span{
      font-size: 14px;
    }
    .help-email{
      margin: 10px 0 0 0;
    }
    .content-archive .time-and-comments.like-dislike-body{
      flex-direction: column;
      align-items: flex-start;
    }
    .main-item-archive .time-and-comments div:nth-child(2){
      margin-top: 5px;
    }
}
