.bravo_wrap {
  font-size: 14px;
}
.bravo_wrap .bravo_user_profile {
  background: #f5f7f9;
  padding: 0 100px;
  color: #1A2B48;
}
@media (max-width: 1440px) {
  .bravo_wrap .bravo_user_profile {
    padding: 0;
  }
}
.bravo_wrap .bravo_user_profile .container, .bravo_wrap .bravo_user_profile .container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.bravo_wrap .bravo_user_profile .bravo-more-menu-user {
  position: absolute;
  right: 0px;
  z-index: 1;
  padding: 7px 8px 3px;
  color: #263a53;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  cursor: pointer;
}
.bravo_wrap .bravo_user_profile .bravo-more-menu-user i {
  font-size: 24px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .bravo-more-menu-user {
    display: block;
  }
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-9 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3 {
  background: #263a53;
  color: #fff;
  min-height: 700px;
}
.bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #263a53;
  top: 0;
  min-height: 100%;
  display: block;
  left: -200%;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 99;
    max-width: 250px;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    height: 100%;
    overflow-y: auto;
  }
  .bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3.active {
    transform: translate(0);
  }
}
@media (min-width: 990px) {
  .bravo_wrap .bravo_user_profile > .container-fluid > .row-eq-height > .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.bravo_wrap .bravo_user_profile .user-profile-avatar {
  margin-bottom: 10px;
  background: #263a53 !important;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .user-profile-avatar {
    padding-top: 35px;
  }
}
.bravo_wrap .bravo_user_profile .user-profile-avatar:before, .bravo_wrap .bravo_user_profile .user-profile-avatar:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .avatar-new {
  width: 50px;
  margin-right: 15px;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .avatar-new img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .avatar-new .avatar-text {
  background: #656c77;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  padding-top: 4px;
  position: relative;
  font-size: 25px;
  top: 0;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .info-new {
  padding-top: 7px;
  text-align: center;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .info-new h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  padding: 2px;
}
.bravo_wrap .bravo_user_profile .user-profile-avatar .info-new p {
  margin-bottom: 5px;
  line-height: 15px;
  font-size: 10px;
}
.bravo_wrap .bravo_user_profile .user-profile-plan {
  border-bottom: 1px solid #243553;
  margin-bottom: 15px;
  background: #263a53 !important;
  padding-bottom: 15px;
  text-align: center;
}
.bravo_wrap .bravo_user_profile .user-profile-plan a {
  color: #fff;
  font-size: 13px;
  background: #d66c00;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}
.bravo_wrap .bravo_user_profile .sidebar-user .bravo-close-menu-user {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 34px;
  line-height: 30px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .sidebar-user .bravo-close-menu-user {
    display: block;
  }
}
.bravo_wrap .bravo_user_profile .sidebar-user .logo {
  padding: 25px 0 30px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .sidebar-user .logo {
    display: none;
  }
}
.bravo_wrap .bravo_user_profile .sidebar-user .logo .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bravo_wrap .bravo_user_profile .sidebar-user .logo .avatar-text {
  background: #656c77;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  font-size: 34px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bravo_wrap .bravo_user_profile .sidebar-menu {
  border-bottom: solid 1px #243553;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active > a, .bravo_wrap .bravo_user_profile .sidebar-menu ul li:hover > a {
  color: #5191FA;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active > a i, .bravo_wrap .bravo_user_profile .sidebar-menu ul li:hover > a i {
  color: #5191FA;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active.has-children > i:after, .bravo_wrap .bravo_user_profile .sidebar-menu ul li:hover.has-children > i:after {
  color: #5191FA;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li a {
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  position: relative;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  transition: all 0.3s;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li .caret {
  position: absolute;
  right: -15px;
  top: 0px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li .caret:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f104";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li .children {
  display: none;
  transition: all 0.3s;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li .children li a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active_child .children {
  display: block;
}
.bravo_wrap .bravo_user_profile .sidebar-menu ul li.active_child .caret:after {
  content: "\f107";
}
.bravo_wrap .bravo_user_profile .sidebar-menu .children {
  margin-left: 25px;
}
.bravo_wrap .bravo_user_profile .logout a {
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  position: relative;
  text-decoration: none;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .logout a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow: none;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .user-form-settings {
  height: 100%;
  padding: 15px 10px;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_user_profile .user-form-settings {
    padding: 15px 0;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .breadcrumb-page-bar {
  background: white;
  display: table;
  position: relative;
  width: 100%;
  color: #263a53;
  border: 1px solid #e8e8e8;
}
.bravo_wrap .bravo_user_profile .user-form-settings .breadcrumb-page-bar .page-breadcrumb {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 8px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .breadcrumb-page-bar .page-breadcrumb > li {
  display: inline-block;
}
.bravo_wrap .bravo_user_profile .user-form-settings .breadcrumb-page-bar .page-breadcrumb > li a {
  color: #263a53;
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar {
  display: block;
  padding: 20px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .title-bar {
    padding: 15px 0;
    font-size: 24px;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .title-bar {
    font-size: 18px;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar .btn-change-password {
  font-size: 14px;
  padding: 7px 12px;
  background: #263a53;
  color: #fff;
  font-weight: normal;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: all 0.3s;
  float: right;
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar .btn-change-password:hover {
  border-radius: 5px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .title-bar .btn-change-password {
    top: -5px;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar .title-action {
  float: right;
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar .title-action .btn {
  font-size: 14px;
  padding: 5px 12px;
  font-weight: normal;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: all 0.3s;
  float: right;
  margin-left: 5px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .title-bar .title-action .btn:hover {
  border-radius: 5px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .title-bar .title-action .btn {
    top: -5px;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .form-title {
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .form-title {
    font-size: 16px;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .alert ul {
  margin-left: 20px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .upload-btn-wrapper .btn-file {
  position: relative;
  overflow: hidden;
}
.bravo_wrap .bravo_user_profile .user-form-settings .upload-btn-wrapper .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.bravo_wrap .bravo_user_profile .user-form-settings .upload-btn-wrapper .image-demo {
  max-width: 200px;
  margin-top: 15px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .upload-btn-wrapper .btn-file {
  border: solid 1px #ccc;
  font-size: 13px;
  padding: 7px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -1px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .upload-btn-wrapper .text-view {
  background-color: #e9ecef;
  cursor: text;
  padding: 10px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .language-navigation {
  margin-bottom: 20px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .language-navigation ul {
  border: none;
}
.bravo_wrap .bravo_user_profile .user-form-settings .language-navigation ul li {
  margin: 0;
}
.bravo_wrap .bravo_user_profile .user-form-settings .language-navigation ul li a {
  border: solid 1px #ccc;
  border-radius: 0;
  margin-right: 10px;
  background: #fff;
  color: #101010cc;
}
.bravo_wrap .bravo_user_profile .user-form-settings .language-navigation ul li a.active {
  color: #fff;
  border: solid 1px #fa5636;
  background: #FA5636;
}
.bravo_wrap .bravo_user_profile .user-form-settings .terms-scrollable {
  display: flex;
  flex-wrap: wrap;
}
.bravo_wrap .bravo_user_profile .user-form-settings .terms-scrollable label {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .terms-scrollable label {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .terms-scrollable label {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 420px) {
  .bravo_wrap .bravo_user_profile .user-form-settings .terms-scrollable label {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bravo_wrap .bravo_user_profile .user-form-settings .form-group-item .full-h {
  height: 100%;
}
.bravo_wrap .bravo_user_profile .user-form-settings .input-group-append {
  height: 35px;
}
.bravo_wrap .bravo_user_profile .user-form-settings .tab-content hr {
  display: none;
}
.bravo_wrap .bravo_user_profile .user-form-settings .btn-field-upload {
  padding: 7px 10px;
}
.bravo_wrap .bravo_user_profile .no-border-bottom {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.bravo_wrap .bravo_user_profile .form-add-service .nav-tabs {
  background: #263a53;
  padding: 15px 10px;
}
.bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a {
  margin: 0 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a {
    border-bottom: solid 1px transparent;
    width: 100%;
    margin-bottom: 10px;
  }
  .bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a:last-child {
    margin-bottom: 0;
  }
}
.bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a.active:before {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a.active:before {
    display: none;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .nav-tabs a.active {
    border-bottom: solid 1px #fff;
  }
}
.bravo_wrap .bravo_user_profile .form-add-service .tab-content {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .form-add-service .tab-content {
    padding: 15px;
  }
}
.bravo_wrap .bravo_user_profile .form-add-service .tab-content .panel .panel-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.bravo_wrap .bravo_user_profile .form-add-service .tab-content .panel .panel-body .panel-body-title {
  font-size: 14px;
}
.bravo_wrap .bravo_user_profile .form-add-service .tab-content input.form-control, .bravo_wrap .bravo_user_profile .form-add-service .tab-content select.form-control {
  padding: 0 15px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .tab-content input.form-control, .bravo_wrap .bravo_user_profile .form-add-service .tab-content select.form-control {
    padding: 0 10px;
    min-width: 60px;
  }
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .tab-content .table-responsive input.form-control, .bravo_wrap .bravo_user_profile .form-add-service .tab-content .table-responsive select.form-control {
    padding: 0;
  }
}
.bravo_wrap .bravo_user_profile .form-add-service .tab-content #nav-attribute .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .btn-remove-item {
  padding: 5px 9px;
  border-radius: 5px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items {
  margin-bottom: 20px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .item {
  border: solid 1px #c4cdd5;
  border-top: 0px;
  padding: 0px 15px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .item .form-control {
  margin-bottom: 10px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .item .form-control:last-child {
  margin-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .item > .row > div {
  padding: 10px;
  border-right: 1px solid #c4cdd5;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .item > .row > div:last-child {
  border-right: 0px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .upload-box {
  padding: 10px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .upload-box svg {
  width: 90px;
  height: 75px;
  margin-bottom: 15px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items .dungdt-upload-box.active .attach-demo {
  padding: 10px !important;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-more {
  display: none;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item label {
  display: block;
  min-height: 20px;
}
.bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items-header {
  font-weight: bold;
  border: solid 1px #c4cdd5;
  padding: 10px;
  text-align: center;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .form-add-service .form-group-item .g-items-header {
    text-align: left;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .topbar-search .text {
  font-size: 24px;
  color: #1A2B48;
  font-weight: normal;
  margin: 0;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item {
  margin-top: 15px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .col-md-9 {
  overflow: hidden;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .col-md-9:last-child .item-tour-list {
  margin-bottom: 0;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .col-md-3 {
  max-height: 180px;
  overflow: hidden;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .sale_info {
  position: absolute;
  width: 80px;
  height: 48px;
  transform: rotate(45deg);
  right: -30px;
  top: -13px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  z-index: 8;
  background-color: #cc0033;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .featured {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 500;
  z-index: 8;
  background: #263a53;
  border-radius: 3px;
  padding: 6px 10px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .thumb-image {
  overflow: hidden;
  height: 170px;
  background: #ccc;
}
@media (max-width: 1280px) {
  .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .thumb-image {
    overflow: hidden;
    min-height: 130px;
    display: flex;
    align-items: center;
    padding: 10px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .thumb-image a img {
  transition: all 0.3s;
  max-width: 100%;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .thumb-image a:hover img {
  transform: scale(1.1);
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .location, .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .rate {
  font-size: 13px;
  color: #5E6D77;
  padding-bottom: 10px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .location, .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .rate {
    padding: 5px 15px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .location i, .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .rate i {
  position: relative;
  font-size: 16px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .category {
  font-size: 13px;
  color: #5E6D77;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .category {
    padding: 5px 15px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .category .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .item-title {
  padding: 15px 0 10px 0;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .item-title {
    padding: 15px 15px 10px 15px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .item-title a {
  color: #1A2B50;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .sale-price {
  margin-right: 3px;
  text-decoration: line-through;
  font-size: 14px;
  color: #cc0033 !important;
  font-weight: 400;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .price {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .control-action {
  text-align: right;
  margin-right: 15px;
  position: absolute;
  right: 13px;
  bottom: 15px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .control-action {
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
    right: 0;
  }
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .control-action .btn {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  min-width: 50px;
  margin: 5px 2px 0px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review {
  display: inline-block;
  position: relative;
  top: 2px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars {
  padding: 0;
  margin: 0;
  width: 90px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars:before, .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars li:last-child {
  margin-right: 0;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars li .fa {
  font-size: 15px;
  color: #FFDC00;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .list-star .booking-item-rating-stars-active {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-review .review {
  position: relative;
  top: -2px;
  font-size: 13px;
  color: #768092;
  margin-right: 5px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-wishlist {
  position: absolute;
  right: 5px;
  z-index: 10;
  top: 0px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-wishlist i {
  transition: all 0.3s;
  font-size: 16px;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-wishlist:hover i, .bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-wishlist.loading i {
  color: #ff9290;
}
.bravo_wrap .bravo_user_profile .bravo-list-item .list-item .item-list .service-wishlist.active i {
  color: #ff0000;
}
.bravo_wrap .bravo_user_profile .booking-history-manager {
  padding: 32px 31px;
  background: #FFF;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_user_profile .booking-history-manager {
    padding: 15px;
  }
}
.bravo_wrap .bravo_user_profile .booking-history-manager .nav-tabs .nav-link {
  padding: 8px 5px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .booking-history-type {
  text-align: center;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .booking-history-type i {
  display: block;
  font-size: 25px;
  color: #626262;
  margin-bottom: 2px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .booking-history-type small {
  line-height: 1em;
  display: block;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs {
  border: none;
  margin-bottom: 37px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs {
    margin-bottom: 15px;
  }
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li {
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li {
    width: 100%;
  }
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li a {
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  color: #1A2B48;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 5px;
  width: 100%;
  display: block;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .tabbable .ht-nav-tabs li.active a {
  color: #5191FA;
  border-bottom: 3px solid #5191FA;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .btn-info-booking {
  color: #FFF;
  width: 80px;
  padding: 2px 0;
  font-size: 13px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .btn-info-booking .fa {
  margin-right: 5px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .btn-make-as {
  color: #FFF;
  width: 80px;
  padding: 2px 0;
  font-size: 13px;
  margin-top: 5px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .btn-make-as .fa {
  margin-right: 5px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .dropdown-menu {
  padding: 2px 5px;
  background: #f3f3f3;
  border-color: #d0d0d0;
  border-left: solid 3px #5191fa;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .dropdown-menu a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  min-width: 175px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .dropdown-menu a:hover {
  color: #5191FA;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .dropdown-menu a i {
  position: relative;
  font-size: 18px;
  top: 2px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-title {
  display: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section {
  padding: 0;
  border-bottom: 1px solid #EAEEF3;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section:last-child {
  border-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section .service-info {
  display: none !important;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .service-info .service-name a {
  color: #1A2B48;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .service-info .service-name a:hover {
  text-decoration: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .service-info .address {
  color: #5E6D77;
  margin-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li .val {
  color: #5E6D77;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li:last-child {
  margin-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li.no-flex {
  display: block;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li ul {
  padding-left: 15px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li.final-total {
  border-top: 1px solid #EAEEF3;
  padding-top: 10px;
  font-size: 19px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li.final-total .label {
  font-weight: 500;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-list li.final-total .val {
  font-weight: 500;
  color: #3490dc;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DAE1E7;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul li .val {
  color: #5E6D77;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul li:last-child {
  margin-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul li.no-flex {
  display: block;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .booking-review .booking-review-content .review-section ul li ul {
  padding-left: 15px;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review {
  padding: 10px 0;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review .booking-review-content .review-section {
  border: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review .booking-review-content .review-section:first-child {
  display: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review .booking-review-content .review-section .final-total {
  border: none;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review .booking-review-content .no-flex ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.bravo_wrap .bravo_user_profile .booking-history-manager .more-booking-review .booking-review .total-review {
  padding-top: 10px;
}
.bravo_wrap .bravo_user_profile .bravo-pagination {
  margin-bottom: 20px;
}
.bravo_wrap .bravo_user_profile .bravo-pagination:before, .bravo_wrap .bravo_user_profile .bravo-pagination:after {
  content: "";
  display: table;
  clear: both;
}
.bravo_wrap .bravo_user_profile .bravo-pagination .count-string {
  float: left;
}
.bravo_wrap .bravo_user_profile .bravo-pagination ul.pagination {
  float: right;
}
.bravo_wrap .bravo_user_profile .bravo-pagination ul.pagination .page-item:last-child {
  margin-right: 0;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item {
  padding: 21px 32px;
  background-color: #FFFFFF;
  min-height: 154px;
  position: relative;
  height: 100%;
  border-radius: 5px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item {
    padding: 15px 0;
    min-height: auto;
  }
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item .wrap-box {
  text-align: center;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item .wrap-box .title {
  letter-spacing: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item .wrap-box .number {
  letter-spacing: 0;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item .wrap-box .number {
    font-size: 28px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item.purple {
  background-color: #8892d6;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item.info {
  background-color: #45bbe0;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item.pink {
  background-color: #F06292;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item.success {
  background-color: #78c350;
  color: #fff;
}
.bravo_wrap .bravo_user_profile .bravo-user-dashboard .dashboard-price-info .dashboard-item div.icon {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 30px;
}
.bravo_wrap .bravo_user_profile .bravo-user-chart {
  padding: 21px 32px;
  background-color: #FFFFFF;
  min-height: 154px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .bravo_wrap .bravo_user_profile .bravo-user-chart {
    padding: 15px;
    margin-top: 15px;
  }
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  line-height: 35px;
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title .action-control {
  position: absolute;
  right: 0px;
  top: 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title .action-control {
    position: relative;
  }
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title .action-control .form-control {
  border-radius: 5px;
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title .action-control #reportrange {
  background: #fff;
  cursor: pointer;
  padding: 0px 15px;
  border: 1px solid #ccc;
  font-weight: normal;
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .chart-title .action-control #reportrange .fa {
  margin-left: 5px;
}
.bravo_wrap .bravo_user_profile .bravo-user-chart .bravo-user-render-chart {
  height: 200px;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search {
  position: relative;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .parent_text {
  box-shadow: none;
  position: relative;
  border: solid 1px #ccc;
  padding: 15px;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  background: #fff;
  padding: 0;
  top: 100%;
  margin-top: 0px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #dee2e6;
  z-index: 9999;
  max-height: 300px;
  overflow-y: auto;
  right: 0;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete {
    margin-top: 10px;
    border-radius: 0;
    right: 0;
    left: -55px;
    background: #f1f1f1;
  }
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item {
  cursor: pointer;
  padding: 10px 15px;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item:nth-child(2n) {
  background: #fff;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item:last-child {
  margin-bottom: 0;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item .h-line {
  font-weight: 500;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
  color: #828282;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .item:hover {
  background: #f5f4f7;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete .message {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #424242;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete.on-message .list-item {
  display: none;
}
.bravo_wrap .bravo_user_profile .form-group-smart-search .smart-search .bravo-autocomplete.on-message .message {
  display: block;
}
.bravo_wrap .bravo_user_profile .form-group {
  position: relative;
}
.bravo_wrap .bravo_user_profile .form-group .input-icon {
  position: absolute;
  bottom: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  left: 1px;
  text-align: center;
  color: #b3b3b3;
  transition: 0.3s;
  z-index: 1;
}
.bravo_wrap .bravo_user_profile .btn {
  transition: all 0.3s;
}
.bravo_wrap .bravo_user_profile .control-map-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.bravo_wrap .bravo_user_profile .control-map-group #map_content {
  width: calc(100% - 270px);
  margin-right: 20px;
  min-height: 300px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .control-map-group #map_content {
    margin-right: 0;
  }
}
.bravo_wrap .bravo_user_profile .control-map-group .g-control {
  width: 250px;
  border: solid 1px #cccc;
  border-radius: 5px;
  padding: 15px 15px 5px;
}
@media (max-width: 766px) {
  .bravo_wrap .bravo_user_profile .control-map-group .g-control {
    position: relative;
    width: 100%;
  }
}
.bravo_wrap .bravo_user_profile .control-map-group .g-control label {
  min-width: 75px;
  display: inline-block;
}
.bravo_wrap .bravo_user_profile .control-map-group .bravo_searchbox {
  width: 250px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 0;
  height: 45px;
}
.bravo_wrap .bravo_user_profile .badge {
  font-size: 12px;
  text-transform: capitalize;
  min-width: 50px;
  display: inline-block;
}
.bravo_wrap .bravo_user_profile .badge.badge-publish {
  color: #fff;
  background-color: #28a745;
}
.bravo_wrap .bravo_user_profile .badge.badge-approved {
  color: #fff;
  background-color: #28a745;
}
.bravo_wrap .bravo_user_profile .badge.badge-pending {
  color: #212529;
  background-color: #ffc107;
}
.bravo_wrap .bravo_user_profile .badge.badge-spam {
  color: #fff;
  background-color: #dc3545;
}
.bravo_wrap .bravo_user_profile .badge.badge-trash {
  color: #fff;
  background-color: #6c757d;
}
.bravo_wrap .bravo_user_profile .badge.badge-draft {
  color: #fff;
  background-color: #6c757d;
}
.bravo_wrap .bravo_user_profile .g-lang {
  padding: 10px 5px 10px;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bravo_wrap .bravo_user_profile .g-lang:last-child {
  margin-bottom: 0;
}
.bravo_wrap .bravo_user_profile .g-lang .title-lang {
  font-size: 13px;
  position: absolute;
  top: -20px;
  background: #ccc;
  padding: 0px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
}
.bravo_wrap .bravo_user_profile .btn.btn-primary {
  background: var(--main-color);
}
.bravo_wrap .bravo_user_profile .btn[type=submit] {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.bravo_wrap .bravo_user_profile .card-candidate .panel-body .col-md-6, .bravo_wrap .bravo_user_profile .card-candidate .panel-body .col-md-12, .bravo_wrap .bravo_user_profile .card-location .panel-body .col-md-6, .bravo_wrap .bravo_user_profile .card-location .panel-body .col-md-12, .bravo_wrap .bravo_user_profile .card-seo-meta .panel-body .col-md-6, .bravo_wrap .bravo_user_profile .card-seo-meta .panel-body .col-md-12 {
  margin-bottom: 20px;
}
.bravo_wrap .bravo_user_profile .card-candidate .control-map-group #map_content, .bravo_wrap .bravo_user_profile .card-location .control-map-group #map_content, .bravo_wrap .bravo_user_profile .card-seo-meta .control-map-group #map_content {
  min-height: 344px;
}
.bravo_wrap .bravo_user_profile .card-social .form-control {
  min-height: 38px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items {
  margin-bottom: 10px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item {
  border: solid 1px #c4cdd5;
  border-top: 0px;
  padding: 0px 15px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item .form-control {
  margin-bottom: 10px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item .form-control:last-child {
  margin-bottom: 0px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item > .row > div {
  padding: 10px;
  border-right: 1px solid #c4cdd5;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item > .row > div:last-child {
  border-right: 0px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item textarea.full-h {
  height: 100%;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items .item textarea {
  resize: vertical;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-more {
  display: none;
}
.bravo_wrap .bravo_user_profile .form-group-item label {
  display: block;
  min-height: 20px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-items-header {
  font-weight: bold;
  border: solid 1px #c4cdd5;
  padding: 10px;
  text-align: center;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-lang {
  padding: 10px 5px 10px;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-lang:last-child {
  margin-bottom: 0;
}
.bravo_wrap .bravo_user_profile .form-group-item .g-lang .title-lang {
  font-size: 13px;
  position: absolute;
  top: -20px;
  background: #ccc;
  padding: 0px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  left: -1px;
}

.dungdt-upload-box {
  max-width: 250px;
  position: relative;
}
.dungdt-upload-box .upload-box {
  background: #fafbfc;
  text-align: center;
  border: 1px solid rgba(195, 207, 216, 0.3);
  padding: 30px 20px;
  transition: all 0.2s;
}
.dungdt-upload-box .upload-box svg {
  width: 120px;
  height: 100px;
  margin-bottom: 15px;
}
.dungdt-upload-box .upload-box:hover {
  border: 1px solid #c3cfd8;
}
.dungdt-upload-box .attach-demo {
  background: #fafbfc;
  text-align: center;
  border: 1px solid rgba(195, 207, 216, 0.3);
  transition: all 0.2s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.dungdt-upload-box .attach-demo img {
  max-width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dungdt-upload-box .upload-actions, .dungdt-upload-box .attach-demo {
  display: none;
}
.dungdt-upload-box.active .upload-actions {
  display: flex;
}
.dungdt-upload-box.active .upload-box {
  display: none;
}
.dungdt-upload-box.active .attach-demo {
  display: block;
  padding: 0;
}
.dungdt-upload-box .delete {
  color: white;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
}
.dungdt-upload-box .delete i {
  color: white;
}
.dungdt-upload-box:hover .delete {
  display: block;
}

.dungdt-upload-multiple .attach-demo {
  margin: 0px -7px;
  flex-wrap: wrap;
}
.dungdt-upload-multiple .attach-demo .image-item {
  margin-bottom: 10px;
  padding: 0px 7px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.dungdt-upload-multiple .attach-demo .image-item .delete {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.dungdt-upload-multiple .attach-demo .image-item:hover .delete {
  display: block;
}
.dungdt-upload-multiple .attach-demo .image-item .inner {
  border: 1px solid rgba(195, 207, 216, 0.3);
  background: #fafbfc;
  width: 120px;
  height: 100px;
  position: relative;
}
.dungdt-upload-multiple .attach-demo .image-item .inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 576px) {
  #cdn-browser-modal {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #cdn-browser-modal {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #cdn-browser-modal {
    max-width: 1140px;
  }
}
#cdn-browser-modal .modal-dialog {
  padding: 0;
  margin: 0;
}
#cdn-browser-modal .modal-content {
  padding: 0 !important;
  height: 90vh !important;
}
@media (max-width: 766px) {
  #cdn-browser-modal .cdn-browser .files-nav {
    padding: 10px 0;
  }
  #cdn-browser-modal .cdn-browser .files-nav .col-left.d-flex.align-items-center {
    display: none !important;
  }
}
#cdn-browser-modal .close-modal {
  display: none;
}
#cdn-browser-modal .btn.btn-primary {
  background: var(--main-color);
}
#cdn-browser-modal .browser-actions .col-left {
  align-items: center;
}
#cdn-browser-modal .browser-actions .col-left .control-info {
  line-height: 1.2;
}

@media (max-width: 766px) {
  .modal .modal-title {
    font-size: 18px !important;
  }
}
@media (max-width: 766px) {
  .modal .modal-content {
    padding: 15px;
  }
}

.user-panel {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.user-panel .panel-title {
  padding: 14px 20px;
  border-bottom: 1px solid #dfe4e8;
}
.user-panel .panel-body {
  padding: 20px;
}
.user-panel .panel-body.pd15 {
  padding: 15px;
}
.user-panel .panel-body .tab-content {
  border: solid 1px #dee2e6;
  border-top: none;
  padding: 20px 20px 5px;
}
.user-panel .panel-body .panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #dfe4e8;
  background: #f7f7f7;
}
.user-panel .panel-body-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.user-panel:last-child {
  margin-bottom: 0px;
}

.nav-tabs.vertical-nav {
  border-bottom: 0px;
  padding: 7px 0px;
  display: block;
}
.nav-tabs.vertical-nav .event-name a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav-tabs.vertical-nav .nav-item {
  margin-right: -16px;
}

.nav-tabs.vertical-nav .nav-link.active,
.nav-tabs.vertical-nav .nav-link:hover {
  border-color: #dfe4e8;
  border-right-color: #f4f6f8;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.nav-tabs.vertical-nav .nav-link:hover {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.dates-calendar {
  position: relative;
}

.dates-calendar {
  position: relative;
}
.dates-calendar.loading:before {
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.dates-calendar .fc-event {
  position: relative;
  height: 41px;
  border-radius: 0px;
  top: -25px;
  padding-top: 25px;
  background: none !important;
  border: none;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
.dates-calendar .fc-event .fa-bolt {
  color: #ffab53;
}
.dates-calendar .fc-event .fc-title {
  padding: 1px 5px;
  border-radius: 2px;
  background: #2991ff;
  color: white;
  display: inline-block;
}
.dates-calendar .fc-event.blocked-event .fc-title {
  background: #717171;
  color: white;
}
.dates-calendar .fc-event.active-event .fc-title {
  background: #2c67b1;
  color: white;
}
.dates-calendar .fc-event.full-book-event .fc-title {
  background: #e67e22;
  color: white;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.btn-upload-private-wrap .btn {
  position: relative;
}
.btn-upload-private-wrap .btn-upload-private-file {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

.default-form .form-group:last-child {
  margin-bottom: 20px;
}

.panel-body-title {
  font-size: 15px;
  line-height: 20px;
  color: #202124;
  font-weight: 500;
  margin-bottom: 10px;
}

.applicant-item .candidate {
  display: flex;
  align-items: center;
}
.applicant-item .company-logo {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
}

.control-map-group {
  position: relative;
}
.control-map-group #map_content {
  margin-right: 270px;
  height: 350px;
}
.control-map-group .bravo_searchbox {
  width: 250px !important;
  position: absolute !important;
  top: 10px;
  left: 10px;
  height: 45px !important;
}
.control-map-group .g-control {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  border: solid 1px #cccc;
  padding: 15px 15px 5px;
  border-radius: 5px;
}
