/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.admin_image {
    width: 130px;
    height: 80px;
    object-fit:cover;
}

.overlay_outer {
    position: relative;
    border: none;
}

.overlay_image {
    display: none;
}

.overlay_outer:hover .overlay_image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    top: 0;
}

.overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    transform: translate(-50%, -50%);
    color: white;
    
}

.image_flex_box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 48px;
}

.fullPage_text {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0;
    color: #2b2b2b;
    font-family: ff-tisa-sans-web-pro, sans-serif;
}

.normal-portfolio-image img {
    width: 353px !important;
    height: 282px !important;
}
.full-page-flex {
    display: flex;
    gap: 24px;
}
table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

.btn_delete {
    border: none;
    background: rgba(0, 0, 0, 0);
}
/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

  /* WYSIWYG Editor */
  .wp-webdeasy-comment-editor {
    width: 40rem;
    min-height: 18rem;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    border-top: 6px solid #4a4a4a;
    border-radius: 3px;
    margin: 2rem 0;
  }
  .wp-webdeasy-comment-editor .toolbar {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit:last-child {
    border-bottom: none;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box {
    display: flex;
    border-left: 1px solid #e2e2e2;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.2s ease all;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn:hover, .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.active {
    background-color: #e1e1e1;
    cursor: pointer;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.icon img {
    width: 15px;
    padding: 9px;
    box-sizing: content-box;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.icon.smaller img {
    width: 16px;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu {
    width: 20px;
    padding: 0 10px;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background-image: url(https://img.icons8.com/ios-glyphs/30/000000/chevron-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 4px;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu .submenu {
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    z-index: 10;
    background-color: #FFF;
    border: 1px solid #b5b5b5;
    border-top: none;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu .submenu .btn {
    width: 39px;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu .submenu:hover {
    display: block;
  }
  .wp-webdeasy-comment-editor .toolbar .lineedit .box .editor-btn.has-submenu:hover .submenu {
    display: block;
  }
  .wp-webdeasy-comment-editor .content-area {
    padding: 15px 12px;
    line-height: 1.5;
  }
  .wp-webdeasy-comment-editor .content-area .visuell-view {
    outline: none;
    min-height: 12rem;
  }
  .wp-webdeasy-comment-editor .content-area .visuell-view p {
    margin: 12px 0;
  }
  .wp-webdeasy-comment-editor .content-area .html-view {
    outline: none;
    display: none;
    width: 100%;
    height: 200px;
    border: none;
    resize: none;
  }