.app-brand-logo img {
  width: 200px;
}

.menu-vertical .app-brand {
  padding-left: 25px !important;
}

.user-profile-header-banner img {
  height: 80px;
}

div#offcanvasAddPage {
  width: 70%;
}

.addPageClass {
  width: 70% !important;
}

.tab-content>.tab-pane {
  padding-bottom: 30px;
}

.ui-autocomplete {
  z-index: 1099 !important;
}

.light-style.layout-compact.layout-navbar-fixed.layout-menu-fixed img.dark_mode {
  display: none !important;
  vertical-align: middle !important;
  margin: 0px auto;
}

.light-style.layout-compact.layout-navbar-fixed.layout-menu-fixed img.light_mode {
  display: block !important;
  margin: 0px auto;
}

.dark-style.layout-compact.layout-navbar-fixed.layout-menu-fixed img.dark_mode {
  display: block !important;
  vertical-align: middle !important;
  margin: 0px auto;
}

.dark-style.layout-compact.layout-navbar-fixed.layout-menu-fixed img.light_mode {
  display: none !important;
  margin: 0px auto;
}

.layout-compact.layout-navbar-fixed.layout-menu-fixed.layout-menu-collapsed aside#layout-menu li.menu-item a.menu-link.menu-toggle img.menu-icon.tf-icons.bx.bx-group {
  width: 24px;
  margin: 0px auto;
}

.layout-compact.layout-navbar-fixed.layout-menu-fixed.layout-menu-collapsed.layout-menu-hover aside#layout-menu li.menu-item a.menu-link.menu-toggle img.menu-icon.tf-icons.bx.bx-group {
  margin: initial;
  margin-right: 8px;
}

.app-brand.mb-6.verify_logo {
  min-height: 60px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1;
  margin-bottom: 10px !important;
}


.week-container {
  display: flex;
  gap: 10px;
}

.week-container .day-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.week-container .day-box.selected {
  background-color: #696cff;
  color: white;
}


.layout-menu-fixed span.app-brand-logo.demo img.small_logo {
  display: none !important;
}

.layout-menu-fixed span.app-brand-logo.demo img.main_logo {
  display: block !important;
}

.layout-menu-fixed.layout-menu-collapsed span.app-brand-logo.demo img.main_logo {
  display: none !important;
}

.layout-menu-fixed.layout-menu-collapsed span.app-brand-logo.demo img.small_logo {
  display: block !important;
  width: 50px;
  height: 30px;
}

.layout-menu-fixed.layout-menu-collapsed .menu-footer-logo {
  display: none !important;
}

.app-brand-logo img {
  width: 188px;
  height: 56px;
}

.authentication-inner .app-brand-logo img {
  width: 188px;
  height: 80px;
}

ul.shoots_list {
  list-style-type: none;
  padding: 0;
}

ul.shoots_list li {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  padding: 24px;
  font-size: 30px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .075);
  margin-bottom: 8px;
  cursor: pointer;
  text-align: center;
}

ul.shoots_list li:hover {
  box-shadow: 0 0 5px 5px #ddd !important;
}

.form-error {
  font-size: 0.875em;
  color: #e3342f;
}

/*---- RoadMap ---*/
.roadmap {

  .bg--theme,
  .shape--blue-400:after {
    background-color: #696cff;
  }

  .btn--theme {
    color: #fff !important;
    border-color: #696cff !important;
    background-color: #696cff !important;
  }

  .color--white {
    color: #fff;
  }

  .cbox-1,
  .cbox-2,
  .cbox-3 {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
  }

  .cbox-2 .ico-wrap {
    position: relative;
    margin-right: 1.625rem;
  }

  .cbox-2-txt,
  .cbox-3-txt {
    margin-bottom: 35px;
  }

  .cbox-1-txt,
  .cbox-2-txt,
  .cbox-3-txt {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
  }

  .cbox-2-txt h5,
  .cbox-3-txt h5 {
    margin-bottom: 15px;
  }

  .txt-block h5 {
    margin-bottom: 20px;
  }

  .w-700 {
    font-weight: 700;
  }

  .s-22 {
    font-size: 1.375rem;
  }

  /*------------------------------------------*/
  /*  CBOX #2
/*------------------------------------------*/

  .cbox-2 .ico-wrap {
    position: relative;
    margin-right: 1.625rem;
  }


  .cbox-2-ico {
    position: relative;
    width: 3.55rem;
    height: 3.55rem;
    text-align: center;
    border-radius: 100%;
    font-size: 0.6rem;
    /* font-weight: 500; */
    line-height: 1.15rem;
    border: 2px solid transparent;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;

    .day {
      font-size: 30px;
      font-weight: bold;
    }
  }

  .ct-03 .cbox-2-ico {
    position: relative;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.15rem;
    line-height: 2.15rem;
  }

  .cbox-2-line {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 2px;
    background-color: #e4e4e4;
    height: calc(100% - 90px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .cbox-2:hover .cbox-2-ico {
    background-color: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .cbox-2:hover .cbox-2-ico.bg--theme {
    color: #696cff;
    border-color: #696cff;
  }

  .banner-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-section {
    width: 100%;
    min-height: 400px;
    border-radius: 5px;
    text-align: center;
  }

  .banner-section-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .deal-section {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    text-align: center;
  }

}
