.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: grey;
    font-weight: bold;
}

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

.payment-details a.btn {
    background: #18c8b8;
    border: none;
}

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

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

#app .btn-primary {
    background: #18c8b8;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

#app .btn-primary:hover {
    background: #3a6f6f;
}

#app .btn-link {
    color: #18c8b8;
    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: #18c8b8;
    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: #18c8b8;
    border-color: #8fabab;
}

body a.page-link {
    color: #18c8b8;
}

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 #18c8b8;
}

.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: #18c8b8 !important;
    color: white !important;
}

.small-action-btn {
    background: #18c8b8;
    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;
    }
}

a.nav-link.logify-nav-item {
    width: 91px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

a.nav-link.logify-nav-item img {
    max-width: 100%;
}

.dropdown-item.active, body .dropdown-item:active {
    background-color: #e4e4e4;
}

body #app a.google-btn {
    background: white;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 3px 3px #00000008;
}

body #app a.google-btn:hover {
    background: #dddddd;
}
