.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: white;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 20px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: rgb(170, 69, 238);
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #b66dff;
    color: white;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

select.form-control {
    padding: 17px;
    background: white;
}

.modal-dialog {
    max-width: 75% !important;
    margin: 30px auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 30px auto;
    }
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 5px 15px 8px 15px;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3498DB;
}

div.row:nth-child(18) > div:nth-child(1) > div:nth-child(2) {
  visibility: hidden;
  height: 400px !important;
}
div.row:nth-child(21) > div:nth-child(1) > div:nth-child(2) {
 visibility: hidden;
 height: 400px;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    
    height: 58px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: linear-gradient(to right, #da8cff, #9a55ff) !important;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}