body {
    font-family: 'Montserrat', sans-serif;
    overflow-X: hidden !important;
    overflow-y: scroll;
}

.l-head {
    /* height:85px;*/
    position: fixed;
    background: #fff;
    z-index: 99960;
}
.btnhangup {

}

#hanguparea .btnhangup {
    padding: .375rem .75rem !important;
    font-weight: bold;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.callbar {
    z-index: 99996;
    position: sticky;
    top: 0px;
    text-align: center;
}

.callbar-container {
    position: absolute;
    transition: 0.8s;
    top: -100px;
    width: 100%;
}

.callbar.show > .callbar-container {
    top: 0px;
}

.callbar .line {
    z-index: 99994;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 3px;
    background: rgb(220, 53, 69);
    box-shadow: rgba(0, 0, 0, 0.17) 1px 1px 3px 5px;
}

.callbar .btnhangup {
    position: relative;
    z-index: 99995;
    border-radius: 0px 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.17) 1px 1px 2px 2px;
}

.warningbar {
    z-index: 99996;
    position: sticky;
    top: 0px;
    text-align: center;
}
.warningbar-container {
    position: absolute;
    transition: 0.8s;
    top: -200px;
    width: 100%;
}

.warningbar.show > .warningbar-container {
    top: 0px;
}

.warningbar .line {
    z-index: 99994;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px 4px;
}

.warningbar .msgarea {
    position: relative;
    z-index: 99997;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 4px 2px 0px;
    padding: 0px 20px 10px 20px;
    background-color: rgb(255,255,0);
    width: fit-content;
    margin: auto;
}

.warningbar .msgarea .msg-container {
    top: 4px;
    position: relative;
    afloat: left;
    padding-bottom: 8px;
}

.warningbar .msgarea .msg-container .rtc {
    display:none;
}

.warningbar .msgarea .msg-container .rtc .moreinfo {
    text-decoration:underline;
    font-style:italic;
    cursor:pointer;
    color: blue;
    display:none;
}


.warningbar .msgarea button {
    margin: 3px 0px -5px 10px;
    padding: 0px 4px;
    font-size: 16px;
}
.warningbar .msgarea a {
    white-space:nowrap !important;
}

.l-head .menu-items {
    text-align: right;
}

    .l-head .menu-items a {
        color: rgb(126, 126, 126);
        margin-left: 20px;
        text-decoration: none;
        font-weight: bold;
        transition: .2s ease-in-out all;
        padding-bottom: 4px;
    }

        .l-head .menu-items a img {
            height: 24px;
            width: 24px;
            border-radius: 100%;
            border: 2px solid #007fff;
            margin-left: 6px;
            display: inline-block;
            margin-top: -2px;
        }

        .l-head .menu-items a:hover {
            color: #007fff !important;
        }

.l-head .bt {
    color: #fff !important;
}

.l-head .menu-items a:hover {
    color: #cacaca;
}

.l-head .active {
    color: #007fff !important;
}

.l-fixed {
    position: fixed;
    z-index: 99955;
    left: 0px;
    top: -1px;
    padding: 0px 15px;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(141, 141, 141, 0.1);
    width: 100%;
}

.l-app {
    background: #ecf0f1;
    min-height: 300px;
    padding-top: 75px;
}

.acc-list {
    display: block;
    position: absolute;
    width: 22%;
    z-index: 5;
    min-width: 92px;
}

.acc-head {
    padding: 20px 0px 0px 0px;
    text-align: center;
    width: calc(100% - 10px);
}

    .acc-head img {
        width: 60%;
        margin: 0 auto;
        position: relative;
        display: block;
        border-radius: 100%;
        border: 6px solid #fff;
        margin-top: 0px;
        transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        opacity: 1;
    }

    .acc-head h2 {
        text-align: center;
        padding: 10px 0px 10px 0px;
        font-size: 1.4em;
        margin-bottom: 3px;
        color: white;
        font-weight: bold;
    }

    .acc-head h3 {
        text-align: center;
        font-size: .9em;
        margin-top: 0px;
        margin-bottom: 20px;
        font-weight: bold;
        min-height: 17px;
    }

        .acc-head h3 a {
            color: white;
        }

.buddies {
    background: #007fff;
    width: calc(100% - 10px);
    /*min-height: 300px;*/
}


.chat-box {
    /*  padding:30px;*/
}

    .chat-box ul {
        margin: 0 auto;
        padding: 0px;
    }

        .chat-box ul li {
            list-style: none;
            position: relative;
            border-radius: 15px 8px 8px 15px;
        }

.buddies .chat-box ul li:hover, .buddies .chat-box ul li a:hover {
    background-color: #2e95fd !important;
}


.chat-box ul li a {
    display: block;
    /* background: #fff;*/
    color: whitesmoke;
    border-radius: 15px 8px 8px 15px;
    margin-bottom: 10px;
    font-size: .8em;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
}

    .chat-box ul li a:hover {
        color: white;
    }

    .chat-box ul li a.online {
        background: #fff;
        color: rgb(126, 126, 126);
    }

.chat-box .f-name {
    font-weight: bold;
    text-transform: capitalize;
    /*color:#222;*/
}


.chat-box ul li a span {
    display: block;
}

.chat-box .f-title {
    font-size: .8em;
    display: none;
}

.chat-box .f-img {
    width: 38px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 7px;
    margin-top: -10px;
}

    .chat-box .f-img img {
        width: 100%;
        height: 38px;
        object-fit: cover;
        object-position: center center;
        border: 4px solid #999;
        border-radius: 100%;
        display: block;
        background: #ddd;
        display: block;
        float: left;
    }

li.busy a {
    cursor: not-allowed !important;
}

.add-friend {
    background: #003c77 !important;
    font-size: .9em;
    color: white;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    padding: 6px 12px;
    display: none;
}

    .add-friend:hover {
        background: #ff6701 !important;
    }

    .add-friend.short {
        background: #007fff !important
    }

        .add-friend.short:hover {
            background: #ff6701 !important;
        }

.badge {
    font-size: .70em !important;
}

.online {
    position: relative;
}

.actions {
    position: absolute;
    right: -60px;
    top: -23px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 4px rgb(0 0 0 / 17%);
    z-index: 99901;
    opacity: 1;
    transition: .2s ease-in-out;
    display: none;
}

    .actions a {
        font-weight: bold;
        display: block;
        background: #fff;
        color: #575858 !important;
        text-decoration: none;
        padding: 5px !important;
        font-size: .8em;
        cursor: pointer;
        margin-bottom: 0px !important;
        white-space: nowrap !important;
        font-size: 1em !important;
        border-radius: 6px !important;
    }

        .actions a.invite {
            margin-bottom: 16px !important;
        }


        .actions a:hover {
            color: #fff !important;
            background-color: #dadadb !important;
        }

            .actions a:hover > i {
                color: #fff !important;
            }

    .actions .red {
        color: #ff6701;
        padding-right: 6px;
    }

    .actions .blue {
        padding-right: 6px;
        color: #007fff;
    }



.l-list {
    width: 77%;
    padding-left: 5px;
    padding-right: 0px;
}


.slider {
    height: 350px;
    position: relative;
}

    .slider img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center center;
    }

.slider-text {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    bottom: 100px;
}

    .slider-text h2 {
        font-weight: bold;
        font-size: 2.5em;
    }

    .slider-text span {
        display: block;
        margin-bottom: 25px;
        font-size: 1.3em;
    }

    .slider-text .bt {
        background: #ff6701 !important;
        cursor: pointer;
    }

        .slider-text .bt:hover {
            background: #007fff !important;
        }



.book-app-list a img {
    width: 100%;
    border-radius: 4px;
    transition: .2s ease-in all;
    text-decoration: none;
    margin-bottom: 25px;
}

.book-app-list a:hover img {
    transform: rotate( 5deg);
    transform-origin: 50% 50%;
    box-shadow: 5px 0px 10px rgb(153 153 153 / 20%);
}


.list-padding {
    padding: 30px;
    background: #fff;
    height: auto;
}


.book-detail-box {
    z-index: 99961;
    position: fixed;
    background: #fff;
    margin-top: 8%;
    width: 60% !important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
    border-radius: 5px;
    padding: 25px;
    left: 50%;
    margin-left: -30%;
    display: none;
}

    .book-detail-box img {
        width: 100%;
        border-radius: 5px;
    }


.book-box-info h1 {
    font-weight: 600;
    font-size: 1.1em;
    color: #222;
    width: 100%;
    display: flex;
}

.book-box-info h3 {
    display: block;
    color: #999;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: .9em;
}

.book-box-info p {
    color: #666;
    font-size: .9em;
}

.book-box-info a {
    font-size: .8em !important;
    margin-right: 10px;
    display: inline-flex;
}

    .book-box-info a:hover {
        color: #fff;
    }

.chat-close {
    position: absolute;
    right: -15px;
    top: -11px;
    border-radius: 50%;
    background: #007fff;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 999;
}

    .chat-close:hover {
        background: #ff6700;
        color: #fff;
    }

.swiper-pagination-bullet {
    border: 2px solid #fff;
}

.app-filters {
    padding: 15px 30px;
    background: #ecf0f1;
}

    .app-filters input {
        width: 100%;
        font-size: .9em !important;
    }

        .app-filters input:focus {
            outline: none !important;
            border-color: #007fff;
            box-shadow: none;
        }

    .app-filters .act {
        background: #ff6700;
    }

    .app-filters a {
        margin-right: 0px;
        font-size: .8em !important;
        padding: 6px 4px !important;
        font-weight: 500;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 4px;
    }

.custombook {
    display: inline-table;
}

    .custombook a {
        display: table-cell;
        vertical-align: middle;
    }

.accordion-item {
    background-color: inherit;
    display: none;
}

.accordion-button {
    font-weight: bold;
    padding: 0.8rem 1.25rem;
    font-size: 0.9rem;
    text-decoration: none;
}

.accordion {
    padding-top: 10px;
}

