button {
    width: 280px;
    text-align: left;
    background-color: #ffffff;
    border: none;
}

button:focus,button:active{
    border: 2px solid rgb(255, 56, 56);
    border-radius: 5px;
    background-color: #f0f0f0;
}

.button1:focus,.button1:active {
    border: 2px solid rgb(255, 56, 56);
    border-radius: 5px;

}
.button1 {
    width: 258px;
}

.main-title {
    border-bottom: 1px solid #55555534;
    height: 80px;
}

.content-libra {
    margin-top: 40px;
    margin-bottom: 40px;
}

.libra-editor {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:link {
    color: rgb(199, 18, 18);
    outline: none;
    text-decoration: none;
}

a:visited {
    color: rgb(199, 18, 18);
}

a:hover {
    color: #555;
}

a {
    text-decoration-color: #a5a5a5;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
}
* {
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', Arial, serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.header {
    box-shadow: 0px 5px 4px 0px rgba(88, 88, 88, 0.5);
    padding-bottom: 25px;
}

.menu-wrap {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 89%;
    width: 330px;
    margin-left: -330px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 10;
    margin-top: 106px;
}
.menu-show {
    margin-left: 0;
    box-shadow: 4px 2px 15px 1px #B9ADAD;
}
.menu-sidebar {
    margin: 75px 0 80px 10px;
    position: relative;
    top: 10px;
}
.menu-sidebar li {
    padding: 10px 22px 0;
}
.menu-sidebar li > a {
    color: #555;
    font-size: 16px;
    position: relative;
}
.menu-sidebar li > a::after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
}
.menu-sidebar li > a:hover::after {
    background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.menu-item-has-children button a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
}
.menu-sidebar .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    left: -5px; 
    transform: translateY(-100%);
}
.sidebar-menu-arrow::after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 10px;
    color: rgb(255, 56, 56);
    
}
.sidebar-menu-arrow:hover::after {
    cursor: pointer;
    color: #555;
}
.sidebar-menu-arrow:active::after {
    top: 2px;
}
.toggle-button {
    position: fixed;
    width: 44px;
    height: 40px;
    top: 150px;
    left: 40px;
    padding: 4px;
    transition: .25s;
    z-index: 15;
}
.toggle-button:hover {
    cursor: pointer;
}
.toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s;
}
.toggle-button .menu-bar-top {
    border: 4px solid #555;
    border-bottom: none;
    top: 0;
}
.toggle-button .menu-bar-middle {
    height: 4px;
    background-color: #555;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px;
}
.toggle-button .menu-bar-bottom {
    border: 4px solid #555;
    border-top: none;
    top: 22px;
}
.button-open {
    left: 40px;
}
.button-open .menu-bar-top {
    border-color: #555;
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #555;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #555;
    transform: rotate(-45deg) translate(7px, -7px);
    transition: .5s;
}
.left-frame {
    width: 200px;
    background-color: #f4f4f4;
    border-right: 1px solid #000000;
}
.right-frame {
    display: block;
    position: fixed;
    flex-grow: 1;
    margin-left: 450px;
    height: 100%;
    width: 82.3%;
    margin-top: 25px;
}

iframe {
    width: 93%;
    height: 90%;
    border: none;
}

.text {
    position: relative;
    height: 100%;
    width: 93%;
}
.return-back {
    margin-top: 30px;
    margin-left: 30px;
    
}

/* Media Queries for Responsive Design */
@media (max-width: 1554px) {
    .right-frame {
        display: block;
        position: fixed;
        flex-grow: 1;
        margin-left: 300px;
        height: 100%;
        width: 86.5%;
        margin-top: 25px;
    }
}

@media (max-width: 1240px) {
    .right-frame {
        display: block;
        position: fixed;
        flex-grow: 1;
        margin-left: 150px;
        height: 100%;
        width: 94%;
        margin-top: 25px;
    }
}

@media (max-width: 805px) {
    .right-frame {
        display: block;
        position: fixed;
        flex-grow: 1;
        margin-left: 60px;
        height: 100%;
        width: 94%;
        margin-top: 25px;
    }
    .toggle-button {
        position: fixed;
        width: 44px;
        height: 40px;
        top: 40px;
        left: 30px;
        padding: 4px;
        transition: .25s;
        z-index: 15;
    }
    .return-back {
        margin-top: 30px;
        margin-left: 100px;
        margin-bottom: -20px;
        padding-bottom: 15px;
    }
    .button-open .menu-bar-top {
        border-color: #555;
    }
    .button-open .menu-bar-middle {
        background-color: #555;
    }
    .button-open .menu-bar-bottom {
        border-color: #555;
    }
    .menu-wrap {
        margin-top: 103px;
    }
    .menu-sidebar {
        margin: 15px 0 80px 10px;
        position: relative;
        top: 5px;
    }
}