/* canvas {
      background-color: white;
      border: 1px solid black
    } */

body ::-webkit-scrollbar-track {
  background: #e1e1e1;
}

.swal2-container h1,
h2,
h3,
b {
  background-color: transparent !important;
}

.pusher {
  z-index: auto !important;
  background: #212429 !important;
}

.mainDivBackground {
  background: #212429 !important;
}

.btn {
  margin: 10px;
}

.file {
  margin: 10px;
}

.form-control {
  height: 50%;
}

/* div { */
/*overflow: hidden; 이거 끄니까 코드미러 넘버링나옴 */
/* height: auto;
} */

/* #exeArea {
  font-size: 18px;
  background-color: #1e1e1e;
  border: none;
  color: #fff;
  flex: 1;
} */

/* #exeArea::selection {
  background: palegreen;
  color: black;
} */

.navbar > .btnDiv > .d-flex {
  justify-content: space-between;
}

.navbar .blockFileLoad {
  padding: 10px 15px 10px 15px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 2px;
}

.blockFileLoad:hover ~ .codebBtn {
  background-color: #7949ff;
}

.navbar #file {
  display: none;
}

.navbar label {
  margin-bottom: 0 !important;
}

.navbar label span {
  display: inline-block;
  cursor: pointer;
}

.navbar label span:hover {
  color: #ffd84b;
}

.btn-group {
  /* margin-left: 30px; */
}

.btn-group .codebBtn {
  margin: 0;
  border-radius: 0;
}

.btn-group .codebBtn:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-group .codebBtn:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.codebBtn:hover {
  background-color: #7949ff;
}

.workspaceBtns {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-40%);
  display: inline-block;
  height: 40px;
  margin-bottom: 0px;
}

.workspaceExport {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/export_button.png);
}

.workspaceFocus {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/export_button.png) no-repeat left center;
}

.workspaceReset {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/reset.png);
}

.workspaceRefresh {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/refresh.png);
}

.workspacePlus {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/plus.png);
}

.workspaceMinus {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/edub_img/minus.png);
}

.codebBtn {
  cursor: pointer;
  padding: 10px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 13px;
  box-shadow: 0px 1px 2px rgb(255 255 255 / 40%) inset,
    0px 2px 5px rgb(0 0 0 / 80%) !important;
  margin: 0 4px;
  height: 100%;
  border: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cloudIconRotate::after {
  transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
}

.dropdown-submenu {
  cursor: pointer;
  font-weight: bold;
}
.dropdown-submenu .dropdown-toggle {
  font-weight: bold !important;
}

.dropdown-menu .codebBtnDropdown {
  cursor: pointer;
  font-weight: bold;
}

.dropdown-item:active {
  background-color: #7949ff;
}

.codebBtn .codebBtnIcon {
  vertical-align: middle;
}

.codebBtn .codebBtnText {
  vertical-align: middle;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid,
#blocklyDiv,
#codeDiv {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #2c2c2c !important;
  min-height: 40px;
  border-bottom: 1px solid #393954;
  color: white;
  justify-content: space-between;
  display: flex;
  max-height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* 
#codeDiv {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px; 
  display: flex;
  flex-direction: column;
} */

.container-fluid > .row {
  margin-right: 0;
  margin-left: 0;
}

.container-fluid > .row {
  background-color: #212429;
}

.blocklyMainBackground {
  stroke-width: 0 !important;
}

.windowTitle {
  padding: 10px 20px 10px 34px;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #0f0e0e;
  box-shadow: 0 1px 1px #202020;
  z-index: 99;
  margin-bottom: 0px;
}

.consoleBtns {
  position: absolute;
  right: 8px;
  top: 40%;
  transform: translateY(-40%);
  display: inline-block;
  height: 50px;
  display: flex;
  margin-bottom: 0px;
}

.consoleBtns li {
  margin: 8px 6px;
}

#windowBlockTitle {
  margin: 9px 0px 0px 0px;
}

#codeDiv2 {
  flex: 1;
  display: flex;
}

.windowTitle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00ffab;
}

.blockLayout {
  padding: 15px;
  padding-right: 0;
}

.btnDiv {
  /* width: calc(100% - 150px); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 1;
}

.div-wrap-pull-localBlock {
  padding: 0;
  margin: 0 0 0 1em;
  display: inline-block;
  color: black;
}

.blockFileLoad {
  padding: 0;
  margin: 0;
}

#gnb {
  display: inline-block;
  flex-shrink: 1;
}

.navbar-brand img {
  cursor: pointer;
}

#nav_r {
  display: flex;
  flex-shrink: 1;
}

#nav_r ul {
  list-style-type: none;
  margin-bottom: 0px;
  display: flex;
}

#nav_r ul li {
  float: left;
  cursor: pointer;
  margin: 5px;
}

.borderR {
  /* border: 1px solid #5f6061; */
  box-shadow: 0px 1px 2px rgb(255 255 255 / 10%) inset,
    0px 2px 5px rgb(0 0 0 / 80%);
  border-radius: 10px;
  overflow: hidden;
}

.iconOne {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  background-color: blue;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

.card {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}

/* 
    .canvas {
    margin-left: 10px;
    } */

/* 스플릿바 추가와 함께 생성 (정윤) */
.splitDiv {
  height: 100%;
  width: 100%;
}
#bottomDiv {
  height: calc(100vh - 65px);
  display: grid;
  background-color: #212429;
}
#codeDiv {
  display: grid;
  height: calc(100vh - 15px - 50px);
}

/* #pyCodeEditor {
  position: absolute;
  width: 100%;
  visibility: visible;
}

#pyCodeEditor span::selection {
  background: palegreen;
  color: black;
} */

#jsCodeEditor {
  display: none;
}

#asyncCodeEditor {
  position: absolute;
  width: 100%;
  visibility: hidden;
}

#asyncCodeEditor span::selection {
  background: palegreen;
}

#btn_block_code {
  margin-left: 10px;
}

/* 기본 로딩 이미지, 그래프 로딩 이미지 */

#loading_image1 {
  /* position: relative;
        padding-top: 1.5vh;
        padding-left: 3vh;
        padding-right: 2vh;
        height: 30px; */
}

#loading_image2 {
  margin-top: 4px;
  /* position: relative;
        padding-top: 4vh;
        padding-left: 3vh;
        padding-right: 2vh;
        height: 30px; */
}

/* 기본 로딩 이미지, 그래프 로딩 이미지 */

/* ------------------- */

/* editorView 버튼 */

/* ------------------- */

.signOutPointing {
  cursor: pointer;
}

.signOutPointing:hover {
  color: #7949ff;
}

.loadingPosition {
  top: 9px;
  margin: 0px 20px;
}

.loadingSetting {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

.loadingIcon {
  text-align: center;
  margin-right: 20px;
}

#loading_text {
  font-size: 11px;
}

.asgnDiv {
  margin-top: 100px;
}

.asgnClose {
  margin-right: 20px;
  margin-top: 20px;
}

.asgnTable {
  width: 50%;
  margin: auto;
}

.asgnTable td {
  color: white;
}

.modalLib {
  z-index: 1200 !important;
  height: 590px;
  margin: auto !important;
}

.libraryGrid {
  width: 100%;
  margin: auto !important;
}

.modalProjectType {
  z-index: 1200 !important;
  height: max-content;
  margin: auto !important;
}

.ProjectGrid {
  width: 90%;
  margin: auto !important;
}

.div-editor-divider {
  display: none;
  width: 90%;
  height: 2px;
  margin: 30px auto;
  background: #565656;
}

#div-menu-dropDown {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

#div-menu-dropDown {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
}

#div-menu-dropDown:hover {
}

#div-menu-dropDown .div-menu-wrapper {
  position: absolute;
  right: 20px;
  display: none;
  width: 100px;
  min-height: 50px;
  background: #414141;
  border-radius: 15px;
}

#div-menu-dropDown .div-menu-wrapper .menu-kinds {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #ffffff;
}

/* divider */

#div-menu-dropDown .div-menu-wrapper .menu-kinds:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin: 5px auto;
  background-color: #5d5b5b;
}

/* 라이브러리 추가 버튼 */
#add-lib {
  width: 22.5px;
  height: 22.5px;
  padding: 0;
  cursor: pointer;
  margin-right: 0px;
  left: 20px;
  right: 0px;
  top: 0px;
}

/* nav 블록+코드 / 블록 / 코드 선택 버튼 크기 */
.nav_r_ul img {
  width: 3rem;
  height: 3rem;
}
