﻿.cusToolbar {
    position: fixed;
    min-width: 200px;
    margin: 10px;
}

.language-container {
    position: fixed;
    right: 16px;
    top: 10px;
}

.languageBox {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

    .languageBox img {
        width: 22px;
        height: 22px;
    }

.overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 998;
}

.savePagePanel {
    display: none;
    position: fixed;
    background: rgba(202,81,0,0.6);
    color: #fff;
    min-width: 360px;
    padding: 14px;
    margin-left: 16px;
    margin-top: 16px;
    box-shadow: 6px 6px 10px 2px rgba(0,0,0,0.3);
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.returnBack img, .savePage img {
    max-width: 30px
}

.savePage {
    margin-left: 20px;
    cursor: pointer
}



.inputs-box {
    display: flex;
    grid-gap: 10px;
    width: 100%;
}

    .inputs-box label {
        font-size: 12px;
        font-weight: 500
    }

.savePageBtns {
    display: flex;
    grid-gap: 10px;
}

.saveBtn, .closeBtn {
    width: 100%;
    height: 30px;
    padding: 2px
}

.savedPageContainer {
    position: fixed;
    width: 240px;
    max-height: 600px;
    overflow-y: auto;
    right: 10px;
    top: 60px;
    background: #fff;
    z-index: 998;
    display: none;
}

.savedPage {
    padding: 6px;
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    background: url('/images/multimedia/old-paper.jpg') center center no-repeat;
    background-size: cover;
}

    .savedPage span {
        text-align: center;
        color: rgb(57,54,54);
        font-weight: 600;
        font-size: 18px;
    }

    .savedPage p {
        text-align: center;
        color: rgb(88, 85, 81);
        font-weight: 600;
        font-size: 14px;
    }

.descriptionBox {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    max-height: 60px;
    overflow-y: scroll;
    padding: 4px;
    margin: 2px;
}

.sticker {
    height: 40px;
    height: 40px;
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 999;
    transform: rotate(15deg);
    cursor: pointer;
    opacity: 0.4;
    transition: 0.3s;
}

    .sticker:hover {
        opacity: 1;
        transform: rotate(0deg) scale(1.2);
    }

.close-sticker {
    position: absolute;
    right: 8px;
    top: 0px;
    color: #DC3545;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer
}

.btn-sm {
    font-size: 12px;
    min-width: 50px;
    font-weight: 600
}

.alertContainer {
    z-index: 998;
    width: 100%;
    position: absolute;
    display: none
}

.deleteAlert {
    position: relative;
    z-index: 2;
    float: right;
    margin-right: 300px;
}

.alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}

.page-hover-effect {
    background-color: red !important;
}

.buttonBarTop {
    display: flex;
    grid-gap:6px;
    margin-top:3px;
    margin-left:4px;
    width:260px !important;
}
