
  .fme-close-modal {
    float: right;
    cursor: pointer;
    color: #333;
    font-size: 24px;
  }
  
  .fme-close-modal:hover {
    color: #007bff;
  }
  
  .icons {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 20px;
  }
  
  .icons li {
    margin-right: 10px;
    font-size: large;
  }
  
  .icons li a {
    color: #333;
    text-decoration: none;
    font-size: 24px;
  }
  
  .icons li a:hover {
    color: #007bff;
  }
  

  .animate-top{
    position:relative;
    animation:animatetop 0.4s
}
@keyframes animatetop{
    from{top:-300px;opacity:0} 
    to{top:0;opacity:1}
}
.fme-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  overflow: auto;
  z-index: 999999;
}

.fme-modals{
  display: none;
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  text-align: -webkit-center;
}

.fme-modal-content {
  margin: 5% auto;
  width: calc(100% - 60px);
  max-width: 550px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: .3rem;
  outline: 0;
  height: max-content;
}
.fme-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.fme-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0;
    font-size: 1.25rem;
}
.fme-modal-header .fme-close-modal {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
}
.fme-close-modal:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.fme-modal-body {
    flex: 1 1 auto;
    padding: 1rem;
}
.fme-modal-body p {
    margin-top: 0;
    margin-bottom: 1rem;
}


/* buttons */
.fme-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
}
.fme-btn:focus, .fme-btn:hover {
    text-decoration: none;
}
.fme-btnprimary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.fme-btnprimary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.fme-btnsecondary {
   width: 100%;
   position: absolute;
   top:515px;
    color: #fff;
    background-color: #7c8287;
    border-color: #7c8287;
}
.fme-btnsecondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.main_body{
  position: relative;
}
#fme_body_content{
  position: absolute;
  width: 480px;
  height: 50vh;
  background-color: #f0e9e9;
  top: 5px;
  left: 89px;
}
#fme_Receiver_mail{
  width: 100%;
}
   body{
    padding: 20px 60px;
  }
  
  h1{
    font-size: 2em;
    text-transform: uppercase;
  }
  h2{
    font-size: 1.4em;
  }
  
  /* .text{
    padding: 20px;
    border: 1px solid #ececec;
    margin-top: 10px;
  }  */
  
  
  .edit-text{
    box-sizing: border-box;
    /* margin-top:27px; */
    padding: 10px;
    background-color: #f6f6f6;
    min-height: 140px;
    border-radius: 5px;
    border: 1px solid #eee;
    height: max-content;
    inset: 1px;
    top: 174px;
  }
  
  .edit-text:hover,
  .edit-text:focus{
    border: 1px solid transparent;
    outline: none;
    transition: 0.6s;
    box-shadow: none;
    box-shadow: inset 0  0 15px  #eee;
  }
  
  
  button.fme-btn{
    
    margin: 5px;
    font-size: 0.8em;
    background-color: gray;
    color: #fff;
    cursor: pointer;
    position: relative;
    left: 1px;
    top: 7px;
    
  }
  button.fme-btn:hover,button.fme-btn:active{
    background-color: #9c27b0;
    color: #fff;
  }
  .fme_btn_share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
  }
  
  #fme_sent_mail{
    position: relative;
    width:100%;
    overflow: auto;
  }
.main_content {
  max-width: 600px; 
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f8f8;
  font-family: Arial, sans-serif; 
}

/* Headings */
h1, h5 {
  color: #333;
  margin: 0;
}

/* Paragraphs */
p {
  margin: 10px 0;
  line-height: 1.6;
}

/* Title */
.fme_title {
  font-size: 24px;
  font-weight: bold;
}

/* Social title */
.fme_social_title {
  font-size: 18px;
  font-weight: bold;
}

/* Social text */
.fme_social_text {
  font-size: 16px;
}

/* Product description */
.fme_social_disc {
  font-style: italic;
}

/* Footer */
.fme_footer {
  color: #007bff; /* Link color */
  text-decoration: underline;
  font-size: 14px;
}
/* #mbtn{
  position: absolute;
} */

.fme_name_icon{
  position: relative;
  left: 10px;
}

.fme_only_text{
  font-size: 18px;
  font-family: serif;
}

.fme_only_text:hover{
  background-color: #000;
  color: #e9ecef;
}

#fme_ssw_btn{
  position: relative;
  /* top: -9px; */
  cursor: pointer;
}


#fme_ssw_btn_mail{
  position: relative;
  /* top: -7px; */
  cursor: pointer;
}



/* ///////////////////////// Saqib Added ///////////////////////////////  */
.fme_ssw_bg_hover, 
#mbtn{
  line-height: 1;
}

.fme-se-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  border: 0;
  padding: 10px 15px;
}

.fme-se-btn span{
  display: inline-block;
  margin-left: 5px;
}


.fme-icon-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 120px;
}

.icons-IconsOnly{
  justify-content: center;
}
.fme-IconsOnly{
  justify-content: center;
  min-width: 78px;
}


.fme-formatter{
  word-wrap: break-word;
  margin-top: 20px;
}

.fme-formatter-actions{
  display: none;
}

.fme-modal-footer{
  padding: 15px;
}
