@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap");

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-container {
  position: fixed; /* position을 fixed로 변경 */
  top: 50%; /* 화면의 정 중앙에 위치하기 위해 50%로 설정 */
  left: 50%; /* 화면의 정 중앙에 위치하기 위해 50%로 설정 */
  transform: translate(-50%, -50%); /* 정 중앙으로 이동하기 위해 음수의 50%로 translate */
  height: 90vh;
  width: 90vw;
  margin: auto;
  z-index: 999; /* 다른 요소들보다 큰 z-index로 설정 */
  display: none; /* 기본적으로는 숨김 처리 */
}

.close-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #fa6e6e;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 1000; /* 다른 요소들보다 큰 z-index로 설정 */
}

.hide {
  display: none !important;
}

p {
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
  transform: rotate(0.04deg);
}

.dataTables_length {
  margin-left: 10px;
}

.dataTables_filter {
  margin-right: 20px;
}

.dataTables_info {
  margin-left: 20px;
}

.dataTables_paginate {
  margin-right: 10px !important;
}

.form-white.input-group > .form-control:focus {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.main-color {
  background-color: #d81b60;
}

.card_title {
  margin-bottom: -30px;
  height: 60px;
  position: relative;
}

.card_body {
  position: relative;
}
.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.dataTables_length,
.dataTables_filter {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

.dataTables_info,
.dataTables_paginate {
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

.crud_td .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
}

td .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
}

.table thead,
tbody {
  font-size: 11px;
}

label {
  font-size: 15px !important
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

.active > .page-link,
.page-link.active {
  background-color: #6c757d !important;
}
/* #myTable_wrapper{
    margin-top: 1;
  } */

.gradient-custom-2 {
  /* fallback for old browsers */
  background: #fccb90;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
@media (min-width: 1025px) {
  .h-custom {
    height: 100vh !important;
  }
}

.mob_show {
  display: none;
}

.mob_show_row {
  display: none;
}

.mob_show_table {
  display: none;
}

.tab_show {
  display: none;
}

.tab_show_row {
  display: none;
}

.tab_show_table {
  display: none;
}

@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
  .mob_show {
    display: table-cell;
  }
  .mob_show_input {
    display: block;
  }
  .mob_show_row {
    display: table-row;
  }
  .filter_mob {
    width: 50%;
  }
  .mob_show_table {
    display: table;
  }
}
@media ( max-width: 2733px ) {
  .tab_hide {
    display: none;
  }
  .tab_show {
    display: table-cell;
  }
  .tab_show_input {
    display: block;
  }
  .tab_show_row {
    display: table-row;
  }
  .filter_tab {
    width: 50%;
  }
  .tab_show_table {
    display: table;
  }
}



.after_color {
  background-color: rgb(44, 207, 248);
}

.before_color {
  background-color: rgb(254, 254, 149);
}

.ui-front {
  z-index: 9999999 !important;
}

.wrapper {
  display: grid;
  place-items: center;
  place-content: center;
  min-height: 100vh;
}

.item {
  background-color: white;
  padding: 50px;
  font-weight: 900;
}

.fo_hov:hover {
  background-color: tomato;
}

.cus_hov:hover {
  background-color: skyblue;
}

.bg-simfullo {
  background-color: rgb(5, 113, 196);
}

.ui-front {
  z-index: 9999999 !important;
}

.tit_kaccount {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
}

.wrap_kaccount {
  margin-top: 10px;
  padding-bottom: 80px;
  border-top: 1px solid #7c7c7c;
}
.box_manage:first-child,
.box_manage.box_address {
  margin-top: 30px;
}
.tit_manage {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #4a4a4a;
}

.desc_manage {
  margin-top: 4px;
}

.desc_comm {
  font-size: 12px;
  color: #959595;
}

.link_set,
.box_set {
  display: block;
  position: relative;
  padding: 10px 25px 10px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #252525;
}

.link_set.link_profile {
  margin-top: 10px;
}

.box_manage {
  margin-top: 40px;
  text-align: left;
}

.link_set .tit_set,
.box_set .tit_set {
  font-weight: normal;
}

.link_set .ico_arr {
  position: absolute;
  top: 16px;
  right: 0;
  width: 9px;
  height: 14px;
  background-position: 0 -80px;
}

.ico_account {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  vertical-align: top;
}

.info_state .thumb_profile .img_frame {
  background-image: url(/static//img/accounts/profile_none.png);
}

.thumb_profile .img_frame {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-size: 100% 100%;
}
.info_accounts {
  display: block;
}

.info_kaccount .thumb_profile .img_profile {
  display: block;
  width: 40px;
  height: 40px;
}

.tooltip_self {
  position: relative;
  display: inline-block;
}

.tooltip_self .tooltiptext_self {
  visibility: hidden;
  width: 40%;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip_self:active .tooltiptext_self {
  visibility: visible;
}

.pa_drag-over {
  background-color: #ff0;
}
.sa_drag-over {
  background-color: #ff0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.wrap {
  padding: 40px 0;
  background-color: #A8C0D6;
}

.wrap .chat {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.wrap .chat .icon {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
}

.wrap .chat .icon i {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 2.5rem;
  color: #aaa;
  transform: translateX(-50%);
}

.wrap .chat .textbox {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 70px);
  padding: 10px;
  margin-top: 7px;
  font-size: 13px;
  border-radius: 10px;
}

.wrap .chat .textbox::before {
  position: absolute;
  display: block;
  top: 0;
  font-size: 1.5rem;
}

.wrap .ch1 .textbox {
  margin-left: 20px;
  background-color: #ddd;
}

.wrap .ch1 .textbox::before {
  left: -15px;
  content: "◀";
  color: #ddd;
}

.wrap .ch2 {
  flex-direction: row-reverse;
}

.wrap .ch2 .textbox {
  margin-right: 20px;
  background-color: #F9EB54;
}

.wrap .ch2 .textbox::before {
  right: -15px;
  content: "▶";
  color: #F9EB54;
}