html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    min-height: 100%;
    align-items: center;
    background: #ffffff;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    /*text-shadow: 0 4px 4px rgb(10 10 10 / 25%);*/
    text-shadow: none !important;
    font-size: 15px;
}

.dropdown-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
}

.question-checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown-href {
    display: flex !important;
    gap: 10px !important;
}

.dark-icons {
    color: #000;
}

.white-icons {
    color: #fff;
}


/*::-webkit-scrollbar {*/
/*    width: 12px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #efefef;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #bbb;*/
/*}*/

.drag-target {
    display: none !important;
}

select {
    border: none;
    border-radius: 3px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divider {
    margin: 0 !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
    background: #3d366d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    text-transform: none;
    line-height: 1;
    gap: 10px;
    font-size: 15px;
}

.btn:hover , .btn-large:hover , .btn-small:hover , .btn-flat:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-flat:focus {
    background: #3d366d;
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

#toast-container {
    top: 10% !important;
    right: auto !important;
    z-index: 999;
}

textarea {
    display: flex;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    height: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    border-radius: 3px;
    padding: 5px 10px;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]):focus, textarea:hover:active:focus {
    border: 1px solid #3d366d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputs-gap-filling {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 3px !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    outline: none !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #3d366d !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    width: min-content !important;
    min-height: 28px !important;
    max-height: 28px !important;
    height: 28px !important;
    min-width: 20px !important;
}

.inputs-gap-filling-correct {
    background-color: #a0f58f !important;
    border: 1px solid #1ca844 !important;
}

.inputs-gap-filling-wrong{
    background-color: #ffc8c8 !important;
    border: 1px solid #FF5722 !important;
}

.dropdown-content {
    min-width: max-content !important;
    z-index: 4 !important;
}

.dropdown-content > li > a {
    display: flex;
    gap: 10px;
    color: #000;
}

.input-math {
    padding: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: max-content;
    min-width: 50px;
    align-items: center;
    collor: #000;
}

.header-title {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    color: #000;
    justify-content: center;
    padding: 40px 0;
}

.toast-transparent {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
}

.toast-transparent img {
    width: 50%;
    max-width: 300px;
    justify-content: center !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
}

.inputs-line-break {
    width: 100%;
    margin: 10px 0;
    height: 1px;
    border-bottom: 1px solid #ddd;
}

.inputs-line-break-h1 {
    width: 100%;
    height: 1px;
}

.inputs-line-break-h2 {
    width: 100%;
    margin: 10px 0;
    height: 1px;
}

.main-wrapper {
    padding: 20px;
    display: flex;
    flex-flow: row;
    width: 100%;
    gap: 20px;
}

.main-wrapper-left {
    display: flex;
    flex-flow: column;
    width: 400px;
    min-width: 300px;
    border: 1px solid #ddd;
    height: min-content;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}

.main-wrapper-right {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: min-content;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
    padding: 20px;
    gap: 10px;
}

.main-wrapper-right-header {
    display: flex;
    flex-flow: column;
    height: 50px;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.sign-in-to-continue-main-wrapper-right,
.content-not-available-main-wrapper-right {
    display: flex;
    flex-flow: row;
    width: 100%;
    color: #000;
    gap: 10px;
    align-items: center;
}

.collection-default {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.collection-default a {
    background-color: #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    padding: 15px !important;
    margin: 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    color: #000 !important;
    line-height: 1 !important;
    align-items: center !important;
}

.collection-default a:hover {
    background-color: #f1f1f1 !important;
    border-left: 5px solid #3d366d;
    border-right: 5px solid #3d366d;
}

.collection-default > a {
    display: flex !important;
    gap: 20px !important;
}

.collection-default-last-item {
    border-bottom: none !important;
}

.material-icons-outlined {
    margin: 0 !important;
}

.main-wrapper-right-horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    gap: 10px;
}

.outlined-wrapper {
    display: flex;
    gap: 10px;
}

.outlined-gray {
    color: #ccc;
}

.outlined-green {
    color: #2ea44f;
}

.outlined-orange {
    color: #F7931E;
}

.outlined-red {
    color: red;
}

.outlined-small {
    font-size: 20px !important;
    cursor: pointer;
}

.rotate {
    transform: rotate(-90deg);
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sortable thead th {
    background: #3d366d !important;
}

@media (max-width: 767px) {
    html, body {
        /*overflow-y: auto;*/
        height: auto;
    }

    .header-title {
        border-bottom: 1px solid #ddd;
        background: #3d366d;
        color: #fff;
        padding: 10px;
        font-size: 15px;
    }

    .main-wrapper {
        flex-flow: column;
        gap: 0;
        padding: 0;
    }

    .main-wrapper-left {
        display: flex;
        width: 100%;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }

    .main-wrapper-right {
        display: flex;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .mobile-hide {
        display: none;
    }
}