/* fontawsome */
@import url("../../admin/css/all.css");

/* dataTables */
@import url("../../admin/css/dataTables.bootstrap5.min.css");

/* select2 css */
@import url("../../admin/css/select2.min.css");

/* venobox css */
@import url("../../admin/css/venobox.min.css");

/* bootstrep css */
@import url("../../admin/css/styles.css");

/* chart css */
@import url("../../admin/css/chart.css");

/* datepicker css */
@import url("../../admin/css/daterangepicker.min.css");

/* font link  */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&family=Style+Script&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

:root{
    --rs-main-color:#e5e5e5;
    --rs-primary-color:#07529B;
    --rs-second-color:#f33;
    --rs-font-color:#000;
    --rs-white-color:#fff;
    --rs-font-style:'Poppins', 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: 16px;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
/*    overflow-x: hidden !important;*/
}
.body-wrapper {
    overflow: hidden;
}
/* loader and scrollbar */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
}
#status {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: green;
    /*background-image: url('../../images/Loader.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/*scroll bar css**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #07529B;
}

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
  box-shadow: 0 0 5px 0px rgb(0 0 32 / 50%) !important;
  border-color: #bebebe;
  color: #000;
}
.form-control {
  padding: 10px 16px;
  /* color: #000; */
  border: 1px solid #a1a1a1;
}
.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: 43px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
}

.select2-container .select2-selection--single {
    height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}
.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: #07529B ;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    background: #07529B ;
    color: #fff;
    text-align: center;
}
.footer {
    position: fixed;
    margin: 0 auto;
    left: 270px;
    right: 0;
    z-index: 99;
    background: #07529B;
    box-shadow: 0 0 1px 0px #e4e4e4;
    bottom: 0;
    color: #fff;
}
.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;
}

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

.dasboard .left {
    width: calc(100%  - 100px );
    padding: 15px;
}

.dasboard .right {display: flex;align-items: end;justify-content: end;width: 100px;background: #07529B;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: #07529B;
}

.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: #07529B;
    padding: 25px 20px;
}

/*dashboard 3*/
.dasboard-3 {
    padding: 15px 15px;
    align-items: center;
    background: rgb(7 82 155);
    color: #fff;
    border-radius: 14px;
    /* background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #07529B, #00B4DB); */
    z-index: 1;
}
/* .dasboard-3:before {
    position: absolute;
    content: '';
    top: -50px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
} */
.draft {
  text-align: center;
  padding: 10px;
  background: #000000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.draft a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.draft {
  margin: 0;
}
.dasboard-3 {
    overflow: hidden;
}
.study_list.card-body {
  padding: 0;
}

.study_list.card-body {}

.study_list.card-body .view_pdf {
  position: relative;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.study_list.card-body .view_pdf .icon {
  width: 70px;
  text-align: center;
  color: #f00;
}

.study_list.card-body .view_pdf  .pdf_name {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.study_list.card-body .view_pdf .icon i {
  color: #f00;
  font-size: 32px;
}

.study_list.card-body .view_pdf .pdf_name a {
  color: #07529b;
  font-weight: 700;
}

.study_list.card-body .view_pdf .pdf_name  p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.study_list.card-body .view_pdf .pdf_name a.data_sm {
  margin-top: 0;
  display: table;
  width: auto;
  margin-left: auto;
  background: #07529b;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 3px 10px;
  border-color: #07529b;
}
.study_list.card-body .view_pdf .pdf_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.study_list.card-body .view_pdf .pdf_name  p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.pdf_name .right {
  text-align: right;
}
.pdf_name .right span {
  margin-bottom: 2px;
  display: inline-block;
}
.study_list.card-body .view_pdf .pdf_name a.data_sm {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 3px 10px;
}
.study_list.card-body .view_pdf .pdf_name span {
  /* position: absolute;
  top: 10px;
  right: 10px; */
  background: #00a65a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 5px;
}


.sidebar-link.active .fa-angle-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sidebar-link .fa-angle-down {
  position: absolute;
  right: 10px;
}
/* .dasboard-3:after {
    position: absolute;
    content: '';
    bottom: -120px;
    left: -20px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border-radius: 100%;
    opacity: 0.2;
    z-index: -1;
} */
.dasboard-3 h3 {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

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

.dasboard-3 .right span {
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #07529b;
}
.dasboard-4 {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 50px 0 0;
    background: rgb(63 166 240 / 10%);
}

.dasboard-4 h3 {
    color: #07529B;
}

.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: #07529B;
}
.daterange {
  background: #fff;
  cursor: pointer;
  padding: 9px 10px;
  border: 1px solid #c2c2c2;
  width: 100%;
  border-radius: 8px;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #07529B;
    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: #000000;
}

.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 {
  color: #000 !important;

}
table.dataTable td, table.dataTable th {
  font-size: 14px;
  text-align: center !important;
  padding: 10px 10px !important;
  vertical-align: middle;
}
.dataTables_scrollBody th, .dataTables_scrollBody th div {
  font-size: 14px !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 {
  display: flex;
  min-height: 100vh;
}

.bg_login .login_from, .bg_login .right_rs {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login_rs {
  background: #fff;
  box-shadow: 0px 4px 24px #5EBEFF0A;
  border: 1px solid #C9E5FF;
  border-radius: 32px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
}
.logo_login {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.login_rs h2 {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  color: #064A95;
}

.login_rs h3 {
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 800;
}

.login_rs p {
  text-align: center;
  padding-bottom: 20px;
  color: #A1A2A8;
}

.login_rs .form-label {
  color: #A1A2A8;
}

.login_rs .form-control {
  background: #E6F3FF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  height: 47px;
  border: 1px solid #E6F3FF;
}

.bg_login_1 {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07529B+0,fbba00+0,006cb5+53,fbba00+100 */
  /* background: linear-gradient(135deg,  rgba(0,108,181,1) 0%,rgba(251,186,0,1) 0%,rgba(0,108,181,1) 53%,rgba(251,186,0,1) 100%);  */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* .bg_login {
  background: #07529B;
}

.bg_login:before {
  position: absolute;
  content: '';
  background-image: url(../../assets/images/bg_white.png);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.login_rs h2, .login_rs h3 {
    text-align: center;
    padding-bottom: 20px;
}

.login_rs h3 {
    padding: 5px 0 15px;
}
.btn-primary:hover {
    background: #000000;
    border-color: #000000;
}
.login_in .btn {
  display: table;
  margin: 40px auto 0 !important;
}
/* .login_from:before, .login_from:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #07529B;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

.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 #000000;
}
.winner_name {
    font-size: 22px;
    color: #000000;
    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 {
    /* background-color: #fdebeb;
    border-right: 1px solid #fdebeb; */
    z-index: 1024;
    /* background-image:url("../images/bg.png"); */
    background-color: #ecf7ff;
}
.show-sidebar .left-sidebar .close-btn {
  right: -14px;
}
.left-sidebar .close-btn {
  position: absolute;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #07529B;
  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: #07529B;
    display: block;
    font-weight: 700;
}
.title_lucky h3 {
  font-family: 'Titan One', sans-serif;
  text-align: center;
  font-size: 32px;
  /* background: #FFFF00; */
  /* background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #ff9900 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: #000000;
}
.winner_show {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.winner_show .rank_img {
    width: 250px;
    height: 250px;
    position: relative;
}

.winner_show .rank_img img {
    width: 100%;
}



.winner_show .rank_img span {
    font-size: 160px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: self-end;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: calc(100% - 60px);
    color: #000000a12;
    font-family: 'Playfair Display', serif;
}
.winner_show .winner_detiles {
    width: calc(100% - 250px);
    padding: 0 25px;
}

.winner_show .winner_detiles h2 {
    font-family: 'Titan One', sans-serif;
    font-size: 42px;
    color: #000000a12;
}

.winner_show .winner_detiles p {
    margin: 0;
    font-size: 24px;
}
.winner_new {
    margin: 15px auto 0;
    max-width: 1000px;
    padding: 0;
    border-radius: 10px;
    border-radius: 75px;
}

.rank_t img {
    width: 100px;
    margin: 0 auto;
}

.rank_t {
    text-align: center;
    padding-bottom: 0;
}

.winner_detil {
    text-align: left;
}
.winner_name span {
    color: #000000000;
    font-size: 22px;
    font-family: 'Titan One', sans-serif;
}
.congratulations {
  text-align: center;
  padding: 10px 0;
  font-size: 64px;
  font-weight: 900;
  background: #FFB76B;
  background: linear-gradient(to right, #FFB76B 0%, #FFA73D 30%, #FF7C00 60%, #FF7F04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Style Script', cursive;
}
.winner_new, .view_animation {
  display: none; /* Hide all winner cards initially */
}
.view_animation.show{
    display:block;
}
.reset_bt {
  box-shadow: 0 0 0 1px #d28703 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #bd7901, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.logo_login {
  text-align: center;
  padding-bottom: 25px;
}

.logo_login img {
  width: 90px;
}
.btn {
  padding: 8px 15px;
}
/* .login_rs h3 {
  padding-bottom: 30px;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
} */

/* .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: 0;
  box-shadow: inset 0 0 0px 3px #000000;
}



.login_rs h3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  z-index: -1;
} */
.dasboard-3 .right i {
  color: #07529b;
}
.modal-title {
  color: #00385e;
}
.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: 40px;
  height: 22px;
  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: 18px;
  height: 18px;
  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: 20px;
}
.small_bt {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
}
.btn-outline-success.small_bt {
  background: rgb(0 63 12 / 10%);
  color: #003f0c;
  border-color: #003f0c;
}

.btn.btn-outline-success.small_bt:hover {
  background: #003f0c;
  color: #fff;
}
.answers_row h6 {
  background: #07529B;
  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: #000000;
  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 #07529B;
  border-radius: 8px;
  padding: 10px;
  max-width: 180px;
  margin: 0 auto 30px;
}
.input-group span svg path {

  stroke: #07529B;
}
.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;
}
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader1 {
  width: 70px;
  aspect-ratio: 1;
  color: #07529B;
  background: conic-gradient(currentColor 0 270deg,#0000 0);
  border-radius: 50%;
  animation: l14-0 4s infinite linear;
}
.loader1::before {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  border-top-left-radius: 100px;
  background: currentColor;
  animation: l14 0.5s infinite alternate;
}
@keyframes l14-0 {
    0%,24.99%  {transform: rotate(0deg)}
    25%,49.99% {transform: rotate(90deg)}
    50%,74.99% {transform: rotate(180deg)}
    75%,100%   {transform: rotate(270deg)}
}
@keyframes l14 {
    100%  {transform: translate(-10px,-10px)}
}
.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 #07529B;
  /*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: #07529B;
  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: #07529B;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {background-color: #000000;color: #fff;}

.daterangepicker td.in-range {
    background: rgb(251 186 0 / 10%);
}
.main_title {
  font-size: 22px;
  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: #07529B;
}

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

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

.login_from {
  width: 60%;
  background: white;
}
.container-login .bg_wrap svg {
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  height: 100%;
}


.offcanvas {
  width: 100% !important;
  max-width: 600px !important;
}
.answer_table table, .answer_table table th {
  text-align: center;
  vertical-align: middle;
}
.sign_dc .item {
  box-shadow: 0 0 4px 0px #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  border: 0px solid #e8e8e8;
  background: rgb(123 123 123 / 10%);
}

.sign_dc .item i {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  background: #07529b;
}

.sign_dc .item  .right_ct {
  width: calc(100% - 70px);
  padding-left: 10px;
  padding: 10px;
}

.sign_dc .item .right_ct p {
  margin: 0;
}

.sign_dc .item:nth-child(even) {
  background: rgb(7 82 155 / 20%);
}
.button_group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}

.button_group .btn, .button_group span {
  margin: 0 2px;
}
.card_link {
  font-weight: 600;
  color: #07529b;
}
.button_group span {
  font-size: 12px;
  padding: 5px;
}
.card_link:hover {
  color: #000;
}
.yellow{
  color: #ffae1f;
  font-size: 18px;
}
.green{
  color: #00730e;
  font-size: 18px;
}
.middle_ct {
  text-align: center;
}

.middle_ct p {
  margin: 5px 0;
  font-size: 16px;
  color: #5e5b5b;
}

.modal-body {
  border: 1px solid #f0f0f0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.modal-header {
  background: rgb(7 82 155 / 10%);
}
.red{
  color:red;
}
.pdf_row a {
  margin: 0 0 10px 0;
  display: flex;
  color: #000;
  font-size: 16px;
  align-items: center;
  background: #ededed;
  padding: 10px;
  border-radius: 0;
  border-bottom: 2px solid #b9b8b8;
}

.pdf_row a i {
  font-size: 30px;
  margin-right: 10px;
}

.pdf_row a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-dialog-scrollable .modal-body {
  overflow: auto;
  overflow-x: hidden;
}
.information_dr {
  text-align: center;
}

.user_icon {
  color: #ffffff;
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_icon i {
  font-size: 40px;
}
.dr_rs_detiles ul {
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}

.dr_rs_detiles ul li {
  width: calc(33.33% - 10px);
  padding: 10px 10px;
  border-left: 2px solid #07529b;
  margin-bottom: 20px;
  background: #f8f8f8;
  margin-right: 10px;
}

.dr_rs_detiles ul li b {
  display: block;
}

.dr_rs_detiles ul li a {
  color: #07529b;
}

.dr_rs_detiles ul li a:hover {
  color: #000;
}
.btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.btn-outline-primary {
  border: 1px solid #07529b !important;
  background-color: transparent;
  color: #07529b;
  position: relative;
}
button.btn.btn-outline-primary:hover {
  background: rgb(7 82 155 / 10%) !important;
  color: #07529b;
}
ul.study_list li {
  list-style: circle;
}

ul.study_list {
  padding-left: 35px;
}
.dow__cr {
  color: #000;
}
.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;
}
.track_houre_row table {
white-space: nowrap;
text-align: center;
color: #000;
}

.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: 2px 5px;
  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: 2px 5px;
  border-radius: 50px;
}
.back_btn  a {
  color: #07529b;
  font-weight: 600;
}

.back_btn a i {
  padding-right: 3px;
}

.back_btn a:hover {
  color: #000;
}
.header_top_select + .select2  span.selection span.select2-selection.select2-selection--single {
  background: #ecf7ff;
  border: 0;
  border-radius: 4px;
}
.back_arrow a {
  color: #000000;
  text-decoration: none;
}

.back_arrow a:hover {
  color: #09539c;
}
.modal-title ul {
  margin: 0;
}

.modal-title ul li {
  display: inline-block;
  padding-right: 10px;
}
.appr_reje button {
  border: 0;
}
.eye {
  color: #07529b;
  font-size: 18px;
}
.view_detile_pan {
  padding: 10px;
  margin: 15px 0 0;
  background: #ededed;
  border-radius: 0;
  text-align: left;
  border-left: 3px solid #00385e;
}
.loader_gif img {
  max-width: 100px;
}
.green.dark_green {
  color: #4BAF57;
}
.date_rm {
  background: rgb(7 82 155 / 3%);
  padding: 1px 3px;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #07529b;
  color: #07529b;
}
.pdf_row {
  padding-bottom: 10px;
}
.view_pdf {
  padding-top: 15px;
}
.text-bg-secondary {
  background: #0087d1 !important;
}

.text-bg-danger {
  background: #dc9800 !important;
}
.badge.text-bg-danger.red {
  background: red !important;
}
.study_list {
    max-height: 400px;
    overflow: auto;
    background: rgb(123 123 123 / 10%);
}
.header_title h4 {
    font-weight: 600;
}
.study_table {
    text-align: center;
    font-size: 14px;
    margin: 0;
    color: #000;
}

.study_table th {
    background: #07529B;
    color: #fff;
}
.study_table>tbody tr:nth-child(even) {
    background-color: #ececec !important;
}

.study_table>tbody tr:nth-child(even) {
    background-color: #ececec !important;
}
.dt-row {
    margin-bottom: 15px !important;
}
#study_data_wrapper input.form-control.form-control-sm {
    height: 30px;
}
.small_dow {
    background-color: transparent !important;
    color: #07529B !important;
}
.study_table.dataTable td, .study_table.dataTable th {
    padding: 7px !important;
}
table.fixedHeader-floating.no-footer {
    border-bottom-width: 0;
    z-index: 999;
  }
  table.fixedHeader-floating.no-footer th {
    font-size: 12px !important;
    padding: 14px 0 !important;
  }
  div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #07529b;
    color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button {padding: 7px 13px;font-size: 12px;}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: #07529b;
    border-color: #07529b;
}

button.dt-paging-button.disabled {
    background: #e4e6e7 !important;
}

span.ellipsis {
    background: #eaeff4;
    padding: 5px 10px !important;
    display: inline-block;
}


div.dt-container .dt-paging.paging_full_numbers .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #07529b !important;
    color: #fff !important;
    border-color: #07529b !important;
}

div.dt-container .dt-paging.paging_full_numbers .dt-paging-button:hover {
    background: #07529b !important;
    color: #fff !important;
    border-color: #07529b !important;
}


.custom_check span {    font-weight: 500;position: relative;display: inline-block;padding: 0 0 0 25px;margin-left: 5px;cursor: pointer;}

.custom_check input {
    display: none;
}

.custom_check span:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #064685;
    left: 0;
    top: 2px;
    border-radius: 4px;
}

.custom_check input:checked + span:before {
    color: #064685;
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 16px;
    font-size: 14px;
    padding: 0 1px;
}
.rej_btn {
  background: red;
  margin: 0 0 0 10px;
  padding: 5px 20px;
  border: 0;
}

.rej_btn:hover {
  background: #e10c0c;
}
.custom_check {
  background: rgb(7 82 155 / 10%);
  padding: 10px 15px;
  border-radius: 8px;
}
table>thead>tr>th, table>thead>tr>td {
    background: #07529B !important;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 5px !important;
}
table td, table td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 5px !important;
}
.modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 20px;
}
.letter_shadow_remove .rs_letter {
    max-width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.letter_shadow_remove {
    border: 0 !important;
}

.letter_shadow_remove .rs_letter .card {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    background: transparent !important ;
    color: #000 !important;
}


td.active.start-date.available, td.active.end-date.in-range.available {
    background: #07529B!important;
    color: #fff !important;
}

td.available.in-range {
    background: rgb(7 82 155 / 10%) !important;;
}



.budget_final {
    display: flex;
    align-items: center;
    border: 1px solid #07529b;
    border-radius: 8px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

.budget_final .left p {
    font-size: 16px;
    margin: 0;
    line-height: 11px;
    text-align: center;
    padding: 5px 0 5px;
}

.budget_final .left {
    padding: 0;
}

.budget_final .left span {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: #696969;
    width: 100%;
    background: #07529b;
    padding: 1px 20px;
    color: #fff;
}
.new_app_rs {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 13px;
    padding: 3px 9px;
}
.btn_green {
    background: #00a900;
    border-radius: 50px;
}
.btn_red {
    background: #ff2424;
    border-radius: 50px;
}
.budget_final.green_ct .left span {
    background: #14b0e3;
}
.budget_final.green_ct {
    border-color: #14b0e3;
}

/*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) { }
@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) {
  .login_rs {
    max-width: 420px;
}
 }
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: transparent;
        border: 0;
    }
    .container-login .bg_wrap {
      display: none;
  }

  .login_from {
      width: 100%;
  }

  .container-login {
      padding: 0 15px;
  }

  .login_from {
      padding: 40px 20px;
  }
 }
@media (max-width: 767.98px) {

.col-auto {
  margin: 0 0 5px 0;
}
.bg_login .login_from {
  width: 100%;
}

.bg_login {
  flex-wrap: wrap;
}

.bg_login .right_rs {
  display: none;
}

.login_rs h3 {
  font-size: 24px;
}

.login_rs h2 {
  font-size: 22px;
}
 }
@media (max-width: 575.98px) {
  .bg_login .login_from {
    padding: 0 15px;
}
 }
 input[readonly] {
    cursor: default;
    background-color: #e1e1e1 !important;
    color: #000 !important;
    border-color: #606060 !important;
}

.payment_completed {
    display: block;
    width: 100%;
    font-size: 22px;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
    color: #07529b;
}
.sign_img_show img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}


/**27-2-2025**/
.letter_shadow_remove .rs_letter {
    text-align: left !important;!i;!;!;
}

.letter_shadow_remove .rs_letter ul {
    text-align: left;
}

.letter_shadow_remove .rs_letter ul li {
    margin: 0 !important;!i;!;
    padding: 5px 0;
}

.letter_shadow_remove .rs_letter p, .letter_shadow_remove .rs_letter b {
    text-align: left;
    padding: 5px 0 !important;
}

.letter_shadow_remove .rs_letter li {
    list-style: none;
    text-align: left;
}

.letter_shadow_remove .rs_letter  br {
    display: none;
}
.notifyjs-corner
{
    z-index: 99999999 !important;
}

.checker.new_danger {
    background: red;
    display: table;
    margin: 0 auto;
    padding: 2px 6px;
    color: #fff;
    border-radius: 50px;
    white-space: nowrap;
    font-size: 12px;
}
.activity_status {
    white-space: nowrap;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50px;
}

.assign {
    background: #e0e000;
    color: #000;
}
.document_verified {
    background: orange;
    color: #000;
}
.sop_report_generated {
    background: #00ffd7;
}
.payment_completed {
    background: green;
    color: #fff;
}
.compliance_verified {
    background: orange;
    color: #fff;
}
.compliance_rejected{
    background: #ff4c4c;
    color: #fff;
}
.document_verification_pending {
    background: #ffd37b;
}
.deleted {
    background: red;
}
.space_table th, .space_table td {
    padding: 10px 5px !important;
}
/**25-4-2025***/
.timeline-item {
  padding: 15px 0px 10px 0;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
.timeline-item:last-child {
  border: 0;
}
.timeline {
  padding-left: 45px;
  margin: 0;
  position: relative;
}

.timeline-event-time {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.timeline-event-time i {
  padding-right: 5px;
}

.badge-light-primary {
  background: rgb(7 82 155 / 20%);
  font-size: 12px;
  padding: 3px 10px;
  color: #07529b;
  font-weight: 600;
}

.view_role_rs {
  color: #07529b;
  margin-left: 5px;
  font-size: 14px;
}
.timeline:before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 85px);
    background: #bfbfbf;
    left: 0;
    top: 24px;
    bottom: 0;
    margin: 0 auto;
}


.timeline-item:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #bfbfbf;
    left: -44px;
    top: 24px;
    bottom: 0;
    margin: 0 auto;
}

.timeline-item:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ffffff;
    left: -30px;
    top: 20.9px;
    bottom: 0;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 0 0px 4px #07529B;
}

.finance_quarter {
    width: 30%;
}
