 
body 
{
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f6fa;
  list-style: none;
  text-decoration: none;
  margin: 20px;
  padding: 10px;
  box-sizing: border-box;
}

/* Float four columns side by side */
.column 
{
  float: left;
  width: 25%;
  padding: 0 10px;
}
.columntop 
{
  float: left;
  width: 18%;
  padding: 5px;
}

/* Remove extra left and right margins, due to padding */
.row 
{
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after 
{
  content: "";
  display: table;
  clear: both;
}

.row_topbar 
{
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row_topbar:after 
{
  content: "";
  display: table;
  clear: both;
}
/* Responsive columns */


/* Style the counter cards */
.card 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 0.1;
}

.card_topbar 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  background-color: #f1f1f1;
  line-height: 0.1;
}

.card_search 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
  background-color: #f1f1f1;
  height: 15vh; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  background-position: center; 
  background-repeat: no-repeat; 
  color: #fff; 
}

.card:hover 
{
  
}

.cardop 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 2px;
  text-align: center;
  background-color: #ABB2B9;
  border-radius: 10px;
  line-height: 0.1;
}

.cardtop:hover 
{
 transform: translate3D(0,-1px,0) scale(1.03);
}

.card button 
{
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.card button:hover 
{
  opacity: 0.7;
}


.container 
{
  display: flex;
}

.section 
{
  flex: 1; /*grow*/
}

.section 
{
  float: left;
  width: 20%;
}

.container:after 
{ /*clear float*/
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) 
{ 
  .column 
  {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .row_topbar
  {
    display: none;
  }

  .container 
  {
    flex-direction: column;
  }
  .section 
  {
    float: none;
    width: 100%;
  }
  
  .cardss
  {
    float: none;
    width: 100%;
  }
  
  .outercard
  {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      max-width: 100%;
      margin: auto;
      height:auto;
      text-align: center;
      font-family: arial;
  }
  .search-input-section 
  { 
    border: 1px solid rgb(200, 200, 200); 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    background-color: white; 
    padding: 5px 10px; 
    height: 37px; 
    box-shadow: 0 4px 3px rgba(197, 197, 197, 0.3); 
    }
    .popup 
    {
        display: none; /* Initially hidden */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        border: 1px solid #ccc;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

}

.search-input 
{
	border: none; 
	font-size: 20px; 
	width: 100%; 
} 

.search-input:focus 
{
	outline: none; 
} 

.search-input-container 
{
	display: flex; 
	flex-direction: row; 
	justify-content: center; 
	align-items: center; 
	width: 100%; 
} 

.search-input-container input 
{
	margin-left: 10px; 
} 

.search-input-section 
{ 
    border: 1px solid rgb(200, 200, 200); 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    width: 40vw; 
    background-color: white; 
    margin-top: -20px; 
    margin-bottom: 30px; 
    border-radius: 30px; 
    padding: 5px 10px; 
    height: 37px; 
    box-shadow: 0 4px 3px rgba(197, 197, 197, 0.3); 
} 

.gsb 
{
    height: 20px; 
}

#chenicab_image 
{
    height: 50px; 
}

.mic-icons 
{ 
    height: 30px; 
}

.cardss 
{
  width:200px;    
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  text-align: center;
  background-color: #f1f1f1;
}

 


.header_card2 
{
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 8px;
}

.container_card2 
{
  padding: 10px;
}


.open-button 
{
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup 
{
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container 
{
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] 
{
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus 
{
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn 
{
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.draggable 
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
    text-align: center;
    background-color: #f1f1f1;
    top:40px;
    border-radius: 10px;
    line-height: 0.1;
    border: 1px solid #ccc;
    cursor: move; /* Cursor changes to indicate draggable */
    position: absolute; /* Required for proper dragging */
    z-index: 1111;
}

#dragable 
{
float:left;    
width: 15rem;
height: 21rem;
top:300px;
border: 0.2rem solid #0f2c65;
border-radius: 0.2rem;
position: absolute;
opacity:0.7;
z-index: 1111;
box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.2);
transition: border-color 0.2s, box-shadow 0.2s;
}

#dragable.drag 
{
border-color: white;
box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.5);
}

#dragable #dragzone 
{
width: 40%;
height: 50%;
opacity:0.7;
cursor: move;
z-index: 1111;
background-color: #0f2c65;
}

.wrapperchenicab .img-area,
.social-icons a{
border-radius: 10px;
backdrop-filter: blur(10px);
border: 2px solid rgba(255,255,255,0.1);
box-shadow: 0 0 40px rgba(8,7,16,0.6);
}

.wrapperchenicab
{
position: relative;
width: 250px;
padding: 30px;
border-radius: 10px;
opacity:0.7;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.wrapperchenicab .img-area
{
height: 150px;
width: 150px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}


.img-area .inner-area
{
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    border-radius: 50%;
}

.inner-area img
{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.wrapperchenicab .name
{
    font-size: 23px;
    font-weight: 500;
    color: white;
    margin: 10px 0 5px 0;
}

.wrapperchenicab .about
{
    color: #d0d1d7;
    font-weight: 400;
    font-size: 16px;
}

.wrapperchenicab .social-icons
{
    margin: 15px 0 25px 0;
}

.social-icons a
{
    position: relative;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 50%;
}


.social-icons a i
{
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 35px;
}
.social-icons a:nth-last-child(1) i
{
    color: #13d151;
}
.social-icons a:nth-last-child(2) i
{
    color: #e6ba12;
}
.social-icons a:nth-last-child(3) i
{
    color: #1da9e9;
}
.social-icons a:nth-last-child(4) i
{
    color: #f23400;
}
.close-icon 
{
        position: absolute;
        top: 5px;
        right: 10px;
        cursor: pointer;
}
#closeIcon:hover 
{
    background-color: darkred; 
}

.calc {
            
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            width: 100%;
        }
.calc h1 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
            text-align: center;
        }
.calc label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }
.calc input[type="date"] {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-bottom: 20px;
        }
.calc button 
        {
            background-color: #28a745;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            width: 100%;
        }
.calc button:hover 
        {
            background-color: #218838;
        }
.calc #result 
        {
            margin-top: 20px;
            padding: 10px;
            background-color: #e9ecef;
            border-radius: 4px;
            font-size: 18px;
            text-align: center;
        }
.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: blue;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover 
{
  background-color: rgba(0,0,0,0.8);
}



/* Container for each post */
/* Container for each post */
/* General reset for padding and margins */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Post container styles */
.post-container 
{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 auto 20px;
    padding: 15px;
    max-width: 800px;
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Post header (user info) styles */
.post-header 
{
    display: flex;
    margin-bottom: 15px;
}

/* User profile image */
.profile-pic 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

/* User details container */
.user-details 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.username 
{
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.post-date 
{
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

/* Post content styles */
.post-content 
{
    margin: 15px 0;
    font-size: 14px;
    color: #333;
}

/* Handling images attached to the post */
.post-images img 
{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    object-fit: cover;
}

/* Post location style */
.post-location 
{
    font-size: 13px;
    color: #555;
    margin-top: 10px;
}

/* Post actions (like and comment buttons) styles */
.post-actions 
{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.post-actions button 
{
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Like button styles */
.like-btn 
{
    background-color: #e4e6eb;
    color: #555;
}

.like-btn:hover 
{
    background-color: #d8d9db;
}

/* Comment button styles */
.comment-btn 
{
    background-color: #f0f2f5;
    color: #555;
}

.comment-btn:hover 
{
    background-color: #e3e4e8;
}

/* Responsive design */
@media (max-width: 768px) 
{
    .post-container 
    {
        padding: 10px;
    }
    
    .post-header 
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-content 
    {
        font-size: 13px;
    }

    .post-actions button 
    {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* General reset for padding and margins */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Container for the post submission box */
.post-submit-container 
{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    max-width: 2000px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

/* Post header (user info) */
.post-header 
{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* Profile picture style */
.profile-pic 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

/* Username style */
.user-details .username 
{
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

/* Post input box */
.post-input 
{
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;
    outline: none;
    margin-bottom: 12px;
}

.post-input::placeholder 
{
    color: #888;
}

/* Buttons container (photo, location, post) */
.post-options 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Button styles */
.post-option-btn 
{
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
   margin-right: 10px;
}

.post-option-btn:hover 
{
    opacity: 0.7;
}

.photo-btn, .location-btn 
{
    flex-grow: 1;
}

.post-submit-btn 
{
    background-color: #42b72a; /* Facebook green */
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.post-submit-btn:hover 
{
    background-color: #36a420;
}

/* Responsive Design */
@media (max-width: 768px) 
{
    .post-submit-container 
    {
        padding: 2px;
    }

    .post-header 
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-input 
    {
        height: 100px;
        font-size: 13px;
    }

    .post-options 
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-option-btn 
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .post-submit-btn 
    {
        width: 100%;
        margin-top: 10px;
    }
}










