
html {
    height: 100% !important;
    box-sizing: border-box;
  }
body {
  position: relative !important;
  margin: 0;
  min-height: 100% !important;
}

.navbar-vertical .navbar-nav .nav-link .icon{
    background-color:#c3a374;
}
.navbar-vertical .navbar-nav .nav-link .icon i{
    color: #081c36;
}
.custom_bg{
    background-color: #27553d;
}
.custom_bg_text{
    color: #dfe0df !important;
}

.table_head i{
    color:  #27553d;
}
.progress_bar_bg{
    background-image: linear-gradient(310deg,#27553d,#669f83);
}
.ta_center{
    text-align: center !important;
}
.font_xs{
    font-size: 12px;
}
.scroll_hide{
    overflow: hidden !important;
}
.sidebar_bg{
background-color:#081C36 !important;
box-shadow: 18px 0px 35px 0px rgb(0 0 0 / 2%);
}
.top_navbar{
background: none;
border-bottom: 1px solid #081C36;
border-radius: 0;
}
.btn_bg{
background-color: #081c36 !important;
color: #dfe0df !important;
}

a.btn.btn_view_bg{
    background-color: #2bc155 !important;
    color: #fff !important;
}
a.btn.btn_view_bg:hover{
    background-color: #2bc155;
    color: #fff;
}
a.btn.btn_edit_bg{
    background-color: #2f4cdd;
    color: #fff;
}
a.btn.btn_edit_bg:hover{
    background-color: #2f4cdd;
    color: #fff;
}
a.btn.btn_del_bg{
    background-color: #f72b50;
    color: #fff;
}
a.btn.btn_del_bg:hover{
    background-color: #f72b50;
    color: #fff;
}
a.btn.btn_download_bg{
    background-color: #3e4954;
    color: #fff;
}
a.btn.btn_download_bg:hover{
    background-color: #3e4954;
    color: #fff;
}
.custom_bg_gradient{
    background-image: linear-gradient(310deg,#141727,#3d6f3a);
}
.box_title{
    padding: 1.5em 1em !important;
}
a.nav-link.p-0{
    color: #081c36 !important;
}
input.form-control.cred_fields{
    padding: .9rem .75rem !important;
}
input.form-control.cred_fields:focus{
    border-color: #c3a374 !important;
}
.btn_size{
    padding: 1rem .75rem !important;
    border-radius: 50px;
    font-size: 20px;
}
.primary_text{
    color: #081c36;
}
.secondary_text{
    color: #c3a374 !important;
}
.develop_courtsey{
    font-size: 0.8rem !important;
}
.page-item.active .page-link{
    z-index: 3;
    color: #dfe0df !important;
    background-color: #081c36 !important;
    border-color: #081c36 !important;
}
.page-link{
    border:none !important;
}
/* datatable_1 pagination */

li#example_previous.paginate_button.page-item.previous.disabled{
    padding: 0 1rem !important;
}
li#example_previous.paginate_button.page-item.previous{
    padding: 0 1rem !important;
}
li#example_next.paginate_button.page-item.next{
    padding: 0 1rem !important;
}

/* datatable_2 pagination */

li#example_2_previous.paginate_button.page-item.previous.disabled{
    padding: 0 1rem !important;
}
li#example_2_previous.paginate_button.page-item.previous{
    padding: 0 1rem !important;
}
li#example_2_next.paginate_button.page-item.next{
    padding: 0 1rem !important;
}

/* datatable_3 pagination */

li#example_3_previous.paginate_button.page-item.previous.disabled{
    padding: 0 1rem !important;
}
li#example_3_previous.paginate_button.page-item.previous{
    padding: 0 1rem !important;
}
li#example_3_next.paginate_button.page-item.next{
    padding: 0 1rem !important;
}
/* datatable inner page  pagination */

li#dataTable_previous.paginate_button.page-item.previous.disabled{
    padding: 0 1rem !important;
}
li#dataTable_previous.paginate_button.page-item.previous{
    padding: 0 1rem !important;
}
li#dataTable_next.paginate_button.page-item.next{
    padding: 0 1rem !important;
}

.filter_header{
    justify-content: center !important;
}
.accent_bg{
    color: #fff;
}
.accent_bg:hover{
    color: #fff;
}
.sec_bg{
    background-color: #c3a374 !important;
}
.sec_bg i{
    color: #081c36;
}
.wo_renew{
    background-color: #402E32 !important;
}
hr.horizontal.grey{
    background-color: #c3a374;
}
i.active-color{
background-color: #c3a374 ;
}
i.inactive-color{
    background-color: #081C36;
}
.royal{
    background-color: #081C36;
}
.accent-mbtn-bg{
    background-color: #081C36;
    color: #fff;
}
.accent-mbtn-bg:hover{
    background-color: #081C36;
    color: #fff;
}

.card-sec-text{
    font-size: 15px;
}
/* todo list */
.todo_card {
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .todo_card input,
  .todo_card button {
    padding: 0.1rem 0.5rem .1rem .5rem;
    font-size: 2rem;
    border: 1px solid #c3a374;
    border-radius: .5rem 0 0 .5rem;
    background: white;
  }
  button.todo-button{
    border: 1px solid #c3a374;
    border-radius: 0 .5rem .5rem 0 !important;
  }
  .todo_card button {
    color: #081c36;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .todo_card button:hover {
    background: #081c36;
    color: white;
  }
  input.todo-input:focus-visible{
    border: 1px solid #c3a374 !important;
  }
  select.filter-todo{
    border: 1px solid #c3a374 !important;
    color: #344767;
  }
  .todo-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .todo-list {
    min-width: 100%;
    list-style: none;
  }

  .todo {
    margin: 0.5rem;
    background: white;
    color: black;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    border-bottom: 1px solid #dee2e6;
  }

  .todo li {
    flex: 1;
  }

  .trash-btn,
  .complete-btn {
      background: none;
    color: #344767;
    border: none;
    padding: 1rem;
    cursor: pointer;
    font-size: 1rem;
  }

  .complete-btn {
    background: none;
  }

  .todo-item {
    padding: 0.5rem;
  }

  .fa-check,
  .fa-trash {
    pointer-events: none;
  }

  .completed {
    text-decoration: line-through;
    opacity: 0.5;
  }

  .fall {
    transform: translateY(8rem) rotateZ(20deg);
    opacity: 0;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
  }

  .select {
    margin: 1rem;
    position: relative;
    overflow: hidden;
  }
  select {
    color: #c3a374;
    width: 10rem;
    cursor: pointer;
    padding: 1rem;
  }

  .select::after {
    content: "\25BC";
    position: absolute;
    background: #c3a374;
    border: 1px solid #c3a374 !important;
    top: 0;
    right: 0;
    padding: 1rem;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .select:hover::after {
    background: white;
    color: #344767;
  }

.comment {
	width: 100%;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;

}

td.table_content.sorting_1{
    color:#000 !important;
}

td.table_content{
    color:#000 !important;
}

th.tab_head.sorting.sorting_asc{
    color:#000 !important;
}

th.tab_head.sorting{
     color:#000 !important;
}

td.table_notes {
    white-space: normal;
    width: 500px;
    word-break: break-all;
    text-align: justify;
}

a.paginate_button.current {

    border-radius: 30px !important;
    background-color: #081c36 !important;
    color: #fff !important;
    padding: 5px 10px 5px 10px !important;
}

.footer_box{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: end;
}

tr.even td {
    color: #000;
}
th.tab_head {
    color: #000;
}
