/* 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");

/* 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:#719534;
    --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, .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, .3);
    background-color: #eee;
}

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
    box-shadow: none !important;
    border-color: #719534;
}

/* 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: #719534 ;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>th {
     background: rgb(38 43 128 / 10%);
     color: #719534;
     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: #719534;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: #719534;
}

.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: #719534;
    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: #719534;
    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: #719534;
    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: #719534;
}

.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: #719534;
    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%;
  justify-content: center;
}
.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: #567523;
  border-color: #567523;
}
.middle_sec {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
      padding: 0 15px;
}

.white_bg {
  max-width: 480px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px #E5F8FF14;
  border-radius: 16px;
  padding: 30px;
}
.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: 100%;
}

.middle_sec h2, .middle_sec p {
    text-align: center;
}

.middle_sec p {
    color: #868589;
    padding-bottom: 20px;
}

.middle_sec h2 {
    color: #719534;
    font-weight: 500;
    padding: 0 0 0px;
}
.form-control {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  min-height: 40px;
}

.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: #719534;font-weight: 700;font-size: 20px;margin: 0;}

.select_bg .select2-container .select2-selection--single {
    background: #719534;
    color: #fff;
    border-color: #719534;
    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: #719534;
  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 #719534;
  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: #719534;
}

.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: #567523;
    width: 25px;
    height: 24px;
    border: 1px solid #567523;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 12px;
    background: #e8e8e8;
}
.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 #719534;
  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: #719534;
  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: #719534;
}
ul.tabs .active {
  background: #719534;
  color: #fff;
}
.btn-outline-primary img {
  width: 20px;
}

.btn-outline-primary:hover {
    background: #719534;
    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: #719534;
}
.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: #719534;
  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: #719534;
}

.pr_detiles li {
  padding: 0 15px;
  color: #000;
  border-right: 1px solid #719534;
  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: #719534;
  font-weight: 600;
}

.filed_login_detiles h2 {
  color: #719534;
  font-weight: 600;
  font-size: 23px;
}

.filed_login_detiles p {
  color: #719534;
  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: #719534;
  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: #719534;
}
.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: #719534;
    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 #719534 !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: #719534;
  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: #719534;
  color: #ffffff;
  background: #719534;
}
.step_by_step h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 15px;
    position: relative;
    color: #719534;
    margin-bottom: 15px;
}
.step_by_step h2:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 2px;
    background: #719534;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
}
.input-group-text {
    background: #719534;
    color: #ddd;
}
.qr_login {
    display: flex;
    align-items: center;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}
.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;
}
.btn {
    padding: 7px 30px;
    font-size: 14px;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(251 251 251);
}
.badge {
    font-size: 12px;
    padding: 4px 10px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
}
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;
    width: calc(100% - 160px);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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: #719534;
    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: #ed1c28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.upload_photo {
    display: flex;
    justify-content: space-between;
}

.upload_photo .upload_view {
    width: 150px;
    border: 1px dashed #a1a1a1;
    border-radius: 4px;
    text-align: center;
    padding: 5px;
    box-shadow: inset 0 0 0px 6px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_photo .upload_view img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}
.new_view {
    text-align: center;
}
/*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: #719534;
  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;
}
 }
@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;
}
.rs_upload_img {
    width: calc(100% - 100px);
    padding: 10px;
    box-shadow: inset 0 0 0px 1px #ffffff;
}

.upload_photo .upload_view {width: 90px;}

.rs_upload_img h5 {
    font-size: 12px;
    padding-bottom: 0;
}
.step_by_step h2 {
    font-size: 18px;
    padding: 10px 0 10px;
}
.rs_upload_img img {
    width: 18px;
}
.logo-img img {
    width: 200px;
}


 }

.disabled_user {
    background: #f4f4f4;
}

