/* Books stand alone component across all the projects
View Book, Edit book, Add story, approval section 
Create by Gokul on June 12,2019 */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #555;
}


/* body.modal-open {
    overflow: hidden;
    position: fixed;
} */

a,
a:focus,
a:hover {
    text-decoration: none;
}

.book-comp .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.book-comp .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 0;
}

.book-comp .book-comp__dialog {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.book-comp .modal-content {
    max-width: 100%;
    min-width: 100%;
    margin: 0px auto!important;
    padding: 0px !important;
    position: relative;
    box-shadow: none;
    border-radius: 3px;
    color: #555;
    border-width: 0;
    border: none;
    outline: 0;
    background: #EDF4F8;
}

.book-comp .modal-header {
   padding: 0;
    width: 100%;
    top: 0;
    background: #4ba2f9;
    background-image: -owg-linear-gradient(to top right,#3e80c0,#4ba2f9);
    background-image: linear-gradient(to top right,#3e80c0,#4ba2f9);
    box-shadow: 0 8px 17px 0 rgba(62,128,192,.24), 0 6px 20px 0 rgba(62,128,192,.22);
    border: 0;
    height: 54px;
}

.modal-header.choosecomponent--header {
    padding: 10px 15px;
}

.book-comp .bc--title {
    font-size: 16px;
    font-weight: 500;
    color: #337ab7;
    line-height: 1.5;
    padding: 10px 15px 0;
    margin: 0;
}

.book-comp .bc--subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    opacity: 0.9;
}

.book-comp .settings--btn i {
    font-size: 25px;
    padding: 0;
    color: #97a0b3;
    vertical-align: super;
}

ul.edit--book__buttons {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.edit--book__buttons li {
    width: auto;
    float: right;
    padding: 10px 15px 0;
}

.close-icon i {
    font-size: 33px;
    color: #efefef;
    cursor: pointer;
    margin-top: -5px;
}

.close-icon i:hover {
    color: #99abb4;
    transition: 1s;
}

.model-add label {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
    color: #646f79;
    max-width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    /* vertical-align: top; */
    width: 100px;
    height: 23px;
    padding: 0;
    margin: 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
    font-style: inherit !important;
    font-size: 28px !important;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 9px;
    text-transform: uppercase;
    background: none;
    border-radius: inherit;
    box-sizing: content-box;
    font-weight: 300;
}

.choosecomponent--body .choosecomponent--body__listing aside ul li img {
    height: 20px;
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 10px;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #fff;
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #3bd6ba;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    height: 8px;
}

.switch-input:checked~.switch-handle {
    left: 78px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* .setting-section-right .modal-content {
    margin: 0px !important;
    padding: 0px !important;
    min-height: calc(100vh - 0vh);
    max-height: calc(100vh - 0vh);
    max-width: 550px;
    min-width: 550px;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #555;
    border-width: 0;
    background: #fff;
} */

.setting-section-right .modal-content {
    margin: 0px !important;
    padding: 0px !important;
    min-height: calc(100vh - 0vh);
    max-height: calc(100vh - 0vh);
    max-width: 470px;
    min-width: 600px;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #555;
    border-width: 0;
    background: #fff;
}

.book-comp__cbody {
    background: #EDF4F8;
    min-height: calc(100vh - 10vh);
    max-height: calc(100vh - 10vh);
    padding: 0;
}

.bkpg--pagefooter {
    border-top: 1px solid #aaa;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0.85;
}

.crod-div {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    border: 2px dashed #ccc;
}

.resizeimglayer {
    opacity: 0.8 !important;
    cursor: move;
    min-height: 293px;
}


/* sidebar */

.eb--headerlists {
    background: #eaeaee;
    min-height: calc(100vh - 11vh);
    max-height: calc(100vh - 11vh);
    box-shadow: 5px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.eb--headerlists .header-addnewbtn {
    padding: 5px 45px;
    margin: 5px 15px 10px;
    border: 1px dashed #8fcfd6;
    color: #20828d;
    transition: 1s;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
}

.eb--headerlists .header-addnewbtn:hover {
    background-color: #20828d;
    color: #fff;
}

.eb--headerlists h3.eb--headerlists__title {
    margin: 0;
    font-size: 16px;
    padding: 10px 5px 10px;
    font-weight: 500;
    color: #151b26;
    border-bottom: 1px dashed #edf1f2;
}

.eb--headerlisting ul.list--ofheardersul {
    list-style: none;
    padding: 0 0px;
    margin-bottom: 0;
    min-height: calc(100vh - 18vh);
    max-height: calc(100vh - 18vh);
    overflow-y: scroll;
    overflow-x: hidden;
}

.eb--headerlisting ul.list--ofheardersul li.li--Headers {
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    /* cursor: pointer; */
    position: relative;
    background: transparent;
}

.eb--headerlisting ul.list--ofheardersul li.active {
    padding-left: 0px;
    background: #ffffff;
}

.eb--headerlisting ul.list--ofheardersul li .header-morevert {
    visibility: hidden;
    width: 20px;
}

.eb--headerlisting ul.list--ofheardersul li.active .header-morevert {
    visibility: visible;
}

.eb--headerlisting ul.list--ofheardersul li.li--Headers .btn {
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    color: #919aa3;
    font-size: 16px;
}

.eb--headerlisting ul.list--ofheardersul li.li--Headers:hover .btnonhover {
    padding: 2px 10px 0 10px!important;
    background: #f6f9fc!important;
}

.action-dropdownmenu {
    padding: 0;
    min-width: auto;
    right: 1px;
    left: auto;
    margin: 0;
    z-index: 999;
}

.action-dropdownmenu li {
    padding: 0;
    width: 100%;
}

.action-dropdownmenu li a {
    padding: 5px 10px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-weight: 300;
    color: #504e4e;
    border-bottom: 1px solid #eee;
}


/* settings modal form */

.setting-section-right {
    max-width: 40.5%;
    float: right;
    margin: 0;
}

.setting-section-right .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
}

.setting-section-right .modal-header .close {
    font-size: 26px;
    opacity: .4;
    text-shadow: none;
    margin-top: -2px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 1;
    color: #000;
}

.backgroundoption-panel .bgcolor--selection {
    height: 90px;
    width: 99%;
    display: block;
    opacity: 1;
}

.model-add .modal-title {
    font-size: 16px;
    color: #555;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.setting-section-right .modal-body {
    padding: 0px 20px 20px 20px;
    min-height: calc(100vh - 8vh);
    max-height: calc(100vh - 8vh);
    overflow-y: scroll;
}

.select--fromlibrary .complist-container :checked+label .bgcolor--selection {
    opacity: 1;
}

.infoheading .simpletext {
    font-size: 12px;
    color: #999;
    font-weight: 700;
}

.select--fromlibrary .user-avatar {
    padding: 5px 0;
    border: 1px dashed #34a994;
    display: block;
    position: relative;
    text-align: center;
    background: #68c5b5;
}

.select--fromlibrary .user-avatar label.upload--label {
    color: #fff !important;
    font-size: 12px !important;
    font-style: inherit !important;
    cursor: pointer;
}

.select--fromlibrary .user-avatar i {
    color: #fff;
    font-size: 25px;
}

.image--preview__uploaded .close-btn {
    position: absolute;
    right: -13px;
    top: 4px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    border: 1px solid #999;
    line-height: 0.9;
}

.image--preview__uploaded {
    border: 2px dashed #aaa;
    margin-top: 0;
    margin-bottom: 0;
    height: 260px;
}

.image--preview__uploaded img {
    min-height: auto;
    max-height: inherit;
}

.page--layout ul {
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.page--layout ul li {
    width: 50%;
    margin: 10px 0;
    float: left;
    display: block;
}

.page--layout ul li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.page--layout ul li img {
    border-radius: 6px;
    width: auto;
    max-height: 80px;
    border: 4px solid #FFFFFF;
}

.page--layout ul li.active img {
    border-color: #68c5b5;
}

.page--layout ul li a:hover img {
    border-color: #002851;
}

li.header-title {
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    padding: 0;
    width: 100%;
    display: block;
}

.background--color ul {
    padding: 0;
    list-style: none;
}

.background--color ul li {
    width: auto;
    float: left;
}

.addnewpageactionbtn {
    text-align: center;
    width: 100%;
    background: transparent;
    border: 1px dashed #ccc;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.tab--choosepagesettings ul {
    padding-inline-start: 0;
}

.tab--choosepagesettings {
    text-align: center;
}

.tab--choosepagesettings {
    text-align: center;
}

.tab--choosepagesettings ul li {
    float: left;
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #e6eaea;
    background: #e6eaea;
    list-style: none;
    opacity: 0.8;
    position: relative;
    border-radius: 5px;
}

.tab--choosepagesettings ul li.active {
    opacity: 1;
    background: #fbfbfb;
    border-bottom: transparent;
    border-radius: 0px;
}

.tab--choosepagesettings ul li.active a {
    color: #68c5b5;
}

.tab--choosepagesettings ul li a {
    color: #b5b5b5;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.tab--choosepagesettings .fa {
    display: block;
    font-size: 32px;
}

.tab--content__settings .tab-content {
    background: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.tab-pane .tab-inner {
    padding: 20px;
    border: 1px solid #fcf8e3;
    margin-top: 80px;
    min-height: 200px;
    border-top: none;
    background: #fbfbfb;
}

.tab--content__settings .tab-pane .tab-inner {
    padding: 10px 20px;
    border: 1px solid #b0b0b0;
    margin-top: 80px;
    min-height: 200px;
}

.backgroundoption-panel ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.backgroundoption-panel li {
    display: inline-block;
    width: auto;
    background: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
}

.complist-container label img {
    height: 105px;
    width: 210px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.complist-container ul {
    list-style-type: none;
    /* padding-inline-start: 0; */
    margin-bottom: 0;
}

.complist-container li.active {
    opacity: 1;
    border: 1px solid #eee;
    background: #ffff;
}

.complist-container li {
    display: inline-block;
    /* opacity: 0.4; */
}

.complist-container input[type="checkbox"][id^="cl"] {
    display: none;
}

.complist-container label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    /* margin: 10px; */
    cursor: pointer;
}

.complist-container .active label {
    display: inline-block;
    border: 1px solid #ccc;
}

.complist-container label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #53d769;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 1;
}

.complist-container label img {
    height: 105px;
    width: 210px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.complist-container :checked+label {
    border-color: #ddd;
}

.complist-container :checked+label:before {
    content: "ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    background-color: #53d769;
    transform: scale(1);
}

.complist-container :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}


/*add component modal*/

.choosecomponent--outerlayout .modal-dialog {
    width: 700px;
    margin: 20px auto;
}

.choosecomponent--outerlayout .modal-content {
    position: relative;
    margin: 10px auto;
    max-width: 7000px;
    min-width: 700px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
}

.book--title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin: 0;
    width: 100%;
    line-height: 1.8;
}

.choosecomponent--body {
    padding: 0;
    min-height: calc(100vh - 16vh);
    max-height: calc(100vh - 16vh);
    background: #aacce921;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.6);
        padding-right: 0!important;
}

.choosecomponent--body .choosecomponent--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: calc(100vh - 16vh);
    max-height: calc(100vh - 16vh);
    overflow-y: scroll;
    overflow-x: hidden;
}

.choosecomponent--body .choosecomponent--body__listing aside ul li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
}

.complist-container ul {
    list-style-type: none;
    margin-bottom: 0;
    padding: 20px 10px;
    padding-bottom: 50px
}

.complist-container li {
    display: inline-block;
    padding: 0;
    border: 1px solid transparent;
}

.complist-container input[type="checkbox"][id^="cl"] {
    display: none;
}

.complist-container label {
    border: 1px solid #fff;
    padding: 0;
    display: block;
    position: relative;
    /* margin: 10px; */
    cursor: pointer;
}

.complist-container .active label {
    display: inline-block;
    border: none;
    margin: 10px;
}

.complist-container label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #53d769;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 1;
}

.complist-container label img {
    height: 105px;
    width: 210px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.complist-container :checked+label {
    border-color: #ddd;
}

.complist-container :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.editcomponent--outerlayout .modal-dialog {
    width: 1100px;
    margin: 30px auto;
}

.editcomponent--outerlayout .modal-content {
    position: relative;
    margin: 0px auto;
    max-width: 1100px;
    min-width: 1100px;
}

.editcomponent--body {
    min-height: calc(100vh - 30vh);
    max-height: calc(100vh - 30vh);
}

.setting-section-right .nav-tabs {
    border-right: 1px solid #f3f3f3;
    background: #fff;
    min-height: calc(100vh - 22vh);
    max-height: calc(100vh - 22vh);
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: none;
}

.editcomponent--body ul.nav-tabs li.choose--info:first-child {
    background: #f9f9f9;
    padding: 15px 10px;
    font-size: 12px;
    text-align: center;
    border: none;
    margin-right: 0;
}

.editcomponent--outerlayout .nav-tabs>li a {
    padding: 19px 20px;
    margin-right: 0;
    min-width: 182px;
    text-align: center;
    border-radius: 0;
    color: #555;
    border-width: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.7;
    border-bottom: 1px solid #eee;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: rgba(119, 119, 119, 0.14);
    border: none;
    border-bottom: 1px solid #eee;
}

.editcomponent--body {
    min-height: calc(100vh - 30vh);
    max-height: calc(100vh - 30vh);
}

.tabheader--title {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
    line-height: 2;
}

.gallery--section__uploaded ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.gallery--section__uploaded ul li {
    width: 33.3%;
    float: left;
    padding: 0;
    margin-right: 0;
}

.gallery--section__uploaded ul li img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    height: 120px;
}

.video--sectionarea .form-control {
    height: 35px;
    border-bottom: none;
    margin-top: 5px;
}

.video--sectionarea .image--section {
    margin: 0% 5% 3%;
}

.video--sectionarea .gallery--section {
    min-height: 260px;
    max-height: 260px;
}

.media-contentareascroll {
    min-height: calc(100vh - 30vh);
    max-height: calc(100vh - 30vh);
    overflow-y: scroll;
    overflow-x: auto;
}

.image--uploaded {
    padding: 0%;
    border: 2px dashed #aaa;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
}

.no-imagesdisplay {
    text-align: center;
    opacity: 0.3;
    padding: 35% 15%;
    height: 260px;
}

.no-imagesdisplay i {
    font-size: 40px;
    margin-bottom: 5px;    
    cursor: pointer;
}

p {
       font-size: 12px;
    line-height: 21px;
    color: #70767c;
}

.upload-btnplacement {
    position: absolute;
    top: -100px;
    right: auto;
    left: 45%;
}

.upload-btnplacement label {
    font-size: 12px !important;
    font-style: inherit;
}


/* .gallery--section {
min-height: calc(100vh - 30vh);
background: #f1f4f5;
padding: 15px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
overflow-x: hidden;
border-left: 1px solid #dfdfdf;
max-height: calc(100vh - 30vh);
overflow-y: scroll;
} */

.image--uploaded {
    padding: 0%;
    border: 2px dashed #7accbe;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 270px;
}

.aggbook-comp .bkpg--outerlayout {
    min-height: calc(100vh - 20vh);
    max-height: calc(100vh - 20vh);
}

.bkpg--outerlayout {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    min-height: calc(100vh - 10vh);
    max-height: calc(100vh - 10vh);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 30px 80px;
    background: #aacce921;
}

.A4 {
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.bkpg--pageheader {
    padding: 5px 15px;
    border-bottom: 1px solid #aaa;
    min-height: 50px;
}

.pageheader {
    font-size: 14px;
    line-height: 2.8;
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: #444;
}

.pageheader .fa-pencil {
    color: #999;
    padding-left: 5px;
    cursor: pointer;
}

.untitled--textpg {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 10px;
}

.bkpg--pageheader .untitled--textpg .form-control {
    width: 100%;
    height: 34px;
    border-width: 1px;
    box-shadow: none;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-bottom: 1px dotted #d4d4d4;
    border-radius: 0;
}

.updateheaderbtns {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    padding-top: 10px;
}

.add-componentbtn,
.add-componentbtn:hover,
.add-componentbtn:focus {
    margin: 0;
    background: transparent;
    color: #449d44!important;
    border: 1px dashed #3cb398!important;
    font-weight: 600;
}

.bkpg--pagefooter {
    border-top: 1px solid #aaa;
    padding: 10px;
    /*background: #f7f7f79c;*/
    position: absolute;
    bottom: 0;
}

.bkpg--pagefooter .chapter--name,
.bkpg--pagefooter .pg--name {
    font-size: 12px;
    color: #aaa;
}

.addnewpageactionbtn {
    text-align: center;
    width: 21.1cm;
    background: transparent;
    border: 1px dashed #ccc;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 45px;
    margin-right: 45px;
}

#pagezoombtn {
    position: absolute;
    bottom: 40px;
    right: -65px;
}

#pagezoombtn input {
    transform: rotate(-90deg);
    transform-origin: left 0;
}

.zoomlevel--plus {
    position: relative;
    top: -120px;
    left: 6px;
    color: #ccc;
}

.zoomlevel--minus {
    position: relative;
    top: -35px;
    left: 7px;
    color: #ccc;
}

.action-dropdownmenu li a {
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.action-dropdownmenu {
    padding: 0!important;
    min-width: auto!important;
    right: 0px!important;
    left: auto!important;
}


/* .selectionBox {
width: 100%;
position: relative;
display: list-item;
} */

.selectionBox:hover .innerrow-settings {
    display: block;
}

.innerrow-settings {
    display: none;
}

.selectionBox:hover .innerrow-settings {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    display: list-item;
    z-index: 9992;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
}

.innerrow-settings i {
    padding: 5px 7px;
    border-radius: 0;
    margin-right: 0;
    color: #555 !important;
    cursor: pointer;
    z-index: 9995;
    font-size: 20px;
}

.no-recordsfound {
    text-align: center;
    display: block;
    padding: 20px 15px;
    opacity: 1;
    color: #999;
    background: linear-gradient(90deg, rgba(224, 230, 232, 0), #f5f5f5 3%, #f2f2f2 97%, rgba(224, 230, 232, 0));
    min-height: 150px;
}

.no-recordsfound i {
    font-size: 28px;
    opacity: 0.25;
    padding: 0 10px;
}

.no-recordsfound i:hover {
    opacity: 1;
    cursor: pointer;
    color: #68c5b5;
}

.table--contentarea table td {
    padding: 0;
    /* text-align: center; */
}

.caption--text {
    text-align: center;
    display: block;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sectionouterarea--actionicons i {
    padding: 5px 10px;
    font-size: 16px;
}

.bkpg--outerlayout__innerarea .bkpg--pageheader span .icons {
    color: #555;
    padding: 10px 5px 10px 10px;
    cursor: pointer;
}

.bkpg--pageheader .untitled--textpg .form-control::-webkit-input-placeholder {
    color: #333;
}

.sectionouterarea--actionicons {
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.9;
    color: #e64c4c;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 9993;
    background: transparent;
    box-shadow: none;
    float: left;
}

.sectionouterarea:hover .sectionouterarea--actionicons {
    display: block;
}

.row-resize-height {
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.selectionBox {
    width: 100%;
    position: relative;
    display: list-item;
    list-style: none;
}

.innerrow-settings {
    display: none;
}

.innerrow-settings ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.innerrow-settings ul li {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px 45px;
    margin: 5px 0;
}

.innerrow-settings ul li:last-child {
    border-right: none;
}

.innerrow-settings i {
    padding: 5px 7px;
    border-radius: 0;
    margin-right: 0;
    color: #555 !important;
    cursor: pointer;
    z-index: 9995;
    font-size: 20px;
}

.sectionouterarea:hover {
    /* transition: 0.5s; */
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: #9ca6af;
    border-radius: 5px;
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);*/
    box-shadow: none;
}

.table--contentarea table td:hover {
    background: #fff;
    /* transition: 0.5s; */
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);*/
    box-shadow: none;
}

.sectionouterarea {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border: 2px dashed transparent;
    z-index: inherit!important;
}

.bg-cover__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-cover__image img {
    width: 100%;
    /*opacity: 0.05;*/
    /*position: absolute;*/
    /*height: -webkit-fill-available;*/
}

.upload__button {
    padding: 50px;
    text-align: center;
    display: block;
}

.upload__button label.upload--label {
    padding: 5px 15px;
    background: #68c5b5;
    border-radius: 20px;
    border: 1px solid #68c5b5;
    color: #fff !important;
    cursor: pointer;
    font-size: 13px !important;
}

.upload__button .or {
    margin: 10px;
    display: inline-block;
    font-size: 11px;
    color: #999;
}

.upload__button p {
    font-size: 12px;
    margin: 0;
    color: #777;
}

.title__heading {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-top: 0px;
}

.model-add .form-control {
    font-size: 12px;
    margin-top: 3px;
}

.no--componentsfound i {
    font-size: 35px;
    cursor: pointer;
}

.sectionouterarea:hover .ng-resizable-handle::after {
    content: " ";
    height: 0px;
    width: 0px;
    color: transparent;
    background: transparent;
    text-align: center;
    position: relative;
    right: -730px;
    z-index: 99999;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #aaaaaa;
    cursor: n-resize;
}

.section--action__deletemove.action-dropdownmenu {
    padding: 0;
    min-width: 85px;
    right: 25px;
    top: 0;
}

.section--action__deletemove.action-dropdownmenu li {
    padding: 0;
    width: 33%;
    float: left;
}

.section--action__deletemove.action-dropdownmenu li a i {
    padding: 0;
    font-size: 13px;
}

.ng-resizable-handle.ng-resizable-n {
    border-top: 12px solid #aaa;
    border-right: 12px solid transparent;
    width: 14px;
    height: 14px;
    right: 31px;
    top: 0px;
}

.ng-resizable-handle.ng-resizable-e {
    border-top: 12px solid #aaa;
    border-left: 12px solid transparent;
    width: 14px;
    height: 14px;
    right: 0;
    top: 0px;
}

.overlay--outer .ng-resizable-handle.ng-resizable-s {
    border-bottom: 12px solid #aaa;
    border-right: 12px solid transparent;
    width: 14px;
    height: 14px;
    right: 0;
    bottom: 0px;
}

.no--componentsfound {
    text-align: center;
    padding: 10%;
    opacity: 0.6;
    cursor: default;
}

.no--componentsfound i {
    font-size: 35px;
    cursor: pointer;
}

.no--componentsfound p {
    font-size: 13px;
    font-weight: 500;
    margin: 5px;
}

.table--contentarea table {
    border: none;
    table-layout: fixed;
    width: 100%;
}

.table--contentarea td {
    border: none;
    width: 100px;
    overflow: hidden;
}

.additional-setting label.control-label {
    width: 100%;
    display: block;
}

.padding-control {
    display: inline-block;
    width: 19%;
    margin: 0 5px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
}

.additional-setting .form-control {
    height: 37px !important;
}

.setting-section-right .modal-body.additional-setting {
    min-height: calc(100vh - 15vh);
    max-height: calc(100vh - 15vh);
}

.checkbox.selection--settings {
    position: absolute;
    display: block;
    top: -8px;
    left: 6px;
}

.select--fromlibrary .solid--colorsarea .complist-container li {
    width: 30%;
}

.choose-category ul,
.choose--category-add ul {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.choose-category ul li,
.choose--category-add ul li {
    list-style: none;
    display: inline-flex;
    width: auto;
    background: transparent;
    border-radius: 4px;
    border: 1px solid transparent;
}

.choose-category ul li .category-color {
    height: 20px;
    width: 20px;
    display: block;
    margin: 5px 5px;
    position: relative;
    top: 0;
    cursor: pointer;
    border-radius: 12%;
}

.screensettingtext {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0;
}

.solid--colorsarea label {
    font-weight: 500;
    color: #ccc !important;
    font-size: 12px !important;
    margin-bottom: 0;
    max-width: 100%;
}

.horizontal-seperator-1px {
    min-height: 1px;
    padding: 0 10px;
    border-top: 1px dashed #e5e5e5;
}

.bg-confirmaton-panel {
    min-height: 40px;
    background: #eee;
    padding: 5px 10px;
    border: 1px dotted #ccc;
    border-radius: 2px;
}

.bg-confirmation-text {
    color: #444;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bookgallery-section .nav li {
    width: 33.333%;
    float: left;
}

.bookgallery-section .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #444;
    font-size: 12px;
    font-weight: 700;
}

.bookgallery-section li.active {
    background: #ccc;
}

.bookgallery-section .active label {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 5px 0;
}

.bookgallery-section label img {
    height: 60px;
    width: 100%;
}

.galimg {
    padding: 10px;
}

.bookgallery-section .tab-content {
    min-height: 250px;
    max-height: 250px;
    overflow-y: scroll;
}

.bookgallery-section ul {
    list-style-type: none;
    /* padding-inline-start: 0; */
    margin-bottom: 0;
    /* background: #eee; */
}


/*add story component*/

.addstory--component .book-comp .bc--title {
    padding-bottom: 10px;
}

.addstory--component .book-comp__cbody {
    min-height: calc(100vh - 7vh);
    max-height: calc(100vh - 7vh);
    background: #edf4f8;
    border-bottom: none;
    border-top: none;
}

.addstory--component .bkpg--outerlayout {
    min-height: calc(100vh - 7vh);
    max-height: calc(100vh - 7vh);
}

.addstory--component .listof--settingsaction {
    background: #fff;
    height: calc(100vh - 7vh);
    min-height: calc(100vh - 7vh);
    max-height: calc(100vh - 7vh);
    box-shadow: 0 0 20px -13px rgba(0, 0, 0, 0.1);
}

.widget-not-chat {
    position: relative;
    padding: 15px 15px;
    border: 1px solid #edeff2;
}

.widget-notchat__label {
    font-size: 15px;
    line-height: 21px;
    color: #797979;
    margin-bottom: 5px;
    font-weight: 600;
}

.trending-widget .view-all-button a {
    font-size: 11px;
    color: #ccc;
}

.color-blue {
    color: #44486b!important;
}

.notification-col .notification-list ul .notify-details:hover {
    background: #efefef;
}

.applist-dashboard-header .navbar .navbar-nav>.notification-details a>i {
    font-size: 16px !important;
    background-color: #fff !important;
}

.notification-col .notification-list {
    padding: 0;
    cursor: default;
    margin: 10px;
}

.notification-col .notification-list ul {
    padding-left: 0;
    width: 100%;
    display: inline-block;
}

.notification-col .notification-list ul .notify-details {
    padding: 5px;
    width: 100%;
    display: inherit;
    list-style: none;
    border-radius: 3px;
}

.notification-col .notify-details .list-image img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}

.notification-col .notify-details .main-heading {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.5em;
}

.notification-col .notify-details p {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
}

.notification-col .notify-details .sub-heading {
    font-size: 10px;
    margin: 0;
    text-transform: lowercase;
    color: #aaa;
    line-height: 1.5em;
    text-align: right;
}

.notification-col .notify-details i {
    display: none;
}

.notification-col .notify-details:hover i {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px 3px;
    background: #ef5011;
    color: #fff;
}

.notification-col ul .notify-details {
    list-style: none;
    padding: 10px 0px !important;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

.notification-col ul {
    padding-left: 0;
}

.header--actionsection ul {
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}

.header--actionsection ul li {
    list-style: none;
    float: right;
    width: 90px;
    padding: 8px 0;
    height: inherit;
    text-align: center;
    border-left: 1px dotted #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0;
    color: #848f99;
    line-height: 2.2;
}

.header--actionsection ul li a {
    color: #666666;
}

.header--actionsection ul li .material-btn-icons i {
    vertical-align: middle;
    font-size: 24px;
    line-height: 0;
    color: #919aa3;
}

.viewmodeswitch .switch {
    position: relative;
    display: inline-block;
    /* vertical-align: top; */
    width: 70px;
    height: 18px;
    padding: 0;
    margin: 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
    font-style: inherit !important;
    font-size: 28px !important;
    padding-top: 0;
}

.viewmodeswitch .switch-input:checked~.switch-handle {
    left: 50px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.viewmodeswitch .switch-handle {
    position: absolute;
    top: -1px;
    margin-left: 0;
}

.addheader-btn {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 0;
}

.header-toolbar ul {
    padding-inline-start: 0px;
    margin-bottom: 0;
}

.header-toolbar ul li {
    float: left;
    padding: 7px 5px;
    list-style: none;
    font-size: 16px;
    margin: 0;
}

.header-name {
    line-height: 3;
    font-weight: 500;
    font-size: 12px;
}

.header-toolbar ul li a {
    color: #919aa3;
}

.header-toolbar .header-morevert ul li {
    padding: 0;
}

.storystatus .text-approved,

/* .storystatus .fa-diamond, */

.text-approved {
    color: #3bd6ba!important;
}

.storystatus .text-rejected,
.storystatus .fa-times,
.text-rejected {
    color: #FF3636!important;
}

.text-notification {
    color: #FFB236!important;
}

.text-settings {
    color: #e64c4c!important;
}

.width-210 {
    min-width: 210px;
}


/* 
.setting-section-right {
max-width: 30%;
}

.setting-section-right .modal-content {
max-width: 410px;
min-width: 410px;
} */

.allchatlist--box ul {
    padding-left: 0;
    list-style: none;
    padding: 10px 0;
    display: grid;
}

.allchatlist--box ul li {
    border: 1px solid #dedede;
    width: 90%;
    display: block;
    padding: 10px;
    cursor: pointer;
    margin: 5px 20px;
    border-radius: 10px;
    background: #fff;
}

.allchatlist--box ul li:hover {
    background: #ffffff;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.allchatlist--box ul li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.allchatlist--box ul li h5 {
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}

.allchatlist--box ul li p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #777;
    letter-spacing: 0.05px;
}

.badge--primary {
    position: absolute;
    top: -2px;
    right: 0;
    background: #a7a7a7;
    font-size: 11px;
}

.chat--detailedbox {
    background: #E6EAEA;
    min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;
}

.chat--detailedview .setting-section-right .modal-body {
    padding: 0;
    min-height: auto;
    max-height: inherit;
    overflow-y: inherit;
}

.chat--detailedbox ul li {
    width: 100%;
    padding: 0;
}

.chat--detailedbox ul li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    margin: 0;
}

.setting-section-right .modal-body {
    padding: 0px 20px 20px 20px;
    min-height: calc(100vh - 15vh);
    max-height: calc(100vh - 15vh);
    overflow-y: scroll;
    background: #E6EAEA;
}

.read-all {
    position: absolute;
    right: 0;
    top: 0;
    color: #48c79f;
}

.read-all i {
    font-size: 16px;
}

.chat--detailedbox .chat {
    list-style: none;
    margin: 0;
    padding: 20px;
}

.chat--detailedbox .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-bottom: 35px;
}

.chat--detailedbox .chat li.left .chat-body {
    margin-left: 50px;
}

.chat--detailedbox .chat li.right .chat-body {
    margin-right: 50px;
}

.chat--detailedbox .chat li.left .chat-body p {
    color: #fff;
    background: #435f7a;
}

.chat--detailedbox .chat li .chat-body p {
    margin: 0;
    padding: 10px 10px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 12px;
    word-break: break-word;
}

.chat--detailedbox .chat li.right .chat-body p {
    background: #fff;
    color: #000000;
}

.dateof-chat {
    color: #435f7a;
    font-size: 11px;
}

.messages-filter .dropdown-menu {
    top: 25px;
    right: 0;
    min-width: 130px;
    left: auto;
}

.messages-filter .filter-byreadunread {
    font-size: 12px;
    float: right;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.messages-filter .dropdown-menu>li>a {
    padding: 5px 15px;
    font-size: 12px;
}


/* add component */

.add--chapaterheader .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    background: #fff;
}

.add--chapaterheader .modal-header .modal-title {
    color: #444!important;
    font-weight: 500!important;
}

.userheader--information {
    background: #f3f3f3;
}

.userheader--information .userheader--information__icons i {
    font-size: 50px;
    margin-top: 5px;
    color: #33b5e5;
    opacity: 0.25;
}

.userheader--information__description p {
    line-height: 20px;
    font-size: 11px;
    color: #999;
    margin-bottom: 0;
}

.userheader--information__description {
    padding: 10px 0;
}

.add--chapaterheader .modal-footer {
    padding: 10px 15px;
}

.add--chapaterheader .modal-footer .btn-create {
    background: #33b5e5;
    border: 1px solid #33b5e5;
}

.add--chapaterheader .btn {
    padding: 5px 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .add--chapaterheader .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}

.noinitialload-choosecompnt {
    text-align: center;
    padding: 60px 0;
    font-size: 20px;
    border-radius: 15px;
    background: #fbfbfb;
}

.oninsert-choosecompnt {
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 15px;
    height: 160px;
    width: 100%;
    align-items: center;
    background: #fff;
    border: 1px dashed #9ca6af;
    box-sizing: border-box;
    color: #9ca6af;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.oninsert-choosecompnt img {
    padding-left: 90px;
}

.oninsert-choosecompnt:hover p {
    color: #3bd6ba!important;
}

.oninsert-choosecompnt:hover {
    border: 1px dashed #3bd6ba;
    background: #fbfbfb;
}

.oninsert-choosecompnt p {
    font-size: 15px;
}

.oninsert-choosecompntbox {
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    /* align-items: center; */
    box-sizing: border-box;
    color: #9ca6af;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
    cursor: pointer;
    background: transparent;
}


/* .oninsert-choosecompntbox img {
padding-left: 90px;
} */

.oninsert-choosecompntbox:hover p {
    color: #3bd6ba!important;
}

.oninsert-choosecompntbox:hover {
    background: transparent;
}

.oninsert-choosecompntbox p {
    font-size: 15px;
}

.oninsert-choosecompntbox img {
    width: 35px;
    height: 35px;
}

.comp-preview-section {
    text-align: center;
    padding: 10px;
}

.comp-preview-content img {
    width: 100%;
    border: none;
}

.comp-preview-header {
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.comp-preview-content {
    text-align: left;
}

.comp-preview--footer {
    /* position: absolute; */
    right: 0;
    bottom: 8px;
    left: 0;
}

.comp-preview--footer .btn-proceed {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
    width: 100%;
    padding: 5px 0;
    border-radius: 0!important;
    font-size: 12px;
    font-weight: 500;
}

.topic-title {
    font-size: 13px;
    margin-top: 15px;
    color: #444;
}

.topic-content {
    font-size: 12px;
    margin-bottom: 0;
}

.rowcomp--levelsettings__button {
    width: 100%;
    height: 37px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(14, 19, 24, .15);
    padding: 8px 15px;
    box-sizing: border-box;
    outline: none;
}

.rowcomp--levelsettings__button ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.rowcomp--levelsettings__button ul li {
    width: auto;
    float: right;
    padding: 0 15px;
    border-right: 1px solid #eee;
}

.rowcomp--levelsettings__button ul li a {
    font-size: 11px;
    font-weight: 500;
    color: #45494D;
    cursor: pointer;
}

.rowcomp--levelsettings__button ul li a i {
    font-size: 21px;
    color: #dedede;
    padding-right: 2px;
}

.rowcomp--levelsettings__button ul li:first-child {
    border-right: none;
}

.header-country-flag {
    height: 20px;
    width: 30px;
}

.row-level-notification {
    position: absolute;
    right: -10px;
    top: -10px;
}

.row-level-notification .icons {
    font-weight: 700;
    z-index: 9991;
    padding: 0px;
    font-size: 32px;
    cursor: pointer;
}

.optionlist-heading {
    float: left!important;
    text-align: right!important;
    font-size: 14px!important;
    font-weight: 700!important;
    padding: 0!important;
}

.manage-widget-property .no--componentselected {
    padding: 20px 0!important;
    text-align: center;
}

.manage-widget-property .no-imagesdisplay {
    text-align: center;
    opacity: 1;
    padding: 15%;
    margin: 0!important;
    height: 260px;
    cursor: pointer;
    color: #5fd7bc;
}

.manage-widget-property .no-imagesdisplay p {
    color: #5fd7bc;
}

.manage-widget-property .gallery--section {
    min-height: calc(100vh - 30vh);
    padding: 15px 0;
    border-top: 1px dashed #dfdfdf;
    margin-top: 20px;
}

.choosecomponent--body .choosecomponent--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: calc(100vh - 16vh);
    max-height: calc(100vh - 16vh);
    overflow-y: scroll;
    overflow-x: hidden;
}

.managewidget--maincontent {
    /* min-height: calc(100vh - 16vh);
    max-height: calc(100vh - 16vh);
    overflow-x: hidden; */
}

.gallery-filterbtn {
    float: right;
}

.gallery-filterbtn .btnactive {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
}

.gallery-sub-heading {
    font-size: 13px;
    color: #444444;
    font-weight: 600;
}

select.booksfilterdropdown {
    font-size: 12px!important;
    border: 1px dashed #ccc!important;
    border-radius: 3px!important;
}

.urlvalidatebtn {
    position: absolute;
    right: 0;
}

.eb--headerlisting .li--Headers.sublisting {
    margin-left: 25px!important;
    border-left: 1px dashed #aaa;
}

.eb--headerlisting .li--Headers.sublisting:hover {
    background: #ddd;
}

.eb--headerlisting .li--Headers.sublisting:hover .header-name {
    color: #337ab7;
    text-decoration: underline;
}

.eb--headerlisting .li--Headers .header-name {
    padding-left: 5px;
    cursor: pointer;
}

.footer-orglogo {
    height: 20px;
    width: auto;
    float: right;
}

.comp-preview-section .userheader--information .userheader--information__icons i {
    font-size: 30px!important;
    margin-top: 15px!important;
}

.makedefault-option {
    background: #f3f3f3;
    padding: 10px 15px;
    border-top: 1px dashed #ccc;
}

.comp-preview--footer .makedefault-option label {
    color: #5fd7bc;
    font-size: 12px;
}

.comp-preview--footer .makedefault-option input[type=checkbox]:hover {
    box-shadow: 0px 0px 10px #5fd7bc;
}

.complist-container .makedefault-option :checked+label:before {
    content: ""!important;
    background-color: transparent!important;
    transform: none!important;
    border: none!important;
}

.chat--detailedview .setting-section-right .modal-content {
    background: #E6EAEA;
}

.chat--detailedview .setting-section-right .modal-content {
    max-width: 480px;
    min-width: 480px;
}

.chat--detailedview .setting-section-right .modal-header {
    background: #fff;
}

.chat--detailedview .setting-section-right {
    max-width: 35%;
}

.comment--footersection {
    border-top: 1px dashed #aaa;
    padding-top: 20px;
    margin-bottom: 20px;
}

.sticky--actionbuttons .btn {
    width: 50%!important;
    padding: 15px 0!important;
    border-radius: 0!important;
    float: left;
}

.sticky--actionbuttons .btn--cancel {
    color: #555!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}

.sticky--actionbuttons .btn--submit {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
}

.status--check {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.chat--detailedbox .chat li {
    margin-bottom: 20px;
}

.sticky--actionbuttons .btn--reject {
    color: #fff!important;
    background-color: #FF3636!important;
    border-color: #FF3636!important;
}

.btn--done.image--closebtn {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
    margin: 10px;
    z-index: 99999;
}

.bc--title .edit--icon {
    color: #999;
    padding-left: 5px;
    cursor: pointer;
}

.choose-bg-size .switch-label:before {
    content: attr(data-off);
    right: 35px;
    color: #fff;
}

.choose-bg-size .viewmodeswitch .switch-handle {
    position: absolute;
    top: 2px;
    margin-left: 0;
}

.choose-bg-size .viewmodeswitch .switch {
    width: 130px;
    height: 25px;
}

.choose-bg-size .switch-handle {
    top: 2px;
    left: 4px;
}

.choose-bg-size .viewmodeswitch .switch-input:checked~.switch-handle {
    left: 108px;
}

.rhs--choosetemplate {
    background: #fff;
    height: calc(100vh - 25vh);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    min-height: calc(100vh - 25vh);
    max-height: calc(100vh - 25vh);
    position: relative;
}

.rhs--choosetemplate ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.rhs--choosetemplate ul li {
    width: 100%;
    padding: 10px 15px 0;
    text-align: center;
    float: left;
    position: relative;
}

.rhs--choosetemplate ul li img {
    width: 100%;
    height: 160px;
    padding: 15px 35px;
}

.thumbphoto {
    position: relative;
    min-height: 160px;
    max-height: 160px;
    width: 140px;
    min-width: 100%;
    max-width: 100%;
}


/* .thumbphoto img:hover{
border: 2px dashed #aaa;
background: #fff;

} */

.drag-positioner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.thumbphoto {
    border: 1px solid transparent;
}

.thumbphoto:hover .drag-positioner {
    border: 2px dashed #ccc;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.delete-img-icon .close {
    opacity: 0.5;
}

.thumbphoto:hover .delete-img-icon {
    display: block;
}

.delete-img-icon {
    display: none;
}

.delete-img-icon {
    position: absolute;
    top: -12px;
    right: -6px;
}

.rhs--choosetemplate ul li.active .thumbphoto {
    /* border: 1px solid #8bb7f0; */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.rhs--infoline .info--text {
    display: inline-block;
    padding: 10px;
    font-size: 11px;
    background: #eeee;
}

.rhs--choosetemplate h4 {
    font-size: 14px!important;
    font-weight: 700!important;
    padding: 0!important;
    margin: 10px;
    line-height: 1.3;
}

.rhs--choosetemplate ul {
    min-height:100%;
    max-height:100%;
        padding: 15px;
    overflow-y: scroll;
}

.template-confirmation .modal-small {
    width: 380px;
    margin: 0 auto;
}

.template-confirmation .modal-content {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.template-confirmation .delete-modalform .modal-body {
    padding: 30px 0px;
}

.modal.template-confirmation .modal-dialog {
    margin-top: 100px;
}

.template-confirmation .modal-dialog .delete-confirmation {
    font-size: 12px;
    line-height: 1.5;
}

.template-confirmation .modal-dialog .btn.btn-simple {
    background-color: transparent!important;
    color: #999;
    box-shadow: none;
    font-size: 12px!important;
}

.template-confirmation .modal-dialog .modal-footer {
    padding: 5px;
    text-align: center;
}

#pagezoombtn input[type=range] {
    height: 25px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: transparent;
}

#pagezoombtn input[type=range]:focus {
    outline: none;
}

#pagezoombtn input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #777777;
    border-radius: 1px;
    border: 0px solid #000000;
}

#pagezoombtn input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #777777;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #777777;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

#pagezoombtn input[type=range]:focus::-webkit-slider-runnable-track {
    background: #777777;
}

#pagezoombtn input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #777777;
    border-radius: 1px;
    border: 0px solid #000000;
}

#pagezoombtn input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #777777;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #777777;
    cursor: pointer;
}

#pagezoombtn input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

#pagezoombtn input[type=range]::-ms-fill-lower {
    background: #777777;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#pagezoombtn input[type=range]::-ms-fill-upper {
    background: #777777;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}

#pagezoombtn input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #777777;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #777777;
    cursor: pointer;
}

#pagezoombtn input[type=range]:focus::-ms-fill-lower {
    background: #777777;
}

#pagezoombtn input[type=range]:focus::-ms-fill-upper {
    background: #777777;
}

.blank--page__text {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    top: 46%;
    display: none;
}

.thumbphoto:hover .blank--page__text {
    display: block;
}

.selected--icons {
    position: absolute;
    top: 11px;
    font-size: 20px;
    color: #5cb85c;
    left: 22px;
    z-index: 9999;
}

.btntemplate-pageadded .btn {
    width: 87%;
    position: absolute;
    bottom: -40px;
}


/* add component */

.add--chapaterheader .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    background: #fff;
}

.add--chapaterheader .modal-header .modal-title {
    color: #444!important;
    font-weight: 500!important;
}

.userheader--information {
    background: #f3f3f3;
}

.userheader--information .userheader--information__icons i {
    font-size: 50px;
    margin-top: 5px;
    color: #33b5e5;
    opacity: 0.25;
}

.userheader--information__description p {
    line-height: 20px;
    font-size: 11px;
    color: #999;
    margin-bottom: 0;
}

.userheader--information__description {
    padding: 10px 0;
}

.add--chapaterheader .modal-footer {
    padding: 10px 15px;
}

.add--chapaterheader .modal-footer .btn-create {
    background: #33b5e5;
    border: 1px solid #33b5e5;
}

.add--chapaterheader .btn {
    padding: 5px 10px;
    font-size: 12px;
}


/* 64 */

.modal-header.choosecomponent--header {
    padding: 0;
}

.choosecomponent--header .book--title {
    font-size: 16px;
    font-weight: 500;
    color: #337ab7;
    line-height: 1.8;
    padding: 8px 15px 0;
    margin: 0;
}

.component-infoicon i {
    font-size: 16px;
}

.component-infoicon {
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    font-weight: 500;
}


/* 760 */

.complist-container label {
    border: none;
    margin: 10px!important;
}


/* 745 */

.choosecomponent--body {
    padding: 0;
    min-height: 400px;
    max-height: 400px;
    background: #aacce921;
}

.layoutsection .complist-container {
    position: relative;
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow: auto;
    overflow-x: hidden;
}

.choosecomponent--body .layout--contents {
    min-height: 300px;
    max-height: 300px;
}


/* 756 */

.choosecomponent--body .choosecomponent--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.choosecomponent--outerlayout .choosecomponent--body {
    padding: 0;
    min-height: 300px;
    max-height: 300px;
    background: #aacce921;
}

.choosecomponent--outerlayout .choosecomponent--body .choosecomponent--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.edit-content .choosecomponent--body .choosecomponent--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.edit-content .ckeditor-edit {
    position: relative;
    min-height: 400px;
    max-height: 400px;
}

.edit-content .choosecomponent--outerlayout .choosecomponent--body {
    padding: 0;
    min-height: 400px;
    max-height: 400px;
    background: #aacce921;
}

.component--image__preview {
    background: #fff;
    min-height: auto;
    max-height: calc(100vh - 11vh);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.component--image__preview .no--componentselected {
    padding: 40% 0px;
    text-align: center;
}

.component--image__preview .no--componentselected p {
    margin: 10px;
    font-size: 12px;
    color: #aaa;
}


/* 824 */

.complist-container label img {
    height: 85px;
    width: 142px;
}

.component--image__preview .no--componentselected img {
    opacity: 0.25;
}

.complist-container li .content-label {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #555;
    font-weight: 600;
    padding-bottom: 10px;
}

.choosecomponent--body .choosecomponent--body__listing aside ul li.active {
    border-left: 10px solid #5fd7bc;
    padding-left: 5px;
    background: #ffffff;
}

.image--comppreview {
    text-align: center;
    padding: 10px;
}

.image--comppreview img {
    width: 100%;
    border: none;
}

.chat--detailedbox {
    min-height: 380px;
    max-height: 380px;
    overflow-y: scroll;
}

.chat--detailedbox .chat {
    padding: 20px;
}

.chat--detailedview .setting-section-right .modal-content {
    background: #E6EAEA;
}

.chat--detailedview .setting-section-right .modal-content {
    max-width: 480px;
    min-width: 480px;
}

.chat--detailedview .setting-section-right .modal-header {
    background: #fff;
}

.chat--detailedview .setting-section-right {
    max-width: 35%!important;
    width: 35%!important;
    margin: 0!important;
}

.model-add .comment--footersection .form-control {
    font-size: 12px;
    margin-top: 3px;
    background: #fff;
    height: 140px!important;
}

.comment--footersection {
    border-top: 1px dashed #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.no-commentstoshow {
    padding: 20% 20%;
}

.no-commentstoshow i {
    font-size: 40px;
    opacity: 0.2;
    margin-bottom: 5px;
    color: #98b8c7;
}

.no-commentstoshow p {
    font-size: 12px;
    color: #555;
}

.chat-statusreview {
    display: inline-block;
    text-align: center;
    width: 70%;
    color: #555;
}

.chat--detailedview .modal-title {
    vertical-align: text-top!important;
    line-height: 0!important;
}

.chat-statusreview ul {
    margin-bottom: 0px;
    padding-inline-start: 0px;
    float: right;
}

.chat-statusreview ul li {
    float: left;
    list-style: none;
}

.chat-statusreview ul li a {
    font-size: 12px;
}

.chat-statusreview ul li a.close {
    margin-top: 7px!important;
}

.no-commentstoshow h4 {
    color: #aaa;
    margin: 25px 0;
    font-size: 13px;
    line-height: 1.5;
}

.sticky--actionbuttons {
    position: absolute;
    bottom: 0;
}

.comment--footersection .btn--send {
    margin-top: 0;
    font-size: 25px;
    background: #20828d;
    margin-left: 0;
    position: absolute;
    right: 0;
    color: #ffffff;
    padding: 0;
    border-radius: 4px;
    bottom: 0;
    width: 100%;
}

.chatsubmitbtn i {
    opacity: 0.5;
}

.chatsubmitbtna {
    font-size: 12px!important;
    padding-left: 8px!important;
    vertical-align: middle!important;
}

.sticky--actionbuttons .btn {
    width: 100%!important;
    padding: 15px 0!important;
    border-radius: 0!important;
    float: left;
}

.sticky--actionbuttons .btn--cancel {
    color: #555!important;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}

.sticky--actionbuttons .btn--submit {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
}

.status--check {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.chat--detailedbox .chat li {
    margin-bottom: 20px;
}

.sticky--actionbuttons .btn--reject {
    color: #fff!important;
    background-color: #FF3636!important;
    border-color: #FF3636!important;
}

.z-index10000 {
    z-index: 10000!important;
}

.z-index10001 {
    z-index: 10001!important;
}

.z-index10002 {
    z-index: 10002!important;
}

.z-index10003 {
    z-index: 10003!important;
}

.z-index10004 {
    z-index: 10004!important;
}

.z-index10005 {
    z-index: 10005!important;
}

.sectionouterarea:hover .ng-resizable-handle::after {
    content: " ";
    width: 20px;
    color: transparent;
    text-align: center;
    position: relative;
    z-index: 9999;
    border-left: 18px solid #f30c0c00;
    border-right: 18px solid #d2171700;
    border-top: 15px solid #777;
    border-bottom: 15px solid #f30c0c00;
    cursor: n-resize;
}

.editpage--content .ng-resizable-handle.ng-resizable-s {
    cursor: s-resize;
    bottom: -1px;
    width: 100%;
    height: 25px;
    right: 0px;
    left: 0px;
    text-align: center;
    z-index: 998;
    display: none;
}

.ng-resizable-handle.ng-resizable-s img {
    height: 25px;
    width: 25px;
    opacity: 1;
    z-index: 999;
}

.editpage--content:hover .ng-resizable-handle.ng-resizable-s {
    display: block!important;
}

.editpage--content .wrapper--outersection:hover .ng-resizable-handle.ng-resizable-s {
    background: rgba(256, 256, 256, 0.15);
}

.model-add .untitled--textpg .form-control {
    height: 34px!important;
}

.choosinglayout--modal .modal-dialog {
    width: 650px;
    max-width: 650px;
}

.choosinglayout--modal .modal-content {
    max-width: 650px;
    min-width: 650px;
}

.rhs--choosetemplate ul li {
    width: 33.3%;
    padding: 0;
    text-align: center;
    float: left;
    position: relative;
}

.rhs--choosetemplate ul li img {
    width: 100%;
    height: 250px;
    padding:5px;
}

.thumbphoto {
    position: relative;
    min-height: 100%;
    max-height: 100%;
}

.singlecomponent--action {
    display: none;
}

.selectionBox:hover .singlecomponent--action {
    display: block;
}

.resizeimg-w-100 {
    width: 750px !important;
}

.resizeimg-w-50 {
    width: 372px !important;
}

.activeLayout {
    /*border:2px solid red !important;*/
    border: 2px dashed #9ca6af !important;
}

.wrapper--outersection {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px dashed transparent;
    /* padding: 5px; */
}

.table--contentarea table td {
    float: left;
}

.w-0 {
    width: 0%!important;
}

.w-5 {
    width: 5%!important;
}

.w-10 {
    width: 10%!important;
}

.w-15 {
    width: 15%!important;
}

.w-20 {
    width: 20%!important;
}

.w-25 {
    width: 25%!important;
}

.w-30 {
    width: 30%!important;
}

.w-33 {
    width: 33.33%!important;
}

.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}

.w-45 {
    width: 45%!important;
}

.w-50 {
    width: 50%!important;
}

.w-55 {
    width: 55%!important;
}

.w-60 {
    width: 60%!important;
}

.w-65 {
    width: 65%!important;
}

.w-70 {
    width: 70%!important;
}

.w-75 {
    width: 75%!important;
}

.w-80 {
    width: 80%!important;
}

.w-85 {
    width: 85%!important;
}

.w-90 {
    width: 90%!important;
}

.w-95 {
    width: 95%!important;
}

.w-100 {
    width: 100%!important;
}

.view--image__dialog {
    width: 20cm!important;
}

.view--image__dialog .modal-content {
    max-width: 20cm!important;
    min-width: 20cm!important;
}


/* gallery tab  */

.gallery-images ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    list-style: none;
    overflow-x: hidden;
}

.gallery--image__section .gallery-images ul li {
    /* margin: 10px; */
    width: 50%;
}

.gallery--image__section .gallery-images ul li img {
    min-height: 150px;
    max-height: 150px;
    min-width: 140px;
    max-width: 200px;
    opacity: 0.4;
    cursor: pointer;
}

.gallery-images ul li {
    width: auto;
    float: left;
    min-height: 250px;
    margin-bottom: 0;
    margin-right: 0;
    position: relative;
    float: left;
}

.gallery-images ul li img {
    min-height: 250px;
    max-height: 250px;
    min-width: auto;
    max-width: inherit;
    background: #aaa;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.gallery--image__section .gallery-images ul li img:hover {
    opacity: 1;
}

.listing-gallery__trashicon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.listing-gallery__trashicon i {
    font-size: 15px;
    cursor: pointer;
}

.advanced-settingtab .form-control {
    font-size: 10px!important;
    margin-top: 3px!important;
}

.advanced-settingtab .form-control {
    width: 100%;
    height: 30px!important;
    padding: 6px 6px!important;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
}

.advanced-settingtab label {
    font-weight: 500;
    font-size: 12px!important;
    color: #646f79!important;
    font-style: inherit;
}

.keepsake--section {
    margin: 0;
}

.chapter--listing__sublist:before {
    content: "";
    display: block;
    width: 11px;
    height: 0;
    border-top: 1px solid #cecece;
    margin-top: -1px;
    position: absolute;
    top: 1.5em;
    left: -10px;
}

.chapter--listing__sublist:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 1px;
    bottom: -2px;
    left: -10px;
    border-left: 1px solid #cecece;
}

.chapter--listing__sublist {
    margin-left: 30px;
}

.model-add label.reupload--aimage {
    border: 1px solid #eee;
    font-style: inherit;
    font-size: 12px!important;
    background: #fff;
}

.image--position {
    width: 22%;
    display: block;
    float: left;
    border: 1px solid #d5dce0;
    text-align: center;
    padding: 5px;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 3px;
    height: 30px;
    line-height: 1.8;
}

.image--position:hover,
.image--position.active {
    background: rgba(104, 197, 181, 0.5);
    border: 1px dashed #5b948a;
}

.setting-section-right .tab-content {
    margin-bottom: 0px;
}

.border-dashed {
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.choosegallery--image .gallery--image__section .gallery-images ul li img {
    opacity: 1;
    min-width: 100%;
    max-width: auto;
    min-height: auto;
    max-height: inherit;
}

.pickingcolor-preview {
    height: 100%!important;
    /*border: none!important;*/
    /*padding: 0!important;*/
}

.choosegallery--image {
    max-height: calc(100vh - 30vh);
    min-height: calc(100vh - 30vh);
    overflow-y: scroll;
    background-color: #fff;
}

.choose--buttonsection {
    margin: 70px 0;
}

.tab-footerfixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 15px 15px!important;
    border-top: 1px solid #eee;
}

.addheader-btn i,
.addheader-btn a {
    color: #999!important;
    /* float: right; */
}

.addheader-btn .addonbtn a {
    font-size: 11px!important;
    font-weight: normal!important;
    color: #999!important;
}

.addheader-btn:hover .addonbtn,
.addheader-btn:hover i,
.addheader-btn:hover a {
    color: #4b89bf!important
}

.model-add .advanced-settingtab label {
    font-size: 12px!important;
    font-style: inherit;
}

.image--uploadedsection {
    width: 100%;
    display: block;
    height: 270px;
    position: relative;
    border: 2px dashed #aaa;
}

.bg-imagestyling {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.image-fit {
    background-size: 100% 100%!important;
}

.image-center {
    background-position: center;
    background-size: contain;
}

.image-left {
    background-position: top, left;
    background-size: cover;
}

.image-right {
    background-position: top, right;
    background-size: 100% 120%;
}

.image-repeat {
    background-repeat: repeat;
}

.image-norepeat {
    background-repeat: no-repeat;
}

.bg-container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.bg-container-fluid {
    padding: 0!important;
}

.manage-contentsection .choosecomponent--body .choosecomponent--body__listing aside ul {
    min-height: 400px;
    max-height: 400px;
}

.choosecomponent--body .add-manage-content {
    min-height: 400px;
    max-height: 400px;
}

.manage-contentsection .choosecomponent--body {
    min-height: 400px;
    max-height: 400px;
}

.ckeditor-edit {
    position: relative;
    min-height: 500px;
    max-height: 500px;
}

.complist-container {
    position: relative;
    min-height: 500px;
    max-height: 500px;
    overflow-y: scroll;
}

.addcaption--input label {
    margin: 0!important;
    font-size: 12px!important;
}

.addcaption--input .form-control {
    height: 35px!important;
    font-size: 13px!important;
}

.componentsettting--actions {
    position: absolute;
    right: -37px;
    top: 3px;
    width: 35px;
    border: 1px solid #edf4f8;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.cs--actionicons {
    width: 40px;
    display: block;
    padding: 7px;
    border-bottom: 1px solid #edf4f8;
    margin-right: 0!important;
    background: #fff;
    cursor: pointer;
}

.cs--actionicons i {
    color: #888;
    font-size: 18px;
}

.cs--actionicons:last-child {
    border-bottom: none;
}

.singlecomponent--action {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
}

.singlecomponent--action .compactionbtn.btn-md {
    padding: 0px 8px!important;
    font-size: 22px;
    border-radius: 0;
    color: #444;
}

.rowcomp--levelsettings__button.pagelevel-settings {
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: 21cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.rowcomp--levelsettings__button.pagelevel-settings ul li a i {
    font-size: 27px;
    color: #919aa3;
    padding-right: 2px;
}

.rowcomp--levelsettings__button.pagelevel-settings ul li {
    border-right: none;
    padding: 6px 10px;
    border-radius: 3px;
}

.rowcomp--levelsettings__button ul li:hover {
    background: rgba(14, 19, 24, .07);
}

.rowcomp--levelsettings__button.pagelevel-settings ul li:hover a i {
    color: #000!important;
}

.rowcomp--levelsettings__button.pagelevel-settings ul li a .fa-trash:before {
    color: #919aa3!important;
}

.align {
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    word-spacing: 5px;
}

.video--alignment button {
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 5px;
}

.videoalignment-positionlist ul {
    padding-left: 0px;
}

.videoalignment-positionlist ul li {
    list-style: none;
    padding: 0 5px;
    color: #ccc;
    float: left;
}

.videoalignment-positionlist ul li .active {
    color: #5fd7bc;
    border: 1px solid #5fd7bc;
}

.videoalignment-positionlist ul li button {
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 5px;
}

.borderstyle--solid {
    border-style: solid!important;
}

.borderstyle--dashed {
    border-style: dashed!important;
}

.borderstyle--dotted {
    border-style: dotted!important;
}

.borderstyle--double {
    border-style: double!important;
}

.choose--colornimage {
    width: 100%;
    padding: 0%;
    border: none;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 270px;
    position: relative;
}

.choose--colornimage .selection-icon {
    font-size: 40px;
    margin-bottom: 5px;
    color: #C7CCD0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose--colornimage input[type="color"] {
    -webkit-appearance: none;
    border: none;
}

.choose--colornimage input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.choose--colornimage input[type="color"]::-webkit-color-swatch {
    border: none;
}

.choose--colornimage .form-control {
    margin-top: 0!important;
}

.image-video--upload .form-group .btn.file-type-choose {
    margin: 0px;
    background: transparent;
    color: #555;
    box-shadow: none;
    border: 0.75pt solid #d5dce0;
    width: 100%;
    text-align: left;
    height: 36px;
    line-height: 2.3;
    padding: 5px 7px;
    text-transform: capitalize;
}

.image-video--upload .form-group i {
    font-size: 25px;
    cursor: pointer;
}

.image-video--upload .form-group .file-type-choose input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.image-video--upload .form-group .file-type-choose {
    position: relative;
    overflow: hidden;
    border: 1px solid lightgray;
    height: 44px;
}

.videoframe {
    border: 3px dashed #fff;
}

form {
    margin-bottom: 10px;
}

#cke_110,
#cke_105,
#cke_117,
#cke_125,
#cke_130,
#cke_162,
#cke_166,
#cke_176,
#cke_179 {
    display: none;
}

.approvestorybtn {
    background: transparent!important;
    border: none!important;
}

.header-toolbar ul .sec-header-morevert {
    float: left;
    /* padding: 7px 5px; */
    list-style: none;
    font-size: 16px;
    /* margin: 0; */
    padding: 5px!important;
    position: absolute!important;
    right: 0!important;
}


/*.header-toolbar ul .li--Headers-icons .action-dropdownmenu {
padding: 0;
min-width: auto;
right: 0px;
left: 0;
margin: 0;
}*/

.noinitated-records {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.load-svg {
    width: 200px;
    text-align: center;
    display: inherit;
    padding-bottom: 10px;
    opacity: 0.25;
}

.noinitated-records p {
    font-size: 13px;
    color: #444;
    text-align: center;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
}

.noinitated-records a {
    color: #AFA364;
}

#tcmodal .tc--descript {
    padding: 10px;
}

#tcmodal .tc-btn {
    width: 70px;
    padding: 7px;
    cursor: pointer;
}

.aggbook-comp .book-comp__content {
    position: fixed;
    width: 100%;
}

.aggbook-comp .eb--headerlisting ul.list--ofheardersul {
    list-style: none;
    padding: 0 0px;
    margin-bottom: 0;
    min-height: calc(100vh - 25vh);
    max-height: calc(100vh - 25vh);
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    padding-top: 38px;
}

.aggbook-comp .eb--headerlists h3.eb--headerlists__title {
    margin: 0;
    font-size: 16px;
    padding: 10px 5px 10px;
    font-weight: 500;
    color: #151b26;
    border-bottom: 1px dashed #edf1f2;
    background: #fff;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.cke_dialog {
    z-index: 999999!important;
}

.cke_dialog_background_cover {
    z-index: 999999!important;
}

.choosecomponent--outerlayout .modal {
    overflow-y: auto;
}

.choosecomponent--outerlayout .modal-footer {
    padding: 8px;
}

.template-confirmation.storyclsdate .modal-small {
    width: 440px;
}

.template-confirmation.storyclsdate .modal-small h6 {
    font-size: 17px;
    margin-bottom: 25px;
}

.template-confirmation.storyclsdate .modal-small p {
    margin-bottom: 0;
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px!important;
    width: 0;
    height: auto;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
        position: absolute;
        z-index: 9999;
    }
    #wrapper.toggled {
        padding-left: 0;
        position: absolute;
        z-index: 9999;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.cropimagepopup {}

.cropimagepopup .modal {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.cropimagepopup .modal-dialog {
    margin: 0!important;
    width: 100%!important;
}

.cropimagepopup .modal-header {
    text-align: right;
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.cropimagepopup .modal-header .btn--custom {
    color: #555;
    background-color: #fff;
    border-color: #eee;
    padding: 5px 10px;
    margin-left: 10px;
    min-width: 70px;
    border-radius: 3px;
}

.cropimagepopup .modal-header .btn--done {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
    margin: 10px;
    padding: 5px 10px;
    margin-left: 10px;
    min-width: 70px;
    border-radius: 3px;
}

.cropimagepopup .modal-header .btn--done {}

.cropimagepopup .croppie-container .cr-viewport,
.cropimagepopup .croppie-container .cr-resizer {
    border-radius: 3px!important;
    border: 2px dashed #ccc!important;
    overflow: hidden!important;
    box-sizing: border-box!important;
}

.croppie-container .cr-slider-wrap {
    width: 15%!important;
    margin: 10px auto!important;
    text-align: center!important;
    position: absolute!important;
    top: 0%!important;
    z-index: 9999!important;
    right: 0%!important;
    background: #fff!important;
    padding: 5px 10px!important;
    border-radius: 5px!important;
    transform: rotate(0deg)!important;
    left: 0%!important;
}

.bkpg--outerlayout__innerarea .selectionBox .croppie-container {
    pointer-events: none!important;
}

.bkpg--outerlayout__innerarea .croppie-container .cr-slider-wrap {
    display: none;
}

.percent-50 {
    width: 50% !important;
    margin: auto !important;
}


/* .model-add {
    max-width: 650px!important;
    margin: 30px auto;
} */

.bkpg--outerlayout__innerarea .croppie-container .cr-viewport,
.bkpg--outerlayout__innerarea .croppie-container .cr-resizer {
    position: absolute;
    border: none!important;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: none;
    z-index: 0;
}

.settingcontent .model-add {
    max-width: 650px;
    margin: 0px auto;
}

.settingcontent .modal {
    padding-right: 0!important;
    padding-left: 0!important;
}


/* .table--contentarea table td:hover {
    background: transparent!important;
} */

.chapter-getstarted-section {
    padding: 23px 10px;
    margin: 0px 0 0 0;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    color: #337ab7;
    text-transform: uppercase;
}

.sec-header-morevert .action-dropdownmenu {
    transform: translate3d(2px, 23px, 0px)!important;
}

.sec-header-morevert .dropdown-menu>li>a:hover,
.sec-header-morevert .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.sec-header-morevert .dropdown-menu>li>a:last-child {
    border: none!important;
}

.componentimage-infoicon {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
}

.cke_bottom {
    display: none!important;
}

.form-control {
    font-size: 12px!important;
}

.notification__section .card-body {
    padding: 10px!important;
}

.notification__section .card-body .ico {
    width: 40px;
    padding-right: 0;
}

.notification__section .card-body .img-fluid {
    min-width: 40px;
    max-width: 40px;
}

.notification__section .ntfy-title,
.ntfy-title {
    font-weight: 400;
    color: #444;
    margin: 0;
    font-size: 13px!important;
}

.notification__section .ntfy-mininfo {
    color: #77838f;
    line-height: 1.4;
    font-size: 11px!important;
    min-width: 200px;
    margin-bottom: 0;
}

.notification__section .ntfy-navpage {
    font-size: 11px;
    text-transform: capitalize;
}

.privacymodal .descript--section {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 500px;
    max-height: 500px;
}

.notification__section .nav-actionlists-button {
    font-size: 34px!important;
    padding: 10px!important;
    color: #ddd;
    text-align: center;
}

.row-level-notification .chat--iconstory {
    padding: 10px;
}


/* .storystatus [disabled] {
            cursor: not-allowed;
        } */

.approveicon:hover {
    cursor: not-allowed;
}

.approvestorybtnHover:hover {
    cursor: not-allowed;
}

.overlay--outer.cropcanva {
    padding-top: 100px!important;
}

.layoutchoose .selected--icons {
    position: absolute;
    top: -10px;
    font-size: 16px;
    color: #5cb85c;
    left: -7px;
}

.layoutbtns .btn-default {
    color: #555;
    background-color: #f7f7f7;
    border-color: #d1d1d1!important;
    cursor: pointer;
    margin: 5px;
}

.contactus-modalform .contact_us-body {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 435px;
    max-height: 435px;
    padding: 20px;
}

.contactus-modalform .contact_us-body address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.contactus-modalform .contact_us-body p {
    line-height: 21px;
    font-size: 13px;
    color: #77838f;
}

.contactus-modalform .contact_us-body p a {
    font-weight: 500;
}

.contactus-modalform .modal-header {
    padding: 10px 15px;
    background: transparent;
    color: #774e79;
    text-transform: uppercase;
}

.contactus-modalform .modal-footer {
    padding: 5px 10px;
}

.li--Headers:active {
    background-color: #fff;
}

.contactus-modalform .modal-footer .btn-sm:hover {
    background: #333;
    color: #fff;
    border-color: #333;
    transition: all .8s ease-out 0s;
    text-decoration: none;
}


/* 
.book-comp__cbody .icon-barbtn {
    font-size: 39px;
} */

.onpagesload {
    text-align: center;
    color: #ccc;
    font-size: 24px;
    margin-top: 50px;
}

.onpagesload i {
    font-size: 60px;
    color: #ccc;
    padding-top: 0;
    margin-top: 20px;
}

.choosecomponent--body__listing {
    padding-left: 0;
    padding-right: 0;
}

.editcomponent--header .nav-tabs {
    background-color: #f2f2f2!important;
    border-bottom-width: 0;
}

.componentimage-infoicon {
    padding: 0;
    font-size: 11px;
    color: #777;
    line-height: 2.8;
}

.addcontentpage .nav-tabs>li a {
    padding: 18px 20px;
    margin-right: 0;
    min-width: 80px;
    text-align: center;
    border-radius: 0;
    color: #8a8484;
    border-width: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.book-story-layout .rhs--actionicons li {
    width: 25%;
}
.flipbookmodal .bc--title {
    font-size: 16px;
    font-weight: 600;
    color: #808080;
    line-height: inherit;
}

.flipbookmodal .pt-outersection {
    background: transparent;
}
.flipbookmodal .modal-content {
    position: relative;
    margin: 0 auto;
    max-width: calc(100vw - 0px)!important;
    min-width: calc(100vw - 0px)!important;
    background: transparent!important;
    box-shadow: none!important;
}
.flipbookmodal .modal {
    background: rgba(0, 0, 0, 0.25)!important;
    position: fixed;
    overflow: hidden;
}
.flipbookmodal .page-bgcover {
    background: #f9f9f9;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    padding-bottom: 40px;
    padding-top: 0;
    height: calc(100vh - 0vh);
}
.flipbookmodal .eb--headerlists{
        width: 240px;
}
.flipbook-menu .menu-nav ul li {
    float: left;
    padding: 5px 6px;
    text-decoration: none;
    list-style: none;
    text-align: left;
    cursor: pointer;
}
.flipbook-menu .menu-nav ul {
    padding-inline-start: 10px;
    margin: 0;
    text-align: center;
}
.flipbook-menu .menu-nav ul li a {
    color: #777;
    font-size: 24px;
    font-weight: 400;
}
.flip-border-binding {
    position: absolute;
    background: transparent;
    width: 80px;
    height: calc(100vh - 17.5%);
    margin: 8px auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 91;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 6px;
    background-image: linear-gradient( to right, rgba(239,239,239,0.2), rgb(255, 255, 255), rgba(239,239,239,0.2));
    opacity: 0.3;
}
.flip-pagenavigantionbtn {
    position: absolute;
    top: 45%;
    bottom: 0;
    max-height: inherit;
    vertical-align: middle;
    display: block;
    width: 100%;
        z-index: 9999;
}
.flip-prev--icons {
    float: left;
    font-size: 50px;
    padding: 0 20px;
    color: #fff;
    cursor: pointer;
}
.flip-next--icons {
    float: right;
    font-size: 50px;
    padding: 0 20px;
    color: #fff;
}
.flip-borders {
    border: 10px solid tr;
    width: 845px;
    height: 545px;
    margin: 10px auto;
    /* border-radius: 5px; */
    /* box-shadow: 1px 1px 10px #9e9e9e; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 1.5px;
    border-radius: 3px 7px 7px 2px;
    background: #f4e0ad;
}
.flipbookmodal .pt-outersection {
    background: transparent;
}
#flipbook2 {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
}
#flipbook2 {
    /* border: 10px solid green; */
}
.flipbook-slider {
    position: relative;
    bottom: 0;
    background: transparent;
    width: 100%;
    z-index: 991;
}
.pageslidecontainer {
    width: 100%;
        margin: 10px 0;
}
.pageslider {
    -webkit-appearance: none;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    width: 60%!important;
    height: 12px;
    background: #f5f5f5;
    outline: none;
    margin: 0px auto;
    border-radius: 8px;
    box-shadow: rgba(102, 102, 102, 0.4) 0px 0px 5px;
}
.flipbookmodal .modal-dialog {
    width: calc(100vw - 0px)!important;
    margin: 0 0!important;
}
.flipbookmodal .flipbook-header {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9991;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(102, 102, 102, 0.4) 0px 0px 5px;
}
.pageslider:hover {
    opacity: 1;
}
.flipbook-menu .menu-nav .dropdown ul {
    padding: 0!important;
    /* width: 240px!important; */
    min-width: 270px!important;
    max-width: 270px;
}
.flipbook-menu .list--ofheardersul ul li:hover {
    background-color: #293039;
}
.turnbook--bg .gallery-images ul {
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    list-style: none;
    overflow-x: hidden;
}
.chaptermenu-third {
    min-height: auto!important;
    background: #fff!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    height: auto!important;
}
.commentpopup textarea {
    border: 1px solid #99abb4;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    background: #d0d0d01a;
}
.flipbookmodal .flipbook-slider .pageslider::-moz-range-thumb {
    width: 25px;
    height: 10px;
    background: #4CAF50;
    cursor: pointer;
}
.flipbookmodal .eb--headerlisting ul.list--ofheardersul{
        min-height: auto;
    max-height: inherit;
}
.pageslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 10px;
    border-radius: 10px;
    background: #4CAF50;
    cursor: pointer;
}
/* edit book css */
.dynamicbookapp .modal-header {
    border: 0;
    height: 54px;
}
.headchatper-list .chaptermenu {
    --menu-height: inherit;
    box-sizing: inherit;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
}
.headchatper-list .chaptermenu > ul {
    display: -webkit-box;
    display: inherit;
    height: inherit;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    color: #444;
}
.headchatper-list .chaptermenu ul {
    list-style: none;
    padding: 16px;
    margin: 0;
}
.headchatper-list .chaptermenu > ul li {
    position: relative;
    margin: 0 8px;
    font-size: 16px!important;
    color: #fff!important;
    font-weight: 300!important;
}
.headchatper-list .chaptermenu ul li {
    padding-right: 36px;
}
.headchatper-list .chaptermenu > ul li ul {
    z-index: 99991;
    height: 100%;
    background: #293039;
    min-height: calc(100vh - 0px);
    visibility: hidden;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 39px;
    left: 26%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    min-width: 250px;
}
.headchatper-list .chaptermenu > ul li ul li {
    margin: 0;
    padding: 8px 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: 44px;
    padding-right: 0;
}
.headchatper-list .chaptermenu ul li a, .headchatper-list .chaptermenu ul li a a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-weight: 500;
}
.dynamicbookapp .bc--title {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 2;
    padding: 10px 15px 0;
    margin: 0;
}
.header--actionsection ul {
    padding-left: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
.dynamicbookapp .header--actionsection ul li {
    width: 90px!important;
    line-height: 1.8;
    font-weight: 500;
    font-size: 11px;
    padding: 5px;
    border: none;
}
.dynamicbookapp .header--actionsection ul li .material-btn-icons i {
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    color: #ddd;
    font-weight: 300;
    opacity: 0.6;
}
.dynamicbookapp .book-comp__cbody {
    background: #EDF4F8;
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
    padding: 0;
}
.editbooksidebarcontrol {
    height: calc(100vh - 0px);
    background: #293039;
}
.editbooksidebarcontrol .stickytabs {
    margin-left: 0px;
}
.editbooksidebarcontrol .nav>li {
    position: relative;
    display: block;
    width: 100%;
}
.editbooksidebarcontrol .nav-pills > .nav-item > a.active {
    background-color: transparent;
    color: #fff;
}
.editbooksidebarcontrol .nav-pills > .nav-item a i {
    font-size: 20px;
    color: #fff;
}
.rowcomp--levelsettings-panel {
    min-height: 37px;
    background: #dbe3ea;
    box-shadow: 0 1px 0 rgba(14, 19, 24, .15);
}
.dynamicbookapp .rowcomp--levelsettings__button {
    background: #fff;
    transition: color 0.15s ease-in-out 0s;
}
.rowcomp--levelsettings__button {
    width: 100%;
    height: 37px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(14, 19, 24, .15);
    padding: 8px 15px;
    box-sizing: border-box;
    outline: none;
}
.color-setting-title {
    color: rgb(65, 134, 224)!important;
}
.optionlist-heading {
    float: left!important;
    text-align: right!important;
    font-size: 14px!important;
    font-weight: 300!important;
    padding: 0!important;
}
.rowcomp--levelsettings__button ul li:last-child {
    border-right: none;
}
.edbook-sidebarpanel {
    background: transparent;
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    box-shadow: inherit;
    width: 100%;
    position: inherit;
    left: inherit;
}
.mylibcontainer {
    background: #293039;
    z-index: 91;
    bottom: 30px;
    top: 0;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #424d5a;
}
.mylibcontainer h3.eb--headerlists__title {
    margin: 0;
    font-size: 16px;
    padding: 10px 5px 10px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px dashed #edf1f2;
}
.mylibcontainer .clslibwindow {
    right: 10px;
    position: absolute;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0px 2px;
}
.mylibupldbtn {
    text-align: center;
    padding: 15px 0 10px 0;
}
.add-uploadbtn, .add-uploadbtn:hover, .add-uploadbtn:focus {
    background: transparent;
    color: #f5f5f5!important;
    border: 1px solid #fff!important;
    font-weight: 600;
    border-radius: 3px;
}
.mylibcontainer .textoptionscontainer {
    overflow-x: scroll;
    height: calc(100vh - 170px);
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
    padding: 0 5px;
}
.mylibcontainer .textoptionscontainer ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}
.mylibcontainer .textoptionscontainer ul li {
    text-align: left;
    float: left;
    list-style: none;
    text-decoration: none;
    padding: 15px 10px;
    width: 100%;
    background: #242a31;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #fff;
}
.textoptionscontainer ul li {
    color: #444;
}
.textoptionscontainer li .fonttype01 {
    font-size: 18px!important;
}
.mylibcontainer .textinsbtn {
    float: right;
    position: absolute;
    right: 0;
    display: none;
}
.mylibcontainer .imagescontainer {
    overflow-x: scroll;
    height: calc(100vh - 250px);
    min-height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
}
select.booksfilterdropdown {
    font-size: 12px!important;
    border: 1px dashed #ccc!important;
    border-radius: 3px!important;
}
.mylibcontainer .item {
    width: 50%;
    float: left;
    padding: 10px;
    /* max-height: 50%; */
}
.mylibcontainer .item img {
    display: block;
    width: 100%;
    cursor: copy;
}
.mylibcontainer .videooptionscontainer {
    overflow-x: scroll;
    height: calc(100vh - 180px);
    min-height: calc(100vh - 180px);
    max-height: calc(100vh - 180px);
}
.videooptionscontainer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-inline-start: 0;
}
.videooptionscontainer ul li {
    padding: 0 10px;
}
.mylibcontainer .videooptionscontainer .textinsbtn {
    float: right;
    position: inherit;
    right: inherit;
    text-align: right;
}
.mylibcontainer .textinsbtn {
    float: right;
    position: absolute;
    right: 0;
    display: none;
}
.dynamicminipop .modal-header.choosecomponent--header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px;
}
.infoheading {
    padding: 15px 0;
}
.booksettingpop-mini .booksettingpopbody {
    padding: 0px;
}
.booksettingpopbody {
    padding: 0;
}
.booksettingpop-mini .advsettingpreviewpanel {
    /* text-align: center!important; */
    height: 500px;
}
.booksettingpop-mini .advsettingpreviewpanel {
    position: inherit!important;
    padding: 10px 15px;
    background: #f5f5f5!important;
}
.swtichheaderinfo {
    text-align: center!important;
    color: #555;
    font-size: 12px;
}
.booksettingpop-mini .choose--colornimage.A4preview {
    width: 200px;
    padding: 0%;
    border: none;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 270px;
    position: relative;
    margin: 0 auto;
}
.bg-setting .choose-category {
    margin: 0 75px;
}
.color--settings {
    width: 100%;
    padding: 0;
    list-style: none;
}
.booksettingpop {
    min-height: 550px;
    max-height: 550px;
    height: 550px;
    overflow-x: none;
    overflow-y: scroll;
}
.booksettingpop .modal-dialog {
    width: 900px!important;
    margin: 20px auto;
}
.booksettingpop .modal-content {
    min-width: 700px;
   max-width: 900px!important;
    margin: auto!important;
    border-radius: 4px;
}
.booksettingpop .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px;
    color: #555;
}
.booksettingpop .modal-header .book--title {
    font-size: 16px;
    font-weight: 500!important;
    color: #337ab7!important;
    line-height: 1.8;
    padding: 8px 15px 0;
    margin: 0;
}
.booksettingpopbody {
    padding: 0;
}
.advsettingpreviewpanel {
    position: inherit;
    padding: 10px 10px;
    /* background: #f5f5f5; */
}
.swtichheaderinfo {
    text-align: center!important;
    color: #555;
    font-size: 12px;
}
.advsettingpreviewpanel .choose--colornimage {
    width: 200px;
    padding: 0%;
    border: none;
    background: #ddd;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 270px;
    position: inherit;
    margin: 0 auto;
}
.advsettingpanel {
    min-height: 400px;
    max-height: 500px;
    overflow-x: none;
    overflow-y: scroll;
    padding: 10px;
}
.advanced-settingtab .title__heading {
    padding-left: 5px;
}
.padding-control {
    display: inline-block;
    width: 19%;
    margin: 0 5px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
}
.bordersettingpanel .image--position {
    width: 10%;
}
.bordersettingpanel .image--position {
    padding: 0!important;
    border: none;
}
.bordersettingpanel p {
    border-color: #ccc!important;
    border-width: 3px!important;
}
.headchatper-list .chaptermenu ul li:hover, .headchatper-list .chaptermenu ul li a:hover {
    opacity: 1;
}
.headchatper-list .chaptermenu > ul li ul li:hover {
    background-color: #293039;
}
.editbooksidebarcontrol .nav-pills > .nav-item a, .editbooksidebarcontrol .nav-pills > .nav-item a:focus {
    color: #444;
    text-align: center;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 300;
    padding: 20px 0;
}
.rowcomp--levelsettings__button ul li:hover {
    background: none;
}
.color--settings .preview {
    width: 50px;
    height: 30px;
    text-align: left;
    float: right;
    margin: 0 0;
    background-color: rgb(55, 197, 171);
}.color--settings .preview {
    width: 50px;
    height: 30px;
    text-align: left;
    float: right;
    margin: 0 0;
    background-color: rgb(55, 197, 171);
}
.booksettingpopbody .preview {
    width: 45px;
    height: 30px;
    text-align: left;
    float: right;
    margin: 0 0;
    /* background-color: rgb(253, 97, 44); */
}
p.dotted {
    border-style: dotted;
}
p.dashed {
    border-style: dashed;
}
p.solid {
    border-style: solid;
}
p.double {
    border-style: double;
}
p.groove {
    border-style: groove;
}
p.ridge {
    border-style: ridge;
}
p.inset {
    border-style: inset;
}
p.outset {
    border-style: outset;
}
.mylibcontainer .textoptionscontainer ul li:hover {
    background: #919aa3;
}
.rowcomp--levelsettings-panel .rowcomp--levelsettings__button ul li a i {
    font-size: 14px;
    color: #919aa3;
    padding-right: 2px;
}
.predefined-colors {
    min-width: 550px;
    max-width: 550px;
    margin: 30px auto;
    border-radius: 4px;
}
.predefined-colors .colorlisting {
    padding: 0px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 300px;
    max-height: 300px;
}
.colorlisting .title__heading {
    margin: 5px;
}
.predefined-colors .choose-category ul li, .choose--category-add ul li {
    width: 50%;
}
.predefined-colors .choose-category ul li .category-color {
    height: 24px;
    width: 100%;
    display: block;
    margin: 5px 5px;
    position: relative;
    top: 0;
    cursor: pointer;
    border-radius: 6px;
}
.choose-category ul li:hover {
    border: 1px solid #ccc;
}
.section-additional-color {
    background: #e0e0e0;
    padding: 10px;
}
.predefined-colors #pagezoombtn {
    position: absolute;
    bottom: -113px;
    right: -97px;
}
.section-additional-color .choose--colornimage.A4preview {
    padding: 0%;
    border: none;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    position: relative;
    height: 100px!important;
    margin: 0px!important;
}
.predefined-colors .choose--colornimage .selection-icon {
    font-size: 25px;
}
.section-additional-color .content-action-color {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    color: #555;
    margin-top: 0px;
}
.section-additional-color .color--position {
    float: inherit;
    border: 1px solid #d5dce0;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    color: #000;
    margin: 10px;
    cursor: pointer;
    margin: 6px;
    height: 30px;
    width: 120px;
    line-height: 1.8;
    background: #fff;
}
.section-additional-color .color--position label {
    width: 125px;
    font-style: normal;
    font-size: 11px!important;
}
.mylibcontainer .textoptionscontainer ul li:hover .textinsbtn {
    display: block;
}.headchatper-list .chaptermenu ul li {
    padding-right: 36px;
}
.headchatper-list .chaptermenu ul li, .headchatper-list .chaptermenu ul li a {
    opacity: 1;
    color: #444;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}
.headchatper-list .chaptermenu > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.chaptermenu-secondary {
    background: #fff!important;
    min-height: auto!important;
    height: auto!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}
.chaptermenu-third {
    min-height: auto!important;
    background: #fff!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    height: auto!important;
}
.header--actionsection ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
}
.chaptermenu .chaptermenu-secondary li a {
    color: #444!important;
}
.headchatper-list .chaptermenu > ul li ul li ul {
    top: -2%;
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-left: 1px solid #555;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: calc(100vh - 10vh);
    max-height: calc(100vh - 10vh);
}
.chaptermenu-third .link:hover .header-name {
    color: #fff!important;
}
.subchapters-actionlists {
    background: red;
}
.chaptermenu-third li:hover .actionlist {
    float: left;
    padding: 0 5px;
    display: block;
}
.chaptermenu .chaptermenu-secondary li:hover a {
    color: #fff!important;
}
.actionlist {
    float: left;
    padding: 0 5px;
    display: none;
}
.chaptermenu-third-addbtn a span, .chaptermenu-third-addbtn a i, .chaptermenu-third-addbtn a {
    color: #337ab7!important;
}
.chaptermenu-rightarrow {
    float: right;
    position: absolute;
    right: 15px;
    color: #fff;
}
.color-444 {
    color: #444!important;
}
.choose-category ul li:first-child .category-color {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.predefined-colors .choose-category ul li .deleteoncoloricon {
    display: none;
    background: transparent;
    padding: 5px 5px;
    margin: 0;
    line-height: 1.6;
}
.predefined-colors .choose-category ul li, .choose--category-add ul li {
    width: 50%;
}
.choose-category ul li:hover {
    border: 1px solid #ccc;
}
.predefined-colors .choose--colornimage {
    width: 105px!important;
    padding: 3%;
    cursor: pointer!important;
    height: 100px!important;
    margin: 6px!important;
}
.add-uploadbtn, .add-uploadbtn:hover, .add-uploadbtn:focus {
    background: transparent;
    color: #f5f5f5!important;
    border: 1px solid #fff!important;
    font-weight: 600;
    border-radius: 3px;
        font-size: 11px;
}
.header--actionsection ul li:hover .material-btn-icons i {
    opacity: 1;
}
.header--actionsection ul li .material-btn-icons i {
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    color: #ddd;
    font-weight: 300;
    opacity: 0.6;
}
.predefined-colors .choose-category ul li:hover .deleteoncoloricon {
    display: block;
}
.actionlist i {
    font-size: 16px;
}
.textedit-toolbar-popup .modal-header button.btn-primary {
    color: #fff;
    background-color: #5cb85c;
}
.textedit-toolbar-popup .modal-header .close {
    margin-top: 0;
}
.textedit-toolbar-popup .modal-header button {
    font-size: 12px;
    opacity: 1;
    text-shadow: none;
    background: transparent;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 300;
    color: #444;
    border-bottom: none;
}
.textedit-toolbar-popup .modal-body {
    padding: 0px 20px 20px 20px;
    background: #fff!important;
    border-radius: 5px;
    max-height: 550px;
    overflow-y: scroll;
}
.textedit-toolbar-popup .textedit-headersection {
    font-size: 50px!important;
    padding: 0!important;
    margin: 0!important;
    color: #444!important;
    height: auto!important;
    border: none!important;
    background: transparent;
    box-shadow: none!important;
}
.textedit-toolbar-popup .modal-header button.btn-primary,
.textedit-toolbar-popup .textedit-headersection .fa-check {
    color: #fff;
    background-color: #5cb85c;
}
.color--settings .btn-sm {
    padding: 5px 32px!important;
    font-size: 12px;
    border-radius: 0;
}
.predefined-colors .modal-dialog {
    min-width: 500px;
    max-width: 500px;
    margin: 20px auto;
}
.section-additional-color .btn-simple{
padding: 3px 15px;
    font-size: 10px;
}
.gallery-images .listing-gallery .selected--icons{
    /* display: none; */
}
.gallery-images .listing-gallery.active .selected--icons{
    display: block;
}
.homepage---content .owl-item .card{
    cursor: pointer;
}
.homepage---content .owl-item.active .active-card{
    box-shadow: 0 1px 6px 2px rgba(138, 138, 138, 0.5)!important;
    background: #fff;
    /* background-color: #ffff!important; */
}
.homepage---content .owl-item:visited .card-title.ctgrname{
color: #000;
}
.homepage---content .owl-item.active .arrowmark-down::after{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}
.stickytemplate .card-image img {
    width: 72px;
    height: 102px;
    display: block;
    border: 1px solid rgba(0, 0, 0, .125);
    top: 0;
        margin: 10px auto;
}
.actntemplate i, .actntemplate a {
    font-size: 11px!important;
      color: #919aa3!important;
    padding-right: 2px!important;
}
.fa-camera:before {
    content: "\f030";
}
.actntemplate {
    position: relative;
    bottom: 0;
     top: 0;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.onempty-template {
    width: 72px;
    height: 102px;
    display: block;
    border: 1px dashed rgba(0, 0, 0, .125);
    top: 0;
    background: #e5e5e5;
    border-radius: 5px;
    margin: auto;
}
.noactntemplate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    top: 25px;
}
.bkpg--outerlayout .noactntemplate .captext {
    font-size: 11px;
    line-height: 1;
    color: #919aa3;
    font-weight: 500;
    width: 72px;
    margin: auto;
}
.bkpg--outerlayout ul li a {
   right: 0;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
        text-decoration: underline;
}
.bkpg--outerlayout .pagelevel-settings ul li a i {
    font-size: 15px;
    padding-right: 2px;
    position: relative;
   top: 0;
    right: 0;
}
.bkpg--outerlayout ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.bkpg--outerlayout ul li {
    width: auto;
    float: right;
    padding: 0 15px;
    /* border-right: 1px solid #eee; */
}
.stickytemplate {
    position: absolute;
    right: -60px;
        top: 10px;
}
.bkpg--outerlayout li{
    list-style: none;
}
.bkpg--outerlayout .resetbtn{
    position: absolute;
    float: right;
    right: -63px;
    top: 122px;
}
.imgcapture-spinner .fa-spin{
    font-size: 65px!important;
    color: #fff!important;
}
.stickytemplate a {
    color: #337ab7;
    text-decoration: none;
}
.my--library .gridview-booklist .book-title{
font-size: 14px;
}
.category-image-body{
width: 65px;
    max-height: 65px;
    min-height: 65px;
    height: 65px;
    margin: auto auto;
}
/* error message */
.unsuccess-msg-card {
    border: 1px dashed #db4f55;
    background: #bf959824 !important;
    padding: 50px 0;
  }
  .unsucessful-icon .fa {
    font-size: 65px;
    color: #db4f55;
  }
  .payment-data-view {
    padding: 10px 10px 10px;
  }
  .payment-data-view h4 {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .payment-page .payment-data-view p {
    font-size: 12px;
    color: #222;
    margin-bottom: 0px;
  }
  .payment-page .payment-data-view p {
    font-size: 12px;
    color: #222;
    margin-bottom: 0px;
  }
  .bgc-transparent {
    background: transparent !important;
  }
.book-tempcapture-list .resetbtn .btn-simple{color: #fff;
background-color: #4eac4f;
border-color: #dedede;
border-radius: 3px;
    font-size: 11px;}
    /* ribbon */
    .box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.ribbon {
     position: absolute;
    right: 11px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.editgridster-section.active {
    border-color: #777!important;
    /* box-shadow: 0 2px 10px rgba(75,162,249)!important; */
      box-shadow: 0 2px 10px rgba(000,000,000, 0.9)!important;
}
.editgridster-section:hover {
    transform: scale(50);
    box-shadow: 0px 0px 35px 5px rgba(000,000,000, 0.9)!important;
    transition: box-shadow 0.5s, transform 0.5s;
}
.ck.ck-icon, .ck.ck-icon * {
    font-size: 20px!important;
    max-height: 20px;
    max-width: 20px;
    padding: 14px;
}
/* .ck-toolbar-container{
    z-index: 9991!important;
} */
.bs-example-modal-lg .flipbook-menu .menu-nav ul li{
padding: 5px 15px;
}
.sample_book_img{
border: 1px solid #ddd;
    padding: 3px;
    max-width: 250px;
   max-width: 250px;
    /* box-shadow: -5px 5px 7px 1px #666 !important; */
    border-radius: 0 3px 3px 0;
    border-radius: 3px;
    background: #f9f9f9;
        box-shadow: inset 0 0 5px #666;
}
.textsection-action-toolbar{
    float: right;
    z-index: 9999;
}
.tryit-content .descript--section {
    min-height: auto;
    max-height: 500px;
    padding: 25px;
}
.spinner-reset{
    position: absolute;
    top:-105px;
    left: 23px;
}
.tryit-content .tc--information {
    width: 600px;
}
.samplebook-section .subheading {
    font-size: 26px;
    font-weight: 500;
    color: #7d4e7c;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
}
.samplebook-container{
    padding: 70px 0;
    background: #f5f5f5;
}
.card-samplebook-content{
    text-align: center;
}
.tryit-content .secondary-heading{
    color: #7d4e7c;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
}
.stickytemplate  .actntemplate .btn-sm {
         font-size: 10px;
             margin-top: 10px;
         }
 .bkpg--outerlayout ul .stickytemplate {width: 13.5%;}
 .clientinfomodal{
    width: 100%!important;
    margin: 0!important;
 }
  .clientinfomodal .modal-content{
    border-radius: 0;
 }
 .clsoebtn{
    float: right;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
 }
 .clientinfomodal .modal-body{
        min-height: 735px!important;
    max-height: 735px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding:20px 25px!important;
    background: #f9faff;
 }
 .clientinfomodal {
    position: fixed;
 }

  .clsoebtn i{
        font-size: 16px;
    color: #c6c6c6;
 }
 .customerdetailsinfo{

 }
 .infodivision{
     width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    position: relative;
 } 
  .infodivision li{
     float: left;
    width: 32%;
      margin: 0 20px;
/*    padding: 10px;*/
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
 }
.integervalue {
    text-align: right;
    float: right;
    padding: 15px;
    font-size: 35px;
/*    color: #7fb1b3;*/
    font-weight: 500;
}
 .clientinfomodal .tabset > label{
    width: 25%;
 }
 .icondv{
width: 25%;
    padding: 20px 10px;
    font-size: 25px;
    text-align: center;
   
    color: #fff;
    opacity: .8;

 }
 .detailsdiv{
padding: 10px;
    width: 85%;
 }
