#responsePre {
    max-height: 500px;
    height: 100px;
    background: black;
    margin: 0;
    border-radius: 12px;
    resize: vertical
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.btn-process{
    font-size: 20px;
    font-family: Roboto;
    border:none;
    outline:none;
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 0.5rem;
    padding: 8px;
    border-radius:8px;
    color:#fff;
    cursor:pointer;
    background-color: #712C63;
    max-width: 200px;
    float: right;
}
.btn-process:hover{
    opacity: 0.9;
    color:#fff;
}
.btn-ring{
    display: none;
}
.btn-ring:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.copy-btn{
    cursor: pointer;
}
.copy-btn-nav{
    color: rgb(4, 4, 4);
    /* background-color: #d2d2d3; */
    padding: 10px;
    height: 38px;
    font-weight: 600;
}
.copy-btn-nav i{
    float: right;
    cursor:pointer;
}
.copy-btn-textarea{
    width: 100%;
    color: rgb(0, 0, 0);
    /* background: #E5E5E5; */
    border: none;
    height: 189px;
    margin-bottom: 10px;
}

@media only screen and (max-device-width: 480px) {
    div.card {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    div.card-body {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
}

.code{
    position: relative;
    bottom: 24px;
}

/* #cp-wm-sb-iframe-outer{
    width: 500px !important;
} */
