#windowLoadModal .message{
  color: limegreen;
  padding-top: 5px;
  font-size: 16px;
}

#uploadModal .form-control {
  border-radius: 0 !important;
  border-color: #6d7bda !important; }

.fa-trash {
  color: red;
  cursor: pointer; }

.fa-edit {
  padding-right: 5px;
  color: #f39c11;
  cursor: pointer; }

.showApiKey, .fa-copy {
  color: #f39c11;
  cursor: pointer;
  font-size: 18px; }

.search-box {
  max-width: 300px; }

.search-box input[type=text] {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #6d7bda;
  float: left;
  width: 80%;
  border-radius: 0; }

.search-box input[type="text"]:focus {
  border: 1px solid #6d7bda;
  box-shadow: none;
  outline: 0; }

.search-box button {
  float: left;
  width: 20%;
  padding: 6.5px 12px;
  background: #6d7bda;
  color: white;
  font-size: 14px;
  border: 1px solid #6d7bda;
  border-left: none;
  cursor: pointer; }

.search-box button:hover {
  background: #6d7bda; }

.search-box::after {
  content: "";
  clear: both;
  display: table; }

.btn-cmn {
  background: #f39c11 !important;
  color: #fff !important;
  border-radius: 0 !important; }
  .btn-cmn:hover {
    color: #fff !important; }

#uploadModal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  position: relative; }

#uploadModal .modal-title {
  color: #6d7bda !important;
  font-size: 22px !important;
  margin-bottom: 0 !important; }

#uploadModal .modal {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }

#uploadModal .modal-dialog {
  margin: 100px auto !important; }

#uploadModal .modal-content {
  border: none !important;
  border-radius: 0 !important; }

#uploadModal .dropzone {
  border: 2px dashed #6d7bda !important;
  border-radius: 5px !important;
  background: #eee !important; }
#parentMapModal .modal-dialog {
  margin: 100px auto !important; 
}
#parentMapModal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
   }
   #parentMapModal h4{
    width: 100% !important;
  }

.showing_embeded_code .btn-wrap {
  margin-top: 15px; }

.error-msg {
  color: red;
  font-size: 16px; }

body.hide-title .main_title {
  display: none; }

#uploadModal h4 {
  color: #6d7bda; }

.custom-input-addon {
  background-color: #6d7bda !important;
  border: 1px solid #6d7bda !important;
  border-radius: 0px !important;
  color: #fff !important; }

#uploadModal {
  overflow: scroll;
}
.bootstrap-wrapper .modal {
  background: rgba(0, 0, 0, 0.7);
}

#viewMindModal .modal-dialog {
  margin: 100px auto !important; }

#viewMindModal .modal-header {
  padding-bottom: 0 !important;
  border-bottom: none !important; }

.modal_close_btn {
  position: absolute;
  right: -6px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 23px;
  font-size: 24px;
  background: orange !important;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer; }

.simple-mind-map-wrapper table thead tr th {
  border-bottom-width: 1px;
  background: #6d7bda;
  color: #fff;
  text-align: center; }
  .simple-mind-map-wrapper table tbody tr td {
    text-align: center; }
    .simple-mind-map-wrapper table tbody tr td .view_child_map {
      vertical-align: middle;
      cursor: pointer;
      font-size: 22px;
      color: green; }

.showing_embeded_code {
  display: none; }

#viewMindModal {
  overflow-y: auto; }
  #viewMindModal table thead tr th {
    border-bottom-width: 1px;
    background: #6d7bda;
    color: #fff;
    text-align: center; }
li.toplevel_page_simplemind-map ul.wp-submenu li:last-child a {
  color: #f39c11 !important;
}

.setting_content {
  max-width: 600px;
  padding-top: 10px;
}

.setting_content p{
  font-size: 15px;
}

.setting_content a {
  font-size: 16px;
  text-decoration: none;
}

#windowLoadModal{
  background: rgba(0, 0, 0, 0.7);
}
#windowLoadModal .modal-dialog {
  margin: 100px auto !important;
}
.window_load_modal_content .ttl {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
.window_load_modal_content .form-control {
  border: 1px solid #8c9298;
}
.window_load_modal_content .form-control:focus {
  border-color: #6d7bda;
  box-shadow: none;
}
.window_load_modal_content .btn_group {
  margin-top: 30px;
}
.window_modal_btn {
  display: inline-block;
  padding: 10px 20px;
  min-width: 130px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
}
.no_tnx_btn{
  border: 1px solid #d54062;
  color:#d54062;
}
.subscribe_btn {
  background: #6d7bda;
  border: 1px solid #6d7bda;
}
.bootstrap-wrapper .window_load_modal_content .modal-content{
  border-radius: 0 !important;
}
/* Tooltip container */
.tooltip_copy_wrapper{
  position: relative;
}
.tooltiptext {
  display: none;
  position: absolute;
  left: -23px;
  top: -31px;
  width: 65px;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  font-weight: 400;
}
.tooltiptext.active{
   display: inline-block;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.mindmap_right_sidebar {
  padding-top: 20px;
}
.mindmap_sidebar_box {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 3px 51px 0 rgba(0, 0, 0, 0.05);
}
.mindmap_sidebar_box_ttl {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.mindmap-box-content {
  padding: 10px;
}
.mindmap-box-content ul li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.mindmap-box-content ul li span.li_icon {
  color: #fe7e17;
  position: absolute;
  left: 0;
  top: 0;
}
.mindmap_buy_now_btn {
  display: inline-block;
  background: #ccc !important;
  color: #fff !important;
  font-size: 14px;
  padding: 7px 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.mindmap_buy_now_btn:hover{
  text-decoration: none !important;
}
.my-sqr-radio-btn {
  display: inline-block;
}
.my-sqr-radio-btn label {
  position: relative;
  display: block;
  padding-left: 30px;
}

.my-sqr-radio-btn input[type="radio"] {
    display: none;
}

.my-sqr-radio-btn input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.my-sqr-radio-btn input[type="radio"] + label::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    cursor: pointer;
    left: 0;
     top: 0;
    font-size: 13px;
    border: 1px solid #6d7bda;
    background: transparent;
    border-radius: 4px;
    line-height: 14px;
    transform: scale(0);
    transition: 0.4s;
    text-align: center;
}

.my-sqr-radio-btn input[type="radio"]:checked + label::after{
    transform: scale(1);
    background: #6d7bda;
}
.window_setting{
  display: none;
}
.window_setting.active {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px;
  margin-top: 20px;
}
.activated_ttl {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}