/*
Theme Name: Avante Child
Theme URI: https://themes.themegoods.com/avante/landing
Description: Premium Business & Consulting WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: avante
Template: avante
*/

.side-tab {
  position: fixed;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.side-tab a {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #f1f1f1;
  color: #000;
  text-decoration: none;
  padding: 10px 8px;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


.form-control {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
}
