/*****************
common
******************/
html {
     height: 100%;
     width: 100%;
}
body{
  overflow: auto;
  height: 100%;
  max-height: 100%;
  width:100%;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background-color: #fff;/*ローダー再生中の背景*/
  -ms-overflow-style: scrollbar !important;
}

#App{
  width: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
#MapPane{
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

/*****************
leaflet
******************/
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a {
    background:none;
    color:#fff;
}
.leaflet-container .leaflet-control-attribution img {
    width: 50px;
}
.leaflet-top .leaflet-control {
    margin-top: 50px;
    }
.leaflet-control-zoom {
    border: 3px solid #3394d2;
    box-shadow:none;
    }
.leaflet-container {
  background:#0068B7;
}
.leaflet-control-zoom .leaflet-control-zoom-in,
.leaflet-control-zoom .leaflet-control-zoom-out,
a.leaflet-control-zoom-in:hover,
a.leaflet-control-zoom-out:hover,
a.leaflet-control-zoom-in:focus,
a.leaflet-control-zoom-out:focus{
    border:none;
    color: #3394d2;
}

.leaflet-touch .leaflet-control-zoom{
    border: 3px solid #3394d2;
    box-shadow:none;
}


button.customBtn,
a.customBtn{
    height:44px;
    border-radius: 22px;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
}
button.customBtn:focus,
button.customBtn:active:focus,
button.customBtn.active:focus,
button.customBtn.focus,
button.customBtn:active.focus,
button.customBtn.active.focus{
    outline:none;
}
#MapInfoBtn{
    background-color:#fff;
    width:191px;
}

#TopRightButtonContainer .btn_account{
  margin-right:5px;
  background-color:#fff;
  border-color:#9fa0a0;

}
/* share btn */
#TopRightButtonContainer {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 999;
}
#TopRightButtonContainer img {
  width: 40px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
#TopRightButtonContainer img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#TopLeftButtonsContainer{
  position:absolute;
  top:5px;
  left:27px;
  font-size:20px;
  padding-top:5px;
  z-index:999;
}
#TopLeftButtonsContainer .button{
  cursor:pointer;
}

#MapViewerContainer{
    /*height:0;*/
}
#MapViewerContainer.h_short{
    padding-right:0;
}
.v_full{
    height:100%;
}
.v_short{
    height:40%;
}
#MapContainer{
    width:100%;
    height:100%;
}
#LLMapContainer{
    width:100%;
    height:100%;
}
#LmContentContainerH .lmTitle  > .closeBtn{
    width: 20px;
    right:20px;
}
#LmContentContainerV .lmTitle  > .closeBtn{
    right:5px;
    width: 20px;
}
.lmContentContainer{
    overflow:hidden;
    padding-left:0px;
    padding-right:0px;
    background-color:#fff;
}
#LmContentContainerV .lmTitle,
#LmContentContainerH .lmTitle{
  position: relative;
  padding:10 30 10 15;
  color:#15468c;
    width:100%;
  background-color:#fff;
  border-bottom: solid 2px #15468c;
  
}
.lmTitle > .textWrapper{
  color:#15468c;
  font-size: 17px;
  line-height: 1.2;
  margin: 0
}

.lmTitle > .closeBtn{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.lmContentWrapper{
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.lmContent{
    width:100%;
    height:100%;
    border:none;
}
#LmContentH {
    padding: 0 15px 0 0;
}
  @media only screen and  (max-width: 767px) {
    #TopRightButtonContainer {
      visibility: hidden;
    }
  }
/*****************
menu bar
******************/
#SliderFromBelow {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 500;
   /* background-color: #224787;*/
}
#OperationPane .logoContainer .logoWrapper {
  z-index: 500;
  position: relative;
}
#OperationPane .logoContainer .logoWrapper img {
  position: absolute;
    top: 8px;
  left: 25px;
  margin: 0em auto 0px 2px;
/*  width: 167px;*/
  height: 38px;
}
#OperationPane .operationButtonContainer {
  position: relative;
  height: 50px;
    border-top: solid 2px #ffffff !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
#OperationPane .operationButtonContainer .buttonsWrapper {
  width: 380px;
  position: absolute;
  top: 6px;
}
#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell {
  float: left;
  text-align: center;
  padding: 0;
  font-size: 9px;
  margin-right: 0px;
  margin-left: 0px;
  cursor: pointer;
}
  .operationButtonIcon{
    width: 82px;
    padding-left: 30px;
  }
  .operationButtonIcontext{
    width: 35px;
  }
  @media only screen and  (max-width: 767px) {
    #OperationPane .operationButtonContainer .buttonsWrapper {
      width: 180px;
      right: 0;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img {
      height: 28px;
      padding-left: 5px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
      margin-right: 0px;
    }
    .operationButtonIcon{
      width: 44px;
    }
    .operationButtonIcontext{
      height: 15px;
      margin-left: 4px;
      display: block;
    }
#OperationPane .logoContainer .logoWrapper img {
  position: absolute;
    top: 8px;
  left: 15px;
  margin: 0em auto 0px 2px;
  width: 100px;
/*  height: 38px;*/
}
  }
  @media only screen and  (max-width: 480px) {
    #OperationPane .operationButtonContainer .buttonsWrapper {
      width: 180px;
      right: 0;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img {
      height: 28px;
      padding-left: 5px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
      margin-right: 0px;
    }
    .operationButtonIcon{
      width: 44px;
    }
    .operationButtonIcontext{
      height: 15px;
      margin-left: 4px;
      display: block;
    }
  }
  @media only screen and  (min-width: 768px) {
    #OperationPane .operationButtonContainer .buttonsWrapper {
      right:0;
      left:0;
      margin:0 auto;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img {
      height: 35px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
      margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
      margin-right: 0px;
    }
  }

/*****************
share
******************/
#SharePannel .modal-backdrop {
    background-color: unset;
}
#SharePannel .pannel .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#SharePannel .pannel .modal-content .modal-body ul{
  list-style: none;
  position: absolute;
  right: 10px;
  top: 16px;
}
#SharePannel .pannel .modal-content .modal-body li{
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
#SharePannel .pannel .modal-content .modal-body .btn-sns {
  margin: 30px auto 0;
  width: 40px;
}
#SharePannel .pannel .modal-content .modal-body .modal-close img {
  width:40px;
  opacity: 1;
  transition: 0.3s;
}
#SharePannel .pannel .modal-content .modal-body .modal-close img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*****************
modal - common
******************/
#mapListModal,
#adPaneModal, 
#categoryListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;/* fixed要素固定のためのiOSデバイス慣性スクロール禁止 */
}
#mapListModal .modal-content,
#adPaneModal .modal-content, 
#categoryListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
  box-shadow: unset;
  overflow-y: auto;
}
#mapListModal .modal-backdrop.in,
#adPaneModal .modal-backdrop.in, 
#categoryListModal .modal-backdrop.in {
  background-color: rgba(0,0,0, 0.3);
  opacity: .90;
  position: absolute;
}



/*****************
modal - header：他のモーダル画面でも共通で使い回すのでID取っ払って全体に適用するようにしていければ
******************/
/* maplist */
#mapListModal .modal-content .modal-header{
  padding: 0;
  border-bottom: unset;
  position: fixed;
  max-width: 812px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  height: 90px;
 top: 0;
  left: 0;
  right: 0;
}
#mapListModal .modal-content .modal-header h3{
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin: unset;
  display: table-cell;
  vertical-align: middle;
}
#mapListModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
#mapListModal .modal-content .modal-header .close img {
  width:40px;
  position: absolute;
  z-index: 3000;
  top: 25px;
  right: 30px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
#mapListModal .modal-content .modal-header .close img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#mapListModal .modal-content .modal-header .MapListTitleContainer {
  display: table;
  width: 100%;
  height: 100%;
}

/* about */
#adPaneModal .modal-content .modal-header {
  padding: 0;
  border-bottom: unset;
  position: fixed;
  max-width: 812px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  height: 90px;
 top: 0;
  left: 0;
  right: 0;
}
#adPaneModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
#adPaneModal .modal-content .modal-header .close img {
    width:40px;
    position: absolute;
    z-index: 3000;
    top: 95px;
    right: 20px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}
  @media only screen and  (min-width: 1024px) {
    #adPaneModal .modal-content .modal-header .close img {
      width:40px;
      position: fixed;
      z-index: 3000;
      top: 35px;
      right: 35px;
      cursor: pointer;
      opacity: 0;
      transition: 0.3s;
    }
  }

/*****************
modal - maplist
******************/
#mapListModal .modal-content {
   max-width: 812px;
}
#mapListModal .modal-content .modal-body {
  padding: 0;
}
#mapListModal .modal-content .modal-body .MapListContainer {
  padding: 90px 0 0;
  /* width: 100%;
  max-width: 812px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box; */
}
#mapListModal .modal-content .modal-body .MapListContainer .MapList {
  overflow-y: auto;
   max-width: 812px;
  padding: 23px 23px 0 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and  (min-width: 768px) {
  #mapListModal .modal-content .modal-body .MapListContainer .MapList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
  background-color: #eee;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin-bottom:23px;
  position: relative;
}
@media only screen and  (min-width: 768px) {
  #mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
    width: 48.5%;
  }
}
#mapListModal a.linkToMap {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
#mapListModal a.linkToMap:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
#mapListModal a.linkToMap:focus {
  text-decoration: none;
}
#mapListModal .MapThumbnail img {
  width: 100%;
}
#mapListModal .mapListItem .mapDescContainer .mapDesc {
  color: #333;
  line-height: 1.615;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
}
#mapListModal .mapListItem .linkToMapContainer {
  width: 100%;
  height: 40px;
  display: table;
  position: relative;
}
#mapListModal .mapListItem .linkToMapContainer P {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: unset;
  color: #FFF;
  background-color: #047bc2;
}
#mapListModal .mapListItem .mapTextContainer{
  padding: 20px;
}
#mapListModal .MapListItem .mapTitleText {
  color: #333;
  line-height: 1.615;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 10px;
}
#mapListModal .MapListItem .linkToMapArrow {
  width: 23px;
  position: absolute;
  right: 10px;
}

/*****************
modal - about
******************/
#adPaneModal .modal-content .modal-body {
    width: 100%;
  max-width: 812px;
  margin: 0 auto;
  overflow-y: auto;  
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  padding: 0;
  background-color: ##FFFFF5;
}
#adPaneModal .modal-content {
  width: 95%;
  max-width: 812px;
  box-shadow: none;
}
#adPaneModal a {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
#adPaneModal a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
#adPaneModal a:focus {
  text-decoration: none;
}
#adPaneModal .modal-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.315;
  color: #333;
}
#adPaneModal .modal-content .shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#adPaneModal .modal-content .lead {
  margin: 90px auto;
  width: 90%;
}
#adPaneModal .modal-content .lead h2 {
  text-align: center;
  margin: 0 auto 40px;
}
#adPaneModal .modal-content .lead h2 img {
  width: 80%;
}
#adPaneModal .modal-content .lead p {
  line-height: 2.5;
    width: 80%;
    font-size: 14.5px;
    margin: 0 auto;
    display: block;
}
#adPaneModal .modal-content .functions h4 {
  background-color: #15468c;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .functions ul {
  padding: 0;
  margin: 0 auto 90px;
}
#adPaneModal .modal-content .functions li {
  list-style: none;
}
#adPaneModal .modal-content .functions li.inmap {
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .functions li h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 30px;
}
#adPaneModal .modal-content .functions ul li ul {
  width: 90%;
  margin: 0 auto;
}
#adPaneModal .modal-content .functions ul li ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 0 0 20px;
  margin: 0 auto 20px;
}
#adPaneModal .modal-content .functions ul li ul li h6 {
  padding: 0 0 0 18%;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.315;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(2) {
  padding: 0 0 0 18%;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(3) {
  position: absolute;
  top: 42%;
  width: 13%;
  margin: 0;
  height: calc(100% - 20px);
  text-align: center;
}
#adPaneModal .modal-content .functions ul li ul li p:nth-child(3) img {
  max-width: 100%;
  max-height: 50px;
  transform: translate(0%,-50%);
}
#adPaneModal .modal-content .annotations .section {
		background-color: #f1f1f1;
		width: 80%;
		margin: 1em auto 0;
		display: block;
		padding-bottom: 1em;
}
#adPaneModal .modal-content .annotations h4 {
   /* background-color: #999999;*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 1em 0 0 0;
  margin: 0 auto 1em;
}
#adPaneModal .modal-content .annotations ul {
  padding: 0;
  margin: 0 auto 90px;
}
#adPaneModal .modal-content .annotations li {
  list-style: none;
  margin: 0 auto 50px;
}
#adPaneModal .modal-content .annotations li p {
  width: 90%;
  margin: 0 auto 1em;
    line-height: 2;
    font-size: 14px;
}
  #adPaneModal .modal-content .annotations li p a{
    color: #333333;
    border-bottom: solid 1px #333;
  }
#adPaneModal .modal-content nav {
  margin: 0 auto 90px;
  position: relative;
}
#adPaneModal .modal-content nav a {
  width: 90%;
  display: table;
  margin: 0 auto;
}
#adPaneModal .modal-content nav a p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: unset;
  color: #FFF;
  background-color: #15468c;
  height: 60px;
}
#adPaneModal .modal-content nav a p img {
  width: 30px;
  position: relative;
  margin: 0 0 0 20px;
}
#adPaneModal footer {
		padding: 40px 5%;
    background: linear-gradient(to bottom, rgba(247,208,123,0) 80%, rgba(247,208,123,1));
    width: 100%;
}
#adPaneModal footer h4 {
  text-align: center;
    color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 20px;
}
#adPaneModal footer p.BannerText {
    width: 80%;
    text-align: center;
  font-size: 12px;
  line-height: 1.8;
    color: #000;
  margin: 0 auto 40px;
}
#adPaneModal footer figure {
    width: 100%;
    /* max-width: 200px; */
    margin: 0 auto;
}
#adPaneModal footer figure img {
    margin: 0 auto 10px;
		height: auto;
		width: 150px;
  display: inline-block;
}
#adPaneModal footer figure figcaption {
  text-align: center;
    color: #000;
  font-size: 10px;
  font-weight: 400;
}
  @media only screen and  (max-width: 768px) {
    #adPaneModal footer p.BannerText {
      width: 100%;
    }
  }

/*****************
modal - spotlist
******************/
/*#spotListModal .modal-content .modal-header {
    height: auto;
}
#spotListModal .modal-content .modal-header .commonModalPaneTitleContainer {
    text-align: center;
    display: inline-block;
    width: 90%;
}
#spotListModal .modal-content .modal-header button {
    clear: right;
}
#spotListModal .modal-content .modal-header .tabArea {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    font-size:0;
}
#spotListModal .modal-content .modal-header .tabArea .tab1Container img{
    height: 20px;
}
#spotListModal .modal-content .modal-header .tabArea .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #057521 transparent transparent transparent;
}
#spotListModal .modal-content .modal-header .tabArea .for1{
    margin-left: 70px;
}
#spotListModal .modal-content .modal-header .tabArea .for2{
    margin-left: 250px;
}

#spotListModal .modal-content .modal-header .tabArea .tab1Container,.tab2Container{
    display: inline-block;
    width: 50%;
    max-width: 185px;
    text-align: center;
    overflow: hidden;
    border: solid 1px #000000;
    font-size: 14px;
    padding-top: 6px;
}
#spotListModal .modal-content .modal-header .tabArea .active {
    border: solid 1px #057521;
    background-color: #057521;
    color: #FFFFFF;
}
#spotListModal .modal-content .modal-body{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#spotListModal .modal-content .modal-body .lmInfoContainer{
    display: inline-block;
    width: 180px;
}
#spotListModal .modal-content .modal-body .shopContainer{
    margin-left: 20px;
}
#spotListModal .modal-content .modal-body .lmInfoContainer .lmInfoTitle{
    font-weight: 600;
}
#spotListModal .modal-content .modal-body .shopContainer img{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 8px;
}
#spotListModal .modal-content .modal-body .panel1,.panel2{
    display: none;
    margin-top: 30px;
    margin-bottom: 70px;
}
#spotListModal .modal-content .modal-body .active{
    display: block;
}
#spotListModal .modal-content .modal-body .bullet{
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
#spotListModal .modal-content .modal-body .lmDescription{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#spotListModal .modal-content .modal-body .lmInfoTitle{
    padding-bottom: 40px;
}*/

/*****************
modal - on/off categorylist
******************/
#categoryListModal .modal-content {
background-color: rgba(255, 255, 255, 1.0);
    width: 90%;
    filter: drop-shadow(6px 6px 12px rgba(0,0,0,0.3))
}
#categoryListModal .CategoryListContainer {
    width: 95%;
    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem {
    margin-top: 20px;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem:last-child {
    margin-top: 50px;
}
#categoryListModal .CategoryGroupItem .categoryGroupName {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
#categoryListModal .categoryList {
    padding-left: 15px;
}
#categoryListModal .categoryListItem {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
#categoryListModal .categoryListItem h6 {
    display: inline-block;
    margin-left: 5px;
}
#categoryListModal .categoryListItem .categoryIcon {
    max-height: 34px;
    max-width: 27px;
}
#categoryListModal .categoryListItem .categoryName {
    display: inline-block;
    margin-left: 5px;
    width: 270px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelected {
    position: absolute;
    right: 45px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelectedIcon {
    position: absolute;
    right: 10px;
    margin-right: 10px;
    width: 30px;
}
#categoryListModal .modal-content .modal-header .close {
  margin: unset;
  opacity: 1.0;
}
#categoryListModal .modal-content .modal-header .close img {
  width:40px;
  position: absolute;
  z-index: 3000;
  top: 20px;
  right: 30px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
