/*
custom.css
*/

* {
    font-family: "Arial", sans-serif !important;
}

.fl-right {
    float: right !important;
}

#sidebar-menu ul li a,
#sidebar-menu ul li a i,
#sidebar-menu ul li ul.sub-menu li a,
#sidebar-menu ul li a svg {
    color: #339fe8;
}

.mm-active>a,
.mm-active>a i,
.mm-active>a svg {
    background-color: #004761 !important;
    color: #ffffff !important;
}

.mm-active .active,
.mm-active .active i,
.active-menu-li,
.mm-active .active svg {
    color: #0a82e6 !important;
    background: none !important;
    font-weight: bold !important;
}

.admin-menu ul li .active {
    background-color: #004761 !important;
}

.admin-menu ul li ul li .active {
    background-color: #fbfaff !important;
}

.admin-menu ul li ul li .active span {
    color: #339fe8 !important;
}

.admin-menu ul .active span {
    color: #ffffff !important;
}

.admin-menu ul .active i {
    color: #ffffff !important;
}

.admin-menu ul li ul li .active i {
    color: #339fe8 !important;
}

.site-color {
    color: #0a82e6 !important;
}

.site-background-color {
    background-color: #0a82e6 !important;
}

.category .add i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #74788d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #e9e9ef;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.category .add:hover i {
    background-color: rgba(81, 86, 190, 0.2);
    color: #18A0FB;
}

#categories_paginate {
    width: 50%;
    float: right;
}

#edit_article .file {
    visibility: hidden;
    position: absolute;
}

#edit_article .img-thumbnail {
    border: none;
    width: 200px;
}

#articles .action:hover {
    color: #339fe8 !important;
}

#edit_article .tab-icon .active,
#site_info .tab-icon .active {
    background-color: #ffbf53;
}

.datatable-custom-styling thead th {
    text-transform: uppercase;
}

.datatable-custom-styling .table-image-container {
    width: 80%;
    height: 150px;
    margin: 0 auto;
}

.datatable-custom-styling .table-image-container.our-team {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
}

.datatable-custom-styling .table-image-container img {
    height: 100%;
}

.datatable-custom-styling .edit,
.datatable-custom-styling .delete {
    font-size: 1.8em;
    padding: 5px;
}

@media only screen and (max-width: 575px) {
    .text-left-mobile {
        text-align: left !important;
    }
    .scroll-grouping {
        width: 100%;
        overflow: auto;
        min-width: 1070px;
    }
    .width-100{
        width: 100% !important;
    }

    .img-responsive-edit {
        width: 100% !important;
        height: auto;
    }
}
.img-responsive-edit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.required:after {
    content: " *";
    color: red;
}

#site_info .nav-tabs-custom .nav-item .nav-link.active {
    background-color: #ffbf53;
    border-radius: unset;
}

#site_info .nav-tabs-custom .nav-item .nav-link.active:after {
    background: #ffbf53;
}

.active-lang .active {
    background-color: #ffbf53;
}

.menu-survey {
    background-color: #01222E !important;
}


/*.menu-survey ul li .active {*/
/*    background-color: #ffffff !important;*/
/*}*/

.menu-survey ul .active span {
    color: #004761 !important;
}

.menu-survey ul .active i {
    color: #004761 !important;
}

.btn-primary {
    background-color: #017ebf;
    border-color: #017ebf;
}

.btn-primary:hover {
    background-color: #017cbfe1;
    border-color: #017cbfe1;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #017ebf;
    border-color: #017ebf;
}

.btn-custom-width {
    width: 120px;
}

.add-custom-width-btn {
    width: 105px !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0a82e6;
    border-color: #0a82e6;
}


/*select2 same hight with bootstrap*/

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

#edit_promotion .csv_email,
#edit_promotion .csv_id {
    display: none;
}

#edit_promotion .btn_csv_email,
#edit_promotion .btn_csv_id {
    z-index: 1;
}

#page-topbar .header-lang a {
    padding: 8px 3px;
    opacity: 0.4;
}

#page-topbar .header-lang a:hover {
    opacity: 1.4;
}

#page-topbar .header-lang .active {
    opacity: 1.4 !important;
}

.dashboard-gadget-item {
    text-align: center;
}

.dashboard-gadget-item .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-gadget-item .sub-title {
    font-size: 13px;
}

.dashboard-gadget-item .subscribers {
    background-color: #99f5e5;
}

.dashboard-gadget-item .live-subscribers {
    background-color: #dbf4af;
}

.dashboard-gadget-item .unsubscribers {
    background-color: #d6dfdf;
}

.dashboard-gadget-item .badge {
    padding: 0.5em 0.1em;
    font-size: 90%;
    font-weight: 600;
    width: 70px;
}

.chart-item .title {
    padding-left: 0px;
    text-transform: uppercase;
}

.section-title {
    padding-left: 10px;
    text-transform: uppercase;
}

.search-custom-width-btn {
    width: 185px;
}

.dashboard-gadget-item .sub-title {
    font-size: 13px;
}

.dashboard-gadget-item .free {
    background-color: #dcff03;
}
.dashboard-gadget-item .bundle {
    background-color: #a6d5f5;
}
.dashboard-gadget-item .month-1 {
    background-color: #fab041;
}
.dashboard-gadget-item .month-3 {
    background-color: #76fa8a;
}
.dashboard-gadget-item .month-6 {
    background-color: #a6d5f5;
}
.dashboard-gadget-item .month-12 {
    background-color: #d6dfdf;
}

.dashboard-gadget-item .advance {
    background-color: #a6d5f5;
}

.dashboard-gadget-item .profession {
    background-color: #fab041;
}

.dashboard-gadget-item .premium {
    background-color: #76fa8a;
}

.dashboard-gadget-item .total-revenue {
    background-color: #f0e7e1;
}

.dashboard-gadget-item .current-month-revenue {
    background-color: #8ed9f4;
}

.no-padding {
    padding: 0px !important;
}

.icon-demo-content-new i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #74788d;
    transition: all .4s;
    border-radius: 50%;
    vertical-align: middle;
}

.icon-demo-content-new img {
    margin-top: 10px;
}

.icon-current i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #74788d;
    transition: all .4s;
    border: 1px solid #004761;
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: middle;
}

.icon-current p {
    text-align: center;
}

.bg-introduce {
    background-color: #6ccccb;
    border-radius: 20px;
}

.bg-current-project {
    background-color: #E9FCF6;
}

.bg-closed-project {
    background-color: transparent;
}

.width-40 {
    width: 40px;
}

.icon-google-content i {
    display: inline-flex;
    width: 25px;
    height: 25px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #e33e2b;
    transition: all .4s;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.background-auth-survey {
    background-image: linear-gradient(#5bfafc, #d7d2d2);
}

.btn-sign-in {
    color: #fff;
    background-color: #194655;
    border-color: #194655;
}

.btn-sign-in:hover {
    color: #fff;
}

.btn-sign-in-google {
    color: #194655;
}

.btn-sign-in-hover:hover {
    color: #fff;
    background-color: #194655 !important;
    border-color: #194655 !important;
}

.bg-question-choice {
    background-color: #ecf0ec;
}

#modal-loading-overlay .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

#modal-loading-overlay .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.btn-main, .btn-main:hover, .btn-main:active{
    background-color: #004761;
    border-color: #004761;
}
.btn-main:hover{
    background-color: #006285;
    border-color: #006285;
}
.preview_file.name{
    color: #0082C8;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a {
    background-color: #ffffff !important;
    color: #004761 !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover .admn-item-text {
    display: block !important;
    padding: 10px;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a i{
    color: #004761 !important;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li:hover>a span{
    color: #004761 !important;
}
.move_item{
    position: relative;
}
.move_item .wrapper:before {
    font-family: "Font Awesome 5 Free";
    content: "\f142";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight:900;
    position: absolute;
    top: 9px;
    left: 2px;
    cursor: grab;
}
/*body[data-sidebar-size=sm] .vertical-menu{
    position: fixed !important;
}*/
.input-custom-border{
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #423e42 !important;
    border-radius: 0 !important;
    width: 100%;
}
.input-custom-border:focus-visible {
    outline: none !important;
}
.icon-question-tye{
    padding-right: 5px;
    width: 15%;
}
.model-question-type ul>li:hover{
    color: cornflowerblue;
}
.w-select-country .select2-container--default{
    width: 100% !important;
}
.background-login-admin{
    background-image: linear-gradient(#c5eef2, #b6d6ea);
    height: 100%;
}
body[data-sidebar-size=sm] {
    min-height: 100% !important;
}
.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #03A9F4;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
.topbar-survey{
    background-color: #E9FCF6 !important;
}
.topbar-survey a{
    font-size: 14px;
    font-weight: bold;
    color: #63868e !important;
}
.topbar-survey .active{
    color: #007dbf !important;
}
.answer-page-item {
    padding-top: 10px;
    border: 1px dashed;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.chat-conversation{height:calc(100vh - 400px)}
@media (min-width:992px){.chat-conversation{height:calc(100vh - 460px)}}

.bar-wrap {
    margin-top: 18px;
    border: 1px solid #eee;
    border-radius: 15px;
}


.bar {
    width: 0%;
    height: 10px;
    transition: width .15s ease-out;
    background: #2675FC;
    border-radius: 100px;
    position: relative;
}

.bar:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #2675FC;
    right: -10px;
    top: -3px;
    border-radius: 50%;
}

.radio-sms{
    font-size: 18px;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-range {
    width: 100%;
    height: 1.3rem;
    padding: 0;
    background-color: transparent;
    accent-color: #2675FC;
}
.rate-base-layer
{
    color: #aaa;
}
.rate-hover-layer
{
    color: orange;
}
.rate-select-layer{
    color: #004761;
}
.color-title{
    color: #004761;
}
.scroll-grouping {
    min-width: 1070px;
}

.width-min-th-td{
    min-width: 180px;
}

@media only screen and (max-width: 957px) {
    .scroll-grouping {
        width: 100%;
        overflow: auto;
        min-width: 1070px;
    }
    .width-min-th-td{
        min-width: 180px;
    }
    .font-size-custom-18{
        font-size: 18px;
    }
}
.text-info i{
    color: #4ba6ef!important;
}
.text-danger i{
    color: #fd625e!important;
}

.proceed.btn-outline-primary:hover{
    color: #18A0FB !important;
    border-color: #18A0FB !important;
    background-color: revert;
}
.cancel.btn-outline-danger:hover {
    color: #fd625e !important;
    border-color: #fd625e !important;
    background-color: revert;
}
.title-image-template{
    position: relative;
    text-align: center;
    color: white;
    border: 0.5px solid #dee2e6;
    border-radius: 7px;
}
.card-title-template{
    position: absolute;
    bottom: 0px;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.metismenu .ad-mn-item {
    display: grid !important;
    align-items: center;
    grid-template-columns: 32px auto;
    gap: 10px; }
.sidebar-enable .metismenu li .admn-item-text{
    display: none;
}

.sidebar-enable .metismenu li:hover .admn-item-text{
    display: block;
}

.metismenu .ad-mn-item .ad-mn-item-ic {
    width: 30px; }
.metismenu .ad-mn-item .ad-mn-item-ic img {
    display: block;
    max-width: 100%;
}
.metismenu .admn-item-text {
    font-weight: bold;
    color: #63868e !important;
}
.metismenu .admn-item-text {
    font-weight: bold;
    color: #fff !important;
}

.metismenu .ad-mn-item.active .admn-item-text {
    color: #4ba6ef !important;
}

.metismenu li:hover .ad-mn-item .admn-item-text {
    color: #4ba6ef !important;
}

.metismenu .choice-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 5px 0; }
.metismenu .choice-type .choice-icon img {
    width: 30px; }

.icon-current {
    width: 55px;
    text-align: center; }
.icon-current a img {
    width: 30px;
    margin: 0 auto; }
.icon-current p {
    margin-top: 5px; }

.icon-demo-content-new .edt-act {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 5px 0; }
.icon-demo-content-new .edt-act.edt-act-col {
    display: inline-flex;
    margin-right: 10px; }
.icon-demo-content-new .edt-act.edt-act-col:last-child {
    margin-right: 0; }
.icon-demo-content-new .edt-act .edt-act-img img {
    width: 25px;
    height: 25px; }
.icon-demo-content-new .edt-act .lock-item img {
    width: 15px;
    height: 15px; }

.edt-bt {
    background: transparent;
    border: none; }
.edt-bt img {
    width: 30px;
    height: 30px; }



.edt-bt {
    background: transparent;
    border: 1px solid #027dbf;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 0;
    box-shadow: 3px 3px #027dbf;
}

.edt-bt img {
    width: 25px;
    height: 25px;
}
.menu-survey ul li:hover {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.menu-survey ul li.mm-active {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
}

.metismenu li {
    display: block;
    width: 90%;
    margin-left: 10px;
    position: relative;
    border-radius: 5px 3px 3px 5px;
}

.metismenu li a {
    border-radius: 5px 3px 3px 5px;
}

.menu-survey ul li:before {
    content: '';
    position: absolute;
    display: block;
    left: 99.5%;
    top: 0;
    bottom: 0;
    width: 16px;
    z-index: 99;
    height: 100%;
    background: transparent;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.menu-survey ul li.mm-active:before {
    background: #fff;
}

.menu-survey ul li:hover:before {
    background: #fff;
}




td.text-center.is_icon .remove-icon {
    width: 20px;
    height: 20px;
    padding: 0;
}

td.text-center.is_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.bnt-cancel-payment{
    background-color: #fff;
    color: red;
}
.swal2-icon.swal2-success .swal2-success-ring{
    border-color: rgb(30, 139, 198);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #1e8bc6;
}
.font-roboto{
    font-family: "Roboto" !important;
}
.image-template-height {
    object-fit: cover;
    object-position: center;
    height: 330px;
}
.survey-page {
    background: rgba(233,233,239,.25);
}

.survey-progress {
    margin-top: 15px;
}

.as-show-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .as-show-mobile {
        display: block;
    }
}

.survey-progress-text {
    margin-top: 10px;
    text-align: center;
}

.input-none-border.input-none-border-left {
    text-align: left;
}

.rating-star-content .table-responsive .rating-item td {
    display: block;
    box-sizing: border-box;
    clear: both;
}
.sidebar-enable #sidebar-menu .metismenu li:before {
    background: transparent;
}
.vertical-menu {
    border-radius: 0 20px 20px 0;
}
#sidebar-menu .metismenu>li>a>.admn-item-text {
    font-size: 14px;
}

.survey-page {
    background: rgba(233,233,239,.25);
}

.survey-content {
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
}

.survey-content .survey-header{
    padding: 15px;
    border-bottom: 1px solid #E0DCDC;
}

.survey-content .survey-body{
    padding: 15px;
}

.survey-content .survey-footer{
    margin-top: auto;
    padding: 15px;
    text-align: center;
}

.survey-progress {
    margin-top: 15px;
}

.as-show-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .as-show-mobile {
        display: block;
    }
}

.survey-progress-text {
    margin-top: 10px;
    text-align: center;
}

.input-none-border.input-none-border-left {
    text-align: left;
}

.rating-star-content .table-responsive .rating-item td {
    display: block;
    box-sizing: border-box;
    clear: both;
}

.sidebar-enable #sidebar-menu .metismenu li:before {
    background: transparent;
}
.question_border{
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    flex: auto;
}

.question_border .question_border-content{
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.launch-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
}

.question_border_hover{
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    flex: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 991px) {
    .fix-icon-page{
        display: flex;
        grid-column-gap: 25px;
        flex-wrap: wrap;
    }
}
.row.answer-page-item.rating-star-content .rating-item {
    display: flex;
    align-items: center;
}

.row.answer-page-item.rating-star-content .rating-item td{
    width: 33.3%;
}

@media only screen and (max-width: 575px) {
    .row.answer-page-item.rating-star-content .rating-item {
        display: block;
    }
}
.row.answer-page-item.rating-star-content .rating-item {
    display: flex;
    align-items: center;
}

.row.answer-page-item.rating-star-content .rating-item td{
    width: 33.3%;
}

@media only screen and (max-width: 575px) {
    .row.answer-page-item.rating-star-content .rating-item {
        display: block;
    }
}

.as-email {
    padding: 20px 0;
}
.as-email-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.as-email-label-input {
    border-radius: 0;
    border: 0;
    background: #C4C4C4;
}

.as-add-email {
    margin:  10px 0;
    font-size: 18px;
    color: #828282;
}

.as-email-item {
    margin-bottom: 20px;
}

.as-email-item .as-email-head{
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.as-email-head .as-email-avatar img{
    width: 35px;
}

.as-email-info {
    color: #828282;
}

.as-email-info .as-email-info-title {
    font-size: 18px ;
    margin-bottom: 15px;
}
.as-email-body {
    margin-top: 25px;
}
.as-email-body .as-email-body-title {
    margin-bottom: 10px;
}

.as-email-body-content {
    background: rgba(196, 196, 196, 0.2);
}


.form-check-input.as-email-checkbox {
    width: 25px;
    height: 25px;
    background-color: #C4C4C4;
    border: 0;
    border-radius: 0;
}
.form-check-input.as-email-checkbox:checked {
    background-color: #0d6efd;
}

@media only screen and (max-width: 992px) {
    body.pace-done.sidebar-enable .metismenu li .admn-item-text{
        display: block;
    }
    body.pace-done .metismenu li .admn-item-text{
        display: none;
    }
}

@media only screen and (min-width: 993px) {
    body.pace-done.sidebar-enable .metismenu li .admn-item-text{
        display: block;
    }
    body.pace-done .metismenu li .admn-item-text{
        display: none;
    }
}

@media only screen and (min-width: 1370px) {
    body.pace-done.sidebar-enable .metismenu li .admn-item-text{
        display: none;
    }
    body.pace-done .metismenu li .admn-item-text{
        display: block;
    }
}

@media only screen and (max-width: 1370px) {
    .sidebar-enable #sidebar-menu .metismenu li:hover:before {
        background: #fff;
    }
    .sidebar-enable #sidebar-menu .metismenu li.mm-active:before {
        background: #fff;
    }

    body.pace-done .menu-survey ul li:hover:before {
        background: transparent;
    }
}
.image-single-choice-content img {
    width: 100%;
    min-height: 100px;
}
.render-question img {
    width: 100%;
}

.render-question .rate img {
    width: 35px !important;
}

/* detect mobile question grid */
.grid-content-desktop {
    display: block;
}

@media only screen and (max-width: 768px) {
    .grid-content-desktop {
        display: none;
    }
}

.grid-content-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .grid-content-mobile {
        display: block;
    }
}

.grid-content-mobile .as-item-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.grid-content-mobile ul {
    padding: 0;
    margin-bottom: 10px;
}

.grid-content-mobile ul li {
    list-style: none;
    margin-bottom: 10px;
}
.grid-content-mobile .drop-down-menu-grid-item {
    margin-bottom: 15px;
}

.grid-content-mobile .drop-down-menu-grid-item .drop-down-menu-grid-item-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.grid-content-mobile .drop-down-menu-grid-item .drop-down-menu-grid-item-answer {
    margin-bottom: 10px;
}

.grid-content-mobile .drop-down-menu-grid-item .drop-down-menu-grid-item-answer-title {
    margin-bottom: 5px;
}
.as-multi-choice-item-answer {
    margin: 10px;
}
.as-multi-choice-item {
    margin-bottom: 20px;
}
.alert-success{
    color: #efeff0 !important;
    background-color: #007dbf !important;
    border-color: #007dbf !important;
}

.form-check.form-check-label-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-direction: column;
}

.form-check.form-check-label-image .form-check-input {
    margin-left: 0;
    margin-bottom: 5px;
}

.form-check.form-check-label-image .form-check-label img {
    width: 150px;
    height: 150px;
}

/**/
.maintenance-box img {
    width: 100% !important;
    height: auto !important;
}


.list-card-mobile {
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    display: grid;
    grid-template-rows: repeat(2,42%);
    grid-auto-flow: column;
}

.card-item-mobile {
    padding: 8px 10px;
    background: #FFFCFC;
    /* border: 1px solid #757575; */
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
}


.list-option-mobile {
    margin-top: 30px;
}

.list-option-mobile .option-item .option-item-title {
    background: #E8E8E8;
    padding: 8px 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.card-item-mobile-answer {
    background: #0082C8;
    color: #fff;
}

.list-option-mobile .option-item .option-item-list-answer {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    margin-bottom: 10px;
    padding: 14px;
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
    border-bottom: 1px solid #757575;
}
.answer-background {
    background-color: #E9FCF6;
}
.answer-background input {
    background-color: #E9FCF6;
}
.answer-page-item.edu-survey input.customer-answer:checked[type=radio]{
    background-color: #000;
    border-color: #000;
}
.answer-page-item.edu-survey input.customer-answer:checked{
    background-color: #000;
    border-color: #000;
}

div#modal-view-survey img {
    width: 100%;
    height: auto;
}
div#modal-view-survey img.logo {
    width: 150px !important;
}

.correct {
    color: #0a82e6 !important;
}
a.insert_answer {
    border: 1px solid #18A0FB;
    cursor: pointer;
    padding: 2px 4px;
}
.grid-answer-background {
    background-color: #E9FCF6!important;
}
.edu-survey tr:nth-child(even) {
    background: #fff
}

.edu-survey tr:nth-child(odd) {
    background: #faf9f9
}

@media only screen and (max-width: 768px) {
    .form-check-input {
        width: 1.5em;
        height: 1.5em;
        margin-top: 0;
    }
    .form-check-label {
        padding-left: 10px;
    }
}

.ml-10 {
    margin-left: 10px;
}

.as-group-bt {
    display: flex;
    gap: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

.as-group-bt button {
    height: 40px;
    background-color: #0082C8;
    border-color: #0082C8;
}
.input-custom-border-edu{
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #423e42 !important;
    border-radius: 0 !important;
    width: 90%;
}

#options-filter .filter-item {
    border-bottom: 1px solid #dbdcdd;
}
#options-filter .filter-item .form-check {
    margin-bottom: 6px;
}

.row.operator {
    margin: 0 auto;
    padding: 7px;
}
.content_preview_page .wrapper, #modal-page-view .wrapper, #modal-signature .wrapper {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dedede;
}

.content_preview_page .signature-pad, #modal-page-view .signature-pad,#modal-signature .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
}
/* Styles for signature plugin v1.2.0. */
.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
}
.kbw-signature-disabled {
    opacity: 0.35;
}


body[data-layout=horizontal] .main-content {
    background: #F7F8FA;
    overflow: inherit;
}


.has-search .form-control {
    padding-left: 2.375rem;
    height: 45px;
    border-radius: 0;
    border: 0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #0182C8;
}

.survey-template-item-img {
    height: 320px;
}
.survey-template-item img {
    width: 100%;
    height: 100%;
}

.survey-template-item-title h3{
    text-align: center;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    margin: 10px 0;
}

.survey-btn-add-new {
    height: 45px;
    padding: 13px 30px;
    background: #004761;
    color: #d2dadd;
    display: inline-flex;
    gap: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.survey-btn-add-new span{
   margin-top: -2px;
}
.as-dropdown-add-new {
    width: 100%;
}
.survey-aside {
    position: sticky;
    top: 71px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
}
.survey-aside:hover {
    overflow-y: scroll;
}
.survey-aside::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(234, 234, 235, 0.09);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.survey-aside::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.survey-aside::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(225, 224, 233, 0.04);
    background-color: rgba(228, 228, 229, 0.54);
}
.survey-sidebar {
    height: 100%;
}

.survey-sidebar-content-desktop.survey-show-desktop {
    border: 1px solid #ccc;
    border-radius: 8px;
    min-height: calc(100vh - 75px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 72px;
}

.survey-sidebar-menu {
    padding: 0;
}

.survey-sidebar-menu .sv-menu-item {
    background: #fff;
    border-radius: 5px;
    list-style: none;
    margin: 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
}

.survey-sidebar-menu .sv-menu-item .ad-mn-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.survey-sidebar-menu .sv-menu-item.sv-menu-item-active{
    color: #0182C8;
    font-weight: bold;
}

.survey-sidebar-menu .sv-menu-item.sv-menu-item-active .ad-mn-item .sv-menu-item-text{
    color: #0082C8;
}
.survey-sidebar-menu .sv-menu-item.sv-menu-item-name .ad-mn-item .sv-menu-item-text{
    color: #fff;
}

.survey-sidebar-menu .sv-menu-item.sv-menu-item-name{
    background: #0082C8;
}
.survey-sidebar-menu .sv-menu-item:hover.sv-menu-item-name .ad-mn-item .sv-menu-item-text {
    color: #fff;
}

.survey-sidebar-menu .sv-menu-item:hover .ad-mn-item .sv-menu-item-text{
    color: #0082C8;
    font-weight: bold;
}

.survey-sidebar-menu .sv-menu-item .ad-mn-item .sv-menu-item-ic img{
    width: 100%;
    height: 100%;
}

.survey-sidebar-menu .sv-menu-item .ad-mn-item .sv-menu-item-ic{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.survey-sidebar-menu .sv-menu-item .ad-mn-item .sv-menu-item-text{
    width: calc(100% - 30px);
    color: #7D8FB3;
    font-weight: bold;
}

.font-size-30 {
    font-size: 30px;
}


.back-to-dashboard-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 15px 5px;
    padding: 10px;
}

.back-to-dashboard-item .back-to-dashboard-ic{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.back-to-dashboard-item .back-to-dashboard-ic img{
    width: 100%;
    height: 100%;
}

.back-to-dashboard-item .back-to-dashboard-text{
    width: calc(100% - 30px);
    color: #7D8FB3;
    font-weight: bold;
}


.survey-sidebar-bot .logo {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.survey-sidebar-bot ul .sv-menu-item, .survey-sidebar-bot ul {
    margin-bottom: 5px;
}

.survey-aside-content-desktop {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.survey-aside-title{
    font-weight: bold;
    color: #6B7A99;
    margin-bottom: 10px;
}

.survey-question-list .survey-question-item{
    margin-bottom: 5px;
    border-bottom: 0;
    padding: 7px;
}


.survey-question-list .survey-question-item .survey-question-item-title .accordion-button{
    border-radius: 5px;
    background: #F7F8FA;
    color: #6B7A99;
    padding-left: 27px;
}
.survey-question-list .survey-question-item .survey-question-item-title .accordion-button.page-active{
    background: #0082c8;
    font-weight: bold;
    color: #fff;
}

.survey-question-item .accordion-button:not(.collapsed) {
    background-color: #0082c8 !important;
    font-weight: bold;
}

.question-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 10px 28px 10px 10px;
    border-radius: 5px;
}

.question-item:hover {
    box-shadow: rgb(204 219 232) 1px 1px 5px 4px inset;
}

.accordion-body {
    padding: 10px 0;
}

.question-item .question-item-remove{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.question-item:hover .question-item-remove{
    opacity: 1;
}


.question-item .question-item-remove .question-item-remove-icon{
    color: red;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
}


.survey-show-desktop {
    display: block;
}

@media only screen and (max-width: 992px) {
    .survey-sidebar-content-desktop.survey-show-desktop, .survey-aside-content-desktop.survey-show-desktop {
        display: none;
    }
}

.survey-show-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .survey-show-mobile {
        display: block;
    }
}

.sidebar-offcanvas, .aside-offcanvas {
    width: 300px;
}
.sidebar-offcanvas .offcanvas-header {
    justify-content: flex-end;
}

.show-sidebar-bt {
    position: fixed;
    z-index: 99;
    width: 55px;
    height: 55px;
    left: 0;
    top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    background: #0182C8;
    color: #fff;
}


.show-aside-bt {
    position: fixed;
    z-index: 99;
    width: 55px;
    height: 55px;
    right: 0;
    top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    background: #D2EBF8;
    color: #000;
}
.survey-question-item.page:hover .accordion-button {
    cursor: move;
}
.survey-question-item.page:hover .accordion-button::after {
    cursor: pointer;
}
.survey-question-item.page:hover, .survey-question-item.page.active_page {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 5px;
    cursor: move;
}
.survey-question-item.page:hover .delete-accordion-page {
    display: flex;
}

.survey-question-item-title {
    display: flex;
    align-items: center;
}
.accordion-item .delete-accordion-page {
    /*display: flex;*/
    justify-content: flex-end;
    padding: 5px;
    color: red;
    cursor: pointer;
    display: none;
}

.survey-question-item.page .no-item.accordion-button::after {
    background-image: none;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #4ba6ef !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}



.as-chatbot {
    display: block;
    width: 100%;
    max-width: 450px;
    border: 6px solid #D7D2D2;
    margin: 0 auto;
    height: 95vh;
    border-radius: 3px;

}

.as-chatbot .as-chatbot-title{
    background: #D7D2D2;
    font-size: 10px;
}

.as-chatbot-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.as-chatbot-body {
    flex: 1;
}

.as-chatbot .as-chatbot-header {
    padding: 15px;
    border-bottom: 1px solid #b6b2b2;
    text-align: center;
}

.as-chatbot .as-chatbot-survey-name {
    color: #0082c8;
    font-weight: bold;
    font-size: 20px;
}

.as-chatbot-message-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.as-chatbot-message-content {
    padding: 15px;
    overflow: hidden;
    overflow-y: scroll;
    height: 1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 15px;
}

.as-chatbot-input-container {
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.as-chatbot-input-container input {
    height: 45px;
    border: 0;
    border-radius: 30px 0 0 30px;
    background: #e1f2fe;
}

.as-chatbot-input-container input:focus {
    background: #e1f2fe;
}

.as-chatbot-input-container .input-button-send {
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 0 30px 30px 0;
    color: #0a53be;
    background: #e1f2fe;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.as-chatbot-input-container .input-button-send svg{
    width: 25px;
    height: 25px;
}

.as-chatbot-line-left {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}
.as-chatbot-line-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee0e0;
    border-radius: 50%;
    overflow: hidden;
}

.as-chatbot-line-logo img{
    width: 100%;
    height: 100%;
}

.as-chatbot-line-left-content {
    width: calc(100% - 45px);
    margin-top: 3px;
}

.as-chatbot-line-left-time {
    font-size: 10px;
    margin-top: 5px;
}

.as-chatbot-line-left-question .render-question .answer-page-item:nth-last-child(2) {
    margin-bottom: 0;
}

.as-chatbot-line-left-question canvas {
    width: 100%;
}

.as-chatbot-line-right {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 15px;
}

.as-chatbot-line-right-content {
    background: #0082c8;
    width: auto;
    max-width: calc(100% - 45px);
    margin-top: 3px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.as-chatbot-line-right-time {
    font-size: 10px;
    margin-top: 5px;
    text-align: right;
}

.as-chatbot-line-left.as-chatbot-line-left-question{
    flex-wrap: wrap;
}

.as-chatbot-line-left-question {
    width: 100%;
}




.as-mobile-version  .inputGroup {
    background-color: #e9fcf6;
    display: block;
    margin: 10px 0;
    position: relative;
}
.as-mobile-version  label {
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin-bottom: 0;
}
.as-mobile-version  label:before {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     content: "";
     background-color: #e9fcf6;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%) scale3d(1, 1, 1);
     transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
     opacity: 0;
     z-index: -1;
}

.as-mobile-version label:after {
}

.as-mobile-version  input:checked ~ label {
    color: #fff;
}

.as-mobile-version  input:checked ~ label:before {
     transform: translate(-50%, -50%) scale3d(56, 56, 1);
     opacity: 1;
    background-color: #0082c8;
 }

.as-mobile-version  input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.as-mobile-version input.input-custom-border {
    position: relative;
    visibility: visible;
    display: block;
    right: 0;
    width: 100%;
    background: #fff !important;
    transform: translateY(0px);
}



.as-build-welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 0;
    width: 100%;
    background: #fff;
}

.as-build-welcome-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.as-build-welcome-option {
    width: 100%;
    max-width: 400px;
}

.as-build-welcome-option .as-mobile-version label{
    text-align: center;
    font-weight: bold;
}

.as-build-welcome-option .as-mobile-version label{
    border-radius: 6px;
}

.as-build-welcome-option .as-mobile-version .inputGroup{
    border-radius: 6px;
}


.header-profile-user {
    height: 40px;
    width: 40px;
}

#page-topbar .btn.header-item {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 0;
    height: auto;
    padding-right: 5px;
}

#page-topbar .btn.header-item img{
    border-radius: 5px 0 0 5px;
}

#page-topbar .btn.header-item p{
    font-size: 12px;
}
.navbar-header .dropdown .show.header-item {
    background: transparent;
}
.icon-demo-content-new .edt-act-img img {
    margin-top: 0;
}
.survey-question-item.page:hover .accordion-button {
    background: #0082c8;
    color: #fff;
}
.dropdown-toggle-secondary:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.dropdown-toggle-secondary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    color: #495057;
    text-align: right;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out
}

.dropdown-toggle-secondary:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23494dab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#page_container_move_block .accordion-item img:not([class^="delete-icon"]) {
    width: 80%;
    height: auto;
}

.apexcharts-legend-text {
    font-family: "Arial", sans-serif !important
}
.apexcharts-legend-bar {
    fill: #74788d !important;
}
ul.dtr-details {
    list-style-type: none !important;
}
.dtr-details li {
    margin-bottom: 5px !important;
}
.dtr-details li .dtr-title {
    font-weight: bold !important;
}
.btn-rmv {
    display: none;
}
.rmv {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    background: rgb(0 130 200);
    margin-left: -98px
}

.rmv:hover {
    background: rgba(255, 0, 0, 0.5);
}
.cl-display-none{
    display: none;
}
