/*
Theme Name:   BuddyBosschild
Description:  Write here a brief description about your child-theme
Author:       Site Support
Author URL:   http://www.shiftauction.com
Template:     buddyboss-theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  BuddyBosschild
*/

/* Write here your own personal stylesheet */

.payment-modal.in {
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
}
.payment-modal.modal.in .modal-dialog {
    margin: 0;
    width: 100%;
}
.payment-modal.modal.in .modal-dialog .modal-content {
    width: 100%;
    border-width: 0;
    border-radius: 0;
}
.payment-modal .modal-header {
    text-align: center;
	padding-top: 20px;
}
.payment-modal .modal-header button {
    float: right;
    margin-top: -10px;
    background: none;
    opacity: 1;
    font-size: 26px;
    font-weight: 300;
	box-shadow: none;
	color: #000;
}
.payment-modal .modal-header h4 {
    margin-bottom: 12px;
    color: #000;
    margin-right: 60px;
	    font-weight: 500;
    font-size: 20px;
}
.modal .elementor-widget-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.modal .elementor-widget-wrap a.elementor-button {
    color: #000;
    display: flex;
    background-color: transparent;
	    padding: 0;
    text-decoration: none;
}
.modal .elementor-column-wrap {
    padding: 0 !important;
}
.modal .elementor-button-content-wrapper {
    display: block;
    text-align: left;
}
.payment-selector .icon {
    margin-right: 20px;
}
.payment-modal .modal-body {
    margin-bottom: 0;
	padding-bottom: 20px;
}
.icon img {
    max-width: 55px;
}
.payment-selector .elementor-button-text {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
span.elementor-button-text.bold {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.add-card, .add-money {
    margin-top: 25px;
    border-top: 1px solid #d4cfcf;
    padding-top: 20px;
}
.modal .loader {
    text-align: center;
}
.modal .loader img {
    max-width: 30px;
}
.modal .loader p {
    margin-top: 30px;
}
.elementor.elementor-1772 {
    padding-top: 60px;
}
.withdraw-form .form-field, .add-form .form-field {
    text-align: center;
    display: flex;
    flex-direction: column;
	    align-items: center;
}
.withdraw-form span, .add-form span, .block {
    display: block;
}
.red {
    color: #ff0000;
}
.withdraw-form .button, .add-form .button {
    max-width: 140px;
}
.withdraw-form .button, .add-form .button {
    max-width: 140px;
    margin-top: 20px;
    width: 100%;
}
#withdraw-amount, #add-amount {
    max-width: 120px;
    border-width: 0;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #5a5a5a;
	height: 25px;
    outline: none;
}
.withdraw-form .error, .add-form .error {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
}
.modal label[for=agree-consent] {
    max-width: 230px;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}
.addcard-form input[type=text] {
    border-width: 0;
    border-bottom: 1px solid #5a5a5a;
    border-radius: 0;
    width: 100%;
	    padding-left: 0px;
}
.addcard-form {
    max-width: 300px;
    margin: 0 auto;
}
.addcard-form .submit-field .button {
    max-width: 250px;
    width: 100%;
}
.addcard-form .submit-field {
    text-align: center;
    margin-top: 20px;
	position: relative;
}
.add-cmoney {
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
}
input::placeholder {
	color: #5a5a5a !important;
}
#card-number, #card-date, #security-code {
    border-bottom: 1px solid #5a5a5a;
}
.addcard-form .error {
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.addbank-section .payment-success, .form-field .toggle-btn, .m-0, .form-row.address-row:first-child, .container-dashboard .right-area h3, .post-delivery ul.list li * {
    margin-bottom: 0;
}
.after-card, .container-dashboard .form-field h4, .container-dashboard .form-field h5, .container-dashboard .form-field p {
    margin-bottom: 10px;
}
.processing {
    position: absolute;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    height: 100%;
    top: 0;
    text-align: right;
    padding-top: 5px;
}
.processing img {
	max-width: 20px;
}
.back-btn {
    margin-left: -72px;
    margin-right: 52px;
    cursor: pointer;
}
.back-btn i {
    font-size: 20px;
}
#myModal2 .payment-success {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4d5c6d;
}
.payment-methods p {
    margin: 0;
    line-height: 18px;
}
.payment-methods span {
    font-size: 13px;
}
.make-default {
    cursor: pointer;
    color: #ff7400;
}
td img.loading {
    width: 15px;
    margin-left: 5px;
}
.payment-methods.redirecting::before {
    background: url(https://shiftauction.com/wp-content/themes/AuctionTheme/img/loading.gif);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 99999999999999999999999;
    background-color: rgb(0 0 0 / 6%);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50%;
}
.payment-methods.redirecting {
    position: relative;
}
.elementor-section .row {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px 0;
    background-color: #fff;
}
.elementor-section .row .col {
    flex: 0 0 25%;
    border-right: 1px solid #ddd;
}
.elementor-section .row .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.elementor-section .row .col span {
    background-color: rgb(254 149 62 / 51%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 54px;
}
.elementor-section .row .col span i {
    font-size: 20px;
}
.elementor-section .row .col i {
    color: #ff7400;
    font-size: 11px;
}
.section-1 {
    margin-top: 40px;
}
.elementor-section .row .heading {
    text-align: center;
    margin-top: 10px;
}
.elementor-section .row .heading h3, .page-order p, .post-delivery .content .left-area h2 {
    margin-bottom: 5px;
}
.elementor-section .row a.link {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 21px;
    border-radius: 50%;
}
.elementor-section .row a {
    color: #122B46;
}
.page-template-home .bb-grid, .page-template-post-delivery .bb-grid.site-content-grid {
    display: block;
}
body:not(.logged-in) #primary-navbar, .novisible, .fee-notice.noactive {
    display: none;
}
.post-delivery .form-field p {
    margin: 0;
    min-width: 240px;
}
.mini-container .sup-content {
    max-width: 800px;
    margin: 50px auto;
}
.mini-container .dri-content, .page-order .mini-container {
    max-width: 400px;
    margin: 50px auto;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    cursor: pointer;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.b_b {
    border-bottom: 2px solid #1d63af;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: none !important;
    border-radius: 0;
    background: transparent;
    width: 100%;
}
.post-delivery .select2-container {
    width: 100% !important;
}
.post-delivery .select2-container--default .select2-selection--single {
    padding-left: 3px;
    height: auto;
}
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 26px;
    margin-top: 6px;
    min-width: 56px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round:before {
    border-radius: 50%;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #1d63af;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*.img-option {
    position: absolute;
    color: #2454a5;
    font-weight: 800;
}
.post-delivery form svg {
    width: 100% !important;
    height: 100%;
    color: #ff7400;
}*/
.post-delivery .form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-delivery .form-row {
    margin: 15px 0;
}
.post-delivery form span, .post-delivery form input {
    font-size: 14px;
    outline: none;
}
.post-delivery .address-row input[type=text] {
    height: auto;
}
.post-delivery  .fee-notice {
    color: #ff0000;
    font-size: .8em;
    line-height: 1.2em;
    max-width: 220px;
}
.b_b:focus {
    background-color: transparent;
}
.box_title {
    border-bottom: 4px solid #1D63AF;
    padding-bottom: 15px;
    margin-bottom: 50px;
    font-size: 22px;
    color: #293c51;
    line-height: 1;
}
.post-delivery .submit_bottom {
    width: 100%;
    margin-top: 30px;
}
.b_f {
    border: 2px solid #1d63af;
}
.post-delivery .submit_bottom {
    width: 100%;
    margin-top: 30px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
}
.post-delivery #rating {
    height: 36px;
}
.do_input:focus {
    border-color: #66afe9;
}
.ui-timepicker-table td a {
    font-size: 0.8em;
    width: 2.2em;
}
.toggle-btn {
    cursor: pointer;
}
.post-delivery .toggle-hidden {
    display: none;
}
.form-field .toggle-btn i {
    font-size: 14px;
}
.post-delivery .error {
    font-size: 0.85em;
    margin-bottom: 0;
}
.page-template-post-delivery .bb-grid.site-content-grid > .text-center {
    margin-top: 30px;
}
.modal label {
    color: #122B46;
}
.bottom .btn {
    display: block;
}
.post-delivery #time, .post-delivery #pay {
    border-width: 0;
    flex: 0 0 30%;
    max-width: 100px;
}
.post-delivery span.small {
    display: block;
    font-size: 74%;
    line-height: 1;
}
.post-delivery #time, .post-delivery #pay {
    background-color: #8e8989;
    border-radius: 20px;
    color: #000;
    font-weight: 900;
    font-size: 1.3em;
    padding-left: 15px;
}
.post-delivery form .time-text, .post-delivery form .pay-text {
    position: absolute;
    top: 9px;
    right: 35px;
    font-size: 1.3em;
    color: #000;
    font-weight: 900;
}
.post-delivery form .select2 {
    max-width: 220px;
    margin-left: 10px;
}
.post-delivery #pay {
    border: 1px solid #37a009;
    background-color: transparent;
    border-radius: 0;
    padding-left: 30px;
}
.post-delivery form .pay-text {
    right: 70px;
    top: 7px;
}
.relative {
    position: relative;
}
.number-wrapper {
    flex: 0 0 31%;
}

/*  Custom input number spinner  */

input[type=number]#time::-webkit-inner-spin-button,
input[type=number]#time::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]#time
{
  -moz-appearance: textfield;
}

.quantity-nav {
    float: right;
    position: relative;
    height: 40px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 15px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 15px;
  line-height: 38px
}
.quantity-nav i::before {
    max-height: 10px !important;
    display: block;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 5px;
  height: 15px;
}
.quantity-nav i {
    font-size: 2em;
    max-height: 15px;
    line-height: 10px;
}
span.sprice {
    color: #37a009;
    font-size: 3em;
}
.page-order p.price {
    margin-top: 40px;
}
.address-row .do_input {
    padding-left: 0;
}
.accept-order {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.accept-order > div {
    width: 30%;
    text-align: center;
}
#add-location {
    width: 28px;
    height: 27px;
    line-height: 26px;
    padding: 0;
    font-size: 1.5em;
    background-color: #8e8989;
}
.form-row.address-row {
    display: flex;
}
.address-row .form-field {
    flex: 0 0 93%;
    display: block;
}
.page-order .success {
    margin-top: 20px;
}
.map-wrapper .btns {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}
.map-wrapper .btns input {
    width: 150px;
}
.map-wrapper.loading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: rgb(0 0 0 / 25%);
}
.map-wrapper.loading .loader {
    display: flex !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.map-wrapper.loading .loader img {
    max-width: 40px;
}
p.loc-error.error {
    background-color: #f78b554d;
    color: #ff9966;
    text-align: center;
    margin-bottom: 20px;
}
p.loc-error.error a {
    color: #4e6cff;
}
.container-dashboard .form-field ul {
    margin-bottom: 15px;
}
.container-dashboard .form-field table td {
    padding: 5px 5px 5px 0px;
}
.container-dashboard .sup-content {
    display: flex;
    min-height: 80vh;
}
.container-dashboard .content .left-area, .container-dashboard .content .right-area {
    flex: 0 0 50%;
    padding: 10px 10px;
}
.container-dashboard .content .left-area {
    background-color: #c6c5c5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-dashboard .box_title {
    border-color: #333;
}
.bottom .btn {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0;
}
.bottom .dri-btn {
    background-color: #37a009;
    color: #fff;
}
.bottom .cust-btn {
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
}
.post-delivery ul.list {
    list-style-type: none;
    margin-left: 0;
}
.post-delivery ul.list li {
    background-color: #fff;
    position: relative;
    padding: 8px 1em 4px 2em;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.post-delivery ul.list li::before {
    content: "";
    position: absolute;
    background-color: #1D63AF;
    left: 0;
    top: 0;
    width: 18px;
    height: 100%;
}
.black {
    color: #000;
}
.post-delivery.container-dashboard .content .left-area {
    justify-content: flex-start;
}
.flex-stretch {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-middle, .sup-content .map-wrapper {
    margin-top: 30px;
}
.right-area .box_title {
    margin-bottom: 20px;
}
.post-delivery ul.list li span {
    font-size: .85em;
}
.head-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sup-content .box_title {
    display: flex;
    justify-content: space-between;
}
.pickup-time {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    padding: 0 2em;
}
.pickup-time p {
    background-color: #fff;
    padding: 6px 0;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 1px #a9a8a8;
}
.c_address, .shift-options {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2em;
    flex-wrap: wrap;
}
.c_address {
    top: 56px;
}
/* .end-shift {
    margin-top: 7px;
} */
.c_address p, .shift-options p {
    margin-bottom: 0;
    background-color: #fff;
    padding: 4px 0;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 6px 1px #a9a8a8;
}
.c_address .w-20 {
    width: 20%;
}
.c_address .w-40, .shift-options .w-40 {
    width: 38%;
}
.form-row.address-row:nth-child(2) {
    margin-top: 0;
}
.shift-options {
    top: 100px;
}
.pause-shift, .end-shift {
    cursor: pointer;
}
.pause-shift {
    width: 35px;
    height: 35px;
    line-height: 30px;
}
.countdown {
    border: 1px solid #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-50 {
    margin-top: 50px;
}
.top-part {
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #b7b1b1;
    padding-bottom: 5px;
}
.top-part .left {
    flex: 0 0 75%;
}
.top-part .left div {
    line-height: 20px;
    font-size: .95em;
}
.top-part .countdown {
    width: 40px;
    height: 40px;
}
.accept-order input {
    width: 100%;
}
.after-hire .confirm img {
    max-width: 50px;
}
.after-hire .confirm span {
    font-size: .9em;
    display: block;
}
.after-hire .top-part .left {
    flex: 0 0 70%;
}
.after-hire .accept-order {
    justify-content: flex-start;
}
.after-hire .accept-order div {
    margin-right: 15px;
    width: auto;
}
.bottom-part {
    padding-top: 10px;
}
#review-form input[type=radio] {
    height: 0;
    width: 0;
    font-size: 0;
    visibility: hidden;
}
#review-form label img {
    max-width: 30px;
    margin: 0 2px;
	cursor: pointer;
	border-radius: 50%;
}
#review-form label input:checked + img {
    border: 2px solid #000;
}
#review-form label.full {
    width: 100%;
    font-size: 1.2em;
    color: #4d5c6d;
    font-weight: 600;
    display: block;
}
#review-form .form-field {
    margin-bottom: 20px;
}
#review-form .form-field:first-child .full {
    margin-bottom: 10px;
}
#review-form .options label {
    display: block;
	cursor: pointer;
}
#review-form .options label input {
    margin-right: 5px;
}
.color-def {
    color: #4d5c6d;
}
.current-earning {
    color: #37a009;
}




@media only screen and (min-width: 768px) {
	.addcard-form .col-md-6 {
		width: 49%;
		float: left;
	}
	.addcard-form .col-even {
		margin-left: 2%;
	}
}
@media only screen and (max-width: 767px) {
	.payment-modal.modal.in .modal-dialog .modal-content {
		padding: 15px 5px 60px;
	}
	.payment-modal .icon img {
		max-width: 45px;
	}
	.payment-selector {
		text-align: center;
	}
	.payment-selector span.elementor-button-content-wrapper {
		width: 100%;
	}
}