
.confirm-exit-modal .modal-body {
    text-align: center;
}

.confirm-exit-modal button.close {
    min-width: auto;
    top: 5px;
}

.confirm-exit-modal {
    background: rgba(0,0,0,0.5);
}

.confirm-exit-modal button {
    min-width: 100px;
    margin-top: 10px;
}

.confirm-exit-modal button.confirm-sure {
    margin-right: 10px;
}

.lyb-btn-style{
    border: none;
    line-height: 100%;
	border-radius: 10px;
    padding: 10px 18px;
    text-align: center;
    min-height: 48px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'DM Sans', sans-serif;
    transition: 0.2s ease-in-out;
    width: 100%;
    box-shadow: none;
}
.lyb-btn-style.btn-white{
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	color: #8091A5;
}
.lyb-btn-style.btn-blue{
	color: #fff !important;
	background: #1177DD;
}
.lyb-btn-style.btn-blue:hover{
	background:#0c5fb9;
}
.listing-btn-action-group{
	padding-top: 30px;
	margin-top: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.lyb-btn-style.btn-next{
	justify-content: center;
	position: relative;
	background-color: #A7C632;
	color: #fff;
}
.lyb-btn-style.btn-next:hover{
	background-color: #96bc2c;
}
.lyb-btn-style.btn-next:disabled{
	background-color: #C9C9C9;
	border:1px solid #C9C9C9;
	color: #979797;
	cursor: pointer;
}
.lyb-btn-style.btn-next:disabled:hover{
	background-color:#c5c2c2;
	border:#c5c2c2;
}
.lyb-btn-style.btn-next.active{
	width: 75%;
}
.lyb-btn-style.btn-next:disabled::before,
.lyb-btn-style.btn-next.active:disabled::before{
	content: url(../images/arrow-right.svg);
	position: absolute;
	right: 25px;
}
.lyb-btn-style.btn-next.active::before,
.lyb-btn-style.btn-next::before{
	content: url(../images/white-arrow-right.svg);
	position: absolute;
	right: 25px;
}
.login-with-wrapper{
    border-bottom: 1px solid #EFEFEF;
}
.login-with-social-btn-wrapper .lyb-btn-style:first-child{
	margin-bottom: 12px;
}
.listing-form-wrapper{
	padding: 14px 0;
	min-height: 550px;
	display: flex;
    flex-direction: column;
}
.listing-form-wrapper h3{
	padding-bottom: 16px;
}
.listing-form-wrapper label{
    line-height: 30px;
    padding-bottom: 8px;
    width: 100%;
}
.form-loader-div {
    position: relative;
    width: 100%;
}
.form-loader-wrapper {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-loader-wrapper .ibd-custom-loader {
    width: 100%;
    max-width: 30px;
}
.login-with-wrapper .use-email{
	color: #AEAEAE;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
}
.list-your-business-modal{
	padding: 0 !important;
}
.verify-phone-number-modal .modal-dialog {
    margin: 0px auto
}
.verify-phone-number-modal .modal-dialog {
    left: -9px;
}
.list-your-business-Premium-modal .modal-dialog{
	width: 100%;
	max-width: 910px;
    height: 100%;
    display: table;	
}
.modal .modal-content{
	background: #ffff;
	border-radius: 4px;
	padding: 24px 16px;
}
.modal .modal-header{
	padding: 0 16px 18px;
}
.modal .modal-body{
	padding: 0 16px;
}
/*.list-your-business-modal .modal-dialog .modal-header .close,
.list-your-business-Premium-modal .modal-dialog .modal-content .close,
.verify-phone-number-modal .modal-dialog .modal-content .close{
	padding: 0;
	margin: 0;
	color: #C5C5C5;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 100%;
}*/
.verify-phone-number-modal .modal-dialog .modal-content .close{
    top: -10px;
    right: -9px;
}
/*.list-your-business-modal .modal-dialog .modal-header .close span,
.list-your-business-Premium-modal .modal-dialog .modal-content .close span,
.verify-phone-number-modal .modal-dialog  .modal-content .close span{
	font-size: 40px;
	color: #C5C5C5;
	font-weight: normal;
	display: block;
}*/

.modal ul.list-your-business {
	display: flex;
	justify-content: space-between;
	width: 140px;
}
.modal ul.list-your-business li {
	width: 25px;
	height: 25px;
	background: #ECECEC;
	border-radius: 100%;
	position: relative;
}
.modal ul.list-your-business li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #59748A;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 5px;
	bottom: 0;
}
.modal ul.list-your-business li:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 5px;
	background: #ececec;
	top: 10px;
	left: 25px;
}

.modal ul.list-your-business li.active:before,
.modal ul.list-your-business li:last-child:after {
	content: none;
}
.modal ul.list-your-business li.active,
.modal ul.list-your-business li.active:after {
	background: #A7C632;
}
.modal .input-group{
	margin-bottom: 16px;
}
.modal .form-control{
	padding: 5px 16px;
	color: #243B53;
}
.modal .select2-container .select2-selection--single {
    height: 40px!important;
    display: flex!important;
    align-items: center;
    border: 1px solid #bcccdc!important;
}

.modal .modal-body select, 
.modal .select2-container .select2-selection--single{
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #243b53 60%), linear-gradient(135deg, #243b53 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
}
.modal .select2-container .select2-selection--single .select2-selection__rendered{
    max-width: 320px;
}
.user-google-listing-modal .user-btn-action-group #proceed img {
    filter: invert(1);
}		
.modal .form-control::placeholder{
	color: #CECECE;
}
.listing-form-wrapper .input-wrap{
	position: relative;
	width: 100%;
}
.list-your-business-modal .verify-msg{
	position: absolute;	
    top: 50%;
    transform: translateY(-50%);
}
.list-your-business-modal .not-verified,
.verify-phone-number-modal .modal-body span#wrong-otp{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #FF3D00;
    right: 10px;
}
.list-your-business-modal .verified {
    color: #A7C632;
    right: 35px;
}
.list-your-business-modal .not-verified{
    right: 35px;
}
.verify-phone-number-modal .modal-body span#wrong-otp{
	right: 0;
	padding: 10px 0 0;
}
.list-your-business-modal .step-back {
    color: #627D98;
}
.form-check-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form-check-wrapper .form-check label.active {
    border: 1px solid #a7c632;
}
.form-check-wrapper .form-check {
    flex: 0 0 30%;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0;
}
.form-check-wrapper .form-check input{
    right: 25px;
    appearance: none;
    top: 40%;
    margin: auto;
    opacity: 1;
}
.list-your-business-modal .custom-control-input:focus:not(:checked) ~ .custom-control-label::before{
	border-color: transparent;
}
.list-your-business-modal .custom-control-input:focus ~ .custom-control-label::before{
	box-shadow: none;
}
/*.form-check-wrapper .form-check input[type="checkbox"]:checked{
    border: 1px solid #A7C632;
    box-shadow: none;
}*/
.form-check-wrapper .form-check label {
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #243B53;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #eceff3;
    border-radius: 8px;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 22px;
    width: 100%;
    border: 1px solid transparent;
}
.form-check-wrapper .form-check input[type="checkbox"]:checked:after {
    opacity: 1;
}
.form-check-wrapper .form-check input[type="checkbox"]:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: #fff;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    border: 0.833333px solid #BCCCDC;
}
.form-check-wrapper .form-check input[type="checkbox"]:after {
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    border: solid #A7C632;
    opacity: 0;
    background-color: #A7C632;
    width: 17px;
    height: 17px;
    font-family: FontAwesome;
    content: "\f00c";
    vertical-align: middle;
    color: #Fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.listing-form-wrapper .custom-switch .custom-control-label::after {
    background-color: #fff;
}
.listing-form-wrapper .custom-control-label::before{
	background-color: #BCCCDC;
}
.listing-form-wrapper .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #A7C632;
    background-color: #A7C632;
}
.list-your-business-modal .term-condition{
	color: #A7C632;
}
.listing-form-wrapper .custom-switch{
	color: #243B53;
}
.listing-form-wrapper .custom-switch label{
	line-height: 25px;
}

/*list-your-business-Premium-modal*/
.list-your-business-Premium-modal .expand-all-feature-list {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 37px;
    margin: -8px 19px 0;
}
.list-your-business-Premium-modal .expand-all-feature-list p {
    padding-right: 10px;
}
.list-your-business-Premium-modal .pricing-table-col{
	padding-top: 10px;
}
.list-your-business-Premium-modal h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
}
.list-your-business-Premium-modal .pricing-table-tab .pricing-inner-body a.btn-have-price{
	justify-content: center;
}
.list-your-business-Premium-modal .pricing-table-tab .pricing-inner-body p.already-enrolled{
    padding: 15px 0 25px;
    text-align: center;
    line-height: 0;
    min-height: auto;
    color:#A9A9A9;
    font-size: 14px;
}
.list-your-business-Premium-modal .pricing-table-lidtings{
    margin-top: 10px;
}
.list-your-business-Premium-modal .pricing-table-lidtings li {
    padding-bottom: 20px;
}
/*.list-your-business-Premium-modal .pricing-table-lidtings li:last-child {
    filter: blur(3px);
}*/
.list-your-business-Premium-modal .pricing-inner-body a {
    width: 90%;
    margin: auto;
    display: block;
}
.list-your-business-Premium-modal .simple-pricing-table .best-package:first-child{
	padding-left: 40px;
}
.list-your-business-Premium-modal .simple-pricing-table .best-package:last-child{
	padding-right: 40px;
} 
.list-your-business-Premium-modal .simple-pricing-table .pricing-table-col:nth-child(2) .simple-priceing-table-box .table-striped,
.list-your-business-Premium-modal .simple-pricing-table .pricing-table-col:nth-child(2) .pricing-table-tab .pricing-inner-body .btn-green{
	background: #82A227;
}
.list-your-business-Premium-modal .simple-pricing-table .pricing-table-col:nth-child(2) .simple-priceing-table-box {
	box-shadow: none;
}
.list-your-business-Premium-modal .simple-pricing-table .pricing-table-col:nth-child(1) .simple-priceing-table-box {
    box-shadow: 0px 4px 32px rgb(176 176 176 / 24%);
}
.list-your-business-Premium-modal .close span{
	float: right;
}
.list-your-business-Premium-modal .lyb-btn-style{
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 14px 66px;
}
.list-your-business-Premium-modal .lyb-btn-style::before{
	content: url(../images/white-arrow-right.svg);
	position: absolute;
	right: 25px;
}
.list-your-business-Premium-modal .modal-footer {
	padding-top: 30px;
	justify-content: center;
    border-top: none;
}
.pricing-table-data thead tr th:nth-child(3) .simple-priceing-table-heading .btn-style {
    padding: 10px 14px;
    background: #ff3d00;
    width: 100%;
}
.pricing-table-data thead .btn-have-price{
    width: 100%;
}
.modal .table-details-tab .nav.nav-tabs.nav-tabs-group.toggle-price {
    margin-bottom: 10px;
}
/*.modal .pricing-table-data thead tr th{
	width: auto;
}*/
.verify-phone-number-text {
    text-align: center;
    padding: 20px 0 50px;
}
.verify-phone-number-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.verify-phone-number-text ul li {
    flex: 0 0 15%;
    max-width: 15%;
    border-radius: 12px;
    margin-left: 10px;
}
.verify-phone-number-text ul li:first-child{
	margin-left: 0;
}
.verify-phone-number-text ul li input {
    width: 100%;
    border-radius: 10px;
    min-height: 48px;
    text-align: center;
}
.verify-phone-number-modal .verify-phone-number-text p{
	text-transform: capitalize;
    padding-bottom: 5px;
    color: #9E9E9E;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0.1666666716337204px;
}
.verify-phone-number-modal .lyb-btn-style {
    background-color: #33475b;
    color: #fff;
    justify-content: center;
}
.verify-phone-number-modal .modal-body span {
    color: #627D98;
    display: block;
    text-align: center;
}
.verify-phone-number-modal{
	background-color: #0000006e;
}
.form-icon-wrapper{
    width: 100%;
    position: relative;
}
.location_icon_header {
    position: absolute;
    top: 25%;
    transform: translateX(-25%);
    right: 23px;
}
.fa-map-marker:before {
    right: 25px;
    position: absolute;
    top: 10px;
}
/*irish-msg-modal*/
.irish-msg-modal .modal-dialog{
    max-width: 550px;
}
.irish-msg-modal .modal-header {
    border: none;
    height: 0px;
    padding: 0;
}
.irish-msg-modal .modal-content .close {
    right: 3px;
    top: -1px;
    z-index: 1;
}
.irish-msg-modal .modal-body {
    text-align: center;
    padding: 15px 25px;
}
.irish-msg-modal .modal-body p.body-text {
    color: #464E5B;
    line-height: 150%;
}
.irish-msg-modal .modal-footer button,
.irish-msg-modal .btn-style{
    min-height: auto;
}
.irish-msg-modal .btn-style:first-child{
    margin-bottom: 10px;
}
.irish-msg-modal .modal-footer {
    padding: 0px 10px 10px;
    border: none;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.listing-btn-action-group .lyb-btn-style.btn-next i {
    position: absolute;
    left: 30px;
}

.modal .input-group span.error_msg {
    font-size: 13px;
}

.modal .lyb-btn-style:disabled {
    background-color: gray;
    cursor: not-allowed;
    opacity: 0.7;
}
span.business_category_tick {
    z-index: 1;
    top: 62px;
    right: 50px;
}
.view-password {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #000;
    transition: all 0.2s ease-in-out;
}
.password-active .view-password{
    right: 35px;
}
.listing-form-wrapper .listing-btn-action-group img.set-loader {
    position: absolute;
    left: 20px;
    filter: invert(1);
}
.verify-phone-number-modal span.code-send-to {
    text-align: left;
    padding-top: 0;
}
div#list-your-business-Premium {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.6);
}
.list-your-business-Premium-modal .pricing-table-data thead tr th:first-child{
    width: 220px;
}
.list-your-business-Premium-modal .pricing-inner-table tbody tr td:first-child {
    width: 203px;
}
.pricing-table-data thead tr th {
    width: 26%;
}

.send_message_success_modal .modal-dialog {
    max-width: 550px;
}
.send_message_success_modal img {
    object-fit: cover;
    max-width: 45px;
}
.send_message_success_modal h3 {
    margin: 8px 0 0 0;
    color: #243B53;
}
.send_message_success_modal p {
    margin-top: 8px;
    color: #363636;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
}
.send_message_success_modal p {
    margin-top: 8px;
    color: #363636;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
}
.sm-thank-u {
    font-weight: bold;
}

@media (max-width: 1299px){
    .confirm-exit-modal .modal-dialog{
        left: 0px;
    }
}
@media (max-width: 1024px){
    .list-your-business-Premium-modal .expand-all-feature-list {
        margin: auto;
    }
}
@media (max-width: 991px){
    .list-your-business-Premium-modal .modal-dialog{
        padding: 10px;
        display: inherit;
    }
}
@media (max-width: 767px){
    .list-your-business-Premium-modal .pricing-inner-table table tbody tr td,
    .list-your-business-Premium-modal .pricing-table-data thead tr th {

        width: 50%;
    }
    .list-your-business-Premium-modal .pricing-inner-table table tbody tr td.heading-text {
        width: 100%;
        text-align: center;
        background-color: #fff;
    }
    .list-your-business-Premium-modal .pricing-table-data thead tr th:first-child {
        width: 100%;
        font-size: 1em;
        display: block;
        border: none;
        text-align: center;
    }
    .list-your-business-Premium-modal h2 {
        font-size: 20px;
    }
}
@media (max-width: 575px){
    .list-your-business-modal .modal-dialog,
    .list-your-business-Premium-modal .modal-dialog{
        margin: 10px auto;
    }
    .verify-phone-number-modal .modal-dialog {
        left: 0;
    }
    .modal-dialog{
        padding: 10px;
    }
    .confirm-exit-modal .modal-dialog{
        padding: 0 10px;
    }
    .list-your-business-Premium-modal .pricing-table-data thead tr th {
        width: 100%;
    }
}
@media (max-width: 420px){
	.form-check-wrapper {
		    flex-wrap: wrap;
	}
	.form-check-wrapper .form-check {
	    flex: 0 0 48%;
	    margin-bottom: 10px;
	}
	.verify-phone-number-modal .modal-dialog{
		margin: 50px auto 0;
	}
}
@media (max-width: 380px){
	.lyb-btn-style{
		font-size: 14px;
	}
	.lyb-btn-style.btn-next.active {
	    justify-content: center;
	    padding-left: 0px;
	}
    .verify-phone-number-text ul li {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .confirm-exit-modal h3{
        font-size: 1.1em;
    }
}



/* ---------------------select dropdown 28-12-2022------------ */
.registration-select-drop-down {
    position: relative;
    /* display: none; */
}

.registration-select-drop-down .select2-dropdown {
    border: 1px solid #bcccdc !important;
}

.registration-select-drop-down .select2-container {
    top: 0px !important;
}

.registration-select-drop-down .select2-container:focus {
    box-shadow: none;
}

.registration-select-drop-down .select2-search--dropdown {
    display: block;
    padding: 0px !important;
    background: #FFFFFF;
    border: 1px solid #BCCCDC;
    box-shadow: none !important;
    border-radius: 4px 4px 0px 0px;
}

.registration-select-drop-down .select2-results {
    position: relative;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 4%);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #BCCCDC;
}

.registration-select-drop-down i.fa.fa-caret-up {
    position: absolute;
    font-size: 30px;
    right: 10px;
    color: #243b53;
}

.registration-select-drop-down span.select2-dropdown.select2-dropdown--above {
    margin-top: 35px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 100px;
    height: 50px;
}

@media (max-width: 480px) {
    .modal .select2-container .select2-selection--single .select2-selection__rendered {
        max-width: 220px !important;
    }
}

/* ---------End---------- */