@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    /* COLORS */
    --primary: #3e8cf9 !important;
    --blue: #3e8cf9 !important;
    --dark: #101010 !important;
    --White: #ffffff !important;
    --Star: #e28000 !important;
    --Gray: #adadad !important;

    /* Fonts */
    --Cubano: 'Cubano', sans-serif;
    --Inter: 'Inter', sans-serif;
}
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    font-family: var(--Cubano);
    letter-spacing: 1px;
} 

#goog-gt-tt {
    display: none !important;
}
.hidden {
    display: none;
  }
/* fixed the side bar for the shop (sidebar was ending suddently even if width: 100%) */
footer {
    margin: 0 0 -50px 0;
}

/* font for placeholders & input (not showing the right font & if I put !important on line 23 it will mess up some icons like stars & burger) */
::-webkit-input-placeholder { /* Edge */
    font-family: var(--Inter);
}
:-ms-input-placeholder { /* Internet Explorer */
    font-family: var(--Inter);
}
::placeholder {
    font-family: var(--Inter);
}
input{
    font-family: var(--Inter) !important;
}

/* for the stars/ratings */
.y {
    color: var(--Star) !important;
}
.g {
    color: var(--Gray) !important;
}

#iframeBox {
    position: fixed;
    bottom: 10px;
    right: 95px;
    width: 40vw;
    height: 80vh;
    border: none;
    z-index: 1040;
    border-radius: 20px; /* Optional: for rounded corners */
    border: #101010 solid;

}
@media screen and (max-width: 927px) {
    #iframeBox {
        bottom: 10px;
        right: 95px;
        width: 60vw;
        height: 80vh;
    
    }
}
@media screen and (max-width: 768px) {
    #iframeBox {
        width: 70vw;
        height: 80vh;
    
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
    }
}
@media screen and (max-width: 623px) {
    #iframeBox {
        width: 100vw;
        height: 90vh;
    
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
    }
    .message-btn{
        z-index: 1 !important;
    }
}

/* general classes */
.one-break{
    margin-bottom: 10px;
}
.hidden {
    display: none;
    opacity: 0;
}
.Price{
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.pfp{
    /* put style="background-image: url('...')" 
    instead of src="..." */
    background-position: center;
    background-size:cover;
    
    width: 150px;
    height: 150px;    
}
.a-nodeco:link, .a-nodeco:visited, .a-nodeco:hover, .a-nodeco:active
{
    color: #000000;
    text-decoration: none;
}

.isa_success, .isa_error, .isa_failure {
    margin: 10px 0px;
    padding:12px;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_failure {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_error {
    z-index: 999;
    top: 90%;
    width: 100vw;
    position: fixed;
    color: #D8000C;
    background-color: #FFD2D2;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.isa_success i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
.card-img-top {
    object-fit: cover !important;
}
.Center{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
}
.justify{
    margin-right: 30px;
}
/* Status Icons Customization */
.status-available {
    color: #28a745; /* Green, indicates availability */
    }

    .status-unavailable {
    color: #dc3545; /* Red, indicates unavailability */
    }

    .status-unlisted {
    color: #6c757d; /* Grey, indicates unlisted */
    }
.map {
    height: 350px !important;
    /* The height is 400 pixels */
    width: 100% !important;
    /* The width is the width of the web page */
}
.sub-Title{
    color: gray;
    font-weight: 400;
    padding-left: 5%;
    padding-right: 5%;
}
.warning-mess{
    color: rgb(255, 74, 74);
    font-weight: 600;
    background-color: rgb(255, 223, 223);
    padding: 3% 3% 3% 3%;
    width: 100%;
}
.subsub-Title{
    color: gray;
    background-color: rgb(220, 220, 220);
    font-weight: 400;
    padding: 3% 3% 3% 3%;
}
.InputLabel{
    position: absolute;
    left: 0;
    top: 0;
}
















.mess-img-div{
    position: relative;
    margin-bottom: 10px;
    display: none;
}
.mess-img-display{
    width: 100% !important;
    height: 150px !important;
    border-radius: 10px;
    object-fit: cover !important;
}
.images-icon > input
{
    display: none;
}
.images-icon label
{
    cursor: pointer;
}
#send-input-id{
    display: none;
}
.Image-send{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.message-wrapper{
    width: 600px !important;
    position: relative;
}
.last-mess {
  display: block;
  white-space: nowrap;
  width: 17em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(56, 56, 56);
}
.contacts{
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 700px;
}
.contact{
    margin-bottom: 15px;
}
.contact-darker{
    margin-bottom: 15px;
    background-color: #747474;
    border-radius: 15px;
    padding: 5px 0px 5px 0px;
}
.side-bar-mess{
    width: 300px;
    border-right: #101010 0.1px solid;
    /* margin-right: 10px; */
}
.profile-M{
    display: flex;
    /* flex-direction: row; */
    align-items:center !important;
}
.images-icon{
    z-index: 100;
    margin-left: 5% !important;
    display: flex !important;
    flex-direction: row !important;
}
.profile-Icon{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
}
.image-selector{
    margin-left: 5% !important;
}
.send-button{
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.message-icon{
    position:fixed; 
    z-index: 1040;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size:80px;
    color:#747474 !important;
    right: 10px;
    bottom: 10px;
    /* text-decoration:none; */
} 
.icon-mess > a:focus, .icon-mess > a:hover {
    text-decoration: none !important;
    color: #9e9e9e !important;
}
.dotNo, .dotNo2{
    position:absolute; 
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: #ff4444;
    border-radius: 50%;
    display: inline-block;
}
.dotNo p{
    text-decoration: none;
    color: #fff !important;
    font-size: 30px;
    position: absolute;
    right: 9px !important;
    margin-top: 3px;
}
.dotNo2 p{
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    right: 1px !important;
    margin-top: 6px;
}
.text-bar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
    background-color: rgb(216, 216, 216) !important;
    border-top: #101010 solid 0.1px;
    border-radius: 10px 10px 0px 0px;
}
.text-div{
    width: 95% !important;
    border: 2px solid #8a8a8a;
    background-color: rgb(236, 236, 236);
    border-radius: 40px;
    padding: 10px 10px 10px 15px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-bar-area{
    background-color: rgb(236, 236, 236);
    width: 100% !important;

    border: none;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;
}
.container-Messages-hider{
    display: none;
}
.container-Messages{
    height: 95%;
    display: flex !important;
    flex-direction:row !important;
    right: 0px;
    /* zoom: 0.9;
    -moz-transform: scale(0.5); */
    z-index: 500;
    position:fixed; 
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    bottom: 0px;
    background-color: rgb(216, 216, 216) !important;
    border: #101010 0.1px solid;
}
.top-close-bar{
    height: 10% !important;
}
.messages{
    height: 90% !important;
    overflow-y: scroll;

    background-color: rgb(236, 236, 236) !important;
    padding: 50px 10px 10px 10px;
    border: #101010 solid 0.1px;
    border-right: 0px;
    width: 600px;
    margin-left: -1px;
}
.chevron-1mess {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.chevron-1mess:hover {
  opacity: 0.5;
}
.chevron-2mess {
  display: none;
  position: absolute;
  left: 11px;
  top: 11px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.chevron-2mess:hover {
  opacity: 0.5;
}
/* .close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
} */
.container-Message {
  border-radius: 20px;
  padding: 10px 10px 10px 15px;
  margin: 10px 0;
  width: 90%;
}
.container-Message p{
color: #ffffff;
  position: relative;
  z-index: 1;
  
  background: none;
}
.otherP {
  position: relative;
  z-index: 1;
  /* width: 80% !important; */
  background: rgb(87, 87, 87);
}
.startingConv {
  position: relative;
  z-index: 1;
  /* width: 80% !important; */
  background: rgb(112, 112, 112);
  margin: auto;
}

.self {
    background: #3e8cf9;
    margin-left: auto;
    margin-right: 10px;
}
.self-image {
    margin-left: auto;
    margin-right: 10px;
}
.otherP-image {
    margin-right: auto;
    margin-left: 10px;
    /* background: rgb(87, 87, 87); */
}
.otherP-image .Image-send{
    border: rgb(87, 87, 87) solid 10px;
}
.self-image .Image-send{
    border: #3e8cf9 solid 10px;
}
.Image-send{
    object-fit: cover !important;
    height: 400px;
}
.self p {
  margin: 2px 0 2px 8px;
  align-self: flex-end;
  z-index: 0;
  background: none;
  color: white;
}
.container-Message::after {
  content: "";
  clear: both;
  display: table;
}
.time-right {
  float: right;
  color: #ffffff;
  margin: 2px 0 2px 8px;
}
.time-left {
  margin: 2px 0 2px 8px;
  float: left;
  color: #ffffff;
}
#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
    overflow: hidden !important;
}

@media only screen and (max-width:910px) {
    .container-Messages {
        width: 100% !important;
        margin: 0px;
        border-radius: 0px;
    }
    .messages {
        width: 100% !important;
    }
    .text-bar {
        width: 100% !important;
    }
    .message-wrapper {
        width: 100% !important;
    }
    .side-bar-mess{
        position: absolute;
        display: none;
        background: rgb(236, 236, 236);
        z-index: 2;
    }
    .chevron-2mess{
        display: block;
    }
}
@media only screen and (max-height:785px) {
    .messages {
        height: 400px !important;
    }
}
@media only screen and (max-height:635px) {
    .messages {
        height: 400px !important;
    }
}