.form-error{
  margin-top: 22px;
}
.urgently a{
	color: #e6330f  !important;
}
.active-ad-bt{
  background-color: #c83400 !important;
  color: #fff !important;
}
.company-info-home{
	float: left;
}
.company-title{
	float: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 3px;
}
.company-info-home h5{
	color: #868484;
    font-size: 13px;
}
.skip_a{
  float: right;
}
.field-icon {
  float: right;
  margin-left: -15px;
  margin-top: -30px;
  right: 10px;
  position: relative;
  z-index: 2;
}
/* ====== Profile Pic======*/
.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  /* border-radius: 50%; */
  border: 2px solid #f4f4f4;
  height: 134px;
  width: 134px;
}

.profile-pic input {
  display: none;
}

.profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 134px;
  height: 134px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  /* border-radius: 100px; */
  z-index: 0;
}

.profile-pic .-label {
  cursor: pointer;
  /* height: 134px;
  width: 134px; */
}

.profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
  margin-top: 0;
}

.profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  color: #fff;
  height: 2em;
}
/*end company logo*/
.company-profile label{
  margin-top: 10px;
}
/*======== Right Side bar ==========*/
/*.job-in-sidebar{
	border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    color: #fff;
    background: #303463;
    padding: 25px 25px;
    margin: 0 0 40px 0;
}
.job-in-sidebar h4,h5,a{
	color: #fff;
}
.job-in-sidebar .widget-tabs .widget-text h5 a{
	color: #fff;
}*/
.job-in-sidebar {
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
.job-in-sidebar .title {
    background-color: #303463;
    width: 100%;
    padding: 5px 5px;
}
.job-in-sidebar .title h3 {
    color: #fff;
    text-align: center;
}
.job-in-sidebar .job-contents {
    padding: 10px 19px;
    text-align: left;
}
.job-contents ul {
    list-style: none;
    padding: 0;
}
.job-contents ul li {
    padding: 3px 0;
}
.job-contents a.button {
    margin-top: 20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* validation*/
input, input[type=text], input[type=password], input[type=email], input[type=number], textarea, select{
    margin-bottom: 0;
}
input.error{
    border: 1px solid #f63726;
    /* margin-bottom: 20px; */
}
label.error {
    font-size: 12px;
    color: #f63726;
    /* position: absolute; */
    /* bottom: 17px;
    left: 0;  */
  }
  .form-error{
        /* position: relative; */
  }
/* radio button*/

  
  .l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
  }
  .l-radio:hover, .l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
  }
  .l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    /* border-radius: 10px; */
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  .l-radio input[type=radio] {
    
    border-radius: 10px;
    
  }
  .l-radio input:focus {
    outline: none;
  }
  .l-radio input:checked {
    box-shadow: inset 0 0 0 6px #c8352a;
  }
  .l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
  }

/*======== Dashboard ========*/
.dashboard-right-header {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.dashboard-right {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 30px
}
@media (max-width:991.98px) {
  .dashboard-right {
      display: block;
      padding: 0;
      padding-bottom: 30px
  }
}
.dashboard-right .plan-card {
  background: #fff;
  border: 1px solid #e4e5e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px
}

.dashboard-right .plan-card .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c;
  margin-bottom: 20px
}

.dashboard-right .plan-card .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #18191c;
  margin-bottom: 12px
}

.dashboard-right .plan-card .short-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #767f8c;
  margin-bottom: 32px
}

.dashboard-right .plan-card .btn-group {
  display: flex;
  gap: 12px
}

.dashboard-right .plan-card .btn-group .btn-primary {
  background: #f1f2f4;
  border: none;
  border-radius: 3px;
  color: var(--primary-500);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize
}

.dashboard-right .plan-card .btn-group .btn-primary:hover {
  background: 0 0;
  border-radius: 3px;
  color: #767f8c
}

.dashboard-right .invoice-card {
  background: #fff;
  border: 1px solid #e4e5e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .dashboard-right .invoice-card {
      margin-bottom: 0
  }
}

.dashboard-right .invoice-card .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c;
  margin-bottom: 20px
}

.dashboard-right .invoice-card .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: var(--primary-500);
  margin-bottom: 12px
}

.dashboard-right .invoice-card .invoice-info {
  margin-bottom: 20px
}

.dashboard-right .invoice-card .invoice-info .current-date {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
  color: #18191c;
  margin-bottom: 4px
}

.dashboard-right .invoice-card .invoice-info .started-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #767f8c;
  margin-bottom: 8px
}

.dashboard-right .invoice-card .invoice-info .started-date span {
  color: #18191c
}

.dashboard-right .invoice-card .invoice-info .text {
  margin-bottom: 0
}

.dashboard-right .invoice-card .paynow-btn .btn-primary {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize
}

.dashboard-right .invoice-card .paynow-btn .btn-primary:hover {
  background: #f1f2f4;
  border-radius: 3px;
  color: var(--primary-500)
}

.dashboard-right .invoice-card .paynow-btn .btn-primary:hover path {
  stroke: var(--primary-500)
}

.dashboard-right .benefits-card {
  background: #fff;
  border: 1px solid #e4e5e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px
}

.dashboard-right .benefits-card .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c;
  margin-bottom: 8px
}

.dashboard-right .benefits-card .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 24px
}

.dashboard-right .benefits-card .benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e5e8;
  margin-bottom: 24px
}

.dashboard-right .benefits-card .benefit-list li span {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.43;
  padding-left: 8px
}

.dashboard-right .benefits-card .remaining .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #767f8c
}

.dashboard-right .benefits-card .remaining .remaining-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2
}

.dashboard-right .benefits-card .remaining .remaining-list li span {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.43;
  padding-left: 8px
}

.dashboard-right .payment-card {
  background: #fff;
  border: 1px solid #e4e5e8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px
}

.dashboard-right .payment-card .title-edit-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px
}

.dashboard-right .payment-card .title-edit-wrapper .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c
}

.dashboard-right .payment-card .title-edit-wrapper .edit {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #767f8c
}

.dashboard-right .payment-card .payment-card-info {
  display: flex;
  border-bottom: 1px solid #e4e5e8;
  padding-bottom: 24px;
  margin-bottom: 24px
}

.dashboard-right .payment-card .payment-card-info .logo {
  flex: 0 0 20%
}

.dashboard-right .payment-card .payment-card-info .name {
  flex: 0 0 60%
}

.dashboard-right .payment-card .payment-card-info .name .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #767f8c
}

.dashboard-right .payment-card .payment-card-info .name .account-owner-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c
}

.dashboard-right .payment-card .payment-card-info .date {
  flex: 0 0 20%
}

.dashboard-right .payment-card .payment-card-info .date .title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #767f8c
}

.dashboard-right .payment-card .payment-card-info .date .expire-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c
}

.dashboard-right .payment-card .pin-code h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  color: #18191c
}

.dashboard-right .invoices-table {
  background: #fff;
  border: 1px solid #e4e5e8;
  box-sizing: border-box;
  border-radius: 8px
}

.dashboard-right .invoices-table .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18191c;
  padding: 24px 24px 0 24px;
  margin-bottom: 16px
}

.dashboard-right .invoices-table .table-wrapper {
  padding-bottom: 24px
}

@media (max-width:1200px) {
  .dashboard-right .invoices-table .table-wrapper {
      overflow-x: scroll
  }
}

.dashboard-right .invoices-table .table-wrapper table {
  width: 100%
}

.dashboard-right .invoices-table .table-wrapper table thead {
  background: #f1f2f4
}

.dashboard-right .invoices-table .table-wrapper table thead th {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #5e6670;
  white-space: nowrap;
  padding: 8px 24px
}

.dashboard-right .invoices-table .table-wrapper table tbody tr {
  border-bottom: 1px solid #e4e5e8
}

.dashboard-right .invoices-table .table-wrapper table tbody tr:last-child {
  border-bottom: none
}

.dashboard-right .invoices-table .table-wrapper table tbody td {
  padding: 18px 24px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #474c54
}

.dashboard-right .invoices-table .table-wrapper table tbody td:first-child {
  font-weight: 500;
  color: #18191c
}
.dashboard-right .post-job-item .benefits-tags input:checked~span,
.dashboard-right .post-job-item .benefits-tags span {
    display: inline-block !important
}

.dashboard-right .post-job-item .benefits-tags label:not(checked),
.dashboard-right.post-job-item .benefits-tags input {
    width: auto
}

.dashboard-right .post-job-item .benefits-tags label {
    margin-bottom: 0
}

.single-feature-box {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 24px;
  justify-content: space-between;
  background-color: #d37575a3;
}
.top-feature-content .single-feature-box {
  width: 232px;
  margin-right: 24px;
  flex-grow: 1
}

@media (max-width:991.98px) {
  .top-feature-content .single-feature-box {
      margin-bottom: 24px
  }
}

@media (max-width:575.98px) {
  .top-feature-content .single-feature-box {
      width: 100%;
      margin-right: 0
  }
}

.top-feature-content .single-feature-box:last-child {
  margin-right: 0
}

.top-feature-content .single-feature-box .rt-single-icon-box {
  padding: 20px
}
/* .col-xl-4.col-lg-6.col-md-6:nth-child(2) .single-feature-box {
  background-color: var(--warning-50)
}
.col-xl-4.col-lg-6.col-md-6:nth-child(3) .single-feature-box {
  background-color: var(--success-50)
} */
.single-feature-data h6 {
  font-weight: 600;
  margin-bottom: 4px
}

.single-feature-data p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #18191c;
  opacity: .8;
  margin: 0
}

.tw-text-\[\#767F8C\] {
  --tw-text-opacity: 1;
  color: rgb(118 127 140/var(--tw-text-opacity))
}

.tw-text-\[\#0A65CC\] {
  --tw-text-opacity: 1;
  color: rgb(10 101 204/var(--tw-text-opacity))
}

.tw-text-\[\#474C54\] {
  --tw-text-opacity: 1;
  color: rgb(71 76 84/var(--tw-text-opacity))
}

.tw-text-\[\#191F33\] {
  --tw-text-opacity: 1;
  color: rgb(25 31 51/var(--tw-text-opacity))
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.tw-text-\[\#E05151\] {
  --tw-text-opacity: 1;
  color: rgb(224 81 81/var(--tw-text-opacity))
}

.tw-text-\[\#18191C\] {
  --tw-text-opacity: 1;
  color: rgb(24 25 28/var(--tw-text-opacity))
}

.tw-text-\[\#098023\] {
  --tw-text-opacity: 1;
  color: rgb(9 128 35/var(--tw-text-opacity))
}

.tw-text-\[\#5E6670\] {
  --tw-text-opacity: 1;
  color: rgb(94 102 112/var(--tw-text-opacity))
}

.tw-text-\[\#0BA02C\] {
  --tw-text-opacity: 1;
  color: rgb(11 160 44/var(--tw-text-opacity))
}

.tw-text-\[\#C8CCD1\] {
  --tw-text-opacity: 1;
  color: rgb(200 204 209/var(--tw-text-opacity))
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}
.tw-font-semibold {
  font-weight: 600
}
.single-feature-data p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #18191c;
  opacity: .8;
  margin: 0
}
.single-feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #fff
}

.single-feature-icon i {
  font-size: 32px
}
.col-xl-4.col-lg-6.col-md-6:first-child .single-feature-icon i {
  color: var(--primary-500)
}
.col-xl-4.col-lg-6.col-md-6:nth-child(2) .single-feature-icon i {
  color: var(--warning-500)
}
.col-xl-4.col-lg-6.col-md-6:nth-child(3) .single-feature-icon i {
  color: var(--success-500)
}
/* Radio button */
.button-wrap {
  position: relative;
  /* text-align: center; */
  /* top: 50%; */
  /* margin-top: -2.5em; */
}
/* @media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
} */

.button-label {
  display: inline-block;
  /* padding: 1em 2em; */
  padding-left: 17px;
  padding-right: 17px;
  /* margin: 0.5em; */
  cursor: pointer;
  color: #292929;
  border-radius: 0.25em;
  background: #efefef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.button-label h1 {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-label:hover {
  background: #d6d6d6;
  color: #101010;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
/* @media (max-width: 40em) {
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
} */

.yes-button:checked + .button-label {
  background: #2ECC71;
  color: #efefef;
}
.yes-button:checked + .button-label:hover {
  background: #29b765;
  color: #e2e2e2;
}

.no-button:checked + .button-label {
  background: #D91E18;
  color: #efefef;
}
.no-button:checked + .button-label:hover {
  background: #c21b15;
  color: #e2e2e2;
}

.maybe-button:checked + .button-label {
  background: #4183D7;
  color: #efefef;
}
.maybe-button:checked + .button-label:hover {
  background: #2c75d2;
  color: #e2e2e2;
}

/*========== ==============*/
/*--------------------------------------------------------------
# User Profile Page CSS
--------------------------------------------------------------*/

.profile_job_content {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;
    margin-bottom: 25px;
}
.profile_job_content .headline {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
.profile_job_content .profile_job_detail {
    display: block;
    padding: 20px 30px;
}
.action-circle {
  color: #fff !important;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background: #c8352a;
    /* width: 2.25rem; */
    display: inline-block;
    border-radius: 50%;
    /* line-height: 2.25rem; */
    margin: 0 0.3125rem;
    padding: 12px;
    text-align: center;
}
.submit-field {
  margin-bottom: 28px;
  display: block;
}
.know-more{
  float: right;
}
.skill-item{
  display: inline-block;
  background: #c8352a;
  color: #fff;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 10px;
}
.bg-50{
  background-color: #aed375a3 !important;
}
.default-btn{
  background-color: #c83400;
  color: #fff;
}
