@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");

*{
    box-sizing: border-box !important;
    font-family: Geologica, sans-serif !important;
}
/* .ellipse-yellow{
    background-color: #6fdda2;
     opacity: .3; 
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: 0 0 100px 100px #6fdda2;
    position: absolute !important;
    top: 50px;
    right: 50px;
    z-index: -1;
} */

/* .ellipse-blue{
    background-color: #e0d0f6;
    opacity: .3; 
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: 0 0 100px 100px  #e0d0f6;
    position: absolute !important;
    top: 50px;
    left: 50px;
    z-index: -1;
} */

/* .ellipse-blue-4{
    top: auto;
    left: auto;
    bottom: 0 !important;
    right: 0 !important;
} */

.action-button{
    background: var(--fifth) !important;
    color: white !important;
}


.cancel-button{
    background: var( --primary-color) !important;
    color: var(--primary-text-color) !important;
}



.listingDetails{
    display: grid;
}


.sidebar .menu-links li:hover{
    background: rgb(from var(--logo-secondary-color) r g b / 100%) !important;
  color: white !important;
}
.sidebar .menu-links .bg-logo-color-secondary>a{
    color:white !important;
}

.sidebar .menu-links li:hover>a{
    color:white !important;
}

/* input:where(:not([type])):focus,[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus{
        border-color:#666666 !important;
} */
input::placeholder, textarea::placeholder{
    color: #282828 !important;
  
}
@media screen and (max-width: 640px) {
    .listingDetails{
        display: grid;
        grid-template-columns: 1fr !important;
    }
  }

.invite__select_cl .select2-container--default .select2-selection--multiple:focus {
    border-color: #666666;
}
.invite__select_cl .select2-container--default .select2-selection--multiple {
    border-color: #fff;
    /* background-color: #f2f2f2; */
}
.invite__select_cl span.selection {
    margin: 4px !important;
    display: block;
}
.invite__select_cl  .select2-container--default .select2-selection--multiple {
    padding: 4px;
    height: 42px;
    /* min-height: 42px; */
}