@charset "UTF-8";

/* menu left */

/* ナビゲーションメニューの先頭(ナビゲーション開閉ボタン用) */

.nav .nav-menu .fa,
.nav .nav-menu .far,
.nav .nav-menu .fas,
.nav .nav-menu .fab{
  display: inline-block;
  padding-right: 6px;
  color: #DFDFDF;
  font-size: 1.05em;
  width: 18px;
}
.nav .nav-menu .fa-home,
  .nav .nav-menu .fa-info-circle{
  font-size: 1em;
}
.nav .nav-menu .fa-award{
  font-size: 1.1em;
}
.nav .nav-menu .fa-laptop, .nav .nav-menu .fa-home, .nav .nav-menu .fa-youtube{
  font-size: 0.85em;
}
.nav .nav-menu .fa-file-alt{
  font-size: 1.1em;
  padding-left: 2px;
}

.nav .nav-menu .fa-pre-apps {
  background: url("/frontend/resources/images/common/pre-apps.png") no-repeat;
  margin-right: 13px;
}

.nav .nav-menu .nav-menu-label {
  display: contents;
  color: #fff;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Noto Sans JP;
}

.nav .nav-menu:hover {
  background-color: #333333;
}
.nav-menu-current {
  background-color: #333333;
}
.nav .nav-menu.nav-menu-active {
  /*background-color: #F3F3F3;*/
}

.nav .nav-menu.nav-menu-active .nav-icon-active,
.nav .nav-menu.nav-menu-active .current {
  color: #fff;
}

.nav .nav-menu.nav-menu-active:hover,
.nav .open-sub li:hover {
  background-color: #fff;
  /*color: #232323;*/
}
.nav .menu-first .nav-menu.nav-menu-active:hover {
  background-color: #fff;
  cursor: default;
}

/*.nav .nav-menu.nav-menu-active:hover .nav-icon-active,
.nav .nav-menu.nav-menu-active:hover .current,
.nav .nav-menu.nav-menu-active:hover i {
  color: #fff;
}

.nav .nav-menu.open.dropdown {
  background-color: #333333;
}*/

.nav .nav-menu.nav-menu-active.dropdown .nav-icon-active,
.nav .nav-menu.nav-menu-active.dropdown .current,
.nav .nav-menu.nav-menu-active.dropdown .nav-menu-label,
.nav .nav-menu.nav-menu-active.dropdown i {
  color: #fff;
}

.nav .nav-menu.nav-menu-active.open.dropdown.nav-content {
  background-color: #fff;
}

.nav .nav-menu.nav-menu-active.open.dropdown.nav-content li {
  background-color: #333333;
}

.nav .nav-menu.nav-menu-active.open.dropdown.nav-content li.hover {
  background-color: #fff;
  color: #232323;
}
.nav .menu-first{
  overflow: auto;
}
#sidebar-container .menu-first {
  height: 100%;
  padding-bottom: 100px;
  overflow: auto;
}
#sidebar-container .menu-first > li {
  margin-bottom: 14px;
}
.nav .menu-first::-webkit-scrollbar {
  width: 5px;
}

.nav .menu-first::-webkit-scrollbar-track {
  background: #fff;
}

.nav .menu-first::-webkit-scrollbar-thumb {
  background: #6f6f6f;
}

.nav .menu-first::-webkit-scrollbar-corner {
  background-color: #fff;
}
#sidebar-container .menu-first::-webkit-scrollbar {
  display: none;
}
#sidebar-container .menu-first {
  padding-bottom: 100px;
  height: auto !important;
}
#sidebar-container > ul > li {
  /*margin-bottom: 10px;*/
}
.spScrollbar {
  overflow: auto;
}
.spScrollbar::-webkit-scrollbar {
  width: 8px;
  display: none;
}
#sidebar-container:hover .spScrollbar::-webkit-scrollbar{
  display: block;
}
.spScrollbar::-webkit-scrollbar-track {
  background: #fff;
}
.spScrollbar::-webkit-scrollbar-thumb {
  background: #6f6f6f;
  border-radius: 5px;
}
.spScrollbar::-webkit-scrollbar-corner {
  background-color: #fff;
}

.nav .open-sub li {
  padding: 3.8px 0 3.8px 32px;
  /*background-color: #333333;*/
  line-height: 20px;
}

.nav .open-sub li:hover {
  background-color: #fff;
}

.nav .open-sub li:hover .nav-content-link {
  color: #D94A6F;
}

.nav .open-sub li .nav-content-link {
  font-weight: normal;
  color: #232323;
  font-size: 14px;
  line-height: 20px;
}

.nav .open-sub li .nav-content-link.is-lock,
.nav .nav-menu.is-lock{
  background-image: url(/images/lock_icon.png?c86913bd110ec7f51cec065ee1be212d);
  background-position: center right;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.nav .nav-menu.is-lock {
    background-position: center right 22px;
}

.nav .open-sub li.current .nav-content-link {
  color: #D94A6F;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.nav .nav-menu-label:hover,
.nav .nav-content-link:hover,
.nav .open-sub li:hover {
  color: #D94A6F !important;
  text-decoration: none;
}

.nav .auth-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #232323;
  padding-bottom: 15px;
}
.nav .auth-menu .nav-menu.dropdown:after {
  display: none;
}
/*.nav .auth-menu .nav-menu.dropdown:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.nav .auth-menu .nav-menu.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}*/

.nav .auth-menu .logout {
  width: 44px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 9;
}

.nav .auth-menu .logout a {
    line-height: 32px;
}

.nav .auth-menu .logout i {
  color: #fff;
  line-height: 32px;
}

.nav-menu-active {
  color: #333333;
}

.nav.open .nav-content a:hover {
  text-decoration: none;
}

.nav.open .nav-content a.current {
  color: #fff;
}

.nav-content {
  padding: 0;
  /*background-color: #333333;*/
}

.nav-menu-first {
  position: relative;
  height: 32px;
  margin-bottom: 1px;
  overflow: hidden;
}

.nav-menu {
  position: relative;
  cursor: pointer;
  padding: 6px 5px 6px 10px;
  overflow: hidden;
  line-height: 20px;
}

.nav-close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 32px;
  background-color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.nav-close:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 42%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #787878;
  border-right: solid 2px #787878;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.nav-open:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 42%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #787878;
  border-right: solid 2px #787878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav ul.nav-content li {
  padding-left: 32px;
}

/* button */

.btn-common,
#btnChangepass {
  background: #232323;
  border: solid 1px #232323;
  border-radius: 6px;
  min-width: 154px;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.btn-default {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #A6A6A6;
  padding: 0.288rem .75rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  text-decoration: none;
}

.btn-default.active,
.btn-default:hover {
  border: 1px solid #A6A6A6;
  background-color: #A6A6A6;
  color: #fff !important;
  text-decoration: none;
}

.btn-default.btn-lock-icon:hover {
  border: 1px solid #A6A6A6;
  background-color: #fff;
  color: #232323 !important;
  text-decoration: none;
  cursor: default;
}
.btn-default.btn-lock-icon.btn-twitter-lock-icon:hover {
  border: 1px solid #A6A6A6;
  background-color: #A6A6A6;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer !important;
}

.btn-default.border-default {
  border: 1px solid transparent;
}

.tag-default {
  line-height: 26px;
  height: 26px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

/* pagination */

.pagination {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.pagination:after {
  content: ' ';
  display: table;
  clear: both;
}

.pagination li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}

.pagination li .page-link {
  display: block;
  height: 32px;
  min-width: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  background: #E8E8E8;
  text-decoration: none;
  border-radius: 6px;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #232323;
}

.pagination li .page-link[rel=next],
.pagination li .page-link[rel=prev] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  color: #fff;
  background-color: #232323;
  border-radius: 6px;
}

.pagination li .page-link[rel=next]:after,
.pagination li .page-link[rel=prev]:after {
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-size: 14px;
  text-indent: 14px;
  color: #fff;
  float: left;
  font-weight: 900;
}

.pagination li .page-link[rel=next]:after {
  content: "\F0DA";
}

.pagination li .page-link[rel=prev]:after {
  content: "\F0D9";
}

.pagination li.active .page-link {
  background-color: #232323;
  cursor: default;
  color: #fff;
}

.pagination li[aria-label='Next »'] span,
.pagination li[aria-label='« Previous'] span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  color: #232323;
}

.pagination li[aria-label='Next »'] span:after,
.pagination li[aria-label='« Previous'] span:after {
  font-family: "FontAwesome", "Font Awesome 5 Free";
  font-size: 14px;
  text-indent: 0;
  color: #fff;
  float: left;
  font-weight: 900;
  background: #232323;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.pagination li[aria-label='Next »'] span:after {
  content: "\F0DA";
}

.pagination li[aria-label='« Previous'] span:after {
  content: "\F0D9";
}

.navigation.pagination a {
  min-width: 32px;
  height: 32px;
  background-color: #E8E8E8;
  border-radius: 6px;
  line-height: 32px;
  color: #232323;
}

.navigation.pagination a.active,
.navigation.pagination a.current {
  color: #fff;
  background-color: #232323;
}

.navigation.pagination a.previous,
.navigation.pagination a.next {
  background-color: #232323;
  width: inherit;
  color: #fff;
}

.navigation.pagination a i {
  font-size: 14px;
  padding-top: 4px;
}

.navigation.pagination .ellipsis.page-numbers {
  min-width: 32px;
  height: 32px;
  background-color: #E8E8E8 !important;
  border-radius: 6px;
  line-height: 32px;
}

/* datetimepicker */

.ui-widget-content {
  border: 1px solid #E8E8E8 !important;
  background: #f8f8f8 !important;
  border-radius: 16px;
}

.ui-widget-header {
  border: none !important;
  background: none !important;
  color: #232323 !important;
  font-weight: 500;
  font-size: 14px;
}

.ui-datepicker th {
  font-weight: 500;
  font-size: 12px;
  color: #787878;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e8e8e8 !important;
  background: #fff !important;
  font-weight: 500 !important;
  color: #232323 !important;
  font-size: 12px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #333 !important;
  background: #232323 !important;
  color: #fff !important;
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus,
.ui-datepicker-calendar .ui-widget-content .ui-state-focus,
.ui-datepicker-calendar .ui-widget-header .ui-state-focus {
  background: #232323 !important;
  color: #fff !important;
}

.ui-widget-header .ui-state-hover {
  border: none !important;
  background: inherit !important;
}

.ui-widget-header .ui-icon,
.ui-icon,
.ui-widget-content .ui-icon,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 500;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
  content: "";
  position: absolute;
  top: 24%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
}

.ui-datepicker .ui-datepicker-prev span:after {
  left: 6px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.ui-datepicker .ui-datepicker-next span:after {
  right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* Using a string */

a:hover {
  cursor: pointer;
}

.logo {
  padding-top: 17px;
  padding-left: 18px;
}

.logo svg {
  height: 32px;
  width: auto;
}

.blue {
  background-color: #0166FF;
}

.indigo {
  background-color: #6610f2;
}

.purple {
  background-color: #6f42c1;
}

.pink {
  background-color: #FF018B;
}

.red {
  background-color: #e74a3b;
}

.orange {
  background-color: #fd7e14;
}

.yellow {
  background-color: #EBB11C;
}

.green {
  background-color: #1cc88a;
}

.teal {
  background-color: #20c9a6;
}

.cyan {
  background-color: #36b9cc;
}

.black {
  background-color: #232323;
}

#container {
  background-color: #f3f3f3;
  padding: 24px;
  margin-left: 226px;
}

#container #content_header {
  color: #232323;
  width: 100%;
  /* padding: 24px; */
}

#container #content_header .title_inner h1 {
  /* font-size: 20px;
  font-weight: 500;
  color: #232323;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 12px;
  height: 32px;
  line-height: 20px;
  margin: 0; */
}

#container.close {
  margin-left: 0;
  text-shadow: 0 0 transparent;
  opacity: 1;
  font-weight: 500;
}

#container.close:hover {
  text-shadow: 0 0 transparent;
  opacity: 1;
}

#container.close:not(:disabled):not(.disabled) {
  cursor: initial;
}

.mypage .mypage-content {
  float: left;
  padding: 0 10px 20px;
  font-weight: 400;
}

.mypage .mypage-content:first-child {
  padding-left: 0;
}

.mypage .mypage-content:last-child {
  padding-right: 0;
}

.mypage .mypage-content.iframe-new-ranking {
  overflow: hidden;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page {
  color: #232323;
  background-color: #fff;
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 16px 16px 0 0;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page .head-my_page {
  margin: 0 1rem 0 1rem;
  border-bottom: 1px solid #A5A6A7;
  padding: 9px 0 7px 0;
  position: relative;
  top: 0;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page .head-my_page .question {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page .head-my_page .question .tooltiptext {
  visibility: hidden;
  width: 15rem;
  background-color: #f8f8f8;
  color: #232323;
  text-align: left;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(93, 93, 93, 0.3);
          box-shadow: 0 1px 4px 0 rgba(93, 93, 93, 0.3);
  padding: .75rem .5rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 110%;
  font-size: 12px;
  font-weight: 400;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page .head-my_page .question i {
  position: absolute;
  right: 0;
  top: -21px;
  cursor: pointer;
}

.mypage .mypage-content.iframe-new-ranking .content-head-my_page .head-my_page .question:hover .tooltiptext {
  visibility: visible;
}

.container_ .header_ {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
}

.container_ .content_,
.container_ .content {
  background-color: #fff;
  padding: 24px 1.5rem 1.5rem 1.5rem;
  border-radius: 24px;
}

.text-white {
  color: #fff !important;
}
.visibility{
  visibility: hidden;
}

/* Resize the browser window to see how the background color of this paragraph changes on different screen sizes. */

@media only screen and (max-width: 600px) {
  .example {
    background: red;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .example {
    background: green;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .example {
    background: blue;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .example {
    background: orange;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .example {
    background: pink;
  }
}
footer{
  text-align: center;
  color: #232323;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding-bottom: 24px;
  font-weight: 500;
  width: calc(100% - 226px);
  margin-left: 226px;
}
.nav-menu.notice-new:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-image: url('../images/annotation.png');
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.nav-menu > a {
    width: 100%;
    display: block;
    text-decoration: none;
}
.head-twitter > span {
  position: relative;
  padding-left: 30px;
}
.head-twitter > span:before {
    content: '';
    width: 22.5px;
    height: 15px;
    background-image: url(/images/youtube_icon/twitter_x_w.png);
    background-size: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-color: #000;
    /* line-height: 43px; */
    vertical-align: middle;
    /* padding: 7.5px 12px; */
    /* border: 1px solid #D2D2D2; */
    /* margin: 0; */
    border-radius: 4.5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.calendar_plan_alert {
  display: block;
  margin: 0 auto 20px;
  text-align: left;
  width: 100%;
  padding: 18px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 50px;
  background-image: url('../images/calendar_alert_icon.png');
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left 15px;
  border: 1px solid #E8E8E8;
}
.calendar_plan_alert a {
  color: #FF018B;
}
.calendar_plan_alert img {
  width: 30px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
}
.calendar_plan_alert p {
  display: inline-block;
  width: 155px;
}
.calendar_plan_alert .alert_app_infos {
  display: inline-block;
  width: calc(100% - 273px);
  white-space: nowrap;
}
.calendar_plan_alert .alert_app_infos > span,
.calendar_plan_alert .btn_setting_app,
.calendar_plan_alert.free_app > span {
  /*background: #F8F8F8;*/
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  width: calc(33.33% - 13px);
  margin-right: 14px;
}
.calendar_plan_alert .alert_app_infos > span:hover,
.calendar_plan_alert .btn_setting_app:hover,
.calendar_plan_alert.free_app > span:hover {
  background: #F3F4F6;;
  border-color: #F3F4F6;;
}

.calendar_plan_alert .alert_app_infos > span:last-child {
  margin-right: 0;
}
.calendar_plan_alert.free_app > span {
  width: auto;
  margin-right: 0;
  padding: 0 30px;
}
.calendar_plan_alert .alert_app_infos span > a,
.btn_setting_view {
  border: 1px solid #232323;
  background-image: url(../images/calendar_alert_button_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 15px;
  background-color: #fff;
  display: inline-block;
  color: #232323 !important;
  font-weight: 500;
  padding: 0 15px;
  padding-left: 39px;
  border-radius: 6px;
  /* padding-top: 0; */
  margin-left: 5px;
  /* width: 86px; */
  height: 42px;
  line-height: 41px;
}
.btn_setting_view {
  margin-left: 10px;
}
.btn_setting_view:hover {
  background-color: #A6A6A6;
  background-image: url(../images/calendar_alert_button_icon.png);
  background-position: center left 13px;
  background-size: 23px;
  color: #fff !important;
  border-color: #A6A6A6;
}
.calendar_plan_alert .alert_app_infos span span {
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 49px;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  height: 50px;
  margin-top: -2px;
}
.calendar_plan_alert .alert_app_infos > span:hover span,
.calendar_plan_alert .btn_setting_app:hover,
.calendar_plan_alert.free_app > span:hover span {
  text-decoration: underline;
  cursor: pointer;
}
.gantt-chart-lock .bar_container {
  min-height: 450px;
  position: relative;
}
.gantt-chart-lock .plan-lock-container {
  min-height: 450px;
  position: absolute;
  background-size: cover;
}
.event-list-lock {
  height: 450px;
  position: relative;
}
.event-list-lock .plan-lock-container {
  height: calc(100% - 40px);
  top: 40px;
}
.hide-event-list-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  cursor: default;
}
.border-none {
    border: none !important;
}
.is-lock-btn {
  cursor: default !important;
}
.is-lock-btn * {
  cursor: default !important;
}