/* pricing page css start */
.custom-table {
  margin: 30px 0;
  border-color: #D1D1D1;
}

.custom-table thead {
  /* background: #108489; */
  /* color: #FFFFFF; */
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.price-calculator-table thead,
.add-price-table thead {
  background: #108489;
  color: #FFFFFF;
}

.price-calculator-table thead th {
  text-align: center;
}

.custom-table thead th,
.custom-table tbody td {
  text-align: center;
  vertical-align: middle;
}

.sub-table-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.price-calculator .form-control,
.price-calculator .form-select {
  border: 1px solid #E5E5E5;
  border-radius: 0;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #64666C;
}

.price-calculator .form-select {
  padding: 10px 30px 10px 10px
}

.custom-table .text-orange {
  color: #E74B23;
}

.add-row,
.pay-out-btn {
  padding: 10px 24px;
  background: #E54C25;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #E74B23;
  border-radius: 4px;

}

.add-price-table {
  border-color: #D1D1D1;
}

.add-price-table .price-table-heading {
  background: #F1F1F1;
  color: #23262F;
}

.add-price-table .price-table-heading th:first-child {
  width: 80%;
}

.add-price-table th,
.add-price-table td {
  text-transform: uppercase;
}

.add-price-table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.add-price-table .sub-table-heading {
  background: #108489;
  color: #FFFFFF;

}

.add-price-table .sub-table-heading th,
.add-price-table .sub-table-heading td {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.register-detail {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #23262F;
  margin-bottom: 0;
}

.register-detail span {
  display: block;
}

.register-control {
  display: flex;
  justify-content: flex-end
}
.register-control .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 85%;
}
.register-control .register-btn {
  background: #FFFFFF;
  border: 1px solid #E54C25;
  border-radius: 4px;
  padding: 12px 42px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #E74B23;
}

.register-control .login-btn {
  background: #E54C25;
  /* prim akcent */
  border: 1px solid #E74B23;
  border-radius: 4px;
  padding: 12px 42px;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .register-detail {
    font-size: 24px;
  }

  .register-control .login-btn,
  .register-control .register-btn {
    padding: 12px 30px;
  }
}

@media (max-width: 767px) {
  .register-detail {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .register-detail span {
    display: initial;
  }

  .register-control {
    flex-direction: column;
  }

  .register-control .login-btn,
  .register-control .register-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* pricing page css end */
/* Get free ad page css start */
.get-free-ad {
  background-color: #F5F5F5;
}

.ad-card {
  padding: 30px 50px;
  border-radius: 5px;
  border: none;
  background-color: #FFFFFF;
  margin-bottom: 60px;
}

.get-card-icon {
  max-width: 100px;
}

.ad-card .card-body p {
  font-weight: 400;
  font-size: 28px;
  line-height: 26px;
  padding: 0 50px;
}

.ad-card .card-title {
  color: #64666C;
  margin-bottom: 15px;
}

.ad-card .card-text {
  color: #23262F;
  margin-bottom: 0;
}

.ad-card .card-text span {
  font-weight: 600;
  color: #E74B23;
}

.invitation-card {
  padding: 50px;
  margin: 30px 0;
}

.invited-user-step {
  display: flex;
}

.step-number {
  border: 2px solid #121212;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.step-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #23262F;
}

.free-ad-profile {
  background-color: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  .ad-card {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }

  .ad-card .card-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .ad-card .card-body .card-text {
    font-weight: 500;
  }

  .invitation-card {
    padding: 15px;
  }

  .step-number {
    margin-right: 12px;
    max-height: 25px;
    max-width: 25px;
    font-weight: 600;
    border: 1px solid #121212;
  }

  .step-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
  }

  .step-description:last-child {
    margin-bottom: 0;
  }
}

.sub-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #23262F;
  margin-bottom: 10px;
}

.sub-heading span {
  margin-left: 15px;
}

.add-candidate {
  background: #E54C25;
  border: 1px solid #E74B23;
  border-radius: 50%;
  padding: 17.5px;
  font-size: 25px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 600;
}

.invitation-box {
  width: 118px;
  text-align: center;
}

.invitation-box .invitee-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #64666C;
  padding: 5px 0;
  margin-bottom: 0;
}

.invitation-box .status {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #E74B23;
  margin-bottom: 0px;
}

.status.confirmed {
  color: #108489;
}

.task-detail-card {
  margin-bottom: 40px;
}

.load-more-btn {
  background: transparent;
  border: none;
  color: #108489;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .invitation-box {
    width: 20%;
  }

  .invitation-box img {
    max-width: 30px;
  }

  .invitation-box .status {
    font-size: 9px;
    line-height: 14px;
  }
  .invitation-box .invitee-name {
    font-size: 10px;
  }
  .load-more-btn {
    float: right;
    font-size: 12px;
    line-height: 14px;
  }
  .task-detail-card {
    margin-bottom: 10px;
    gap: 0px;
    align-items: start;
  }
}

/* Get free ad page css end */

.p0 {
  padding: 0px;
}
.pr10{
  padding-right: 10px;
}
.pt-30 {
  padding-top: 30px;
}

/* lease agreement page css start */
.agreement-detail-card {
  padding: 10px;
  border: 1px solid #D1D1D1;
  margin-bottom: 10px;
}

.lease-product-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #23262F;
}

.lease-agreement-download {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.lease-agreement-download img {
  margin-left: 5px;
}

.get-doc-icon {
  margin: 0 20px;
}

.action-table {
  background: #ffffff;
}

.action-table thead th,
.action-table tbody td {
  padding: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.action-table thead th {
  text-transform: capitalize;
}

.action-table tbody td {
  padding: 27px 15px;
  text-transform: uppercase;
  color: #121212;
}

.text-green {
  color: #108489;
}

.earn-section {
  background: #F5F5F5;
}

.action-table .sub-thead {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #64666C;
}

.action-table tbody tr:last-child td {
  border: none;
}

.action-table-control {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

/* lease agreement page css end */


/* client page css start */

.client-accrdion-wrapper .accordion-button {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px 30px;
  border: none;
  color: #121212;
}

.client-accrdion-wrapper .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.client-accrdion-wrapper .accordion-button:focus {
  box-shadow: none;
}

.client-accrdion-wrapper .accordion-button::after {
  background-image: url(/../img/accordion-down-icon.png)
}

.close-accordion {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #108489;
}

/* client page css end */

/* claim cost modal css Start */
.claim-cost-modal .modal-content {
  border-radius: 0;
}

.claim-cost-modal .modal-dialog {
  max-width: 610px;
}

.claim-cost-modal .modal-header {
  padding: 24px 32px;
  border: none;
}

.default-modal .modal-header .modal-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.claim-cost-modal .modal-body {
  padding: 0 32px;
}

.claim-cost-type {
  margin-bottom: 20px;
}

.claim-cost-type label {
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding-left: 44px;
}

.claim-radio-box {
  position: relative;
  margin-bottom: 20px;
}

.claim-cost-type input[type="radio"]:checked+label {
  border-color: #E74B23;
}

.claim-cost-type input[type='radio'] {
  accent-color: #E74B23;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 24px;
  position: absolute;
}

.radio-content-box {
  margin-left: 16px;
}

.radio-content-box p {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.radio-content-box span {
  font-size: 14px;
  line-height: 22px;
  color: #64666C;
}

.claim-total-amt {
  padding: 21px 12px;
  border-top: 1px solid #E5E5E5;
  color: #121212;
}

.claim-total-amt p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.claim-total-amt span {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.cost-termms-agree {
  font-size: 14px;
  margin-bottom: 20px;
}

.btn-payout {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  min-width: 156px;
  min-height: 50px;
  background: #E54C25;
  border: 1px solid #E74B23;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

.payout-modal-control p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 10px;
}

/* claim cost modal css End */




/* user module page css start */
.user-module-section {
  background: #F5F5F5;
}

.user-module-section .page-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #121212;
  padding-left: 16px;
  position: relative;
  margin-bottom: 33px;
}

.user-module-section .page-title:after {
  position: absolute;
  left: 0;
  content: "";
  width: 8px;
  height: 32px;
  background: #E54C25;
  border-radius: 100px;
}

.admin-cards.card {
  padding: 24px;
  border-radius: 8px;
  border: none;
  margin-bottom: 22px;
}

.edit-profile-card img {
  background: #E5E5E5;
  border-radius: 8px;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.edit-profile-card .profile-type {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #E54C25;
}

.edit-profile-card .profile-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 18px;
}

.edit-profile-card .profile-name span {
  background: rgba(20, 129, 96, 0.1);
  border-radius: 24px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #E54C25;
  margin-left: 12px;
}

.edit-profile-card .profile-location {
  color: #64666C;
  font-size: 14px;
  line-height: 22px;
}

.admin-cards .profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admin-cards .profile-list li {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

.admin-cards .profile-list li:last-child {
  margin-bottom: 0;
}

.admin-cards .profile-list li label {
  color: #64666C;
}

.admin-cards .profile-list li span {
  color: #121212;
  font-weight: 500;
}

.admin-cards .ads-status {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}

.ads-status-table .sub-thead th {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.ads-status-table .ad-content-detail p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #121212;
}

.ads-status-table .ad-content-detail ul li {
  margin-right: 16px;
}

.ads-status-table .ad-content-detail ul li:last-child {
  margin-right: 0;
}

.ads-status-table .ad-content-detail ul {
  padding: 0;
  display: flex;
  list-style: none;
  color: #64666C;
  margin-bottom: 0;
}

.ads-status-table .ad-img {
  background: #E5E5E5;
  border-radius: 8px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 16px;
}

.ads-status-table.action-table tbody td {
  padding: 16px 12px;
}

.status-box{
  border-radius: 24px;
  width: 105px;
  padding: 4px 10px;
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.status-ended{
  color: #504CFE;
  background: rgba(80, 76, 254, 0.1);
}
.status-active{
  background: rgba(55, 184, 83, 0.1);
  color: #14A077;
}
.status-unpublished{
  background: rgba(255, 179, 33, 0.1);
  color: #FFB321;
}
.ad-content-detail.icons-box ul{
  justify-content: flex-end;
}
.ad-content-detail.icons-box .bx{
  color: #fff;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.ad-content-detail.icons-box.large-icons a {
  line-height: 25px;
  display: inline-block;
}
.ad-content-detail.icons-box.large-icons .fa, .ad-content-detail.icons-box.large-icons .bx {
  width: 25px;
  height: 25px;
  font-size: 25px;
  vertical-align: top;
}
.ad-content-detail.icons-box.large-icons .fa {
  margin-right: 5px;
}
.ad-content-detail.icons-box.large-icons span {
  color: #121212;
}
.ad-content-detail.icons-box .bx.bx-play{
  background: #8FD961;
}
.ad-content-detail.icons-box .bx.bx-pause{
  background: #F9E21A;
}
.ad-content-detail.icons-box .bx.bx-upload{
  background: #8FD961;
  font-size: 16px;
  padding: 2px;
}
  .ad-content-detail.icons-box .bx.bx-edit{
  color: #699BF7;
}
.ad-content-detail.icons-box .bx.bxs-trash{
  color: #FF1F00;
}
.ads-status-table tr{
  border-color: #fff;
}
.status-steper{
  list-style: none;
}
.status-steper label{
  font-weight: 700;
font-size: 16px;
line-height: 26px;
margin-bottom: 5px;
}
.status-steper li{
  position: relative;
  margin-bottom: 5px;
}
.status-steper li:nth-child(n + 1)::before{
  background: #504CFE;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  box-shadow: rgba(80, 76, 254 , .12) 0px 0px 0px 3px;
  left: -25px;
  top: 6px;
  border-radius: 20px;
}
.status-steper li::after{
  content: "";
  border: 1px solid #E5E5E5;
  height: 35px;
  top: 24px;
  position: absolute;
  left: -20px;
}
/* user module page css end */


/* publish ads css start */
.published-tabs.nav-pills .nav-link{
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  color: #64666C;
  padding-bottom: 5px;
  border-radius: 0;
}
.published-tabs.nav-pills .nav-link.active{
  color: #E74B23;
  border-bottom: 1px solid #E74B23;
}
.status-graders{
  background: rgba(229, 76, 37, 0.1);
  color: #E54C25;
}
.published-table.action-table tbody td{
  text-transform: capitalize;
}
.published-table.action-table thead tr{
  border-bottom: 1px solid #E5E5E5;
}
.published-table.action-table .search-box{
  position: relative;
}
.published-table.action-table .search-box input{
    padding-left: 40px;
}
@media (max-width: 420px) {
  .published-table.action-table .search-box input{
    max-width: 60%;
  }
}
.published-table.action-table .search-box input::placeholder{
  color: #B1B1B1;
}
.search-icon{
  position: absolute;
  left: 12px;
  top: 13px
}
.published-table.action-table .select-date{
  position: relative;
}
.published-table.action-table .select-date select{
  padding-right: 40px;
}
.published-table.action-table .select-date .drop-icon{
  position: absolute;
  top: 13px;
  right: 16px;  
}
.table-checkbox{
  position: relative;
}
.form-check-input:checked{
  background-color: #E74B23;
  color: #E74B23;
}
.table-checkbox .form-check-input {
  border: 1px solid #64666C;
  border-radius: 1px;
  max-width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: none;
}
.side-navbar .nav{
  overflow: scroll;
  height: calc(100vh - 112px);
  flex-wrap: nowrap;
}
.inner-wrapper-radio .claim-cost-type{
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
.inner-wrapper-radio .radio-content-box{
  margin-left: 6px;
}
.inner-wrapper-radio .radio-content-box p{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
/* end */

.map-input-wrapper{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.map-input-wrapper span{
  padding: 0 15px 0 7px;
}
.inner-wrapper .map-input-wrapper .form-control{
  background-color: #fff;
}

.inner-wrapper .form-group img.banner-image {
  width: 100%;
  border: 1px solid black;
}
.inner-wrapper .form-group .banner-label {
  position: relative;
  top: -25%;
  left: 24%;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .claim-cost-modal .modal-body {
    padding: 0;
  }
  .claim-cost-type input[type='radio'] {
    left: 10px;
  }
  .claim-cost-type label {    
    padding: 10px;
    padding-left: 23px;
  }
  .radio-content-box p {
    font-size: 14px;
  }  
}
.unpub_btns {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.large-balance {
  font-size: 18px;
}
