/* .overlay {
    position: fixed;
    display: block;
    width: 60%;
    height: 90%;
    right: 5%;
    bottom: 5%;
    background-color: rgba(255,255,255) !important;
    z-index: 2;
} */

.overlay {
    position: fixed;
    display: none;
    width: 60%;
    height: 90%;
    right: 5%;
    bottom: 5%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 2;
    overflow: auto; 
    resize:both;
}


/* .tsmodal{
    z-index: 2;
}

.articlemodal{
    z-index: 2;
} */

:fullscreen, ::backdrop {
    background-color: rgba(255,255,255) !important;
}

button{
    color: #000;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px;
}


.close-button {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .form-group .flex-wrap {
        display: block;
    }
    .form-group input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .form-group button {
        display: block;
        margin-left: 0;
    }
}

/* 调整器 */
 
.resizable .resizers {
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
}
  
.resizable .resizers .resizer {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.resizable .resizers .resizer.left {
    top: 50%;
    left: 5px;
    transform: translateX(-50%);
    cursor: ew-resize; 
}

.resizable .resizers .resizer.right {
    top: 50%;
    right: -5px;
    transform: translateX(-50%);
    cursor: ew-resize; 
}

.resizable .resizers .resizer.top {
    top: 5px;
    left: 50%;
    transform: translateY(-50%);
    cursor: ns-resize; 
}

.resizable .resizers .resizer.bottom {
    bottom: -5px;
    left: 50%;
    transform: translateY(-50%);
    cursor: ns-resize; 
}

.resizable .resizers .resizer.top-left {
    top: -5px;
    left: -5px;
    cursor: nwse-resize; 
}
  
.resizable .resizers .resizer.top-right {
    top: -5px;
    right: -5px;
    cursor: nesw-resize;
}
  
.resizable .resizers .resizer.bottom-left {
    bottom: -5px;
    left: -5px;
    cursor: nesw-resize;
}
  
.resizable .resizers .resizer.bottom-right {
    bottom: -5px;
    right: -5px;
    cursor: nwse-resize;
}
  

.resizable .resizers .resizer:hover {
    background-color: #f8f8f8;
    border-color: #aaa;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
  

.resizable:hover {
    border-color: #aaa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
} 


.tab-pane input {
    flex: 1; /* input takes up remaining space */
    margin-right: 10px; /* add spacing between input and button */
}

.tab-pane span {
    display: flex;
    align-items: center;
}

.input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-wrapper input {
    flex: 7;
}

.input-wrapper span {
    flex: 2.5;
}

button.inline-right{
	position:relative;
    float:right;
    display:inline;
    width: auto;
    background-color: none;
    padding: 0;
    margin: 0;
}

button.inline-left{
	position:relative;
    float:left;
    display:inline;
    width: 20%;
    background-color: none;
    padding: 0;
    margin: 0;
}

button.full{
    display: "";
}

button.half{
    display: none;
}

.full-screen:before {
    content: "\f65e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.full-screen:after {
    content: "\f2d0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

#entity-modal-header{
    cursor: move;
}
