body {
  font-family: "Source Sans Pro", sans-serif;
  max-width: "600px";
  width: 100%;
  margin: 0 auto;
  padding:0px;
  font-size: 15px;
  
}

body, html {
  height: 100%;
  width: 100%;
}

.login:after, .login:before {
  content: "";
  position: absolute;
}

.login:after {
  background: url("images/top-shape.svg") no-repeat left top;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}

.login:before {
  background: url("images/bottom-shape.svg") no-repeat right bottom;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}

.form_login {
  z-index: 2;
}

.btn_bg_1 {
  background: #1E73DD;
}

.cursor-pointer {
  cursor: pointer;
}

.hover_txt:hover {
  color: #1E73DD !important;
}

.bg-color-1 {
  background: #1E73DD;
}

.prof_img {
  width: 30px;
  height: 30px;
}

.bg-color-3 {
  background: #F1F4FF;
}

.flx_0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.flx_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main_info {
  border-radius: 25px 25px 0px 0px;
}

.filter_icon i {
  font-size: 20px;
}

.border-bottom {
  border-bottom-color: #ccc !important;
}

.flat_list ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.flat_list ul li {
  margin: 0 auto;
  list-style: none;
}

.walk_item {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid transparent;
}

.walk_item:hover {
  border-color: #1E73DD;
  background: #deedff;
  cursor: pointer;
}

.walk_item span {
  white-space: nowrap;
}

.walk_item b {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 35px;
  color: #1E73DD;
}

.walk_item a {
  text-decoration: none;
  color: #000000;
}

.overflow_auto {
  overflow: auto;
}

.txt_overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}

.bx_sty_1 {
  background: #F3FFF7;
  border: 1px solid #16652C;
}

.bx_sty_2 {
  background: #ECF4FF;
  border: 1px solid #0644A1;
}

.bx_sty_1 i {
  color: #16652C;
}

.bx_sty_2 i {
  color: #0644A1;
}

.bx_sty span {
  color: #000000;
}

.bx_sty i {
  font-size: 25px;
}

.bx_sty_3 {
  background: #fdf9ff;
  border: 1px solid #8d43b4;
}

.bx_sty_3 i {
  color: #8d43b4;
}

.load_new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
}

.load_new img {
  width: 60px;
  opacity: 0.8;
}

.tab_head .c_tab {
  cursor: pointer;
}

.txt_semi {
  font-weight: 600;
}

.tab_body > div {
  display: none;
}

.tab_gal .col a {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
}

.tab_gal .col a img {
  max-width: 100%;
  max-height: 100%;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ActiveList {
  border-color: #1E73DD;
  background: #E5F1FF;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.gall_upload {
    position: fixed;
    right: 40px;
    z-index: 999999;
    bottom: 70px;
}

.fil_upload {
    background: #0dcaf0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

    .fil_upload i {
        font-size: 33px;
        color: #fff;
    }

.food_arrow {
    font-size:28px
}
.fs_5 {
    font-size: 22px
}

.cus_btn_1 {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.loading {
    background: url("images/animation.gif") no-repeat left top rgba(255,255,255,0.5);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999999;
}
.k-list-optionlabel {
    color: #000;
}
.bg-body-secondary {
    background: #e4e4e4;
    padding: 4px 8px;
}
.new_load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 105000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_load_wra {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.leaf_img_1 {
    left: 47px;
    top: 34px;
    z-index: 2;
}

.leaf_img_2 {
    left: 86px;
    z-index: 4;
}

.leaf_img_3 {
    left: 110px;
    z-index: 5;
}

.leaf_img_4 {
    right: 86px;
    z-index: 3;
}

.leaf_img_5 {
    right: 51px;
    top: 35px;
    z-index: 1;
}

.leaf_img_4 img {
    opacity: 0.85;
}


.leaf_img_3, .bar_flow {
    opacity: 0;
}

.leaf_img_2, .leaf_img_4 {
    opacity: 0;
}

.leaf_img_1, .leaf_img_5 {
    opacity: 0;
}

.AnimationActive {
    opacity: 1;
    transition: all 0.4 ease-in-out;
    animation: fadeIn1 2s;
}

.AnimationActive_2 {
    opacity: 0;
    transition: all 0.4 ease-in-out;
    animation: fadeIn2 2s;
}

@keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.load_txt {
    padding-top: 0;
    display: block;
    font-size: 30px;
}

.help_pop {
    display: none !important
}
/* Loading Css */
.load_sec {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    z-index: 999999;
}

    .load_sec:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
    }

.load_svg {
    position: relative;
    width: 100px;
    height: 80px;
    margin: 0 auto 10px auto;
    z-index: 150;
}
.k-grid-header th.k-header {
    vertical-align: bottom;
    border: 1px solid #3f588b;
}
.ddlcat_filter_info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 550px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 150;
    margin-top: 11px;
    display: none;
}

.pop_h {
    background: #2b3d61;
    color: #fff;
    padding: 3px 10px;
    font-size: 9px;
    font-weight: normal;
    position: relative;
}

    .pop_h:after {
        content: "";
        position: absolute;
        border-width: 7px 5px;
        border-style: solid;
        border-color: transparent transparent #2b3d61 transparent;
        bottom: 100%;
    }

.ddlcat_filter_info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 550px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 150;
    margin-top: 11px;
    display: none;
}
.filterpanel_close i {
    color: #fff;
    font-size: 16px;
    display: block;
}
.dd_ftable {
    padding: 10px;
}

.filterpanel_close i {
    color: #fff;
    font-size: 16px;
    display: block;
}