@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');


.checkall{
    position: relative;
    right: 13px;
    top: 5px;
}
.checkallMadmen{
    position: relative;
    right: -26px;
}

.table>:not(caption)>*>*{
    padding: 0;
}
.dt-button {
    border: none !important;
    background-color: #198754 !important;
    color: #fff !important;
    padding: 3px 6px !important;
    margin-top: 10px;
}
/* Loading */
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;  
    z-index: 999999;  
   
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    margin: 0;
}
body{
    width: 100%;
    font-family: 'El Messiri', sans-serif;
    direction: rtl;
    background-color: #1b2436;
    
}
input,button{
    font-family: 'El Messiri', sans-serif;
}
footer img {
    width: 100%;
}
a {
    text-decoration: none;
}
.modal img{
    width: 100%;
}
table tr td{
    padding: 0 1px !important;
}

.dropdown{

    display: none;
}

button{
    border: none;
}


.modal {
    max-width: 600px;
    left: 50%;
    top: 50%;
   transform: translate(-50%,-50%);
}

/* App */
.app {
   max-width: 700px;
   overflow: hidden;
  
   border-radius: 25px;
    margin: 30px auto;
    border: 3px solid #fff;
}

/* Header */

.appHeader{
    gap:50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.app .header {
    color: #FFF;
    padding: 10px;
    
    background-color: #354562;

}
.header img {
    border-radius: 50%;
    width: 120px;
        padding: 2px;
    border: 2px solid #fff;
    transition: .5s;
}
.header img:hover{
    transform: scale(1.1);
}
.header p {
  
}
.header h5 {
    text-align: center;
}

/* guarantor */
.app .guarantor{
    background-color: #fff;
    text-align: center;
    font-size: 20px;
}
.app .guarantor .title{
    border-bottom: 1px solid #eee;
}
.app .guarantor p{
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

/* Search */ 

.search{
    background-color: #fff;
    padding: 5px 0;
}
.appSearch {
    background-color: #fff;
    width: 80%;
    margin: auto;
    border-radius: 10px;

}
.search h6 {
    border-radius: 10px;
    background-color: #085c22;
    color: #fff;
    padding: 6px;
    cursor: pointer;
    transition: 1s;
}
.search h6:hover{
    background-color: #168338;
}


.formSearch{
    width: 95%;
    margin: auto;
}
.formSearch > div {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.formSearch > div input,
.formSearch > div select{
    border: 1px solid #eee;
    padding:7px 8px;
    width: 70%;
    font-size: 13px;
    
}
.formSearch > div label {
    width: 20%;
    padding:4px 0;
    background-color: #dfeaff;
    color: #212938;
    text-align: center;
    font-size: 12px;
}
.formSearch > div button{
    background-color: #085c22;
    border: none;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    cursor: pointer;
    transition: 1s;
}
.formSearch > div button:hover{
    background-color: #168338;
}



/* listOfName */ 
.table-responsive{
    background-color: #fff;
    position: relative;

}
.myTable {
    background-color: #fff;
}
.dataTables_length,#DataTables_Table_0_filter{
    color: #000 !important;
    font-weight: bold;
    padding: 10px 0;
}
.mainMaleOrFemale{
    position: absolute;
    top: 7px;
    left: 40%;
}
.mainMaleOrFemaleMandob{
    position: absolute;
    top: 7px;
    left: 5%;
}

#mandubLgna{
    position: absolute;
    top: 7px;
    left: 40%;
}
.listOfName {
    background-color: #c7c7c7;
    padding: 5px 10px;
    position: relative;
}
.listOfName h4{
    padding: 6px 3px;
    background-color: #15336a;
    color:#fff;
    margin: 0;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    cursor: pointer;
    gap: 100px;
}
.listOfName h4:hover{
    background-color: #0e2550;
}
.listOfName h4 span{
    font-size: 13px;
    padding: 3px;
    color: #fff;
}







/* Count Voters */

/* countVoters*/ 
.countVoters{
    margin-top: 10px;

    padding: 5px 10px;
    background-color: #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.countVoters h5{
    border-radius: 10px;
    background-color: #707070;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    font-size: 17px;
}
.countVoters a{
    text-decoration: none;
    background-color: #11462d;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 15%;
    text-align: center;
}
.countVoters .info {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px 3px;
    border-radius: 3px;
    width: 100%;

}


/* Create List */

.createListNames{
    background-color: #d9d9d9;
    
}
.createListNames .parent {
    width: 90%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;

}
.createListNames h3 {
    border-radius: 10px;
    background-color: #122e62;
    color: #fff;
    cursor: pointer;
    padding: 6px 5px;
    font-size: 18px;
    
}
.createListNames form {
    display: flex;
}
.createListNames form input,.createListNames form select{
    width: 100%;
    border: 1px solid #eee;
    padding:  5px;
    outline: none;

}




/*Timer */
          
#timer{
    font-size:12px;
    display: none;
    background-image: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
        justify-content:center;
     align-items:center;
     flex-direction: column;
     gap:10px;
   }
   .down-footer span{
    background-color: #4a0e2f;
    border-radius: 5px;
    /* padding: 5px 8px; */
    color: tomato;
    font-size: 11px;
   }

   /*counter*/ 
   #counter{
    background-image: linear-gradient( 135deg, #6B73FF 10%, #000DFF 100%);
       display: flex;
    justify-content:center;
     align-items:center;
    padding: 10px 0;
     gap:10px;
   }
   #counter .buttons{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
   }
   #counter .buttons .get_count{
    color:#fff;
    font-size:30px;
   }
   #counter  .all_counts{
    text-align: center;
    width: 20%;
    color:#fff;
    font-size:30px;
    border-right: 1px solid #323678;
   }


/* Footer */
.footer{
    overflow: hidden;

}













.tablelist tr td:nth-child(2){
    padding: 0 5px !important;
}
.tablelistopen tr th:nth-child(2){
    text-align: center !important;
}


/* wait */
.get-name-list {
    width: 80%;
    margin:  10px auto;
}

.app-list{
    background-color: #FFF;
    margin: 2px 0;
    position: relative;
}
.checkboxlist{

    width:15px;
    height:22px;
}


.itemlist span{
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 15px;
    padding-bottom: 15px;

}
.titlelist{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btndeletelist{
    background-color: #cb1e1e !important;
    display: none;
    color:#fff;
    transition: .8s;
    border-radius:2px;
}

.insertList{
    display: flex;
    height: 50px;
    align-items: center;

}
#insetListContent{
    width: 20%;
    border-radius: 5px;
    border: none;
    transition: all .5s;
}
#insetListContent:hover {
    background-color: #198754;
    width: 25%;
}

.insertList input{
    width: 100%;
}
.divs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.divs .div{
    background-color: #3c3c3c;
    color: #fff;
    padding: 15px;
    width: 100%;
}

.divs .search {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #555;
    color: #fff;
    padding: 0 5px;
}
.divs .search select{
    border-radius: none !important;
}
.divs .search button{
    width: 25%;
    padding: 8px 0;
    background-color: #555;
    border-radius: 5px;
    color: #fff;
}
.divs .search span{
    width: 60%;
}

.load_data_aqarb_list{
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}


.myBtnTable{
    height: 22px;
    border-radius:5px;

}

.myTable  tr th,.myTable tr td {
    text-align: right !important;
}

.myTable tr td{
    font-size: 15px;
}

/* table tr td:nth-child(4),
table tr td:nth-child(3){
    text-align: center !important;

} */


.myTable input[type='checkbox'],
#showMamen input[type='checkbox']
{
    width: 19px; 
    height: 19px;
    filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);

}


.styleTable tr th,.styleTable tr td {
    text-align: right !important;

}
.styleTable tr td {
    font-size:14px;
    width: 19px;
    height: 19px;
    border-bottom: 1px solid #eee;
    /* padding: 2px 0 !important; */
}

.styleTable input[type='checkbox']
{
    width: 19px;
    height: 19px;
    filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);

}

/* create list */
#createroom .click{
    width: 50% !important;
}

.insertMulti{
    margin: 15px 0;
    background-color: #EEE;
    display: flex;
}
.insertMulti select{
    width: 100%;
    border: 1px solid #a9a9a9;
    font-size: 17px;
}
.insertMulti button,.click{
    padding:20px 0;
    background-color: #555;
    color: #fff;
    border:none;
    width: 15%;
    transition: all .5s;
    box-shadow: none;
    border-radius: 5px;
}
.insertMulti button:hover,.click:hover{
    width: 20%;
    background-color: #198754;
    color: #fff;
}

.ellipsis{
    display: none;
}

.responsive-name{
    display: flex;
    gap:1px;
    justify-content:flex-start;
   
}
.details{
  text-wrap: nowrap;
  width: 80%;
  overflow: hidden;
    text-overflow:ellipsis;
 

}
#DataTables_Table_1_wrapper,
#DataTables_Table_0_wrapper,#table_search_wrapper{
    background-color: #fff;
}
.dataTables_info{
    position: absolute;
    left: 3px;
    bottom: 1px;
    padding: 0 3px !important;
}
.dataTables_wrapper .dataTables_length select{
    font-size: 12px;

}

#table_search_filter{
    margin: 5px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color: #e5e5e5;
    transition: background .8s;
    padding: 0;
}
.paginate_button:hover{
    border: none !important;
    color: #fff;
    background: #198754 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #198754 !important;
    border:none;
    color:#fff !important; 
}

.dataTables_length,#DataTables_Table_0_filter{
    margin:  5px 0;
    padding: 0;
}

.itemlist:hover{
    cursor: pointer;
}



.modal img{
    border-radius: 20px;
}

.name{
  width: 70% !important;
}
.name2{
    width: 60% !important;
}
/* Loader */

.load_data_degree{
    text-align: center;

}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #cef;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cef transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  

  /* select2 */
  .select2{
    text-align: right;
  }


  .select2-container--default .select2-selection--single .select2-selection__rendered
  {
    font-size: 14px;
    text-align: right;
  }
  .select2-results__option--selectable{
    text-align: right;
  }


  .print,.btn-print-pdf,.btn-print-csv
  {
    background-color: #009688;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
font-family: 'Times New Roman', Times, serif;

  }
  
 
 /* my customize */
 .dataTables_info{
    position:static ;
  }
.showPrint{
    display: none;
}
.modal-dialog{
    padding: 0;
    margin: 0;
}
.abdullah{
    position: absolute;
    right: 2px;
    font-size: 11px;
}
/* Loader */

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

.styleNumberCount{
    font-family: system-ui;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 3px 4px; */
    color: #fff;
    background: #15336a;
    border-radius: 8px;
    width: 34px;
}
.dataTable th:first-child{
    padding: 0;
}






/* V2 */
table tr th,table tbody tr th,
.table tr th
{
    background-color: #15336a !important;
    color: #ffd400;

}
table tr td{
    font-weight: bold !important;
}



.selectAttendOr{
    position: absolute;
    left: 26%;
    top: 45px;
    color: #fff;
    z-index: 1;
/*     
    position: absolute;
    left: 45%;
    top: 55px;
    color: #fff;
    z-index: 1; */
}
.headquarters{
    font-size:16px;
    position:absolute;
    top:8px;
    z-index:1;
    left:22%; 
    background:#ffd400;
    border-radius:5px;
    width: 77px;
}
.committees
{
    font-size:16px;
    position:absolute;
    top:8px;
    z-index:1;
    left:37%; 
    background:#ffd400;
    border-radius:5px;
    width: 77px;
}
.areaName{
    font-size:16px;
    position:absolute;
    top:8px;
    z-index:1;
    left:53%; 
    background:#ffd400;
    border-radius:5px;
    width: 77px;
}
.mainMaleOrFemaleHomePage{
    font-size:16px;
    position:absolute;
    top:8px;
    z-index:1;
    left:68%;
    
    background:#ffd400;
    border-radius:5px;
}
.getNumberMadmen2{
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 45px;
    color: #fff;
    background: #198754;
    min-width: 17px;
}
.getMadmen,.getVoters{
    font-size:16px;
    position:absolute;
    top: 8px;
    z-index:1;
    left: 2%;
    background:#ffd400;
    border-radius:5px;
    display: none;
}
.mainMaleOrFemaleMandob{
    position: absolute;
    /* left: 15%;
    top: 55px; */
    left: 12%;
    top: 45px;
    color: #555;
    z-index: 1;
}
#maleOrFemaleChose {
    font-size:16px;
    position:absolute;
    top:52px;
    z-index:1;
    left:23%;
    background:#ffd400;
    border-radius:5px;
}
#getNumber{
    padding-left:15px;
}


.getTableMadmen th:nth-child(1),
.myTable th:nth-child(1){
    width: 13%;
}



.getTableMadmen th:nth-child(4),
.myTable th:nth-child(4)
{
   text-align: center !important;

}

table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled
{
    padding-right: 0;
}



#DataTables_Table_0_length{
  top: 4px;
    position: absolute;
    right: 193px;

}
.dataTables_length{
    top: 2px;
    position: absolute;
    right: 236px;
}
#DataTables_Table_1_length {
    top: -1px;
    position: absolute;
    right: 191px;
}
.textAttend{
    top: -27px;
    left: 34px;
    position: absolute;
    font-size: 13px;
    background: #0d6efd;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    
}

.selectMadmen {
   
    left: 211px;
    position: absolute;
    z-index: 2;
    top: -30px;

}
.selectMadmen select {
    background-color: #ffd400
}


.getNumberMadmen,.getNumberMadmenPage2{
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 45px;
    color: #fff;
    background: #198754;
    min-width: 17px;

}
.getNumberAttend {
    border-radius: 5px;
    background-color: #0d6efd;
    color: #fff;
    padding: 0 7px;
}


@media (max-width: 800px) { 

    #timer span {
        padding: 10px;
    }
} 

@media (max-width: 576px) {
    .farzMandb{
        right: 14px !important;
        top: 3px !important;
    }
    .insertMulti button, .click {
        width: 30%;
    }
   
    .createroom .click {
        display: none;
        width: 80% !important;
    }

    .selectMadmen {
        
       
        top: -29px;
        left: 74px;
    
    
    }
}

.table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
    padding: 0;
}
table tr th:nth-child(2)
{
    text-align: center !important;
}
.tableMadmen th:nth-child(2) {
    text-align: right !important;

}
.searchname{
    position: absolute;
    top: 7px;
    z-index: 999;
    right: 247px;
    border: 1px solid #bfbfbf;
    padding: 2px;
    width: 100px;
}


table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td{
    text-align: right !important;
}
/* .tableTasks tr th{
    text-align: center;
} */
.navbar-bottom div{
    background-color: #004aad;
   display: flex;
   justify-content: space-between;
   /* padding: 5px 37px; */
}
.navbar-bottom a{

    display: block; 
    width: 100%;
    border-radius: 3px;
    border-left: 1px solid #fff;
    border-radius: 5px;
}

.navbar-bottom a {
    color: #fff;
    text-align: center;
    
}
.navbar-bottom a.active{
    color: #fff;
    border-radius: 5px;
    background-color: #ff0000;
    border: 1px solid #fff;
    font-weight: bold;
}
.tablesearch p{
    position: absolute;
    z-index: 1000;
    right: 43%;
    top: 7px;
}
.tableSearchDatatables tr td {
    font-size: 21px;
}
.tableSearchDatatables tr td .checkbox_ajax{
    padding: 10px;
    width: 20px;
    height: 19px;
}