@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Roboto Flex", sans-serif !important;
  float: left;
  width: 100%;
}

ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.row {
  --bs-gutter-x: 0px !important;
  display: flex;
}

.flt {
  float: left;
  width: 100%;
}

.filler {
  flex-grow: 1;
}

.login_container {
  display: flex;
  position: relative;
}

.left_login_container {
  width: 40%;
  padding: 50px 100px 50px 50px;
  min-height: 100vh;
}

.left_login_img {
  margin-top: 50px;
}

.left_login_head {
  padding: 20px 0px 10px 0px;
}

.login_content {
  /* width:320px; */
  font-size: 16px;
  font-weight: 500;
}

.right_login_container {
  width: 60%;
  background: rgba(110, 48, 131, 1);
  min-height: 100vh;
  float: right;
}

.right_login_img {
  text-align: center;
  margin-top: 150px;
}

.login_form {
  padding: 20px 0px;
}

.login_form .form-group {
  margin-bottom: 20px;
}

input::placeholder {
  color: rgba(21, 26, 49, 1) !important;
}

.login_form input {
  color: rgba(21, 26, 49, 1);
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  padding: 10px 24px;
  height: 46px;
  border: 0.82px solid rgba(162, 182, 226, 1);
}

.login-btn button {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  border: none;
  background: rgba(68, 182, 120, 1);
}

/* .login_midlle {
  width: 60px;
  height: 450px;
  background: white;
  position: absolute;
  align-items: center;
  margin-left: 486px;
  margin-top: 110px;
  border-radius: 136px;
} */

.login_midlle {
  width: 60px;
  height: 450px;
  background: white;
  position: absolute;
  align-items: center;
  left: 37%;
  top: 15%;
  /* margin-left: 486px; */
  /* page-break-after: always; */
  /* margin-top: 110px; */
  border-radius: 136px;
}

.header_container {
  background: rgba(110, 48, 131, 1);
  padding: 5px;
}

.menu-container {
  background: white;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.menuH {
  float: left;
  display: flex;
  align-items: center;
}

.menuH li {
  list-style-type: none;
  padding: 5px 10px;
  font-size: 15px;
  cursor: pointer;
}

.menuH li span {
  padding-left: 10px;
}

.logout {
  text-align: end;
}

.invalid-feedback {
  display: block !important;
  color: #dc3545 !important;
}

.page_container {
  background: rgba(247, 249, 251, 1);
  height: calc(100vh - 102px);
  overflow-y: auto;
  padding: 0px 10px;
}

.page_cont {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border: 1px solid rgba(219, 232, 255, 1);
  /* padding:10px; */
}

.category_table_head {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.category_table_title {
  color: rgba(4, 21, 33, 1);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.category_table tr {
  border-radius: 2px;
}

.category_table thead tr th {
  color: rgba(255, 255, 255, 1);
  font-family: "Roboto Flex", sans-serif !important;
  font-size: 15px;
  text-transform: uppercase;
  background: rgba(110, 48, 131, 1);
  border: none;
  padding: 10px 12px;
  vertical-align: middle;
  font-weight: 500;
}

.category_table thead tr th img {
  margin-right: 5px;
}

.category_table tbody tr td {
  color: rgb(46 46 46);
  font-size: 15px;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid rgb(241 241 241);
  padding: 12px;
  vertical-align: middle;
  font-family: "Roboto Flex", sans-serif !important;
}

.std_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.page_title {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 10px;
  line-height: 17px;
  font-family: "Roboto Flex", sans-serif;
}

.page_count {
  font-family: "Roboto Flex", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  color: #041521;
}

.seacrh_bar {
  display: flex;
  align-items: center;
}

.fliter_btn {
  width: 100px;
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 22px;
  margin-left: 10px;
  border-radius: 4px;
  background: none;
  border: 1px solid rgba(156, 179, 219, 1);
}

.search_input .form-control {
  height: 40px;
  border: 1px solid rgba(156, 179, 219, 1);
  border-radius: 3px;
}

.header_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 10px; */
}

button.add_new {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  width: 150px;
  background: rgba(68, 182, 120, 1);
  border: none;
  border-radius: 2px;
  box-shadow: 0px 4px 4px 0px rgba(68, 182, 120, 0.2);
  color: white;
  box-shadow: -3px -2px 4px 0px rgba(68, 182, 120, 0.25);
}

.add_header_contianer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(110, 48, 131, 1);
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
}

.add_form .form-control {
  width: 95%;
  border-radius: 4px;
  height: 40px;
}

.form-group label {
  margin-bottom: 5px;
  font-size: 13px;
  color: rgba(46, 46, 46, 1);
  font-family: "Roboto Flex", sans-serif;
}

.add_bottom_bar {
  display: flex;
  justify-content: end;
  padding: 10px;
  border: 1px solid rgba(219, 232, 255, 1);
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(41, 156, 212, 0.1);
}

.add_bottom_bar button {
  padding: 10px;
  margin-right: 30px;
  background: rgba(68, 182, 120, 1);
  color: #fff;
  width: 120px;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgb(68 182 120 / 20%);
  box-shadow: -3px -2px 4px 0px rgb(68 182 120 / 25%);
}

.add_btn {
  padding: 10px 10px 0px 10px;
  margin-bottom: 8px;
}

.item_dropdown {
  border-radius: 3px;
  float: right;
  background-color: rgb(255 255 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 94, 182, 0.2);
  position: absolute;
  right: -50px;
  top: 18px;
  z-index: 1;
  padding-left: 0px;
}

.item_dropdown li {
  float: left;
  width: 100%;
  padding: 6px 10px;
  list-style-type: none;
  border-bottom: 1px solid rgb(246 246 246);
  color: rgb(54 54 54);
  font-size: 15px;
  font-weight: 300;
}

.item_dropdown li a {
  color: rgb(43 43 43);
  font-size: 15px;
  font-weight: 300;
  float: left;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.pagination_dropdown {
  border-radius: 3px;
  background-color: rgb(255 255 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 94, 182, 0.2);
  position: absolute;
  bottom:0%;
  /* right:205px; */
  right: 50px;
  /* top: 18px;  */
  z-index: 1;
}

.pagination_dropdown li {
  float: left;
  width: 100%;
  padding: 6px 10px;
  list-style-type: none;
  border-bottom: 1px solid rgb(246 246 246);
  color: rgb(54 54 54);
  font-size: 15px;
  font-weight: 300;
}

.pagination_dropdown li a {
  color: rgb(43 43 43);
  font-size: 15px;
  font-weight: 300;
  float: left;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.relative {
  position: relative;
}

.item_btn1 {
  margin-left: 10px;
  float: right;
  line-height: 20px;
  padding: 0px 5px;
  cursor: pointer;
}

.footer-container {
  background: rgba(110, 48, 131, 1);
  padding: 20px;
}

tbody tr:nth-child(odd) {
  background-color: #4c8bf5 !important;
  color: #fff;
}

.paginator_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 0px 0px rgba(224, 224, 224, 1) inset;
}

.paginator_left {
  padding: 8px;
  border-right: 1px solid rgba(224, 224, 224, 1);
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto Flex", sans-serif;
}

.paginator_left span {
  margin-left: 20px;
}

.paginate {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  position:relative
}

.left_paginator {
  display: flex;
  align-items: center;
}

.pagination_details {
  margin-left: 20px;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Roboto Flex", sans-serif;
}

.pagination_count {
  padding: 8px;
  border: 1px solid rgba(224, 224, 224, 1);
  position: relative;
}

.count_left {
  padding: 8px 10px;
  border: 1px solid rgba(224, 224, 224, 1);
}

.count_right {
  padding: 8px 10px;
  border: 1px solid rgba(224, 224, 224, 1);
}

.count_right :disabled {
  padding: 8px 10px;
  border: 1px solid rgba(224, 224, 224, 1);
}

.count_left :disabled {
  padding: 8px 10px;
  border: 1px solid rgba(224, 224, 224, 1);
}

.no_data {
  font-size: 16px;
  font-weight: 400 !important;
  color: #041521;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}

select {
  appearance: auto !important;
}

.user_notFound {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notfound_txt {
  font-family: "Roboto Flex", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 0px;
}

.notfound_info {
  font-family: "Roboto Flex", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 10px;
}

.notfound_btn button {
  background: #f7af00;
  box-shadow: 0px 4px 4px 0px #f7af0033;
  box-shadow: -3px -2px 4px 0px #f7af0040;
  font-family: "Roboto Flex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 2px;
  color: white;
  border: 1px solid #f7af00;
  padding: 0px 15px;
  height: 36px;
}

.user_notfound_cont {
  text-align: center;
}

.invalid-feedback {
  margin-top: 0px !important;
  font-size: 12px !important;
}
.impt_astrick {
  color: #dc3545;
}
