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

/* font link  */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root{
    --rs-main-color:#e5e5e5;
    --rs-primary-color:#719534;
    --rs-second-color:#f33;
    --rs-font-color:#000;
    --rs-white-color:#fff;
     --rs-font-style: "Be Vietnam Pro", sans-serif;
    --rs-font-second: "Titillium Web", 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);
}

/**user-selext-content-end**/
body{
    /*-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
    /* background: rgb(1 1 1 / 2%) */
    /*    overflow-x: hidden !important;*/
    scroll-behavior: smooth;
}
.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;
  color: #000;
  border: 1px solid #719534;
}
.form-control {
  padding: 9px 16px;
  color: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 4px;
}
.login_in .form-control {
  padding: 10px 16px;
}
.form-label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 35px;
    font-size: 14px;
}
.rs_edit_img img {
  max-width: 160px;
  display: table;
  border: 1px solid #d6d3d3;
  padding: 5px;
  margin:0 auto;
  border-radius: 8px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #d6d3d3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.modal-header, .modal-body {
  border-bottom: 1px solid #e9e9e9;
}
.badge {
  font-size: 12px;
  padding: 4px 10px;
}

.text-bg-success {
  background: #29be00 !important;
}

.text-bg-warning {
  background: #ffa300 !important;
}
.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.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%;
}
.btn:focus, .btn:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none !important;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  background: #000000;
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 16px;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: auto;
    min-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(241 244 234);
    color: #719534;
}
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(190 190 190 / 5%);
}
.footer {
    position: fixed;
    margin: 0 auto;
    left: 240px;
    right: 0;
    z-index: 99;
    background: #719534;
    box-shadow: 0 0 1px 0px #e4e4e4;
    bottom: 0;
    color: #fff;
}
.left-sidebar .scroll-sidebar {
    overflow-y: auto;
    padding: 10px 10px 0;
    height: calc(100vh - 70px);
    border-radius: 0;
}
#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: 44px;
    padding-top: 70px;
}

/**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 0px 1px #cff0ff;
    border-radius: 4px;
}

.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: 10px 15px;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 8px;
    /* background: #cfecf7; */
    /* background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #719534, #00B4DB); */
    z-index: 1;
    font-size: 15px;
}
.dasboard-3:before {
    position: absolute;
    content: '';
    top: -100px;
    right: -70px;
    width: 150px;
    height: 150px;
    background: #cff0ff;
    border-radius: 100%;
    opacity: 1;
    z-index: -1;
}

.dasboard-3 {
    overflow: hidden;
}
/* .dasboard-3:after {
  position: absolute;
  content: '';
  bottom: -100px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: #cff0ff;
  border-radius: 100%;
  opacity: 1;
  z-index: -1;
} */
.dasboard-3:after {
    position: absolute;
    content: '';
    bottom: -170px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: #719534;
    border-radius: 100%;
    opacity: 0;
    z-index: -1;
}
.dasboard-3 h3 {
    color: #719534;
    font-weight: 800;
    margin: 0;
}

.dasboard-3 .left {
    /* width: calc(100% - 100px); */
    color: #000000;
    font-weight: 600;
    padding-right: 25px;
}

.dasboard-3 .right span {
    background: #cff0ff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #719534;
    border: 3px solid #fff;
}
.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 1px #c5c5c5;
    background: #719534;
}
.daterange {
  background: #fff;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #d6d3d3;
  width: 100%;
  border-radius: 4px;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #719534;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 0px 2px #fff !important;
    font-size: 14px;
}

.app-header .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #719534;
}

.nav-icon-hover:hover:before {
    background: transparent;
}
table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    padding: 8px 10px !important;
    text-align: center !important;
}

table.dataTable.table-striped>tbody>tr {
    text-align: center;
    vertical-align: middle;
}
table.dataTable td {
  color: #000 !important;

}
table.dataTable td, table.dataTable th {
  font-size: 14px;
  text-align: center !important;
  padding: 5px 10px !important;
  vertical-align: middle;
  white-space: nowrap;
}
.dataTables_scrollBody th, .dataTables_scrollBody th div {
  font-size: 13px !important;
  height: auto !important;
}
.dataTables_scrollHeadInner {
  display: none;
}
div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 15px;
}
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 {
    max-width: 440px;
    box-shadow: 0px 8px 20px #E5F8FF14;
    padding: 60px 50px;
    background: #ffffff;
    border: 1px solid #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width:100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.login_rs h2, .login_rs h3 {
    text-align: center;
}

.login_rs h3 {
    padding: 15px 0;
}
.btn-primary:hover {
    background: #567523;
    border-color: #567523;
}
/* .login_from:before, .login_from:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #719534;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.login_from:after {bottom: 5px;background: #719534;} */

.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;
  }

  .app button {
    cursor: pointer;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 0.2rem 0 0.2rem;
  }

  .info {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .item_bx {
    width: 50px;
    height: 50px;
    background: gainsboro;
    position: relative;
}

.item_bx span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    border: 1px solid #719534;
}
.winner_name {
    font-size: 22px;
    color: #719534;
    font-weight: 500;
}
.spin-animation {
    /* Example animation properties */
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
  }
  .leaderboard .item {
    background: #ffffff;
    padding: 10px 5px;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    /* width: auto; */
    margin-bottom: 10px;
    /* justify-content: space-between; */
    box-shadow: 0 0 30px #e1e1e1;
    margin: 0 5px 10px;
    border: 2px solid #fff;
}
.leaderboard .item .uer_name i {
    display: none;
    color: #fa9907;
}

.item.stoppedItem {
    border: 2px solid #ef3940;
}
.leaderboard .item.stoppedItem .uer_name i {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    color: black;
}
.leaderboard .item p {
    margin: 0;
}
.leaderboard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.leaderboard .item .uer_icon {
    text-align: center;
}

.leaderboard .item .uer_name {
    width: auto;
    padding: 0 10px;
    font-size: 16px;
}
.uer_mo span {
    font-size: 12px;
}
.uer_mo {
    text-align: center;
}

.leaderboard .item {
    position: relative;
}
.left-sidebar {
    z-index: 1024;
    background-image: url(../images/xnt-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: rgb(241 244 234);
    border-right: 0;
}
.show-sidebar .left-sidebar .close-btn {
  right: -14px;
}
.left-sidebar .close-btn {
  position: absolute;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #719534;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
  border: 3px solid #fff;
}
.new_bt {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 20px 10px 0px 10px;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 3px 6px BLACK;
    border: 6px dotted white !important;
    cursor: pointer;
}
.login_rs span {
    color: #719534;
    display: block;
    font-weight: 700;
}
.login_rs p {
    color: #bbbbbb;
    padding-bottom: 0;
    text-align: center;
}
.logo_login {
  text-align: center;
  padding-bottom: 16px;
}

.logo_login img {
  width: 100%;
}
.btn {
  padding: 6px 12px;
}
.login_rs h3 {
  padding-bottom: 0;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #719534;
  font-weight: 600;
  margin-bottom: 7px;
  font-family: "Titillium Web", sans-serif;
  padding: 10px 0 0;
}
/*
.login_rs h3:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #ffffff;
  bottom: 0;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: inset 0 0 0px 3px #719534;
}



.login_rs h3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #719534;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  z-index: -1;
} */
.dasboard-3 .right i {
  color: #719534;
}
.modal-title {
  color: #719534;
  font-weight: 600;
}
.toggle {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.toggle label:before {
  content: '';
  width: 30px;
  height: 18px;
  background: rgb(255 0 0 / 50%);
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}

.toggle label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}

.toggle input[type="checkbox"]:checked+label:before {
  background: rgb(110 220 95 / 70%);
}

.toggle input[type="checkbox"]:checked+label:after {
  left: 14px;
}
.main_title a {
  color: #000000;
}
.main_title span {
  color: #719534;
}
.main_title a:hover {
  color: #719534;
}
.title_add h4 {
  border-left: 4px solid #003558;
  margin: 10px 0 10px;
  padding: 5px 40px 5px 10px;
  display: inline-block;
  font-size: 18px;
  color: #003558;
  font-weight: 700;
}
.title_add h4 i {
  color: #003558;
}
.new_rs_btn .small_bt, .new_rs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_rs_btn .small_bt, .new_rs_btn {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.small_bt {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 2px;
  background: transparent;
  color: #719534 !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #719534 !important;
}
/* .btn-outline-success.small_bt {
  background: rgb(0 63 12 / 10%);
  color: #003f0c;
  border-color: #003f0c;
} */

.small_bt:hover {
  background: #719534;
  color: #fff !important;
}
.answers_row h6 {
  background: #719534;
  color: #fff;
  font-size: 16px;
  padding: 15px 15px 15px 35px;
  margin: 0 15px;
  border-radius: 8px;
  font-weight: 400;

  position: relative;
}

.answers_row p {
  background: rgb(234 234 234);
  padding: 10px;
  margin: 10px 0 0 0;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.answers_row p i  {
  position: absolute;
  left: -20px;
  top: 13px;
  width: 40px;

  background: #000;
  color: #fff;

  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}
.answers_row h6 i {
  position: absolute;
  left: -20px;
  top: 13px;
  width: 40px;
  background: rgb(0 108 181 / 100%);
  color: #fff;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}
.view a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border-radius: 4px;
}

.v_img a {
  background: #13deb9;
  color: #fff;
}

.v_video a {
  background: #719534;
  color: #fff;
}

.v_pdf a {
  background: #f49137;
  color: #fff;
}
/* .bg_login:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

  opacity: 0.1;

  background: #1E9600;
  background: -webkit-linear-gradient(to right, #FF0000, #FFF200, #1E9600);
  background: linear-gradient(to right, #FF0000, #FFF200, #1E9600);
} */
.qr_code {
  text-align: center;
  border: 1px solid #719534;
  border-radius: 8px;
  padding: 10px;
  max-width: 180px;
  margin: 0 auto 30px;
}
.input-group span svg path {
    stroke: #5A6A85;
}

.qr_code img {
  width: 100%;
}
.input-group-text {
  border: 1px solid #a1a1a1;
  cursor: pointer;
}
/* HTML: <div class="loader"></div> */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader1 {
  width: 60px;
  height: 60px;
  display: flex;
  color: #719534;
  --c:#0000 calc(100% - 20px),currentColor calc(100% - 19px) 98%,#0000;
  background:
    radial-gradient(farthest-side at left,var(--c)) right /50% 100%,
    radial-gradient(farthest-side at top ,var(--c)) bottom/100% 50%;
  background-repeat: no-repeat;
  animation: l18-0 2s infinite linear .25s;
}
.loader1::before{
  content:"";
  width:50%;
  height: 50%;
  background:radial-gradient(farthest-side at bottom right,var(--c));
  animation: l18-1 .5s infinite linear;
}
@keyframes l18-0 {
  0%   ,12.49% {transform: rotate(0deg)}
  12.5%,37.49% {transform: rotate(90deg)}
  37.5%,62.49% {transform: rotate(180deg)}
  62.5%,87.49% {transform: rotate(270deg)}
  87.5%,100%   {transform: rotate(360deg)}
}
@keyframes l18-1 {
  0%      {transform: perspective(150px) rotateY(0)      rotate(0)}
  50%     {transform: perspective(150px) rotateY(180deg) rotate(0)}
  80%,100%{transform: perspective(150px) rotateY(180deg) rotate(90deg)}
}
.que_user {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: rgb(168 168 168 / 10%);
  padding: 15px;
  border-radius: 8px 8px 0px 0;
  border-bottom: 3px solid #719534;
  /*box-shadow: 5px 5px 0px 0px #e6dfdf;
  */:;
  -webkit-border-radius: 8px 8px 0px 0;
  -moz-border-radius: 8px 8px 0px 0;
  -ms-border-radius: 8px 8px 0px 0;
  -o-border-radius: 8px 8px 0px 0;
}

.que_user .left {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 108 181 / 16%);
  border-radius: 50px;
  color: #719534;
  font-weight: 500;
}

.que_user .right {
  width: calc(100% - 65px);
  font-size: 14px;
}

.que_user .right p {
  margin: 0;
  color: #3c3c3c;
}

.que_user .right span {
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #719534;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #719534;
  color: #ffffff;
}

.daterangepicker td.in-range {
    background: rgb(251 186 0 / 10%);
}
.disabled_user {
    background: #f4f4f4;
        border: 1px solid #dddddd;
}
.main_title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.answers_row a {
  color: #1376b9;
  font-weight: 600;
}

.answers_row a:hover {
  color: #000;
}
.sm_bt {
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.offcanvas-header {
  background: #719534;
}

.offcanvas-title {
  color: #fff;
}
.offcanvas-header .btn-close {
  color: #fff;
  opacity: 1;
  background-image: none;
  padding: 0;
  width: 30px;
  height: 22px;
  font-size: 20px;
  top: 24px;
  position: absolute;
  right: 15px;
}
.answer_table .table thead {
  background: #054b7a;
  color: #fff;
  text-align: left;
}
.container-login {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
}

.container-login .bg_wrap {
  width: 40%;
  height: 100vh;
  background: #719534;
  position: relative;
}

.login_from {
  width: 50%;
}
.container-login .bg_wrap svg {
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  height: 100%;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active {
  background: #719534;
  padding: 8px 10px;
}

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: #719534;
  color: #ffffff;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  color: #000000;
}
.white_table {
  margin: 10px auto 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #adadad33;
  border-radius: 8px;
  padding: 20px;
}
.pending, .checker.new_checker, .timer.new_pending {
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  }

  .pending i, .checker.new_checker i, .timer.new_pending i {
  font-size: 12px;
  }


  .new_inprocess {
    background: #07529b;
    font-size: 12px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
  }
  .checker.new_checker {
    background: #3ABC2F;
  }
  .timer.new_pending {
    background: #F49B06;
  }
  .checker.new_checker, .timer.new_pending {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 50px;
  }
  .badge {
    vertical-align: middle;
}
.sidebar-link .fa-angle-down {
  position: absolute;
  right: 10px;
}
.dot {
  width: 6px;
  height: 20px;
  background-color: black;
  border-radius: 0;
  animation: loading 1s infinite alternate;
  margin: 0 1px;
}

 .dot:nth-child(1) {
  background-color: #719534;
  animation-delay: -0.25s;
}

 .dot:nth-child(2) {
  background-color: #e31e24;
  animation-delay: -0.5s;
}

 .dot:nth-child(3) {
  background-color: #719534;
  animation-delay: -0.75s;
}

 .dot:nth-child(4) {
  background-color: #e31e24;
  animation-delay: -1s;
}

@keyframes loading {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(5px);
  }
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.app-header .navbar {
  min-height: 50px;
}
.login_in .btn {
  padding: 10px 10px;
}
.active>.page-link, .page-link.active {
  background: #719534;
  border-color: #719534;
}
#particles-js {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.list_view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_view li {
  padding-right: 15px;
}

.list_view li i {
  padding-right: 5px;
}

.list_view li:first-child {
  color: #f49b06;
  font-weight: 600;
}

.list_view li:nth-child(2) {
  color: #3abc2f;
  font-weight: 600;
}
.list_view li:nth-child(3) {
  color: #07529b;
  font-weight: 600;
}
.Inactive {
  color: #f49b06;
  font-weight: 600;
}

.Active {
  color: #3abc2f;
  font-weight: 600;
}

.Review_Pending {
  color: #07529b;
  font-weight: 600;
}
.btn-success {
  background: #109500;
  border-color: #109500;
}

.btn-success:hover {
  background: #0f7b02;
  border-color: #0f7b02;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.mr_img {
  max-width: 170px;
  margin: 0 auto;
}

.mr_img img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.box_rs_shadow {
  background: #f3f3f3;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}
.text-primary {
  color: #719534 !important;
  font-weight: 600;
}
a.full_screen {
  margin: 0 15px;
  font-size: 22px;
  color: #fff;
  line-height: 21px;
  opacity: 0;
}
.qr_login {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.rs_qr_code, .rs_qr_scanning {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px #f2f2f2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rs_qr_code img {
  width: 100%;
  padding: 15px;
  border: 1px solid #719534;
  border-radius: 14px;
}
.rs_qr_code h2 {
  padding: 15px 0 0;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 22px;
}
.rs_qr_scanning .logo img {
    max-width: 150px;
}

.rs_qr_scanning .logo {
    padding-bottom: 50px;
}
.scanning_text {
  text-align: center;
}

.scanning_text h2 span b {
  color: #719534;
}
.scanning_text h2 {
  font-size: 32px;
}

.scanning_text h5 {
  font-size: 18px;
}
.user__contct_detiles {
  margin: 0;
  padding: 30px 0;
}

.user__contct_detiles li {
  background: rgb(0 108 181 / 10%);
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border-left: 3px solid #719534;
}

.user__contct_detiles li span {
  color: #719534;
  font-weight: 600;
}
.ter_video h3 {
  color: #404040;
  text-align: center;
  font-weight: 600;
}
.ter_video h3 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ter_video h3:before {
  position: absolute;
  content: '';
  width: 100px;
  margin: 0 auto;
  background: #404040;
  bottom: 4px;
  left: 0;
  height: 2px;
  right: 0;
  border-radius: 50%;
}
.login_bg {
  width: 50%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:0 50px 50px 0;
  -webkit-border-radius:0 50px 50px 0;
  -moz-border-radius:0 50px 50px 0;
  -ms-border-radius:0 50px 50px 0;
  -o-border-radius:0 50px 50px 0;
  display: flex  ;
  align-items: center;
  justify-content: center;
}
.w_logo img {
  width: 180px;
}
.fixed_ripple {
  min-height: 100vh;
  background-image: url(../images/xnt-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: linear-gradient(to right, #dd1d23, #006bb4); */
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5{
height: 1px;
width: 1px;
position: absolute;
left: 0;
bottom: 0;
background-color: #fff;
border-radius: 50%;
transform: translate3d(-50%, 50%, 0);
animation-name: ripple;
animation-duration: 8s;
animation-iteration-count: infinite;
animation-timing-function: ease-out;
will-change: transform, opacity;
}

.ripple-1{
animation-delay: 0;
}

.ripple-2{
animation-delay: 1s;
}

.ripple-3{
animation-delay: 2s;
}

.ripple-4{
animation-delay: 3s;
}

.ripple-4{
animation-delay: 4s;
}

.ripple-5{
animation-delay: 5s;
}

main{
height: 4000px;
background-color: #f7f7f7;
}

@keyframes ripple{
0%{
  transform: translate3d(-50%, 50%, 0) scale(0);
  opacity: .33;
}
100%{
  transform: translate3d(-50%, 50%, 0) scale(2000);
  opacity: 0;
}
}
.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;
}
.rs_upload_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.text-red {
  color: #e9262a;
}
.performance-wrapper h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}

.border__view_table {
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
}
.rs_month_wise {
    padding: 20px 40px 0;
}

.slick-arrow {
    position: absolute;
    top: 27px;
    left: 0;
    border: 1px solid #719534;
    background: transparent;
    width: 30px;
    border-radius: 4px;
    color: #719534;
}

.slick-next {
    left: inherit;
    right: 0;
}

.rs_month_wise .slick-slide {
    padding: 0 15px;
}

.rs_month_wise .slick-slide .item_rs {
    width: 100%;
    text-align: center;
    color: #719534;
    border: 1px solid #719534;
    padding: 8px 10px;
    border-radius: 50px;
    background: rgb(230 120 23 / 10%);
}

.rs_month_wise .slick-slide .item_rs a {
    color: #719534;
}

.rs_month_wise .slick-slide .item_rs:hover {
    background: #719534;
}
.dataTables_scroll {
    padding: 15px 0;
}
.rs_month_wise .slick-slide .item_rs:hover a {
    color: #fff;
}
.rs_month_wise .slick-active.slick-center .item_rs {
    background: #719534;
}
.rs_month_wise .slick-active.slick-center .item_rs a {
    color: #fff;
}

.performance-wrapper h3:before, .performance-wrapper h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #bdbdbd;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#chartdiv {
    width: 100%;
    height: 330px;
}
.performance-wrapper h3:after {
    width: 70px;
    bottom: -4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(2n + 2) {
    background: #807979;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(3n + 3) {
    background: #719534;
}
.new_add_topic a {
    white-space: nowrap;
    line-height: 26px;
}
.edit_doctor_mail {
    position: relative;
}

.edit_doctor_mail i {
    position: absolute;
    top: 13px;
    right: 10px;
    color: #c1c1c1;
}
.resend_icon {
    padding: 5px;
    background: #719534 !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.small_bt.blue {
    background: rgb(113 149 52 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #719534 !important;
}

.resend_icon img {
    width: 19px;
    padding-left: 1px;
}
.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%;
}
.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%;
}
.new_view {
    text-align: center;
}
.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);
}
.new_add_topic {
    align-items: start;
}
.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;
}
.step_rs {
    z-index: 1;
    margin-bottom: 25px;
}
.step_rs_buttons {
    text-align: center;
}
.step_rs_buttons button {
    background: #719534;
    border: 0;
    /* margin: 0 15px; */
    width: 100%;
    color: #fff;
}
.step_rs_buttons {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.rs_step_content {
    display: none;
}
.rs_step_content.active {
    display: block;
}
.rs_step_nav.active span {
    background: #719534;
    color: white;
}
.rs_step_nav span {
    background: #ececec;
    color: #b3b1b1;
    font-weight: bold;
    display: table;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid;
}
.step_rs span {
    display: block;
    text-align: center;
}
.step_rs {
    z-index: 1;
    margin-bottom: 25px;
}
.step_rs {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.step_rs:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ececec;
    top: 21px;
    z-index: -1;
}
.topic_name {
    display: flex;
    flex-wrap: wrap;
}

.topic_name input {
    display: none;
}

.topic_name span {
    background: #ebebeb;
    color: #000;
    padding: 7px 47px 7px 15px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px 10px 0px;
    cursor: pointer;
    border: 1px solid #b4b4b4;
    position: relative;
    overflow: hidden;
}

.topic_name label input:checked + span {
    background: #719534;
    color: #fff;
    border-color: #719534;
}


.topic_name label input:checked + span i {
    display: inline-block;
}
.topic_name span a i {
    display: inline-block;
    color: #000000;
}

.topic_name span a {
    display: inline-flex;
    text-align: center;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    width: 40px;
    height: 100%;
    background: #dedede;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #719534;
}

.topic_name label input:checked + span i {
    color: #fff;
}
.topic_name label input:checked + span a {border-left-color: #fff;}

.topic_name label input:checked + span a {
    background: #000;
}
.text-bg-primary {
    background: #719534 !important;
}
.topic_name label input:checked + span i.fa-circle:before {
    content: "\f058";
}
.topic_name label  span i.fa-circle {
    font-size: 18px;
    vertical-align: middle;
}

.topic_name label span {
    display: flex;
    align-items: center;
}
.text-bg-danger {
    background: red !important;
}
/**1/9/2025***/

.poster_new {
    position: relative;
}

.new_select_fixed {
    position: absolute;
    bottom: 8px;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-between;
    height: 18.5%;
    display: flex;
}
.add_new_doctor {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.add_new_doctor input {
    height: 35px;
    background: #fff;
}

.add_new_doctor a {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    width: 30px;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_select_fixed .left {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    height: 35px;
    color: #fff;
    border-radius: 3px;
}

.new_select_fixed .right {
    width: calc(100% - 28px);
    position: relative;
}
.text-danger {
    color: red !important;
}

.new_select_fixed label.error {
    position: absolute;
    top: 33px;
    left: 0;
    font-size: 12px;
}

/*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: 1199.98px) {
  .show-sidebar .left-sidebar {
    transform: translateX(-270px);
}
.show-sidebar .footer {
  left: 0;
}
}
@media (min-width: 1200.98px) { ... }

/*max-devices-media-query*/

@media (max-width: 1200.98px) { ... }
@media (max-width: 1199.98px) {

.footer {
    left: 0px;
}

}
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: transparent;
        border: 0;
    }
    .container-login .bg_wrap {
      display: none;
  }

  .login_from {
      width: calc(100% - 30px);
  }

  .container-login {
      padding: 0;
  }

  .login_from {
      padding: 40px 20px;
  }
  .login_bg {
    width: 100%;
    height: auto;
    padding: 55px;
    border-radius: 0;
    margin-bottom: 35px;
}

.bg_login {
    min-height: auto;
}

 }
@media (max-width: 767.98px) {
  .winner_name_dec .right {
    flex-wrap: wrap;
}

.winner_name .rank_name {
    display: inline-block;
}
 }
@media (max-width: 575.98px) {
  .qr_login {
    padding: 15px 0;
  }

  .user__contct_detiles {
      padding: 10px 0 0;
  }

  .lan_rs {
      padding-bottom: 10px;
  }

  .ter_video h3 {
      padding: 15px 0;
  }
  .rs_qr_scanning {
    padding: 15px;
}
  .rs_qr_scanning .logo {
    padding-bottom: 20px;
  }

  .scanning_text h2 {
    font-size: 24px;
  }
  .step_rs_buttons .btn {
    margin-bottom: 10px;
}

}





@media (max-width: 475.98px) {
    #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 {
        padding-bottom: 80px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .new_select_fixed {
        bottom: 10px;
        width: calc(100% - -3px);
        left: -2px;
        height: 20.2%;
    }
}
