*{
    text-decoration: none;
}
body{
    background-image: url("../images/bacckground.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.count{
    font-size: 16px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    color: #ee7724;
    background: white;
    padding: 0px 8px;
}
.circl{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: white;
    color:#ee7724;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    margin: auto;
}
.left-item-container:hover .circl{
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a) !important;
    color:white !important;
}
.fas{
    color: gray !important;
}
.fa{
    color: gray !important;
}

.fas:hover{
    color: black !important;
}
.fa:hover{
    color: black !important;
}
/* label{
    color: white ;
}
.dataTables_info{
    color: white !important;
}
table{
    color: white !important;
} */
/* .odd{
    background-color: white !important;
} */
.even{
    background-color: white !important;
}
table.dataTable.table-striped>tbody>tr.odd {
    --bs-table-accent-bg: transparent;
}
.logo{

    text-align: center;
    /* margin: 20px; */
    /*width: 50%;*/
    margin: 20px auto;
    /*padding: 0px -5px;*/
}
.my-container{
    display: flex;
    width: 100vw;
    height: 100vh;
}

.added-image-section{
    padding: 10px;
    display: inline;
    height: 100px;

}

.added-image{
    margin: 10px;
    height: 80px;
    width: 80px;
    border-radius: 3px;
}
.left-icon{
    color: white;
    font-size: 20px;
    font-weight: bold;
    vertical-align: text-top;
}
.left-item-container:hover .left-icon{
    display : none;
}

.left-side{
    width: 20%;
    overflow-x: hidden;
    position: fixed;
    height: 100vh;
    overflow: auto;
    color: #ffffff;
    /* fallback for old browsers */
      /* fallback for old browsers */
      background: #fccb90;

      /* Chrome 10-25, Safari 5.1-6 */
      background: -webkit-linear-gradient(to right, #ee7724, #d8363a);
  
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      background: linear-gradient(to right, #ee7724, #d8363a);

}

table.dataTable td, table.dataTable th {
    color: gray;

}
table.dataTable{
    border-collapse:separate; 
  border-spacing: 0 5px;
}
.dataTables_info {
    color: black!important;
}
label {
    color: black;
}

.right-side{
    width: 80%;
    /* background-image: url("../images/bacckground.jpg"); */
    background-size: cover;
    overflow: auto;
    background-attachment: fixed;
    background-color: #fff;
    right: 0;
    position: absolute;
    /*border: 10px solid #354974;*/
    min-height: 100vh;
    /*padding: 40px;*/
}

.dt-container{
    margin: auto;
    width: 80%;
    padding: 1px 0px;
}

.paginate_button{
    background-color: #4d4d4d;
    color: white;
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    text-decoration: none;
}
.left-item-container{
    text-decoration: none;
    margin: 20px 0px 0px 20%;
    border-radius: 15px 0 0 15px;
    /*padding-left: 20px;
    */width: 80%;
    height: 30px;
    display: inline-block;
    text-align: left;
    color: #ffffff;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
}


.left-item{
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    vertical-align: text-top;
}
td{
    text-align: center;
}
th{
    text-align: center;
}
.btn-container{
    /*display: inline-flex;*/
    height: 100px;
    width: 100%;
}
.submit-btn{
    width: 90px;
    text-align: center;
    text-decoration: none;
    float: right;
    padding: 10px;
    color: white;
    background-color: #4d4d4d;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px;
}
.submit-btn:hover{
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a);
    color: white;
}

.cancel-btn{
    width: 90px;
    text-align: center;
    text-decoration: none;
    float: right;
    padding: 10px;
    color: white;
    background-color: grey;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px;
}
.cancel-btn:hover{
      /* fallback for old browsers */
      background: #fccb90;

      /* Chrome 10-25, Safari 5.1-6 */
      background: -webkit-linear-gradient(to right, #ee7724, #d8363a);
  
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      background: linear-gradient(to right, #ee7724, #d8363a);
      color: white;
}

.paginate_button:hover{
     /* fallback for old browsers */
     background: #fccb90;

     /* Chrome 10-25, Safari 5.1-6 */
     background: -webkit-linear-gradient(to right, #ee7724, #d8363a);
 
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: linear-gradient(to right, #ee7724, #d8363a);
     color: white;
}

.left-item-container:hover{
    background-color: white;
    color: black;
}
.Editor-container .btn{
    color: black !important;
}

.Editor-container .fa{
    color: black !important;
}

.fa-bold:before {
    color: black;
}
.gradient-custom-2 {
    background: #C01D2D;
}
.current{
    background-color: #ee7724;
}

 table {
    border-collapse: separate;
    border-spacing: 0 1em;
  }
  table th {
    background-color: #c7c7c7 !important;
    color: black !important;
    font-weight: bold !important;
 }
  table th:first-child {
    padding: 6px;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

table th:last-child {
    padding: 6px;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
}
  table td {
    background-color: #e5e5e5;
    padding: 6px 10px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
  }
  table td:first-child {
    border-left: 0.5px solid #c7c7c7 ;
    border-top: 0.5px solid #c7c7c7 ;
    border-bottom: 0.5px solid #c7c7c7 ;
    border-radius: 10px 0 0 10px;
    /*background-color: #C01D2D;
    */-webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
}
  table td{
    border-top: 0.5px solid #c7c7c7;
    border-bottom: 0.5px solid #c7c7c7 ;
    padding-top: 5px;
  }
  table td:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 0.5px solid #c7c7c7 ;
    border-top: 0.5px solid #c7c7c7 ;
    border-bottom: 0.5px solid #c7c7c7 ;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
  table tr:hover td {
    color: black;
    font-weight: bold;
  }
 
  table tr.blue td:first-child {
    background-color: cornflowerblue;
  }
  table tr.green td:first-child {
    background-color: forestgreen;
  }

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-container {
    width: 100vw;
    height: 100vh;
    background-color: #151515d9;
    /* margin: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}





.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a);
}