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

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

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

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

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

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

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

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

:root{
    --rs-main-color:#e5e5e5;
    --rs-primary-color:#1C252E;
    --rs-second-color:#f33;
    --rs-font-color:#000;
    --rs-white-color:#fff;
    --rs-font-style: "Be Vietnam Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
      font-size: 18px;
}
/**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: #fff;
    /*    overflow-x: hidden !important;*/
    font-weight: 400;
}
.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: #2a3547;
}

/*loader and scrollbar end*/
/* input focus */
.form-control:focus {
    box-shadow: 0 0 3px 0px rgb(28 37 46) !important;
    border-color: #1c252e;
    color: #1c252e;
}
.form-control {
  padding: 6px 16px;
  color: #000;
  border: 1px solid #E7E7E7;
  width: 100%;
  height: 40px;
}
.login_in .form-control {
  padding: 10px 16px;
}
.form-label {
  font-weight: 500;
  color: #000;
  font-size: 13px;
  margin: 0 0 5px;
}
.rs_photo_text  .form-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a6a6a;
    line-height: 40px;
    font-size: 14px;
}

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

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

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

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

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

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
        min-height: 40px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #1C252E;
}
/* datatable css */
.table>:not(caption)>*>* {
    padding: 10px;
}

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

/**menu css***/
ul.submenu {
    padding-left: 30px;
    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: #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: 15px 20px;
    align-items: center;
    background: #fff;
    color: #fff;
    border-radius: 8px;
    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: -50px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: #010101;
    border-radius: 100%;
    opacity: 0.1;
    z-index: -1;
}

.dasboard-3 {
    overflow: hidden;
}

.dasboard-3:after {
    position: absolute;
    content: '';
    bottom: -130px;
    right: -20px;
    width: 100px;
    height: 150px;
    background: #0a80c1;
    border-radius: 100%;
    opacity: 0.1;
    z-index: -1;
}
.dasboard-3 h3 {
    color: #0a80c1;
    font-weight: 800;
    margin: 0;
}

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

.dasboard-3 .right span {
    background: #010101;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    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: 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 {
  background: #ffffff;
  box-shadow: none;
}
.daterange {
  background: #fff;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 4px;
  color: #6a6a6a;
}
.app-header .navbar .navbar-nav .nav-item .nav-link {
    background: #1c252e;
    border-radius: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 500;
    align-items: center;
    padding: 2px 0 0 0;
}

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

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

table.dataTable.table-striped>tbody>tr {
    text-align: center;
    vertical-align: middle;
}
table.dataTable td {
  color: #1C252E !important;
}
table.dataTable td, table.dataTable th {
  font-size: 13px;
  text-align: center !important;
  padding: 5px 3px !important;
  vertical-align: middle;
}
.dataTables_scrollBody th, .dataTables_scrollBody th div {
  font-size: 13px !important;
  height: auto !important;
}
.dataTables_scrollHeadInner {
  display: none;
}
div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 15px;
}
table.dataTable>tbody>tr:hover {
    background: #f6f6f6;
}
.bg_login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_from {
    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;
}
.btn-primary:hover {
  border-color: #2a3547;
}
/* .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: 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/leftbar.png"); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.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: 34px;
  border-radius: 50px;
  border: 3px solid #fff;
  font-size: 16px;
}
.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: 15px;
}

.logo_login img {
  width: 200px;
}
.btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-family: "Reddit Sans", sans-serif;
      min-height: 40px;
          line-height: 25px;
}
.login_rs h3 {
  padding-bottom: 20px;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #000000;
  font-weight: 600;
  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: 34px;
  height: 20px;
  background: #D0D2DB;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}

.toggle label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  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: #1C252E;
}

.toggle input[type="checkbox"]:checked+label:after {
  left: 15px;
}
.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: 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: #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: 8px;
  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 #e7e7e7;
  cursor: pointer;
}
/* HTML: <div class="loader"></div> */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 90%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader1 {
  width: 60px;
  height: 60px;
  display: flex;
  color: #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: #1C252E;
  color: #ffffff;
}

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

.answers_row a:hover {
  color: #000;
}
.sm_bt {
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.offcanvas-header {
  background: #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: rgb(235 248 244);
  padding: 10px 10px;
  color: #00A76F;
}
.submenu a.sidebar-link.active {
    background: #fff !important;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background: rgb(235 248 244);
  color: #00A76F;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
  color: #637585;
  border-radius: 8px;
      font-weight: 500;
}
.white_table {
  margin: 10px auto 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #adadad33;
  border-radius: 8px;
  padding: 15px;
}
.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: 14px;
  }


  .new_inprocess {
    background: rgb(7 82 155 / 20%);
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
    padding: 3px 8px;
    border-radius: 50px;
    color: #07529b;
  }
  .checker.new_checker {
    background: #3ABC2F;
  }
  .timer.new_pending {
    background: rgb(244 155 6 / 20%);
    COLOR: #F49B06 !IMPORTANT;!I;!;
  }
  .checker.new_checker, .timer.new_pending {
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  .badge {
    vertical-align: middle;
}
.sidebar-link .fa-angle-down {
  position: absolute;
  right: 10px;
}
.dot {
  width: 5px;
  height: 40px;
  background-color: black;
  border-radius: 0;
  animation: loading 1s infinite alternate;
  margin: 0 3px;
}

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

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

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

 .dot:nth-child(4) {
  background-color: #000000;
  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: transparent;
  color: #040404;
  border-bottom: 2px solid #1C252E;
}
#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: transparent linear-gradient(99deg, #23B97F 0%, #089A70 100%);
  border: 1px solid #23b97f;
}

.btn-primary:hover {
  background: transparent linear-gradient(99deg, #089A70 0%, #23B97F 100%);
}
.login_rs p {
  text-align: center;
  font-weight: 500;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 15px;
}

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

.btn_close {
  background: #FFDBDB;
  border: 1px solid #FF7171;
  color:  #FF7171;
  min-height: auto;
}
.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: 8px;
  padding: 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: 8px;
}

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

.rs_white_box p {
  margin: 0;
  color: #637585;
  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 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
      overflow: hidden;
}


.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: 12px;
  fill: #637585;
}

.sidebar-nav ul .sidebar-item>.sidebar-link.active span, .sidebar-nav ul .sidebar-item>.sidebar-link:hover span {
  fill: #00A76F;
}
.rs_btn {
  border: 0;
  margin: 0 5px;
  background: transparent;
}

.rs_btn img {
  height: 19px;
  object-fit: contain;
}


.rs_border_btn {
    border: 1px solid #637381;
    border-radius: 4px;
    padding: 3px 5px;
    color: #637381;
    white-space: nowrap;
    background: transparent;
    width: 30px;
    height: 30px;
}
.rs_border_btn svg {
    width: 16px;
}

.rs_border_btn:hover {
    background: #637381;
}

.rs_border_btn:hover svg {
    fill: #fff;
}

.rs_border_btn img {
  height: 14px !important;
}

.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 #1C252E;
  border-radius: 50%;
  background: transparent;
  color: #1C252E;
}

.page-link.active {
  border-bottom: 2px solid #058a74;
}
.page-link {
  border-bottom: 2px solid #ffffff;
  border: 0;
}
.btn-close {
    background: rgb(28 37 46 / 10%);
    font-size: 18px;
    line-height: 0;
    color: #1C252E;
}
.btn-close:hover {
  background: #1C252E;
  color: #fff;
}

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

.rs_upload_img img {
  width: 50px;
}
.rs_upload_img .upload_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    object-fit: contain;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}
.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 #DEDEDE;
  margin-bottom: 15px;
}

.grey_br {
  border: 1px solid #DEDEDE;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.leval_map .grey_br {
  background: #F4F6F8;
  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: #1C252E;
  padding-right: 10px;
  display: flex;
}

.leval_map .grey_br .left span {
  background: #fff;
  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: #1C252E;
}

.leval_map .grey_br .midddle {
  width: calc(100% - 190px);
  padding: 0 15px;
  position: relative;
}
.leval_map .grey_br .midddle input {
    background: #fff;
}
.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;
  color: #242424;
}
.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(248 248 248);
}
.dc_btn {
    background: rgb(28 37 46 / 10%);
    border: 1px solid #1c252e;
    border-radius: 28px;
    color: #1c252e;
    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 10px;
  margin: 0 3px;
  white-space: nowrap;
}
.rs_border_btn_br img {
  width: 14px;
}
.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(248 249 249);color: #252b3b;border: 1.5px solid #252b3b;}

.tab-content{
  display: none;
  background: transparent;
  padding: 10px 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: rgb(20 20 20 / 56%);
}
.main_title + p {
     color: rgb(20 20 20 / 56%);
    margin: 0;
    padding: 10px 0 0;
}

.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;
  display: none;
}
.fixed_color.main {
  right: 0;
}

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

.fixed_color ul {
  padding: 0 10px;
}

.fixed_color ul li {
  padding: 5px 0;
}
.rs_upload_img.cover_gallery {
  border-color: #07967F;
  box-shadow: none;
  background: #F8F9F9;
  border: 1px dashed #AAABAE;
  box-shadow: inset 0 0 0px 3px #ffffff;
}

.rs_upload_img.cover_gallery img {
  width: 50px;
}
.list_gallery {
  text-align: center;
  padding: 7px 5px;
  border-right: 1px solid #E7F4F2;
  min-height: 100%;
}

.list_gallery li {
  display: inline-block;
  padding: 0 0px 3px;
}

.list_gallery li a{
    color: #000000;
    background: #f4f4f4;
    padding: 7px 15px;
    display: block;
    font-size: 16px;
    border: 1px solid #ded8d8;
    font-weight: 500;
    border-radius: 4px;
}

.list_gallery li a:hover, .list_gallery li a.active {
  background: rgb(28 37 46 / 20%);
  color: #1c252e;
  border-radius: 4px;
  border: 1px solid #1c252e;
}
.list_gallery_img {
  margin-top: 10px;
  padding: 0 5px;
}
.list_gallery ul {
  margin: 0;
}
.br_outside h4 {
  padding-left: 15px;
}
.all_img_gallery {
  display: flex;
  flex-wrap: wrap;
}

.all_img_gallery .item {
  padding: 0 10px;
  width: 20%;
  margin-bottom: 15px;
  position: relative;
}
.all_img_gallery .item a {
  display: block;
  line-height: 1.5;
}
.list_gallery_img .item .full_box {
  line-height: 0;
  border: 1px solid #E7F4F2;
  padding: 5px;
  border-radius: 8px;
      background: #ffffff;
}

.all_img_gallery .item img {
  width: 100%;
}

a {
  text-decoration: none;
}


.br_outside {
  border: 1px solid #E7F4F2;
  border-radius: 8px;
}
.day_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.day_img {
  position: relative;
}

.day_img .number {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #E0F1EE 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 28px;
    color: #058b75;
    padding: 10px;
    font-weight: 500;
    line-height: 0;
    font-size: 10px;
    opacity: 0;
}

.rank_gallery a {
     background: #F8F9F9;
    border: 1px solid #dedede;
    border-radius: 28px;
    color: #252b3b;
    padding: 3px 10px;
    margin: 0 3px;
    font-size: 10px;
}
.rank_gallery a img {
  height: 13px !important;
  width: 13px !important;
  object-fit: contain !important;
}

.rank_gallery {
  display: flex;
  align-items: center;
  padding: 0 0 7px;
}

.day_img .priority {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: red;
  border: 0;
  border-radius: 28px;
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  line-height: 0;
  font-size: 10px;
}

.gallery_img_rs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gallery_img_rs .right {
  width: 50px;
  text-align: right;
}

.gallery_img_rs .left {
  width: calc(100% - 50px);
}

.bg_tra_rs, .bg_tra_rs:hover {
    background: #E0F1EE;
    border: 1px solid #74BAAF;
    border-radius: 4px;
    color: #058b75;
    padding: 0px 7px;
    margin: 2px 2px;
    width: 35px;
    height: 35px;
    min-height: auto;
}

.gallery_img_rs .right .toggle {
  justify-content: end;
  margin-bottom: 6px;
}
.rank_gallery a.text_bg_green {
  background: #2a3547;
  color: #fff;
  padding: 4px 4px;
  width: 25px;
  height: 25px;
}
.in_day h4 {
  margin: 0;
  padding: 10px 0;
  color: #000;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.rs_top_set_gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rs_top_set_gallery .rs_right .rank_gallery.img_pad {
    padding: 0;
}

.rs_top_set_gallery {
    padding-bottom: 7px;
}
.rs_upload_img.cover_gallery .upload_cover img {
  width: 150px;
  position: relative;
  height: 200px;
  border-radius: 8px;
}

.upload_cover {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 150px;
}

.rs_upload_img.cover_gallery .upload_cover i {
  position: absolute;
  right: 5px;
  top: 8px;
  background: rgb(0 0 0 / 50%);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}
.list_gallery li a svg {
  height: 14px;
  margin: 0px 5px 0px 0;
  vertical-align: middle;
  fill: #000000;
  position: relative;
  top: -2px;
}

.list_gallery li a.active svg,
.list_gallery li a:hover svg {
  fill: #1c252e;
}
.main_title a {
  color: #000;
  font-size: 16px;
}
.main_title a:hover {
  color: #00A76F;
  /* font-size: 16px; */
}

/* .main_title span {
  color: #00A76F;
  font-size: 16px;
} */

.main_title span {
    font-size: 16px;
    font-weight: 600;
    color: #15a977;
}
.main_title i {
  font-size: 14px !important;
  margin: 0 10px;
  vertical-align: baseline;
}
.rank_gallery a.btn-primary {
      background: #252b3b;
    border: 1px solid #252b3b;
    display: inline-block;
    border-radius: 6px;
  padding: 5px 9px;
}
.rs_upload_img.cover_gallery.green_rs_box {
  padding: 30px 10px;
  border: 1px dashed #AAABAE;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.rs_upload_img.cover_gallery.green_rs_box h6 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
}

.rs_upload_img.cover_gallery.green_rs_box p {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.lan_rs_select label {
  display: block;
}

.rs_upload_img.cover_gallery.green_rs_box input {
  display: none;
}

.lan_rs_select input {
  display: none;
}
.green_rs_box i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #1C252E;
  opacity: 0;
}
.lan_rs_select label input:checked +  .rs_upload_img.cover_gallery.green_rs_box {
  background: rgb(37 43 59 / 3%);
}
.lan_rs_select label input:checked +  .green_rs_box i{
  opacity: 1;
}

.lan_rs_select {
  cursor: pointer;
}
.bre_rs_link {
  border: 1px solid #252b3b;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-radius: 8px;
}

.bre_rs_link li a {
  padding: 0 8px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: #000;
  font-weight: 500;
}

.bre_rs_link li a i {
  padding: 0 0 0 10px;
  color: #000 !important;
}

.bre_rs_link li a svg {
  width: 18px;
  margin: 0 8px 0 0px;
}

.bre_rs_link li a.active, .bre_rs_link li a:hover {color: #15a977;}

.bre_rs_link li a.active svg, .bre_rs_link li a:hover svg {
  fill: #15a977;
}
.col_se_rs .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12.5%;
  display: flex;
}

.col_se_rs .lan_rs_select.all_rs_select {
  width: 100%;
  margin-bottom: 25px;
}
.col_se_rs .lan_rs_select.all_rs_select h6 {
  padding-bottom: 0;
}
ul.tabs.new_tab {
  margin: inherit;
  background: #fff;
  padding: 0;
  border: 0;
}

.br_rs_in {
  border: 1px solid #EEF2F6;
  padding: 3px;
  border-radius: 5px;
  /* display: none; */
}
ul.tabs li i {
  font-size: 8px;
  vertical-align: 2px;
}


.text-success {
  color: #50CD89 !important;
}
.rs_photo_text {
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  padding: 9px 9px;
  margin-bottom: 10px;
  /* height: calc(100% - 15px); */
}
.search_bar {
  position: relative;
  margin-bottom: 15px;
}

.search_bar .form-control {
  padding-left: 35px;
}

.search_bar i {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #A0A5B9;
}
/* Accordion
================================================== */
.acc {
  margin: 0 auto;
  max-width: 800px;
}

.acc__card {
  margin: 0 0 10px 0;
  position: relative;
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  overflow: hidden;
}

.acc__title {
  background: #fff;
  box-shadow: none;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
  position: relative;
  text-align: left;
  border-radius: 8px;
}
.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: 16px;
  content: " ";
  top: 14px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #fff;
  color: #212121;
  display: none;
  margin: 0;
  padding: 5px 0px;
  text-align: left;
}

.acc__title.active, .acc__title:hover {
    background: #252b3b;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}

.acc__title.active::after, .acc__title:hover::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    right: 16px;
    top: 13px;
}
.acc__panel ul {
  margin: 0;
}

.acc__panel ul li {
  color: #000000;
  padding: 7px 30px 7px 10px;
  position: relative;
  font-size: 14px;
}
.acc__panel ul li:hover {
  background: rgb(37 43 59 / 10%);
  cursor: pointer;
}

.acc__panel ul li i {
  color: #2a3547;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.filed_darg .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #EEF2F6;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.filed_darg .item:hover {
  background: rgb(37 43 59 / 10%);
  border-color: rgb(37 43 59);
  cursor: pointer;
}
.filed_darg .item .left {
  width: 65%;
}

.filed_darg .item .left p {
  margin: 0;
  font-size: 13px;
  color: #252424;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filed_darg .item .left p i {
  color: #BEBEBE;
  padding: 0 1px;
}

.filed_darg .item .right {
  width: 35%;
  text-align: right;
  white-space: nowrap;
}

.filed_darg .item .right .edit_btn {
  padding: 0 4px;
  border: 0 !important;
  min-height: auto;
}
.filed_darg .item .right .edit_btn img {
  height: 16px;
  object-fit: contain;
}
.poster_img {
  padding: 15px 0 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.rs_photo_text .poster_img {
  max-width: 440px;
  margin: 0 auto;
}
.rs_photo_text .poster_img.in_side_rs_middle {
  max-width: 330px;
  margin: 0 auto;
}
.acc__panel ul li {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.acc__panel ul li .edit_btn {
    padding: 0;
    line-height: 0 !important;
    height: auto;
    min-height: auto;
}
.acc__panel ul li .edit_btn img {
    width: 17px;
}
.poster_img img {
  width: 100%;
  border-radius: 12px;
}
.img_add_fix {
  position: relative;
}

.img_add_fix .form-control {
  padding-left: 40px;
}

.img_add_fix img {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 17px;
  transform: translateY(-50%);
}
/* .set_alignment label span i {
  vertical-align: middle;
} */
.set_alignment {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.set_alignment label {
  /* width: 25%; */
  text-align: center;
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #E7E7E7;
}

.set_alignment label input {
  display: none;
}

.set_alignment label:last-child {
  border: 0;
}

.set_alignment label input:checked + span {
  background: #0a94d6;
  color: #fff;
}

.set_alignment label span {
  display: block;
  padding: 3px 12px;
}
.rs_photo_text.rs_photo_test {
  height: auto;
  padding: 0;
}

.rs_photo_text.rs_photo_test .in_rs_title h3 {
  font-size: 16px;
  margin: 0;
  padding: 15px 10px;
}

.rs_photo_text.rs_photo_test hr {
  margin: 0;
}
.brand_logo {
  padding: 0 11px;
}

.in_rs_title p {
  padding: 0 11px;
}

.brand_logo span {
  display: block;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}

.brand_logo label {
  margin-bottom: 15px;
  position: relative;
}
.brand_logo label input {
  display: none;
}

.brand_logo label span img {
  height: 30px;
  object-fit: contain;
}
.brand_logo label i {
  color: #2a3547;
  position: absolute;
  top: -3px;
  right: 0px;
  opacity: 0;
}
.brand_logo label input:checked + span i {
  opacity: 1;
}
.brand_logo label input:checked + span {
  background: rgb(5 141 118 / 10%);
  border-color: #058d76;
}
.rs_white_box.division_rs.filed_img {
  background: #FFE2E6;
}

.rs_white_box.division_rs.filed_img p, .rs_white_box.division_rs.filed_img h3 {
  color: #000;
}
.rs_white_box.division_rs.filed_img .right img{
  width: 94px;
}
.app-header .navbar .navbar-nav .nav-item .nav-icon-hover.bell_icon {
  background: #D7EEEA;
}

.app-header .navbar .navbar-nav .nav-item .nav-icon-hover.bell_icon img {
  width: 16px;
  object-fit: contain;
}
.dr_day img {
  width: 100%;
  border-radius: 14px;
  border: 2px solid #DFDFDF
}
.dr_day input:checked + .show_edit_poster img {
  border: 2px solid #252b3b;
  cursor: pointer;
}
.dr_day {
  position: relative;
}
.dr_day input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.dr_day.border_remove img {
  border: 0;
}
.dr_day p {
  text-align: center;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.5;
}

.dr_day a:hover p {
  color: #058d77;
}

.dr_day {
  margin-bottom: 15px;
  cursor: pointer;
}
.complted_rs {
  background: #D3F2E1;
  color: #029F51;
  padding: 4px 10px;
  border-radius: 50px;
  font-weight: 500;
}

.complted_rs i {
  padding-right: 1px;
}
.gallery_tab  li span .green {
  display: none;
}

.gallery_tab li.current span .green {
  display: inline-flex;
  mix-blend-mode: luminosity;
}

.gallery_tab li.current span .grey {
  display: none;
}

.gallery_tab li span img {
  width: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
.name_rs {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(139deg, #23B97F 0%, #089A70 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Figtree", sans-serif;
}

.dr_rs_detiles h6 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 15px;
}

.dr_rs_detiles ul li {
  font-size: 16px;
  padding: 3px 0;
}

.dr_rs_detiles ul li img {
  width: 20px;
  margin-right: 5px;
}

.dr_code li {
  /* padding: 10px; */
  font-size: 16px;
  border-top: 1px solid  #F0F0F0;
  display: flex;
}

.dr_code li span {
  font-weight: 500;
  width: 50%;
  display: flex;
  background: #F8F9F9;
  padding: 10px;
}
.dr_code ul {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    border-top: 0;
    overflow: hidden;
}
.br_rs_lr {
  padding: 0 15px;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}
.timeInput {
  background-image: url(../images/clock.png);
  background-position: 4% 15px;
  background-repeat: no-repeat;
  padding: 12px 40px;
}
.Morning_timing {
  position: relative;
  margin: 20px 0;
}

.Morning_timing img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 23px;
  object-fit: contain;
  height: 24px;
}

.Morning_timing spam {
  position: absolute;
  top: -11px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-weight: 600;
}

.check_day {
  padding-bottom: 15px;
}

.check_day span {
  width: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.check_day input:checked + span {
  color: #fff;
  background: transparent linear-gradient(143deg, #089B83 0%, #2a3547 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #048772;
}

.check_day input {
  display: none;
}
.Morning_timing span {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-weight: 600;
}
.show_edit_poster video {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.toggle.left_side {
  justify-content: left;
  flex-direction: row-reverse;
}
.btn-primary img {
  height: 18px;
}
.pt-3 {
  padding-top: 9px !important;
}
.rank_gallery .btn {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
      min-height: auto;
}

.rank_gallery .btn img {
  width: 16px;
  height: auto !important;
}

.rank_gallery a.btn {
  padding: 0;
  line-height: 25px;
}

.all_img_gallery .item a {white-space: nowrap;}
.btn-danger {
  background: red;
  border-color: red;
}

.btn-danger:hover {
  background: #fa4040;
  border-color: #fa4040;
}

.dr_day .view_rs_poster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 44px);
  background: rgb(7 151 127 / 50%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 500ms ease-in-out;
}
.view_rs_poster {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 2;
  display: none;
}

.show_edit_poster:before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(94% - 15px);
  background: rgb(7 154 130 / 20%);
  border-radius: 14px;
  transform: scale(0);
  /*pointer-events: none;*/
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  opacity: 0;
}


.dr_day:hover .show_edit_poster:before {
  transform: scale(1);
}


.dr_day:hover .view_rs_poster {
  opacity: 1;
}
.show_edit_poster {
  position: relative;
  line-height: 0;
}
.dr_day .view_rs_poster a {
  color: #079880;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
/* .dr_day:hover .view_rs_poster {
  transform: scale(1);
} */
.show_edit_poster video{
  border: 2px solid #fff;
  border-radius: 18px;
}
.dr_day input:checked + .show_edit_poster video{
  border: 2px solid #07947d;
}
ul.tabs li .text-secondary {
  color: rgb(181 181 181) !important;
}
input[type="color" i] {
  height: 35px;
  width: 50px;
  padding: 2px !important;
}
.rs_scroll_view {
  max-height: calc(100vh - 270px);
  overflow: auto;
  overflow-x: hidden;
}
.lan_option {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lan_option span {
    width: 50%;
    display: inline-block;
}

.lan_option .item {
    display: flex;
    align-items: center;
    width: calc(50% - 5px);
    padding: 10px 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 8px;
}

.lan_option .item span {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

.lan_option .item .toggle {
    justify-content: end;
}

/* .lan_option .item span:first-child {
    text-align: right;
} */

.rs_scroll_s {
  max-height: calc(100vh - 340px);
  overflow: auto;
}
/* .rs_change_bg .acc__title {
  background: #333333;
  color: #fff;
}

.rs_change_bg .acc__title::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.rs_change_bg  .acc__panel {
  padding: 9px 5px;
  background: #fcfcfc;
}

.rs_change_bg .acc__panel .item:last-child {
  margin: 0;
} */

.green_rs_view {
    text-align: right;
    display: table;
    margin-left: auto;
    color: #13A776;
}
.dir_login {
    text-align: center;
    padding: 25px 0 0;
}

.green_rs_hub {
    display: table;
    background: transparent;
    align-items: center;
    margin: 10px auto 0;
    color: #18AC79;
    border: 1px solid #18AC79;
    border-radius: 4px;
    padding: 10px 20px;
}

.green_rs_hub img {
    width: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.green_rs_hub:hover {
    color: #18AC79;
    background: rgb(24 172 121 / 10%);
}
.bg_remove a {
    background: transparent !important;
    margin: 0 5px 0 0 !important;
    width: 24px !important;
    box-shadow: none !important;
        border: 0 !important;
}

.bg_remove a svg {
      height: 18px;
}

.rs_row_icon {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
}

.rs_row_icon .left {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rs_row_icon .right {
    width: 30%;
}

.rs_row_icon .left .rs_left img {
    height: 45px;
}

.rs_row_icon .left .rs_left {
    width: 45px;
}

.rs_row_icon .left .rs_right {
    width: calc(100% - 45px);
    padding: 0 15px;
    align-items: center;
}

.rs_row_icon .left .rs_right span {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}
.rs_row_icon .left .rs_right p {
    font-size: 20px;
    font-weight: 800;
}

.rs_row_icon .left .rs_right span {
    color: #637585;
}
.rank_active {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    border-top: 1px solid red;
    position: relative;
}

.rank_active .left_ac, .rank_active .right_ac {
    width: 50%;
    padding: 0 10px;
}

.rank_active:before {
    height: 134%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: red;
    content: '';
}
.green_after:before { background: #bae8cd; }
.green_after { border-top: 1px solid #bae8cd;}

.second_rs:before {background: #ccb7e5;}
.second_rs {border-top: 1px solid #ccb7e5;}

.third_rs:before {background: #f7e7ba;}
.third_rs {border-top: 1px solid #f7e7ba;}

.four_rs:before {background: #fbd9c5;}
.four_rs {border-top: 1px solid #fbd9c5;}

.five_rs:before {background: #fcc8f9;}
.five_rs {border-top: 1px solid #fcc8f9;}

.six_rs:before {background: #aad0f3;}
.six_rs {border-top: 1px solid #aad0f3;}

.btn-outline-dark:hover svg {
    fill: #ffff;
}

.btn-outline-dark {
    display: flex;
    align-items: center;
}
.rs_btn svg {
    height: 18px;
    width: 18px;
}

.rs_border_add {
    border: 1px solid #637381;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-left: 10px;
    line-height: 16px;
}

.rs_border_add:hover {
    background: #637381;
}

.rs_border_add:hover svg {
    fill: #fff;
}

.rs_border_add svg {
    width: 8px;
}
.ho_list ul {
    margin: 0;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
}

.ho_list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-top: 1px solid #DEDEDE;
}

.ho_list ul li:first-child {
    border: 0;
}
.top_rs_tab ul.tabs li {
    background: #fff;
    box-shadow: 0px 4px 24px #EAFBF529;
    border: 1px solid #EAEBED;
    border-radius: 6px;
    margin: 0 2px;
    padding: 10px 20px;
}

.top_rs_tab ul.tabs li.current {
    background: #1C252E;
    color: #fff;
}

.top_rs_tab ul.tabs {
    background: #F4F6F8;
    border: 1px solid #EAEBED;
    display: flex;
}

.top_rs_tab {
    padding: 10px 0 0 0;
}

.top_rs_tab li.tab-link {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.bottom_rs_detiles {
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    padding: 15px 15px 15px 15px;
    margin: 15px 0 0 0;
}
.circle-count {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 10px;
  display: inline-block;
}

.count-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #059669;
  font-size: 16px;
}

/* grey background circle */
.progress-ring__circle-bg {
  stroke: #e5e7eb; /* Tailwind grey-200 */
  fill: transparent;
}

/* animated green stroke */
.progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 219.911; /* 2Ï€r for r=35 */
  stroke-dashoffset: 219.911;
  transition: stroke-dashoffset 1s ease;
}
.count_set {
    display: flex;
    flex-wrap: wrap;
    background: #F0FAF6;
    border-radius: 12px;
    padding: 10px;
    align-items: end;
}

.re_count_rs .right_rs {
    width: 30%;
    position: relative;
}

.re_count_rs .left_rs {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.re_count_rs .left_rs .middal_cou {
    width: calc(100% - 100px);
    padding: 18px 0 0;
}
.re_count_rs .left_rs .middal_cou h4 {
    font-size: 16px;
    margin: 0 0 3px;
}

.re_count_rs .left_rs .middal_cou p {
    color: #1414148f;
}

.re_count_rs .last_rs {
    width: 100%;
}

.money_img {
    width: 70px;
    margin-left: auto;
}

.money_img img {
    width: 100%;
}

.re_count_rs .right_rs .big_img {
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    right: 0;
    width: 100%;
    max-width: 130px;
}

.re_count_rs .last_rs h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding-right: 10px;
}

.re_count_rs .last_rs h4 span {
    font-weight: 800;
}
textarea.form-control {
    height: auto;
    padding: 15px;
}
.campi_rs_count_row {
    padding: 15px;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    margin: 20px 0 0;
}
.campi_left_count_row {
    border-left: 1px solid #DEDEDE;
}
.input-group-new {
    border: 1px solid #E7E7E7;
    border-radius: 8px;
        display: flex;
}
.input-group-new .form-control {
    border: 0;
}

.input-group-new .form-control {
    width: calc(100% - 100px);
}

.input-group-new  select.form-select.form-control {
    width: 100px;
    border-left: 1px solid #e7e7e7;
    border-radius: 0;
}
.count_set.blue {
    position: relative;
    background: #DEEFFF;
}

.count_set.blue .big_img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    width: 70px;
}

.count_set.blue .space_img {
    width: 40px;
}

.count_set.blue .space_img img {
    width: 100%;
}
.content {
  width: 100%;
  padding: 10px 0 0 0;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #F4F6F8;
  border-radius: 3px;
  margin: 5px 0;
  position: relative;
}

.progress {
  height: 100%;
  background-color: #4a90e2;
  border-radius: 3px;
}

.size-info {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 50px;
    background: #f6f6f6;
    padding: 0 30px 0 8px;
    border: 1px solid #f6f6f6;
}

.select2-selection--multiple {
    height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
    top: 3px;
    right: 0;
    left: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    line-height: 17px;
    color: #000000;
    font-size: 21px;
}

.logo-loader {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 100px auto;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00a76f29;
  border-radius: 20%;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.spinner-left {
  animation-name: rotate-left;
}

.spinner-right {
  animation-name: rotate-right;
  border-color: #00A76F;
  transform: rotate(15deg); /* Offset */
}

@keyframes rotate-left {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotate-right {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.logo {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.show_logo {
    display: none;
}
.campi_rs_count_row h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background: #1C252E !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background: #4a5363 !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    color: #1C252E;
}
.select2-container--default .select2-results>.select2-results__options {
    padding: 5px;
    background: rgb(28 37 46 / 5%);
}
a.btn.btn-outline-primary {
    line-height: 26px;
}
.btn-light {
    border: 1px solid #d5d5d6;
}
.tag-input-wrapper {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      min-height: 40px;
      position: relative;
}
.tag {
  background: #1C252E;
  color: white;
  border-radius: 15px;
  padding: 4px 8px;
  margin: 3px;
  display: flex;
  align-items: center;
}
.tag .remove-tag {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}
.tag-input {
  border: none;
  flex: 1;
  padding: 5px 10px;
  min-width: 100px;
  outline: none;
  border: 1px solid #E7E7E7;
}
.suggestion-box {
  border: 1px solid #ccc;
  background: white;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
}
.suggestion-item {
  padding: 8px;
  cursor: pointer;
}
.suggestion-item:hover {
  background-color: #f0f0f0;
}
.badge {
    font-size: 12px;
    padding: 5px;
}
.poster_rs_img {
    padding: 5px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

/***two combind css***/
.app_ro_ved {
    background: #5EDB4D;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.pe_ndi_ng {
    background: #FEB600;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.rej_ec_ted {
    background: #ED1D24;
    padding: 3px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.template_cate {
    color: rgb(20 20 20 / 50%);
    font-weight: 400;
    margin: 0;
    padding-bottom: 8px;
}

.top_input_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top_input_title span {
    width: 80px;
    text-align: center;
    padding: 0 5px;
    font-weight: 600;
}
.whatapp_message_scroll {
    max-height: calc(100vh - 308px);
    overflow: auto;
    padding-right: 10px;
    padding-bottom: 10px;
}
.whatapp_message_preview {
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #E8E8E8;
    padding: 20px 25px;
    border-radius: 12px;
    background: #fff;
}

.rs_title_view {
    text-align: center;
}

.rs_view_whatapp {
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    position: relative;
    padding: 20px 15px 15px 15px;
}

.tem_view_img {
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    margin-bottom: 10px;
}
.fixed__rs {
    max-width: 500px;
    margin: 15px auto 0;
        text-align: center;
}
.whap__icon {
    position: absolute;
    top: -16px;
    left: -19px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    border: 0px solid #e8e8e8;
    align-items: center;
    justify-content: center;
    background: #fff;
        /* box-shadow: 1px 1px 0px #e8e8e8; */
}
.whap__icon:before {
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -6px;
    left: -6px;
    content: '';
    width: 115%;
    height: 115%;
    border-radius: 40px;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    transform: rotate(41deg);
}
.fixed_view_map {
    border-left: 0px solid #DEDEDE;
}
.whap__icon svg {
    width: 22px;
}
.view_rs, .html_rs {
    position: relative;
}
.view_rs iframe {
    width: 100%;
    background: #fafafa;
    border-radius: 8px;
    height: 400px;
}
.view_rs p, .html_rs p {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    z-index: 0;
    font-weight: 500;
    opacity: 0.1;
    pointer-events: none;
}
.poster_rs_img, .tem_view_im {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}
.side_one {
    position: relative;
}

.side_one:after {
    width: 1px;
    height: 100%;
    background: #E3E9EF;
    content: '';
    top: 0;
    left: 16px;
    position: absolute;
    z-index: -1;
}

.side_line_two:before, .side_line_three:before {
    width: 12px;
    height: 1px;
    background: #E3E9EF;
    content: '';
    top: 21px;
    left: -12px;
    position: absolute;
}

.side_line_two {
    position: relative;
}
.side_one_sub.side_one:after {
    left: 44px;
}
.side_line_two:last-child:after {
    width: 1px;
    height: 91%;
    background: #ffff;
    content: '';
    top: 22px;
    left: -14px;
    position: absolute;
}
li.sidebar-item.side_line_three {
    position: relative;
}

.side_line_three:before {
    left: -14px;
}


.side_line_three:last-child:after {
    width: 1px;
    height: 91%;
    background: #ffffff;
    content: '';
    top: 22px;
    left: -16px;
    position: absolute;
}
.btn-outline-dark:hover svg {
    fill: #fff;
}
.rs_custom_date {
    position: relative;
}

.rs_custom_date i {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #7B7B7B;
    pointer-events: none;
}
.rs_upload_img b {
    display: block;
    padding: 8px 0 0 0;
    font-weight: 500;
}

.rs_upload_img b span {
    color: #00A76F;
    font-weight: 700;
}
.rs_dow_excel_file {
    background: #F8F9F9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 8px;
}

.rs_dow_excel_file .left_dow {
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
    padding-right: 10px;
}

.rs_dow_excel_file .left_dow .icon_excel {
    width: 35px;
}

.rs_dow_excel_file .left_dow .icon_excel img {
    width: 100%;
}

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

.rs_dow_excel_file .content_excel p {
    margin: 0;
    color: rgb(20 20 20 / 56%);
}

.rs_dow_excel_file .content_excel h4 {
    color: #151726;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.right_dow {
    width: 50px;
    text-align: center;
}

.rs_dow_excel_file .right_dow a {
    background: #DADCDD;
    display: block;
    border-radius: 6px;
    padding: 5px;
    height: 39px;
    width: 39px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.rs_dow_excel_file .right_dow a img {
    width: 16px;
}
.dr_code li p {
    width: 50%;
    margin: 0;
    padding: 10px;
}
.whatapp_message_scroll, .whatapp_message_preview {
    margin: 30px 0 0;
}

.whatapp_message_preview {
    margin: 20px 0 0;
}
.new_failed {
    background: rgb(255 0 0 / 10%);
    font-size: 14px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: fit-content;
    white-space: nowrap;
    padding: 3px 11px;
    border-radius: 50px;
    color: red;
}
span.app_ro_ved.red {
    background: red;
}
span.app_ro_ved.blue {
    background: #5d87ff;
}
.menu_right_row.active a {
        color: #ffffff;    background: #404144;
}
.weninar_active.active a {
        background: #404144;   color: #ffffff;
}
.dashboard-webinar img {
    width: 100%;
}
.media_row li {
    padding: 5px 0 5px 10px;
    border-left: 3px solid #252b3b;
    margin: 0 0 5px;
    background: #f4f4f4;
}

.media_row h3 {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #f6f6f6;
    color: #000000;
}
/* .bre_rs_link li:last-child, .bre_rs_link li:nth-last-child(2) i {
    display: none;
} */
.set_alignment.space_rs label {
    width: auto;
}
.set_alignment.space_rs label span {
    font-size: 14px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_images_row.active {
    border: 1px solid #252b3b;
    background: rgb(37 43 59 / 3%);
    box-shadow: 0 0 2px 0px #252b3b;
}
.view_images_row {
    position: relative;
    border: 1px solid #e5dfd7;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.view_images_row img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin-bottom: 2px;
}
.step_view_rs {
    background: #f6f6f6;
    padding: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}

.step_view_rs p {
    margin: 0;
    padding-bottom: 2px;
    font-size: 13px;
}

.step_view_rs li {
    list-style: initial;
    font-size: 12px;
}

.step_view_rs ul {
    padding: 0 0 0 40px;
}
.step_view_rs h3 {
    font-size: 15px;
}
.btn-sm {
    min-height: auto;
    padding: 2px 10px;
}
.daterangepicker .drp-buttons .btn {
    padding: 0px 8px !important;
}
.cancelBtn.btn.btn-sm.btn-default {
    background: red;
    color: #fff;
}
.photo_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.photo_view span {
    width: 50px;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding: 2px;
    border-radius: 6px;
    display: inline-block;
    background: #ffffff;
}

.photo_view span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo_view input {
    width: calc(100% - 60px);
}
.dr_day.border_remove {
    margin: 0;
}

/*min-devices-media-query*/

@media (min-width: 575.98px) { ... }
@media (min-width: 767.98px) { ... }
@media (min-width: 991.98px) {
  .all_img_gallery .item:nth-child(4n + 1) {
    padding-left: 0;
}
 }
@media (min-width: 1024.98px) { ... }
@media (min-width: 1199.98px) {
  .view_1199_menu{
    display: none;
  }
  .show-sidebar .side_one:after,
.show-sidebar .side_line_two:after,
.show-sidebar .side_line_two:before,
.show-sidebar .side_line_three:before,
.show-sidebar .side_line_three:after,
.show-sidebar .side_line_two:last-child:after,
.show-sidebar .side_line_three:last-child:after{
  display:none;
}
.show-sidebar .open_1200 i:before {
    content: "\f105";
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.inner_sub_menu {
    left: 101%;
}
.show-sidebar .sidebar-link .fa-angle-down {
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
}
.open_1200 {
    background: #f4f6f8;
    border-radius: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    justify-content: center;
    color: #637390 !important;
    border: 1px solid #a7a7a7;
    font-size: 13px;
    border-radius: 6px;
    position: absolute;
    right: -13px;
    line-height: 24px;
    top: 20px;
}
  .open_1200{
  display: block !important;
}
 .show-sidebar .left-sidebar {
        transform: translateX(0px);
        width: 110px;
        z-index: 99999;
    }
   .show-sidebar .left-sidebar .scroll-sidebar {
    padding: 0 10px;
    overflow: initial;
}
.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link span {
    justify-content: center;
    width: 100%;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link:hover {
    background: #f4f6f8;
}
.open_1199  i.fa-solid.fa-bars {
    display: none;
}

.show-sidebar .open_1199 i.fa-solid.fa-angle-left:before {
    content: "\f105";
}
/* .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid, .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-lg,
.show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-md, .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-sm,
.show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xl, .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-xxl {
    max-width: calc(100% - 110px);
    width: calc(100% - 110px);
    padding-bottom: 44px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
} */
 .show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu {
    display: block;
}
.show-sidebar .sidebar-nav ul .sidebar-item  .submenu a.sidebar-link {
    flex-wrap: nowrap;
    text-align: left;
}
.show-sidebar .sidebar-nav ul .sidebar-item .submenu a.sidebar-link span.hide-menu {
    text-align: left;
    font-size: 12px;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link.active {
    flex-wrap: nowrap;
    text-align: left;
    display: flex;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu a.sidebar-link{
          gap: 10px;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu span {
    width: auto;
}

.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu span .hide-menu {
    text-align: left;
    display: inline-block;
}
.show-sidebar .sidebar-nav ul .sidebar-item {
    position: relative;
}

.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px #adadad33;
    padding: 5px;
    width: 170px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.show-sidebar .left-sidebar span {
    flex-wrap: wrap;
    display: block;
    text-align: center;
}

.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link {
    flex-wrap: wrap;
    gap: 4px;
}

.show-sidebar .sidebar-nav ul .sidebar-item .sidebar-link span.hide-menu {
    display: block;
    width: 100%;
    white-space: break-spaces;
    font-size: 10px;
    line-height: 1.5;
}
.show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu.active,
.show-sidebar .sidebar-nav ul .sidebar-item:hover ul.submenu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active .sidebar-item:hover .inner_sub_menu ,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu .sidebar-item:hover .inner_sub_menu  {
    display: block !important;
}
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu.active .inner_sub_menu,
.show-sidebar .sidebar-nav ul .sidebar-item ul.submenu .inner_sub_menu {
    display: none !important;
}


   .show-sidebar .footer {
    left: 0;
   }
   .show-sidebar .body-wrapper,
   .show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed][data-sidebartype=mini-sidebar] .app-header {
    width: calc(100% - 110px);
    margin-left: auto !important;
    /* z-index: 9999; */
}
.show-sidebar#main-wrapper[data-layout=vertical][data-header-position=fixed] .app-header {
        width: calc(100% - 110px);
    }
.show-sidebar .logo-img img {
    width: 90px;
}
   .show_logo {
    display: none;
}
#main-wrapper[data-layout=vertical][data-sidebartype=full] .body-wrapper {
    /* z-index: 99999; */
}
.open_1199 {
    position: relative;
    /* left: -17px; */
    /* z-index: 99999999; */
}
/* .app-header {
    padding: 0 25px 0 0;
} */
.show-sidebar .brand-logo .hide_logo {
    display: none;
}

.show-sidebar .brand-logo .show_logo {
    display: block;
    width: 60px;
}
.open_1199 {
    display: none !important;
}

 }
@media (min-width: 1200.98px) {

 }

/*max-devices-media-query*/

@media (max-width: 1599.98px) {
  .all_img_gallery .item {
      width: 25%;
  }
  .day_img img {
    height: 170px;

  }
  .rs_white_box {
    padding: 10px;
  }


}
@media (max-width: 1499.98px) {

.login_from {
  width: 100%;
  max-width: 1100px;
}
#chartdiv {
  height: 270px;
}
.rs_white_box {
  padding: 10px;
}

.rs_white_box span {
  width: 40px;
  height: 40px;
}

.rs_white_box span img {
  width: 20px;
  height: 20px;
}

.rs_white_box h3 {
  font-size: 16px;
  margin: 0 0 2px;
}

.rs_white_box p {
  font-size: 13px;

}

.green_bg_icon .right img {
  width: 100px;
}
.rs_upload_img.cover_gallery.green_rs_box h6 {
  font-size: 16px;
}

.rs_upload_img.cover_gallery img {
  width: 30px;
}
.rs_upload_img.cover_gallery.green_rs_box {
  padding: 20px 10px;
}
.col_se_rs .lan_rs_select.all_rs_select {
  margin-bottom: 15px;
}


 }
@media (max-width: 1199.98px) {
.open_1199 {
    display: flex !important;
}
.open_1200{
  display: none !important;
}
.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%;
}
.all_img_gallery .item {
  width: 50%;
}
.col_se_rs .col {
  width: 25%;
}
.day_img img {
  height: auto;
  object-fit: cover;
}
.all_img_gallery .item:nth-child(2n + 1) {
  padding-left: 0;
  padding: 0;
}
 }
@media (max-width: 767.98px) {
  .winner_name_dec .right {
    flex-wrap: wrap;
}

.winner_name .rank_name {
    display: inline-block;
}
.all_img_gallery .item {
  width: 100%;
  padding: 0;
}
 }
@media (max-width: 575.98px) {
  .winner_name_dec .right {
    width: 100%;
    margin: -30px 0 0  0;
    padding: 50px 0 20px;
    border-radius: 8px;
}
.dr_code li {
    font-size: 14px;
}
.br_rs_lr {
    padding: 0;
    border: 0;
}

.dr_code li p {
    word-wrap: break-word;
}
.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;
}
.col_se_rs .col {
        width: 33.33%;
        padding: 0 5px;
    }
.list_gallery li a {
    font-size: 12px;
    padding: 8px 6px;
}
.main_title {
    font-size: 14px;
}

.btn {
    min-height: auto;
    font-size: 12px;
    padding: 4px 10px;
}
body {
    font-size: 12px;
}
.list_gallery ul {
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
.main_title a {
    font-size: 14px;
}

.main_title i {
    font-size: 12px;
    margin: 0 0px !important;
}

.main_title span {
    font-size: 13px;
}

.col-lg-8.col-md-8.col-sm-12.col-12.m-auto.pt-5.pb-5,
.col-lg-11.col-md-11.col-sm-12.col-12.m-auto.pt-5.pb-3 {
    padding: 0  15px!important;
}
.col_se_rs .lan_rs_select.all_rs_select{
    margin-bottom: 0;

}
.rs_upload_img.cover_gallery.green_rs_box {
    margin-bottom: 15px;
}
.list_gallery ul li {
    margin: 0 5px;
}
.bre_rs_link {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
}

.bre_rs_link li a svg {
    width: 12px;
}

.bre_rs_link {
    justify-content: center;
}
ul.tabs li {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.rs_upload_img.cover_gallery {
    padding: 13px 10px;
}

.rs_upload_img h5 {
    font-size: 14px;
}

.rs_upload_img p {
    font-size: 12px;
}
.btn {
    margin: 3px 0 0 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;
}
.black .bg_tra_rs, .black .bg_tra_rs:hover {
  background: rgb(51 51 51 / 10%);
  border: 1px solid #333333;
  border-radius: 8px;
  color: #333333;
  mix-blend-mode: luminosity;
}

.black .rank_gallery a.text_bg_green {
  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;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


/*******/
.rs_upload_img.active img {
    width: calc(100% - 11px);
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% - 11px);
    object-fit: contain;
    background: #f4f4f4;
    pointer-events: none;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}

.rs_power {
    padding: 25px 0 0 0;
}

.rs_power p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rs_power p img {
    width: 120px;
    margin-left: 8px;
}
