@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #00B0ED;
    margin:0;
}

/*


.card {
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #9E9DA2;
}

.card-body {
    padding:0.5em;
    border-top: solid 1px #9E9DA2;
}
*/
strong {
    font-weight: 600;
}

.card-header {
    background-color: transparent;
    margin: 0;
    width: 100%;
    cursor: pointer !important;
    pointer-events: auto;
}

.btn-link .control-label {
    cursor: pointer !important;
    pointer-events: auto;
}

.no-border {
    border: none !important;
}

label {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

input, p, q, textarea, .form-control {
    color: #7F7C7C ;
    font-size: 14px;
    resize: none;
}

.generated {
    font-size: 14px;
}
.btn.btn-link {
    border: none;
    font-size: 17px;
}

.btn.btn-primary {
    border-radius: 15px;
    border-color: #9E9DA2;
    background-color: white;
    color: #7F7C7C;
    font-size: 20px;
    font-weight: 400;
    --si-btn-padding-y: 0.2rem;
    border-color: #00B0ED;
    background-color: #00B0ED;
    color: white;
}
.btn.btn-secondary {
    border-radius: 15px;
    border-color: #7F7C7C;
    background-color: transparent;
    color: #7F7C7C;
    font-size: 20px;
    font-weight: 400;
    --si-btn-padding-y: 0.2rem;
}
.btn.btn-outline-primary {
    border-color: #00B0ED;
}
.btn.btn-collapse {
    width: 100%;
    padding: 0.3em 0.5em;
    background: transparent;
}

.btn.btn-add {
    border-radius: 15px;
    border-color: #9E9DA2;
    background-color: white;
    color: #7F7C7C;
    font-size: 20px;
    font-weight: 400;
    --si-btn-padding-y: 0.2rem;
    color: black;
}
/*
.btn.btn-light{
    background-color:transparent !important;
    border:none !important;
}*/
.bx-chevron-down {
    font-size: 2.4rem !important;
    padding: 0 0.3em;
    color: #7F7C7C;
    transition: none !important;
}

#generats {
    border-radius: 15px;
    border-color: #9E9DA2;
    color: #7F7C7C;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
}

.generat {
    border: solid;
    border-radius: 15px;
    border-color: #9E9DA2;
    background-color: transparent;
    color: #7F7C7C;
}

hr {
    color: #9E9DA2;
}

.control-label {
    width: 100%;
    text-align: left;
}
.blue-text {
    color: #00B0ED ;
    background:none;
    border:none;
}
.dark-mode label {
    color: white;
}

.table > :not(caption) > * > *{
    padding:0;

}

.table.table-bordered {
    margin-bottom: 0;
}
.table.table-bordered > *{
    border-color: #9E9DA2;
    }
.table-no-outer-border {
    border-collapse: collapse;
    }
.table.table-no-outer-border tbody > :first-child {
    border-top: none;
}
.table.table-no-outer-border tbody > :first-child > :first-child {
    border-left: none;
}
.table.table-no-outer-border tbody tr > :last-child {
    border-right: none;
}
.table.table-no-outer-border tbody > :last-child {
    border-bottom: none;
}
.border-right {
    border-right:var(--si-border-width) var(--si-border-style) var(--si-border-color) !important;
}
.border-left {
    border-left: var(--si-border-width) var(--si-border-style) var(--si-border-color) !important;
}
.no-background {
    background-color:transparent !important  ;
}
.centered-table{

}
.like-text {
    background-color: transparent;
    color: inherit;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: inherit;
    font-weight: 400;
}
/* The device with borders */
.smartphone {
    position: relative;
    width: 360px;
    height: 640px;
    margin: auto;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
    box-sizing: content-box;
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 10px;
        box-sizing: content-box;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 50%;
        box-sizing: content-box;
    }

    /* The screen (or content) of the device */
    .smartphone .content {
        width: 360px;
        height: 640px;
        background: white;
    }

.text-bg-primary {
    background-color: #00B0ED !important;
}

.background.background-primary {
    background: linear-gradient( #ff00, #00b0ed);
}

.background.background-secondary {
    background: linear-gradient( #ff00, #00b0ed2e);
}

.fill-dark {
    fill: #0b0f19 !important;
}
.dark-mode .fill-dark:not(.badge) {
    fill: #fff !important;
}
.dark-mode .smartphone:not(.badge) {
    border-color: #cdcdcd;
}
.dark-mode .smartphone:before {
    background: #666;
}
.dark-mode .smartphone:after {
    background: #666;
}
.dark-mode .btn-secondary:not(.bg-white) {
    color:white;
}
.popover-header {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    background-color: #f006;
}
.popover-body {
    padding: 10px;
}