.dashboard-content-wrapper {
  padding: 25px 25px 25px 55px;
}

.job-list {
  padding: 20px;
}

.background-premium {
  background: rgba(36, 109, 248, 0.15);
  position: relative;
}

.background-premium:after {
  content: " ";
  position: absolute;
  background: url("../images/icon/accepted.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: contain;
  bottom: 14px;
  right: 10px;
}

.background-premium:hover {
  background: rgba(36, 109, 248, 0.25);
}

.select2-container {
  background: white;
  border: 0 solid;
  outline: none;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.6rem;
  position: relative;
}

.select2-container:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #000;
  top: 17px;
  right: 10px;
}

#webcam-video {
  max-width: 100%;
}

.dashboard-section {
  margin-top: 15px;
  position: relative;
}

.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 2px;
  outline: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  max-width: 100%;
}

.select2-results__options {
  max-height: 400px;
  overflow-y: scroll;
}

.select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  display: inline-block;
  margin-left: 10px;
}

.select2-results__option[aria-selected="true"] {
  cursor: pointer;
  background: rgba(59, 123, 255, 0.15);
}

.select2-container .select2-selection--multiple .select2-search--inline {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.job-filter-wrapper .banner-home {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  max-width: 100%;
  display: block;
  max-height: 500px;
  margin-top: 50px;
  height: auto;
  overflow: hidden;
}

.job-filter-wrapper .banner-home img {
  width: 100%;
}

.account-entry .modal-body .account-type a.active,
.account-entry .modal-body .account-type a:hover {
  height: auto;
  border: 2px solid white;
}

.account-entry .modal-body .more-option .form-check .form-check-input {
  margin-top: 10px;
}

table td .avatar-small {
  width: 100px;
}

.job-list .seaman-thumb {
  width: 131px;
  height: 180px;
  margin-bottom: 0;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 0;
}

.bs-searchbox .form-control {
  width: 100% !important;
  margin: 0;
}

.home-input-search
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
  margin-top: 18px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.searchAndFilter .dropdown-menu {
  padding-top: 0;
}

.searchAndFilter .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0 10px;
}

.searchAndFilter input {
  border-bottom: 1px solid #ccc;
  border-image: none;
}

.job-list .button-seaman {
  margin-left: 0;
  padding: 6px 33px;
  font-family: "Raleway-Black", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  background: linear-gradient(to right, #246df8, #8e2de2);
  color: white;
  border: 0;
  border-radius: 3px;
  transition: all 0s ease;
}

.button-area > a {
  text-decoration: none;
}

.add_resume,
.post_job {
  width: 210px;
  height: 70px;
}

.add_resume:hover,
.post_job:hover {
  border: 2px solid #ffffff;
  width: 210px;
  height: 70px;
}

.footer-widget.widget-about .about-contact {
  cursor: pointer;
}

.feedback-row {
  width: 100%;
  margin: 0;
}

.feedback-list .body p {
  line-height: 1.3rem;
  font-size: 1.6rem;
}

.feedback-list .body .description {
  margin-top: 15px;
  margin-bottom: 15px;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.job-apply-form .apply:hover {
  background: #246df8;
  border: 0;
  transition: all 0s ease;
}

.job-apply-form .apply {
  color: #ffffff;
  border-color: #246df8;
  background: #8e2de2;
  background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
  background: linear-gradient(to right, #246df8, #8e2de2);
  margin-right: 10px;
  border: 0;

  padding: 14px 30px;
  border-radius: 3px;
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.premium-badge {
  background: linear-gradient(to right, #246df8, #8e2de2);
  color: #ffffff;
  padding: 5px 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.download-resume {
  width: 220px;
  text-align: right;
  display: block;
  margin: 0;
}

.ship-iformation span,
.companies-iformation span {
  padding-left: 0;
  padding-right: 10px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.icon-company {
  width: 20px;
}

.display-block {
  display: block !important;
}

.job-list .button {
  min-width: 150px;
}

.resume-list .name-info .name-surname-rank {
  padding-left: 0;
}

.job-list .body {
  padding-left: 30px;
  width: calc(100% - 30px);
}

.form-group select {
  background: white;
  border: 0 solid;
  outline: none;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  font-size: 1.6rem;
}

.collection-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.form-group textarea {
  overflow: auto;
  width: 100%;
  resize: none;
  border: 1px solid #ebebeb;
  padding: 10px;
}

.hidden-input {
  display: none;
}

.change-avatar {
  align-items: baseline;
  color: inherit;
  text-align: start !important;
}

.dashboard-sidebar .dashboard-menu ul li.active a {
  border-radius: 0;
}

.breadcrumb-button-job .add-resume,
.breadcrumb-button-job .post-job {
  min-width: 200px;
  max-width: 200px;
}

.header-top-account .account-card {
  width: 320px;
}

.login-modals,
.header-top-account {
  min-width: 320px;
  text-align: right;
}

.header-top .header-top-toggler .header-top-toggler-button:before {
  content: "\f007";
}

.seaman,
.company {
  display: none;
}

.seaman.is_visible,
.company.is_visible {
  display: block;
}

.seaman .form-group,
.company .form-group {
  margin-bottom: 0 !important;
}

.account-entry .modal-body .more-option {
  margin-top: 20px;
  margin-bottom: 20px;
}

#auth-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 50px auto;
}

.header-top .header-top-toggler .header-top-toggler-button:before,
.cp-nav .navbar-toggler.collapsed .navbar-toggler-icon,
.cp-nav-2 .navbar-toggler .navbar-toggler-icon,
.cp-nav .navbar-toggler .navbar-toggler-icon {
  color: #212529;
}

.cookie-info {
  position: fixed;
  display: none;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 21px;
  z-index: 2147483647;
  color: rgb(51, 51, 51);
  line-height: 21px;
  padding: 8px 18px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  text-align: center;
  bottom: 0px;
  opacity: 1;
  background: #f2f2f2;
}

.cookie-info .cookie-close {
  float: right;
  display: block;
  padding: 5px 8px;
  min-width: 100px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  background: rgb(141, 46, 227);
  text-align: center;
  opacity: 0.7;
}

.cookie-info .cookie-close:hover {
  color: white;
  background: rgb(141, 46, 227);
  opacity: 1;
}

.cookie-info span {
  display: block;
  padding: 5px 0 5px 0;
}

.dashboard-sidebar .dashboard-menu ul li a {
  width: calc(100% - 40px);
}

.about-table-5px .table td,
.about-table-5px .table th {
  padding: 7px;
  font-size: 12px;
  line-height: 16px;
}

.cp-nav .navbar-collapse .navbar-nav li a {
  font-weight: 600;
}

.filter-title {
  text-transform: uppercase;
  font-size: 18px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow-y: visible;
  font-size: 16px;
}

.job-list .body .content .info span.company-name {
  color: #212529;
  font-weight: 600;
}

.job-list .body .content .description p {
  line-height: 2rem;
  font-size: 1.6rem;
}

.job-list .body .content .contact-info p {
  font-weight: 600;
}

.btn.btn-big {
  padding: 10px 25px;
  font-size: 1.5rem;
}

.dashboard-start {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.dashboard-container.dashboard-start .dashboard-content-wrapper {
  width: 100%;
  padding: 50px;
}

.dashboard-start .basic-info-input h4 {
  margin-bottom: 35px;
  text-align: center;
}

.dashboard-start .collection-row:first-child .collection-delete-row {
  display: none;
}

.dashboard-start .collection-add-row {
  display: block;
  margin: 0 auto;
}

.dashboard-start .save-section {
  text-align: center;
}
