

/* اساسيات  */
body,head{
    overflow-x: hidden;
    width: 100%;
    font-family: "cairo";
    background-color: #262335;
    position: relative;
   text-align: right;
    direction: rtl;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.mont-font{
    font-family: "Montserrat";
}
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: #262335;
}
.bg-dark{
    background-color: #262335;
}
.bg-sec{
    background: #37385b !important;
    background-color: #37385b !important;
}
.bg-orange{
    background-color: #FFAA00;
    /* background-image: linear-gradient(to left,#ff5100,#FFAA00); */
    border: #FFAA00;
}
.bg-success{
    background-color: #42be4c;
}
.text-purple{
    color: #8A3AB9;
}
.bg-purple{
    background-color: #8A3AB9;
}
.text-white{
    color: white;
}
.bg-white{
    background-color: white;
}
.bg.light{
    background-color: #E9E5FF;
}
.text-grey{
    color: #8D8D8D;
}
.text-orange{
    color: #FFAA00;
}
.bg-gradiant{
    background-image: linear-gradient(to left ,#8A3AB9,#6C50C7,#4C68D7);
}
.bg-grey{
    background-color: #8D8D8D;
}
.text-light{
    color: #E9E5FF;
}
.bg-light{
    background-color: #E9E5FF;
}
.bg-light-blue{
  background-color:  #E9E5FF;
}





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

.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;
}
.hat-lt{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: 200;
}
.hat-bold{
    font-family: "Red Hat Display", Arial, sans-serif;
    font-weight: bold;
}


/* Border Radius */
.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%;
}



.top-trends{
    position: relative;
}
.trends-container{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.trends-item{
    background-color: lightgray;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: 20px;
    padding: 3px;
    min-width: 100px;
    position: relative;
    overflow-x: hidden;
}
.trends-item img{
 width: 15px;
 height: 15px;
 object-fit: cover;
 object-position: center;
 border-radius: 50%;

}
.trends-item p{
    color: #262335;
    text-overflow: ellipsis;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: smaller;
   }

   .floatinig-button{
  position: fixed;
            bottom: 5%;
            left: 5%;
            z-index: 5;
    background: #FFAA00 !important;
    color: white !important;
    font-weight: bolder !important;
    border-radius: 50% !important;
    padding: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 25px !important;
  }
  th{
    font-size: small;
  }

.btn-debtor {
    background-color:#508CC1 ;
    color:white;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15%;
}

.btn-creditor {
    background-color:#FFAA00 ;
    color:white;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15%;
}

.btn-expenses {
    background-color:#55DC50 ;
    color:white;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15%;
}
.btn-revenues {
    background-color:#F83744 ;
    color:white;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15%;
}
.avatar_label{
    position: relative;
}
.avatar_icon{
    position: absolute;
    bottom: 10px;
    right:10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFAA00;
    color: white;
    z-index: 2;
}
.avatar{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
    background: #1C1D40;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.list-group-item-search{
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    /* background-color: #fff; */
    border: 1px solid rgba(247, 244, 244, 0.125);
  }


  table.dashboard-table,.table-responsive{
    border: none !important;
  }
  table.dashboard-table thead tr{
    background-color: #FFAA00;
    border: none !important;
  }
  table.dashboard-table tbody tr{
    background-color: #1C1D40;
    border: none !important;
  }
  table.dashboard-table tr td ,table.dashboard-table tr th{
    border: none !important;
    border-color: transparent !important;
    border-style: none none none none;
  }

  table.dashboard-table tr td:first-child { border-top-right-radius: 10px;  border-bottom-right-radius: 10px;border: none;}
  table.dashboard-table tr td:last-child { border-bottom-left-radius: 10px;  border-top-left-radius: 10px;border: none }

  table.dashboard-table tr th:first-child { border-top-right-radius: 10px;  border-bottom-right-radius: 10px;border: none;}
  table.dashboard-table tr th:last-child { border-bottom-left-radius: 10px;  border-top-left-radius: 10px;border: none }




  body {
    word-wrap: break-word;
}

.table-responsive::-webkit-scrollbar {
    height: 3px;
    display: block;
}


a {
    text-decoration: none;
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {

    text-decoration: none;
    color: inherit;
}


.bg-green {
    background-color: #55DC50;
}

.sm-blue {
    background-color: #508CC1;
}

.bg-red {
    background-color: #F83744;
}

.red {
    color: #F83744;
}

.bg-blue {
    background-color: #1C1D40;
}

.bg-yellow {
    background-color: #FFAA00;
}

.text-white70 {
    color: #F6F6F6;
    font-weight: bold;
    font-size: 25px;
}

.text-white50 {
    color: #F6F6F6;
    font-weight: normal;
    font-size: 16px;
}

.text-white50-bold {
    color: #F6F6F6;
    font-weight: bold;
    font-size: 20px;
}

.text-white30 {
    color: #F6F6F6;
    font-weight:300;
    font-size: 18px;
}

.text-white10 {
    color: #F6F6F6;
    font-weight: 200;
    font-size: 13px;
}

.text-white20 {
    color: #F6F6F6;
    font-weight: lighter;
    font-size: 16px;
}


.form-control:focus{border-color: #FFAA00;  border-width: 2px;box-shadow: none; -webkit-box-shadow: none;}


input[type="radio"] {
    display: none;

}
.table-responsive {
display: table;
}
input[type="radio"]:checked+label {


    background-color: #FFAA00;

}

input[type="radio"]+label {
    overflow: hidden;
    border-radius: .5rem;
    background-color: #1C1D40;
    padding: .5rem;
    margin: 3px;
    margin-bottom: 25px;
    margin-right: 8px;
    text-align: center;
}
select.form-control{
    padding: 0
}
.small-radio {
    width: auto !important;
    height: auto !important;
    margin: 0;
    font-size: small;
    padding: 2px;
    display: inline;
    border-radius: 1rem !important;
    padding-right: 15px !important;
    padding-left: 15px !important
}

.product_list {
    display: inline-block;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.li_list {
    background-color: #3D3E65;

}

.ul_list {
    background-color: #1C1D40;

}

.selected_product {
    background-color: #FFAA00;
}

.search-div {
    width: 20px;
    height: 35px;
    background-color: #ffff;
    text-align: center;
    border-radius: 15%;
    padding-top: 5px;
}

a {
    cursor: pointer;
}

.create-img {
    height: 60px;
    width: auto;
}
a {position: relative;}
a[title]:hover::after{
    content: attr(title);
position: absolute;
display: block;
top: 25px;
right: 0;
z-index: 5;
font-size: 1rem;
padding-inline-start: .2rem;
padding-inline-end: .2rem;
    background-color: white;
    color:  #1C1D40;
    border-radius: 5px
}

.bank-img{
    margin-right: -50px;margin-top:-20px
}

@media only screen and (max-width: 600px) {
    .text-white70 {
        color: #F6F6F6;
        font-weight: bold;
        font-size: 20px;
    }
    h1{
        font-size: large;
    }
    h2{
        font-size: small;
    }
    h3{
        font-size: smaller;
    }
    .all-title-text  h1,span{
        font-size: small
    }
    .title-avatar{
        width: 20px;height:20px;margin-left: 10px;    border-radius: 50%;
    }
    .second-side{
        margin-top: 20px
    }
    /* Border Radius */
.radius-10{
    border-radius: 5px;
}
.radius-20{
    border-radius: 10px;
}
.radius-40{
    border-radius: 20px;
}
.radius-50{
    border-radius: 25px;
}
.radius-100{
    border-radius: 50px;
}

}





/*  New Edits */

h5{
    font-size: 1rem;
}
p{
    font-size: .8rem;
}
.fa-2x{
    font-size: 1.7rem;
}
.bg-sec{
    position: relative;
}
.bg-icon{
    position: absolute;
    width:100px;
    height:100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 3px dashed #FFAA00;
    background:white;
    animation: animated-border 2s alternate-reverse infinite ease-in-out;
}
.bg-icon lottie-player{
    display: block;
    margin: auto;
}
.bg-icon img{
    display: block;
    margin: auto;
    width: 75px;
    height: auto;
}
@keyframes animated-border {
    from{
        border: 3px dashed #FFAA00;
    }
    to{
        border: 1px dashed white;
    }
}
.start-items{
    display:flex;
    flex-direction: row;
    overflow-x: scroll;

}
.start-items::-webkit-scrollbar{
    display: none;
}
.start-items a{
    margin: .5rem;
    display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     color: white;
     text-align: center;
}
.start-items a img{
    height: 50px;
    width: auto;
    margin-bottom: 10px
}
.all-title-text h1{
    font-size: large
}
.title-avatar{
    width: 25px;height:25px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.second-side{
    margin-top: 150px
}
@media only screen and (max-width: 600px) {
    .all-title-text  h1,span{
    font-size: small
}
.title-avatar{
    width: 20px;height:20px;margin-left: 10px
}
.second-side{
    margin-top: 20px
}
.start-items a{margin-left: 1.2rem;font-size: xx-small}
}


.item-row{
    display: flex;
    flex-direction: row;
    padding: .5rem;
    justify-content: space-between;
    align-items: center;
    color: white;
    background-color: #1C1D40;
    margin-top: 1rem;
    border-radius: .7rem;
    width: 100%;
}
.item-row-start{
    justify-content: flex-start;
}
.item-row.orange-start-border{
    border-inline-start: thick solid #FFAA00;
}
.item-row.blue-start-border{
    border-inline-start: thick solid #508CC1;
}
.item-row.red-start-border{
    border-inline-start: thick solid #F83744;
}
.item-row.green-start-border{
    border-inline-start: thick solid #42be4c;
}
.item-row.white-start-border{
    border-inline-start: thick solid white;
}
.item-row .row-img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.dropdown-menu.for-row {
    background: #37385b;
}
.dropdown-menu.for-row .dropdown-item{
    color: white !important;
    text-align: right;
}
.btn-sm{
    margin-top: 5px;
}
.xsmall{
    font-size: x-small;
}
.ms-end
{
margin-inline-start: auto;
}
hr{
    background: rgba(255, 255, 255, 0.3) !important;
}
.text-align-default{
    text-align: right;
}
