﻿/* 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/css2?family=Poppins:wght@300;400;500&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-weight: 400;
}

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: 1300px;
    margin: 0 auto;
    position: relative;
}

.book-comp .modal-content {
    max-width: 1300px;
    min-width: 300px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    box-shadow: none;
    border-radius: 3px;
    color: #555;
    border-width: 0;
    border: none;
    outline: 0;
    background: #EDF4F8;
}

.book-comp .modal-header {
    border: 0;
    height: 66px;
    padding: 0;
    width: 100%;
    top: 0;
    border-bottom: none;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.modal-header.choosequestion--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;
}

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: #505459;
    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: 96px;
    height: 27px;
    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: 11px;
    text-transform: uppercase;
    background: #FFB236;
    border-radius: inherit;
    box-sizing: content-box;
    font-weight: 300;
}

.choosequestion--body .choosequestion--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: 3.4px;
    left: 4px;
    width: 20px;
    height: 20px;
    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: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.setting-section-right .modal-content {
    margin: 0 !important;
    padding: 0 !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;
}

.bkpg--outerlayout {
    display: block;
    position: relative;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.01);
    min-height: calc(100vh - 10vh);
    max-height: calc(100vh - 10vh);
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 30px 80px;
}

.book-comp__cbody {
    background: #EDF4F8;
    min-height: calc(100vh - 5vh);
    max-height: calc(100vh - 5vh);
    /*padding: 25px!important;*/
}

.eb--headerlists {
    min-height: calc(100vh - 11vh);
    max-height: calc(100vh - 11vh);
    box-shadow: 5px 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
    border-left: 2px solid #e8e8e8;
}

.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 0 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 0;
    margin-bottom: 0;
    min-height: calc(100vh - 24vh);
    max-height: calc(100vh - 24vh);
    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;
}

.eb--headerlisting ul.list--ofheardersul li.active {
    border-left: 10px solid #5fd7bc;
    padding-left: 5px;
    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: #3D4451;
    font-size: 16px;
}

.action-dropdownmenu {
    padding: 0;
    min-width: auto;
    right: 1px;
    left: auto;
    margin: 0;
}

.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%;
    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: #433b88;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.setting-section-right .modal-body {
    padding: 0 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: 1px dashed #cecece;
    margin-top: 15px;
    margin-bottom: 15px;
}

.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: 33.333%;
    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: #f5f6f6;
    border-bottom: 2px solid #5cb85c;
}

.tab--choosepagesettings ul li.active a {
    color: #5cb85c;
}

.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: 10px 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;
}

.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*/

.choosequestion--outerlayout .modal-dialog {
    width: 1000px;
    margin: 30px auto;
}

.choosequestion--outerlayout .modal-content {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
}

.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;
}

.choosequestion--body {
    padding: 0;
    min-height: calc(100vh - 16vh);
    max-height: calc(100vh - 16vh);
    background: #aacce921;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.84);
}

.choosequestion--body .choosequestion--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 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;
}

.choosequestion--body .choosequestion--body__listing aside ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
}

.complist-container ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.complist-container li {
    display: inline-block;
    padding: 0;
}

.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: 0 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: 16px;
    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: 20%;
}

.no-imagesdisplay i {
    font-size: 40px;
    margin-bottom: 5px;
}

p {
    font-size: inherit;
    line-height: 21px;
}

.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 #aaa;
    background: #f1f4f5;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
}

.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;
}

.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: transparent;
    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--outerlayout__innerarea .bkpg--pageheader span .icons {
    color: #555;
    padding: 10px 5px 10px 10px;
    cursor: pointer;
}

.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: 100%;
    background: transparent;
    border: 1px dashed #ccc;
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

#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;
}

.sectionouterarea {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px dashed transparent;
}

.action-dropdownmenu li a {
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.action-dropdownmenu {
    padding: 0;
    min-width: auto;
    right: 0;
    left: auto;
}

.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;
}

.bkpg--pageheader .untitled--textpg .form-control::-webkit-input-placeholder {
    color: #333;
}

.sectionouterarea--actionicons {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    line-height: 1.9;
    color: #e64c4c;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 9993;
}

.sectionouterarea:hover .sectionouterarea--actionicons {
    display: block;
}

.row-resize-height {
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.table--contentarea table {
    border: none;
    table-layout: fixed;
    width: 100%;
}

.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: 2px dashed #9ca6af;
    box-sizing: border-box;
    color: #9ca6af;
    border-radius: 5px;
}

.table--contentarea table td:hover {
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}

.sectionouterarea {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border: 2px dashed transparent;
    z-index: inherit!important;
}

.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: 15px;
}

#model-add .form-control {
    font-size: 12px;
    margin-top: 3px;
}

.no--componentsfound i {
    font-size: 35px;
    cursor: pointer;
}


/* 
.fixedtext {
    min-height: 300px;
} */

.sectionouterarea:hover .ng-resizable-handle::after {
    content: " ";
    height: 0;
    width: 0;
    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: 0;
}

.ng-resizable-handle.ng-resizable-e {
    border-top: 12px solid #aaa;
    border-left: 12px solid transparent;
    width: 14px;
    height: 14px;
    right: 0;
    top: 0;
}

.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: 0;
}

.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 0 !important;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

.notification-col ul {
    padding-left: 0;
}

.header--actionsection ul {
    padding-left: 0;
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 0;
}

.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: #6d6e6f;
    line-height: 2.2;
}

.header--actionsection ul li a {
    color: #555555;
  font-size: 12px;
    font-weight: 500;
}

.header--actionsection ul li .material-btn-icons i {
    vertical-align: middle;
    font-size: 24px;
    line-height: 0;
    color: #3D4451;
}

.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;
    color: #444;
    cursor: pointer;
    padding: 15px 0;
}

.header-toolbar ul {
    padding-inline-start: 0;
    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: #3D4451;
}

.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-250 {
    width: 250px!important;
}


/* 
.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: 0 20px 0 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: 8x 10px;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 12px;
}

.chat--detailedbox .chat li.right .chat-body p {
    background: #c7dfe6;
    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-choosequestion {
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    border-radius: 15px;
    height: 100%;
    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-choosequestion img {
    padding-left: 90px;
    width: 150px!important;
    height: 70px!important;
}

.oninsert-choosequestion:hover p {
    color: #444!important;
}

.oninsert-choosequestion:hover {
    background: #fbfbfb;
    box-shadow: 0 2px 2px rgb(0 0 0 / 2%), 0 2px 4px rgb(0 0 0 / 5%), 0 2px 1px rgb(0 0 0 / 6%), 0 2px 1px rgb(0 0 0 / 7%), 0 7px 3px rgb(0 0 0 / 9%), 0 30px 30px rgb(0 0 0 / 12%);
}

.oninsert-choosequestion p {
    font-size: 15px;
}

.oninsert-choosequestionbox {
    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-choosequestionbox img {
    padding-left: 90px;
}

.oninsert-choosequestionbox:hover p {
    color: #3bd6ba!important;
}

.oninsert-choosequestionbox:hover {
    background: transparent;
}

.oninsert-choosequestionbox p {
    font-size: 15px;
}

.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: 0;
    left: 0;
}

.comp-preview--footer .btn-proceed {
    color: #fff!important;
    background-color: #5fd7bc!important;
    border-color: #5fd7bc!important;
    width: 100%!important;
    padding: 15px 0!important;
    border-radius: 0!important;
}

.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: 0;
    font-size: 20px;
    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: 0.3;
    padding: 5%;
}

.manage-widget-property .gallery--section {
    min-height: calc(100vh - 30vh);
    padding: 15px 0;
    border-top: 1px dashed #dfdfdf;
    margin-top: 20px;
}

.choosequestion--body .choosequestion--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 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 .header-name {
    padding-left: 5px;
}

.footer-orglogo {
    height: 20px;
    width: auto;
}

.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: 0 0 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;
}

.comment--footersection .btn--send {
    margin-top: 3px;
    font-size: 24px;
    width: 100%;
    height: 47px;
    background: #20828d;
    border: 1px solid #20828d;
    margin-left: 2px;
}

.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;
}

.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;
}


/* .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: calc(100vh - 25vh);
    max-height: calc(100vh - 25vh);
    overflow-y: scroll;
}

.template-confirmation .modal-small {
    width: 320px;
    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);
    border-radius: 2px;
}

.template-confirmation .delete-modalform .modal-body {
    padding: 30px 0;
}

.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;
}

.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: 0 0 0 #000000;
    background: #777777;
    border-radius: 1px;
    border: 0 solid #000000;
}

#pagezoombtn input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #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: 0 0 0 #000000;
    background: #777777;
    border-radius: 1px;
    border: 0 solid #000000;
}

#pagezoombtn input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 #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: 0 solid #000000;
    border-radius: 2px;
    box-shadow: 0 0 0 #000000;
}

#pagezoombtn input[type=range]::-ms-fill-upper {
    background: #777777;
    border: 0 solid #000000;
    border-radius: 2px;
    box-shadow: 0 0 0 #000000;
}

#pagezoombtn input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0 0 0 #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;
}

.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;
}


/* 718 */

.choosequestion--outerlayout .modal-dialog {
    width: 1100px;
    margin: 0 auto;
    z-index: 9999!important;
    margin-top: 0!important;
}


/* 723 */

.choosequestion--outerlayout .modal-content {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    min-width: 1100px;
    border: none;
    border-radius: 0;
    z-index: 9999!important;
}


/* 64 */

.modal-header.choosequestion--header {
    padding: 0!important;
    min-height: 80px;
}

.choosequestion--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: 11px;
    color: #aaa;
}


/* 760 */

.complist-container label {
    border: none;
    margin: 10px!important;
}


/* 745 */

.choosequestion--body {
    padding: 0;
    min-height: calc(100vh - 11vh);
    max-height: calc(100vh - 11vh);
    background: #aacce921;
}


/* 756 */

.choosequestion--body .choosequestion--body__listing aside ul {
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: calc(100vh - 12vh);
    max-height: calc(100vh - 12vh);
    overflow-y: scroll;
    overflow-x: hidden;
}

.component--image__preview {
    background: #fff;
    min-height: calc(100vh - 11vh);
    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% 0;
    text-align: center;
}

.component--image__preview .no--componentselected p {
    margin: 10px;
    font-size: 12px;
    color: #aaa;
}


/* 824 */

.complist-container label img {
    height: 70px;
    width: 130px;
}

.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;
}

.choosequestion--body .choosequestion--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: 480px;
    max-height: 480px;
}

.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%;
}

.comment--footersection {
    border-top: 1px dashed #aaa;
    padding-top: 20px;
    margin-bottom: 20px;
}

.comment--footersection .btn--send {
    margin-top: 3px;
    font-size: 24px;
    width: 100%;
    height: 47px;
    background: #20828d;
    border: 1px solid #20828d;
    margin-left: 2px;
}

.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;
}

.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;
}


/* .table--contentarea td.w-50 {
    width: 50%!important;
    float: left;
} */

.sectionouterarea:hover .ng-resizable-handle::after {
    content: " ";
    height: 0;
    width: 0;
    color: transparent;
    background: transparent;
    text-align: center;
    position: relative;
    right: -700px;
    z-index: 9999;
    border-top: 20px solid #f30c0c00;
    border-bottom: 20px solid #d2171700;
    border-right: 20px solid #9ca6af;
    cursor: n-resize;
}

.ng-resizable-handle.ng-resizable-s {
    cursor: s-resize;
    height: 10px;
    bottom: -10px;
    width: 100%;
    left: 30px;
}

#model-add .untitled--textpg .form-control {
    height: 34px!important;
}

.choosinglayout--modal .modal-dialog {
    width: 850px;
}

.choosinglayout--modal .modal-content {
    max-width: 850px;
    min-width: 850px;
}

.rhs--choosetemplate ul li {
    width: 25%;
    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;
}

.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;
}

.table--contentarea {
    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;
}

.btn-lable .form-control {
    height: 25px;
}

.button-display .user-value {
    width: 30px;
}
.add-new-process .formsettingheading h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
} .add-new-process .form-icons .formsearch{
    position: absolute;
    top: 27px;
    background: #eee;
    padding: 8px;
    font-size: 17px;
   right: 33px;
}.add-new-process .form-icons .formtrash{
    position: absolute;
    top: 27px;
    background: #eee;
    right: 0;
    padding: 8px;
    font-size: 17px;
}
/* .add-new-process .vendoricons .material-icons, */
.display--settings .vendoricons .material-icons{
position: absolute;
        top: 26px;
    right: 56px;
    background: #eee;
    padding: 5px
}
.display--settings .searchgroup{
    padding: 0 35px;
}
.display--settings .group---button{
    text-align: right;
padding-bottom: 40px;
padding-right: 34px;}
.modal-dialog.option--process{
width:700px;
}
.option--process .contentbody-options{
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 500px;
    max-height: 500px;
}
.customform-main-header .heading-option{
    width: 50%;
    text-align: left;
    padding: 0;
}
.customform-main-header .heading-option a{
        color: #666666;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}
.workflow--outerlayout .input-section .form-control{
    margin: 10px 0;
       border:1px solid #ced4da!important;
}
/* .workflow--outerlayout .card-content-user{
    border: 2px solid #eee;
    height: 300px;
    padding: 10px;
} */
.workflow--outerlayout .static-table .table>tbody>tr>td{
    
    min-width: auto;
}
.card-content-user ul img{
    width: 50px;
    height: 50px;
    padding: 0;
}
.workflow--outerlayout .card-content-user li{
    width: 49%;
}
.card-content-user .userlist{
    margin: 10px 0;
}
.approve-btn{padding: 10px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    color: #000;
    cursor: pointer;
        border: 1px solid #dddddd;
    font-weight: 600;
    border: 1px solid;
}
.workflow--outerlayout .table-configurebtns .switch-handle{
   width: 20px;
    height: 20px;
    top: 2px;
    left: 4px
}
.workflow--outerlayout .table-configurebtns .switch-input:checked~.switch-handle {
    left: 57px;
}
.approvelable
{
    border: none;
   color: #3e3e3e;
    font-weight: 500;
    font-size: 13px;
    margin: 10px 0px!important;
}
.taskactions-panel .table-configurebtns{
margin: auto 60px;
padding-bottom: 10px;
    }
.workflow--outerlayout .complist-container li{
opacity: inherit;
}
.workflow--outerlayout .complist-container label {
    border: none;
    margin: 10px 0!important;
}
.workflow--outerlayout .taskdetails-header-action .task-document-listing .listing-icons:active{
    border-bottom: 1px solid #ddd;
}
.workflow--outerlayout .taskdetails-header-action .settingicons{
  border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
        float: left;
    padding: 14px;
}
.workflow--outerlayout .taskdetails-header-action .settingicons i{
        font-size: 28px;   
    font-weight: 800;
}
.workflow--outerlayout .taskdetails-header-action .tasktitle{
    float: left;
    padding: 20px;
}
.workflow--outerlayout .choosecomponent--body{
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: auto;
    max-height: 500px;
}
.workflow--outerlayout .norecordfound img {
    height: 60px;
    width: 60px;
}
.workflow--outerlayout .search-icon-data {
    font-size: 14px;
}
.process-field-page .dropdown-searchfield{    background: transparent!important;
    width: 100%;
    text-align: right;
    box-shadow: none;
    margin: 0;
    padding: 5px 5px !important;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-weight: 600 !important;
    color: #495057 !important;
    height: 36px;
    text-transform: capitalize;
}

.process-field-page .questiontemplate{font-weight: 600;
    padding: 0;
 font-size: 13px;
    background: #fff;
    margin-bottom: 0;
    color: #333;}
   .process-field-page .addtemplate{
        margin: 0 !important;
    padding: 6px !important;
    background: #26c6da!important;
    border: 1px solid #26c6da;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    }
    .edit-questionnaire .popup-modal-dialog{
    width: 600px!important;
    }
    .edit-questionnaire .tab-content{
        overflow-x: hidden;
    overflow-y: scroll;
    min-height: 400px;
    max-height: 400px;
    }
   .process-field-page .add-and-search .btn-qm-primary{
        margin: 0;
    padding: 3px 10px;
    font-size: 11px;
    }
  .process-field-page  .add-and-search li .dropdown-menu{
        min-width: 180px;
    max-width: 180px;
       right: 20px!important;
    top: 25px;
    }
    .questionnairye-type .modal-dialog.select-input-modal {
    margin-top: 50px;
    max-width: 700px;
    min-width: 700px;
}
.questionnairye-type .content-body  ul,
.questionnaire-type .content-body  ul{list-style: none;
    padding: 0;
}
.questionnairye-type .content-body  ul .process-name,
.questionnairye-type .content-body  ul .typename,
.questionnaire-type .content-body  ul .process-name,
.questionnaire-type .content-body  ul .typename{font-size: 12px;
    font-weight: 600;}
    .tags-listing{
        border-radius: 3px;
    background-color: #dde1e2;
    color: #383838;
    border-width: 0;
    padding: 5px 5px;
    list-style: none;
    margin: 5px 2px;
    float: left;
    font-size: 12px;
    cursor: context-menu;
    }
   .tags-listing  .close{
        background-color: #ababab;
    border: 1px dotted #000;
    border-radius: 3px;
    cursor: default;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    padding: 0 5px;
    font-size: 15px;
    color: #d12229;
    cursor: pointer;
    }
   .questionnairye-type .myprofile-tab-section{min-height: 500px;
    max-height: 500px;
    }
    .advance-search .user-card-content .user-thumbnail{
            position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    }
    .advance-search .user-card-content .user-thumbnail img{ width: 240px;
                    height: auto;
                    border-radius: 0}
    .report-view--popup  .advance-search .popup-modal-dialog {
              min-width:  700px;
      }
    .report-view--popup  .advance-search  .modal-infobox{min-height: 55px;
    background: #f9f9f9;
    margin:0;
    padding: 15px 5px;}
   .report-view--popup  .ums-listing-panel {
    padding: 15px;
    width: 100%;
        overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: auto;
    max-height: 500px;
}
.advance-search .task-heading{
        padding: 10px 27px!important;
}
/* layout setting */
.booksettingpop .popup-modal-dialog {
    width: 650px!important;
    margin: 20px auto;
}
.swtichheaderinfo {
    text-align: center!important;
    color: #555;
    font-size: 12px;
    padding: 10px;
}
    .advsettingpreviewpanel .choose--colornimage {
    width: 200px;
    padding: 0%;
    border: none;
    background: #ddd;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 220px;
    position: inherit;
    margin: 0 auto;
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.choose--colornimage .selection-icon {
    font-size: 40px;
    margin-bottom: 5px;
    color: #C7CCD0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title__heading {
       margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #3e3e3e;
    padding: 5px;
    margin-top: 0px;
}
.choose-category ul li:first-child .category-color {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.choose-category ul li .category-color {
       height: 25px;
    width: 25px;
    display: block;
    margin: 5px 5px;
    position: relative;
    top: 0;
    cursor: pointer;
    border-radius: 12%;
}
.pickingcolor-preview {
    min-height: 100%!important;
height: 220px!important;}
    .image--position {
    float: left;
    border: 1px solid #d5dce0;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    color: #000;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 3px;
    height: 25px;
    width: 80px;
    line-height: 1.8;
}
.bordersettingpanel .image--position {
    padding: 0!important;
    border: none;
}
.bordersettingpanel p {
    border-color: #ccc!important;
    border-width: 3px!important;
}
.bordercolorinput .pickingcolor-preview{
    overflow: hidden;height: 35px!important;width: 100%;
}
.category-color.morecolors{    background-color: #ccc;cursor: pointer;font-size: 12px;}
.advanced-settingtab .form-control {
    width: 100%;
    height: 30px!important;
    padding: 6px 6px!important;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
}
.padding-control {
    display: inline-block;
    width: 20%;
    margin: 0 5px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
}
.bordersettingpanel .image--position {
 width: 17%;
    margin: 5px;
}
.bordersettingpanel .image--position {
    padding: 0!important;
    border: none;
}
.image--position:hover, .image--position.active {
    background: rgba(104, 197, 181, 0.5);}
    p.dotted {
    border-style: dotted;
}
p.dashed {
    border-style: dashed;
}
p.double {
    border-style: double;
}
p.solid {
    border-style: solid;
}
p.groove {
    border-style: groove;
}
p.ridge {
    border-style: ridge;
}
p.inset {
    border-style: inset;
}
p.outset {
    border-style: outset;
}
p.none {
    border-style: none;
}
.display--settings .choose-category ul li:hover{
    border:none;
}
.choose-category ul li:first-child .category-color {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
}.advanced-settingtab .form-control {
    font-size: 10px!important;
    margin-top: 3px!important;
}
 .choose-category label{
 padding-top: 6px;
    }
   .display--settings .popup-modal-fixed-height .popup-modal-content .content-area{
        padding: 0;
    min-height: calc(100vh - 40vh);
    max-height: calc(100vh - 40vh);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    }
 .display--settings .myprofile-tab-section .nav>li { float: left;
    width: 20%;
    text-align: center;
    margin: 0;}
 .display--settings   .myprofile-tab-section .nav>li a {
    background: #E6EAEA;
}
.display--settings .myprofile-tab-section .nav>li:active a{
        border-bottom: 2px solid #dddd;
}
/*.display--settings .myprofile-tab-section .nav{
        background: none;
}*/
.display--settings .advsettingpanel .additional-setting .form-group{
        padding-bottom: 0;
}
.corner-arrows{
    font-size: 24px;
    font-weight: 600;
}
.formsetting .myprofile-tab-section .nav>li,
.display--settings  .myprofile-tab-section .nav>li{
      float: left;
    min-width: 100%;
    text-align: inherit;
    max-width: 100%;
}
.formsetting .modal-dialog {
    min-width: 600px;
    max-width:600px;
    margin-top: 30px!important;
}
.choosecomponent--header {
    border-bottom:none;
    padding: 0;
}
.choosecomponent--header .book--title {
       font-size: 14px;
    font-weight: 500;
    color: #337ab7;
    line-height: 0;
    padding: 0;
    margin: 0;
}
.settingswitchbtn {
  float: right;
    right: 0;
    position: absolute;
    top: 0;
}
.booksettingpopbody {
    padding: 0px;
}
.advsettingpreviewpanel {
    position: inherit!important;
    padding: 10px 15px;
    background: none;
}
.swtichheaderinfo {
    text-align: center!important;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}
.choose--colornimage.A4preview {
    width: 200px;
    padding: 0%;
    border: none;
    background: none;
    opacity: 1;
    color: #000;
    cursor: pointer !important;
    text-align: center;
    height: 220px;
    position: relative;
    margin: 0 auto;
}
.choose--colornimage .selection-icon {
    font-size: 40px;
    margin-bottom: 5px;
    color: #C7CCD0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.formsetting .myprofile-tab-section
{
       min-height: calc(100vh - 40vh);
    max-height: calc(100vh - 30vh);
}
.formsetting .modal-content .modal-footer {
    
    position: relative;}
/* 
.formsetting .chat-window{
        overflow-x: hidden;
    overflow: scroll!important;
    overflow: auto;
   min-height: calc(100vh - 35vh);
   max-height: calc(100vh - 35vh);
} */
.formsetting label.reupload--aimage {
    font-weight: 600;
    border: 1px solid #eee;
    font-style: inherit;
    font-size: 10px!important;
    background: #fff;
    color: #000;
}
.formsetting .switch {
    
    width: 95px;
    height: 25px;}
  .formsetting  .switch-handle {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 20px;
    height: 20px;}
 .formsetting   .switch-input:checked~.switch-handle {
    left: 75px;
    }
 .formsetting   .choose-category ul li:hover {
    background: none;
    border-radius: 4px;
    border: none;
}
.chart-config .modal-content .modal-header {
    padding: 0;
   min-height: 65px!important;}
 .chart-config   #progressbar {
    overflow: hidden;
    color: #455A64;
    padding: 10px;}
  .chart-config  #progressbar li {
        width: 33%!important;
        padding-top: 0!important;
}
.chart-config .connecting-line {   
    top: 46%!important;    
}
.chart-config .card-content {
    padding: 10px;
}
.chart-config .task-heading {
    font-size: 16px;
    padding: 20px 10px;
    font-weight: 600;
}
/* .formsetting.book--title {
    padding: 10px 20px!important;
    text-transform: uppercase;
    line-height: 3;
} */
/* .formsetting .form-title{
        font-size: 14px;
    font-weight: 600;
    color: #337ab7;
    line-height: 1;
    padding: 13px;
    margin: 0;
} */
.chart-config .book--title {
    padding:10px 20px!important;
    line-height: 3;
    text-transform: uppercase;
}
.chart-config .modal-dialog {
    min-width: 900px;
    margin: 30px auto;
    max-width: 900px;
}
.metadata-tags .select{
border: 1px solid #ddd;  
   border-radius: 3px;
}

 .chart-config .addchart h6{ text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #ddd;
    cursor: pointer;
    text-transform: capitalize;
    }
    .chartselection .ums-listing-panel {
    min-height: calc(100vh - 45vh);
    max-height: calc(100vh - 45vh);
}
.chart-config .workflowpanelheight .selectedchart{
   font-size: 25px;
    padding: 15px;
    font-weight: 600;
    color: #b9b2b2;
    text-transform: uppercase;
}
.chartselection .advance-search .user-card-content .user-thumbnail {    
    width: auto;
}
.chartselection .chartedit{
font-size: 15px;
    font-weight: 600;
    color: #555;
}
.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;
}

.predefined-colors .choose-category ul li .deleteoncoloricon{
    display: none;
background: transparent;
padding: 3px 5px;
margin: 0;
line-height: 1.6;}

.choose-category ul li:hover {
    border: 1px solid #ccc;
        margin: 0;
}

.predefined-colors .choose-category ul li:hover .deleteoncoloricon {
   display: block;
    position: absolute;
    top: -5px;
    right: 0px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 2px 6px;
    color: #000;
}
.predefined-colors .choose-category ul li:focus{
    border: 1px solid #d8d6d6;
}
.predefined-colors .choose-category ul li:focus .fa-trash{
    display: block;
}
.choose-category ul, .choose--category-add ul {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
.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;
}
.section-additional-color {
    background: #e0e0e0;
    padding: 10px;
}
.formsetting .add-new-process .modal-content .modal-body {
    padding: 15px 20px;
    min-height: calc(100vh - 23vh);
}
input[type=checkbox], input[type=radio] {
    vertical-align: top;
        margin-right: 5px!important;
}
.formsetting .myprofile-tab-section .nav,
.myprofile-tab-section .nav {
     border-bottom: none;
    background: #E6EAEA;
    height: 100%;
    min-height:inherit;
}
.formlisting .card-desc{
     color: #9e9c9c;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
}
.btn-upload-static{
     background: #20aaea!important;
    color: #fff!important;
    border: 1px solid #20aaea!important;
    font-size: 10px!important;
    font-weight: 500!important;
    padding: 5px 10px!important;
    border-radius: 3px!important;
    box-shadow: none!important;
    margin: 8px 0!important;
    color: #fff!important;
}
.btn-upload-static .material-symbols-outlined{
        vertical-align: middle;
            font-size: 20px;
}
.header-custom{
        background: #e6e6e6!important;
    padding: 0px!important;
    min-height: 61px!important;

}
.customform-main-header.header-custom .form-headertitle{
    padding: 9px 15px!important;
      line-height: 1.5!important;
}
.header-custom .modal-infobox .info-content{
font-size: 11px!important;
    font-weight: 400!important;
    padding: 0;
    letter-spacing: .5px;
    color: #1b1b1b!important;
/*    line-height: 1.2;*/
}
.header-custom .modal-infobox{
        min-height: auto;
        background: transparent;
    padding: 0;
    margin-bottom: 0;
    text-transform: initial;
}
.customform-main-header.header-custom .header--actionsection ul li {
    padding: 20px 10px 0 10px!important;
}
.bg-custom{
    background: #e6e6e6!important;
}
.dropdown-menu.listdorpodwn li a{
padding: 7px 20px!important;
}
.form-check-label  input[type=range] {
    display: block;
    width: 100%;
    padding: 0 10px;
    vertical-align: inherit;
    position: relative;
    top: -10px;
    left: 10px;
}
.taskheight{
        min-height: calc(100vh - 31vh)!important;
    }
 