label {
    padding: 0.5em 0.5em 0 0 !important;
}
fieldset.edit_tab_element {
    max-width: 65em;
    margin-left: calc((100% - 65em) / 2);
    margin-right: calc((100% - 65em) / 2);
    font-size: .75em;
}

.bot_edit_button i {
    max-width: 24.75px;
}

.bot_edit_button {
    background-color: #787878;
    border: 2px solid #c4c4c4;
    border-radius: .2em;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 2.75em;
}

.bot_trash_button:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .bot_trash_button {
        padding: 10px 30px;
    }
}

#edit_tab_contents .bot_private_config {
    height: 15.25em;
    margin-left: .75em;
}

#edit_tab_buttons {
    width: min-content;
}

#edit_tab_contents {
    width: 100%;
}

#edit_tab_holder {
    display: flex;
    width: 100%;
}

#edit_tab {
    border: none;
}

.avatar_image {
    height: fit-content;
    display: inline-block;
}

#avatar_images {
    text-align: center;
}

.avatar_image button {
    float: left;
    margin: 10px;
    background-color: brown;
}

.avatar_image button {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 12px 8px 8px 8px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
}

.avatar_image button:before, .avatar_image button:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 3px;
}
.avatar_image button:before {
    top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}

.avatar_image button:after {
    bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}

#avatar_listing_container {
    font-size: 1.5em;
}

.avatar_image {
    width: calc( 100% / 3 );
    float: left;
}

span.avatar_desc {
    font-weight: 800;
    padding-right: 5px;
}

.avatar_info {
    display: grid;
    border: brown 2px solid;
}

.div_avatar_imgs {
    margin-top: 10px;
}

#avatar_edit_button_container {
    width: 100%;
    text-align: center;
}

.rename_btn {
    font-size: .348em;
    vertical-align: top;
    margin: 2px;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.confirm-box {
    position: fixed;
    width: 34em;
    height: fit-content;
    top: 25%;
    left: calc((100% - 30em) / 2);
    text-align: center;
    background: white;
    padding: 5px 15px 15px 15px;
}

.close {
    cursor: pointer;
    float: right;
    padding: 2px 4px;
    border: darkgray 1px solid;
    background-color: lightgray;
}

i#i-login, i#i-register {
    padding-right: 5px;
    width: 1.5em;
}

#rename_overlay_title_container, #delete_overlay_title_container {
    text-align: left;
    padding: 10px;
}

#rename_overlay_title_container label, #delete_overlay_title_container label {
    font-weight: 800;
}

#rename_overlay_title_div, #delete_overlay_title_div {
    margin-bottom: 8px;
}

#delete_overlay_new_title_div {
    text-align: right;
}

#delete_overlay_orig_name {
    width: 27em;
}

.avatar_image_div img:hover {
    width:fit-content;
    max-width: calc(100% - 5em);
    left: 2.5em;
    top:-40px;
    z-index: 1px;
    position:absolute;
    box-shadow:2px -2px 10px 3px #888, inset 2px -2px 10px 3px #888;
}

/* Orchestrator auto-routing option */
.orchestrator_option label {
    font-weight: 700;
    color: #5a3e1b;
}

.orchestrator_option input[type="radio"] {
    accent-color: #5a3e1b;
}

input#uname, input#psw {
    background: white;
}

form.form-container.login-container {
    padding: 20px 20px 20px 5px;
    margin: 20px;
    background: #f1f1f1;
}

.grey-back {
    background: #f1f1f1 !important;
}

/* Google OAuth button */
.google-container {
  padding: 0 20px 20px 20px;
  width: 100%;
}

.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: #fff;
  color: #333;
  border: 1.5px solid brown;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.google-btn:hover {
  background: #fdf5f0;
}

.ai_warning {
    display: block;
    width: 680px;
    max-width: 800px;
    margin-left: calc((100% - 680px) / 2) !important;
    margin-right: calc((100% - 680px) / 2) !important;
    font-size: small;
    min-width: 580px;
    text-align: center;
    color: indianred;
    font-weight: 600;
}