@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
*{
    font-family: 'Rubik', sans-serif;
}
h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

section {
    padding-top: 7px !important;
}


.ck-editor__editable_inline {
    min-height: 95vh;
    max-height: 95vh;
    /* width: 55vw; */
}
/* .ck-focused { 
    border: none !important;
    box-shadow: none !important;
} */

.right-side{
    overflow-y: scroll !important;
    height: 100vh;
}
.rule-card span{
    font-weight: bolder;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.right-side::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.right-side {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

ul { 
    list-style-type: disc !important; 
    list-style-position: inside !important; 
 }
 ol { 
    list-style-type: decimal !important; 
    list-style-position: inside !important; 
 }
 ul ul, ol ul { 
    list-style-type: circle !important; 
    list-style-position: inside !important; 
    margin-left: 15px !important; 
 }
 ol ol, ul ol { 
    list-style-type: lower-latin !important; 
    list-style-position: inside !important; 
    margin-left: 15px !important; 
 }

section {
    padding-top: 14px !important;
    width: 100% !important;
}

.logout-btn:hover{
    background-color: inherit  !important;
}

@media(max-width : 380px){
    .card{
        width: 100% !important;
    }
}

@media(max-width : 850px){
    .column .left-side, .column .right-side{
        width: 100% !important;
    }

    html,
    body,
    .columns,
    section {
        overflow-y: auto !important;
    }

    .ck-editor__editable_inline {
        width: 100% !important;
    }
}

