body, html {
    height: 100%;
    width: 100%;
}

body {
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9), rgba(255,255,255,0.9) 85%, rgba(255,255,255,0.5) 100%), url(./whatsapp-background.png);
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.only-desktop {
    display: none;
}
@media (min-width: 1200px) {
    .only-desktop {
        display: block;
    }
}

.only-desktop-table {
    display: none;
}
@media (min-width: 1200px) {
    .only-desktop-table {
        display: table;
    }
}

.only-mobile {
    display: block;
}
@media (min-width: 1200px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .btn {
        box-shadow: 2px 2px 10px -5px black;
        transition: all 300ms linear;
        border: none;
    }
    
    .btn:active {
        border: none;
        transform: translate(2px, 2px);
        /* box-shadow: inset 0 0 5px black; */
    }
}

.btn-default {
    border:1px solid gray;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
    border:1px solid darkslategray;
}

p, span, .btn, button, a {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.8rem;
}

.table {
    font-size: 0.8rem;
    line-height: 1em;
}
@media (min-width: 1200px) {
    p, span, .btn, button, a {
        font-size: 1rem;
    }    
    h6 {
        font-size: 1rem;
    }    
    .table {
        font-size: 1rem;
        line-height: 1.2em;
    }
}

.table td {
    vertical-align: middle !important;
}

tbody, tbody p, tbody span, tbody b, tbody a, tbody h2, tbody h3, tbody .btn {
    font-size: 0.925em;
}

.fluid-container {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .fluid-container {
        margin-left: 250px;
        padding: 25px;
        width: calc(100% - 250px);
    }
}

.container {
    margin: 0 auto;
    padding: 60px 15px 15px;
    text-align: center;
}
@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 30px);
        padding: 15px 15px 15px 280px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1770px;
    }
}
@media (max-width: 991px) {
    .btn-toolbar {
        justify-content: center;
    }
}

main {
    flex: 5;
}

.information-card {
    border-radius: .5rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    text-align: left;
}

.page-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .page-title {
        padding-left: 50px;
    }
}
@media (min-width: 992px) {
    .page-title {
        font-size: 2.5rem;
    }
}

.page-title i {
    font-size: 1.5rem;
    margin-right: 15px;
}
@media (min-width: 992px) {
    .page-title i {
        font-size: 2rem;
    }
}


#card-container .divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
#card-container .divider-text span {
    padding: 7px;
    position: relative;
    z-index: 2;
}
#card-container .divider-text:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.main-content {
    height: 100%;
    position: relative;
}

.go-back {
    margin: auto;
    padding: 10px;
    color: #000;
}

#edit_user_btn,
#request_app_btn,
#create_user_btn {
    margin-top: 20px;
}

.account_type-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    font-weight: 300;
}

#acc_type {
    padding: 10px;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.copy_clip {
    cursor: pointer;
}

.copy_clip:hover {
    background-color: #d4d6d8;
    border-radius: 0.375rem;
}

#card-container {
    border: none;
    background: transparent !important;
}

.card-body-large {
    width: 25%;
}

.icon-click:active {
    transform: scale(0.78);
}

.input-group {
    margin: 10px 0px 10px 0px;
}

.input-group-text {
    padding: 11px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.searchbar {
    padding: 0.375rem 0.75rem;
}

.searchbar-wrap {    /* margin-left: auto !important; */
    margin: 10px auto 15px;
    width: 20% !important;
    transition: width 0.5s ease;
    min-width: 300px;
}

.searchbar-wrap:focus-within {
    width: 25% !important;
    transition: width 0.5s ease;
}

.searchbar-wrap.tutorial-search {
    margin: 25px auto 0;
    width: 320px !important;
}

.searchbar-wrap.tutorial-search:focus-within {
    width: 320px !important;
}

@media (min-width: 992px) {
    .searchbar-wrap.tutorial-search {
        width: 380px !important;
    }
    .searchbar-wrap.tutorial-search:focus-within {
        width: 380px !important;
    }
    .searchbar-wrap.tutorial-search:focus-within {
        width: 420px !important;
    }
}

#app-search,
#tutorial-search {
    padding-right: 60px;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.tutorial-search i {
    font-size: 1rem;
    margin: 0;
}

.tutorial-card {
    position: relative;
}

.copyToClipboard {
    font-size: 2rem;
    color: white;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding: 5px;
}

.copyToClipboard:hover {
    opacity: 0.8;
}

#clear-filter {
    color: #d0d0d0;
    border: none;
    cursor: pointer;
}

#clear-search {
    color: rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    box-shadow: none !important;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}

#clear-search i{
    cursor: pointer;
}

#clear-search i:hover{
    opacity: 0.9;
}

#clear-filter:active,
#clear-search:active {
    color: #d0d0d0 !important;
}

.session-action {
    margin-left: auto;
}

.nav-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#spinner {
    display: inline-block;
}

.hide {
    display: none !important;
}

.date-picker {
    width: 50% !important;
    cursor: pointer;
}

.logout-icon {
    margin-top: 15px;
}

.login-logo {
    padding: 0px 10px 0px 10px;
    border-radius: 30%;
    margin: auto;
    display: flex;
}

.carousel-wrapper {
    backdrop-filter: blur(10px);
    border: 3px solid #4adf83;
    border-radius: 30px;
    margin: auto;
    width: 70%;
    margin-top: 20px;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #07e676;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right bottom, #fff, rgb(47 203 48));

    background: linear-gradient(to right bottom, #fff, rgb(47 203 48));
}

.wa-span {
    background-color: #eeffed !important;
    border: none !important;
    transform: scale(0.98);
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    border-radius: 18px !important;
    cursor: pointer;
}

.app-details-symbols {
    font-size: 18px;
    color: #4adf83;
    margin-left: 5px;
    display: flex;
    margin-right: auto;
    margin-top: auto;
}

/* Bootstrap Override */

.p-2 {
    padding-left: 10px !important;
}

/* Custom checkbox styling */
.custom-checkbox {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.custom-checkbox-input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-checkbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.custom-checkbox-input:checked + .custom-checkbox-label:before {
    border-color: #707070;
    background-color: #bbb6e2;
}

.custom-checkbox-label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-checkbox-input:checked + .custom-checkbox-label:after {
    opacity: 1;
}

.model-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-group-item {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.advanced-search-filters-container {
    position: relative;
}

.advanced-search-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    min-width: 300px;
    z-index: 300;
    transform: translateX(-70%);
}

@media (min-width: 768px) {
    .advanced-search-wrapper {
        left: 0;
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .advanced-search-wrapper {
        min-width: 450px;
    }
}

@media (min-width: 992px) {
    .advanced-search-wrapper {
        min-width: 825px;
    }
}

.advanced-search-container {
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #e96b44;
    border-top-right-radius: 20px;
    background: white;
    margin: 0;
    z-index: 200;
}

.advanced-search-container > div {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .advanced-search-container {
        border-top-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .advanced-search-container > div {
        margin-bottom: 10px;
    }
}

.advance-search-checkbox {
    cursor: pointer;
}

.advance-search-checkbox:checked {
    background-color: #e96b44 !important;
    border-color: #e96b44 !important;
}

.advance-search-button {
    background: #e96b44 !important;
    color: #fff !important;
    border-bottom-left-radius: 0;
}
.advance-search-button.collapsed {
    border-bottom-left-radius: var(--bs-btn-border-radius);
}

.quick-jump__filter__wrap {
    position: relative;
    display: inline-block;
}
.quick-jump__results {
    position: absolute;
    z-index: 100;
    display: none;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    max-height: 300px;
    overflow-y: scroll;
    width: calc(100% - 20px);
    left: 10px;
    margin: 0;

}
.quick-jump-result {
    display: flex;
    align-items: center;
    margin: 7px;
    cursor: pointer;
}
.quick-jump-result__icon-container {
    margin-right: 1rem;
}
.quick-jump-result__title {
    font-size: 0.8rem;
    text-align: left;
    color: #e96b44;
    margin-bottom: 0.25rem;
}

.quick-jump-result__meta {
    font-size: 0.7rem;
    color: #586069;
}

.quick-jump-result__title:hover,
.quick-jump-result__title:hover ~ .quick-jump-result__meta {
    font-weight: bolder;
}

.bg-success-custom {
    background-color: #3cc871 !important;
}

.applevel-icon {
    width: 33px;
    height: 33px;
    display: inline-block;
    background-image: url(./applevel-logo.png);
    background-size: cover;
}

.new-badge-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(./new-badge-image-2.png);
    background-size: cover;
}

.openai-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: inline-block;
    background-image: url(./openai.svg);
    background-size: cover; /* Adjust as needed */
}

.elevenlabs-icon {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    background-image: url(./elevenlabs-icon.png);
    background-size: cover; /* Adjust as needed */
}

.openai-green-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(./openai-green.svg);
    background-size: cover; /* Adjust as needed */
}

.remove-access-checkbox:checked {
    background-color: #f32828 !important;
    border-color: #f32828 !important;
}

.font-online {
    color: #777777;
    font-size: 1em !important;
    font-weight: inherit;
    margin: 0% !important;
}

.element-status {
    display: inline-flex;
    align-items: center;
    border: 1px solid #32d583;
    background-color: #ecfdf3;
    border-radius: 28px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
}

/****************************** iOS Toggle Switch *******************************/

/* body {
  background: whitesmoke;
}
body h1 {
  text-align: center;
  color: gray;
}
body h2 {
  text-align: center;
  color: gray;
} */
.inactiveMixin {
    content: '';
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
    margin: auto;
    display: flex;
}
.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapper input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
    content: '';
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
    content: '';
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    cursor: pointer;
}
.toggleWrapper input.mobileToggle:checked + label:after {
    left: 24px;
    cursor: pointer;
}

.bi-info-circle-fill::before {
    color: #2ecc71;
}

.bi-info-circle-fill:active {
    transform: scale(0.98);
    /* Scaling button to 0.98 to its original size */
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
    /* Lowering the shadow */
}

/* ================================================================================================================================== */

/****************************** SMALL iOS Toggle Switch *******************************/

.inactiveMixin {
    content: '';
    position: absolute;
    display: block;
}
.beforeAnimation {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapperSmall input.mobileToggle {
    opacity: 0;
    position: absolute;
}
.toggleWrapperSmall input.mobileToggle + label {
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s ease;
    height: 23px;
    width: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}
.toggleWrapperSmall input.mobileToggle + label:before {
    content: '';
    position: absolute;
    display: block;
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 21px;
    width: 43px;
    top: 0;
    left: 0;
    border-radius: 30px;
}
.toggleWrapperSmall input.mobileToggle + label:after {
    content: '';
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 19px;
    width: 19px;
    top: 1px;
    left: 0px;
    border-radius: 60px;
}
.toggleWrapperSmall input.mobileToggle:checked + label:before {
    background: #2ecc71;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
    cursor: pointer;
}
.toggleWrapperSmall input.mobileToggle:checked + label:after {
    left: 24px;
    cursor: pointer;
}

/* ==================================================== SMALL iOS Toggle Switch END ====================================================== */

/* =========================================================== Language Toggle =========================================================== */

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch > span {
    position: absolute;
    top: 13px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
    color: #02599f;
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #02599f;
}

.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 38px;
    background-color: #02599f;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: '';
}

input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #02599f;
    -webkit--moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
}

/* =========================================================== Language Toggle END =========================================================== */

/* =========================================================== Navbar =========================================================== */
.navbar-nav {
    padding-bottom: 50px;
    position: relative;
}
.mobile-menu-button {
    width: 45px;
    height: 45px;
    padding: 5px;
    background: white;
    transition: all 300ms ease-in-out;
    z-index: 200;
    border: none;
    box-shadow: 0 0 15px black;
    border-radius: 10px;
    top: 15px;
    left: 15px;
    position: fixed;
}
.mobile-menu-button:hover {
    box-shadow: 0 0 10px 5px black, inset 0 0 5px 0 black;
}
.mobile-menu-button.open {
    box-shadow: 0 0 10px 5px black, inset 0 0 5px 0 black;
    left: 250px;
}
@media (min-width: 1200px) {
    .mobile-menu-button {
        display: none;
    }
}

.mobile-menu-button-icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.mobile-menu-button-line {
    transition: all 300ms ease-in-out;
    transition-delay: 100ms;
    position: absolute;
    width: 100%;
    height: 3px;
    background: black;
    border-radius: 2px;
    transform: translateY(-50%);
}
#line1 {
    top: calc(50% - 8px);
}
#line2 {
    top: 50%;
    transition-delay: 0;
}
#line3 {
    top: calc(50% + 8px);
}
.mobile-menu-button.open #line1 {
    transform: translateY(-50%) rotate(45deg);
    top: calc(50%);
}
.mobile-menu-button.open #line2 {
    opacity: 0;
}
.mobile-menu-button.open #line3 {
    transform: translateY(-50%) rotate(-45deg);
    top: calc(50%);
}
.mobile-menu-button-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.applevel-navbar{
    transition: all 300ms ease-in-out;
    flex: 1;
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    overflow-x: hidden;
}
.applevel-navbar.open{
    display: block;
    width: 220px;
}

@media (min-width: 1200px) {
    .applevel-navbar{
        display: block;
        width: 250px;
    }
}

.applevel-navbar-logo-container {
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: white;
}

.applevel-navbar-logo-container img {
    background: white;
    border-radius: 15px;
    max-height: 50px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px;
}

.applevel-navbar-logo-container span {
    margin-left: 10px;
    font-size: 1.2rem;
    vertical-align: middle;
    display: inline-block;
    display: none;
}
@media (min-width: 1200) {
    .applevel-navbar-logo-container span {
        display: inline;
        font-size: 1.4rem;
    }
}

.applevel-navbar li{
    position: relative;
}

.applevel-navbar a{
    font-size: 1.2rem;
    padding: 20px 10px 20px 25px;
    transition: all 300ms;
    &:hover, &.active {
        text-shadow: 0 0 2px black, 0 0 5px rgba(255,255,255,0.5);
        box-shadow: inset 1px 1px 10px rgba(0,0,0,0.5);
        background: rgb(27, 30, 33);
    }
}

/* @media (min-width: 1200px) {
    .applevel-navbar a {
        font-size: 1.2rem;
        padding: 25px 30px;
    }
} */

.applevel-navbar a span {
    font-size: 1.2rem;
}

/* @media (min-width: 1200px) {
    .applevel-navbar a span {
        font-size: 1.2rem;
    }
} */

.applevel-navbar-icon {
    margin-right: 10px;
    width: 25px;
    height: auto;
    vertical-align: baseline;
    display: inline-block;
}

@media (min-width: 1200px) {
    .applevel-navbar-icon {
        margin-right: 15px;
        width: 30px;
    }
}

.applevel-navbar .applevel-navbar-version {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
}

.applevel-navbar .applevel-navbar-version p {
    font-weight: 150;
    margin:auto;
    display: flex;
    justify-content:center;
    font-size: 0.8rem;
}


.log-navbar-options {
    margin-top: 25px;
}

.nav-link {
    text-align: left;
}

.mobile-navbar-overlay {
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    opacity: 0;
    position: fixed;
}
.mobile-navbar-overlay.open {
    display: block;
    opacity: 0.5;
}
/* =========================================================== Navbar END======================================================== */

/* ============================================================= Dashboard ============================================================= */
.dashboard-card {
    padding: 15px;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    background: white;
    position: relative;
}

.world-map {
    text-align: center;
    height: 300px;
}

@media (min-width: 991px) {
    .world-map {
        height: 400px;
    }
}

.world-map img{
    margin: 0 auto;
    max-width: 100%;
    max-height: calc(100% - 60px);
    min-width: 50%;
    min-height: 50%;
    height: auto;
    width: auto;
}

.world-map-title-container {
    margin: 15px auto;
}
/* ========================================================== END Dashboard ========================================================== */

/* ===================================================== APP Prevent Deletion Controls ======================================================= */

.apps-edit-form-prevent-deletion-label{
    font-weight: 600;
}

.apps-delete-disabled-icon {
    color: darkslategrey;
    opacity: 0.5;
    cursor: not-allowed !important;
}

/* =================================================== END APP Prevent Deletion Controls ===================================================== */

/* ============================================================= Affiliate Banner ============================================================= */

.affiliate-banner h2, .affiliate-banner h3, .affiliate-banner p{
    color: #000;
}

@media (max-width: 991px) {
    .affiliate-banner {
        margin-top: 60px;
    }
}

.affiliate-banner-heading {
    text-align: center;
}

.affiliate-information-container {
    align-items: center;
    justify-content: center;
    padding: 0 35px;
}
@media (min-width: 1200px) {
    .affiliate-information-container {
        padding: 0 80px;
    }
}

.affiliate-banner p.affiliate-subtitle {
    color: rgb(55, 202, 55);
    margin-top: 5px;
    font-size: 1rem;
}

.affiliate-information-card h4 {
    text-align: left;
}

.affiliate-information-card ul{
    text-align: left;
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-top: 25px;
}

.affiliate-information-card li{
    list-style: none;
    position: relative;
    line-height: 2;
    padding-bottom: 10px;
    font-size: 1rem;
}

.affiliate-information-card li:before{
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(55, 202, 55);
}

.affiliate-information-button {
    background: rgb(55, 202, 55);
    color: white;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 15px;
}

.affiliate-information-button-subtitle {
    font-size: 0.8rem;
    margin: 10px auto 5px;
}
/* ========================================================== END Affiliate Banner ========================================================== */

/* ============================================================= Graphs ============================================================= */
.appLevel-graphs > div{
    position: relative;
}
.appLevel-graphs .dashboard-card {
    height: 350px !important;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .appLevel-graphs .dashboard-card {
        height: 380px !important;
    }
}
@media (min-width: 1200px) {
    .appLevel-graphs .dashboard-card {
        height: 400px !important;
    }
}

.donut-chart-total {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(60%);
    left: 50%;
    display: none;
}

.donut-chart-total h3 {
    font-size: 1rem;
}

/* =========================================================== END Graphs =========================================================== */


/* ============================================================= Apps Table ============================================================= */
.mobile-table-panel {
    margin: 0;
    padding: 0 0 30px;
}

.mobile-table-panel-collapsible {
    padding: 10px 10px 60px;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: 0 0 20px -5px grey;
    position: relative;
}

.mobile-table-panel-collapsible > div{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.mobile-table-panel-info-group {
    flex-basis: 50%;
    padding: 5px 10px;
}

.mobile-table-panel-label {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-right: 10px;
}

.mobile-table-panel-header {
    background: rgb(33, 37, 41);
    color: white !important;
    font-size: 1.25rem !important;
    padding: 10px 15px;
    width: calc(100% + 20px);
    margin: -10px -10px 15px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    flex: none;
    font-weight: 500;
}

.mobile-table-panel-see-more-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    min-width: 150px;
}

.mobile-table-panel-see-more-button:active {
    transform: translate(calc(-50% + 2px), 2px);
}

.mobile-table-panel-see-more-button i{
    transition: all 300ms ease-in-out;
    margin: 2px 0 0 10px;
}

.mobile-table-panel-see-more-button.collapsed i{
    transition: all 300ms ease-in-out;
    transform: rotate(180deg);
}

.mobile-table-panel-see-more-button-more-text:after {
    content: 'less';
}

.mobile-table-panel-see-more-button.collapsed .mobile-table-panel-see-more-button-more-text:after {
    content: 'more';
}

.mobile-table-panel-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-evenly;
}

.mobile-table-panel-actions .btn {
    width: 150px;
    padding: 5px;
    box-shadow: 0 0 5px 0 black;
    transition: all 300ms linear;
    border: none;
}

.mobile-table-panel-actions .btn:active,
.mobile-table-panel-actions .btn:focus-visible,
.mobile-table-panel-actions .btn:hover {
    box-shadow: inset 0 0 5px black;
    background: white;
}

.mobile-table-panel-actions .btn div {
    font-size: 0.875rem;
}

/* =========================================================== END Apps Table =========================================================== */

@media (max-width: 1200px) {
    .block-display-mobile {
        display: block;
    }
}

.location-search-main-container {
    margin: 0 auto;
    width: 320px;
}
@media (min-width: 480px) {
    .location-search-main-container {
        width: 400px;
    }
}
@media (min-width: 992px) {
    .location-search-main-container {
        width: 600px;
        margin: 0 auto;
    }
}

.dashboard-issue-apps-container {
    transition: all 300ms ease-in-out;
    max-height: 400px;
    overflow-y: hidden;
    padding-bottom: 50px;
    position: relative;
}

.dashboard-issue-apps-container h3 {
    padding-right: 0;
}
@media (max-width: 480px) {
    .dashboard-issue-apps-container h3 {
        padding-right: 75px;
    }
}

.dashboard-issue-apps-container.show-more {
    max-height: initial !important;
}

.dashboard-issue-apps-view-more {
    background: #02599f;
    color: white;
}

.dashboard-issue-apps-filter-container {
    padding: 10px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}
@media (min-width: 991px) {
    .dashboard-issue-apps-filter-container {
        margin-top: 5px;
    }
}

.dashboard-issue-apps-filter-pill {
    box-shadow: 0 0 5px 1px darkgrey;
}

.dashboard-issue-apps-filter-pill.active,
.dashboard-issue-apps-filter-pill:active {
    border: none;
    outline: none;
    background: #02599f;
    color: white;
}
.dashboard-issue-apps-filter-pill.semi-active {
    border: none;
    outline: none;
    background: rgba(2, 89, 159, 0.8);
    color: white;
    opacity: 0.9;
}

#issueAppsTable tr th,
#issueAppsTable tr td {
    width: 10%;
    min-width: 200px;
}

#issueAppsTable tr th:first-of-type,
#issueAppsTable tr td:first-of-type {
    width: 5%;
    min-width: 80px;
}

#issueAppsTable tr th:last-of-type,
#issueAppsTable tr td:last-of-type {
    width: 75%;
    min-width: 400px;
}

.dashboard-issue-apps-view-more-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    background: white;
    text-align: center;
}

.dashboard-issue-apps-container.show-more .dashboard-issue-apps-view-more-container {
    padding-top: 15px;
}

.dashboard-issue-apps-csv-export {
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.25rem;
    cursor: pointer;
}

.dashboard-issue-apps-csv-export div {
    font-size: 0.75rem;
}
@media (max-width: 480px) {
    .dashboard-issue-apps-csv-export {
        font-size: 1rem;
    }
}

.non-empty-issue-apps-table-container {
  margin-bottom: 0;
}

.view-notes {
    cursor: pointer;
}

.view-notes:hover {
    opacity: 0.8;
}

.appname-counter {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 0.8rem;
}

.appname-app-append-control {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    font-size: 0.8rem;;
    display: flex;
    width: 100%;
}

.appname-app-append-control > div{
    flex: 2;
}
.appname-app-append-control > div:first-of-type{
    text-align: left;
}
.appname-app-append-control > div:last-of-type{
    text-align: right;
    flex: 3;
}
.appname-app-append-control label{
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.appname-app-append-control input{
    display: inline-block;
    vertical-align: middle;
}


#create-application span,
#create-application a {
    font-size: 0.8rem;
}

#appGroupAppend .input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}
/* =========================================================== END Affiliate Banner =========================================================== */

.device-information {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.device-information span{
    font-weight: 500;
}

.device-information > * {
    flex-basis: 50%;
    margin: 5px 0;
}

@media (min-width: 767px) {
    .device-information > * {
        flex-basis: 0%;
        flex: 4;
    }

    .device-information > .device-name {
        flex-basis: 0%;
        flex: 5;
    }

    .device-users {
        flex-basis: 0%;
        flex: 1;
    }
}

.device-number > *{
    display: inline-block;
    vertical-align: middle;
}

.device-number > *.only-desktop {
    display: none;
}

.device-number > *.only-mobile {
    display: inline-block;
}
@media (min-width: 767px) {
    .device-number > *.only-desktop {
        display: inline-block;
    }
    
    .device-number > *.only-mobile {
        display: none;
    }
}

.device-name .font-online > *{
    display: inline-block;
    vertical-align: middle;
}

.device-alias {
    flex-basis: 66%;
}

.red {
    color: red;
}

.yellow {
    color: #e9d502;
}

.device-users {
    flex: 1;
}

.device-users i{
    margin-right: 5px;
}

.device-users-span {
    cursor: pointer;
}

.additional-devices-collapse-title {
    cursor: pointer;
}

.additional-devices-collapse-title h6 > *{
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0;
}

.additional-devices-collapse-title i {
    transition: all 300ms ease-in-out;
    margin-left: 5px;
}

.additional-devices-collapse-title.collapsed i {
    transform: rotate(180deg);
    margin-top: -5px;
}

.addtional-devices-users-tooltip .tooltip-inner {
    text-align: left;
    max-width: 400px;
}

.additional-devices-user-tooltip-name {
    font-weight: 600;
}


/* ============================================================ App Creation ============================================================ */
@-webkit-keyframes fadein {
    from { opacity: 0.6; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0.6; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0.6; }
    to { opacity: 1; }
}
.step-bars {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    filter: drop-shadow(0 0 2px rgb(25, 135, 84));
}

.step {
    padding: 2px 30px;
    background: grey;
    flex: 1;
    align-content: center;
    color: white;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: bold;
    margin: 0 -5px;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%,
        10% 50%
    );
}

.step.active {
    -webkit-animation: fadein 0.8s ease-in alternate infinite;
    -moz-animation: fadein 0.8s ease-in alternate infinite;
    animation: fadein 0.8s ease-in alternate infinite;
    background: rgb(25, 135, 84);
}

.step.visited {
    background: rgb(25, 135, 84);
}

.device-lead-capture,
.device-status,
.device-audio-transcriptions {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
}

.app-internal-selection {
    display: flex;
}

.app-internal-selection label, 
.app-internal-selection input {
    cursor: pointer;
}

.app-internal-selection:hover {
    opacity: 0.9;
}

.stats-header-container {
    top: 0;
}
.stats-header-container a{
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .stats-header-container {
        top: 25%;
    }
}

#login_form {
    min-width: 300px;
}

#login_form .form-check .form-check-input {
    float: none;
    margin-right: 5px;
}

#submit-reset {
    min-width: 300px;
}

.container-hidden-menu {
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .container-hidden-menu {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
}

.owner-info-container {
    text-align: left;
}

.owner-info-container p {
    margin: 0;
}

#create_tutorial,
#edit_tutorial {
    text-align: left;
}

.edit-app-actions-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.home-page-logo {
    text-align: center;
    margin: 10px 0 25px;
}
@media (min-width: 768px) {
    .home-page-logo {
        margin: 15px 0 40px;
    }
}

.copy-success {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 15px;
    color: black;
    font-size: 1rem;
    padding: 10px 15px;
    line-height: 1.25rem;
    text-align: left;
    font-family: 'Helvetica', Arial, sans-serif;
    min-width: 150px;
    opacity: 0.9;
}

.copy-success > * {
    display: inline-block !important;
    vertical-align: middle !important;
}

.edit-app-container {
    font-size: 0.8rem;
}

@media (max-width: 1200px) {
    .edit-app-container,
    .edit-app-container p,
    .edit-app-container a,
    .edit-app-container h4,
    .edit-app-container button,
    .edit-app-container h6,
    .edit-app-container span {
        font-size: 0.8rem;
    }
}
@media (min-width: 1200px) {
    .edit-app-container,
    .edit-app-container p,
    .edit-app-container a,
    .edit-app-container h4,
    .edit-app-container button,
    .edit-app-container h6,
    .edit-app-container span {
        font-size: 0.8rem;
    }
}

.delete-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(2px);
    width: 100%;
    height: 100%;
    transition: opacity 500ms;
    visibility: hidden;
    text-align: center;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    border-radius: var(--bs-card-border-radius);
    border: 1px solid #0f8c7e;
    box-shadow: 2px 2px 15px -5px lightgray;
    padding: 5px 10px;
}

.delete-overlay.opened {
    visibility: visible;
    z-index: 50;
    opacity: 1;
}

.delete-overlay button {
    margin: 5px 10px;
}

.empty-issue-apps-table-container {
    display: none;
}

.top-pagination {
    display: none;
}

@media (max-width: 1199px) {
    .top-pagination {
        display: block;
    }
}

@media (min-width: 1660px) {
    .user-actions {
        position: relative;
    }
    .send-activation-button {
        position: absolute;
        top: 1rem;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .user-actions-container {
        margin-bottom: 4rem;
    }
}

.system-log-table th, td{
    width: auto;
}

.system-log-table tr{
    height: 55px;
}

.system-log-table th.large,
.system-log-table td.large{
    width: 200px;
}

.system-log-table th.extra-large,
.system-log-table td.extra-large{
    width: 350px;
}

.system-log-table tr th:first-of-type,
.system-log-table tr td:first-of-type {
    padding-left: 1rem;
}

.system-log-table tr th:last-of-type,
.system-log-table tr td:last-of-type {
    padding-right: 1rem;
}

.heroku-log-output pre {
    font-size: 0.8rem;
    text-wrap: auto;
}

.log-viewer-modal-close {
    position: absolute;
    top: 5px;
    right: 25px;
}

.support-number-container {
    text-align: center;
}

.support-number-container.editable .card .card-body {
    cursor: pointer;
}

.support-number-container.callable:hover {
    opacity: 0.9;
}

.support-number-container.callable .card .card-body {
    cursor: pointer;
}

.support-number-container:not(.active) .card .card-body {
    text-align: center;
    opacity: 0.5;
    cursor: not-allowed !important;
}

.support-number-container:not(.active) .card .card-body button {
    text-align: center;
    opacity: 0.5;
    cursor: not-allowed !important;
    transition: none;
    transform: none;
}

.support-number-container.active .card .card-body {
    opacity: 1;
}

.support-number-container.active .support-number-status-overlay {
    background: #ecfdf3;
    text-shadow: 0 0 5px white;
}

.support-number-status-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: var(--bs-card-border-radius);
    border-top-right-radius: var(--bs-card-border-radius);
    padding: 5px;
    font-weight: 500;
    background: lightGrey;
}

.support-number-container:hover .support-number-edit-overlay,
.support-number-container:hover .support-number-edit-button,
.support-number-container:hover .support-number-delete-button  {
    display: block;
}

.support-number-container.editable:hover .card-body  {
    filter: blur(2px);
}

.support-number-edit-overlay {
    transition: all 300ms ease-in-out;
    border-radius: 0.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 20;
    display: none;
}

.support-number-edit-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 25;
    display: none;
}

.support-number-delete-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 30;
    display: none;
}

.app-details-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: rgb(33, 37, 41);
}

.app-details-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: rgb(33, 37, 41);
}

.app-details-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: rgb(108, 117, 125);
}

.device-details-left-column > span,
.device-details-right-column > span {
    display: inline-block;
    vertical-align: middle;
}

.applevel-navbar-user-container,
.applevel-navbar-user-container p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

p.user-information-name {
  font-weight: 700;
}