html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*background: #dfe0e9;*/
    background-image: url("/static/images/white_carbon.png");
    min-height: 770px;
}

a, u {
    text-decoration: none;
}
.holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    position:relative;
    top:-64px;
}
.top-side {
    width: calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
    height: 64px;
}

.slide-box {
    width: 720px;
    height: 500px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
}
.plan-box {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
    width: 30%;
    display:flex;
    flex-direction:column;
    margin:10px;
    padding:10px;
}
.plan-box-header{
    font-size:16px;
    font-weight:bold;
}
.plan-box-info {
    font-size: 10px;
    color: #999;
    line-height: 30px;
}

.plan-box-button {
    margin-top: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
.balance-box {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px; 
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: center; /* Horizontally centers the box */
    align-items: center; /* Vertically centers the box */
    font-weight:bold;
    font-size:20px;
    padding:5px;
}
.payment-history-box {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px; 
    width: 100%;
    height: 75%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 10px;
    justify-content: flex-start;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.slide-big-box {
    width: 820px;
    height: 580px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
}
button.round {
    
    color: white;
    border: none;
    padding: 5px;
    font-size: 31px;
    height: 90px;
    width: 90px;
    box-shadow: 0 2px 4px #284141;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}
button.round:disabled {
    background-color: #cccccc; /* Greyed out */
    color: #666666; /* Light text */
    cursor: not-allowed; /* Show 'not-allowed' cursor */
    opacity: 0.6; /* Make it look dim */
}
    button.round:disabled:hover {
        background-color: #cccccc; /* Greyed out */
        color: #666666; /* Light text */
        cursor: not-allowed; /* Show 'not-allowed' cursor */
        opacity: 0.6; /* Make it look dim */
    }
    button.round:active {
        box-shadow: 0 0 2px darkslategray;
        transform: translateY(2px);
    }
button.round-green {
    background-color: #14a44d;
}
button.round-green:hover {
    background-color: #1ad363;
}
button.round-red {
    background-color: #a41414;
}

    button.round-red:hover {
        background-color: #d31a1a;
    }
.carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}


.content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    border-inline: 5px solid #fff;
}

.list-btn {
    background: #c2dbe2;
}

.list-btn:hover {
    background: #06566c;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border-color:#CCC;
}
    .btn-inside {
    display: flex;
    flex-direction: column;
}
.btn-caption {
    font-size: 12px;
}
.a {
    transform: rotateY(0deg) translateZ(400px);
    /*background: #e15b64; */
    background: #2f4050;
}

.b {
    transform: rotateY(60deg) translateZ(400px);
    /*background: #f47e60;*/
    background: #2f4050;
}

.c {
    transform: rotateY(120deg) translateZ(400px);
    /*background: #f8b26a;*/
    background: #2f4050;
}

.d {
    transform: rotateY(180deg) translateZ(400px);
    /*background: #abbd81;*/
    background: #2f4050;
}

.e {
    transform: rotateY(240deg) translateZ(400px);
    /*background: #fc636b;*/
    background: #2f4050;
}

.f {
    transform: rotateY(300deg) translateZ(400px);
    /*background: #81bda3;*/
    background: #2f4050;
}

.next, .prev {
    color: #444;
    padding: 1em 2em;
    cursor: pointer;
    background: #CCC;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    box-shadow: 0 5px 0 #999;
    transition: box-shadow 0.1s, top 0.1s;
}

    .next:hover, .prev:hover {
        color: #000;
    }

    .next:active, .prev:active {
        top: 104px;
        box-shadow: 0 1px 0 #999;
    }

.next {
    right: 5em;
}

.prev {
    left: 5em;
}

.header {
    /*width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);*/
    height: 64px;
    /*position: fixed;*/
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(35, 40, 51, 0.5);
}

.side-menu {
    min-width:200px;
    width: 200px;
    height: calc(100%); /* 80= 50+30 */
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    /*background: #174c6e;*/
    background-image: url("/static/images/bg.png");
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(35, 40, 51, 0.5);
}
.playground {
    /*width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);*/
    width:100%;
    height:100%;
    min-width:1000px;
    min-height:830px;
}
.profile {
    position:absolute;
    z-index:1000;
    right:0;
    margin-right: 10px;
    font-size: 30px;
    margin-top: 10px;
    color: #174c6e;
}
.base {
    width: 100%;
    height: calc(100%);
    display: flex;
}
body {
    height: calc(100%);
}
.icon-bar {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    height:75%;
    width:100px;
}
    .icon-bar a {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 12px;
        outline: none;
        margin-top: 10px;
        border-radius: 10px;
    }


    .icon-bar .active {
        background-color: #fff;
        color: #174c6e;
    }

    .icon-bar a:active {
        background-color: #fff;
        color: #174c6e;
    }

    .icon-bar a:hover {
        transition: 0.2s;
        transform: scale(1.2);
    }

    .title {
        font-size: 18px;
        color: #174c6e;
        padding: 18px;
        float: left;
    }

    .user {
        float: right;
        color: #000;
        padding: 20px;
        font-size: 20px;
    }

    .section-show {
        display: block;
    }

    .section-hide {
        display: none;
    }

    .logo {
        font-size: 50px;
        /*margin-left: 25px;*/
    }

    .banner {
        /* padding-left: 6px; */
        font-size: 14px;
    }

    table {
        background: #2f4050;
        width: 80%;
    }

        table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
            background-color: #2f4050;
        }

        table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.even {
            background-color: #2f4050;
        }

        table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
            background-color: #2f4050;
        }

        table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
            background-color: #2f4050;
        }

    .control-base {
        width: 100%;
        height: 100%;
        position: relative;
        top: -64px;
        overflow: hidden;
    }

    .display-area {
        padding: 50px;
        overflow: auto;
        height: calc(100% - 65px);
    }

    .btn-play {
        color: #fff;
        background-color: #e4394b;
        border-color: #f9374a;
    }

    .btn-other {
        color: #fff;
        background-color: #1b86c9;
        border-color: #198fd9;
    }

    .btn-play:hover {
        transition: 0.2s !important;
        transform: scale(1.2) !important;
        background-color: #e4394b;
        border-color: #f9374a;
    }

    .btn-other:hover {
        transition: 0.2s !important;
        transform: scale(1.2) !important;
        background-color: #1b86c9;
        border-color: #198fd9;
    }

    .btn-next {
        color: #fff;
        background-color: #e4394b;
        border-color: #f9374a;
    }

        .btn-next:hover {
            transition: 0.2s !important;
            transform: scale(1.2) !important;
            background-color: #e4394b;
            border-color: #f9374a;
        }

    .btn-link {
        width: 38px;
        height: 28px;
    }

    .list-group-item {
        padding: 2px;
    }

    .ai-user {
        background-image: url('/static/images/ripple.svg');
    }

    .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #2f4050;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        outline: none;
    }

    .slide-title {
        font-size: 20px;
        color: #000;
        padding: 10px;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .slide-title-2 {
        font-size: 20px;
        color: #000;
        padding: 10px;
        position: relative;
        text-align: center;
    }

    .slide-base {
        height: 75%;
        border-radius: 10px;
        background: #edf4fd;
        margin: 0px 50px 0px 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        overflow: auto;
    }

    .slide-base-2 {
        height: 75%;
        margin: 0px 50px 0px 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
        width: 85%;
    }

    #stable {
        margin-top: 20px;
        width: 550px;
        border-radius: 5px;
    }

    #ctable {
        width: 550px;
        border-radius: 5px;
    }

    #ptable {
        margin-top: 20px;
        width: 550px;
        border-radius: 5px;
    }

    #dtable {
        margin-top: 20px;
        width: 550px;
        border-radius: 5px;
    }
    #qtable {
        margin-top: 20px;
        width: 550px;
        border-radius: 5px;
    }
    .slide-nav {
        height: 45px;
        margin: 10px 50px 10px 50px;
    }

    .slice-show {
        display: block;
    }

    .slide-hide {
        display: none;
    }

    .ripple-show {
        color: #ffffff;
    }

    .ripple-hide {
        color: #174c6e;
    }

    .popover-header {
        color: #000000;
    }

    .chat-text {
        margin: 10px 10px 10px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
        background: #ffffff;
        color: #000;
    }

    .chat-text-conversation {
        margin: 10px 10px 10px 10px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
        background: #ffffff;
        color: #000;
        cursor: pointer;
    }

        .chat-text-conversation:hover {
            border: 1px dashed #000;
        }
textarea {
    resize: none;
}
.quiz-edit-section {
    margin: 10px 10px 10px 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
    background: #174c6e;
    color: #fff;
    display: flex;
}
.question-edit-section {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #fff;
    width:600px;
}
    .question-edit-section:hover {
        border: 1px dashed #fff;

    }
.quiz-question-section{
    width:75%;
}
.quiz-image-blur {
    filter: blur(5px);
}
.quiz-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    position: relative;
    transition: 0.2s;
}
    .quiz-image-section:hover {
        opacity: 0.7;
        border: 4px dashed #fff;
        border-radius: 10px;
        cursor: pointer;
    }

    .quiz-image-section:hover .quiz-image-overlay {
        opacity: 1;
    }
.quiz-image-drop-zone--over {
    border-style: solid;
}
.quiz-image-drop-zone__input {
    display: none;
}
.quiz-edit-title {
    text-align: center;
    margin: 10px;
    color: #000000;
}
a.quiz-add-button {
    color: #174c6e;
    font-size: 32px;
}
a.quiz-add-button:hover {
    transition: 0.2s;
    transform: scale(1.5);
}
a.quiz-delete-button {
    float: right;
    color: #fff;
    font-size: 16px;
}
    a.quiz-delete-button:hover {
        transition: 0.2s;
        transform: scale(1.05);
    }
.quiz-image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.quiz-image-overlay {
    opacity: 0;
    position: absolute;
    color:#fff;
    font-size:32px;
}

.user-badge {
    width: 100%;
    height: 94px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px;
    background: #ffffff;
}

    .ripple-image {
        width: 82px;
        height: 94px;
        left: 0px;
        position: absolute;
        border-radius: 10px;
    }

    .download_iframe {
        position: absolute;
        left: -100px;
        width: 50px;
        height: 50px;
        overflow: hidden;
        top: 0px;
    }

    #displayLink {
        color: #000;
        cursor: pointer;
        border-radius: 5px;
        padding: 5px;
        background: #f1f3f4;
        transition: transform 2s;
    }

        #displayLink:hover {
            background: #d8d7dc;
        }

    a[disabled="disabled"] {
        pointer-events: none;
        opacity: 0.5;
        cursor: default;
    }

    .slide-base-3 {
        height: 65%;
        margin: 0px 50px 50px 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
    }

    #presentation {
        margin: 20px;
        color: #000;
    }

    .slide-container {
        position: relative;
    }

    .slide {
        position: relative;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 15px;
    }

    .image-carousel {
        display: flex;
        flex-direction: row;
        align-items: start;
        overflow-x: auto;
        width: 530px;
    }

    .image-container {
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        height: 150px;
        position: relative;
        text-align: center;
    }

    .add-image {
        border: 1px solid #ccc;
        width: 150px;
        height: 150px;
        font-size: 2em;
        background: #f1f1f1;
    }

        .add-image.highlight {
            background: #e0eeef;
            border-color: #9fc8db
        }

    .add-slide {
        border: 1px solid #ccc;
        width: 100%;
        background: #009821;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        font-size: 1.1em;
        margin-bottom: 15px;
    }

    .delete-image,
    .delete-slide {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: #fff;
        border: 1px solid black;
        border-radius: 5px;
        padding: 4px 8px;
        font-size: 1.1em;
        display: none;
    }

    .image-container:hover .delete-image {
        display: block;
    }

    .slide:hover .delete-slide {
        display: block;
    }

    .move-slide-up,
    .move-slide-down {
        display: none;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: #fdffe7;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .move-slide-up {
        right: 40px;
    }

    .slide:hover .move-slide-up,
    .slide:hover .move-slide-down {
        display: block;
    }

    .slide-image {
        height: 150px;
        border-radius: 5px;
    }

    #videoPlayer {
        width: 100%;
        height: 100%;
    }

    .videoPlayer {
        height: 520px;
        max-width: 100%;
    }

    .audioPlayer {
        width: 100%;
    }

    .html-asset {
        color: #000;
        height: 260px;
        width: 330px;
        overflow-y: auto;
        margin: 0 auto;
    }

    .modal-body {
        color: black;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        margin: 5px;
    }

    .dataTables_wrapper .dataTables_filter {
        background-color: #2f4050;
        color: #fff;
        border-radius: 5px 0px 0px 5px;
    }

        .dataTables_wrapper .dataTables_filter input {
            color: #fff;
        }

    #progress-bar-container {
        position: fixed;
        top: 40%;
        left: 50%;
        width: 600px;
        max-width: 90%;
        background: #e3f2ff;
        border-radius: 15px;
        z-index: 99999;
        transform: translate(-50%, -50%);
        overflow: hidden;
    }

    #progress-bar-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        color: #344659;
    }

    #progress-bar {
        position: relative;
        top: 0;
        left: 0;
        width: 0%;
        height: 30px;
        background: #4da6ff;
        border-radius: 15px;
        transition: width 0.5s;
    }

        #progress-bar.indeterminate {
            animation: indeterminate 1s infinite;
        }

    #progress-bar-cancel {
        z-index: 99999;
        position: absolute;
        top: calc( 40% + 40px );
        left: 50%;
        transform: translate(-50%, -50%);
        border: none;
        background: #fff;
        color: #1e67b1;
        border-radius: 10px;
        padding: 9px 15px;
    }

    @keyframes indeterminate {
        0% {
            left: 0;
        }

        100% {
            left: 100%;
        }
    }

    .preload-img {
        position: fixed;
        top: -9999px;
        left: -9999px;
    }

    .swal-wide {
        width: 700px !important;
    }

        .swal-wide .swal2-textarea {
            height: 200px !important;
        }

    .pres-edit {
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 5px;
    }

        .pres-edit:hover {
            border: 1px dashed #000;
        }

    .sourcePromptDiv {
        display: none;
    }

    .sourceFileDiv {
        display: none;
        box-sizing: border-box;
        width: calc(100% - 40px);
        background: #2f4050;
        padding: 10px;
        border-radius: 5px;
    }

    .source-prompt {
        width: calc( 100% - 20px );
        box-sizing: border-box;
        font-family: inherit;
        padding: 5px;
        margin: 0 10px 0 10px;
        font-size: 1em;
        border: 1px solid #ccc;
    }

    .centered {
        text-align: center;
    }

    .socialMediaPost {
        display: none;
        background: #fff;
        color: #000;
        margin: 20px;
        padding: 15px;
        border-radius: 10px;
    }

    .socialMediaPost.show {
        display: block;
    }

    .socialMediaPostImageContainer {
        margin-top: 20px;
        text-align: center;
        display: none;
    }

    .socialMediaPostImageContainer.show {
        display: block;
    }

    .socialMediaPostImage {
        width: calc( 100% - 30px );
        height: auto;
        margin-bottom: 10px;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 50px;
    }

    .actions-bar {
        margin-bottom: 15px;
    }

    .actions-bar button {
        margin-right: 10px;
    }

    .actions-bar .btn:disabled {
        background-color: #424242;
    }

    .input {
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #7c7c7c;
        position: relative;
        top: 1px;
    }

    .info {
        color: #343434;
        border: 1px solid #434343;
        padding: 10px;
        margin-bottom: 15px;
        background: #fcfbe8;
    }

    .assets-table {
        margin-top: 10px;
        border: 1px solid black;
        border-collapse: collapse;
        display: none;
        width: 100%;
    }

    .assets-table.show {
        display: table;
    }

    .assets-table thead tr {
        background-color: #163e63 !important;
        color: #fff !important;
    }

    .assets-table tr {
        background-color: #e3e3e3 !important;
        color: #000 !important;
    }

    .toggle-bundle {
        cursor: pointer;
        display: block;
    }

    .delete-bundle {
        margin-left: 12px;
    }

    .publish-bundle {
        margin-left: 12px;
        background: #425b6a;
    }

    .publish-bundle.published {
        background: #009821;
    }

td.btn-col {
    padding-left: 20px !important;
}

.asset-actions {
    text-align: center;
    margin-top: 15px;
}

.user-menu {
    position: fixed;
    top: 10px;
    right: 60px;
    z-index: 99;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
    max-width: 250px;
}

.user-menu.showing {
    display: block;
}

.user-menu .username,
.user-menu .user-position {
    display: block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-menu ul,
.user-menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.user-menu ul {
    margin-top: 10px;
}

.asset-modal {
    --bs-modal-width: 815px;
}

#ViewAssetModal {
    --bs-modal-width: 815px;
}

.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#PublishAssetModal .modal-body {
    text-align: center;
}

#connectionFields {
    text-align: left;
    margin-top: 20px;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .image-modal-content {
        width: 100%;
    }
}

.dropdown {
    /*position: relative;*/
    display: inline-block;
    width:180px;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    border:none;
    padding: 10px 15px;
    cursor: pointer;
    /*border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.user-initials {
    background-color: #2f4050;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
}

.user-name {
    font-size: 12px;
    color: #333;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /*padding: 10px 0;
    min-width: 200px;*/
    border: 1px solid #ddd;
    z-index: 1000;
}

    .dropdown-menu a {
        display: block;
        padding: 8px 15px;
        font-size: 12px;
        color: #333;
        text-decoration: none;
    }

        .dropdown-menu a:hover {
            background-color: #f0f0f0;
        }

.separator {
    border-bottom: 1px solid #ddd;
    margin: 8px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 34px;
    display: flex;
    flex-direction: row;
    background: #ccc;
    border-radius: 5px;
    font-size: 11px;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-left:auto;
    margin-right:auto;
}

.item {
    margin: 5px;
    height: 24px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #52525b;
    cursor: pointer;
}

    .item.active {
        background: #fff;
        color: #000;
    }
