.popup-right-side {
    position: fixed;
    z-index: 1000;
    right: 5%;
    bottom: 50px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    background-color: #4a4a4a;
    color: #ffffff;
}

.popup-right-side p {
    width: 280px;
    font-weight: bold;
}

.popup-right-side .main {
    text-align: center;
}

.popup-right-side #poptitle {
    font-weight: bold;
    width: 280px;
    text-align: center;
}

.popup-right-side .textBox {
    resize: none;
    width: 280px;
}

.popup-right-side #submit-button {
    width: 280px;
}

.popup-right-side .send-button {
    background-color: #ffffff;
    border-color: #1089F2;
    border-radius: 8px;
    color: #1089F2;
    font-weight: 700;
    width: 120px;
    margin-top: 10px;
    margin-left: 165px;
}

.popup-right-side .send-button:hover {
    background-color: #1089F2;
    border-color: #1089F2;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    width: 120px;
    margin-top: 10px;
    margin-left: 165px;
    cursor: pointer;
}

.popup-right-side .send-button .send-img {
    padding-right: 5px;
}

.popup-right-side #submit-button .good-button {
    background-color: #ffffff;
    border-color: #11b96b;
    border-radius: 8px;
    color: #11b96b;
    font-weight: 700;
    margin-top: 10px;
    width: 120px;
}

.popup-right-side #submit-button .good-button:hover {
    background-color: #11b96b;
    border-color: #11b96b;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    width: 120px;
    cursor: pointer;
}

.popup-right-side #submit-button .good-button .good-img {
    padding-right: 5px;
}

.popup-right-side #submit-button .bad-button {
    background-color: #ffffff;
    border-color: #d40f11;
    border-radius: 8px;
    color: #d40f11;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 9px;
    width: 120px;
}

.popup-right-side #submit-button .bad-button:hover {
    background-color: #d40f11;
    border-color: #d40f11;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 9px;
    width: 120px;
    cursor: pointer;
}

.popup-right-side #submit-button .bad-button .bad-img {
    padding-right: 5px;
}

.popup-right-side .isError {
    color: #f00;
    font-weight: bold;
}

.popup-right-side .close-img {
    position: absolute;
    top: -10px;
    right: -15px;
}

.popup-right-side .close-img:hover {
    position: absolute;
    top: -10px;
    right: -15px;
    cursor: pointer;
}

.popup-right-side .changePop {
    display: none;
}