
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;500;600;700;800&display=swap');

body{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    overflow-x: hidden;
	font-family: 'Nunito Sans', sans-serif;
}
p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #464B70;
}

a {
	font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
}
a:hover{
	color: #3F53FE;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Barlow', sans-serif;
}
h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}
h3 {
    font-size: 25px;
    line-height: 44px;
    font-weight: 600;
}

/*-------- Custom CSS Start -------------*/
.container {
    max-width: 1344px;
}
.form-control {
    border-radius: 5px !important;
    border: 0 !important;
    background: #F6F8FC !important;
    height: 50px;
    padding: 17px 0 17px 54px !important;
    color: #464B70 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}
.form-control::placeholder{
	color: #464B70 !important;
}
.btn-fill {
    background: #3F53FE;
    color: #fff;
    border: 2px solid #3F53FE;
    width: 100%;
    padding: 14px 22px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Barlow', sans-serif;
}
.btn-fill:hover{
	color: #3F53FE;
	background-color: transparent;
}
.pb-120{
    padding-bottom: 120px;
}
.pt-120{
    padding-top: 120px;
}
input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #E1E3E7;
    border-radius: 100%;
    position: relative;
    margin-right: 8px;
}
input[type="radio"]:checked:before{
    position: absolute;
    content: '';
    background: #3F53FE;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*-------- Custom CSS End -------------*/

/*------------ Header Start -------------*/
.dashboard-header {
    background: #fff;
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #EAECEB;
}
.header-logo{
    outline: 0;
}
.dashboard-header .container-fluid {
    max-width: 1770px;
}
.block-session {
    justify-content: end;
    display: flex;
    align-items: center;
}
.upload-buyer {
    background: #F5F7F9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    margin-right: 29px;
    height: 50px;
}
.upload-buyer img {
    margin-right: 10px;
    min-width: 20px;
}
.upload-buyer p b {
    color: #121639;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}
.upload-buyer p {
    color: #464B70;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 600;
}
.bg-green {
    background: #0F920D;
}
.upload-buyer.bg-green p{
    color: #fff;
    font-weight: 600;
}
.upload-buyer.bg-green .upload-buyer-icon {
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.upload-buyer.bg-green .upload-buyer-icon img{
    margin-right: 0;
}
/*dropdown user*/
.img-user {
    background: #F5F7F9;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-user{
    margin-right: 12px;
}
.welcome-user span {
    display: block;
    text-align: left;
}
.user-dropdown .dropdown-toggle::after{
    display: none;
}
.user-dropdown button {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.welcome {
    font-family: 'Nunito Sans', sans-serif;
    color: #414136;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 9px;
    margin-bottom: 8px;
}
.dropdown-toggle{
    box-shadow: none !important;
}
.user-name-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    font-family: 'Barlow', sans-serif;
}
.user-dropdown .dropdown-menu {
    border-radius: 10px;
    border: 0;
    min-width: 264px;
    width: 100%;
    padding: 15px 0 !important;
    box-shadow: 15px -2px 40px rgba(4, 12, 30, 0.08);
    margin-top: 14px !important;
}
.user-dropdown .dropdown-menu:before {
    position: absolute;
    content: '';
    background: #fff;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    right: 21px;
    top: -10px;
}
.user-dropdown .arrow-icon{
    transform: rotate(180deg);
}
.user-dropdown .dropdown-menu li .dropdown-item {
    padding: 15px 0;
    border-bottom: 1px solid #DDDDE9;
    color: #0A2540;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    transition: all 0.4s ease-in-out;
}
.user-dropdown .dropdown-menu li .dropdown-item img {
    margin-right: 12px;
}
.user-dropdown .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.user-dropdown .dropdown-menu li .dropdown-item:hover{
    background: transparent;
    color: #0A2540;
    font-weight: 600;
}
.user-dropdown .dropdown-menu li {
    padding: 0 15px;
    position: relative;
}
.user-dropdown .dropdown-menu li:hover:before,
.user-dropdown .dropdown-menu li.active:before{
    position: absolute;
    content: '';
    height: 25px;
    width: 4px;
    background: #3F53FE;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 0px 20px 20px 0;
}
.user-dropdown .dropdown-menu li.active .dropdown-item {
    background: transparent;
}
/*------------ Header End -------------*/

/*--------- ACCOUNT PAGES START -----------*/
.account-in form {
    margin-top: 30px;
}
.center-content {
    text-align: center;
}
.center-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    color: #0A2540 !important;
    margin-bottom: 0;
}
.center-content img {
    margin-bottom: 30px;
}
.account-in label {
    color: #0A2540;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
}
.form-group-inner{
	position: relative;
}
.form-icon {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    padding-right: 8px;
    border-right: 1px solid rgba(70, 75, 112, 0.3);
    height: 17px;
    line-height: 11px;
    margin: auto 0;
}
.form-group{
	margin-bottom: 25px;
}
.form-icon-password {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto 0;
    line-height: 0;
}
.eye-close:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 24px;
    background: #464B70;
    transform: rotate(-41deg);
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.form-group-switch {
    display: flex;
    align-items: center;
}
.toggle-heading {
    margin-left: 8px;
    color: #464B70;
    font-size: 14px;
}
.link-pass {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #464B70;
    font-size: 14px;
}
.form-group-btn {
    margin-top: 40px;
    margin-bottom: 20px;
}
.account-now {
    text-align: center;
    font-size: 14px;
    color: #464B70;
    font-weight: 400;
    margin-bottom: 0;
}
.account-now a {
    font-weight: 700;
    color: #464B70;
}
.account-now a:hover{
    color: #0d6efd;
}
.or {
    margin: 30px auto;
    text-align: center;
    max-width: 209px;
    position: relative;
}
.or:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #EAECEB;
}
.or span {
    position: relative;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 4px;
}
.account-with-social a {
    border: 1px solid #EAECEB;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #464B70;
    display: flex;
    align-items: center;
}
.account-with-social a img {
    margin-right: 10px;
}
.account-with-social {
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 21px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.gap-between {
    padding: 132px 0;
}
.account-in {
    border: 1px solid #EAECEB;
    max-width: 620px;
    padding: 40px;
    border-radius: 10px;
    margin: 30px auto;
    width: 100%;
    background: #fff;
}
.session-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.account-session {
    position: relative;
}
.session-img {
    position: absolute;
    right: 0;
    max-width: 50%;
    width: 100%;
    top: 0;
    bottom: 0;
    min-height: 100vh;
}
.h-100vh{
    min-height: 100vh;
}
/*--------- ACCOUNT PAGES END -----------*/

/*--------- TOGGLE SWITCH START -----------*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px;
    margin-bottom: 0 !important;
}
.switch input { 
  	opacity: 0;
  	width: 0;
  	height: 0;
}
.slider {
  	position: absolute;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #F2F2F2;
  	-webkit-transition: .4s;
  	transition: .4s;
    border: 1px solid #E5E5E5;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #3F53FE;
    border-color: #3F53FE;
}
input:checked + .slider:before {
  	-webkit-transform: translateX(19px);
  	-ms-transform: translateX(19px);
  	transform: translateX(19px);
}
.slider.round {
  	border-radius: 34px;
}
.slider.round:before {
  	border-radius: 50%;
}
.back {
    font-size: 16px;
    font-weight: 600;
    color: #0A2540;
    display: inline-flex;
    align-items: center;
    line-height: 8px;
    font-family: 'Barlow', sans-serif;
}
.back-fix{
    position: absolute;
    left: 60px;
    top: 30px;
}
.back svg {
    margin-right: 10px;
}
/*--------- TOGGLE SWITCH END -----------*/

/*----------- BUYERS FORM Start---------------*/
.main-section {
    position: relative;
}
.pb-block{
    padding-bottom: 370px;
}
.bg-img{
    background-image: url(../images/building.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.bg-img:before {
    background-image: url(../images/building.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}
.heading-title {
    text-align: center;
    margin-bottom: 120px;
}
.heading-title h2 {
    color: #0A2540;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.heading-title p {
    margin: 0;
    color: #464B70 ;
}
.row-gap{
    row-gap: 30px;
}
.grid-block-view {
    text-align: center;
    border: 1px solid #EAECEB;
    padding: 60px 72px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
.grid-block-icon {
    background: #F6F8FC;
    width: 134px;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: auto;
    transition: all 0.4s ease-in-out;
}
.grid-block-view:hover{
    border: 1px solid #3F53FE;
    background: #3F53FE;
}
.grid-block-view:hover h3{
    color: #fff;
}
.grid-block-view h3 {
    transition: all 0.4s ease-in-out;
    color: #0A2540;
    font-weight: 600;
    margin: 17px 0 0;
}
.watch-video {
    background: #F5F7F9;
    border-radius: 5px;
    padding: 30px 60px;
    text-align: center;
}
.block-fix{
    position: absolute;
    top: 36px;
    right: 70px;
    max-width: 319px;
}
.watch-video .title {
    color: #121639;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.watch-video svg{
    margin-right: 8px;
}
.upload-multiple-data {
    background: #fff;
    border: 1px dashed #677AAB;
    border-radius: 20px;
    padding: 20px 49px 22px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.upload-icon svg {
    width: 30px;
    height: 30px;
}
.upload-icon svg path{
    fill: green;
}
.browse-files {
    display: block;
}
.upload-multiple-data h5 {
    font-size: 18px;
    line-height: 36px;
    color: #121639;
    font-weight: 600;
    margin-bottom: 0;
}
.drag-file-area h3 {
    font-size: 26px;
    margin: 15px 0;
}
.drag-file-area label .browse-files-text {
    color: #3F53FE;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
}
.default-file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
.upload-file {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
    padding-right: 10px;
}
.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}
.file-block {
    color: #fff;
    transition: all 1s;
    position: relative;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    background: #3f53fe;
    padding: 10px 10px;
}
.file-name, .file-size {
    padding: 0 3px;
}
.remove-file-icon svg path {
    fill: #fff;
}
.remove-file-icon {
    cursor: pointer;
}
.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}
.upload-button {
    display: flex;
    align-items: center;
    background: rgba(255, 222, 71, 0.14);
    border-radius: 15px;
    width: 116px;
    height: 116px;
    border: 0;
    justify-content: center;
    margin: 20px auto;
}
/*----------- BUYERS FORM End*/

/*-------- Sellers Form Start ------------*/
.bg-light{
    background-color: #F5F7F9;
}
.back-block {
    border-radius: 5px;
    background: #fff;
    padding: 15px 30px;
}
.card-box {
    background: #fff;
    padding: 35px 30px 50px 30px;
    border-radius: 10px;
    margin-top: 20px;
}
.card-box-blocks {
    padding: 30px 20px;
    background: #F5F7F9;
    border-radius: 5px;
}
.card-box-blocks label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
.card-box-inner p {
    margin-bottom: 22px;
}
.card-box-blocks label span {
    color: #FF0000;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff !important;
    border: 1px solid #E1E3E7 !important;
    border-radius: 5px !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple{
    line-height: 50px !important;
    padding-left: 15px !important;
    color: #464B70 !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple input{
    margin: 0 !important;
}
.select2-dropdown {
    border: 1px solid #E1E3E7 !important;
    border-top: 0 !important;
}
.select2-container--default .select2-selection--single[aria-expanded="true"] {
    border-radius: 5px 5px 0 0 !important;
}
.select2-results__option{
    color: #464B70 !important;
    padding: 6px 15px !important;
    font-size: 14px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3f53fe !important;
    color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7F9 !important;
    color: #464B70 !important;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 400px !important;
}
.btn-light {
    background: #D7E4F1;
    border-color: #D7E4F1;
    color: #2F3352;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}
.btn-light:hover{
    background: #3F53FE;
    border-color: #3F53FE;
    color: #fff;
}
.my-30{
    margin: 30px 0;
}
.upload-single-data{
    background: #fff;
    border: 1px dashed #677AAB;
    border-radius: 5px;
    padding: 40px 50px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.upload-single-data .upload-button {
    border-radius: 100%;
    margin-top: 0;
}
.upload-single-data .drag-file-area label .browse-files-text {
    color: #121639;
    font-family: 'Barlow', sans-serif;
    border: 1px dashed #677AAB;
    max-width: 267px;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 14px 15px;
    margin: 0 auto;
    font-weight: 600;
}
.upload-single-data .upload-file {
    margin-bottom: 20px;
}
/*--------- Sellers Form End -----------*/

/*--------- Condo Start -----------*/
.card-box-blocks .form-control {
    background: #fff !important;
    padding-left: 15px !important;
    border: 1px solid #E1E3E7 !important;
    padding: 13px 0 13px 20px !important;
}
.block-divide {
    margin-top: 10px;
}
.block-divide h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(103, 122, 171, 0.22);
    margin-bottom: 20px;
}
.radio-block {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E1E3E7 !important;
    display: flex;
    padding: 12px 15px;
    flex-wrap: wrap;
}
.label-container:not(:last-child) {
    margin-right: 14px;
}
.label-container {
    display: flex;
    align-items: center;
}
.radio-block-group label {
    margin-bottom: 4px;
    max-width: 100%;
    flex: 100%;
}
.radio-block-group {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E3EEF3;
    display: flex;
    padding: 8px 18px 10px;
    flex-wrap: wrap;
}
.label-container span {
    color: #464B70;
    font-size: 14px;
}
.column--grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 18px;
    row-gap: 20px;
    margin-bottom: 40px;
}
.grid-template-col, .radio-block-group {
    height: 100%;
}
.w-70{
    width: 70%;
}
.w-30{
    width: 30%;
}
/*--------- Condo End -----------*/

/*---------- Footer Start ---------*/
.footer-main {
    text-align: center;
    padding: 19px 0;
    background: #fff;
    position: relative;
}
.copyright-text a {
    color: #464B70;
    transition: all 0.4s ease-in-out;
}
.copyright-text a:hover{
    color: #3F53FE;
}
.copyright-text {
    font-weight: 600;
}
/*---------- Footer End ---------*/


/*--------- MY BUYERS START ---------*/
.back-block .page-out {
    font-size: 16px;
    font-weight: 600;
    color: #0A2540;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
.center-head {
    font-size: 18px;
    color: #121639;
}
.want-to-see {
    margin-top: 50px;
}
.bg-white-gradient {
    background: linear-gradient(180deg, #FFFFFF 92.18%, rgba(255, 255, 255, 0) 100%);
}
.want-to-see .btn {
    max-width: 240px;
    margin: 15px auto 0 !important;
    display: block;
}
.property-critera {
    margin-top: 40px;
}
.property-critera-block {
    background: #F5F7F9;
    border-radius: 10px;
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.property-critera .row {
    row-gap: 24px;
}
.critera-card {
    max-width: 208px;
    flex: 208px;
    background: #fff;
    height: 202px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-img {
    width: 96px;
    height: 96px;
    background: #F4F7F9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.critera-card p {
    margin-bottom: 0;
    margin-top: 7px;
    text-align: center;
}
.property-critera-details {
    padding-left: 15px;
    max-width: calc(100% - 208px);
    flex: calc(100% - 208px);
}
.property-critera-details li {
    display: flex;
    align-items: center;
}
.detail-icon {
    background: #FFFFFF;
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 12px;
}
.cornor-block{
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    column-gap: 9px;
}
.red-flag {
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.property-critera-details li a {
    color: #464B70;
    word-break: break-all;
}
.property-critera-details li:not(:last-child){
    margin-bottom: 12px;
}
.buyers-tabs .nav-link {
    background: #F5F7F9;
    border: 1px solid #E9EBEE;
    color: #121639;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    min-width: 174px;
    padding: 16px 20px;
    text-transform: capitalize;
}
.buyers-tabs .nav-link.active {
    border-color: #3F53FE;
    background: #3F53FE;
}
.buyers-tabs li:first-child .nav-link {
    border-radius: 5px 0 0 5px;
}
.buyers-tabs li:last-child .nav-link {
    border-radius: 0px 5px 5px 0;
}
.custom-divide{
    align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.custom-divide > *{
    flex: 0 0 auto;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.custom-divide > .column-3 {
    width: 30%;
}
.custom-divide > .column-6{
    width: 40%;
}
.like-unlike{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-top: 12px;
}
.like-unlike li {
    display: flex;
    align-items: center;
}
.like-unlike .numb {
    color: #464B70;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    background: #F5F7F9;
    padding: 5px 6px;
    display: inline-block;
    font-size: 12px;
    line-height: 8px;
    min-width: 31px;
    border-radius: 30px;
    transform: translateY(1px);
}
.ico-no {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F5F7F9;
    border-radius: 100%;
    position: relative;
    z-index: 9;
}
.ml-min {
    margin-left: -9px;
}
.mr-min {
    margin-right: -9px;
}
.show-hide-data{
    position: relative;
}
.unhide-btn {
    border: 1px solid #3F53FE !important;
    background: #3F53FE !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 16px;
}
.hide-btn {
/*    position: absolute;
    right: 0;
    top: 0;*/
    background: #3F53FE;
    border: 1px solid #3F53FE;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 1px 12px;
    display: none;
}
.hide-btn svg{
    margin-right: 6px;
}

/*-------- Single Buyer ----------*/
.copy-link {
    background: transparent;
    border: 1px solid #E1E3E7;
    border-radius: 5px;
    padding: 5px 11px;
    display: flex;
    align-items: center;
    color: #121639;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    margin-top: 15px;
}
.copy-link .link-icon {
    background: #F5F7F9;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 7px;
}

/*-------- My Profile ----------*/
.save-btn a{
    max-width: 189px;
}
.upload-photo {
    border: 1px dashed #677AAB;
    border-radius: 5px;
    margin-top: 30px;
    padding: 40px;
}
.containers .imageWrapper {
    background: #F5F7F9;
    width: 116px;
    height: 116px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
}
.containers .imageWrapper img {
    width: initial;
    max-height: 100%;
    max-width: initial;
}
.file-upload {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #121639;
    font-size: 16px;
    background: transparent;
    border: 1px dashed #677AAB;
    padding: 18px 10px;
    display: block;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    border-radius: 5px;
    max-width: 237px;
    margin: 20px auto 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 17px;
}
.file-upload:hover {
    background: #3f53fe;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    color: #fff;
    border: 1px dashed #3f53fe;
}
.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}
.profile-account label,
.modal-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    text-transform: capitalize;
}
.form-control-form {
    width: 100%;
    border: 1px solid #E1E3E7;
    border-radius: 5px;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    color: #464B70;
    outline: 0;
}
.form-title h5 {
    font-size: 18px;
    line-height: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E1E3E7;
    margin-bottom: 20px;
}

/*------ Admin Message -----------*/
.modal-form-main .modal-dialog {
    max-width: 872px;
}
.modal-form-main .modal-content{
    border-radius: 10px;
    border: 0;
}
.modal-form-main .modal-body{
    padding: 70px 50px;
}
.modal-form-main .btn-close {
    position: absolute;
    padding: 0;
    right: 20px;
    top: 20px;
    opacity: 1;
    background: unset;
    height: 24px;
    line-height: 20px;
    z-index: 9;
    width: 24px;
    box-shadow: none !important;
}
.modal-form-main .btn-close img{
    width: 24px;
}
.popup-icon {
    border: 8px solid #3F53FE;
    border-radius: 100%;
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
}
.popup-heading-block h3 {
    color: #121639;
}
.modal-form textarea {
    width: 100%;
    border-radius: 5px;
    height: 117px;
    padding: 15px;
    font-size: 14px;
    color: #464B70;
    outline: 0;
    background: #F6F8FC;
    border: 0;
    resize: none;
}
.modal-form textarea::placeholder{
    color: #464B70;  
}

/*--------- Admin Request ---------*/
.mx-block {
    max-width: 648px !important;
}
.popup-icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 25px;
    border-radius: 100%;
    border: 6px solid #00AC47;
}

/*-------- Level-2 plan ---------*/
.card-box-light{
    padding: 48px 67px;
    background: #F5F7F9;
    border-radius: 10px;
    max-width: 904px;
    margin: 50px auto 0;
}
.features-items {
    display: block;
    position: relative;
}
.feature-item-content {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #EAECEB;
    padding: 13px 20px 13px 57px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small-text {
    font-size: 14px;
    font-weight: 400;
}
.features-label {
    height: 22px;
}
.features-radio-item {
    padding: 0 15px;
    max-width: 50%;
    flex: 50%;
}
.features-items input[type="radio"] {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #EAECEB;
    appearance: none;
    position: absolute;
    left: 20px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
}

.features-items input[type="radio"]:checked:before{
    background:#3F53FE;
}
.features-items input[type="radio"]::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin:auto;
}
.price-pc {
    display: inline-block;
    color: #121639;
    font-size: 25px;
    line-height: 44px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.note {
    text-align: center;
    margin-top: 20px;
    color: #464B70;
}
.buynow-btn {
    max-width: 370px;
    margin: 0 auto;
}
.package-plan {
    padding: 3px 13px;
    background: #3F53FE;
    border-radius: 5px 5px 0 0;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    max-width: fit-content;
    margin-left: 16px;
    line-height: 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0 !important;
    color: #464B70 !important;
    background: #F5F7F9 !important;
    border-radius: 5px !important;
    padding: 3px 10px !important;
    line-height: 22px;
    margin-top: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}





