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


@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@100..800&family=Tiro+Devanagari+Hindi:ital@0;1&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');

/* Marathi */

.Marathi{
  font-family: "Tiro Devanagari Marathi", serif;
}

/* Hindi */

.Hindi{
  font-family: "Tiro Devanagari Hindi", serif;
}

/* Kannada */

.Kannada{
  font-family: "Anek Kannada", sans-serif;
}





:root{
    --rs-main-color:#e5e5e5;
    
    --rs-primary-color:#393685 ;
    --rs-second-color:#f33;
    --rs-font-color:#141414;
    --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);
}
/* 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;*/
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: var(--rs-font-second);
      font-weight: 500;
}
.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: #941bae;
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 40px;
    border-radius: 0 !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: #393685  ;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>th {
     background: rgb(57 54 134 / 10%);
     color: #393685;
     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: #393685 ;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: #393685 ;
}

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

.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: #393685 ;
    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: 12px;
    color: #000;
    white-space: nowrap;
}
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;
        padding: 10px;
}

.login_from {
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.login_from .login_left_rs {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

.login_from .login_rs {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #F8F5EC; */
  align-items: revert;
}
.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;
} */
 /* .btn-primary {
    position: relative;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-primary:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    /* text-shadow: 1px 1px 2px #427388; */
    /* background:#393685 ; */

*/
.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%;
    box-shadow: 0px 8px 20px #E5F8FF14;
    border-radius: 32px;
    padding: 40px 50px;
    background: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    opacity: 1;
}
/* .white_bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #521f77;
    filter: blur(1px);
    z-index: -1;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
} */
.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: 0;
}

.login_logo img {
    max-width: 100px;
    margin-bottom: 15px;
}
.main_title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #393685;
}
.middle_sec h2, .middle_sec p {
    text-align: center;
}

.middle_sec p {
    color: #bbbbbb;
    padding-bottom: 0;
}

.middle_sec h2 {
    color: #000000;
    font-weight: 500;
    padding: 0 0 0px;
}
.form-control {
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  min-height: 40px;
  color: #000000;
}

.login_in .btn {
  height: 40px;
  border: 0;
  color: #ffffff;
  background: transparent linear-gradient(99deg, #255E3F 0%, #217D45 6%, #169E48 20%, #098A83 35%, #1571A9 50%, #2F5297 75%, #393685 100%) 0% 0% no-repeat padding-box;
  font-weight: 600;
  box-shadow: 0 0 0px 3px #ffffff;
  font-size: 16px;
}
.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: #393685 ;font-weight: 700;font-size: 20px;margin: 0;}

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

.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;
  background: transparent linear-gradient(99deg, #255E3F 0%, #217D45 6%, #169E48 20%, #098a83 35%, #1571A9 50%, #2F5297 75%, #393685 100%) 0% 0% no-repeat padding-box;
  border-color: #098a83;
}
.dataTables_filter input {
  min-height: 36px;
  border-radius: 8px;
  background: #ececfc !important;
  color: #000 !important;
}

.table_specing {
  padding: 20px 0;
}
.table>tbody td {
  color: #535353 !important;
}
.dowload_btn {
    color: #393685 ;
    width: 25px;
    height: 24px;
    border: 1px solid #393685 ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 12px;
    background: #ececfc;
}
.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; */
  vertical-align: middle;
}

.text-bg-blue {
  background: #5299EC;
}

.badge img {
  width: 18px;
  margin-right: 3px;
}

.text-bg-orange {
  background: #ffa000;
}
.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 #393685 ;
  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: #393685 ;
  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: #393685 ;
}
ul.tabs .active {
  background: #393685 ;
  color: #fff;
}
.btn-outline-primary img {
  width: 20px;
}

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

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

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

.filed_login_detiles p {
  color: #393685 ;
  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: #393685 ;
  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: #393685 ;
}
.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: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #393685 !important;
    box-shadow: 0 0 0px 1px #393685 !important;
    font-size: 14px;
    align-items: center;
}


:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
  --progress-zIndex: -1;
}





.progress-container {
  display: inline-flex;
  align-content: space-between;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
  flex-wrap: wrap;
}

.progress-container::before {
  background-color: #f1f1f1;
  content: "";
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: var(--progress-zIndex);
}

.progress {
  background-color: #393685 !important;
  height: 4px;
  left: 18px;
  position: absolute;
  top: 0;
  transition: 0.4s ease !important;
  width: 0%;
  z-index: var(--progress-zIndex);
  -webkit-transition: 0.4s ease !important;
  -moz-transition: 0.4s ease !important;
  -ms-transition: 0.4s ease !important;
  -o-transition: 0.4s ease !important;
}

.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: #393685 ;
  color: #ffffff;
  background: #393685 ;
  box-shadow: inset 0 0 0px 2px #ffffff;
}

.btn1 {
  background-color: #393685 ;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  margin: 0 5px;
  padding: 8px 30px;
  border: 1px solid #393685 ;
}
.prev {
    background: transparent;
    border: 1px solid #393685;
    color: #393685 !important;
    height: 35px;
    line-height: 8px;
    transition: none !important;
}
.prev:hover {
    color: #fff !important;
}
.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: 0 0 0 15px;
    margin: 0;
    border-radius: 16px;
}
    .new_view {
    text-align: center;
}

.input-group-text {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.qr_login {
    display: flex;
    align-items: center;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    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 20px;
    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-radius: 4px;
  text-align: center;
  padding: 20px;
  background: #6f4898;
  box-shadow: inset 0 0 0px 6px #6f4898;
  position: relative;
  border-radius: 8px;
}
.rs_upload_img:before {
    border: 1px dashed #C8BBD9;
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 6px;
    top: 5px;
    border-radius: 8px;
}
.rs_upload_img img {
  width: 32px;
  margin-bottom: 4px;
}

.rs_upload_img p {
  margin: 0;
  color: #bbbbbb;
  font-size: 12px;
}

.rs_upload_img h5 {
  margin: 0;
  padding: 5px 0;
  color: #ffffff;
  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;
}
.step_rd_step {
    max-width: 580px;
    margin: 0 auto;
}
.rs_btn {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    color: #000000 !important;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    z-index: 1;
}

.rs_btn:before {
    position: absolute;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 1px dashed #552078;
    border-radius: 4px;
    top: 3px;
    left: 3px;
}

.rs_btn:hover {
    color: #fff;
}
.lan_rs_select span {
    color: #ffffff;
    border: 1px solid #ddbefe;
    border-radius: 4px;
    padding: 5px 20px;
    display: flex;
    background: #6F4898;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.lan_rs_select label {
    margin: 0 5px 0 0;
    cursor: pointer;
    width: 25%;
}

.lan_rs_select input {
    display: none;
}

.lan_rs_select label input:checked + span {
    color: #fff;
    border: 1px solid #C8BBD9;
    background: #000000;
}
.login_left_bg {
    width: 50%;
    text-align: center;
}

.login_left_bg img {
    max-width: 420px;
}
.acc_title_rs h1 {font-size: 28px;text-align: center;padding: 10px 0;border-radius: 4px;color: #393685;margin: 0 0 20px;font-weight: 700;}

.acc_title_rs i {
    padding: 0 15px;
}

.acc_title_rs h2:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    height: 3px;
    background: #393685;
    content: '';
    bottom: 0;
    border-radius: 100%;
    opacity: 0;
}

.acc_title_rs {
    padding-bottom: 0;
}
.rs_step_from {
    display: flex;
    flex-wrap: wrap;
}

.rs_step_from .progress-container {
    width: 40px;
    display: none;
}

.rs_step_from .step_by_step {
    width: calc(100% - 0px);
}

.rs_step_from .new_view {
    width: 100%;
}
.step_by_step .item h2 {text-align: center;position: relative;padding-bottom: 10px;font-size: 20px;font-weight: 500;color: #000000;margin: 0;}
/* Accordion
================================================== */
.acc {
  margin: 0 auto;
  max-width: 100%;
}
.anser_acc {
    padding: 15px 0 0;
}
.acc__card {
  margin: 0;
  position: relative;
}

.acc__title {
  background: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  border: 1px solid #cfcfcf;
  font-weight: 500;
  border-radius: 4px;
  font-size: 18px;
}
.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 20px;
  content: " ";
  top: 24px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #eaf7f8;
  color: #212121;
  display: none;
  margin: 0;
  padding: 10px;
  text-align: left;
  box-shadow: 0 0 0px 1px #cfcfcf;
  margin-bottom: 10px;
  border-radius: 8px;
}
.acc__panel h3 {
    font-size: 20px;
    color: #054b56;
}

.acc__title.active {
    background: #393685 ;
    color: #fff;
}

.acc__title.active::after {
    border-color: #fff;
}
.queaction_rs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid rgb(247 148 21 / 30%);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto 15px;
    position: relative;
}

.queaction_rs .left {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}

.queaction_rs .left p {
    margin: 0;
}


.control {
  width: 33.333%;
  float: left;
  padding: 12px 0;
}

.button {
  width: 100%;
  height: 100%;
  background-color: TRANSPARENT;
  border-radius: 6px;
  cursor: pointer;
  padding: 20px;
}

.button i {
  display: block;
  color: #393685 ;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
}
.queaction_rs .right a {
    background: transparent linear-gradient(287deg, #45108a 0%, #3D065F 53%, #200554 100%) 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    border:1px solid #45108a;
}
.queaction_rs.active .right a {
    border-color: #fff;
}

.queaction_rs .right a svg {
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}


.queaction_rs .right a:hover {
    transparent linear-gradient(287deg, #45108A 0%, #3D065F 53%, #200554 100%) 0% 0% no-repeat background: padding-box;
    background: transparent linear-gradient(287deg, #200554 0%, #3D065F 53%, #45108a 100%) 0% 0% no-repeat padding-box;
}

.button,
.button i {
  transition: 0.2s ease all;
}

.button:hover {
  background-color: #393685 ;
}

.button:hover i {
  color: #fff;
}
.rs_mp3 {
    height: 250px;
}
.form-label {
    color: #000000;
    font-weight: 400;
}
.audio_player a {
    border: 2px solid #393685;
    color: #393685;
    width: 40px;
    height: 40px;
    margin: 0 10px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.rs_qr_scanning {
    position: relative;
    z-index: 1;
    box-shadow: none;
    background: #ffffff08 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    opacity: 1;
}
hr.dark {
    border-color: #b9b9b9;
}
.rs_qr_scanning:before {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #521f77;
    filter: blur(1px);
    z-index: -1;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    /* opacity: 1; */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

hr {
    border-color: #fff;
}
hr.grey {
    border-color: #8d8d8d;
}
.lan_rs_select {
    display: flex;
}
  .voice-container {
      position: relative;
      width: 200px;
      height: 200px;
    }

    .pulse-ring {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(178,102,255,0.25) 40%, rgba(108,0,255,0.1) 100%);
      animation: pulse 2s infinite ease-in-out;
      box-shadow: 0 0 20px rgba(178,102,255,0.3), 0 0 40px rgba(178,102,255,0.2);
    }

    .microphone {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 60px;
      color: white;
      z-index: 2;
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.2);
        opacity: 0.6;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .glow-ring {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: conic-gradient(
        from 0deg,
        #6E00FF,
        #B266FF,
        #7C4DFF,
        #6E00FF
      );
      animation: rotate 4s linear infinite;
      filter: blur(12px);
      z-index: 0;
    }

    @keyframes rotate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .rs_voice {
    text-align: center;
    display: flex;
    justify-content: center;
}
.rs_qr_scanning.white_shadow_rs {
    background: #fff;
}

/* .sound-wave {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  svg {
    display: block;
    max-width: 63rem;
    height: auto;
  }
} */
.sound-wave:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  z-index: -1;
  top: 0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(#1389e933, transparent 60%, transparent 100%);
}

.progress-bar {
  height: 10px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  margin: 0;
}

.progress-color {
  background: #393685;
  height: 100%;
  width: 0;
  border-radius: 30px;
  transition: width 4s linear;
}

.d-none {
  display: none;
}

@keyframes scale1 {
  0% {
    transform: scaleY(0.6);
  }
  40% {
    transform: scaleY(1.2);
  }
  100% {
    transform: scaleY(0.6);
  }
}

.bar-scale1 {
  animation: scale1 0.6s infinite;
  transform-origin: center;
}

@keyframes scale2 {
  0% {
    transform: scaleY(0.5);
  }
  30% {
    transform: scaleY(1.6);
  }
  100% {
    transform: scaleY(0.5);
  }
}

.bar-scale2 {
  animation: scale2 0.6s infinite;
  transform-origin: center;
}

@keyframes scale3 {
  0% {
    transform: scaleY(1.5);
  }
  70% {
    transform: scaleY(0.5);
  }
  100% {
    transform: scaleY(1.5);
  }
}

.bar-scale3 {
  animation: scale3 0.6s infinite;
  transform-origin: center;
}


/**play audio***/
.player-container {
      background: rgb(62 7 100 / 10%);
      border-radius: 20px;
      padding: 30px;
      width: 100%;
      backdrop-filter: blur(4px);
      border: 1px solid #393685;
      max-width: 303px;
      margin: 0 auto;
    }

    .equalizer {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      height: 80px;
      margin-bottom: 30px;
    }

    .equalizer-bar {
      width: 5px;
      border-radius: 9px;
      transition: height 0.2s ease, background-color 0.5s ease;
      background-color: #393685 !important;
    }

    .controls {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .controls button {
      background: none;
      border: none;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 5px;
      color: #393685 !important;
    }

    .controls button:hover {
      transform: scale(1.1);
      background-color: #393685;
      color: #fff !important;
    }

    .controls button:active {
      transform: scale(0.95);
    }

   .controls button:focus {
      outline: none;
    }

    #trackInfo {
      text-align: center;
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold;
      color: #393685;
      background-color: transparent;
    }

    .volume-control {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    #volumeSlider {
      -webkit-appearance: none;
      width: 80%;
      height: 5px;
      border-radius: 5px;
      background: #d3d3d3;
      outline: none;
      opacity: 0.7;
      transition: opacity 0.2s;
    }

    #volumeSlider:hover {
      opacity: 1;
    }

    #volumeSlider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--main-color);
      cursor: pointer;
    }

    #volumeSlider::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: var(--main-color);
      cursor: pointer;
    }

    .progress-bar {
      width: 100%;
      height: 5px;
      background-color: rgba(255, 255, 255, 0.3);
      margin-top: 20px;
      border-radius: 5px;
      overflow: hidden;
    }

    #progress {
      width: 5px;
      height: 100%;
      /* background-color: #393685; */
      transition: width 0.5s linear;
    }

/* .queaction_rs .left p audio {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 100%;
    display: none;
} */
/* .audio_player .vocice_rec {
    position: absolute;
    top: 0;
    left: -4px;
    opacity: 1;
    z-index: 99;
    width: 100%;
    height: 100%;
}
.vocice_rec audio {
    width: 100%;
    height: 100%;
    opacity: 0;
} */
a.play-btn.active i:before {
    content: "\f04c";
}
.vocice_rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.queaction_rs.active {
  position: relative;
  background: linear-gradient(287deg, #45108A, #3D065F, #200554);
  background-size: 300% 300%;
  animation: shimmer 4s ease-in-out infinite;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.queaction_rs.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-20deg);
  animation: shine 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

a.play-btn.active {
    color: #fff;
    border: 2px solid #ffffff;
}

.view_scritp {
    padding: 20px 0 0;
    text-align: center;
}

.eye_answer {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    margin: 10px 0 0 0;
    padding: 5px;
    font-size: 16px;
}
.fixed_back {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(287deg, #45108a 0%, #3D065F 53%, #200554 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    border-radius: 40px 0px 0px 0px;
    text-align: center;
    line-height: 36px;
}
.fixed_back.white_row {
    background: #fff;
    color: #3d065f !important;
}
a.btn1 {
    display: inline-block;
}
.grey_qr {
  background: #E5E0EF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  text-align: center;
  width: 60px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grey_qr img {
  width: 25px;
}

.grey_border {
  border: 1px solid #E0D6E9;
  border-radius: 20px;
  width: 203px;
  margin: 0 auto;
  padding: 7px;
}

.grey_border img {
  width: 100%;
}

.link_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link_rs {
  border: 1px solid #E0D6E9;
  border-radius: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: calc(100% - 55px);
}

.link_rs span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy_rs {
  border: 1px solid #E0D6E9;
  border-radius: 0;
  width: 53px;
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #733893;
}
.copy_rs a{
  color: #733893;
}

.copy_rs img {
  width: 25px;
}

.copy_rs:hover {
  background: rgb(62 7 100 / 10%);
}
.grey_border_new {
    border: 1px solid #393685;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393685;
    background: rgb(62 7 100 / 5%);
}
.text-bg-success {
    background: green !important;
    /* font-size: 12px; */
}
.que_review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
}

.que_review span {
    width: auto;
    color: green;
    text-align: center;
    font-weight: 500;
    border: 1px solid green;
    border-radius: 50px;
    padding: 2px 12px;
    display: inline-block;
    background: rgb(0 128 0 / 10%);
    font-size: 12px;
}
.new_set_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 0;
}

.new_set_mobile p {
    margin: 0;
}
.topic_rs_view a {
    padding: 15px;
    /* background: #ffffff; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    border-radius: 110px;
    position: relative;
    flex-direction: column;
    color: #ffffff;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    min-height: 270px;
    font-size: 15px;
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
}



.topic_rs_view {
    margin-bottom: 15px;
    height: calc(100% - 15px);
}
.topic_rs_view a {
    padding: 53px 30px 50px;
}
.btn-primary:hover {
   background: transparent linear-gradient(
  32deg,  /* or 261deg (360 - 99) */
  #393685 0%,
  #2F5297 25%,
  #1571A9 50%,
  #098A83 65%,
  #169E48 80%,
  #217D45 94%,
  #255E3F 100%
);
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 30px;
}
.topic_rs_view span {
    color: #ffffff;
    font-size: 12px;
    /* background: #260556; */
    padding: 0 20px;
    border-radius: 0;
    width: 100%;
    position: absolute;
    bottom: 1px;
    transform: rotate(0);
    left: 4px;
}
/* .topic_name .item_rs:nth-child(1) .topic_rs_view a {
    background: #FFCBE1;
}
.topic_name .item_rs:nth-child(2) .topic_rs_view a {
    background: #D6E5BD;
}
.topic_name .item_rs:nth-child(3) .topic_rs_view a {
    background: #F9E1A8;
}
.topic_name .item_rs:nth-child(4) .topic_rs_view a {
    background: #BCD8EC;
}
.topic_name .item_rs:nth-child(5) .topic_rs_view a {
    background: #DCCCEC;
}
.topic_rs_view a:before {
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #fff;
    border-radius: 6px;
    -webkit-border-radius: 176px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    z-index: -1;
}
.mick_rs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.mick_rs span {
    width: 25px;
    height: 0px;
    background: #fff;
    display: block;
    margin: 10px 0;
    top: 50px;
    position: relative;
    padding: 3px;
    z-index: -1;
    opacity: 1;
    box-shadow: 161px 0px 0px 0px #ffffff;
}
.topic_rs_view {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.new-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  position: relative;
  margin: 0 auto;
  border: 0;
}
.new-cta .btn-text{
  padding: 10px 25px;
  font-size: 16px;
  color: #3d0092;
  border: 2px solid rgb(58 0 143);
  border-radius: 15px;
  background: rgb(64 10 113 / 10%);
  backdrop-filter: blur(15px);
  cursor: pointer;
  z-index: 1;
  transition: 0.2s;
}
.new-cta::before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: 25%;
  height: 10px;
  background: #420c77;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 10px #420c77;
}
.new-cta:hover::before{
  bottom: 0;
  height: 40%;
  width: 90%;
  border-radius: 30px;
}
.queaction_rs.green_active {
    border-color: green;
}
/* .audio-buttons {
    display: none;
} */
.view_scritp {
    padding: 15px 0 0;
}
.audio-buttons .btn {
    margin-bottom: 10px;
}
.add_new_select ~ .select2-container--default .select2-selection--single {
    background: #6f4898;
    color: #fff;
    border-radius: 4px;
}

.add_new_select ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 14px;
}

.add_new_select ~ .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}



.add_new_select ~ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}
.middle_sec {
    margin: 0 auto;
    display: table;
}
#chartdiv,
#chartdiv1 {
  width: 100%;
  height: 330px;
}
.performance-wrapper h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}
.stats {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.stats .stat-item {
    width: 25%;
    text-align: center;
    box-shadow: inset 0 0 9px 0px #f2f2f2;
    padding: 15px;
    border: 1px solid #eeeeee;
}

.stats .stat-item i {
    color: #a367dc;
    font-size: 18px;
}

.stats .stat-item strong {
    display: block;
    font-size: 26px;
}

.stats .stat-item p {
    margin: 0;
}
.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;
}

.performance-wrapper h3:after {
    width: 70px;
    bottom: -4px;
}

 .text-success {
    color: #13a300 !important;
}
.modal-body {
    border-top: 1px solid #eeeeee;
    border-left: 0;
    border-right: 0;
}
.text-primary {
    color: #393685 !important;
}
.month_wise ul {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
        overflow: auto; 
}

.month_wise ul li a {
    color: #000;
    font-weight: 400;
    padding: 3px 14px;
    display: inline-block;
    background: #ececec;
    border-radius: 50px;
        margin: 0 5px;
}

.month_wise ul li a.active {
    background: #393685;
    color: #fff;
}
.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 #393685;
    background: transparent;
    width: 30px;
    border-radius: 4px;
    color: #393685;
}

.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: #393685;
    border: 1px solid #393685;
    padding: 8px 10px;
    border-radius: 50px;
    background: rgb(57 54 134 / 10%);
}

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

.rs_month_wise .slick-slide .item_rs:hover {
    background: #393685;
}

.rs_month_wise .slick-slide .item_rs:hover a {
    color: #fff;
}
.rs_month_wise .slick-active.slick-center .item_rs {
    background: #393685;
}

.rs_month_wise .slick-center.slick-active .item_rs a {
    color: #fff;
}

.number-card {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    user-select: none;
    margin: 0 auto;
}
.number-card:hover {
transform: scale(1.1);
}
.n1 { background: linear-gradient(135deg, #FFD700, #FFA500); } /* Gold */
.n2 { background: linear-gradient(135deg, #C0C0C0, #A9A9A9); } /* Silver */
.n3 { background: linear-gradient(135deg, #cd7f32, #8B4513); } /* Bronze */
.n4 { background: linear-gradient(135deg, #6a11cb, #2575fc); }
.n5 { background: linear-gradient(135deg, #00b09b, #96c93d); }
.n6 { background: linear-gradient(135deg, #ff6a00, #ee0979); }
.n7 { background: linear-gradient(135deg, #00c3ff, #ffff1c); }
.n8 { background: linear-gradient(135deg, #fc4a1a, #f7b733); }
.n9 { background: linear-gradient(135deg, #3a1c71, #d76d77); }
.n10 { background: linear-gradient(135deg, #11998e, #38ef7d); }

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  display: table;
  justify-content: center;
  background: #e7e7e7;
  margin: 0 auto 20px;
  border-radius: 50px;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 50px;
  background: #e7e7e7;
}

ul.tabs li.current{
  background: transparent linear-gradient(99deg, #255E3F 0%, #217D45 6%, #169E48 20%, #098a83 35%, #1571A9 50%, #2F5297 75%, #393685 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.tab-content{
  display: none;
  padding: 0;
}

.tab-content.current{
  display: inherit;
}


/*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: #393685 ;
  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;
}

.voice-container {
    position: relative;
    width: 100px;
    height: 110px;
}
.microphone {
    font-size: 30px;
}
.lan_rs_select label {
    width: calc(50% - 5px);
    margin-bottom: 5px;
}
.container, .container-sm {
    max-width: 100%;
}
.lan_rs_select {
    flex-wrap: wrap;
}
 }
@media (max-width: 767.98px) { 
  .winner_name_dec .right {
    flex-wrap: wrap;
}
.step_by_step .item h2 {
    width: 100%;
    font-size: 16px;
}

.que_review {
    flex-wrap: wrap;
}

.que_review span {
    margin: 0 auto;
}

.acc_title_rs h2 i {
    display: none;
}
.winner_name .rank_name {
    display: inline-block;
}
.rs_qr_code, .rs_qr_scanning {
    padding: 10px 0 10px;
    border-radius: 10px;
}

.step_by_step .item {
    padding: 0 0 0 5px;
    border-radius: 10px;
}
.login_from .login_left_rs, .login_from .login_rs {
    width: 100%;
}

.login_from {
    flex-wrap: wrap;
}
.login_left_bg {
    width: 100%;
}

.login_from .login_left_rs {
    flex-wrap: wrap;
}
.login_left_bg img {
    max-width: 400px;
}
.qr_login {
    padding: 5px 0;
}
/* .login_from .login_left_rs {
    display: none;
} */
 .queaction_rs {
    padding: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
}

.acc_title_rs h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding: 0;
}
body {
    font-size: 14px;
}
.queaction_rs .left, .queaction_rs .right {
    width: 100%;
    text-align: left;
}

.queaction_rs {
    flex-wrap: wrap;
}

.queaction_rs .right {
    padding: 15px 0 0;
}

.new_view button {
    margin-bottom: 5px;
}
.queaction_rs .right a {
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 4px;
}
.audio_player a {
    width: 25px;
    height: 25px;
    font-size: 10px;
}
.stats .stat-item {
    width: 50%;
    padding: 10px 5px;
}

.stats {
    justify-content: center;
}

.stats .stat-item strong {
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
}

 }
@media (max-width: 575.98px) { 
  .winner_name_dec .right {
    width: 100%;
    margin: -30px 0 0  0;
    padding: 50px 0 20px;
    border-radius: 8px;
}
.login_left_bg img {
    max-width: 160px;
}
.winner_name {
    width: 100%;
}

.winner_detil {
    text-align: center;
    width: 100%;
    border-radius: 0;
}
.rs_voice {
    position: absolute;
    bottom: 12px;
    right: -20px;
    transform: scale(0.5);
}

.new_view .rs_btn {
    margin-right: auto;
    display: inline-block;
    width: calc(100% - 60px);
    text-align: center;
}
.new_rs_step .new_view {
    text-align: left;
}
.btn_group button {
    width: calc(50% - 10px);
    margin-bottom: 5px;
    white-space: nowrap;
}
.main_title {
    font-size: 18px;
}
.btn {
    padding: 7px 15px;
}
.dataTables_filter {
    padding: 10px 0 00;
}
.name_dr_mobile {
    display: block;
}
.equalizer {
    margin: 0;
    height: 0;
}

#trackInfo {
    margin: 0;
    font-size: 16px;
}

.player-container {
    padding: 110px 5px 20px;
    border-radius: 8px;
}

.controls button {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.controls {
    justify-content: center;
}
/* .view_scritp {
    padding: 5px 0 0;
} */
.dr_detiles ul li {
    width: 100%;
    text-align: center;
}

.dr_detiles ul {
    flex-wrap: wrap;
}
.dr_detiles ul {
    flex-wrap: wrap;
    width: calc(100% - 100px) !important;
}
.new_set_mobile {
    flex-wrap: wrap;
    justify-content: center;
}

.new_set_mobile p {
    padding-bottom: 5px;
}
.dr_detiles ul li {
    width: 100% !important;
}
.anser_acc {
    padding: 18px 0 0;
}
.topic_rs_view a {
    padding: 60px 20px 0;
    font-size: 13px;
}
.performance-wrapper h3 {
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0;
}
#chartdiv {
    width: 100%;
    height: 200px;
}
.stats .stat-item p {
    font-size: 12px;
}
.input-group-text {
    padding: 0 7px;
}
.stats {
    padding: 5px 0 0 0;
}
ul.tabs li {
    padding: 10px 12px;
}
.rs_month_wise .slick-slide {
    padding: 0;
}
.rs_month_wise .slick-active .item_rs {
    background: #393685;
}
.rs_month_wise .slick-active .item_rs a  {
    color: #fff;
}

 }

 .hide_row {
    position: relative;
}

.hide_row:before {
    position: absolute;
    width: 30%;
    background: #fff;
    left: 0;
    content: '';
    height: 30px;
    bottom: 0;
    display: inline-block;
    z-index: 9;
}
.am5-layer-30{
  display: none;
}