

div {
}


.noborder {
    /*border-bottom-style: none;*/
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
}
.thinborder {
    border-style: solid;
    
    border-width: thin;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.tdh_withborder {
    border-top-color: black;
    border-top-width: thin;
}
.bgTransparent {
    background-color: rgb(255 0 0);
}



td {
    font-weight: normal
}

.table {
    background-color: #f2f2f287;
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 0 1px 50px rgb(0 0 0 / 30%);
    /* text-align: right*/
    /* overflow: scroll;*/
}

.content {
  /*  overflow: scroll;*/
    overflow-x: scroll;
}

table {
    display: block;
    overflow-x: auto;
    white-space: normal;
    
}

.table thead {
    /* background-color: #25815b;*/
    color: #fff;
    padding: 0.25rem;
}

    .table tbody tr td:nth-child(odd) {
        background-color: #ffffffb8
    }
     

 
 


input:focus, input:hover {
    box-shadow: none !important
}


.top-row.impo-li a:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    transition: .4s
}



.table .td {
    border-top: 1px solid #850244 !important;
    padding: 0.25rem;/*tarek*/
}

/*.table-responsive {
    display: inline-table !important
}*/



.thead-dark-thin th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    height: fit-content;
}



.powerd-by {
    position: fixed;
    bottom: 0;
    text-align: center;
    right: 72px;
    color: #fff;
    font-size: 13px;
    word-spacing: 4px;
    opacity: .7
}


































/*sticky Column*/
.view {
    margin: auto;
    width: 1200px;
}

.wrapper {
    position: relative;
    overflow: auto;
    border: 1px solid black;
    white-space: nowrap;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
  /*  width: 300px;*/
    min-width: 100px;
    /*max-width: 300px;*/
    left: 0px;
    z-index: 100;
}

.second-col {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 100px;
}






h1, h2 {
    text-align: center !important;
    padding-bottom: 15px;
    text-decoration-color: black;
    opacity: 0.8;
}

    h1:hover {
        opacity: 1.0;
    }

tr {
    opacity: 0.7;
}
/* tr:not(:first-child):hover*/
table tbody tr:hover {
    background-color: #E6E6E6;
    opacity: 1;
}




/*#ebe6f0*/
.bg-light-tasawuq {
    background-color: #ebe6f0 !important;
}



.nav-item-tas {
    margin-bottom: -1px
}

/* unvisited link */
a:link {
    color: #B99E51;
}

/* visited link */
a:visited {
    color: #B99E51;
}

/* mouse over link */
a:hover {
    color: #BFB74A;
}

/* selected link */
/*a:active {
    color: blue;
} */


/*td {
    word-wrap: break-word
}



table {
    table-layout: fixed;
}*/



ul {
    padding-inline-start: 10px;
}