@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}


/* 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;
}

.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;
}

.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;
}

.question--modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.question--modal .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 0;
}

.question--modal .question--modal__dialog {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0!important;
}

.question--modal .question--modal__content {
    max-width: 100%;
    min-width: 100%;
    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;
}

.question--modal .modal-content .modal-header.question--modal__header {
    border: 0;
    height: 60px;
    padding: 0;
    width: 100%;
    top: 0;
    border-bottom: none;
    background: #fff;
    box-shadow: none;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
}

.question--modal .header--actionsection ul li {
    padding: 5px 0;
    line-height: 2.5;
}

.question--modal .bc--title {
    font-size: 16px;
    font-weight: 600;
    color: #337ab7;
    line-height: 1.5;
    padding: 10px 15px 0;
    margin: 0;
}

.question--modal .bc--title .icons i {
    margin-left: 10px;
    cursor: pointer;
    color: #aaa;
}

.question--modal__header .dropdown-menu>li>a {
    padding: 5px 10px;
    font-size: 12px;
    cursor: default;
}

.question--modal__header .dropdown-menu>li>a strong {
    font-weight: 600;
}

.header--actionsection ul {
    padding-left: 0;
    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:none;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0;
    color: #6d6e6f;
    line-height: 2.2;
    text-transform: capitalize;
}

.header--actionsection ul li a {
       color: #607D8B;
}

.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;
}

.viewmodeswitch .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.viewmodeswitch .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;
}

.viewmodeswitch .switch-label:before,
.viewmodeswitch .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;
}

.viewmodeswitch .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #fff;
}

.viewmodeswitch .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    opacity: 0;
}

.viewmodeswitch .switch-input:checked~.switch-label {
    background: #3bd6ba;
}

.viewmodeswitch .switch-input:checked~.switch-label:before {
    opacity: 0;
}

.viewmodeswitch .switch-input:checked~.switch-label:after {
    opacity: 1;
}

.viewmodeswitch .switch-handle {
    position: absolute;
    top: -1px;
    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);
}

.viewmodeswitch .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;
}

.viewmodeswitch .switch-input:checked~.switch-handle {
    left: 47px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.choosecomponent--body .choosecomponent--body__listing aside ul li img {
    height: 20px;
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 10px;
}

.choosequestion--outerlayout .modal-dialog {
    width: 1300px;
    margin: 0 auto;
}


/* 723 */

.choosequestion--outerlayout .modal-content {
    position: relative;
    margin: 0 auto;
   max-width: 1300px;
    min-width: 1300px;
    border: none;
    border-radius: 0;
}

.choosequestion--outerlayout .choosequestion--header .book--title {
    line-height: 1.5;
}

.choosequestion--outerlayout .header--actionsection ul li {
    padding: 5px 0;
}

.choosequestion--outerlayout .header--actionsection .material-btn-icons {
    vertical-align: middle;
    font-size: 25px;
}

.choosequestion--outerlayout .modal-content .choosequestion--header {
    min-height: 16.42857143px;
    padding: 0!important;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #111;
    font-weight: bold;
    min-height: 60px!important;
}

.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;
}

.chat--detailedbox {
    min-height: 480px;
    max-height: 480px;
    background: #fff;
}

.chat--detailedbox .chat {
    padding: 20px;
}

.chat--detailedbox .chat li {
    margin-bottom: 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;
}

.sticky--actionbuttons .btn--reject {
    color: #fff!important;
    background-color: #FF3636!important;
    border-color: #FF3636!important;
}

.setting-section-right {
    max-width: 40%;
    float: right;
    margin: 0!important
}

.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;
}

.setting-section-right .modal-body {
    padding: 15px 0!important;
    min-height: calc(100vh - 14vh);
    max-height: calc(100vh - 14vh);
    overflow-y: scroll;
}

.q-actionicons .actionicons--questionnaire i {
    font-size: 15px;
    color: #333;
    vertical-align: middle;
}

.quesoption-list .btn-advancedoption {
    box-shadow: none!important;
}

.quesoption-list .card {
    box-shadow: none!important;
}
.previewimg-animation {
  padding: 0;
  transition: transform .2s; 
  height: auto;
  margin: 0 auto;
  display: inherit;
}

.previewimg-animation:hover {
  transform: scale(1.8); 
}

.popup-modal.questionnaire-multiple-imgmodal{
    overflow: auto;
}