﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'BMitra';
    src: url('../fonts/bfont/BMitra.ttf') format('truetype') /* Safari, Android, iOS */
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*br-color*/
.bg-br {
    background-color: #6f316c;
}

.text-br {
    color: #6f316c;
}

a.bg-br:focus, a.bg-br:hover, button.bg-br:focus, button.bg-br:hover {
    cursor: pointer;
    background-color: #6f316c;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background: url(../images/bg.png);
    font-family: BMitra;
    overflow-x: hidden;
    background-attachment: fixed;
}

.footer {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    width: 230px;
    line-height: 60px; /* Vertically center the text there */
}

/*Sidebar Menu*/
#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container,
#searchsidebar-container {
    min-height: 100vh;
    background-color: #6f316c;
    padding: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    z-index: 2;
}

#sidebar-container {
    right: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}

@media only screen and (max-width: 991px) {
    .sidebar-collapsed {
        width: 0px;
    }
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
    direction: rtl;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* Separators */
.sidebar-separator-title {
    background-color: #6f316c;
    height: 35px;
    cursor: pointer;
    direction: rtl;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/*Simple Search Bar*/
.search {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.side-search-bar {
    width: 100%;
    border: 2px solid #6f316c;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
}

    .side-search-bar:focus {
        color: #6f316c;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #333;
    background: #333;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.searchbox-collapsed {
    background: #343a40;
    border: #343a40;
}

.bg-searchbox {
    background-color: #6f316c;
    border-color: #6f316c;
}

/*Search Bar with Autocomplete Search Suggestions*/

::-moz-selection {
    color: #fff;
    background: #6f316c;
}

::selection {
    color: #fff;
    background: #6f316c;
}

.wrapper {
    max-width: 90%;
    margin: 30px auto;
}

    .wrapper .search-input {
        background: #fff;
        width: 100%;
        border-radius: 5px;
        position: relative;
        -webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
        box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
        z-index: 1;
    }

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
/*
.search-input.active input {
    border-radius: 5px 5px 0 0;
}*/

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    display: none;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
    cursor: pointer;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #6f316c;
    cursor: pointer;
}

/*search overlay*/
.overlay {
    display: none;
    /*position: fixed;*/
    z-index: 20;
}

#search-overlay:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}

#search-overlay.changed:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

/*subscription plan*/
.header {
    width: 100%;
    max-width: 560px;
    border-bottom: 1px solid #7A8590;
    margin-bottom: 35px;
}

.header__title {
    font-size: 32px;
    color: #7A8590;
}

.subscription-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*    justify-content: space-around;
*/ width: 100%;
    max-width: 560px;
}

.subscription__title,
.subscription__main-feature,
.subscription__price {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #6f316c;
}

.subscription__main-feature {
    font-size: 50px;
}

.subscription__price {
    text-transform: lowercase;
}

.subscription__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    margin: 5px 0;
    padding: 20px 0;
    border-radius: 5px;
    border: solid 3px white;
    background: white;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    cursor: pointer;
}

    .subscription__button:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 10px;
        border: solid 3px #CDD1D5;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }

input[type=radio] {
    display: none;
}

    input[type=radio]:checked + label:before {
        background: #6f316c;
        font-size: 50px;
    }

    input[type=radio]:checked + label {
        border: solid 3px #6f316c;
        background: white;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

        input[type=radio]:checked + label .subscription__title,
        input[type=radio]:checked + label .subscription__main-feature,
        input[type=radio]:checked + label .subscription__price {
            color: #6f316c;
        }

/*search filters*/

.threshold {
    width: 120%;
    height: 0px;
    position: absolute;
}

.box.ui-selectable {
    /*background-color: #6f316c;*/
}

.box.ui-selectable-focus {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

/*
.box.ui-selecting {
    background-color: #6f316c;
}*/

.box.ui-selected {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

/*.box.ui-deselecting {
    background-color: #333;
}*/

.box.floated {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}


/*.ui-selectable::after {
    content: "selectable";
}

.ui-selecting::after {
    content: "selecting";
}

.ui-selected::after {
    content: "selected";
}

.ui-deselecting::after {
    content: "deselecting";
}*/

.ui-multiple {
    cursor: crosshair;
}

.key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .key .box {
        padding: 0;
        font-size: 13px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

/*library*/
.library img {
    max-width: 7.5rem;
    margin-top: 15%;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    cursor: pointer;
}

.websites img {
    max-width: 7.5rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .library img {
        max-width: 15vw;
    }

    .websites img {
        max-width: 15vw;
    }
}

#bookpages {
    top: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 1000px;
    }
}


/*.bookbox input {
    display: none;
}

.bookbox label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

    .bookbox label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid grey;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 28px;
        transition-duration: 0.4s;
        transform: scale(0);
    }

    .bookbox label img {
        height: 100px;
        width: 100px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
    }

.bookbox :checked + label {
    border-color: #ddd;
}

    .bookbox :checked + label:before {
        content: "✓";
        background-color: grey;
        transform: scale(1);
    }

    .bookbox :checked + label img {
        transform: scale(0.9);*/
/* box-shadow: 0 0 5px #333; */
/*z-index: -1;
    }*/
@media screen and (max-width: 767px) {
    .text-muted.d-flex.justify-content-center.align-items-center.menu-collapsed:not(:first-child) {
                display: none !important
            }
            .text-muted.d-flex.justify-content-center.align-items-center.menu-collapsed.d-none{
                display: flex !important
            }
        }







.toast {
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    top:0px;
    z-index: 9999;
    width: 80%;
    padding: 20px
}
.toast-body{
    font-size: 1rem
}
.toast-header {
    direction: rtl;
}
.fa-search {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left:5px;
}
@media screen and (max-width:991px){
    .text-muted.d-flex.justify-content-center.align-items-center.menu-collapsed:not(:first-child) {
        display: none !important
    }
    .text-muted.d-flex.justify-content-center.align-items-center.menu-collapsed.d-none:not(:first-child) {
        display: flex !important
    }
}
.inputsearch{
    height: 30px;
    margin: auto
}


.Loadmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.3;
    -moz-opacity: 0.8;
}

.Loadcenter {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 130px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=50);
    opacity: 1;
    -moz-opacity: 1;
}

    .Loadcenter img {
        height: 128px;
        width: 128px;
    }
.btn-close{
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 0 !important;
    background: transparent !important;
    border: none
}
.popover-block-container .popover-icon {
    background: none;
    color: none;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}

    .popover-block-container .popover-icon i {
        color: #04a0b2;
        text-align: center;
        margin-top: 4px;
    }

.popover-header {
    display: none;
}

.popover {
    max-width: 306.6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 6px 1px #eee;
}


.popover-body {
    border: none;
    padding: 10px;
    color: #5f6976;
    font-size: 15px;
    font-style: italic;
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
    position: relative
}

    .popover-body .popover-close {
        position: absolute;
        top: 5px;
        right: 10px;
        opacity: 1;
    }

        .popover-body .popover-close .material-icons {
            font-size: 16px;
            font-weight: bold;
            color: #04a0b2;
        }
.circle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border-color: transparent;
    cursor: pointer
}
.circle-gray {
    background: #D1D1D1;
}
.circle-yellow {
    background: #FAF4B7;
}
.circle-orange {
    background: #F6AE99;
}
.gray {
    background-color: #D1D1D1;
}
.yellow {
    background-color: #FAF4B7;
}
.orange {
    background-color: #F6AE99;
}
.fa-times {
    color: red;
    font-size: 20px;
    
    cursor: pointer
}
.container {
    /*max-width: 50vw;*/
    margin: 0 auto;
}

select[data-multi-select-plugin] {
    display: none !important;
}

.multi-select-component {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    padding-bottom: 0px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
    border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
    box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
    display: none !important;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
}

.selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    white-space: nowrap;
    margin: 1px 5px 5px 0;
    height: 22px;
    vertical-align: top;
    cursor: default;
}

    .selected-wrapper .selected-label {
        max-width: 514px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 4px;
        vertical-align: top;
    }

    .selected-wrapper .selected-close {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.49em;
        margin-left: 5px;
        padding-bottom: 10px;
        height: 100%;
        vertical-align: top;
        padding-right: 4px;
        opacity: 0.2;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        font-weight: 700;
    }

.search-container {
    display: flex;
    flex-direction: row;
}

    .search-container .selected-input {
        background: none;
        border: 0;
        height: 20px;
        width: 60px;
        padding: 0;
        margin-bottom: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .search-container .selected-input:focus {
            outline: none;
        }

.dropdown-icon.active {
    transform: rotateX(180deg)
}

.search-container .dropdown-icon {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 0 !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* SVG background image */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.search-container ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 3;
    margin-top: 29px;
    width: 100%;
    right: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .search-container ul :focus {
        outline: none;
    }

    .search-container ul li {
        display: block;
        text-align: left;
        padding: 8px 29px 2px 12px;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        min-height: 31px;
    }

        .search-container ul li:first-child {
            border-top: 1px solid #ccc;
            border-radius: 4px 0px 0 0;
        }

        .search-container ul li:last-child {
            border-radius: 4px 0px 0 0;
        }


        .search-container ul li:hover.not-cursor {
            cursor: default;
        }

        .search-container ul li:hover {
            color: #333;
            background-color: rgb(251, 242, 152);
            ;
            border-color: #adadad;
            cursor: pointer;
        }

/* Adding scrool to select options */
.autocomplete-list {
    max-height: 130px;
    overflow-y: auto;
}
.search-container .dropdown-icon {
    left: 10px;
    position: absolute;
    right: unset;
    
}
.input-search {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 10px
}
.multi-select-component {
    padding: .375rem 1.75rem .375rem .75rem !important
}
.btn-search{
    height: 46px;
    left: 0
}

    #the-canvas {
        transform: unset !important;
        /*object-fit: contain*/
    }

@media (max-width: 400px) {
    #the-canvas {
        width: 300px !important;
        margin: auto;
        height: 100% !important
    }
}
@media screen and (min-width: 992px){

        .pdf-container #the-canvas {
            min-width: 800px !important;
            height:auto !important;
        }
}
#barheader {
    width: 100vh !important;
    position: fixed !important;
    top: -15px !important;
    left: 0 !important;
}
.tooltip-inner {
    background: #6f316c
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #6f316c;
}
.reader-highlight {
    background-color: #FAF4B7
}

.greenHighlight {
    background-color: #D1D1D1
}
.yellowHighlight {
    background-color: #FAF4B7
}
.orangeHighlight {
    background-color: #F6AE99
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
