.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.tim-typo .tim-note {
  bottom: 5px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/* offline-doc */

.offline-doc .navbar.navbar-transparent {
  padding-top: 25px;
  border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
  display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
  color: #FFFFFF !important;
}

.offline-doc .footer {
  z-index: 3 !important;
}

.offline-doc .page-header .container {
  z-index: 3;
}

.offline-doc .page-header:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#map {
  /* z-index: 2; */
  height: calc(100vh - 156px);
  /* margin-top: 70px; */
}

.off-canvas-sidebar .wrapper-full-page~.fixed-plugin .dropdown .dropdown-menu
{
  -webkit-transform:none;
  transform: none;
}

.fixed-plugin .button-container .github-button
{
  display:inline
}
tr#drop_target{
    border: 2px solid #EE786C;
}
/* 
tr.shift_current{
  border: 2px solid #67b0ec;
} */
@media screen and (min-width: 991px) {

.drop_info{
  margin-top: 60px;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 230px);
  height: calc(100% - 60px);
  background: rgba(70, 70, 70, 0.637);
  outline: dashed 2px white;
  outline-offset: -1rem;
  pointer-events: none;
  z-index: 10;
}

.drop_info .text_in_drop_info{
  position: absolute;
  left: 50%; top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: rgba(250, 250, 250, 1);
  font-size: 24px;
  text-align: center;
  
}

.drop_info > div{
    margin-left: 20px;
}
.drop_info > div .file_name{
    font-size: 1em;
    margin-left: 5px;
}
.drop_info > div p{
    display: flex;
}
.drop_info .drop_info_txt{
    font-size: 0.9em;
    color: #727272;
    margin-bottom: 12px;
}
}
@media screen and (max-width:990px) {
  .drop_info{
    margin-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(70, 70, 70, 0.637);
    outline: dashed 2px white;
    outline-offset: -1rem;
    pointer-events: none;
  }
  
  .drop_info .text_in_drop_info{
    position: absolute;
    left: 50%; top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: rgba(250, 250, 250, 1);
    font-size: 24px;
    text-align: center;
    
  }
  
  .drop_info > div{
      margin-left: 20px;
  }
  .drop_info > div .file_name{
      font-size: 1em;
      margin-left: 5px;
  }
  .drop_info > div p{
      display: flex;
  }
  .drop_info .drop_info_txt{
      font-size: 0.9em;
      color: #727272;
      margin-bottom: 12px;
  }
}

@media screen and (max-width:600px) {
  .drop_info{
    margin-top: 102px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 102px);
    background: rgba(70, 70, 70, 0.637);
    outline: dashed 2px white;
    outline-offset: -1rem;
    pointer-events: none;
  }
  
  .drop_info .text_in_drop_info{
    position: absolute;
    left: 50%; top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: rgba(250, 250, 250, 1);
    font-size: 24px;
    text-align: center;
    
  }
  
  .drop_info > div{
      margin-left: 20px;
  }
  .drop_info > div .file_name{
      font-size: 1em;
      margin-left: 5px;
  }
  .drop_info > div p{
      display: flex;
  }
  .drop_info .drop_info_txt{
      font-size: 0.9em;
      color: #727272;
      margin-bottom: 12px;
  }
}

.drop_info_inside{
  width: 430px;
  height: auto;
  padding: 24px 32px;
  border-radius: 10px;
  box-shadow: 0 1px 12px rgb(15 18 63 / 16%);
  background: #fff;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0%);
  display: flex;
  align-items: center;
}
.drop_info_inside > div{
  margin-left: 20px;
}
.drop_info_inside > div .file_name{
  font-size: 1em;
  margin-left: 5px;
}
.drop_info_inside > div p{
  display: flex;
  font-size: 14px;
  color: #343E5A;
  font-weight: 400;
}
.drop_info_inside .drop_info_txt{
  font-size: 14px;
  color: #808698;
  margin-bottom: 10px;
}
