.swal2-popup {
    width: 599px;
    height: 658px;
    border: 2px solid #2b2a2a;
    font-family: Circular, sans-serif;
    background: #d9d3d0;
    color: #2b2a2a;
}
.swal2-input::placeholder {
    color: #2b2a2a;
}

.swal2-input {
    border: #2b2a2a 2px solid;
    border-radius: 10px;
}

.swal2-input-label {
    font-weight: 500;
    width: 100%;
    justify-content: left;

    margin: 1em 2.5em 3px;
}

.swal2-title {
    font-size: 32px;
    font-weight: 500;
}
.swal2-confirm.swal2-styled{
    background-color: #bf8563;
    border: 2px solid #2b2a2a;
    color: #2b2a2a;
    border-radius: 10px;
    width: 175px;
    margin-bottom: 10px;
    visibility: visible;
}
.swal2-cancel.swal2-styled {
    background-color: #d9d3d0;
    border: 2px solid #2b2a2a;
    color: #2b2a2a;
    border-radius: 10px;
    width: 175px;
    margin-bottom: 10px;
    visibility: visible;
}
.swal2-validation-message {
    background-color: #d9d3d0;
}
 textarea {
    resize: none;
}

 .cover-image {
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

 .title {
    font-size: 24px;
    margin-bottom: 10px;
}

 .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

 .input-label {
    text-align: left;

    margin-bottom: 5px;
}

 .input-field {
    padding: 8px;
    border: 2px solid #2b2a2a;  
    border-radius: 4px;
    background-color: #d9d3d0;
}

 input ::placeholder{
    font-family: Circular, sans-serif;
    color: #2b2a2a;
}

 .description {
    
    margin-bottom: 10px;
}

 .buttons {
    display: flex;
    justify-content: space-between;
}

 .button {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-container > img {
    width: 202px;
    height: auto;
    margin: 5px;
}
.swal2-html-container::-webkit-scrollbar{
    display: none;
}

.swal2-html-container {
    -ms-overflow-style: none; 
    scrollbar-width: none;  
}