* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  font-size: 17px;
}
ul.tabs li:last-child {
  border-bottom: 0px;
}

/* .tab_last { border-right: 1px solid #333; } */

ul.tabs li.active {
  /* background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff; */
  display: block;
}

.tab_content {
  padding: 0px 0px;
  display: none;
}
ul.tabs li.active {
  color: #1aa3d7;
  background: #fff;
  border-radius: 5px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
ul.tabs li.active:first-child {
  border-top: 1px solid #dfdfdf;
}
ul.tabs li.active:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.edit_jobSidebar {
  background: ghostwhite;
  border: 2px solid #9b9999;
  padding: 20px 20px;
  border-radius: 7px;
}
ul.tabs li .list_side .list-sideL i {
  margin-right: 7px;
}
.tab_drawer_heading {
  display: none;
}
.edit-job-sec {
  margin: 50px auto;
  padding: 40px 15px;
}
.list_side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edit_jobFormSec {
  background: #fff;
  border: 1px solid #656565;
  border-radius: 7px;
}
.f_head {
  background: ghostwhite;
  padding: 25px;
  border-radius: 7px 7px 0px 0px;
  border-bottom: 1px solid #656565;
}
.f_footer {
  background: ghostwhite;
  padding: 25px;
  border-radius: 0px 0px 7px 7px;
  border-top: 1px solid #656565;
  text-align: center;
}
.f_head h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
}
.f_body {
  padding: 10px 30px;
}
.f_body h4 {
  margin: 25px auto;
}
.f_body .form-group {
  margin: 30px auto;
}
.f_body .row .form-group {
  margin: 0px auto 30px auto;
}
.f_body .form-group input,
select,
textarea {
  border: 1px solid #656565 !important;
}
.f_body .form-group input:focus {
  border: 1px solid #1aa3d7 !important;
  box-shadow: none !important;
}
.f_body .form-group select:focus {
  border: 1px solid #1aa3d7 !important;
  box-shadow: none !important;
}
.f_body .form-group textarea:focus {
  border: 1px solid #1aa3d7 !important;
  box-shadow: none !important;
}
.f_body .form-group i {
  color: #1aa3d7;
  margin-left: 4px;
  cursor: pointer;
}
.avatar-upload {
  position: relative;
  max-width: 235px;
  margin: 50px auto;
  text-align: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 32px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 100%;
  background: ghostwhite;
  border: 1px solid transparent;
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  border: 1px solid #d1d13b;
}
.avatar-upload .avatar-edit input + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.avatar-upload .avatar-preview {
  margin: auto;
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #d1d13b;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
