
/*======================================================
*
* Styles for Floating Contact Sidebar settings page
*
========================================================*/


 #fcs-contact-settings{
    margin: 25px 20px 0 20px;
 }
 .fcs-form-title h2{
   font-size: 25px;
   color: #0b82ed;
 }
 .fcs-contact-title{
   width: 210px;
 }
 .fcs-contact-title label{
   font-size: 20px;
 }
 .fcs-input-group{
   display: flex;
   align-items: center;
 }
 #fcs-contact-settings table{
   width: 550px;
   border: 1px solid #c3c4c7;
   border-radius: 5px;
   padding: 40px 0 20px 20px;
 }

 #fcs-contact-settings table td{
   padding-bottom: 20px;
 }
 #fcs-contact-settings h5{
   font-size: 20px;
 }
 #fcs-contact-settings h5{
   font-size: 20px;
   margin: 40px 0 20px 0;
 }
 #fcs-contact-settings .fcs-submit-btn{
   padding-top: 20px;
 }

 #fcs-contact-settings button{
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.fcs-contact-save-msg{
  display: flex;
  justify-content: space-between;
  margin: 20px 40px 20px 20px;
  border-left: 4px solid #00a32a ; 
  background-color: #ffffff;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
}
.fcs-contact-msg-dismiss{
  padding: 0;
  color: #808080;
  border: 2px solid #808080;
  background-color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  margin-right: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}