* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    letter-spacing: inherit;
    font-family: inherit;
}
p, dl, ol, ul, .container, label {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    letter-spacing: inherit;
    font-family: inherit;
}
strong {
    font-weight: bold;
}
h1 {
    margin: 0; 
    font-weight: bold;
    line-height: inherit;
}
img {
    vertical-align: unset;
}
.card {
    position: unset;
    display: block;
    -ms-flex-direction: column;
    flex-direction: unset;
    min-width: unset;
    word-wrap: unset;
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-radius: unset;
}
::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
::-webkit-scrollbar-button {
    background: unset;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.23);   
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(219, 219, 219);   
}​
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(219, 219, 219);    
}
@font-face {
    font-family: Inter-Heavy;
    src: url(/css/fonts/Inter-Heavy.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Bold;
    src: url(/css/fonts/Inter-Bold.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Regular;
    src: url(/css/fonts/Inter-Regular.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Medium;
    src: url(/css/fonts/Inter-Medium.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Semibold;
    src: url(/css/fonts/Inter-Semibold.woff2) format('woff2');
}
@font-face {
    font-family: Inter-SemiboldItalic;
    src: url(/css/fonts/Inter-SemiboldItalic.woff2) format('woff2');
}
@font-face {
    font-family: Inter-ExtraBold;
    src: url(/css/fonts/Inter-Bold.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Bold;
    src: url(/css/fonts/Inter-Bold.woff2) format('woff2');
}
@font-face {
    font-family: Inter-BoldItalic;
    src: url(/css/fonts/Inter-BoldItalic.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Heavy;
    src: url(/css/fonts/Inter-Heavy.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Medium;
    src: url(/css/fonts/Inter-Medium.woff2) format('woff2');
}
@font-face {
    font-family: Inter-MediumItalic;
    src: url(/css/fonts/Inter-MediumItalic.woff2) format('woff2');
}
@font-face {
    font-family: Inter-RegularItalic;
    src: url(/css/fonts/Inter-RegularItalic.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Regular;
    src: url(/css/fonts/Inter-Regular.woff2) format('woff2');
}
@font-face {
    font-family: Inter-Light;
    src: url(/css/fonts/Inter-Light.woff2) format('woff2');
}
@font-face {
    font-family: Inter-MediumItalic;
    src: url(/css/fonts/Inter-MediumItalic.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-Black;
    src: url(/css/fonts/Montserrat-Black.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(/css/fonts/Montserrat-ExtraBold.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(/css/fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-Semibold;
    src: url(/css/fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(/css/fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(/css/fonts/Montserrat-Regular.woff2) format('woff2');
}

html, body {
  width: 100%;
}
body {
  font-family: "Inter-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
  letter-spacing: 1px;
  overflow: hidden;
}
.hidden {
    display: none;
}
.fullContentHeight {
    /*height: 86%;*/ 
    height: calc(100% - 70px);
}
 
#mobile_indicator {
    display: none;
} 
@media (max-width: 768px) {
    #mobile_indicator {
        display: block;
    }
} 

.dashboard {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dashboard .inner, .analytics .inner {
  width: 93%;
  margin: 0 auto;
}
/* override in /newBot */
.dashboard.newBot .inner { 
  width: 80%; 
}
.dashboard a, .analytics a {
  color: #0079FF;
}
.dashboard a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.dashboard #header {
  /* background: white; */
  line-height: 28px;
}
.dashboard #header h1 {
  font-size: 24px;
  /*font-weight: bold;*/
  float: left;
}
.dashboard #header h1 .logo { 
    width: 40px;
    height: 41px;
    object-fit: contain;
    float: left;
    margin-right: 10px;
    margin-top: -2px;

    object-fit: contain;
    background-image: url(/assets/round_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} 
.dashboard #header h1 a {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #191919;
    letter-spacing: 00px;
    text-decoration: none;
    line-height: 40px;
}
.dashboard #header h1 a span {  
    letter-spacing: 0px;
}
.dashboard #header h1 a span.hypedmind {  
    float: left;
}
.dashboard #header h1 a span.studio { 
    color: #505050; 
    line-height: 40px;
    margin-left: 4px;
    float: left;
}
.dashboard #header h1 a span.enterprise { 
    color: #909090;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-left: 2px;
    margin-top: -8px;
    font-size: 13px;
    display: block;
    float: left;
}
@media (max-width: 768px) {
    .dashboard #header h1 a span.enterprise { 
        display: none;
    }
} 
.dashboard nav {
  float: right;
  font-family: Montserrat-Bold;
  letter-spacing: 0.5px;
}
.dashboard nav li {
  display: inline-block;
  margin-left: 2px;
  /* margin-bottom: 4px; */
  color: #0079FF;
}
.dashboard nav li a {
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 6px;
    transition: background-color 0.25s ease;
}
.dashboard nav li a:hover {
    text-decoration: none;
    background-color: rgb(223, 241, 255);
}

.dashboard nav .account_info {
    width: 28px;
    height: 28px;
    margin-left: 6px;
    margin-bottom: -11px;
    cursor: pointer;
} 

.account_info_container {
    width: 236px; 
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: 8px;
    position: absolute;
    z-index: 1001;
    overflow: hidden;
    background: white;
    overflow: auto;
    letter-spacing: 0px;
    color: #1d1d1d;
    padding-bottom: 6px;
    transform-origin: 84% 0% 0;
} 
.account_info_container > div {
    cursor: pointer;
    padding: 14px 16px;
    position: relative;
    transition: background-color 0.25s ease;
} 
.account_info_container > div:hover {
    background-color: #f5f5f5;
} 
.account_info_container > div:nth-child(1) {
    border-bottom: 1px solid #e8e8e8;
} 
.account_info_container .avatar {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
} 
.account_info_container .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
} 
.account_info_container p {
    font-family: Inter-Semibold;
    font-size: 13px;
    padding-left: 34px;
} 
.account_info_container .profile .name {
    font-family: Inter-Semibold;
    font-size: 13px;
    line-height: 19px;
    padding-left: 4px;
} 
.account_info_container .profile .email {
    font-family: Inter-Regular;
    font-size: 12px;
    padding-left: 4px;
    color: #292929;
    word-break: break-all;
    line-height: 14px;
} 

.dashboard h2 {
  font-family: Inter-Heavy;
  font-size: 32px;
  font-weight: 400;
  color: #0079FF;
}
.dashboard > #navigation {
    box-shadow: 0 0px 6px 4px rgba(0, 0, 0, 0.03), 0px 3px 3px -3px rgba(0, 0, 0, 0.03);
    background: #f9fbff;
    background: rgb(253, 253, 253);
}
.dashboard > #navigation h1 {
  float: left;
  color: rgba(0, 0, 0, 0.64);
  font-size: 15px;
  letter-spacing: 1px;
}
.dashboard > #navigation h1.arrow {  
    margin-left: 10px;
    margin-right: 2px;
}
#bot_dropdown {
    border-radius: 7px;
    padding: 7px 16px;
    cursor: pointer;
    transition: 0.2s all;
} 
#bot_dropdown:hover { 
    /* background: #cde5ff;  */
    transform: scale(1.016) translate(0px, -2px);
} 
#bot_dropdown h1 { 
    float: left;
    letter-spacing: 0px;
    font-family: Montserrat-Bold; 
    color: #515c73;
    font-size: 20px;
} 
#bot_dropdown .avatar {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    float: left;
    object-fit: cover;
    margin-right: 17px; 
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .115);
} 
#bot_dropdown .dropdown_tick {
    width: 10px;
    height: 12px;
    float: left;
    object-fit: contain;
    margin-left: 9px; 
    display: none;
} 
.dashboard > #navigation a {
    color: rgba(0, 0, 0, 0.36);
    font-size: 13px;
}
.dashboard > #navigation a:hover {
    background-color: rgb(238, 238, 238); 
    color: rgb(63, 63, 63); 
}
.dashboard > #navigation li .selected {
    color: rgba(0, 0, 0, 1); 
}
.dashboard > #navigation a.title {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 500;
}
.dashboard #header .inner, .dashboard #navigation .inner {
  height: 100%;
}
.center {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.centerVertical {
  /*height: 100%;*/
    display:flex;
    align-items: center; 
    justify-content: center;
} 
.centerInParent {
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.dashboard #header {
    height: 50px;
}
.dashboard > #navigation {
    height: 44px;
}
.dashboard #title {
    /*height: 12%;*/
}
.dashboard #firstRow {
    /*height: 20%;*/
}
.dashboard #secondRow {
    /*height: 20%;*/
}
.dashboard #overviewChart {
    /*height: 48%;*/
    /*margin-bottom: 1px;*/
    /*margin-top: 12px;
    margin-left: 12px;*/
}
.dashboard .number {
    /* float: left; */
}
.dashboard #topButtonContainer {
    text-align: center;
}
.dashboard #topButtonContainer a.title {
    display: block;
    float: none;
    margin-bottom: 6px;
}
.dashboard #topButtonContainer nav, #topButtonContainer ul {
    float: none;
}
.dashboard #topButtonContainer ul li {
    margin: 0 20px;
}
.dashboard #topButtonContainer ul li a {
    font-family: Inter-Heavy;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 16px;
}
.dashboard #topButtonContainer ul li a {
    color: #cccccc;
}
.dashboard #topButtonContainer ul li .selected {
    color: #0079FF;
}
.dashboard .spacing {
    height: 10px;
}
.full {
    width: 100%;
}
.fullHeight {
    height: 100%;
}
.half {
    width: 50%;
}
.quarter {
    width: 25%;
}
.floatLeft {
    float: left;
}
.dashboard .number .big {
    font-family: Inter-Heavy;
    font-size: 60px;
    color: #000000;
    text-align: center;
}
.dashboard .number .title {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.64);
    text-align: center;
}
.dashboard #header, .dashboard > #navigation {
    position: fixed;
    width: 100%;
    z-index: 2;
}
.dashboard > #navigation {
    top: 50px;
}
/*.analytics #content {
    z-index: 1;*/
    /*padding-top: 14%;*/
    /*width: 100%;*/
    /*height: 86%;*/
/*}*/
/*.analytics #fakeHeader {
    height: 8%;
}
.analytics #fakeNavigation {
    height: 6%;
}*/
.cover_view {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    /*opacity: 0.1;*/
    /*display: none;*/
    position: fixed;
    z-index: 2300;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.cover_view.clear {
    background-color: rgba(0, 0, 0, 0);
}
.cover_view.new {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cover_view > div {
    transition: transform 0.2s, opacity 0.2s;
    box-shadow: 0 6px 56px -10px rgb(0 0 0 / 9%), 0px 28px 100px -10px rgb(0 0 0 / 8%);

    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(1rem);
}
.cover_view > div.before_animate {
    transform: scale(0.92);
    opacity: 0.6;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.cover_view > div.emoji_picker_pop_up_dom {
    backdrop-filter: none;
}

.dashboard #fakeHeaderAndNavigation {
    height: 94px;
}
#dashboardDiv, #broadcastDiv, #contentDiv, #analyticsDiv {
    z-index: 1; 
    height: calc(100% - 70px);
}
#contentDiv, #analyticsDiv { 
    overflow-y: scroll;
}
  
.white_cover_view {
    background-color: white;
    opacity: 0.4;
    width: 100%;
    height: 100%; 
    position: absolute;
    z-index: 3001;
    top: 0px;
}

div.loading {   
    width: 30px; 
    height: 30px;  
    /* padding: 1px; */
    display: inline-block;
    object-fit: contain;

    animation: spin 1.0s infinite linear;
    -webkit-animation: spin 1.0s infinite linear;
 
    object-fit: contain;
    background-image: url(/assets/loading_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* sample code */
.new_broadcast_bubble_type_image > div:nth-child(1) .loadingg {  
    opacity: 0.0;
    width: 30px; 
    height: 30px;
    position: absolute;
    margin-top: 94px;    
    margin-left: 94px;   

    animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}   


.new_broadcast_bubble_edit_button_container input.date {
    margin-top: 14px;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 4px;
    border-radius: 6px;
} 
.inputFile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.disabled_invisible {
    pointer-events: none; 
}
.disabled_ui {
    opacity: 0.5;
}

#analyticsDiv .pieChart, #conversationsDiv .pieChart {
    /* height: 240px; */
}
#analyticsDiv .conversationDuration {
    /* height: 360px; */
}
#analyticsDiv .retentionTable {
    /*height: 360px;*/
}
#analyticsDiv #engagement_table {
    margin-top: 60px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
#analyticsDiv #engagement_table td {
    border: 1px solid #e4e4e4;
    height: 50px;
}
#analyticsDiv #engagement_table .data {
    width: 11%;
}
#analyticsDiv #engagement_table .table_header {
    position: relative;
    text-align: center;
    font-weight: bold;
}
#analyticsDiv #engagement_table .tooltip_container {
    position: relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
#analyticsDiv #engagement_table .tooltip_container .tooltip_text {
    visibility: hidden;
    width: 200px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    text-align: center;
    line-height: normal;
    border-radius: 6px;
    padding: 7px 8px;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.5s;
}
#analyticsDiv #engagement_table .tooltip_container .tooltip_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
#analyticsDiv #engagement_table .tooltip_container:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
}
#analyticsDiv .retentionCyclePlot {
    height: 360px;
}
#retentionCyclePlot-tooltip {
    width: 200px;
    border-radius: 6px;
    padding: 7px 8px;
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .55);
    color: white;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#conversationsDiv .lengthOfConversations {
    height: 360px;
}
#conversationsDiv .conversationDuration {
    height: 360px;
}
#conversationsDiv .conversationStage {
    height: 300px;
}







.dashboard #hero {
  text-align: center;
  margin-bottom: 48px;
}
.dashboard #hero p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 24px;
  padding: 0 72px;
  margin-bottom: 16px;
}
.dashboard #video {
  margin-bottom: 72px;
}

.dashboard #messages {
  max-width: 100%;
  margin: 24px auto;
  font-family: "Inter-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
}
.dashboard #messages .message {
  max-width: 60%;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: left;
}
.dashboard .message-box {
  margin-bottom: 12px;
}
.dashboard .message-box .meta {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.48);
}
.dashboard .message-box.me .meta {
  text-align: right;
}
.dashboard #messages .clear {
  margin: 0;
}

.dashboard #messages .from-me {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  background: #0079FF;
  border-radius: 25px;
  float: right;
}
.dashboard #messages .from-me:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  right: -7px;
  height: 20px;
  border-right: 20px solid #0079FF;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
}
.dashboard #messages .from-me:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -56px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
}

.dashboard #messages .from-them {
  position: relative;
  padding: 10px 20px;
  background: #E5E5EA;
  border-radius: 25px;
  color: #000;
  float: left;
}
.dashboard #messages .from-them:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 20px;
  border-left: 20px solid #E5E5EA;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
}
.dashboard #messages .from-them:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
  clear: both;
}
.dashboard #messages .image {
  padding: 0;
  overflow: hidden;
  background: none;
}
.dashboard #messages .image:before {
  display: none;
}
.dashboard #messages .image img {
  display: block;
  width: 100%;
}
.dashboard #messages i.circle {
  width: 8px;
  height: 8px;565656
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  display: inline-block;
  margin: 0 2px;
}
.dashboard #messages img.emoji {
  width: 16px;
  vertical-align: text-top;
}
.dashboard .section {
  /* margin-bottom: 72px; */
}
.dashboard .section .block h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.dashboard .section .block p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.64);
}

.dashboard #number {
  position: relative;
  margin: 0 auto;
  width: 292px;
  height: 48px;
}
.dashboard #number input[type=text] {
  position: absolute;
  left: 0;
  width: 228px;
  height: 36px;
  border-radius: 48px 0 0 48px;
  border: 2px solid #E5E5EA;
  border-right: none;
  padding: 0 24px;
  text-align: center;
}
.dashboard #number input[type=submit] {
  position: absolute;
  right: 0;
  height: 36px;
  width: 64px;
  border-radius: 0 48px 48px 0;
  cursor: pointer;
  background: #E5E5EA;
  color: #000;
}
.dashboard .btn {
  color: #0079FF;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.dashboard #footer {
  text-align: center;
  padding: 0 0 72px;
}
.dashboard .list {
  /* margin-top: 24px; */
}
.dashboard .list li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px 0;
}
.dashboard .list li:last-of-type {
  border-bottom: none;
}
.dashboard .list li .right a, .dashboard .list li .right span {
  font-size: 12px;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.64);
}
.dashboard .analytics .list li .right span {
  font-size: 14px;
}
.dashboard .list li .right span.kind {
  text-transform: capitalize;
}
.dashboard .heading a.button {
  font-weight: 500;
}
.pagination {
  text-align: center;
  font-size: 14px;
}
.pagination .previous_page {
  float: left;
}
.pagination .next_page {
  float: right;
}
.pagination .previous_page.disabled, .pagination .next_page.disabled {
  opacity: 0;
}
.pagination .current {
  color: rgba(0, 0, 0, 0.88);
  font-style: normal;
}
form input[type=text], form input[type=email], form input[type=password] {
  font-family: "Inter-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  font-size: 14px;
  border-radius: 6px;
}
form input[type=text].invalid, form input[type=email].invalid, form input[type=password].invalid {
  border: 1px solid red;
}
form input[type=submit] {
    font-family: "Inter-Regular", "Helvetica Neue", Helvetica, Arial, sans-seif;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 16px;
    font-size: 16px;
    background: #1FCC92;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}
.dashboard #notice {
  text-align: center;
}
.dashboard #message {
  text-align: center;
}
.dashboard #message h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 24px 0 16px;
    color: rgba(0, 0, 0, 0.88);
}
.dashboard #message p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.64);
    line-height: 24px;
    padding: 0 72px;
    margin-bottom: 16px;
}

.dashboard .section .block {
    margin-bottom: 24px;
}

  
.children_align_center { 
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
 
.sortable-ghost {
    opacity: 0;
}
.sortable-chosen {
    background-color: white;
}


.percent_view { 
    width: auto;
    letter-spacing: 0px;
}
.percent_view div { 
    width: 12px;
    height: 12px;
    margin-bottom: 0px;
    opacity: 0;

    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.percent_view p {  
    font-family: Inter-Heavy;
    font-size: 16px;
    display: inline-block;
    margin-left: 2px;
}
.percent_view.positive p { 
    color: #12B200;
}
.percent_view.negative p { 
    color: #F00000;
}
.percent_view.positive_negative p { 
    color: #F00000;
}
.percent_view.negative_negative p { 
    color: #12B200;
}
.percent_view.positive div { 
    background-image: url("/assets/percent_view_positive.svg");
    opacity: 1;
}
.percent_view.negative div { 
    background-image: url("/assets/percent_view_negative.svg");
    opacity: 1;
}
.percent_view.positive_negative div { 
    background-image: url("/assets/percent_view_positive_negative.svg");
    opacity: 1;
}
.percent_view.negative_negative div { 
    background-image: url("/assets/percent_view_negative_negative.svg");
    opacity: 1;
}


.amcharts-amexport-menu {
    opacity: 0;
}
g[shape-rendering="auto"] { 
    opacity: 0;
}


.page_footer {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

 
.cl-switch {   
    height: 22px; 
    transform: scale(0.82) rotate(180deg);
} 
.cl-switch input[type="checkbox"]:checked + .switcher {
    background-color: #78b8ff;
}
.cl-switch input[type="checkbox"]:checked + .switcher:before { 
    background-color: #0079FF;
} 
.cl-switch .switcher:before {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.6);
}

.expired_at_container {
    position: fixed;
    /* height: 20px; */
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: #ffd3d3e3;
    padding: 2px 35px;
}
.expired_at_container p {
    color: #eb0000;
    font-size: 12px;
    font-family: Inter-Medium;
    letter-spacing: 0px;
    text-align: center;
}
.expired_at_container strong { 
    font-family: Inter-Bold; 
    text-decoration: underline;
}
.expired_at_container img { 
    width: 15px;
    height: 15px;
    padding: 4px;
    top: 2px;
    right: 5px;
    position: absolute;
    cursor: pointer;
}
.expired_at_container a { 
    color: #eb0000;
    text-decoration: underline;
    cursor: pointer;
}
 
p:empty:before {
    content: attr(data-placeholder);
    color: rgba(0, 0, 0, 0.507);
}
::placeholder {  
    color: #969696;
} 
::-ms-input-placeholder { 
    color: #969696;
}

.account_info_container > div.app_version_container {
    font-family: 'Inter-Semibold';
    font-size: 10px;
    text-align: center;
    color: #686a82;
    padding: 8px 0px 2px 0px;
    border-top: 0.5px solid #e8e8e8;
}
.account_info_container > div.app_version_container .separator {
    margin: 0px 5px;
}







@media (max-width: 768px) {

#dashboardDiv, #contentDiv {
    height: calc(100% - 56px);
}
#broadcastDiv, #analyticsDiv {
    height: calc(100%);
}
.fullContentHeight { 
    height: calc(100%);
}
.cover_view {
    overflow: auto;
    /* padding: 20px; */
}
.cover_view > div {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    /* position: relative; */
    background: white;
    backdrop-filter: none;
}

.main-content-container:not(.mobile_optimised) .dashboard {
    position: relative;
}

.dashboard.newBot .inner { 
    width: 90%; 
}

.dashboard #header h1 a span {  
    letter-spacing: -0.5px;
}

.dashboard nav {
    float: right;
    font-family: Montserrat-Bold;
    letter-spacing: 0px;
} 
 
#bot_dropdown {
    padding-left: 5px;
} 
#bot_dropdown .avatar {
    width: 28px;
    height: 28px;
    border-radius: 14px; 
    margin-right: 9px; 
} 
#bot_dropdown h1 {
    font-size: 14px;
    line-height: 16px;
}

.account_info_container {
    margin-top: 10px;
    margin-left: -10px;
} 

} 