/* Sign In (Index.html) */
.form_box {
  max-width: 600px;
  display: grid;
  place-items: center;
  height: 100vh;
}

/* Sign In Ends */


/* General */
body {
  background: #D9D9D9;
}

.colored {
  color: #1983C6;
}

.make_small {
  font-size: 14px;
}

/* General Ends */


/* Dashboard Section */
.navbar,
.second_nav {
  background: #1983C6;
}

.navbar ul li {
  padding: 0px 10px;
  margin: 0px 5px;
}


.navbar ul li:hover {
  background: #d9d9d97e;
  border-radius: 50px;
}

.nav_bar_user:hover {
  background: #FBFBFB !important;
  border-radius: 0px;
  color: #FF6647 !important;
}

.navbar_active .nav_item{
  color: #FF6647 !important;
  border-bottom: 1px solid #FF6647;
}


.toggler {
  background: #d9d9d97e;
  border-radius: 50px;
}

.navbar ul li a {
  font-size: 0.85rem !important;
}


.cover {
  margin-top: 0px !important;
}

.travel_search {
  max-width: 300px;
}

/* Dashboard Ends */


/* Uploaded Document */
.span {
  font-size: 10px;
}

.control {
  top: 60px;
}

.upload_input,
.upload_input:focus {
  border: none !important;
  outline: none !important;
}

.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.active-edit,
.active-edit:focus {
  border: 2px solid #007bff3a !important;
  outline: #007bff3a !important;
  border-radius: 10px;
}

/* Uploaded Document Ends */


/* Profile Document */

.team_pics_cover {
  position: relative;
  display: grid;
  place-items: center;
}

.team_pic_edit {
  background: #00000073;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 200px;
  display: grid;
  place-items: center;
  font-size: 30px;
  border-radius: 50%;
  color: white;
  display: none;
}

.team_pics_cover:hover .team_pic_edit {
  display: grid;
}

.assigned_search {
  max-width: 220px;
}

.agency_num {
  font-size: 15px;
}
