
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:wght@400;500;600;700&display=swap');
body{ font-size: 0.95rem; font-family: 'Rethink Sans', sans-serif; color: #000000;
}
.login_bg{
    background-color: #ceeaff;
}
.btn_color{
    color :#fff;
    background-color: #005696;
    border-color: #005696;
}
.btn_color:hover{
  color :#fff;
}
.bg_color{
  background-color: #005696;
}
.txt_color{
  color :#005696;
}
.login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    padding: 20px;
    background-color: #ffff;
    border-radius: 10px;
   
  }
  .feedback-section, .confirmation-section {
    height: 0;
    position: fixed;
    bottom: 0 !important;
    background-color: #e74a3b	;
    color: #ffffff;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.feedback-section.error {
    background-color: #e74a3b	;
}
.feedback-section.success {
    background-color: #1e7e34;
}
/* #content-wrapper{
    background-color: #f3f3f3;
} */
.feedback-section span:nth-child(1) {
    line-height: 70px;
    font-size: 17px;
}
.topbar{
    height: 4.375rem;

}

  .sidebar-content {
    flex: 1;
  }
  .active{
    background-color: #bce2ff !important;
    /* color: #0000 !important; */
  }
  .active .active_item{
    color: #0000 !important;
    
  }
  .state {
    border-radius: 5px;
    width: 100%;
    height: 170px;
    background: #d2ecff;
    border: 1px solid #F3F3FF;
}
.district {
  border-radius: 5px;
  width: 100%;
  height: 170px;
  background: #e1ffe7;
  border: 1px solid #F3F3FF;
}
.mandal {
  border-radius: 5px;
  width: 100%;
  height: 170px;
  background: #e3edfb;
  border: 1px solid #F3F3FF;
}
.state_level_stores {
  border-radius: 5px;
  width: 100%;
  height: 170px;
  background: #daffec;
  border: 1px solid #F3F3FF;
}
.district_level_stores {
border-radius: 5px;
width: 100%;
height: 170px;
background: #f3e1ff;
border: 1px solid #F3F3FF;
}
.mandal_level_stores {
border-radius: 5px;
width: 100%;
height: 170px;
background: #ffdede;
border: 1px solid #F3F3FF;
}
.add_button {
  align-items: center;
  border: 1px solid #1686e3;
  padding: 4px 26px;
  border-radius: 65px;
  font-size: 14px;
  color: #1686e3;
  text-transform: uppercase;
}
.add_button:hover {
  color: #1686e3;
}
.action_btns, .action_btns button {
  display: flex;
  align-items: center;
  justify-content: left;
  background: none;
}
.table>:not(:last-child)>:last-child>* {
  border: 0px;
}
.table{
 border-color: #ffffff
}
.bootbox-confirm .close {
  border: 1px solid black !important;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 3px;
}
.page-item.active .page-link {
  background-color: #b2d6f1;
  border-color: #b2d6f1;
}
.header {
  text-transform: uppercase;
}
.bootbox-body {
  color: #000000;
  font-size: 16px;
}
.table{
  width:100% !important;
}
input[type=file] {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.cursor-pointer{
  cursor: pointer;
}
.dashboard-menu {
  height: calc(100vh - 90px);
}
.datetimepicker-container {
    position: relative;
}
.logo_img_border{
    border: dotted !important;
    border-color: #dcdcdf !important;
    border-width: 2px !important;
    height:180px;
}
input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}
.form_uploadstyl{
  border: 1px dashed silver;
  border-radius: 8px;
  min-height: 200px;
}
.form_uploadstyl em {
  font-style: italic;
  font-size: 13.5px;
  text-transform: capitalize;
  color: #888;
}
.upload-container{
  height: auto !important;
}
.remove-image, .remove-video, .remove-pdf, .remove-edit-image {
  right: 0;
  top: 0;
  background: none;
  width: 20px;
  z-index: 2;
  cursor: pointer;
}
.page-link{
  color: #005696;
}
.page-link:hover{
  color: #005696;
}
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 70px;
}

#content-wrapper {
  padding-top: 70px;
}
.select2-container .select2-search--inline .select2-search__field {
  padding-left: 5px !important;
}
.input_width{
    width: 50%;
}
@media (min-width: 991px) and (max-width: 1780px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 13.333333%;
}
.col-lg-11 {
  flex: 0 0 auto;
  width: 86.666667%;
}
}
@media (max-width: 1400px) {
   .input_width{
       width: 100% !important;
   }
}
@media (max-width: 1076px) {
  .sidebar-txt{
    font-size: 13px;
  }
}