:root{
    --vibrant-color:green;
}

/* box sizing border-box for all elements */
*,
*::before,
*::after {box-sizing:border-box;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    font-size: 100%;  
    font: inherit;  
    vertical-align: baseline; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html { min-height:100%; }
body {background-color: hsl(244 65% 29% / 1);background-color: #001731;font-family: 'Nunito', sans-serif;padding-bottom: 0px;color: white;/* border: 2px solid green; *//* height: 100vh; *//* display: flex; */}


body.keyboard {
    /* height: calc(100% + 500px); */ /* add padding for keyboard */
}


/* Navs */
.nav {position: sticky;/* width: 100%; */z-index: 10;top: 0px;background-color: #002349;height: 86px;/* flex-grow: 1; */width: inherit;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);}
.nav-inner {/* background-color: white; *//* border-radius: 0px; *//* padding: 10px; *//* display: flex; *//* gap: 20px; *//* justify-content: center; */}
.nav a { }
.nav a:hover { }
.nav .nav-back {color: #0088ff;text-decoration: none;font-size: 18px;align-items: center;padding: 0px 0px 0px 0px;display: flex;position: absolute;top: 31px;left: 7px;font-weight: 500;}
.nav .nav-back svg {width: 26px;height: 21px;/* background-color: red; */}
.nav .nav-back svg path {fill: #0088ff;}
.nav .nav-back:hover { color:#66b8ff; cursor: pointer; }

.nav-edit {background-color: hsl(81deg 67.51% 55.91%);position: absolute;top: 86px;width: 100%;text-align: center;height: 23px;transition: all .2s ease-in-out;/* display: none; */color: black;font-weight: 700; }

.page-viewBot .col-main .nav {background-color: #373737;display: flex;/* position: fixed; */height: 82px;/* top: 0px; */width: 100%;z-index: 10;}

.page-home .nav {/* display: flex; *//* height: 82px; *//* padding:10px; *//* background-color: #161616; *//* position: sticky; *//* top: 0px; */}
.page-home .nav > a {flex-grow:1; color: white;}
.page-home .nav > a.nav-create { flex-grow:0; }


.avatar-menu {position: absolute;left: 50%;transform: translateX(-50%);top: 14px;display: flex;flex-direction: column;border: 1px solid #344f6d;border-radius: 7px;padding: 5px 8px;max-width: 200px;min-width: 100px;}
.avatar-menu img {width: 27px;border-radius: 100%;height: 27px;object-fit: cover;}
.avatar-menu .photo {/* border: 1px solid white; */text-align: center;margin: 0px 0px 0px 0px;}
.avatar-menu .name {color: white;text-decoration: none;font-size: 12px;text-align: center;font-weight: 700;}
.avatar-menu:hover {background-color: #262626;}

.subnav {background-color: #232323;display: flex;justify-content: space-evenly;}
.subnav > a {/* background-color: #525252; */color: white;text-decoration: none;font-size: 12px;padding: 3px 0px;opacity: .5;}


.page-chatWithBot .col-main .nav {position: sticky;background-color: #33333378;width: inherit;/* display: flex; */top: 0px;z-index: 10;backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);/* flex-basis: 100%; */width: 100%;}

.page-chatWithBot .col-main .nav-inner {
    /* border: 2px solid green; */
    display: flex;
    /* background-color: pink; */
    flex-grow: 1;
    height: 82px;
    position: relative;
}


.nav-home-icon {width: 24px;/* display: inline-block; *//* background-color: red; */height: 24px;position: absolute;left: 0px;top: 0px;}
.nav-home-text {background-color: #0079df;text-decoration: none;padding: 4px 10px;border-radius: 20px;margin: 0px 0px 0px 23px;/* display: inline-block; */}
.nav-home-icon svg {width: 100%;height: 100%; }
.nav-home-icon svg path {fill: #0079df;}
.page-home nav {/* display:none; */}

.nav-menu {position: absolute;right: 15px;color: white;top: 24px;/* background-color: red; */height: 40px;width: 40px;opacity: .4;}
.nav-menu svg {position: relative;top: 11px;left: 5px;}
.nav-menu:hover { opacity:.6 }




/* Column Setup */
.col-holder {}
.col-sidebar {/* background-color: #3a3a3a; *//* padding: 10px; *//* padding-top: 100px; */display: none;}
.col-main {flex-grow: 1;position: relative;display: flex;flex-direction: column;/* overflow-y: scroll; */padding-top: 0px;}

.page-home .col-main {/* display:none; */}
.page-chatWithBot .col-sidebar { display:none; }
.page-viewBotProfile .col-sidebar { display:none; }
.page-viewBotConversation .col-sidebar { display:none; }

.nav-sidebar {
    width: 100%;
    padding: 23px;
    position: sticky;
    top: 0px;
    flex-grow: 0;
    height: 1%;
}


/* Sections and column contents */
section {padding: 0px;}

#bots-results h3 {margin: 36px 18px 3px 18px;font-size: 25px;opacity: .8;}

.col-main h1 {margin: 60px 10px 30px 13px;color: hsl(81 100% 55% / 1);font-size: 44px;font-weight: 200;line-height: 40px;}
.page-viewBots .bots {margin: 0px 0px 38px 0px;}
.page-intro {
    margin: 0px 16px 20px;
}


/* Bot display on homapge and elsewhere */
.bots {  }
.bots .bot {display: flex;gap: 10px;align-content: center;margin: 7px 14px 9px 14px;border: 1px solid white;padding: 7px 15px;border-color: #072b53 #000307 #000307;border-radius: 11px;}
.bot-avatar {flex-basis: 50px;flex-grow: 0;min-width: 50px;}
.bot-avatar img {width: 50px;border-radius: 100%;height: 50px;object-fit: cover;}
.bot-description {display: flex;flex-direction: column;justify-content: center;flex-grow: 1;text-align: left;}
.bot-description h4 {font-size: 16px;margin: 0px 0px 6px 0px;font-weight: 700;color: hsl(0deg 0% 83.12%);}
.bot-description p {font-size: 12px;}
.bot-cta {display: flex;align-items: center;flex-grow: 0;justify-content: flex-end;/* flex-direction: column; */gap: 11px;}
.bot-cta a {background-color: white;color: black;display: inline-block;padding: 7px 13px;border-radius: 22px;font-weight: 800;font-size: 14px;white-space: nowrap;text-decoration:none;border: none;border-color: white black black;}

.bot-link {display: flex;flex-grow: 1;gap: 14px;color: inherit;text-decoration: none;}

.col-main section h2 {font-size: 14px;font-weight: 800;margin: 0px 0px 0px 0px;color: #c7c7c7;position: sticky;padding: 5px 18px 3px 18px;top: 85px;background-color: #001731;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);/* border-bottom: 1px solid #454545; */}
.col-main section .header-link {float: right;color: inherit;text-decoration: none;font-weight: 400;font-size: 12px;opacity: .5;position: relative;top: 4px;}

.page-account section.bots { margin-top:100px; }

.placeholder {  }


.header {padding: 30px;margin-top: 60px;}
.header h1 {font-weight: 400;text-align: center;font-size: 30px;margin: 30px 0px 30px;}
.header h2 {text-align: center;font-size: 12px;font-weight: 600;}

form, .results-inner {/* background-color: #379cf1; *//* padding:20px; *//* box-shadow: 4px 4px 0px black; *//* text-align: left; *//* border: 2px solid black; *//* border-radius: 13px; */}
.results-inner {background-color: #3d3d3d;}

fieldset {border:none;margin: 0px 0px 18px;width: 100%;}

input[type=text], textarea {color: #fff;background-color: #515151;border: none;padding: 5px 12px;font-size: 11px;display:block;width:100%;font-family: MONOSPACE;border-radius: 3px;font-weight: 500;/* color: #0eda0e; */}
label {/* display: flex; */font-size: 12px;display: block;margin: 0px 0px 3px 0px;color: #939393;}
label small {font-weight: 500;font-size: 11px;margin: 0px 0px 0px 7px;opacity: 0.4;text-align: right;position: relative;top: 0px;}
select {width: 100%;}

#chat-input-form input[type=text] {background-color:white;color: black;font-family: 'Nunito';}

.submit-holder {text-align: center;position: relative;top: 2px;margin: 21px 0px 0px 0px;}
.submit-holder p {font-size: 10px;font-weight: 500;margin: 0px 0px 11px;line-height: 13px;}
.submit {background-color: hsl(-151 106% 54% / 1);text-decoration: none;display: inline-block;padding: 10px 37px;box-shadow: 5px 5px 0px black;font-weight: 700;color: white;}
.submit-holder button {
  background-color: hsl(81 100% 55% / 1); /* Green */
  border: none;
  color: black;
  padding: 7px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  /* font-family: 'IBM Plex Mono'; */
  font-weight: 800;
  border-radius: 34px;
  /* box-shadow: 3px 3px 0px black; */
  }
.submit-holder button:hover {
    cursor: pointer;
    background-color: hsl(210deg 82.62% 52.22%);
}
.submit-holder button:active, .submit-holder button:focus {
    box-shadow:none;
    position: relative;
    top: 4px;
    right: -4px;
    }
.disable-submit .submit-holder button {/* color: black; */opacity: .3;}
.submit-holder .finish-editing {color: white;font-size: 13px;font-weight: 600;padding: 0px 21px;}
.submit-holder .finish-editing:hover {color: #a5cced;}


.tabs {border-bottom: 1px solid #8d8d8d;margin: 0px 0px 2px 0px;}
.tabs .tab {display: inline-block;padding: 9px 4px;font-size: 11px;margin: 0px 0px 0px 0px;color: #a1a1a1;font-weight: 700;}
.tabs .tab.active {border-bottom: 3px solid hsl(81 100% 55% / 1);color: white;}
.tab:hover {cursor: pointer;color: white;}

.edit-bot-form-holder h2 {color: hsl(81 100% 55% / 1);font-weight: 200;font-size: 40px;}

.field-description {font-size: 10px;color: #9c9c9c;margin: 3px 0px 0px;}

.hidden { display:none; }
.edit-bot-form-holder .advanced {  }



.section {border-bottom: 1px solid dimgrey;}
.section h3 {font-size: 16px;padding:10px 0px;font-weight: 300;color: #bababa;}
.section h3:hover {cursor:pointer;}
.section .toggle {width: 13px;height: 13px;display: inline-block;}
.section .toggle svg {transform:rotate(-90deg);transition:all .15s ease-in-out;width: 100%;height: 100%;}
.section-inner {max-height:0px;overflow:hidden;transition:all .15s ease-in-out;/* margin: 0px -20px; */}
.section-inner-inner { padding:0px 0px 12px 0px}

.has-input .section-inner-inner { margin:0px 0px 0px 20px; }
.has-slider .section-inner {margin: 0px -20px;}
.has-key-value-pairs .knowledge {margin: 0px 0px 0px 18px;}
.add-knowledge {
    display: block;
    text-align: center;
    color: white;
    font-size: 13px;
}
.has-select .section-inner-inner {margin: 0px 0px 0px 20px;}

.section-inner-inner > input {margin: 0px 110px 0px 0px;}
.section-inner-inner > textarea {height: 100px;}

.section.expanded .section-inner {max-height: 700px;}
.section.expanded .toggle svg { transform:rotate(0deg) }

.options {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    /*-webkit-overflow-scrolling: touch;*/
    padding: 0px 20px 0px 40px;
    }
.options::-webkit-scrollbar { display: none;}

.option {
    padding: 7px 14px;
    border: 1px solid #727272;
    display: inline-block;
    /* height: 35px; */
    /* line-height: 35px; */
    border-radius: 17px;
    margin: 0px 5px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    }
.option.selected {background-color: hsl(81 100% 55% / 1) !important;color: black;font-weight: 800;}
.option.selected input { color: black;}
.option:hover { cursor:pointer; background-color:gray; }

.option input {font-size: 11px;display: inline-block;width: 120px;/* display: none; */margin: -9px 0px -9px 8px;padding: 4px 5px;background-color: transparent;}

.knowledge {}
.knowledge-item {display:flex;margin: 0px 0px 11px 0px;}
.knowledge-item-main {
    flex-grow: 1;
}
.knowledge-key, .knowledge-value {  }
.knowledge-key {border-bottom: 1px solid transparent;}
.knowledge-key input[type=text], .knowledge-value input[type=text] {border-radius: 5px 5px 0px 0px;}
.knowledge-value input[type=text] {border-radius: 0px 0px 5px 5px;}

.knowledge-item-controls {display: flex;align-content: center;flex-wrap: wrap;}
.knowledge-item-controls .close {
    width: 30px;
    height: 30px;
    display: block;
    background-color: transparent;
    padding: 9px;
    line-height: 0px;
    }
.knowledge-item-controls .close:hover { cursor:pointer; }
.knowledge-item-controls .close svg {width: 100%;height: 100%;}

.section-description {color: #909090;font-size: 12px;margin: 0px 0px 7px;line-height: 14px;font-weight: 400;}
.section-description strong {font-weight: 800;}
.section-description a {color: inherit;}
.section.has-key-value-pairs .section-description {padding-left: 20px;}

form.bot-details input { }
form.bot-details input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b0b0b0;
    opacity: 1; /* Firefox */
}

form.bot-details input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b0b0b0;
}

form.bot-details input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b0b0b0;
}

.profile-tools {margin: 30px 0px 0px;}
.profile-tools > a {color: hsl(0deg 0% 75.46%);display: inline-block;margin: 0px 2px;border: 1px solid #ffffff5c;padding: 4px 12px;text-decoration: none;font-size: 13px;border-radius: 27px;}

.profile-tools .icon-similar, .profile-tools .icon-share {display: inline-block;margin: 0px 6px 0px 0px;position: relative;opacity: .8;top: 3px;/* display: NONE; */width: 15px;}
.profile-tools .icon-similar svg, .profile-tools .icon-share svg {width: 100%;height: 100%;/* display: none; */}
.profile-tools .icon-share {width: 14px;margin-top: -3px;top: 3px;margin-right: 3px;}

.profile-bio {  }

.bot-photos {display: flex;overflow-x: auto;gap: 10px;/* white-space: nowrap; */width: 400px;overflow-y: unset;}
.bot-photos .photo {width: 50px;/* height: 50px; */display: inline;flex-shrink: 0;}
.bot-photos .photo img {max-width: 50px;height: auto;border-radius: 100%; border:2px solid transparent;}
.bot-photos .photo.selected img {border-color: #0eda0e;}

.container {padding: 40px 10px 10px;display:flex;flex-direction:column;gap:30px;max-width:1200px;margin: 0px auto 0px auto;/* height: 150vh; *//* margin-bottom: 100px; */padding-bottom: 20px;/* border: 2px solid red; */}

.form-holder {text-align: center;position: relative; transition:all .5s ease-in-out; max-height:0px; overflow:hidden; }
.form-holder.collapsed {  }
body.show-form-above-convo .form-holder { max-height:600px; }
body.show-form-above-convo .bot-create-header { opacity:.3 }
body.show-form-above-convo .convo-holder { opacity:.3 }
body.show-form-above-convo .chat-input { opacity:.3 }


.share-form {color: white;font-weight: 700;}
.share-form a#copy {color: white;float: right;}
.share-form input {display: block;margin: 5px 0px 0px 0px;}
.share-form .mobile-share {text-align: center;margin: 16px 0px 0px;}
.share-form .mobile-share a {display: inline-block;background-color: #aeff15;color: black;text-decoration: none;padding: 4px 28px;border-radius: 12px;}
.modal-body .share-form p {font-weight: 300;font-size: 13px;}


/* Bot profile page */
.page-viewBotProfile .bot-details {text-align: center;margin: -30px 0px 51px;padding: 0px 20px;/* z-index: 10; */background-color: transparent;}
.page-viewBotProfile .bot-details .bot-photo {  }
.page-viewBotProfile .bot-details > img {width: 130px;height: 130px;border-radius: 30px;object-fit: cover;z-index: 10;position: relative;}
.page-viewBotProfile .bot-details > h1 {font-size: 31px;margin: 5px 0px 9px;line-height: 31px;font-weight: 300;}
.page-viewBotProfile .bot-details > h1 small {font-size: 12px;margin: 2px 0px 0px;display: block;font-weight: 500;opacity: .5;color: white;}
.page-viewBotProfile .bot-details .profile-bio {font-size: 17px;opacity: .6;/* display: none; */}
.page-viewBotProfile .bot-details .profile-bio a { color:inherit; }
.page-viewBotProfile .bot-details > a {display: inline-block;/* background-color: white; */text-decoration: none;padding: 10px 76px;margin: 20px 0px 0px 0px;/* border: 1px solid white; */color: black;border-radius: 29px;background-color: #aeff15;font-weight: 800;}
.page-viewBotProfile .bot-details > a:hover {background-color: hsl(81 100% 55% / 1);}
.bot-details h1 a {color: white;font-size: 12px;display: block;}

.page-viewBotProfile .col-main .nav {/* background-color: #434343; *//* height: 82px; */}

.page-viewBotProfile .col-main h2 {/* margin:0px 0px 20px 0px; */}

.convo {display:flex;margin: 0px 0px 0px 0px;gap: 10px;font-size: 10px;color: #bfbfbf;text-decoration:none;border-top: 1px solid #002349;padding: 12px 17px;}
.convo:hover {background-color: #ffffff14;}
.convo .bot-avatar {/* flex-basis: 70px; *//* width: 70px; */}
.convo.active {background-color: #ffffff14;}
.convo .bot-avatar img {/* width: 50px; *//* height: 50px; *//* object-fit: cover; *//* border-radius: 100%; */}
.convo .convo-description {flex-grow: 1;}
.convo .convo-description a { color:white; }
.convo .convo-description p {}
.convo .convo-description p.convo-description-text {font-size: 15px;color: #b0b0b0;margin: 5px 0px 3px 0px;line-height: 18px;}
.convo .convo-description p.convo-meta {font-size: 13px;color: #616c79;}
.convo .convo-description .convo-description-top {display: flex;justify-content: space-between;margin: 5px 0px 3px 0px;}
.convo-description-top .title {font-size: 15px;font-weight: 700;color: #d6d6d6;line-height: 17px;}
.convo-description-top .date {opacity: .5;font-size: 11px;white-space: nowrap;}
.convo-description-top .date .date-arrow {width: 6px;height: 11px;display: inline-block;position: relative;top: 2px;opacity: .5;margin: 0px 0px 0px 2px;}
.convo-description-top .date .date-arrow svg {width: 100%;height: 100%;}
.convo-description-top .date .date-arrow svg path { }
.convo .your-convo {color: hsl(81 100% 55% / 1);text-transform: uppercase;display: inline-block;margin: 0px 0px 0px 8px;font-size: 10px;}


.convo.itsYou {  }
.convo .mpaa-rating {border: 1px solid #929292;padding: 0px 4px;display:inline-block;border-radius: 3px;margin: 0px 0px 0px 4px;font-weight: 700;font-size: 10px;color: #9f9f9f;}

#testbtn.active { border:1px solid green; }

.bot-controls {padding: 20px;background-color: #313121;margin: 0px 20px;border: 1px solid #7e7e7e;border-radius: 7px;font-size: 12px;text-align: center;}
.bot-controls a { color:white;}


/* Bot view conversations page */
.reactions { margin:20px 0px; text-align:center;}
.reactions .reaction {font-size: 49px;}
.convos {  }



.results {margin-top:30px;text-align: center;position: relative;}
.results-inner {/* min-height: 200px; */}



.roasts-holder {/* display:flex; *//* flex-direction: column; */}

.page-permalink .roasts-above {display:none;border: 1px solid #717171;padding: 11px;/* font-size: 14px; */border-radius: 5px;background-color: hsl(25deg 100% 57%);margin: 20px 0px 30px;}
.page-permalink .roasts-above h3 {font-weight: 600;margin: 0px 0px 9px;font-size: 12px;}
.page-permalink .roasts-above p {font-size: 12px;}


.roasts .container {  }
.roast {}
.page-roasts .roast {margin: 0px 0px 60px 0px;border-top: 1px solid #505050;padding: 20px 0px 0px 0px;}
.roast-top {text-align: center;font-size: 11px;margin:10px 0px;}

.roast-person {/* display:flex; *//* position: sticky; *//* top: 0px; *//* background-color: #379cf1; */color: white;/* padding: 10px 13px; */margin: 0px 0px 10px 20px;font-size: 12px;/* display: inline-block; */text-align: right;}
.roast-person .details {display:flex;gap: 20px;text-align: left;}
.roast-person .details > h3 {flex-grow: 1;flex-basis: 0;}

.roast-inner {display: inline-block;background-color: #379cf1;padding: 10px;border-radius: 10px;border-radius: 15px 15px 0px 15px;}

.roast-footer {display: flex;gap: 10px;justify-content: center;margin: 10px 0px 0px;}
.roast-footer > a, .roast-footer > span {
    text-decoration: none;
    background-color: #575757;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 21px;
    border-radius: 60px;
}

/* desktop
.roast {display:flex;gap: 20px;}
.roast-person {width: 25%;position: sticky;top: 0px;align-self: flex-start;}
.roast-body {width: 75%;align-self: flex-start;}
*/

.roast-person h3 {/* margin: 0px 0px 10px 0px; */}
.roast-person h3 .key {display: block;font-weight: 600;font-size: 13px;white-space: nowrap;}
.roast-person h3 .value {display: block;}
.roast-person .bio {margin:10px 0px 0px 0px;text-align: left;}

.roast-header {font-size: 15px;background-color: transparent;margin: 0px 0px 12px;}


.roast-body {/* background-color: #3b3b3b; *//* padding: 15px 16px; *//* border-radius: 15px 15px 15px 0px; */color: white;margin: 0px 20px 10px 0px;font-size: 13px;line-height: 19px;/* display: inline-block; */}
.page-roasts .roast-body {/* font-size:12px; */}

.roast-body .roast-inner {background-color: #3b3b3b;}


.filters {margin: 20px 0px;display: none;}
.filters .filter-item {  }



#results {font-size: 13px;font-weight: 500;line-height: 20px;display: block;/* margin-bottom: 20px; */}
.results-generating .results {/* margin-bottom:100vh; */min-height: 90vh;}

#results-top, #form-top {background-color: transparent;height: 1px;position: absolute;top: -71px;width: 100%;}

.post-results {text-align: center;max-height: 0px;overflow:hidden;transition: all .5s ease-in-out;margin: 0px 0px 0px 0px;/* border-top: 2px solid black; */padding: 0px 4px 5px 0px;/* background-color: #e6e2ae; *//* color: white; *//* border-radius: 5px; *//* border: 1px solid black; */}

.page-permalink .post-results {max-height: 200px;}
.page-roasts .post-results {display:none;}

.post-results p {margin: 0px;font-weight: 500;font-size: 10px;line-height: 13px;padding: 6px 0px;/* border-top: 1px solid black; */}

.post-results p span {/* display: block; */}
.results-done .post-results {max-height:200px;/* margin-top:20px; */}


.post-results h3 {font-weight: 600;font-size: 12px;margin-top: 40px;border-top: 1px solid black;padding-top: 11px;margin-bottom: 0px;}
form#feedback {padding: 0px;border: none;display: flex;gap: 10px;margin: 0px auto 0px;background-color: transparent;box-shadow: none;max-width: 700px;justify-content: initial;width: 100%;}
form#feedback fieldset {margin: 0px;flex-basis: 60%;}
form#feedback fieldset input {height: 30px;background-color: #323232;color: white;font-size: 12px;}
form#feedback button {display: block;width: 100%;font-size: 12px;height: 30px;padding: 0px 8px;white-space: nowrap;box-shadow: none;background-color: #4a4a4a;}
form#feedback .submit-holder {
    flex-grow: 1;
    top: 0px;
}
.post-results .buttons {border-top: 1px solid black;padding: 20px 0px 0px 0px;}
.post-results .buttons.secondary {margin-top: 17px;padding: 0px;border: none;}
.post-results .buttons a {}
.post-results .buttons.secondary a {background-color: hsl(49deg 100% 60%);color: black;}


#feedback-thanks {font-size: 13px;margin: 14px 0px 0px;}


.hide { display:none !important; }


.buttons {display: flex;gap: 20px;margin: 30px 0px 0px;}
.buttons > a {background-color: hsl(210 100% 44% / 1);color: white;padding: 8px 24px;flex-grow: 1;text-align: center;text-decoration: none;width: 50%;box-shadow: 4px 4px 0px black;font-weight: 500;font-size: 15px;}

.buttons.one > a {max-width: 400px;margin: 0px auto;}



.menu-btn-large {display: block;/* border: 1px solid black; */padding: 15px 0px;color: black;margin: 0px 0px;color: hsl(81 100% 55% / 1);font-size: 35px;font-weight: 200;/* border-left: 3px solid green; */line-height: 26px;text-decoration: none;}

.menu-btn-large:hover {color: hsl(81deg 100% 73.11%);}
.menu-btns-small {display: flex;padding: 13px 11px 0px 0px;gap: 12px;border-top: 1px solid #656565;margin: 21px 0px 0px 0px;}
.menu-btns-small > a {color: #929292;font-size: 13px;text-decoration: none;padding: 0px 0px;border: 1px solid #707070;padding: 4px 10px;border-radius: 10px;}
.menu-btns-small > a:hover { color:white; }

.container h2 {/* background-color: black; *//* display: inline-block; *//* padding: 4px 12px; *//* margin: 0px auto; *//* color: white; *//* font-weight: 700; *//* font-size: 13px; *//* margin: 0px 0px 0px 0px; *//* border-radius: 7px 7px 0px 0px; */}


.chat-vote {display: flex;flex-direction: column;display: none;margin: 0px 0px 40px 0px;}
.chat-vote h3 {text-align: center;}
.chat-vote .button-holder {text-align: center;}
.chat-vote .button-holder .reaction {width:150px;height:150px;display: inline-block;position: relative;}
.chat-vote .button-holder .reaction-btn {border: 1px solid #363636;width: 150px;display: inline-block;height: 150px;font-size: 38px;border-radius: 100%;position: relative;overflow: hidden;}
.reaction-fg {font-size: 17px;/* border: 1px solid green; */position: absolute;left: 0px;width: 100%;top: 50%;transform: translateY(-50%);color: #a8a8a8;font-weight: 500;transition: all .2s ease-in-out;z-index: 10;}
.reaction-bg {background-color: #282828;width: 100%;height: 0%;display: block;position: absolute;bottom: 0px;transition: all .2s ease-in-out;}
.chat-vote.voted .reaction-fg {top: 107%;}
.chat-vote.voted .reaction-bg { height:50%}
.reaction-num {position: absolute;left: 0px;width: 100%;top: 50%;transform: translateY(-50%);color: #eeeeee;font-weight: 300;transition: all .2s ease-in-out;z-index: 10;opacity:0;font-size: 0px;}
.chat-vote.voted .reaction-num {opacity: 1;font-size: 39px;}


.footer {text-align: center;/* font-size: 13px; *//* border-top: 1px solid white; */padding: 20px;max-width: 1200px;margin: 10px auto 0px;}
.footer-inner {border-top: 1px solid #6e6e6e;padding: 20px 0px 0px;}
.footer p {font-size: 11px;margin: 20px 0px;color: #a5a5a5;}
.footer p a {color: #929292;}







.modal-above {text-align: center;font-family: 'Abril Fatface';font-size: 30px;line-height: 34px;width: 100%;/* display: block; *//* margin: 0px auto; */flex-grow: 1;justify-content: center;align-items: center;display: flex;padding: 0px 30px;}
.modal-above h2 {background-color:red;padding: 17px 19px;/* display: inline-block; */font-size: 32px;position: relative;line-height: 34px;font-weight: normal;border-radius: 7px;}
.modal-above h2 span {position: absolute;top: -16px;background-color: inherit;font-family: 'IBM Plex Sans', sans-serif;left: 50%;transform: translateX(-50%);font-size: 11px;padding: 5px 15px;font-weight: 500;line-height: 14px;text-transform: uppercase;letter-spacing: 1.5px;border-radius: 5px;white-space: nowrap;}



.modal {position: fixed;bottom: 0px;width: 100%;/* align-items: flex-end; */justify-content: flex-end;z-index: 20;transition: all .3s ease-in-out;/* transform: translateY(110%); */max-width: 630px;left: 50%;transform: translate(-50%, 110%);height: 100%;display: flex;flex-direction: column;}
.modal.has-content-above { height:100%; }
.modal-inner {background-color: hsl(244deg 5.34% 19.28%);padding: 30px 23px;border-radius: 10px 10px 0px 0px;color: black;width: 100%;}

.modal-title {display: block;font-weight: 600;font-size: 10px;text-transform: uppercase;letter-spacing: 1px;margin: -34px 0px 8px;color: hsl(49deg 100% 14%);text-align: center;}
.modal-title span { background-color: hsl(49deg 100% 60%); padding: 4px 14px; border-radius: 6px; }

.modal-body h5 {font-weight: 600;margin: 0px 0px 10px 0px;font-size: 16px;} 
.modal-body p {margin: 16px 0px 10px 0px;font-size: 14px;}


.modal-bg {position: fixed;left: 0px;top: 0px;height: 100%;width: 100%;background-color: #000000e3;z-index: 19;opacity:0;transition: all .3s ease-in-out;}
.modal-bg.active {opacity:1;}

.modal-active .modal {/*transform:translateY(0); transition: all .3s ease-in-out; */}
.modal.active {transform: translate(-50%, 0px);transition: all .3s ease-in-out;}


.modal.milestone h3 {font-family: 'Abril Fatface';text-align: center;font-size: 28px;margin: 8px 0px;line-height: 31px;}
.modal.milestone p {text-align: center;}
.badge-holder {display: flex;justify-content: center;align-items: center;flex-basis: 148px;}
.badge {width: 100px;height: 100px;background-color: #df3514;border-radius: 100%;overflow: hidden;position: relative;border: 5px solid white;display: flex;align-items: center;justify-content: center;transition: all .8s ease-in-out;transform: rotateY(0deg);box-shadow: 4px 7px 4px #00000026;}
.badge svg {position: absolute;left: 0px;top: 0px;z-index: 1;width: 100px;background-blend-mode: multiply;height: 100px;opacity: .5;}
.badge-text {position: relative;z-index: 2;font-family: 'Abril Fatface';font-size: 48px;color: white;text-shadow: 2px 2px 1px black;}
.modal.active .badge { transform: rotateY(720deg); transition-delay: .5s; }

.modal-close-holder {display: flex;justify-content: center;margin: 20px 0px 0px;}
a#modal-close { background-color: white;
    /* display: inline-block; */
    width: 50%;
    margin: 0px 4px;
    padding: 10px 7px;
    border-radius: 7px;
    color: hsl(25deg 100% 57%);
    box-shadow: 0px 3px 1px 0px #ff984e;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-weight: 700;
    line-height: 17px;
    flex-direction: row;
    min-height: 42px; }




#comments {max-height: 40vh;overflow-y: scroll;}
.comment {margin: 22px 0px;display:flex;gap: 10px;}
.comment-avatar {flex-basis: 42px;}
.comment-avatar img {width: 100%;border-radius: 100%;overflow: hidden;}
.comment-body {flex-grow: 1;width: 100%;}
.comment-body h4 {font-weight: 700;font-size: 12px;margin: 0px 0px 4px 0px;}
.comment-body p {margin: 0px;font-size: 14px;}










.reply { margin:0px 0px 30px; display:flex; }
.reply-left {/* width: 200px; */flex-basis: 63px;}
.reply-right {/* flex-shrink: 1; */width: 100%;}
.reply h5 {font-weight: 600;font-size: 11px;margin: 0px 0px 4px 13px;}
.reply-left img {width: 50px;height: 50px;object-fit: cover;border-radius: 100%;}
.reply h5 {font-weight: 800;font-size: 14px;margin: 0px 0px 3px;}
.reply h5 a {color: inherit;}
.reply .text {font-weight: 400;font-size: 13px;line-height: 19px;}

.message h5 {font-size: 13px;margin: 0px 0px 6px 0px;font-weight: 700;color: white;}


.nav-home { color:white; }


.chat-input {
    /* background-color: #4a2a2a; */
    padding: 10px;
}
body.keyboard .chat-input { /*position: fixed;top: 290px; */ }

.convo-holder {/* border: 2px solid yellow; */padding: 0px 0px 0px;/* max-width: 600px; *//* background-color: #ffff0036; *//* height: 50vh; */overflow-y: scroll;}
.convo-intro {align-content: normal;text-align: center;font-size: 10px;margin: 11px 0px 11px;opacity: .4;padding: 0px 13px;}
.convo-intro.primary {opacity: .9;font-size: 11px;font-weight: 500;}
.page-editBot .convo-holder { padding-top:20px }

.chat-tools {position: fixed;bottom: 0px;width: 100%;backdrop-filter: blur(5px);background-color: #1a1a1aed;-webkit-backdrop-filter: blur(5px);display: flex;justify-content: center;padding: 18.1px 0px;}

.chat-footer {margin:20px;border-top: 1px solid dimgrey;padding:10px 0px}
.chat-footer p {color: #b1b1b1;font-size:12px; text-align:center; }
.chat-footer p a {color: #b1b1b1; }


.section-home {padding:10px;/* border: 1px solid white; */margin: 70px 10px 20px;padding: 20px 10px 10px 10px;}
.section-home h2 {font-size: 70px;margin: 0px 0px 10px;font-weight: 200;color: hsl(81 100% 55% / 1);line-height: 58px;}
.section-home h2 small {font-size: 11px;position: relative;top: -35px;left: -18px;}
.section-home p {}
.section-home p.highlight {/* background-color: #b0ff19; *//* color: black; */}
.section-home p.intro {font-size:20px;margin-bottom: 50px;}
.section-home p.testimonial {font-size: 13px;/* font-style: italic; */color: #b0ff19;/* border-left: 2px solid #b0ff19; *//* padding: 0px 40px 0px 19px; */}
.section-home .intro {  }
.section-home .intro p {font-size: 21px;margin: 0px 0px 17px;}
.section-home .intro ul {text-indent: 0px;opacity: .7;}
.section-home .intro ul li {
    margin: 0px 0px 10px 32px;
    font-size: 18px;
    line-height: 21px;
}


.section-bots {/* padding: 20px; */margin-top: 60px;}
.section-bots h2 {font-size: 21px;margin: 0px 21px 21px;}

.new-bot {margin: 40px 0px -30px 17px;text-decoration: underline;color: #c9c9c9;font-weight: 700;font-size: 14px;display: block;position: relative;z-index: 5;}

.edit-bot-form-holder {overflow: hidden;width: 100%;max-height:0px;transition:all .3s ease-in-out}
.edit-form-visible .edit-bot-form-holder { max-height:100vh; }
.col-sidebar .edit-bot-form-holder {max-height: none;overflow: revert;}
.col-sidebar .bot-details {position: sticky;top: 0px;/* display:none; */}


#convo {padding: 20px 10px;/* height: 200vh; */}
#chat-bottom {/* border:2px solid red; */}


.bot-details {/* position:sticky; *//* top:0px; *//* border: 1px solid white; *//* border-radius: 11px; */background-color: #373737;padding: 20px;}

.message {margin: 0px 0px 14px;display: flex;}
.message-inner {background-color: #0088ff;display: inline-block;padding: 11px 13px;border-radius: 9px 9px 0px 9px;font-size: 15px;line-height: 18px;/* flex-grow: 0; */margin: 0px 0px 0px 40px;}
.message.user {/* text-align: right; */align-items: flex-end;/* justify-content: flex-end; */flex-direction: column;}
.bot .message-inner {background-color: #0f0f0f;border-radius: 9px 9px 9px 0px;margin: 0px 40px 0px 0px;color: #ffffffe0;}
.message.notification {text-align: center;justify-content: center;margin-top: 30px;}
.message.notification > p {font-size: 11px;opacity: 0.6;}
.message.notification > p a {color: white;}
.message .text a {color: #b0ff19;text-decoration: none;/* font-weight: bold; */}
.message .text a:hover { text-decoration:underline; }

.message.post-chat {/* border: 1px solid #5b5b5b; *//* padding: 17px; */border-radius:10px;justify-content: space-between;gap: 20px;flex-direction: column;margin: 20px 0px 0px;}
.message.post-chat p { text-align:center; }
.message.post-chat > a { }
.message.post-chat .primary {flex-direction: row;gap: 10px;display: flex;}
.message.post-chat .secondary {text-align: center;}
.message.post-chat .primary > a {color: white;font-size: 12px;/* border: 1px solid #838383; */padding: 6px 12px;border-radius: 10px;display: flex;text-decoration: none;justify-content: center;text-align: center;align-items: center;width: 50%;flex-grow: 1;line-height: 17px;background-color: #0070e1;}
.message.post-chat .secondary > a {color: white;font-size: 12px;}


/* .convo a:visited { background-color:red; } */


#chat-input-form {display:flex;border: none;border-radius: 10px 10px 0px 0px;gap: 10px;}
#chat-input-form button {border: none;background-color: hsl(210 100% 44% / 1);color: white;border-radius: 10px;padding: 10px 17px;}


.placeholder {text-align:center;font-size:12px;opacity: 0.7;}



.intercept {background-color: #ffee15;color: black;padding: 20px;}
.intercept h1 {font-weight: 800;font-size: 24px;}
.intercept p {  }


/*
.bot-create-header {font-size: 12px;background-color: blue;text-align: center;padding: 13px 0px;position: sticky;top: 0px;z-index: 10;}

.bot-create-header > span {text-decoration: underline;padding: 2px 12px;}
*/
#toolbar-wrap {
    position: sticky;
    top: 0px;
    /* height: 60px; */
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 40px; */
    /* z-index: 10; */
  }
  
  #toolbar {
    /* position: absolute; */
    /* left: 0px; */
    /* right: 0px; */
    /* padding: 15px; */
    /* background-color: blue; */
  }

  #toolbar.down {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }

#toolbar-wrap > span {/* padding: 0px 40px; */}

.loader {
    width: 14px;
    height: 14px;
    border: 2px solid #5c5c5c;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation .5s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@keyframes pulse {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }
    
        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }
    
        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
}


@media only screen and (min-width: 740px){
    body { height:100vh; }

	.col-holder {display:flex;min-height: 100%;}
    .col-sidebar {display:flex;min-width: 350px;flex-basis: 350px;background-color: #252525;flex-grow: 0;}

    
    /* turn on stuff */
    .page-home .col-main {/* display:flex; *//* justify-content: center; *//* align-items: center; */}
    .page-home .col-main p {/* align-self: center; */}
    .page-chatWithBot .col-sidebar { display:flex; flex-direction: column; }
    .page-viewBotProfile .col-sidebar { display:flex; flex-direction: column; }

    /* Page specific */
    .page-home .col-sidebar {flex-direction: column;overflow-y: scroll;/* background-color: #3a3a3a; */}
    .page-home .col-sidebar .nav {/* position: sticky; *//* top: 0px; */}
    .chat-input {position: sticky;bottom: 0px;width: inherit;left: 0px;background-color: #1f1f1f;padding: 24px;}
    .page-viewBotProfile .col-holder { height:auto; }
    .page-viewBotConversation .col-sidebar {display:flex;}
    .page-editBot textarea#description {/* height: 50vh; */}
    
    .page-editBot .nav-edit { display:none; }
    .page-editBot .convo-holder { padding-top: 0px; }
    .page-editBot .col-sidebar {min-width: 480px;flex-basis: 480px;}

    /* turn off stuff */
    .page-viewBot .nav-back { display:none; }
    
    .container {flex-direction:row;}
	.form-holder { width:50%; }
	.results { width:50%; margin-top:0px; }
    .convo-holder {position: relative;flex-grow: 1;/* padding-bottom: 100px; *//* overflow-y: scroll; */}

    .col-main .edit-bot-form-holder { display:none; } /* on desktop, really hide on mobile */

}