
.header .nav-item {
margin: 0 15px;
color: #3C9C8B;
}
.login-bottom{
padding-bottom: 20px !important;
border-bottom: 1px solid #000;
}
.toggle-switch input[type="radio"]:checked+input[type="radio"]+.toggle {
    background-color: rgb(169, 240, 5);
    background: none !important;
}
.toggle-switch {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px !important;
}
.card.login-card.signup-for-host h5 {
    font-size: 25px;
}
.toggle-inner .label-phone {
    opacity: 0;
    color: #fff;
}
.card.login-card.signup-for-host button.btn.btn-block.login-button.ms-3 {
    margin-top: 10px;
    box-shadow: none;
}
.card.login-card.signup-for-host button.btn.btn-block.login-button.ms-3:focus {
    box-shadow: none;
}

.toggle {
    padding-left: 0px !important;
}
.search-box-row{
background-color: #f8f9fa;
padding-bottom: 30px;
box-shadow: rgb(0 0 0 / 8%) 0 1px 0;
}
.sign-up-card {
    margin: auto;
    margin-bottom: 20px;
}
.sign-up-card h5.p-3.text-center {
    font-size: 25px;
}
.sign-up-card a.login-a {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.sign-up-card button.btn-login {
    font-size: 18px;
    border: solid 1px;
    padding: 4px 12px;
}

.logout-img:hover{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logout-img {
max-height: 60px; /* Adjust as needed */
color: white;
font-size: 16px;
border-radius: 32px;
border: 1px solid #cecece;
}

.logo {
max-height: 30px; /* Adjust as needed */
cursor: pointer;
}

.dropdown-menu {
min-width: 200px; /* Adjust as needed */
}

.row {
justify-content: center;
}

h1, h3{
color: #3C9C8B;
}

p{
font-weight: 600;
}

a:hover{
color: #3C9C8B;
}

footer {
/* background-color: #3C9C8B; */
color: white;
padding: 15px;
}

h4{
margin-top: 20px;
}
.container-fluid1{
border-top: none !important;
}

footer {
/* background-color: #f8f9fa; */
border-top: 1px solid #dddddd;
color: #000;
}

.dropbtn {
color: white;
font-size: 16px;
border: none;
}

a:hover{
    color:#f83d5c
}

.dropdown {
position: relative;
display: inline-block;
}

.experienced{
    color: black;

    text-decoration: none;
}

@media screen and (max-width:600px) {
    .experienced{
      
    }
  }

.globe-img{
    width: 50px;
    height: 50px;
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: -87px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 30px;
    min-width: 227px;
    text-align: start;
    text-indent: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.admin-img{
    width: 150px;
    height: 150px;
}

.bold-footer-element{
    font-weight: bold;
    color: #000 !important;
}
.globe-img{
    width: 30px !important;
    height: 30px !important;
}

.flex-row{
    gap: 10px;
    align-items: center;
}

.container-absolute{
    max-width: 1230px !important;
}

.img-fluid{
    width: 16px;
    height: 16px;
}

.form-control{
   border: none;
}

.input-one{
    border-right: 1px solid;
    border-radius: 0px !important;
}

.input-two{
    border-right: 1px solid;
    border-radius: 0px !important;
}

.input-three{
    border-right: 1px solid;
    border-radius: 0px !important;
}

.form-control:focus{
   box-shadow: none !important;
}
.search-bar-containers{
   width: 850px;
}

.search-bar-container {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}

.search-bar-container input {
   flex: 1;
}

.search-icon {
    cursor: pointer;
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
}

.card{
background-color: #f0f0f0;
padding: 25px;
}
.form-control:focus{
    border-color: #f83d5c;
}
.btn-block{
background-color: #f83d5c;
color: #fff;
border: 1px solid #f83d5c;
/* width: 145px; */
font-size: 20px;
}

/* .btn:hover{
    color: #fff;
    opacity: 0.5;
        } */
.host-form{
  padding-left: 50px;
  padding-right: 50px;
}

form{
    padding-right: 30px;
    padding-left: 30px;
    /* padding-top: 50px; */
    padding-bottom: 20px;
}


  /* Additional custom spacing for columns */
  .form-group-margin {
    margin-right: 1rem; /* Adjust spacing between columns */
}

.form-group-margin:last-child {
    margin-right: 0; /* Remove margin for the last column in a row */
}

.card-title{
    background-color: #404040;
    color: #fff;
    padding: 20px;
}

.card-body{
padding: 0 !important;
}
.card{
    padding: 0 !important;
}

/* .btn:hover{
    color: #fff !important;
} */

.form-control{
   border: 1px solid #cecece;
}

select#feedback_tool {
    height: 40px;
    background: #fff;
    border-radius: 50px;
    color: #000;
}

@media (min-width:768px) and (max-width:1024px){
  .card.login-card.sign-up-card {
    width: 68% !important;
}
.sign-up-card {
    margin: auto;
    margin-bottom: 0;
}

}

@media screen and (max-width:767px) {

.sign-up-card {
    margin: auto;
    margin-bottom: 0px;
}

.card-footer.goggle-face-add-btn .col-md-6 {
    width: 46%;
}

.sign-up-card button.btn-login {
    font-size: 17px;
    border: solid 1px;
    padding: 4px 12px;
    padding-bottom: 6px;
}


}