body{
    height: 100%;
    width: 100%;
    background-color: #f0f2f5;
}
.v-input__slot::before {
    border-style: none !important;
}
.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: ease;
}

.text-primary{
    color: #0f68e3;
}
.line-bg {
    position: relative;
    z-index: 1;
    
    &:before {
        border-top: 2px solid #dfdfdf;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
    }
}

@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-20px); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}

.striper{
    background:repeating-linear-gradient(
                          -55deg,
                          #2d8cff,
                          #2d8cff 10px,
                          #2b85f2 10px,
                          #2b85f2 20px
    );
}
[v-cloak] { display: none; }
*{
    font-family: sans-serif;
}

.nav-link-title{
    color: #009FE2;
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-search{
    min-height: 3.25%;
}

.icon-image{
    height: 50px;
    width: 50px;
    border-radius: 30px;
    border: 3px solid rgb(243, 221, 221);
}

.icon-image-comment{
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: 1px solid whitesmoke;
}
.navs{
    display: flex;
    min-width: 100%;
    flex-direction: row;
    position: fixed;
    max-height: 3.25rem;
    background-color: white;
    box-shadow: 0px 2px 2px 0px rgb(236, 234, 234);
    /* -webkit-box-shadow: 0px 0px 0px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    /* -moz-box-shadow:    0px 0px 0px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    /* box-shadow:         0px 0px 0px 6px #ccc;  */
}

.navbarTitle{
    min-height: 3.25rem;
    min-width: 33.33%;
    padding: 10px;
    display: flex;

}
ul li a{
    color: black;
}

.icon-active{
    background-color: #009FE2;
}

.icon-container{
    border-radius: 30px;
    min-height: 40px;
    width: 40px;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}

.icon-inactive{
    background-color: rgb(80, 79, 79);
}


.friend-add-image{
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
}

/**
CSS FOR 
**/

.v-icon{
    color: black;
}
.croppa-container{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 2px solid #f0f2f5;
}
.icon .icon-remove{
    z-index: 0;
}
canvas{
    border-radius: 10px;
}
.hoverCard:hover {
    box-shadow: 0 8px 6px -6px black;
}
.v-slide-group__next{
     position: absolute;
     right: 5px;
     margin-top: 40px;
     height: 50px;
     border: 1px solid #e6e6e6;
     background: white;
     border-radius: 50px;
 }
 .v-slide-group__prev{
     position: absolute;
     left: 5px;
     z-index: 3;
     margin-top: 40px;
     height: 50px;
     border: 1px solid #e6e6e6;
     background: white;
     border-radius: 50px;
 }


.wrapper {
  position: relative;
  display: inline-block;
  width:100%;
}

.regular-input {
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 20rem;
  height: 12rem;
  outline: none;
}

.regular-input:focus {
  box-shadow: 0 0 0 3px rgba(66,153,225,.5);
}

.emoji-invoker {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
.emoji-invoker:hover {
  transform: scale(1.1);
}
.emoji-invoker > svg {
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  background: #0f68e3;
  fill: white;
}

.emoji-picker {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 10px;
  font-family: Montserrat;
  border: 1px solid #ccc;
  width: 20rem;
  height: 15rem;
  overflow: auto;
  overflow-x: hidden;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #fff;
}
.emoji-picker__search {
  display: flex;
}
.emoji-picker__search > input {
  flex: 1;
  border-radius: 10rem;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  outline: none;
}
.emoji-picker h5 {
  margin-bottom: 0;
  color: #b1b1b1;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: default;
}
.emoji-picker .emojis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.emoji-picker .emojis:after {
  content: "";
  flex: auto;
}
.emoji-picker .emojis span {
  padding: 0.2rem;
  cursor: pointer;
  border-radius: 5px;
}
.emoji-picker .emojis span:hover {
  background: #ececec;
  cursor: pointer;
}
.friend-text{
    display: inline-flex;
}
.friend-add-list li{
    padding: 10px;
}
.btn-friend{
    background-color: #2d8cff;
    color: white;
    border: none;
    height: 40px;
    width: 100px ;
    border-radius: 10px;
}


.icon{
    background-color: rgb(80, 79, 79);
    border-radius: 30px;
    min-height: 40px;
    width: 40px;
}
.size-text{
    padding: 10px;
}
i{
    padding-left: 10px;
}


ul li a{
    text-decoration: none;
}
.icon-container i{
    font-size: 20px;
}

ul li{
    list-style: none;
    min-height: 3.25rem;
}
.side-menu{
    font-size: 20px;
    min-width: 33.33%;
    display:flex;
}
.side-menu a{
    text-decoration: none;
    color: black;
}
.container-content{
    background-color: #f0f2f5;
}

.suggested-friends{
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
.friendWindow{
    max-height: 800px;
    overflow: scroll;
    overflow-x: hidden;
}
.img-post{
    height: 100%;
    width: 100%;
}
.img-post-dog{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.side-menu-container{
    width: 33.33%;
    float:left;
}

.content-container{
    width: 33.33%;
    float:left;
}

.other-menu-container{
    width: 33.33%;
    float:left;
}
.sidebar{
    min-height: 3.25rem;
    min-width: 33.33%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu{
    min-width: 6.66%;
    max-height: 35%;
    padding-top: 2px;
}

.active-menu{
    border-bottom: 3px solid rgb(65, 148, 224);
}
.nav-end-icon{
    height: 30px;
    width: 30px;
    padding: 10px;
}

.active{
    border-bottom: 3px solid rgb(65, 148, 224);
}
.nav-menu{
    min-height: 3.25rem;
    font-size: 15px;
    justify-content: space-between;
    display:flex;
    min-width: 33.33%;
}

.nav-end{
    min-height: 3.25rem;
    font-size: 20px;
    justify-content: right;
    display:flex;
    min-width: 33.33%;
}
.nav-end-menu{
    min-width: 11.11%;
    max-height: 35%;
    padding: 10px;
}


.nav-menu a{
    text-decoration: none;
}
.menu a{
    font-size: 25px;
    color: rgb(87, 85, 85);
}
.col-marg-1{
    min-width: 8.33%;
}
.col-marg-2{
    min-width: 16.66%;
}
.col-marg-3{
    min-width: 25%;
}

.content{
    margin-top: 3.25rem;
}

  
  /* Clear floats after the columns */
/* .row:after {
    content: "";
    display: table;
    clear: both;
  } */


.card-content{
    margin-top: 5%;
    background-color: white;
    border-radius: 10px;
}
.card-header{
    background-color: black;
}
.card-body{
    background-size: cover;
    background-repeat: none;
}


/**
    COLOR PALLETE
***/

.pallete-1{
    fill: #e3da8d;
}
.pallete-2{
    fill: #fff045;
}
.pallete-3{
    fill: #afff83;
}
.pallete-4{
    fill: #88fdf6;
}
.pallete-5{
    fill: #ff89c9;
}
.pallete-6{
    fill: #fbb067;
}
.pallete-7{
    fill: #ff7781;
}
.pallete-8{
    fill: #88fdd0;
}
.pallete-9{
    fill: #f0c7ff;
}
.pallete-10{
    fill: cyan,
}
.pallete-0{
    fill: white;
}

.card-search{
    height: 50px;
    width: 500px;
    background-color: white;
    margin-top: 5%;
    box-shadow: 0x 0px 4px 2px whitesmoke;
}
.card-image{
    height: 350px;
}

.container-comment{
    background-color: hsl(32, 60%, 95%);
    width: 80%;
    border-radius: 20px;
    padding: 2%;
}
.image-logo{
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.img-navbar{
    height: 40px;
    width: 40px;
}

.icon-size{
    color: black;
    padding-top: 5px;
}

.icon-text{
    font-size: 15px;
}
.nav-position{
    display:flex;
    flex-direction:column;
}
.thumbs-like{
    display: inline-flex;
    height: 20px;
    width: 20px;
    font-size: 14px;
    padding: 2px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(84, 84, 253) 0%, rgba(0,212,255,1) 87%);
    color: white;
}

.navbar-header{
    z-index: 5;
    background-color: white;
}

@media only screen and(min-width: 540px){
    .sidebar{
        display: none;
    }
}

.footer{
    height: 60px; position:fixed; bottom: 0;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}
.v-card--reveal {
    bottom: 0;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
}

/* style icon */
.inner-addon .search {
  position: absolute;
  padding: 4px;
  pointer-events: none;
}

/* align icon */
.left-addon .search  { left:  0px;}
.right-addon .search { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.side-menu-height{
    max-height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.img-post-change-profile{
    object-fit: cover;
    height: 80%;
    width: 80%;
}
.like-btn{
    cursor: pointer
}
.comment-btn{
    cursor: pointer
}
.share-btn{
    cursor: pointer
}
.container-receiver{
    border-radius: 20px;
    max-width: 250px;
    background-color: rgb(223, 219, 219);
}
.container-sender{
    border-radius: 20px;
    max-width: 250px;
    background-color: rgb(252, 98, 150) ;
}
.list-friends{
    cursor: pointer;
}
.chatPaw{
    height: 45px; 
    width: 45px;
}
.imgPaw{
    height: 35px; 
    width: 35px; 
    object-fit: cover;
}
.img-cont{
    height: 100px; 
    width: 100px;
}
.img-chat{
    border-radius: 15px;
    height: 150px; 
    margin-top: 10px;
    margin-bottom: 10px;
    width: 130px;
    object-fit: cover;
}
.sendBtn{
    cursor: pointer;
}
.messageList{
    max-height: 400px; overflow:scroll ; overflow-x: hidden;
}
.btn-close{
    cursor:pointer;
}
.border-color-light{
    border-color: rgb(252, 250, 247);
}
.circle-icon {
    background: #d1cfcf;
    padding:5px;
    border-radius: 50%;
}
.circle-icon-2 {
    background: rgb(65, 148, 224);
    border: 5px solid white;
    padding:5px;
    border-radius: 50%;
}
.circle-icon-3 {
    background: rgb(80, 79, 79);
    border: 5px solid white;
    padding:5px;
    border-radius: 50%;
}
.img-card-show{
    height:100px;
    max-width: 18rem;
    object-fit: cover;
}
.shadow-text{
    text-shadow: 2px 1px 1px black;
}
.postBody{
    height: 200px; 
    width: 100%;
}
.v-card--reveal {
    bottom: 0;
    opacity: 1 !important;
    position: absolute;
    width: 100%;
}
.post-img{
    height: 200px; 
    max-width: 480px;
    min-width: 480px;
    width: 480px;
    object-fit: cover;
}
.areaPost{
    width: 480px;
}
.jumbotron-size{
    bottom:0; width: 500px; height: 570px; 
    max-height: 570px; 
    overflow: scroll ; 
    overflow-x: hidden; 
}

.bounce-enter-active {
    animation: bounce-in .5s;
  }
.bounce-leave-active {
    animation: bounce-in .5s reverse;
  }
@keyframes bounce-in {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
}

.center_input input{
    text-align: center;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-pointer:hover{
    text-decoration: underline;
}

.icons-db{
    height: 20px; width: 20px
}
.v-calendar-weekly__head-weekday{
    font-size: 20px;
}


@media screen and (min-width: 300px) and (max-width: 1080px){
    .nav_side_dis{
        display: none;
    }
}
/* 
@media screen and (min-width: 720px) and (max-width: 1440px) {
    .condition_choice{
      margin-top: 11%;
    }
} */


