.franchisee_view_btn{
  display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 0.8em 1.4em;
    /* padding-right: 4.7em; */
    background: #009ED8;
    border: none;
    color: white;
    transition: 0.2s;
    font-size: 15px;
}
/* .franchisee_view_btn:before{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: inherit;
    padding-bottom: inherit;
    width: 2.8em;
    content: "\00a0";
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition: 0.2s;
    transform-origin: 50% 60%;

} */
/* .franchisee_view_btn:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
} */
/* .check_franchisee:after{
  content: "\f06e";
  
} */
.check_franchisee{
  background: #139675;
}
.franchisee_view_btn:before{
  /* background: rgba(0, 0, 0, 0.1); */
}
.check_franchisee:hover{
  background: #0d6952;
  color: white;
}
.check_franchisee:hover:after{
  webkit-animation: none;
    -webkit-transform: scale(1.4);
    animation: none;
    transform: scale(1.4);
}


/* .franchisee_view_btn2:after{
  content: "\F054";
} */


.franchisee_view_btn2{
  /* color: white;
  background: #139675; */
  background: unset;
    border: 3px solid black;
    color: black;
    border-radius: 10px;
    font-weight: 600;
  
}
.franchisee_view_btn2:hover{
  /* background: #0d6952; */
  /* color: white; */
  border : 3px solid #1f9cef;
  color : #1f9cef;
}

.franchisee_view_btn2:hover:after{
  -webkit-animation: bounceright 0.3s alternate ease infinite;
    animation: bounceright 0.3s alternate ease infinite;
}