.inner-dropdown {
  border: 1px #fff solid;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  height: 100%;
  margin-left: 30px;
  overflow: hidden;
  z-index: 120;
  width: 200px;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .inner-dropdown:hover {
    background-color: #85d9eb; }
  .inner-dropdown.locked ul li:first-child a {
    background-image: url(/media/image/34cc92328a807bdce48ee924f11563c64416b0cc.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: #85d9eb; }
    .inner-dropdown.locked ul li:first-child a:hover {
      background-image: url(/media/image/34cc92328a807bdce48ee924f11563c64416b0cc.svg);
      background-position: right 20px center;
      background-repeat: no-repeat;
      background-color: #85d9eb;
      color: #fff;
      cursor: default;
      opacity: 1; }
  .inner-dropdown ul {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%; }
    .inner-dropdown ul li {
      width: 100%; }
    .inner-dropdown ul li:not(:first-child) {
      display: none; }
    .inner-dropdown ul li:first-child {
      background-image: url(/media/image/3b339f8963143e7f3d1e97f12ee72d6eb1cbcb74.svg);
      background-position: right 20px center;
      background-repeat: no-repeat; }
    .inner-dropdown ul li:first-child:hover {
      background-image: url(/media/image/1f54e93bfb1855800577a048ba4b0a335a8868b4.svg); }
    .inner-dropdown ul li a {
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      padding: 14px 40px 14px 20px;
      transition: all 0.3s;
      display: block;
      white-space: nowrap; }
    .inner-dropdown ul li a:hover {
      color: #85d9eb;
      background-color: #fff; }
  .inner-dropdown.calendar {
    background-color: #ff6e46; }
    .inner-dropdown.calendar ul li:first-child a {
      background-image: url(/media/image/4611267b65f4f57098ad8aaf3e0571b293f83464.svg);
      background-position: 12% center;
      background-repeat: no-repeat;
      background-size: 32px; }
    .inner-dropdown.calendar ul li a {
      font-weight: 700;
      padding: 14px 40px 14px 40px;
      text-align: center; }
    .inner-dropdown.calendar ul li a:hover {
      color: #ff6e46;
      background-color: #c7604b; }

@media (max-width: 960px) {
  .inner-dropdown {
    position: relative;
    top: 500px;
    left: 0; } }
