.ai-content {
    width: calc(100% - 60px);
    height: calc(100vh - 234px);
    background-color: transparent;
    padding: 30px;
}

.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab {
    padding: 10px 20px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #0D71FE;
    margin-right: 5px;
    color: #0D71FE;
}

.tab.active {
    color: white;
    background: #0D71FE;
    border-bottom: none;
    font-weight: bold;
}

.tab-content {
    width: calc(100% - 40px);
    height: calc(100% - 104px);
    display: none;
    border: 1px solid #0D71FE;
    border-radius: 5px;
    padding: 20px;
    background: transparent;
}

.tab-content.active {
    display: flex;
    justify-content: space-between;
}

.tab-content-left {
    width: 50%;
}

.tab-content-right {
    width: calc(50% - 40px);
    padding: 20px;
}

.tab-content-left-top {
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
}

.tab-content-left-bottom {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.btn-sure {
    color: white;
    background: #0D71FE;
    padding: 0 20px;
    border: 1px solid #0D71FE;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

.btn-cancel {
    margin-top: 20px;
    color: #0D71FE;
    background: transparent;
    padding: 0 20px;
    border: 1px solid #0D71FE;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}

.image-box-1 {
    width: calc(50% - 50px);
    height: calc(100% - 40px);
    border: 1px solid #0D71FE;
    padding: 20px;
    border-radius: 5px;
}


.image-box-2 {
    border-radius: 5px;
    margin-left: 20px;
    width: calc(50% - 50px);
    height: calc(100% - 40px);
    border: 1px solid #0D71FE;
    padding: 20px;
}

#preview1 {
    width: 100%;
    height: calc(100% - 85px);
    border: 1px solid #0D71FE;
    border-radius: 5px;
    object-fit: contain;
}

#preview2 {
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 85px);
    border: 1px solid #0D71FE;
    object-fit: contain;
}

#result {
    margin-top: 25px;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 185px);
    border: 1px solid #0D71FE;
    object-fit: contain;
}