@font-face {
    font-family: "GothamRoundedBook";
    src: local("GothamRoundedBook"),
         url("../fonts/GothamRoundedBook.ttf") format("truetype");
}

body {
    font-family: "GothamRoundedBook", sans-serif;
    margin: 0;
    font-size: 12px;
    /*overflow: hidden;*/
}

#main {
    /*padding: 0 0 70px 0;*/
    display: flex;
    /*flex-direction: column;*/
    height: 100vh;
    /*background-color: rgb(230, 192, 145, 0.5);*/
    /*z-index: 30;*/
}

.main-content {
    /*margin-left: 40px;*/
    flex: 1;
    align-content: center;
    align-items: center;
    padding: 0 0 0 74px;
    /*width:100%;*/
    /*height: 100%;*/
    /*pointer-events: none;*/
    /*background-color: rgb(230, 192, 145, 0.5);*/
    /*z-index: 1;*/
}

.container-fluid{
    padding: 0;
}

/*.left-col{*/
/*    height: 100vh;*/
/*    !* width: 5.5%; *!*/
/*    flex: 0 0 72px;*/
/*}*/

.right-col{
    /* width: 94.5%;
    min-width: 1230px; */
    flex: 1;
}

.sidebar-container{
    position: fixed;
    top: 0;
    z-index: 3;
    height: 100vh;
    width: 72px;
    /* width: 5.5%; */
    overflow-y: auto;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

.sidebar{
    /*position: relative;*/
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

.sidebar .btn{
    min-width: 72px;
    margin-top: 16px;
    background: transparent;
    padding: 0;
}

ul.sidebar{
    display: flex;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 0;
    margin-bottom: 0;
    gap: 8px;
    height: 100%;
    width: 100%;
    /* overflow-y: auto; */
}

ul.sidebar .sidebar-li{
    position: relative;
    /* margin-top: 8px;
    margin-bottom: 4px; */
    justify-content: center;
}

ul.sidebar .line{
    border-bottom: 1px solid #dadce0;
    margin: 24px 14px 8px;
}

li.dark-mode{
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-top: 40px;
}

li.dark-mode > .dark-mode{
    margin-bottom: 8px;
    margin-left: 6px;
    margin-right: auto;
    padding-left: 0;
}

li.dark-mode > .dark-mode input{
    margin-left: 0;
}

li.dark-mode > .dark-mode i{
    margin-left: 10px;
}

li.dark-mode > .message{
    font-size: smaller;
    position: absolute;
    bottom: 30px;
    transform: translateX(-50%);
    width: 134px;
    margin-left: 70px;
}

#dark-message[data-show="false"]{
    display: none;
}

#dark-message[data-show="true"]{
    display: inline-block;
    background-color: #e9ecef;
    border: 1px solid #dadce0;
    box-shadow: 0 1px 2px rgba(190, 202, 211, 0.3), 0 2px 6px 2px rgba(163, 174, 182, 0.15);
}

#light-message[data-show="true"]{
    display: inline-block;
    background-color: #212529;
    border: 1px solid #495057;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
}

#light-message[data-show="false"]{
    display: none;
}

.toolbar-container{
    top: 37px;
}

.toolbar-container .toolbar-btn button{
    width: 50px;
    height: 50px;
    border-radius: 50px 0 0px 50px;
    background-color: #21252941;
    justify-content: center
}

#toolbar-btn[data-show="true"]{
    display: block;
}

#toolbar-btn[data-show="false"]{
    display: none;
}

#toolbar[data-show="true"]{
    display: block;
}

#toolbar[data-show="false"]{
    display: none;
}

.toolbar-container div.toolbar{
    width: 50px;
    background-color: #21252941;
}

.toolbar-container div.toolbar ul.toolbar{
    padding-left: 0;
}

#toolbar-message[data-show="true"]{
    display: block;
    font-size: smaller;
    position: absolute;
    top: 67px;
    right: 8px;
    width: 50px;
    text-align: center;
    border: 1px solid #212529;
}

#toolbar-message[data-show="false"]{
    display: none;
}

#hidden[data-show="true"]{
    display: block;
    font-size: smaller;
    position: absolute;
    top: 6px;
    right: 246px;
    width: 123px;
    text-align: center;
    border: 1px solid #212529;
}

#hidden[data-show="false"]{
    display: none;
}

#crop-message[data-show="true"]{
    display: block;
    font-size: smaller;
    position: absolute;
    top: 53px;
    right: 246px;
    width: 50px;
    text-align: center;
    border: 1px solid #212529;
}

#crop-message[data-show="false"]{
    display: none;
}

#magnify-message[data-show="true"]{
    display: block;
    font-size: smaller;
    position: absolute;
    top: 95px;
    right: 246px;
    width: 60px;
    text-align: center;
    border: 1px solid #212529;
}

#magnify-message[data-show="false"]{
    display: none;
}

#ruler-message[data-show="true"]{
    display: block;
    font-size: smaller;
    position: absolute;
    top: 141px;
    right: 246px;
    width: 45px;
    text-align: center;
    border: 1px solid #212529;
}

#ruler-message[data-show="false"]{
    display: none;
}

.icon-green {
    color: green;
    font-size: 25px;
}

.icon-red {
    color: red;
    font-size: 25px;
}

.icon-large {
    font-size: 25px;
}

.icon-blue {
    color: blue;
    font-size: 25px;
}

.icon-yellow {
    color: yellow;
    /* font-size: 25px; */
}

.r6o-editor{
    text-align: left;
    top:0;
    left:0;
}

.section-style {
    min-height: 100%;
    background: url('/static/img/wheat_flied.jpg') rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-blend-mode: multiply;
}

.left-col {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px; /* Adjust as needed */
    z-index: 1030; /* Ensure sidebar appears above other content */
    background-color: #f8f9fa; /* Set background color for the sidebar */
    border-right: 1px solid #dee2e6; /* Add a border on the right side for separation */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds the sidebar height */
}
.sidebar-content {
    /*z-index: 300;*/
}
/*.container {*/
/*    padding-left: 250px; !* Adjust the padding to accommodate the fixed sidebar *!*/
/*}*/