.next-upload-crop-inner-preview>div .img-preview-size {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.next-upload-batch-hide {
  display: none;
}

.next-upload-batch-inner {
  width: 630px;
  min-height: 420px;
  padding: 10px 15px 15px;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -315px;
  background-color: #fff;
  border: 1px solid #DCDEE3;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.next-upload-batch-inner h1 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #333333;
}

.next-upload-batch-inner-wrapper {
  border: 1px solid #DCDEE3;
  padding: 16px;
  min-height: 310px;
}

.next-upload-batch-inner-submit {
  margin-top: 12px;
}

.next-upload-batch .position-relative {
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0 0;
}

body .main-frame {
  width: 100%;
  height: 100vh;
}

.custom-scrollbar, .quick-horizon-main-frame, .quick-vertical-main-frame, .my-main-frame {
  /* Track */
  /* Handle */
}

.custom-scrollbar ::-webkit-scrollbar, .quick-horizon-main-frame ::-webkit-scrollbar, .quick-vertical-main-frame ::-webkit-scrollbar, .my-main-frame ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom-scrollbar ::-webkit-scrollbar-track, .quick-horizon-main-frame ::-webkit-scrollbar-track, .quick-vertical-main-frame ::-webkit-scrollbar-track, .my-main-frame ::-webkit-scrollbar-track {
  background: #EBECF0;
}

.custom-scrollbar ::-webkit-scrollbar-thumb, .quick-horizon-main-frame ::-webkit-scrollbar-thumb, .quick-vertical-main-frame ::-webkit-scrollbar-thumb, .my-main-frame ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.5);
}

.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, .quick-horizon-main-frame ::-webkit-scrollbar-thumb:window-inactive, .quick-vertical-main-frame ::-webkit-scrollbar-thumb:window-inactive, .my-main-frame ::-webkit-scrollbar-thumb:window-inactive {
  background: #EBECF0;
}

.quick-horizon-main-frame .main-frame-header {
  height: 60px;
  border-bottom: 1px solid #EBECF0;
  overflow: initial;
}

.quick-horizon-main-frame .main-frame-header .logo-cnt {
  font-size: 24px;
  font-weight: bold;
  line-height: 59px;
  min-width: 200px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.quick-horizon-main-frame .main-frame-header .logo-cnt a {
  color: #333;
  display: block;
  text-decoration: none;
}

.quick-horizon-main-frame .main-frame-header .toolbar-cnt {
  line-height: 60px;
}

.quick-horizon-main-frame .main-frame-header .border-layout-center {
  overflow: initial;
}

.quick-horizon-main-frame .main-frame-header .main-frame-navi {
  border-width: 0;
  height: 60px;
}

.quick-horizon-main-frame .main-frame-header .main-frame-navi .next-navigation-item-content-inner {
  height: 60px;
  line-height: 60px;
}

.quick-horizon-main-frame .main-frame-footer {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #F2F5F8;
}

.quick-horizon-main-frame .content-child-wrapper {
  padding: 10px;
  min-height: calc(100% - 30px);
}

.quick-horizon-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.quick-vertical-main-frame .main-frame-header {
  height: 60px;
  border-bottom: 1px solid #EBECF0;
}

.quick-vertical-main-frame .main-frame-header .logo-cnt {
  font-size: 24px;
  font-weight: bold;
  line-height: 59px;
  min-width: 200px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.quick-vertical-main-frame .main-frame-header .logo-cnt a {
  color: #333;
  display: block;
  text-decoration: none;
}

.quick-vertical-main-frame .main-frame-header .toolbar-cnt {
  line-height: 60px;
}

.quick-vertical-main-frame .custom-navi {
  width: 200px;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #EBECF0;
}

.quick-vertical-main-frame .main-frame-navi {
  border-width: 0;
}

.quick-vertical-main-frame .main-frame-footer {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #F2F5F8;
}

.quick-vertical-main-frame .content-child-wrapper {
  padding: 10px;
  min-height: calc(100% - 30px);
}

.quick-vertical-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.resizeable .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.resizeable .resizeable-wrapper {
  padding: 10px;
  position: relative;
  width: 100%;
  height: calc(100% - 6px);
}

.resizeable .resizeable-wrapper :before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}