
html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    font-weight: normal;
    font-size: 12px;    /* smaller; */
    font-family: 'Roboto', 'Noto Serif TC', 'Open Sans', 'Roboto Mono', 'Kanit', 'Oxygen', 'Exo 2', 'Exo', 'Montserrat', 'Josefin Sans', sans-serif !important;
    overflow-x: hidden;
    line-height: 140%;
}

a {
    color: #000;
    transition: 0.5s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
}

footer {
    background-color: rgb(45, 47, 48);
    padding: 30px 10px 30px 0;
    color: white;
    font-size: smaller;
}

small {
    line-height: 130% !important;
}

.main-body {
    margin: 15px 10px 0 230px;
    min-height: 100vh;
    width: 100%;
}

/*
.align-center {
    margin: 0 auto;
    text-align: center;
    width: 100%;    
}
*/

.tailor-form-admin {
    margin: 30px 0;
}

.tailor-form-actions {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.icon {
    cursor:pointer
}

.icon:hover {
    color: #e47278;
    cursor: pointer;
    background-color: bisque;
}

.tool-icon {
    font-size: 25px;
}

.tool-icon:hover {
    color: #e47278;
    cursor: pointer;
}

.home-logo {
    height: 70px;
    width: auto;
}

.make-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left;
}

.form-label {
    text-align: right !important;
}

.dashboard {
    position: relative;
}

.dashboard::after {
    display: block;
    clear: both;
    content: "";
}

.bg-qGroup {
    background-color: rgba(255, 243, 205, 0.4);
    margin-top: 25px;
}

.bg-qLabel {
    background-color: rgba(207, 244, 252, 0.4);
}

#tailorMemory {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 20px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    max-width: 50px;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

#tailorMemory:hover {
    background-color: #e47278;
    color: #000;
}

.horizontalLineWithText {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 20px 0 30px; 
}

.horizontalLineText {
    background:#fff; 
    padding:0 10px; 
}

.qUIInterfaceShot {
    width: 100%; 
    height: auto; 
    max-height: 150px;
    margin-bottom: 10px;
}

.qLayout:checked + label {
    border-color: #ffcd39;
    background-color: #ffcd39;
}
  


/* Overriding Bootstrap classes */
.text-muted {
    color: #2c0b0e !important;
}

.card {
    background-color: transparent;
    transition: 0.3s;
    margin-bottom: 10px;
    border: none !important;
}

.card-header {
    border: none !important;
}

.card-body {
    padding: 1.25rem;
}

.jumbotron {
    background-color: transparent;
}

.small {
    line-height: 130% !important;
}

.form-control {
    font-size: 0.8rem !important;
}

.form-group {
    margin-bottom: 13px;
}

.modal-header {
    cursor: move;
}

.offcanvas-end {
    width: 800px;
}

.dropdown-menu {
    font-size: unset;
}

.btn {
    font-size: small;
}

.form-select-sm {
    font-size: unset;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.accordion-button:collapsed {
    border: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
    background-color: unset;
    font-size: unset;
    padding: unset;
}

.accordion-button:focus {
    border: 0;
    box-shadow: unset;
}

.accordion-button:active {
    border: 0;
    box-shadow: unset;
}

/*
.col-form-label {
    float: right;
}
*/

/* Overriding Select2 classes */
/*
.select2-container {
    width: 100% !important;
}
*/

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}


/* Overriding CKEditor classes */
.ck-editor {
    width: 100% !important;
}

.ck-editor__main {
    min-height: 200px;
    overflow: auto;
}

.ck-editor__editable_inline {
    min-height: 200px;
}


/* Overriding JsonView classes */
.json-container {
    font-family: unset !important;
    font-size: unset !important;
}

.color-danger{
    color: var(--bs-danger);
}

