.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

form div {
    margin-bottom: 10px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.vertical-divider {
    border-left: 1px solid #ccc; /* Cambia el color según tu diseño */
    padding-left: 5px; /* Añade espacio a la derecha del contenido y el borde */
    margin-left: 10px; /* Añade espacio a la derecha del borde y el siguiente elemento */
}

.organization.card {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background: white;
    box-shadow: 0px 3px 3px #00000008;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
    transition: 0.2s;
    width: 250px;
    margin: auto;
    text-align: left;
}

.organization.card:hover {
    box-shadow: 0px 0px 0px #00000008;
    background: #efefef;
}

.avatar.medium {
    background-color: grey;
    height: 50px;
    width: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.avatar-letter {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.organization.card h2 {
    margin-bottom: 0px;
}

.organization.card p {
    margin: 0px;
}

.mayx-main-cont {
    text-align: center;
}

.main-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

#companies-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

body .hidden {
    display: none!important;
}

.company-small-label .logo {
    width: 35px;
    height: 35px;
    border-radius: 40px;
    background: #adb5bd;
}

.company-small-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-left: 10px;
    border-left: 1px solid #ececec;
    cursor: pointer;
}

.space-label {
    background: #2778c4;
    color: #fff;
    border-radius: 5px;
    padding: 1px 7px;
    font-weight: bold;
    cursor: pointer;
}

.company-small-label .logo {
    background-size: cover;
    background-position: center center;
}

ul.advanced-details li {
    color: #8e8e8e;
    font-size: 13px;
}

.user-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 12px;
    align-items: flex-end;
}

#navbarDropdown {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}

.user-details .credits {
    font-size: 12px;
    color: grey;
}

.card.payment-details {
    background: #fdfdfd;
    padding-bottom: 30px;
}

.payment-details .icon-img {
    width: 200px;
    margin: auto;
}

.payment-details .icon-img img {
    max-width: 100%;
}

.card.payment-details .card-title {
    color: #efefef;
    font-weight: bold;
}

.card.payment-details h2 {
    color: #face2f;
    font-weight: bold;
}

.payment-details a.btn {
    background: #0068ff;
    border: none;
}

.payment-details ul {
    list-style-type: none;
    padding: 0;
}

.payment-details ul li {
    font-size: 16px;
    color: #efefef;
}

#app.logify .btn-primary {
    background: #ffbe1a;
    color: #0e0e0e !important;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

#app .btn-primary:hover {
    background: #0068ff;
    color: #fff!important;
}

#app .btn-link {
    color: #0068ff;
    cursor: pointer;
}

#app .btn-link:hover {
    text-decoration: underline;
}

.tag-container {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: normal;
}

a.link-btn {
    color: white!important;
    font-weight: bold;
    background: #0068ff;
    display: flex;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    width: fit-content;
}

body .page-link.active, body .active>.page-link {
    background: #0068ff;
    border-color: #8fabab;
}

body a.page-link {
    color: #0068ff;
}

body a.page-link:hover {
    color: #416f6f;
}

.markdown-text-container {
    background: white;
    padding: 15px;
    box-shadow: 0px 3px 3px #d7d7d7;
    margin-top: 15px;
    max-height: 500px;
    overflow: auto;
    border-top: 5px solid #0068ff;
}

.big-box-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#app a {
    color: #2e6092;
}

div#confirm-email-alert {
    margin-bottom: 0px;
    padding: 7px 10px;
}

#app .ladda-button[data-style=expand-right][data-loading] {
    padding-right: 56px;
}

iframe#youtube-player {
    margin-top: 15px;
}

.text-box {
    flex: 1;
}

.swal2-confirm {
    background-color: #0068ff !important;
    color: white !important;
}

.small-action-btn {
    background: #0068ff;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 13px;
}

div#transcription-content,#summary-content {
    position: relative;
}

/* now for mobile */
@media (max-width: 768px) {
    .big-box-container {
        flex-direction: column;
    }
}


nav.navbar {
    background-color: #131313 !important;
}

#app.logify a {
    color: #ffbe1a;
}

div#app.logify  {
    background: #131313;
    color: #ffffff;
    min-height: 100vh;
}

.logify .card {
    background: #292929;
}

.logify .card-header {
    background-color: #292929 !important;
}

.logify .card-body {
    color: #fff;
}

.logify small.form-text.text-muted {
    color: #bcbcbc !important;
    margin-bottom: 10px;
    display: block;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], select, textarea {
    background: #343434 !important;
    border: 1px solid #636363 !important;
    color: #dedede !important;
}

.logify .logo-preview-container {
    border: 2px dashed #636363 !important;
    background-color: #2c2c2c;
}

.avatar.medium {
    background-color: #cdcdcd;
}

#companies-list .card {
    background: #292929;
    color: #d5d5d5;
}

.organization.card:hover {
    background: #3a3a3a;
}

.logify .price {
    font-size: 2.5rem;
    color: #f8cc2c;
}

table.table thead tr th {
    background: #4a4a4a !important;
    color: #c4c4c4;
    border-bottom: 1px solid #3687c4;
}

table.table tbody tr td {
    background: #454545;
    color: #a8a8a8;
    border-bottom: 1px solid #353535;
}

.dropdown-menu {
    background: #353535!important;
}

.dropdown-menu a {
    color: #c3c3c3 !important;
}

.dropdown-menu a:hover {
    background: #444444;
}

a.nav-link {
    color: #cfcfcf !important;
}

a.nav-link:hover {
    color: #ffffff !important;
}
