.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}

.main-container.ltr * {
    direction: ltr;
    text-align: left;
}

.main-container.ltr ul {
    padding-left: 24px;
}

.main-container.rtl * {
    direction: rtl;
    text-align: right;
}

.main-container.rtl ul {
    padding-right: 24px;
}

h1, h2, h3, p, ul, li {
    margin: 0;
}

#toplevel_page_parschat-plugin .wp-menu-image img {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #08c;
}

p {
    font-size: 16px;
}

ul li {
    font-size: 18px;
    margin-bottom: 12px;
}

ul {
    list-style-type: decimal;
}

.main-container .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    width: 75%;
    border: 1px rgba(145, 158, 171, 0.32) solid;
    border-radius: 8px;
}

.main-container .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding: 24px 23.5px;
    border-bottom: rgba(145, 158, 171, 0.32) 1px solid;
    gap: 24px;
}

.bottom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    width: 75%;
    border: 1px rgba(145, 158, 171, 0.32) solid;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px 0px;
}

.main-container .navbar h1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.parschat-installed {
    font-size: 16px;
    color: #36B37E;
    padding-top: 8px;
    font-weight: normal;
}

.main-container .body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 23.5px 24px;
    box-sizing: border-box;
    gap: 32px;
}

.body .btn {
    display: flex;
    border-radius: 8px;
    padding: 12px 59.5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: unset;
    background: #08c;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}

.body .btn:hover {
    background: #0077b3;
}

.description {
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    min-height: 18rem;
    padding: 32px 24px;
    background: #F4F6F8;
    border-radius: 8px;
    color: #212B36 !important;
    font-style: normal;
    line-height: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.body input[type="text"] {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid #ddd;
    outline: none;
    background: #F9FAFB;
    white-space: normal;
    overflow: visible;
    height: 4rem;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

.body input[type="text"]:focus {
    border-color: #08c;
}

#wpbody-content {
    min-height: 90vh;
}

#parschat-success {
    background: #36B37E;
    color: #fff;
    border-left-color: #36B37E;
}

#parschat-success p {
    color: #fff;
}

#parschat-error {
    background: #FF5630;
    color: #fff;
    border-left-color: #FF5630;
}

#parschat-error p {
    color: #fff;
}
