
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@100;200;300;400;500;700&family=Montserrat:wght@200;400;500&display=swap');

/* اساسيات  */
body,head{
    overflow-x: hidden;
    width: 100%;
    font-family: "Montserrat";
    /* background-color: #E9E5FF; */
    background-color: white;
    position: relative;
    text-align: left;

}

.primary-color {
    color: #3d514b
}
.primary-bg-color {
    background-color: #3d514b
}

::-webkit-scrollbar {
    width: 5px;
  }
    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #12D1B7;

      }

      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: rgb(201, 201, 201);
      }

h1{
    font-size: larger;
}
h2{
    font-size: medium;
}
h3{
    font-size: small;
}
/* Bootsrap Override  */
a{
    text-decoration: none !important;
}

.navbar{
    position: fixed;
    z-index: 1;
    width: 100%;
}
/*   الألوان ---- */

.text-dark{
    color: #1F1D2B;
}
.bg-dark{
    background-color: #1F1D2B;
}
.text-blue{
    color: #40a6f6;
}
.bg-blue{
    background-color: #25203f;
}

.blue-bg{
    background-color: #25203f;
}
.text-white{
    color: white;
}
.text-blue{
    color: #25203f;
}
.bg-white{
    background-color: white;
}
.text-grey{
    color: #8D8D8D;
}
.bg-grey{
    background-color: #8D8D8D;
}
.text-light{
    color: #E9E5FF;
}
.bg-light{
    background-color: #E9E5FF;
}
.bg-light-blue{
  background-color:  #E9E5FF;
}


.white-text{
    color: white  ;
}
.btn.white-text{
    color: white  ;
}

.grey-text{
    color: #777777;
}
.blue-text{
    color: #25203f;
}
.green-text{
    color: #12D1B7;
}
.red-text{
    color: #d45c5c;
}
.btn.red-text{
    color: #d45c5c;
}
.red-text:hover{
    color: white;
}



.warning-bg{
    background-color: #f8aa44 !important;
}

.red-bg{
    background-color: #d45c5c;
}
.fb-bg{
    background-color: #4267B2;
}
.red-border{
    border: thin solid #d45c5c;
}
.red-border:hover{
    background-color: #d45c5c;
}

.grey-border{
    border: thin rgba(202, 202, 202, 0.541) solid;
}

.green-bg{
    background-color: #12D1B7;
}

/*   الخطوط ---- */

.f-bold{
    font-weight: bold;
}
.f-bolder{
    font-weight: bolder;
}
.cairo-lt{
    font-family: "Cairo", Arial, sans-serif;
    font-weight: 200;
}
.cairo-bold{
    font-family: 'Cairo', Arial, sans-serif;
    font-weight: bold;
}
.mont-lt{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 200;
}
.mont-bold{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: bold;
}


/* Border Radius */
.radius-0{
    border-radius: 0px;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-20{
    border-radius: 20px;
}
.radius-40{
    border-radius: 40px;
}
.radius-50{
    border-radius: 50px;
}
.radius-100{
    border-radius: 100px;
}
.radius-circle{
    border-radius: 50%;
}


.page-row {
    padding: 10px;
    border-radius: 20px;}

.page-row img{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}
.page-row .insta-img{
    width: 30px;
    border-radius: 10px;
}
.page-row .caption{
    text-align: left;
    float: inline-start;
    margin-left: auto;
}

.page-row .caption p{
    text-align: left;
    float: inline-start;
    margin-left: auto;
    font-size: small;
}
.page-row .btn{
    font-size: small;
}
.card-img-top{
    min-height: 200px;
    max-height: 200px;
    height: 200px !important;
    object-fit: cover;
}

.reply-item {
    text-align: left;;
}
.reply-item-p {
    text-align: left;;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: " / ";
    color: wheat;
    margin-left: 3px;
    margin-right: 3px;
}


.breadcrumb-item.active{
    color: rgba(255, 255, 255, 0.733);
}
.page-list{
    overflow-y: scroll;overflow-x:hidden;height:320px
}
@media screen and (max-width: 700px) {
    body{
        padding-top:100px
    }
    .page-list{height: auto;}
    .page-row {
        padding: 20px;
    }

    .page-row img{
        width: 30px;
    height: 30px;
    border-radius: 10px;
    object-fit: cover;
    }
    .mx-2{
        margin-left:.2rem !important;
        margin-right: .2rem !important;
    }
    .page-row .caption p{
        text-align: left;
    }
    .page-row .caption{
        font-size: medium;
    }
    .page-row .btn{
        font-size: x-small;
    }

  }

  #modal-container{
    position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)
  }


  .post-row{
    display: flex;
    flex-direction: row;
    padding: .5rem;
    background-color: #f1f1f1;
    margin-top: 10px;
    border-radius: 5px;
    align-items: center;
  }
  .post-row img{
    border-radius: 10px;
    height: 60px;
    width: 60px;
    object-fit: cover;
    object-position: center;

  }
  .post-row .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
  }
  .post-row .text h5{
    font-size: medium;
    color: #25203f;
    margin : 0 !important;
    line-height: .5;
  }
  .post-row .text a{
    color: #4267B2;
    font-size: small;
    text-decoration: none;
  }
  .post-row .dropdown{
    margin-inline-start: auto;
  }


  .automation-row{
    display: flex;
    flex-direction: row;
    padding: .8rem;
    background-color: #f1f1f1;
    margin-top: 10px;
    border-radius: 5px;
    align-items: center;
  }
  .automation-row .text{
    display: flex;
    flex-direction: column;
  }
  .automation-row h5{
    font-size: large;
    color: #25203f;
    margin : 0 !important;
    line-height: .8;
  }
  .automation-row p{margin-bottom: 0;   line-height:1}
  .automation-row .dropdown{

    margin-inline-start: auto;
  }
  .me-auto{
    margin-inline-start:auto
  }
  .dash-border{
    border: grey dashed thin;
  }
.text-align-default{
    text-align: left;
}
.insta-bg{
    border: none;
    background: white;
    background-image: linear-gradient(to left ,#f8ae43,#9829b4);
}
