/* fontawsome */
@import url("../../assets/css/all.css");

/* dataTables */
@import url("../../assets/css/dataTables.bootstrap5.min.css");

/* select2 css */
@import url("../../assets/css/select2.min.css");

/* venobox css */
@import url("../../assets/css/venobox.min.css");

/* bootstrep css */
@import url("../../assets/css/styles.css");

/* chart css */
@import url("../../assets/css/chart.css");

/* slick css */
@import url("../../assets/css/slick.min.css");

/* datepicker css */
@import url("../../assets/css/daterangepicker.min.css");

@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap");

:root {
  --rs-main-color: #e5e5e5;
  --rs-primary-color: #1b1474;
  --rs-second-color: #f33;
  --rs-font-color: #141414;
  --rs-white-color: #fff;
  --rs-font-style: "Inclusive Sans", sans-serif;
}

/**user-selext-content**/
::-moz-selection {
  /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}
/* h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', sans-serif;
} */
html,
body {
  height: 100vh;
}
/**user-selext-content-end**/
body {
  /*-webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;*/
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--rs-font-style);
  color: var(--rs-font-color);
  background-image: url(../images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*    overflow-x: hidden !important;*/
}
.body-wrapper {
  overflow: hidden;
}
/* loader and scrollbar */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
#status {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: green;
  /*background-image: url('../../images/Loader.gif');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

/*scroll bar css**/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
  box-shadow: none !important;
  border-color: #1b1474;
}

/* select2 css */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: black;
  line-height: 40px;
  border-radius: 6px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dfe5ef;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 6px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}
.select_new span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.select_new span.selection {
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--multiple {
  width: 100%;
}

span.selection {
  display: block;
  width: 100%;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #dfe5ef 1px;
  height: 39px;
  line-height: 25px;
  border-radius: 8px;
  padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dfe5ef;
  height: 40px;
  line-height: 25px;
  padding: 0 10px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1b1474;
}
/* datatable css */
.table > :not(caption) > * > * {
  padding: 10px;
}

table.dataTable thead > tr > th,
table.dataTable thead > tr > th {
  background: #ececfc;
  color: #1b1474;
  text-align: center;
}
.dataTables_scroll {
  padding: 15px 0;
}
.footer {
  position: fixed;
  margin: 0 auto;
  left: 230px;
  right: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 13px 0px #e4e4e4;
  bottom: 0;
  color: #000000;
}
.left-sidebar .scroll-sidebar {
  overflow-y: auto;
  padding: 20px 10px 0;
  height: calc(100vh - 70px);
  border-radius: 7px;
}
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-fluid,
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-lg,
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-md,
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-sm,
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-xl,
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
  .body-wrapper
  > .container-xxl {
  max-width: 100%;
  padding-bottom: 55px;
}
.dataTables_scrollBody th,
.dataTables_scrollBody th div {
  font-size: 14px !important;
  height: auto !important;
}
.dataTables_scrollHeadInner {
  display: none;
}
table.dataTable td,
table.dataTable th {
  font-size: 14px;
  text-align: center !important;
  padding: 10px 10px !important;
  vertical-align: middle;
}
/**menu css***/
ul.submenu {
  padding-left: 15px;
  display: none;
}
ul.submenu.active {
  display: block;
}

/*dashboard*/
.white_shadow {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 5px 2px #d6d6d6;
  border-radius: 4px;
  flex-direction: row-reverse;
}

.dasboard .left {
  width: calc(100% - 100px);
  padding: 15px;
}

.dasboard .right {
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100px;
  background: #1b1474;
  color: #fff;
  border-radius: 170px 0 0 0;
  border: 0px solid red;
}

.dasboard .right h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0 15px 20px 0;
}
/*dashboard 2*/
.dasboard-2 .right {
  background: transparent;
  width: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 100%;
  transform: translateY(-50%);
}

.dasboard-2 .right h4 {
  color: #1b1474;
}

.dasboard-2 .left {
  width: 100%;
}

.dasboard-2 .right h4 {
  padding: 0;
  font-size: 110px;
  color: #ffffff;
  opacity: 0.2;
  transition: all 900ms ease-in-out;
  line-height: 1;
  margin: 0;
}
.dasboard-2:hover .right h4 {
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.dasboard-2 .left h3,
.dasboard-2 .left span {
  color: #fff;
}

.dasboard-2 {
  background: #1b1474;
  padding: 25px 20px;
}

/*dashboard 3*/
.dasboard-3 {
  padding: 20px 25px;
  align-items: center;
  border-radius: 14px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px #f9f8f2;
  border-radius: 16px;
}
.dasboard-3:before {
  position: absolute;
  /* content: ''; */
  top: -50px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: #cfcfcf;
  border-radius: 100%;
  opacity: 0.2;
  z-index: 0;
}

.dasboard-3 {
  overflow: hidden;
}

.dasboard-3:after {
  position: absolute;
  /* content: ''; */
  bottom: -120px;
  left: -20px;
  width: 200px;
  height: 200px;
  background: #ef3940;
  border-radius: 100%;
  opacity: 0.1;
  z-index: 0;
}
.dasboard-3 h3 {
  color: #1b1474;
  font-weight: 600;
  font-size: 24px;
  margin: 4px 0 0;
}

.dasboard-3 .left {
  color: black;
  font-weight: 400;
  padding-left: 20px;
  font-size: 16px;
}

.dasboard-3 .right span {
  background: #1b1474;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fff;
  background: #f5f2e5 0% 0% no-repeat padding-box;
  border: 1px solid #e0d7b7;
  border-radius: 16px;
}
.dasboard-3 .right span img {
  width: 30px;
}
.dasboard-4 {
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 50px 0 0;
  background: rgb(63 166 240 / 10%);
}

.dasboard-4 h3 {
  color: #1b1474;
}

.dasboard-4 .left span {
  color: #a4a4a4;
}

.dasboard-4 .right {
  position: absolute;
  left: 0;
  color: #fff;
  background: rgb(114, 216, 117);
  background: -moz-linear-gradient(
    -45deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d875', endColorstr='#3aa1fc',GradientType=1 );
  top: -30px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  right: 0;
  margin: 0 auto;
}

.bottom_row p {
  margin: 0;
  background: rgb(114, 216, 117);
  background: -moz-linear-gradient(
    -45deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(114, 216, 117, 1) 0%,
    rgba(58, 161, 252, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72d875', endColorstr='#3aa1fc',GradientType=1 );
  justify-content: center;
  color: #fff;
  padding: 10px 0;
}

.dasboard-4 .left {
  padding: 20px 0;
}
/**/
.app-header {
  box-shadow: 0 0 10px #c5c5c5;
  background: #ffffff;
}
.daterange {
  background: #fff;
  cursor: pointer;
  padding: 11px 10px;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 8px;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
  background: #1b1474;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 0px 2px #fff;
}

.app-header .navbar .navbar-nav .nav-item .nav-link:hover {
  background: #000;
}

.nav-icon-hover:hover:before {
  background: transparent;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc {
  padding-left: 10px !important;
  text-align: center !important;
}

table.dataTable.table-striped > tbody > tr {
  text-align: center;
  vertical-align: middle;
}
table.dataTable td,
table.dataTable th {
  font-size: 14px;
  color: #000;
}
table.dataTable > tbody > tr:hover {
  background: #f6f6f6;
}
.bg_login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_from {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
.login_from .login_left_rs {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_from .login_rs {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #F8F5EC; */
}
.login_rs h2,
.login_rs h3 {
  text-align: center;
}

.login_rs h3 {
  padding: 15px 0;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #06004a;
  border-color: #06004a;
}
.middle_sec {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 15px;
}

.white_bg {
  max-width: 550px;
  width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px #e5f8ff14;
  border-radius: 32px;
  padding: 50px;
}
.app {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doors {
  display: flex;
}

.door {
  background: rgb(239 57 64 / 20%);
  box-shadow: 0 0 3px 2px rgb(239 57 64) inset;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 1ex;
  margin: 1ch;
}
.boxes {
  /* transform: translateY(0); */
  transition: transform 1s ease-in-out;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 3rem;
}

.app .buttons {
  margin: 1rem 0 2rem 0;
}

.login_logo {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.login_logo img {
  max-width: 130px;
}

.middle_sec h2,
.middle_sec p {
  text-align: center;
}

.middle_sec p {
  color: #868589;
  padding-bottom: 20px;
}

.middle_sec h2 {
  color: #1b1474;
  font-weight: 500;
  padding: 0 0 0px;
}
.form-control {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  min-height: 40px;
  color: #000;
  background: #f6f6f6;
}
.table {
  vertical-align: middle;
}
.login_in .btn {
  height: 50px;
}
.left-sidebar {
  background-color: #f0e8ce;
  background-image: url(../images/left-sidebar.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: rgb(157 127 27);
  color: #fff;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover svg {
  fill: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link svg {
  width: 22px;
  fill: #141414;
}
.top_bar {
  padding: 0 0 10px;
}

.main_title h3 {
  color: #1b1474;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.select_bg .select2-container .select2-selection--single {
  background: #1b1474;
  color: #fff;
  border-color: #1b1474;
  height: 42px;
}

.select_bg
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 42px;
  padding: 0px 30px;
}

.select_bg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  position: absolute;
  content: "\f107";
  top: 50%;
  line-height: 0;
  right: 0;
  font-family: "Font Awesome 6 Free";
}

.select_bg
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin: 0;
  height: 100%;
  top: 0;
  right: 0;
}
.select_bg
  span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open
  span.select2-selection__arrow
  b:before {
  content: "\f106";
  top: 56%;
}
.btn-danger {
  background: #f80d38;
  padding: 8px 15px;
}

.btn-danger:hover {
  background: #cf0b2f;
}
.view_output .white_round {
  padding: 15px;
}
.white_round {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 20px #f8f5ec14;
  border-radius: 24px;
  padding: 25px 15px;
  margin: 5px 0;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.time_line {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.time_line p {
  margin: 0;
  padding: 10px 0;
  color: #1b1474;
  font-weight: 500;
  white-space: nowrap;
}

.time_line .item {
  width: 100%;
  padding: 0 2px;
  position: relative;
}
.time_line span {
  position: absolute;
  left: 0;
  right: 0;
  color: #535353;
  font-size: 14px;
}
.time_line .item .icon_watch {
  position: relative;
  z-index: 1;
}
.time_line .item.complted_check .icon_watch i.fa-circle-check {
  color: #64df26;
  box-shadow: 0 0 0px 2px #64df26;
  display: block;
}

.time_line .item.complted_check .icon_watch::before {
  border: 1px solid #64df26;
}
.time_line .item .icon_watch:before {
  position: absolute;
  content: "";
  width: calc(100% - 13px);

  height: 1px;
  border: 1px dashed #e7e7e7;
  top: 11px;
  transform: translateY(-50%) translateX(10px);
  z-index: -1;
  -webkit-transform: translateY(-50%) translateX(10px);
  -moz-transform: translateY(-50%) translateX(10px);
  -ms-transform: translateY(-50%) translateX(10px);
  -o-transform: translateY(-50%) translateX(10px);
}

.time_line .item:last-child .icon_watch:before {
  display: none;
}

.time_line .item .icon_watch i {
  color: #eeb555;
  box-shadow: 0 0 0px 2px #eeb555;
  border: 3px solid #ffffff;
  border-radius: 100%;
}
.time_line .item.blue_rotate .icon_watch i.fa-rotate {
  color: #fff;
  box-shadow: 0 0 0px 2px #5299ec;
  border: 2px solid #ffffff;
  background: #5299ec;
  display: block;
  line-height: 17px;
}
.time_line .item.blue_rotate .icon_watch i::before {
  font-size: 10px;
  top: -2px;
  position: relative;
}
.time_line .item.up_coming .icon_watch i.fa-clock {
  display: block;
}
.time_line .item .icon_watch i {
  color: #eeb555;
  box-shadow: 0 0 0px 2px #eeb555;
  border: 3px solid #ffffff;
  border-radius: 100%;
  display: block;
  width: 20px;
  border-radius: 100%;
  height: 20px;
  position: relative;
  display: none;
  margin: auto;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid #1b1474;
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
}
ul.tabs a {
  background: none;
  color: #858585;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}

ul.tabs li.current {
  color: #fff;
  background: #1b1474;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.tabs_file {
  text-align: center;
  padding: 10px 0;
}
.main_title h2 {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0;
}
.btn-primary {
  font-weight: 400;
  padding: 8px 15px;
}
.dataTables_filter input {
  min-height: 36px;
  border-radius: 8px;
  background: #ececfc;
}

.table_specing {
  padding: 20px 0;
}
.table > tbody td {
  color: #535353 !important;
}
.dowload_btn {
  color: #1b1474;
  width: 25px;
  height: 24px;
  border: 1px solid #1b1474;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 12px;
  background: #ececfc;
  line-height: 22px;
}
.count {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count span {
  padding: 0 5px;
  line-height: 24px;
}

.count img {
  width: 18px;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active svg {
  fill: #fff;
}
.badge {
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}

.text-bg-blue {
  background: #5299ec;
}

.badge img {
  width: 18px;
  margin-right: 3px;
}

.text-bg-orange {
  background: #f8bf5f;
}
.green_check i {
  color: #fff;
  box-shadow: 0 0 0px 5px #77ca70;
  border-radius: 50%;
  background: #77ca70;
  font-size: 16px;
}
.modal-title {
  font-weight: 700;
  color: #202020;
}
.view__pdf_de {
  border: 1px dashed #1b1474;
  border-radius: 16px;
  padding: 20px 10px;
  text-align: center;
  font-weight: 600;
  background: #f3efe3;
  position: relative;
}

.view__pdf_de p {
  margin: 0;
}

.view__pdf_de h5 {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}
.add_pdf_icon {
  width: 70px;
  height: 70px;
  margin: 15px auto;
  background: #1b1474;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_pdf_icon img {
  height: 35px;
  object-fit: contain;
}
.view__pdf_de input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.file_icon span {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.file_icon span img {
  width: 15px;
}

.file_icon .progress {
  height: 7px;
}

.file_icon p {
  padding: 5px 0;
  color: #1b1474;
}
ul.tabs .active {
  background: #1b1474;
  color: #fff;
}
.btn-outline-primary img {
  width: 20px;
}

.btn-outline-primary:hover {
  background: #1b1474;
  color: #fff;
}
.white_round.box_shadow {
  box-shadow: 0px 8px 20px #f9f8f2;
  border: 1px solid #f9f7f0;
  width: calc(100% - 10px);
  margin: 10px auto 0;
}
.btn-primary img {
  width: 22px;
}
.status_br span {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 600;
  font-size: 14px;
}

.status_br span img {
  width: 15px;
  margin-right: 10px;
}

.modified {
  background: transparent;
  border: 1px solid #fb1d1d;
  color: #fb1d1d;
}

.rejected {
  color: #fb1d1d;
  background: rgb(251 29 29 / 24%);
}

.hold {
  background: rgb(246 175 55 / 24%);
  color: #f6af37;
}
.three_bt .btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0;
  margin: 0 2px;
}

.three_bt .btn img {
  width: 20px;
}
.btn-primary-round {
  background: #1b1474;
}
.btn-primary-round:hover {
  background: #574403;
}
.btn-yellow-round {
  background: #f6af37;
}
.btn-yellow-round:hover {
  background: #c68009;
}

.btn-red-round {
  background: #fb1d1d;
}
.btn-red-round:hover {
  background: #ce0e0e;
}

.three_bt {
  display: flex;
  justify-content: center;
}
.primary_link {
  color: #1b1474;
  text-decoration: underline;
  font-weight: 500;
}
.btn-info-round {
  background: #1d93fb;
}

.btn-info-round:hover {
  background: #0d74cf;
}
.input_edit .form-control:disabled,
.input_edit .form-control {
  border-color: transparent;
  background: transparent;
  text-align: center;
  padding: 10px 5px;
  min-height: auto;
}
.input_edit .form-control {
  border: 1px solid #e2d8b9;
  background: transparent;
  text-align: center;
}
.close_content {
  text-align: center;
}

.btn-red {
  background: #f80d38;
  color: #fff;
}

.close_content .btn {
  min-width: 150px;
}

.close_content h4 {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 20px;
}

.btn-green {
  background: #64df26;
  color: #fff;
}

.btn-green:hover {
  background: #3eb304;
  color: #fff;
}

.btn-red:hover {
  background: #d8032b;
  color: #fff;
}
.body-wrapper > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.left-sidebar {
  width: 230px;
}
/* .select2-container--open b::before {
  content: '\f106' !important;
  top: 59% !important;
} */
.only_img.status_br span img {
  margin: 0;
}

.only_img.status_br span {
  padding: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.only_img.status_br span img {
  width: 14px;
}
.pr_detiles {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eef2f6;
  margin: 0;
  border-top: 1px solid #eef2f6;
}

.pr_detiles b {
  color: #1b1474;
}

.pr_detiles li {
  padding: 0 15px;
  color: #000;
  border-right: 1px solid #1b1474;
  margin: 15px 0;
}

.pr_detiles li:last-child {
  border: 0;
}
.white_shadow_flied {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px #e5f8ff14;
  border-radius: 8px;
  margin: 15px 0;
  padding: 15px;
}
.white_shadow_flied {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.white_shadow_flied .left_view {
  width: 25%;
  background: #f3efe3;
  text-align: center;
  padding: 20px 15px 50px;
  position: relative;
}

.white_shadow_flied .right_view {
  width: calc(100% - 25%);
  padding: 20px 15px;
}
.filed_login_detiles .name {
  background: #f5f2e5 0% 0% no-repeat padding-box;
  border: 1px solid #e0d7b7;
  border-radius: 16px;
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto 15px;
  font-size: 44px;
  line-height: 95px;
  color: #1b1474;
  font-weight: 600;
}

.filed_login_detiles h2 {
  color: #1b1474;
  font-weight: 600;
  font-size: 23px;
}

.filed_login_detiles p {
  color: #1b1474;
  font-weight: 500;
  margin: 0;
}

.filed_login_detiles .status {
  color: #fff;
  background: #56cb1c 0% 0% no-repeat padding-box;
  border-radius: 20px;
  display: inline-block;
  padding: 3px 10px;
  margin: 15px 0;
}

.leval {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e2cb;
  border-top: 1px solid #e8e2cb;
  padding: 15px 0;
  margin: 15px 0 0;
}

.leval .item {
  width: 50%;
  padding: 10px 0;
}

.leval .item {
  border-right: 1px solid #e8e2cb;
}

.leval .item:last-child {
  border: 0;
}
.leval .item h3 {
  color: #1b1474;
  font-weight: 600;
}

.filed_login_detiles .logout_bt {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 30px;
  padding: 15px 0;
  color: #141414;
  font-weight: 500;
}
.white_shadow_flied .right_view .white_shadow.dasboard-3 {
  background: #f3efe3;
}

.white_shadow_flied .right_view .dasboard-3 h3 {
  color: #202020;
  font-weight: 700;
}

.white_shadow_flied .right_view .dasboard-3 .left {
  color: #1b1474;
}
.bg_login_filed {
  display: flex;
  align-items: center;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rs_bg {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.admin {
  background: #e41a1c;
}

.account {
  background: #377eb8;
}

.cso {
  background: #4daf4a;
}

.hr {
  background: #984ea3;
}

.cb {
  background: #ff7f00;
}

.hr_final {
  background: #f781d3;
}

.cb_final {
  background: #a65628;
}
.rs_qr_code,
.rs_qr_scanning {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 0 2px 1px #f2f2f2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.no_header {
  background: #1b1474;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #ffffff !important;
  box-shadow: 0 0 0px 2px #1b1474 !important;
  font-size: 14px;
  align-items: center;
}

:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
  --progress-zIndex: -1;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
}

.progress-container::before {
  background-color: #f1f1f1;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: var(--progress-zIndex);
}

.progress {
  background-color: #1b1474;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 0%;
  z-index: var(--progress-zIndex);
}

.circle {
  align-items: center;
  background-color: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
  color: #d2d2d2;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 0.4 ease;
  width: 40px;
  font-weight: 600;
}

.circle.active {
  border-color: #1b1474;
  color: #ffffff;
  background: #1b1474;
}

.btn1 {
  background-color: #1b1474;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  margin: 0 5px;
  padding: 8px 30px;
  border: 1px solid #1b1474;
}
.prev {
  background: transparent;
  border: 1px solid #1b1474;
  color: #1b1474;
}
.btn1:active {
  transform: scale(0.98);
}

.btn1:focus {
  outline: 0;
}

.btn1:disabled {
  background-color: var(--line-border-empty);
  cursor: not-allowed;
  border-color: #e0e0e0;
  color: #a8a5a5;
  display: none;
}

.step_by_step .item {
  display: none;
  padding: 25px 0px;
  /* background-color: #fff; */
  margin-bottom: 20px;
  max-width: 100%;
  margin: 0 auto 30px;
  /* box-shadow: 0 0 6px #e0e0e0; */
  border-radius: 16px;
}
.new_view {
  text-align: center;
}

.input-group-text {
  background: #1b1474;
  color: #ddd;
  border: 1px solid #1b1474;
}
.qr_login {
  display: flex;
  align-items: center;
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-danger {
  color: red !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.form-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.btn {
  padding: 7px 30px;
  font-size: 14px;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgb(235 235 251 / 10%);
}
.badge {
  font-size: 12px;
  padding: 4px 10px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcfc;
}
table.dataTable {
  border-collapse: inherit !important;
}
.dataTables_scrollBody {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.rs_upload_img {
  border: 1px dashed #a1a1a1;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  box-shadow: inset 0 0 0px 6px #ffffff;
  position: relative;
}

.rs_upload_img img {
  width: 32px;
  margin-bottom: 4px;
}

.rs_upload_img p {
  margin: 0;
  color: #757575;
}

.rs_upload_img h5 {
  margin: 0;
  padding: 5px 0;
  color: #141414;
  font-size: 16px;
}
.rs_upload_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.circle.active svg {
  fill: #fff;
}
.btn1 a {
  color: #fff !important;
}

A.btn1:hover {
  color: #fff;
}
.text-bg-green {
  background: green;
}
.btn_search {
  background: #cbffd3;
  border: 1px solid #2ebf46;
  color: #2ebf46;
  padding: 7px 10px;
  width: 35px;
}

.btn_close {
  background: #ffdbdb;
  border: 1px solid #ff7171;
  color: #ff7171;
  padding: 7px 10px;
  width: 35px;
}
.btn_search:hover {
  background: #2ebf46;
  border: 1px solid #2ebf46;
  color: #fff;
}

.btn_close:hover {
  background: #ff7171;
  border: 1px solid #ff7171;
  color: #fff;
}
.fixed_back {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1b1474;
  color: #fff !important;
  padding: 10px 10px;
  width: 50px;
  height: 50px;
  border-radius: 40px 0px 0px 0px;
  text-align: center;
  line-height: 36px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 5%;
  background-position: center;
  background: rgb(0 0 0 / 10%);
  color: #1b1474;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.title_row {
  padding: 10px 0 12px;
  font-weight: 700;
  color: #1b1474;
  position: relative;
  display: table;
  margin: 0 auto 20px;
  text-align: center;
}

.title_row:before,
.title_row:after {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background: #d9d9d9;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_row:after {
  width: calc(100% - 100px);
  bottom: 0;
}
.new_view_rs {
  display: flex;
  justify-content: space-between;
}

.new_view_rs .pre_view_rs {
  width: 150px;
}

.new_view_rs .rs_upload_img {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.new_view_rs .pre_view_rs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  border: 1px dashed #a1a1a1;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background: #fff;
  box-shadow: inset 0 0 0px 6px #ffffff;
}
.range-container {
  max-width: 100%;
  margin: auto;
}

.range-container label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  text-align: left;
}

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1b1474;
  cursor: pointer;
  border: 2px solid white;
  margin-top: -8px;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1b1474;
  cursor: pointer;
  border: 2px solid white;
}

.value-display {
  margin-top: 0;
  /* font-size: 16px; */
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.table th {
  text-align: center;
  color: #000000;
  background: rgb(236 236 236) !important;
}

.table {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
}
.input-group-text.img_group {
  background: #fff;
  border: 1px solid;
}

.input-group-text.img_group img {
  width: 40px;
}
.view_step {
  text-align: right;
  display: flex;
  align-items: center;
  margin: -24px 0 0 0;
}

.view_step span {
  background-image: url(../images/rank.png);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 90px;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-align: center;
  color: #1b1474;
  font-weight: 700;
  padding: 15px 0 0 0;
}
.bg_btn a {
  background-image: url(../images/btn.png);
  text-align: center;
  padding: 10px 20px;
  background-position: center;
  background-size: contain;
  display: table;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  height: 64px;
  line-height: 49px;
  max-width: 180px;
  width: 100%;
}
.bg_btn {
  text-align: center;
}
.modal-header .btn-close {
  background-image: none;
}
.mashine_select {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.mashine_select .label_rs {
  padding: 0 15px 0 0;
  width: 33.33%;
}

.mashine_select .label_rs span {
  background: #f4f4f4;
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #1b1474;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.mashine_select .label_rs label {
  display: block;
  width: 100%;
}

.mashine_select .label_rs label input:checked + span {
  background: #1b1474;
  color: #fff;
}

.mashine_select .label_rs label input {
  display: none;
}
.one_mashine,
.two_mashine,
.three_mashine {
  display: none; /* Pela badha hide */
}

.custom-modal .modal-content {
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: none;
  animation: scaleUp 0.3s ease;
}
@keyframes scaleUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.custom-modal .modal-body h3 {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1.4rem;
}

.text-primary {
  color: #1b1474 !important;
}
.small_bt {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
ul.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
}

ul.slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #bebaf4;
  border-radius: 50px;
}

ul.slick-dots li {
  padding: 0 3px;
}

ul.slick-dots .slick-active button,
ul.slick-dots button:hover {
  background: #1b1474;
}
.health_input textarea {
  text-align: left;
  padding: 10px 10px 12px;
  font-weight: 600;
  color: #1b1474;
  position: relative;
  display: table;
  margin: 0 auto 20px;
  font-size: 16px;
}
.health_input,
.mb-3,
.mb-0,
.mb-2 {
  position: relative;
  flex-wrap: wrap;
}

.health_input .char_count,
.mb-3 .char_count,
.mb-0 .char_count,
.mb-2 .char_count {
  bottom: 1px;
  right: 3px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  text-align: right;
  display: block;
  width: 100%;
}
.rs_video_check {
  display: inline-block !important;
}

.rs_video_check span {
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
}

.rs_video_check span:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  border: 1px solid #1e187b;
  border-radius: 3px;
}

.rs_video_check input:checked + span:before {
  background: #241d82;
  box-shadow: inset 0 0 0px 3px #ffffff;
}

.rs_video_check input {
  display: none;
}
.range-container {
  position: relative;
}

.range-container .slider.form-range {
  margin: 0;
}
.pre_view_rs video {
  height: 107px;
  object-fit: cover;
}
.new_range-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_range-container .left {
  width: 30px;
}

.new_range-container .right {
  width: calc(100% - 40px);
}
.footer_logo {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.footer_logo .item_logo {
  margin: 0 5px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 10px;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) {
  ...;
}
@media (min-width: 767.98px) {
  ...;
}
@media (min-width: 991.98px) {
  ...;
}
@media (min-width: 1024.98px) {
  ...;
}
@media (min-width: 1200.98px) {
  #main-wrapper[data-layout="vertical"][data-sidebartype="full"] .body-wrapper {
    margin-left: 230px;
  }
  #main-wrapper[data-layout="vertical"][data-header-position="fixed"]
    .app-header {
    width: calc(100% - 230px);
  }
}
@media (min-width: 1200.98px) {
  ...;
}

/*max-devices-media-query*/

@media (max-width: 1399.98px) {
  .time_line p {
    font-size: 14px;
  }

  .time_line span {
    font-size: 10px;
    font-weight: 500;
  }

  .time_line {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .footer {
    left: 0px;
  }
  .show-sidebar .close-btn {
    background: #1b1474;
    position: absolute;
    top: 8px;
    right: -19px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    border: 3px solid #fff;
  }
}
@media (max-width: 1024.98px) {
  ...;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: transparent;
    border: 0;
  }
  .white_shadow_flied .left_view {
    width: 100%;
  }

  .white_shadow_flied .right_view {
    width: 100%;
  }

  .bg_login_filed {
    height: auto;
  }
  .white_bg {
    padding: 30px;
    max-width: 420px;
  }
}
@media (max-width: 767.98px) {
  .winner_name_dec .right {
    flex-wrap: wrap;
  }

  .winner_name .rank_name {
    display: inline-block;
  }
  .rs_qr_code,
  .rs_qr_scanning {
    padding: 20px 10px;
    border-radius: 10px;
  }

  .step_by_step .item {
    padding: 15px 15px;
    border-radius: 10px;
  }
  .login_from .login_left_rs,
  .login_from .login_rs {
    width: 100%;
  }

  .login_from {
    flex-wrap: wrap;
  }
  .login_from .login_left_rs {
    display: none;
  }
  .bg_btn a {
    line-height: 20px;
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .winner_name_dec .right {
    width: 100%;
    margin: -30px 0 0 0;
    padding: 50px 0 20px;
    border-radius: 8px;
  }

  .winner_name {
    width: 100%;
  }

  .winner_detil {
    text-align: center;
    width: 100%;
    border-radius: 0;
  }
  .new_view_rs .rs_upload_img {
    width: calc(100% - 110px);
  }
  .new_view_rs .pre_view_rs {
    width: 100px;
  }
  .bg_btn a {
    line-height: 40px;
  }
  .health_input textarea {
    min-height: 120px;
  }
}

.disabled_user {
  background: #f4f4f4;
}

.red_star,
label.error {
  color: red;
}

label.error {
  font-size: 13px;
}
.vbox-child.vbox-inline,
.vbox-child.venoratio {
  max-width: 1200px;
  width: 100%;
}
