body{
    /* background-color: #f0ecff; */
    background-color: #dfdfdf;
}
.card{
    margin-bottom: 30px;
}
.tags span{
    width: 68px;
    display: inline-block;
    background-color: #7b827fc9;
    height: 28px;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    color: white;
}
.footer svg{
    margin-right: 7px;
    margin-top: 4px;
}
#logout-div{
    display: none !important;
    
    
}
.numeber-info{
    color: rgb(172, 172, 172);
    font-weight: 100;
}
.numeber-info span{
    font-size: 50px;
    color: black;
}
#add-post{
    position: fixed;
    bottom: 87px;
    right: 93px;
    border: none;
    background-color: cadetblue;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    display: none;
}
#add-post:hover{
    background-color: rgb(77, 128, 129);
}
#add-post span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(255, 253, 253);
}
#create-body-input{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    outline: gray;
    resize: none;
    border-color: #7e7e7e5d;
    padding: 10px;
}
#btn-delete{
  font-size: 36px;
  display: flex;
  color: #ff0000;
  transition: .3s;

  cursor: pointer;
}
#btn-delete:hover{
  color: #cd193b;
}

.navbar-brand{
  color: #63a6a9;
  font-size: 21px;
  font-weight: bold;
  transition: .3s;
}
.navbar-brand:hover{
  color: #879292;

}
/*============================ luoder ==============================*/

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.534);
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 20px;
}
/*============================ luoder ==============================*/
/*============================ madi  ==============================*/
@media(max-width: 999px) {
  #madi-row{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
  }
}
@media(max-width: 999px) {
  #col-m{
    margin: 0 32px;
    margin: 8px auto;
    margin-left: 30px;

  }
}
@media(max-width: 1125px) {
  #col-m{
    margin: 12px 32px;

  }
}
@media(max-width: 999px) {
  #col-nav{
   width: 100%;
  }
}
@media(max-width: 999px) {
  .col-9{
   width: 100%;
  }
}
@media(max-width: 999px) {
  #add-post{
    position: relative;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60%;
    margin-top: 23px;
  }
}

