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

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

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

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

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

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

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

/* font link  */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Onest:wght@100..900&display=swap');

:root{
    --rs-main-color:#e5e5e5;
    --rs-primary-color:#202123;
    --rs-second-color:#f33;
    --rs-font-color:#000;
    --rs-white-color:#fff;
    --rs-font-style: "Onest", sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
/**user-selext-content**/
::-moz-selection { /* Code for Firefox */
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

::selection {
  color: var(--rs-white-color);
  background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body{
    /*-webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
    background:#f6f6f6 ;
    /*    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: #202123;
}

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

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
  box-shadow: 0 0 5px 0px rgb(135 189 67 / 30%) !important;
  border-color: #1354bc;
  color: #000;
}
.form-control {
  padding: 8px 16px;
  color: #000;
  border: 1px solid #E7E7E7;
}
.login_in .form-control {
  padding: 10px 16px;
}
.form-label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 35px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

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

table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 5px 3px !important;
    background: #1354bc;
}
.footer {
    position: fixed;
    margin: 0 auto;
    left: 220px;
    right: 0;
    z-index: 99;
    background: #1354bc;
    box-shadow: 0 0 1px 0px #e4e4e4;
    bottom: 0;
    color: #fff;
}
.left-sidebar .scroll-sidebar {
    overflow-y: auto;
    padding: 10px 0px 0;
    height: calc(100vh - 70px);
    border-radius: 0;
}
#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-lg, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-md, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-sm, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xl, #main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xxl {
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 75px;
}

/**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 4px 1px #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: #010101;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: #010101;
}

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

/*dashboard 3*/
.dasboard-3 {
    padding: 10px;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 4px;
    background: #ffffff;
    /* background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #010101, #00B4DB); */
    z-index: 1;
}
.dasboard-3:before {
    position: absolute;
    content: '';
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    background: #1354bc;
    border-radius: 100%;
    opacity: 0.1;
    z-index: -1;
}

.dasboard-3 {
    overflow: hidden;
}

.dasboard-3:after {
    position: absolute;
    content: '';
    bottom: -60px;
    left: -40px;
    width: 80px;
    height: 80px;
    background: #202123;
    border-radius: 100%;
    opacity: 0.1;
    z-index: -1;
}
.dasboard-3 h3 {
    color: #1354bc;
    font-weight: 800;
    margin: 0;
    font-size: 18px;
}

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

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

.dasboard-4 h3 {
    color: #010101;
}

.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: 4px;
    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 {
  background: #ffffff;
  box-shadow: 0px 3px 6px #E5F6FF29;
}
.daterange {
  background: #fff;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 4px;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #1354bc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 0 0px 2px #fff;
    font-size: 14px;
    font-weight: 500;
}

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

.nav-icon-hover:hover:before {
    background: transparent;
}
table.dataTable thead>tr>th, table.dataTable thead>tr>th {
    padding: 7px 7px !important;
    text-align: center !important;
    background: #1354bc;
    color: #fff;
}

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: 13px;
  text-align: center !important;
  padding: 7px 7px !important;
  vertical-align: middle;
  white-space: nowrap;
}
.dataTables_scrollBody th, .dataTables_scrollBody th div {
  font-size: 13px !important;
  height: auto !important;
}
.dataTables_scrollHeadInner {
  display: none;
}
div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 15px;
}
table.dataTable>tbody>tr:hover {
    background: #f6f6f6;
}
.bg_login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}

.login_from {
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 2px 1px #f2f2f2;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width:100%;
}

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

.login_rs h3 {
    padding: 15px 0;
}

/* .login_from:before, .login_from:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #010101;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

.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 #010101;
}
.winner_name {
    font-size: 22px;
    color: #010101;
    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: 4px;
    /* 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/leftbar.png"); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(255 255 255);
}
.show-sidebar .left-sidebar .close-btn {  
  right: -14px;
}
.left-sidebar .close-btn {
  position: absolute;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #010101;
  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: #010101;
    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: #010101;
}
.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: #010101a12;
    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: #010101a12;
}

.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: #010101000;
    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);
}
.winner_detil h2 {
  font-weight: 700;
  color: #ff9900;
  font-size: 36px;
}

.winner_detil p {
  font-weight: 600;
}
.winner_new {position: relative;z-index: 1;}

.winner_new:before {
  position: absolute;
  /* content: ''; */
  width: 100%;
  height: 100%;
  background-image: url(../images/winner-bg.png);
  top: 0;
  left: 0;
  background-position: center;
  z-index: -1;
  opacity: 0.03;
  background-size: cover;
}
.winner_name_dec {
  display: flex;
  flex-wrap: wrap;
  border-radius: 100%;
  z-index: 1;
  position: relative;
  justify-content: center;
}

.winner_name_dec .right:before {
  background-image: url(../images/winner-bg.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-position: center;
  opacity: 0.03;
}
.winner_name_dec .right {
    position: relative;
}

.winner_name_dec .rank_t {
  width: 150px;
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0px 9px #ffae1f;
  border-radius: 100%;
}

.winner_name {
  padding: 0 15px;
  width: 150px;
  text-align: center;
}

.winner_name .rank_name {
  display: block;
}

.winner_detil {
  padding: 0 15px;
}
.winner_name_dec .right {
  width: calc(100% - 150px);
  display: flex;
  margin-left: auto;
  align-items: center;
  background: white;
  box-shadow: 0 0 30px #e5e5e5;
  border-radius: 0px 90px 90px 0px;
  z-index: -1;
  margin-left: -50px;
  overflow: hidden;
  padding-left: 60px;
}
.winner_new {
  display: none;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}

.winner_new.buzzer-active {
  animation: fadeInUp 1s ease-in-out forwards;
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo_login {
  text-align: center;
  padding-bottom: 25px;
}

.logo_login img {
  width: 200px;
}
.btn {
  padding: 5px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.login_rs h3 {
  padding-bottom: 20px;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #202123;
  font-weight: 700;
  margin-bottom: 0;
}

/* .login_rs h3:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #ffffff;
  bottom: 0;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: inset 0 0 0px 3px #010101;
}



.login_rs h3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #010101;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  z-index: -1;
} */
.dasboard-3 .right i {
  color: #ffffff;
}
.modal-title {
  color: #010101;
}
.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: 25px;
  height: 25px;
  padding: 0;
  border-radius: 4px;
  /* background: #d0e4f4;
  color: #010101; */
  font-size: 12px;
  margin: 0;
}
.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: #010101;
  color: #fff;
  font-size: 16px;
  padding: 15px 15px 15px 35px;
  margin: 0 15px;
  border-radius: 4px;
  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: #010101;
  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 #010101;
  border-radius: 4px;
  padding: 10px;
  max-width: 180px;
  margin: 0 auto 30px;
}
.input-group span svg path {
  
  stroke: #010101;
}
.qr_code img {
  width: 100%;
}
.input-group-text {
  border: 1px solid #202123;
  cursor: pointer;
  background: #202123;
  color: #fff;
}
/* HTML: <div class="loader"></div> */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader1 {
  width: 60px;
  height: 60px;
  display: flex;
  color: #010101;
  --c:#0000 calc(100% - 20px),currentColor calc(100% - 19px) 98%,#0000;
  background:
    radial-gradient(farthest-side at left,var(--c)) right /50% 100%,
    radial-gradient(farthest-side at top ,var(--c)) bottom/100% 50%;
  background-repeat: no-repeat;
  animation: l18-0 2s infinite linear .25s;
}
.loader1::before{
  content:"";
  width:50%;
  height: 50%;
  background:radial-gradient(farthest-side at bottom right,var(--c));
  animation: l18-1 .5s infinite linear;
}
@keyframes l18-0 {
  0%   ,12.49% {transform: rotate(0deg)}
  12.5%,37.49% {transform: rotate(90deg)}
  37.5%,62.49% {transform: rotate(180deg)}
  62.5%,87.49% {transform: rotate(270deg)}
  87.5%,100%   {transform: rotate(360deg)}
}
@keyframes l18-1 {
  0%      {transform: perspective(150px) rotateY(0)      rotate(0)} 
  50%     {transform: perspective(150px) rotateY(180deg) rotate(0)} 
  80%,100%{transform: perspective(150px) rotateY(180deg) rotate(90deg)}
}
.que_user {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: rgb(168 168 168 / 10%);
  padding: 15px;
  border-radius: 8px 8px 0px 0;
  border-bottom: 3px solid #010101;
  /*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: #010101;
  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: #010101;
}
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #1354bc;
  color: #ffffff;
}

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

.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: #010101;
  position: relative;
}

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

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background: #202123;
  color: #ffffff;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  color: #010101;
  border-radius: 0;
}
.white_table {
  margin: 10px auto 0;
  background: #ffffff;
  box-shadow: 0px 0px 12px #adadad33;
  border-radius: 4px;
  padding: 10px;
}
.white_table1 {
  margin: 10px auto 0;
  background: rgb(255 255 255) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #adadad33;
  border-radius: 4px;
  padding: 10px;
  border-bottom: 3px solid #202123;
}
.pending, .checker.new_checker, .timer.new_pending {
  font-size: 12px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  }
  
  .pending i, .checker.new_checker i, .timer.new_pending i {
  font-size: 12px;
  }
  
  
  .new_inprocess {
    background: #07529b;
    font-size: 12px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
  }
  .checker.new_checker {
    background: #3ABC2F;
  }
  .timer.new_pending {
    background: #F49B06;
  }
  .checker.new_checker, .timer.new_pending {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 50px;
  }
  .badge {
    vertical-align: middle;
}
.sidebar-link .fa-angle-down {
  position: absolute;
  right: 10px;
}
.dot {
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50px;
  animation: loading 1s infinite alternate;
  margin: 0 3px;
}

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

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

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

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

@keyframes loading {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(5px);
  }
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #010101 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #010101 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.app-header .navbar {
  min-height: 60px;
}
.login_in .btn {
  padding: 10px 10px;
}
.active>.page-link {
  background: #1354bc;
  color: #fff;
  border-bottom: 2px solid #1354bc;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link {
  background: transparent;
  border: 1px solid #1354bc !important;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.page-item {
  width: 30px;
  margin: 0 3px;
  height: 30px;
}
#particles-js {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.list_view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

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

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

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

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

.Review_Pending {
  color: #07529b;
  font-weight: 600;
}
.rs_login_bg img {
  width: 100%;
  border-radius: 20px;
}
.login_rs {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 0;
}
.btn-primary {
  background: #202123;
  border: 1px solid #202123;
}
.btn-primary:hover {
  background: #1354bc;
  border: 1px solid #1354bc;
}
.login_rs p {
  text-align: center;
  font-weight: 500;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.rs_forgot {
  font-weight: 600;
  color: #202123;
  display: table;
  margin-left: auto;
}
.dataTables_scroll thead {
  background: #202123;
}
.btn_search {
  background: #CBFFD3;
  border: 1px solid #2EBF46;
  color: #2EBF46;
}

.btn_close {
  background: #FFDBDB;
  border: 1px solid #FF7171;
  color:  #FF7171;
}
.btn_search:hover {
  background: #2EBF46;
  border: 1px solid #2EBF46;
  color: #fff;
}

.btn_close:hover {
  background: #FF7171;
  border: 1px solid #FF7171;
  color:  #fff;
}
.rs_white_box {
  border-radius: 14px;
  padding: 15px 20px;
  min-width: auto;
  margin-bottom: 15px;
}

.rs_white_box span {
  padding: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  border-radius: 4px;
}

.rs_white_box span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.rs_white_box p {
  margin: 0;
  color: #707070;
  font-weight: 600;
}

.green_rs {  background: #DCFCE7;}
.green_rs span {  background: #ACF3C4;}

.red_rs {  background: #FFE2E6;}
.red_rs span {  background: #FFC7CE;}

.yellow_rs {  background: #FFF4DE;}
.yellow_rs span {  background: #FFE6B5;}

.puprle_rs {  background: #F4E8FF;}
.puprle_rs span {  background: #E9D1FF;}

.blue_rs {background: #E8F4FF;}
.blue_rs span {background: rgb(42 128 209 / 17%);}

.rs_white_box.bottle_rs {
  display: flex;
  background-color: #D4FFFB;
  background-image: url(../images/good_admin.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}


.green_bg_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* .green_bg_icon .left {
  width: 50%;
}

.green_bg_icon .right {
  width: 30%;
} */

.green_bg_icon .right img {width: 130px;}

.green_bg_icon .left p {
  color: #000;
}
#chartdiv {
  width: 100%;
  height: 420px;
  background-color:block;
}
#chartdiv1 {
  width: 100%;
  height: 500px;
  background-color:block;
}
.sidebar-nav ul .sidebar-item .sidebar-link span {
  width: 20px;
  fill: #000;
}

.sidebar-nav ul .sidebar-item>.sidebar-link.active span, .sidebar-nav ul .sidebar-item>.sidebar-link:hover span {
  fill: #fff;
}
.rs_btn {
  border: 0;
  margin: 0 5px;
  background: #454545;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs_btn:hover {
  color: #fff;
  background: #1354bc;
}
.rs_btn img {
  height: 20px;
  object-fit: contain;
}


.rs_border_btn {
  border: 1px solid #068b75;
  border-radius: 4px;
  padding: 5px;
  color: #068b75;
  white-space: nowrap;
  background: transparent;
}

.rs_border_btn img {
  height: 20px;
}

.rs_border_btn span {
  margin: 0 0 0 5px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  margin: 10px 5px 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border: 1px solid #1354bc;
  border-radius: 50%;
  background: transparent;
  color: #1354bc;
}

.page-link.active {
  border-bottom: 2px solid #058a74;
}
.page-link {
  border-bottom: 2px solid #ffffff;
  border: 0;
}
.btn-close {
  background: rgb(70 90 99 / 20%);
  font-size: 18px;
  line-height: 0;
  color: #202123;
}

.btn-close:hover {
  background: #202123;
  color: #fff;
}

.modal-header {border-bottom: 1px solid #202123;}
.rs_upload_img {
  border: 1px dashed #AAABAE;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  background: #f4f4f4;
  box-shadow: inset 0 0 0px 6px #ffffff;
  position: relative;
}

.rs_upload_img img {
  width: 80px;
}

.rs_upload_img p {
  margin: 0;
  color: #757575;
}

.rs_upload_img h5 {
  margin: 0;
  padding: 5px 0;
  color: #141414;
}
.rs_upload_img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rs_upload_new {
  display: flex;
  align-items: center;
}

.rs_upload_new .left {padding: 5px 10px;margin-right: 15px;border: 1px solid #DEDEDE;border-radius: 4px;}

.rs_upload_new .left img {
  height: 24px;
}
.rs_upload_new .right .btn {
    position: relative;
}

.rs_upload_new .right .btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.fer_title {
  padding: 10px 0;
  border-bottom: 1px solid #81c7bb;
  margin-bottom: 15px;
}

.grey_br {
  border: 1px solid #DEDEDE;
  padding: 15px;
  border-radius: 4px;
}
.leval_map .grey_br {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 15px;
}

.leval_map .grey_br .left {
  width: 150px;
  display: flex;
  align-items: center;
}

.leval_map .grey_br .left p {
  margin: 0;
  font-size: 18px;
  color: #beded9;
  padding-right: 10px;
  display: flex;
}

.leval_map .grey_br .left span {
  background: transparent linear-gradient(111deg, #DCEEEB 0%, #DDECEA 100%) 0% 0% no-repeat padding-box;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.leval_map .grey_br .right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #818181;
}

.leval_map .grey_br .midddle {
  width: calc(100% - 190px);
  padding: 0 15px;
}
.title_v {
  display: flex;
  font-weight: 600;
}

.title_v p.first {
  width: 180px;
}

.title_v p.second {
  width: calc(100% - 180px);
}

.title_v p {
  margin: 0 0 8px;
}
.hire_view {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
  z-index: 1;
}

.hire_view span {
  background: transparent linear-gradient(117deg, #DCEEEB 0%, #DDECEA 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  width: 150px;
  justify-content: left;
  font-weight: 600;
  padding: 10px 10px;
}

.hire_view p {
  margin: 0;
  padding: 0 20px;
  background: #ffffff;
}

.leval_design .hire_view:first-child {
  padding-left: 10%;
}
.leval_design .hire_view:nth-child(2) {
  padding-left: 15%;
}
.leval_design .hire_view:nth-child(3) {
  padding-left: 20%;
}
.leval_design .hire_view:nth-child(4) {
  padding-left: 25%;
}
.leval_design .hire_view:nth-child(5) {
  padding-left: 30%;
}
.leval_design .hire_view:nth-child(6) {
  padding-left: 35%;
}
.leval_design .hire_view:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 2px;
  background: #DCEEEB;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.leval_design .hire_view:after {
  position: absolute;
  content: '';
  width: 60%;
  height: 2px;
  background: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.leval_design {
  position: relative;
}

.leval_design:before {
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 79px);
  background: #DCEEEB;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.main_dis_rs {
  width: 20%;
}
.pink_rs span {
  background:#FFC4EF;
}
.pink_rs {
  background: #FFDEF6;
}

.orange_rs {background: #FFDFD5;}
.orange_rs span {background: #FFC9B8;}
.rs_white_box.division_rs {
  display: flex;
  background-color: #D19CFF;
  background-image: url(../images/division_admin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs_white_box.division_rs h3, .rs_white_box.division_rs p {
  color: #fff;
}
.division_rs_admin .main_dis_rs {
  width: 16.66%;
}
table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: inset 0 0 0 9999px rgb(33 57 113 / 10%);
}
.dc_btn {
  background: #E0F1EE 0% 0% no-repeat padding-box;
  border: 1px solid #74BAAF;
  border-radius: 28px;
  color: #058b75;
  padding: 2px 10px;
  margin: 0 3px;
}
.rs_border_btn_br {
  background: #E0F1EE 0% 0% no-repeat padding-box;
  border: 0;
  border-radius: 28px;
  color: #058b75;
  padding: 4px 14px;
  margin: 0 3px;
}
.status_green span {
  background: #CBFFD3;
  border: 1px solid #2EBF46;
  color: #2EBF46;
  padding: 2px 10px;
  border-radius: 50px;
  font-weight: 600;
}

.status_red span {
  background: #FFDBDB;
  border: 1px solid #FF7171;
  color: #FF7171;
  padding: 2px 10px;
  border-radius: 50px;
  font-weight: 600;
}


ul.tabs{
  margin: 0px 0 0 auto;
  padding: 3px;
  border-radius: 5px;
  background: #fff;
  display: table;
  border: 1px solid #cacaca;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 1.5px solid #ffffff;
  font-weight: 500;
}

ul.tabs li.current{
  background: rgb(4 137 115 / 20%);
  color: #048973;
  border: 1.5px solid #048973;
}

.tab-content{
  display: none;
  background: transparent;
  padding: 20px 0 0;
}

.tab-content.current{
  display: inherit;
}
.br_rs_shadow {
  border: 1px solid #DEDEDE;
  border-radius: 12px;
  padding: 15px;
}

.br_rs_shadow p {
  margin: 0;
  padding: 15px 0 0;
  color: #141414;
}

.br_rs_shadow .main_title {
  font-size: 18px;
}
hr {border-top-color: #b9b9b9;}
.fixed_color {
  position: fixed;
  top: 50%;
  right: -80px;
  z-index: 1024;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 500ms ease-in-out;
}

.fixed_color span {
  writing-mode: tb-rl;
  background: #000;
  padding: 10px 10px;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
}
.fixed_color.main {
  right: 0;
}

.fixed_color a {
  background: #f8f8f8;
  text-align: center;
  display: block;
  padding: 2px 10px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

.fixed_color ul {
  padding: 0 10px;
}

.fixed_color ul li {
  padding: 5px 0;
}
.white_table1 h5 {
  background: rgb(143 143 143 / 10%);
  text-align: left;
  color: #202123;
  padding: 8px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-left: 3px solid #202123;
  font-size: 15px;
}

/* .notes p {
  background: rgb(248 248 248);
  padding: 5px;
  border-bottom: 2px solid #202123;
} */
.leave_app {
  display: block;
  max-height: calc(100vh - 400px);
  overflow: auto;
}

.emplyee_name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 3px solid #cdcdcd;
  padding: 10px 10px;
  background: rgb(255 255 255);
  margin-bottom: 15px;
  justify-content: space-between;
  box-shadow: 0 0 15px 2px #ececec;
}

.emplyee_name .right {
  width: 120px;
  text-align: end;
}

.emplyee_name .left {
  width: calc(100% - 110px);
  padding-right: 10px;
}

.emplyee_name .right .btn {
  margin: 1px;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 8px;
}
  

.text_primary {
  color: #1354bc;
}
.title_add {
  padding: 15px 0;
}
.profile_pic {
  display: flex;
  flex-wrap: wrap;
}

.profile_pic img, .profile_pic i {
  width: 50px;
  height: 39px;
  object-fit: contain;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202123;
  font-size: 20px;
}

.profile_pic .input-group {
  width: calc(100% - 50px);
  padding-right: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.title_add h4 {
  border-bottom: 3px solid #202123;
  margin: 0;
  padding: 10px 40px 10px 10px;
  background: rgb(32 33 35 / 10%);
  display: inline-block;
  border-radius: 0 40px 50px 0px;
  font-size: 18px;
  color: #202123;
}
.white_shadow_rs {
  padding: 10px 10px;
  align-items: center;
  background: #fff;
  color: #fff;
  border-radius: 4px;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0 0 2px 0px #d6d6d6;
  margin-bottom: 22px;
  border-bottom: 3px solid #202123;
}

.white_shadow_rs h2 {
  margin: 0;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  letter-spacing: 0.4px;
}

.events_bar ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.events_bar {
  padding: 15px 0 0 0;
}

.events_bar ul li span {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 50px;
  font-size: 14px;
  margin: 0 auto;
}


.profile_pic_rs {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}

.img_rs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.img_rs {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* overflow: hidden; */
  text-align: center;
}

.profile_pic_rs input[type="file"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.profile_pic_rs i {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background:rgb(19 84 188 / 50%);
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
  pointer-events: none;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.profile_pic_rs:hover i {
  opacity: 0;
}
.profile_pic_rs.profile_edit:hover i {
  opacity: 1;
}
.show-sidebar .footer {
  left: 0;
 }
 .text-bg-success {
  background: #00a500 !important;
}
.btn-success {
  background: #00a500 !important;
  border-color: #00a500;
}
.btn-success:hover {
  background: #038803 !important;
  border-color: #038803;
}
.emp_name {
  font-size: 16px;
  color: #202123;
  font-weight: 600;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
}
.emplyee_name .left p {
  margin: 0;
  word-wrap: break-word;
}
.btn-outline-success {
  color: #007801;
  border-color: #007801;
}

.btn-outline-success:hover {
  background: #007801;
  border-color: #007801;
}
.app_toggle {
  position: relative;
  display: table;
  margin: 0 auto;
}
.app_toggle:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 6px;
    height: 14px;
    z-index: 2;
    transform: rotate(45deg);
    top: 3px;
    left: 12px;
}
.app_toggle:after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â';
    position: absolute;
    top: 0;
    left: 31px;
    z-index: 2;
    line-height: 25px;
    font-size: 26px;
    color: #ffffff;
}
.app_toggle input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.app_toggle label {
  position: relative;
  display: flex;
  align-items: center;
}
.app_toggle label:before {
  content: '';
  width: 50px;
  height: 22px;
  box-shadow: 0 0 1px 2px #0001;
  background: #ff0000;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.2s ease-in;
}
.app_toggle label:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 0px;
  top: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 5px #0002;
  transition: 0.2s ease-in;
}
.app_toggle input[type="checkbox"]:hover + label:after {
  box-shadow: 0 2px 15px 0 #0002, 0 3px 8px 0 #0001;
}
.app_toggle input[type="checkbox"]:checked + label:before {
    transition: 0.1s 0.2s ease-in;
    background: #4BD865;
}
.app_toggle input[type="checkbox"]:checked + label:after {
  left: 27px;
}
.text-bg-pink {
  background: #da00ff;
}

.text-bg-blue {
  background: #0031ff ;
}
.rs_img {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9100ff;
  border-radius: 4px;
  color: #9100ff !important;
}
.upload_file {
  position: relative;
  cursor: pointer;
}

.upload_file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.text-bg-primary {
  background-color: #8f2af0 !important;
}
.com {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.com i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
}

.quaction.com i {
  background: #0600ff;
}

.answer.com i {
  background: green;
}

.quaction.com p {
  color: #000000;
  background: #ededed;
  padding: 5px 10px;
  border-radius: 4px;
}

.answer.com p {
  color: #ffffff;
  background: #008000;
  padding: 5px 10px;
  border-radius: 4px;
}
.text-bg-success.app {
  background: rgb(0 128 0 / 20%) !important;
  color: green !important;
  white-space: nowrap;
  display: table;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 50px;
  width: auto;
  font-size: 12px;
}

.text-bg-danger.rej {
  background: rgb(250 137 107 / 40%) !important;
  color: #ff3500 !important;
  white-space: nowrap;
  display: table;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 50px;
  width: auto;
  font-size: 12px;
}

.badge {
  font-size: 12px;
  padding: 5px 5px;
  white-space: nowrap;
  display: table;
  border-radius: 4px;
  margin: 0 auto;
}
.text-success {
  color: green !important;
}

.text-danger {
  color: red !important;
}
.leave_app .badge {
  display: inline-block;
}
.custom_table_rs th {
    background: #202123;
    text-align: center;
    color: #fff;
}

.custom_table_rs th.month {
    background: #1354bc;
}

.custom_table_rs {
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0 0;
}

.custom_table_rs td {
  text-align: center;
}
.custom_table_rs table {
    margin: 0;
}
.events_bar ul li p {
  color: #000;
  /* font-size: 12px; */
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 0 5px;
  margin: 0;
  text-align: center;
}

.events_bar ul li {
  padding: 0 5px 15px;
  width: 25%;
}

.events_bar ul {
  margin: 0 -15px;
}



.evente_detiles ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0;
}

.evente_detiles ul li {
  width: 50%;
  padding: 0 5px 10px;
}

.evente_detiles ul li span {
  display: block;
  text-align: center;
  padding: 4px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.evente_detiles ul li span img {
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}
.upcoming {
  background: #1A88F1 !important;
  color: #fff;
}

.leave {
  background: #8d8a00 !important;
  color: #fff;
}
.anniversary1 {
  background: #ff9b00 !important;
  color: #fff;
}

.birthday {
  background: #AA51FB!important;
  color: #fff;
}

.anniversary {background: #FE68E5!important;
  color: #fff;}


.custom_table_rs td li {
    position: relative;
    width: auto;
    padding: 00 4.3px;
}
.custom_table_rs td {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 15px 0;
}
ul.fot_view {
  position: absolute;
  bottom: 10px;
  left: -7px;
  right: 0;
  display: flex;
  height: auto;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
ul.fot_view li:before {
    position: absolute;
    top: 0;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
}
.cal_upcoming::before {
  background: #1a88f1;
}

.cal_leave:before {
  background: #ff0000;
}

.cal_birthday:before {
  background: #aa51fb;
}

.cal_anniversary:before {
  background: #fe68e5;
}
.active_date span {
  background: #202123;
  color: #ffffff;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.all_events_parts h3 {
  padding: 5px 0px 5px 0px;
  font-size: 15px;
  margin: 10px 0 0;
  border-bottom: 1px solid rgb(225 225 225);
  color: #202123;
}
.emp_id span {
  background: rgb(70 90 99 / 10%);
  padding: 6px 14px;
  display: table;
  color: #202123;
  font-size: 16px;
  border-radius: 4px;
  margin-left: auto;
  border: 1px solid #202123;
}

.emp_id span i {
  padding-right: 5px;
}
.btn-sm-cutom {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 2px;
  font-size: 12px;
  border-radius: 4px;
}
.text-primary {
  color: #202123 !important;
}
.Leave_bal {
  padding: 15px 0;
}

.Leave_bal li {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0 0 10px;
  /* width: 50%; */
}

.Leave_bal li span {
  font-size: 16px;
  width: auto;
  font-weight: 400;
}

.Leave_bal li span .badge {
  width: auto;
  margin: 0 0 0 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.Leave_bal ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.custom_table th {
  background: #202123;
  color: #fff;
}

.custom_table td {
  text-align: center;
  vertical-align: middle;
}
.radio-container span {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}

.radio-container span:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #202123;
  border-radius: 50px;
  inset: 0;
}

.radio-container input {
  display: none;
}

.radio-container input:checked + span:before {
  background: #202123;
  box-shadow: inset 0 0 0px 4px #ffffff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
  min-height: 39px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #202123;
  color: #fff;
  border: 0;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background: #f29f24;
  color: #fff;
  border: 0;
}
.new_select.form-control {
  background: #ffffff;
  appearance: auto;
  text-align: left;
  padding: 4px 5px;
  width: auto !important;
  margin: 0 auto;
  border-color: #202123;
}
.rs_btn:nth-child(even) {
  background: #1354bc;
}
.rs_btn:hover:nth-child(even) {
  background: #454545;
}
.single_date .form-control {
  background: #fff;
  /* padding-right: 35px; */
  cursor: pointer;
}

.single_date .form-control:disabled {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
}

.single_date.password_reset i {
  pointer-events: inherit;
}

.single_date.password_reset .btn {
  border: 0 !important;
  padding: 0 !important;
}

.single_date {
  position: relative;
  cursor: pointer;
}

.single_date i {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #7e7e7e;
  pointer-events: none;
}
.events_bar ul li span span {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-weight: 500;
}

.events_bar ul li span b {
  font-size: 11px;
  line-height: 0;
}

.events_bar ul li span {
  position: relative;
}

.events_bar ul li span b {
  position: absolute;
  bottom: 12px;
  font-weight: 500;
}
.events_bar ul li p.Half {
      font-weight: 500;
    display: table;
    margin: 0 auto;
    background: #efefef;
    padding: 2px 7px;
    color: #000000;
    border-radius: 4px;
}

.events_bar ul li p.full {
  padding: 0;
  font-weight: 500;
  display: table;
  margin: 0 auto;
  background: #dedede;
  padding: 2px 7px;
  color: #000000;
  border-radius: 4px;
}
.leave_table th {
  background: #454545;
  color: #fff;
}

.leave_table {
  text-align: center;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}
.edit_input {
  width: 50px !important;
  border: 0;
  text-align: center;
  display: inline-block;
  padding: 7px 0px;
  border-radius: 4px;
}
/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) { ... }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) { 
  .show-sidebar .left-sidebar {
    transform: translateX(-270px);
}
}
@media (min-width: 1200.98px) { ... }

/*max-devices-media-query*/

@media (max-width: 1499.98px) { 
  .login_from {
    width: 100%;
    max-width: 1100px;
}
 }
@media (max-width: 1199.98px) { 

.footer {
    left: 0px;
}

}
@media (max-width: 1024.98px) { ... }
@media (max-width: 991.98px) { 
    .navbar-collapse {
        background: transparent;
        border: 0;
    }
    .container-login .bg_wrap {
      display: none;
  }
  
  .login_from {
      width: 100%;
  }
  
  .container-login {
      padding: 0 15px;
  }
  
  .login_from {
      padding: 40px 20px;
  }
  .main_dis_rs, .division_rs_admin .main_dis_rs {
    width: 50%;
}
 }
@media (max-width: 767.98px) { 
  .winner_name_dec .right {
    flex-wrap: wrap;
}

.winner_name .rank_name {
    display: inline-block;
}
 }
@media (max-width: 575.98px) { 
  .winner_name_dec .right {
    width: 100%;
    margin: -30px 0 0  0;
    padding: 50px 0 20px;
    border-radius: 4px;
}

.winner_name {
    width: 100%;
}
.main_dis_rs, .division_rs_admin .main_dis_rs {
  width: 100%;
}
.winner_detil {
    text-align: center;
    width: 100%;
    border-radius: 0;
}
 }


 a[data-color="green"].active {
  background-color: green; 
  color: #fff;
}

a[data-color="black"].active {
  background-color:#333333; 
  color: #fff;
}

a[data-color="pink"].active {
  background-color:#333333; 
  color: #fff;
}

 /***Black***/
 .black .btn-primary {
  background: #333333;
  border-color: #333333;
}

.black  .modal-header,
.black .rs_border_btn {
  border-color: #333333;
}
.black .rs_border_btn{
  color: #333333;
}
.black .rs_border_btn img {
  mix-blend-mode: luminosity;
}
.black  .btn-close {
  background: rgb(51 51 51 / 20%);
  font-size: 18px;
  line-height: 0;
  color: #333333;
}
.black .sidebar-nav ul .sidebar-item.selected>.sidebar-link, 
.black .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, 
.black .sidebar-nav ul .sidebar-item>.sidebar-link.active,
.black .footer,
.black .dataTables_scroll thead,
.black .app-header .navbar .navbar-nav .nav-item .nav-link,
.black .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #333333;
}

 /***Pink***/
 .pink .btn-primary {
  background: #e91e63;
  border-color: #e91e63;
}

.pink  .modal-header,
.pink .rs_border_btn {
  border-color: #e91e63;
}
.pink .rs_border_btn{
  color: #e91e63;
}
.pink .rs_border_btn img {
  mix-blend-mode: luminosity;
}
.pink  .btn-close {
  background:rgb(233 30 99 / 20%);
  font-size: 18px;
  line-height: 0;
  color: #e91e63;
}
.pink .sidebar-nav ul .sidebar-item.selected>.sidebar-link, 
.pink .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, 
.pink .sidebar-nav ul .sidebar-item>.sidebar-link.active,
.pink .footer,
.pink .dataTables_scroll thead,
.pink .app-header .navbar .navbar-nav .nav-item .nav-link,
.pink .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #e91e63;
}

/**new add css**/

.tag__color input[type="radio"] {
  display: none;
}

.tag__color label {
  margin-right: 5px;
}

.tag__color span {
  font-size: 14px;
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

.tag__color label:first-child span {
  background: rgb(255 0 0 / 10%);
  border-color: #ff0000;
}

.tag__color label:nth-child(2) span {
  background: rgb(0 145 2 / 10%);
  border-color: #009102;
}

.tag__color label:nth-child(3) span {
  background: rgb(255 174 31 / 10%);
  border-color: #ffae1f;
}

.tag__color label:nth-child(4) span {
  background: rgb(0 0 255 / 10%);
  border-color: blue;
}

.tag__color label:first-child input:checked + span, .red {
  background: red;
  color: #fff;
}
.tag__color label:nth-child(2) input:checked + span, .green {
  background: #009102;
  color: #fff;
}
.tag__color label:nth-child(3) input:checked + span, .yellow {
  background: #ffae1f;
  color: #fff;
}
.tag__color label:nth-child(4) input:checked + span, .blue {
  background: blue;
  color: #fff;
}
.emplyee_name .left {
  width: calc(100% - 110px);
  padding-right: 10px;
}
span.Activity_tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.note_app, 
.notes {
  max-height: 100px;
  overflow: auto;
}
.main_das_rs_title {
  margin: 0;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

/***new add css 23/1/2025**/
.emplyee_name .left h4 {
  font-size: 18px;
  margin: 0;
  padding: 5px 0;
}
.photo_upload {
  display: flex;
}

.photo_upload span {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  padding: 2px;
  border-radius: 5px;
  margin-left: 10px;
  background: #f5f5f5;
}

.photo_upload span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-bg-grey {
  background-color: grey;
}
/**new add css**/

.tag__color input[type="radio"] {
  display: none;
}

.tag__color label {
  margin-right: 5px;
}

.tag__color span {
  font-size: 14px;
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

.tag__color label:first-child span {
  background: rgb(255 0 0 / 10%);
  border-color: #ff0000;
}

.tag__color label:nth-child(2) span {
  background: rgb(0 145 2 / 10%);
  border-color: #009102;
}

.tag__color label:nth-child(3) span {
  background: rgb(255 174 31 / 10%);
  border-color: #ffae1f;
}

.tag__color label:nth-child(4) span {
  background: rgb(0 0 255 / 10%);
  border-color: blue;
}

.tag__color label:first-child input:checked + span, .red {
  background: red;
  color: #fff;
}
.tag__color label:nth-child(2) input:checked + span, .green {
  background: #009102;
  color: #fff;
}
.tag__color label:nth-child(3) input:checked + span, .yellow {
  background: #ffae1f;
  color: #fff;
}
.tag__color label:nth-child(4) input:checked + span, .blue {
  background: blue;
  color: #fff;
}
.emplyee_name .left {
  width: calc(100% - 110px);
  padding-right: 10px;
}
span.Activity_tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
/* .note_app , 
.notes {
  max-height: 100px;
  overflow: auto;
} */
.main_das_rs_title {
  margin: 0;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

/**new add css***/
.mr_select {
  display: flex;
  flex-wrap: wrap;
}

.mr_select select {
  width: 90px;
  padding: 0 10px;
  border-radius: 8px 0 0px 8px;
}

.mr_select input {
  border-radius: 0px 8px 8px 0px;
  width: calc(100% - 90px);
}

.form-check-input {
  border: 1.25px solid #465a63;
}

.form-check-input[type=radio] {
  width: 16.63px;
}

.vbox-container img {
  width: 100%;
  max-width: 800px;
}
body, html, .page-wrapper, .body-wrapper {
  min-height: 100vh;
}


.app-header .navbar .navbar-nav .nav-item .nav-link.notification_icon {
    color: #202123;
    line-height: 18px;
    background: transparent;
    border: 1px solid #202123;
}

.app-header .navbar .navbar-nav .nav-item .nav-link.notification_icon span i {
    color: #202123;
    font-size: 18px;
}

.app-header .navbar .navbar-nav .nav-item .nav-link.notification_icon span p {
    position: absolute;
    top: -5px;
    right: -4px;
    line-height: 0;
    background: #202123;!i;!;
    z-index: 9;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 50px;
    color: #fff;
}
.app-header .navbar .navbar-nav .nav-item .nav-link.notification_icon:hover {
    background: #000000;
}

.app-header .navbar .navbar-nav .nav-item .nav-link.notification_icon:hover i {
    color: #fff;
}
.text-bg-danger1 {
  background: #fd3636 ! IMPORTANT;
}

.form-check-input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  gap: 5px;
}
.ms-choice {
  padding: 0 !important;
  color: #000 !important;
  border: 1px solid #E7E7E7 !important;
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  border-radius: 4px !important;
}

.ms-parent {
  color: #000 !important;
  display: block;
  width: 100% !IMPORTANT;
  cursor: pointer !important;
}

span.placeholder {
  height: 40px;
  background: transparent;
  color: #000000 !important;
  line-height: 40px;
  cursor: pointer;
}
.ms-choice>span {
  line-height: 40px !important;
}
.services_error {
  max-height: 150px;
  overflow: auto;
}
.tag__color input[type="radio"] {
  display: none;
}

.tag__color label {
  margin-right: 5px;
}

.tag__color span {
  font-size: 14px;
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

.tag__color label:first-child span {
  background: rgb(255 0 0 / 10%);
  border-color: #ff0000;
}

.tag__color label:nth-child(2) span {
  background: rgb(0 145 2 / 10%);
  border-color: #009102;
}

.tag__color label:nth-child(3) span {
  background: rgb(255 174 31 / 10%);
  border-color: #ffae1f;
}

.tag__color label:nth-child(4) span {
  background: rgb(0 0 255 / 10%);
  border-color: blue;
}

.tag__color label:first-child input:checked + span, .red {
  background: red;
  color: #fff;
}
.tag__color label:nth-child(2) input:checked + span, .green {
  background: #009102;
  color: #fff;
}
.tag__color label:nth-child(3) input:checked + span, .yellow {
  background: #ffae1f;
  color: #fff;
}
.tag__color label:nth-child(4) input:checked + span, .blue {
  background: blue;
  color: #fff;
}
.emplyee_name .left {
  width: calc(100% - 150px);
  padding-right: 10px;
}
span.Activity_tag {
  display: table;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  margin-left: auto;
}
.note_app , 
.notes {
  max-height: 150px;
  overflow: auto;
}
.main_das_rs_title {
  margin: 0;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.tag__color label.error {
  display:block;
}
.tag__color input[type="radio"], .tag__color input[type="radio"].error {
  display: block;
  opacity: 0;
  position: absolute;
}
.emplyee_name .left h4 {
  font-size: 18px;
  margin: 0;
  padding: 5px 0;
}
.photo_upload {
  display: flex;
}

.photo_upload span {
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  padding: 2px;
  border-radius: 5px;
  margin-left: 10px;
  background: #f5f5f5;
}

.photo_upload span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#uploadimageModal {
  background: rgb(0 0 0 / 50%);
}
.user__rs__name {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  max-width: 166px;
  margin: 0 auto;
}
/* .services_scroll {
  padding-top: 20px;
}

.services_scroll label.error {
  position: absolute;
  top: -1px;
  left: 0;
}

.services_scroll {
  position: relative;
} */
.services_vender {
  position: relative;
  padding-bottom: 20px;
}

.services_vender label.error {
  position: absolute;
  bottom: -2px;
}
.input-group span {
  word-wrap: break-word;
}
.view_rs_name p {
  margin: 0 0 10px;
  padding: 0 10px;
  border-right: 1px solid #b6b6b6;
}

.view_rs_name p span {
  font-weight: 600;
}

.view_rs_name p i {
  padding-right: 5px;
  color: #1354bc;
}

.view_rs_name p:last-child {
  border: 0;
}
p.Early, .Late , .full, .Half{
  font-weight: 600 !important;
  display: table;
  margin: 0 auto !important;
  background: rgb(141 138 0 / 20%) !important;
  border-radius: 4px !important;
    padding: 2px 7px !important;
  color: #393803 !important;
  border: 1px solid #8d8a00;
}
.approved_rs, .pending_rs {
  position: relative;
}

.approved_rs:after {
  font-weight: 900;
  content: "\f058";
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: -8px;
  right: -6px;
}

.pending_rs:after {
  content: "\f252";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: -8px;
  right: -6px;
}

@media (max-width: 1800px){
  .events_bar ul {
    margin: 0 -5px;
  }
}

/* 7-2-2025 */

.rs_animation {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1146;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 70%)
}
.rs_animation #canvas {
  width: 100%;
  height: 100%;
}
.rs_birthday .modal-content {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  /* background-image: url(../images/birthday.png);
  background-repeat: no-repeat;
  background-size: cover; */
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.rs_birthday .modal-content h2 {
  font-family: "Delius Swash Caps", serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 50px;
  padding: 40px 0 20px;
  color: #fff;
}
.rs_birthday .modal-body {
  position: relative;
  /*background: linear-gradient(0deg, #000, #272727);
  */display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 8s ease infinite;
  border-radius: 32px;
  -webkit-animation: gradient 8s ease infinite;
}
/* 
.rs_birthday .modal-body:before, .rs_birthday .modal-body:after {
	content: '';
	position: absolute;
	left: -7px;
	top: -7px;
	background: linear-gradient(45deg, #ad6203, #ffffff, #ad6203, #ffff00, #ad6203, #fb0094, #ad6203, #00ff00, #ad6203, #ff0000);
	background-size: 400%;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
} */

.block:after {
	filter: blur(50px);
}
.rs_birthday .modal-content p {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.rs_birthday {
  z-index: 9999;
  transform: scale(0) !important;
  transition: all 500 ease-in-out;
  -webkit-transition: all 500 ease-in-out;
  -moz-transition: all 500 ease-in-out;
  -ms-transition: all 500 ease-in-out;
  -o-transition: all 500 ease-in-out;
  -webkit-transform:;
  -moz-transform:;
  -ms-transform:;
  -o-transform:;
}
.rs_birthday.show {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.rs_birthday .modal-content {
  position: relative;
}

.rs_birthday .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  background: transparent;
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 50px;
}


/**21-2-2025***/
.card_employee {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto;
  max-width: 364px;
  width: 100%;
}
.user_pic {
  text-align: center;
}

.user_pic, .user_pic img {
  border-radius: 12px;
  width: 80px;
  margin: 0 auto;
  height: 80px;
  object-fit: contain;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  color: #1354bc;
  background: rgb(248 248 248);
}

.profile_view_rs h4 {
  text-align: center;
  margin: 10px 0;
}
ul.employee_des {
  display: flex;
  justify-content: center;
}

.employee_des li, .joining_date p {
  background: rgb(237 237 237 / 50%);
  margin: 0 5px;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
}

.grey_bg {
  background: rgb(237 237 237 / 38%);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.grey_bg p:last-child {
  margin: 0;
}

.grey_bg p {
  color: #535353;
  font-weight: 500;
}

.joining_date {
  display: flex;
  justify-content: center;
}
.joining_date p {
  display: none;
}
.joining_date a {
  color: #1354BC;
  font-weight: 500;
}

.joining_date a:hover {
  color: #202123;
}
.card_employee .toggle input[type="checkbox"]:checked+label:before {
  background: #1354bc;
}
.new_upload_btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.new_upload_btn p {
  background: rgb(19 84 188 / 10%);;
  color: #1354bc;
  width: calc(100% - 60px);
  padding: 8px 10px;
  border: 1px solid #1354bc;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.new_upload_btn span {
  width: 50px;
  height: 39px;
  background: #1354bc;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.new_upload_btn span input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.preview_img {
  padding: 10px 0 0;
  display: flex;
  justify-content: center;
}

.preview_img img {
  width: 100%;
}

.preview_img span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  background: #e7e7e7;
  border-radius: 4px;
  margin: 0 8px 0 0;
  padding: 2px;
  position: relative;
}
.preview_img i {
  position: absolute;
  top: -4px;
  right: -5px;
  color: red;
}
.rs_upload_img .error {
  position: absolute;
  bottom: -23px;
  left: 0;
  text-align: left;
}



/**18/2*2025**/
.rs_ple_img {
  display: flex;
  margin: 0;
}

.rs_ple_img li {
  display: none;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #777777;
  width: 30px;
  height: 30px;
}

.rs_ple_img li:nth-child(1), .rs_ple_img li:nth-child(2), .rs_ple_img li:nth-child(3) {
  display: list-item;
}

.rs_ple_img li:nth-child(1) {
  margin-right: -20px;
  position: relative;
  z-index: 0;
  margin-top: 2px;
  opacity: 0.5;
}

.rs_ple_img li:nth-child(3) {
  margin-left: -20px;
  position: relative;
  z-index: 0;
  margin-top: 2px;
  opacity: 0.5;
}

.rs_ple_img li:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
}

.rs_ple_img li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center center;
}
.rs_ple_img li:hover {
  opacity: 1;
}

/* Show checkmark when checked */
.form-check-input:checked + .form-check-label::after {
  opacity: 1;
}
.form-check {
  padding: 0 10px 0 0px;
}
.rs_set_otp {
  display: flex;
  justify-content: center;
}

.rs_set_otp input {
  width: 50px;
  margin: 0 6px;
  height: 50px;
  border: 1px solid #82868b;
  border-radius: 4px;
  text-align: center;
  padding: 0 5px;
  outline: none;
  box-shadow: none;
}
.rs_shadow_otp p {
  padding: 10px 0 0 0;
  color: #000;
  font-size: 16px;
}
.rs_set_otp input:focus {
  border-color: #1354bc !important;
}
.rs_shadow_otp p {
  padding: 10px 0 0 0;
  color: #000;
  font-size: 16px;
}
.rs_shadow_otp p a {
  font-weight: 500;
  color: #ffffff;
  background: #1354bc;
  font-size: 12px;
  padding: 2px 7px;
  display: inline-block;
  border-radius: 4px;
}
.login_rs b span, .login_rs b {
  display: inline-block;
  color: #1354bc;
}
.rs_shadow_otp p a.retry {
  color: #000;
  background: #a4a4a4;
  pointer-events: none;
}
.white_table_rs {
  margin: 10px auto 0;
  background: #ffffff;
  box-shadow: 0px 0px 12px #adadad33;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #DFDFDF;
}
.top_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}

.top_list h4 {
  margin: 4px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}