<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=============================================
=            Fixed display dropdown bootstrap select on Ipad  =
=============================================*/
.dropdown-backdrop{
    z-index:1!important;
}
/*=============================================
=            Format top bar            =
=============================================*/
.bootstrap-select .btn.btn-add{
    height: 32px;
    line-height: 20px;
    background: #5dbfbd;
}
/*=============================================
=            Format group dropdown select in top bar           =
=============================================*/
.top-navbar .box-group-business{
    margin-right: 10px;
}
.btn-group-fb-select{
    border: 1px solid #CBD9DE;
    padding: 4px 10px;
    min-height: 32px;
    border-radius: 8px!important;
    background: #fff;
    cursor: pointer;
    display: flex;
}
.btn-group-fb-select.disabled{
    pointer-events: none;
    background: #F5FBFC;
}
.btn-group-fb-select:hover{
    background: #F5FBFC;
}
.item-group-content{
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top:2px;
}
.item-group-truncate{
    display: block;
    max-width: 222px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overlay-menu-mega{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1028;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.menu-mega-content{
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    box-shadow: rgba(146, 161, 168, 0.4) 0px 2px 6px 0px;
    display: none;
    z-index: 999;
    border-radius: 4px;
    margin-top: 16px;
}

.ls-group-select{
    list-style: none;
    margin:0px;
    padding:0px 0 0 50px;
    display: flex;
    flex-wrap: wrap;
}

.ls-group-select li{
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    width: calc(100% / 4);
}
.ls-group-select li.item-full-group{
    width: 100%;
    position: relative;
    left: -50px;
    padding-top: 0px;
}
.ls-group-select li.item-full-all{
    width: 100%;
    position: relative;
    left: -50px;
}
.ls-group-select .checkbox,
.ls-group-select .radio{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}
.menu-mega-content .panel-body{
    padding:0px 24px;
}
.menu-mega-body{
    padding: 16px 24px;
    max-height: 380px;
    overflow-y: auto;
}
.group-chk-select label,
.group-rad-select label{
    color: #384747;
    font-weight: 500;
    font-size: 14px;
}
.group-rad-select{
    margin-top:16px;
}
.group-chk-select .checkbox{
    margin-top: 16px!important;
    margin-bottom: 0px;
}
.group-chk-select .checkbox label:before,
.group-chk-select .checkbox label:after,
.group-chk-select .radio label:before,
.group-chk-select .radio label:after{
    top:2px;
}

.form-search-group{
    position: relative;
    max-width: 295px;
}

.form-search-group input.form-control {
    max-width: 295px;
    padding-right: 25px;
    padding-left: 36px;
    border:transparent!important;
    background: url(/static/img/ico-search-5462f7f970b4f591e8a8ec55b8af8f9b.png) 10px center no-repeat;
    box-shadow: rgb(78 97 97 / 20%) 0px 3px 6px;
    font-weight: 500;
}
.form-search-group input.form-control:hover,
.form-search-group input.form-control:focus{
    background: #F5FBFC url(/static/img/ico-search-5462f7f970b4f591e8a8ec55b8af8f9b.png) 10px center no-repeat;  
}
.form-search-group input.form-control::placeholder {
    font-weight: 500;
    color: #92A1A8;
    opacity: 1; /* Firefox */
}
/* Internet Explorer 10-11 */
.form-search-group input.form-control:-ms-input-placeholder { 
    font-weight: 500;
    color: #92A1A8;
}
/* Microsoft Edge */
.form-search-group input.form-control::-ms-input-placeholder { 
    font-weight: 500;
    color: #92A1A8;
}
.form-search-group input:focus::-webkit-input-placeholder { color:transparent; }
.form-search-group input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.form-search-group input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.form-search-group input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.form-search-group input:placeholder-shown + button{
    opacity: 0;
    pointer-events: none;
} 

.form-search-group button {
    position: absolute;
    border: none;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    top: 10px;
    right: 15px;
    margin: auto;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
    color: #ABBCC4;
}
.form-search-group button:hover{
    color: #384747;
}
.form-search-group button:hover + input.form-control{
    background-color: #fff;
}
.no-results{
    padding-top: 10px;
    font-weight: 500;
}

.menu-mega-footer{
    border-top: 1px solid #C4D4D9;
    padding: 16px 24px;
    text-align: center;
}

/*=============================================
=            Format box-result group business            =
=============================================*/
#showmore-viewMoreGroup{
    max-width: 100%!important;
}
.box-result-group{
    background: #F5FBFC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding:16px;
    margin-bottom: 8px;
}
.ls-group-result{
    list-style: none;
    margin:0px 0 16px 0;
    padding:0px;
    display: flex;
    flex-wrap: wrap;
}
.ls-group-result li{
    width: calc(100% / 6);
    padding:3px 3px 3px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #384747;
    position: relative;
}
.ls-group-result li:after{
    content: "";
    width: 1px;
    height: 10px;
    background: #87979E;
    position: absolute;
    left:10px;
    top:50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1366px) {
    .ls-group-result li{
    }
}
.ls-group-result li.name-group-result{
    color: #92A1A8;
}
.ls-group-result li.name-group-result:after{
    display: none;
}
.showmore-button {
    cursor: pointer; 
    font-size: 12px;
    color: #35AFAD;  
    margin-top: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
/*=============================================
=            Format tooltip mini sidebar            =
=============================================*/
.az-sidebar .tooltip-inner{
    white-space: nowrap;

}
/*=============================================
=            Format height input form control            =
=============================================*/
.form-control{
    height: 32px;
    border-color:#CBD9DE!important;
    border-radius: 8px;
   box-shadow: rgb(78 97 97 / 20%) 0px 3px 6px;
}
.form-control:focus{
    box-shadow: none;
    background: #F5FBFC;
}
/*=============================================
=            Color Star           =
=============================================*/
.color-star{
    color: var(--text-num-green);
}

/*=============================================
=            Error 500 404 403         =
=============================================*/
.error-bg-img {
    background: url(/static/img/errorbg-5e1c49d5784069a263028ca4ebf093d6.jpg);
    background-size: cover;
}
.error-head {
    font-size: 48px;
    line-height: inherit;
    font-weight: 300;
}

.wrapper-error{
    min-height: 250px;
    display: flex;
    align-items: center;
    background: #fff;
    height: 100vh;
    font-family: Arial;
    color: #36afae;
    border-radius: 8px;
}
.wrapper-error-content{
    flex: 1;
    text-align: center;
}
.wrapper-error-content .error-head{
    color: #36afae;
}
.wrapper-error-content p{
    margin: 0 0 10px 0;
    color:#272B34;
}
.fb-error{
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    margin: 0 auto;
    text-align: left;
}
.item-error{
    width: 183px;
}
.fb-error .text-heading{
    font-size: 20px;
}
.error-img{
    max-width: 185px;
}
/*=============================================
=            Format box content        =
=============================================*/
.tab-content{
    background: #fff;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/*=============================================
=            Format button download         =
=============================================*/
.fb-download-element{
    margin-left: auto;
}
.fb-download-element .fb-toolbox-download {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #35afad;
    border-radius: 8px;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.fb-download-element .fb-toolbox-download:hover {
    cursor: pointer;
    background-color: #32a29f;
    border-color: #32a29f;
}
.fb-download-element .fb-toolbox-download .dropdown-menu {
    left: auto;
    right: 0;
    border: none;
    top:calc(100% + 10px);
}
/*=============================================
=            Format box chart        =
=============================================*/
.pie-chart-5-series{
    position: relative;
    border:1px solid #dadce0; 
    margin-bottom: 30px;
    height: 588px;
    padding: 3px; 
    background: #fff;
}
.pie-chart-3-series{
    position: relative;
    border:1px solid #dadce0; 
    margin-bottom: 30px;
    height: 573px;
    padding: 3px; 
    background: #fff;
}
.pie-chart-2-series{
    position: relative;
    border:1px solid #dadce0; 
    margin-bottom: 30px;
    height: 543px;
    padding: 3px; 
    background: #fff;
}
.post-check{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.highcharts--h400, 
.highcharts--h300, 
.highcharts--h250,
.pie-chart-2-series,
.pie-chart-3-series{
    background:#fff;
    border-radius: 8px;
}
.chk-center{
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.highcharts--h300{
    min-height: 333px;
    margin-bottom: 0px;
}
.highcharts--h250{
    min-height: 250px;
}
text.highcharts-title{
    fill:#272B34!important;
    font-size: 14px!important;
    font-weight: 600!important;
}
.highcharts-button-hover rect,
.highcharts-button-pressed rect{
    fill:transparent!important;
}
.highcharts-button text {
    font-family: 'Glyphicons Halflings';
    font-size: 1.2em;
    fill: #148e75 !important;
}
path.highcharts-grid-line{
    stroke:none;
}

rect.highcharts-button-box{
    fill:transparent;
}
.subname__colorChart .highcharts-legend-item text tspan+tspan {
    font-weight: normal;
    fill: #848484;
}

.full-screen i{
    color:#148e75;
    font-size: 15px;
}
.full-screen--review,
.full-screen--insights,
.full-screen--chk,
.full-screen--post,
.full-screen--sachiko,
.full--review-detail{
    position: absolute;
    top:83px;
    z-index: 11;
    right: 25px;
}
.full-screen--insights{
    top:15px;
}
.full-screen--post{
    top:15px;
    right: 15px;
}
.full-screen--chk{
    top:40px;
}
.full-screen--sachiko{
    top:120px;
}
.full--review-detail{
    top:13px;
    right: 15px;
}
.chk-center{
    padding:10px 0;
    background: #fafafa;
    border-top:1px solid #CBD9DE;
}
.name-chk{
    padding:0 10px;
}
.clr-one-start {
    color:rgb(176, 23, 31);
}
.clr-two-start {
    color:rgb(238, 58, 40);
}
.clr-three-start {
    color:rgb(255, 185, 15);
}
.clr-four-start {
    color:rgb(0, 205, 102);
}
.clr-five-start {
    color:rgb(0, 139, 69);
}
.clr-orange{
    color:#E67E22; /*(230,126,34)*/
}
.clr-green{
    color:#1ABC9C; /*rgb(26, 188, 156)*/
}
.clr-forestgreen{
    color:#43A047; /*rgb(67,160,71)*/
}
.clr-darkblue{
    color:#2C3E50; /*rgb(44, 62, 80)*/;
}
.clr-darkyellow{
    color:#F1C40F; /*rgb(241, 196, 15)*/;
}
/*=============================================
=            Format button scroll to top        =
=============================================*/
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    background-color: #35AFAD;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 100;
    border-radius: 8px;
}

.no-wrap{
    white-space: nowrap;
}

/*=============================================
=            Table CSS            =
=============================================*/
.table-wrap{
    border: 1px solid #dadce0;
    border-radius: 0;
}
.table{
    margin-bottom: 0px;
}
.table&gt;thead&gt;tr&gt;th{
    border-bottom: none;
    font-weight: 600;
    font-size: small;
    vertical-align: middle;
    padding:4px;

}
.table&gt;tbody&gt;tr&gt;th{
    /*border-top: none;*/
    font-size: 13px;
    padding:4px;
}
.table&gt;tbody&gt;tr&gt;td{
    font-size: 13px;
    padding:4px;
    vertical-align: middle;
}
.avatar__table, .avatar__home {
    display: flex;
    align-items: center;
}
.avatar__table img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.avatar__home img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.table-no-radius {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
/*Scroll header default table*/
.table-scroll {
    position: relative;
}
.table-scroll th {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
}
.table-scroll tr:first-child th {
    top: 0;
}
.table-scroll tr:last-child th {
    top: 25px;
}
/*=============================================
=            Table Body Sroll            =
=============================================*/
.tableBodyScroll tbody {
    display: block;
    max-height: 392px;
    overflow-y: auto;
}

.tableBodyScroll thead,
.tableBodyScroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*=============================================
=            Summernote        =
=============================================*/
.note-editor.note-frame .note-editing-area .note-editable{
    padding:15px;
}
.note-editable ol, .note-editable ul{
    padding:0 15px;
}
.note-editable ul{
    list-style: disc;
}
.note-editor.panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
}
.note-editor.note-frame {
    border: 1px solid #eee;
}

.note-editor .note-toolbar.panel-heading {
    border: none;
}
.note-editor .note-btn.btn-sm, .note-editor .wizard &gt; .actions a.note-btn, .wizard &gt; .actions .note-editor a.note-btn {
    padding: 9px 15px;
    font-size: 14px;
}
.note-btn {
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.note-editor .btn.btn-default.note-btn.btn-sm {
    border: solid 1px rgba(220, 220, 220, 0.5);
    color: #272B34;
}
.note-editor .btn.btn-default.note-btn.btn-sm:hover,
.note-editor .btn.btn-default.note-btn.btn-sm:focus {
    background: transparent !important;
    outline: 0;
}
blockquote {
    padding: 15px 15px 15px 0;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: transparent;
    background: transparent;
    color: #272B34;
}

.note-editor h1,.note-editor h2{
    line-height: 1.4em;
}
.note-editor h1{
    font-size: 36px;
}
.note-editor h2{
    font-size: 26px;
}
.note-editor h3{
    font-size: 18px;
}
.note-editor h4{
    font-size: 16px;
}
.note-editor h5{
    font-size: 14px;
}
.note-editor h6{
    font-size: 12px;
    font-weight: 300;
}
.note-editor .dropdown-menu&gt;li&gt;a{
    padding: 0px 20px;
}
.note-editor blockquote{
    padding:5px 20px;
}
.note-editor pre{
    border:1px solid #ccc;
    padding:5px 10px;
}
.note-editing-area a{
    color: #1565c0;
    text-decoration: underline;
}
.note-editing-area a:hover{
    text-decoration: none;
}
.link-dialog .checkbox label:before {
    display: none;
}
.link-dialog .checkbox input[type="checkbox"] {
    opacity: 1;
    position: relative;
}
.link-dialog .checkbox input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 0;
    top: 0px;
    left: 0;
    margin-left: 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.link-dialog .checkbox input[type="checkbox"]:checked:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    margin-left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
    font-family: "FontAwesome";
    content: "\f00c";
}
/*=============================================
=            Format Modal         =
=============================================*/
.modal-backdrop{
    z-index: 1029;
}
.modal{
    z-index: 1030;
}
.modal-header-danger{
 background: #FFD4D4!Important;
}
.modal-header-danger .modal-title{
    color: #E04A4D!Important;
}

.modal-header-warning{
 background: #fff2cc!Important;
}
.modal-header-warning .modal-title{
    color: #4d6161!Important;
}

.modal-open{
    padding-right: 0px!important;
}
.scroll-modal {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.fb-modal-scroll {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}
.modal-body-scroll{
    overflow-y:auto;
    max-height: 820px;
}
@media (max-width: 1366px){
    .fb-modal-scroll {
        max-height: calc(100vh - 320px);
    }
    .modal-body-scroll{
            max-height: calc(100vh - 105px);
    }
}
@media (min-width: 768px){
    .modal-dialog {
        margin: 0px auto;
    }
}

/*=============================================
=            No data         =
=============================================*/
.no-data{
    padding: 15px;
    border:1px solid #CBD9DE;
    border-radius: 0;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.no-data img {
    max-width: 250px;
}
.info-data {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.info-data h4{
    font-size: 18px;
}
/*=============================================
=            Review(Average, Number, this Month)           =
=============================================*/
.data-wrap--left,.data-wrap--right {
    padding-top: 19px;
    padding-bottom: 19px;
    min-height: 99px;
}
.counter {
    font-size: 24px;
}

/*=============================================
=            Change Breadcrumb            =
=============================================*/
.breadcrumb_show {
    display: none;
}
.page-wrapper .dropdown-menu {
    max-width: 700px;
    z-index: 80;
    margin: 0px;
    padding:0px;
    border-radius: 0px;
}
.note-btn-group button.btn.dropdown-toggle.btn-default {
    padding: 9px 25px;
}
.dropdown-toolbar .dropdown-menu{
    right: 0px;
    left: auto;
}
.dropdown-toolbar .dropdown-menu&gt;li&gt;a{
    padding-left: 10px;
    padding-right: 10px;
}
/*=============================================
=            Profile                      =
=============================================*/
#avatar_div{
    border:1px solid #CBD9DE;
    display: table;
    padding:5px;
    overflow: hidden;
}

#avatar_div img{
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
} 
.upload-img__input {
    opacity: 0;
    height: 1px;
    width: 1px;
}
.upload-img__button {
    display: inline-block;
    min-width: 160px;
    padding: 3px 5px;
    min-height: 28px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #e67e22;
    border: 1px solid #e67e22;
    cursor: pointer;
}
.upload-img__name {
    width: 100%;
    padding: 0;
    text-align: left;
    display: inline-block;
    height: 35px;
    color: #23262B;
    line-height: 35px;
    background: #fff;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
.size-logo{
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
/*=============================================
=    Necessary Settings And Relesae Version       =
=============================================*/
.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background: #eee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline__item {
    margin-bottom: 150px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline__item--badge {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -22px;
}
.timeline__panel {
    width: calc(100% - 50px);
    float: left;
    position: relative;
    border-radius: 2px;
    background-color: rgba(33, 33, 33, 0.05);
}
.timeline__panel:after {
    position: absolute;
    top: 30px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid;
    border-right: 0 solid #fff;
    border-bottom: 10px solid transparent;
    border-left-color: rgba(33, 33, 33, 0.05);
    content: " ";
}
.timeline__body--lead {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
}
.timeline__right {
    float: right;
    clear: right;
    margin-top: 100px;
}
.timeline__right .timeline__item--badge {
    left: -22px;
}
.timeline__right .timeline__panel {
    float: right;
}
.timeline__right .timeline__panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
    border-right-color: rgba(33, 33, 33, 0.05);
}
.timeline__left {
    float: left;
    clear: left;
    margin-top: 0;
    margin-left: 10%;
    margin-bottom: 10px;
}
.timeline__left .timeline__item--badge {
    left: -40px;
    width: 75px;
    height: auto;
    border-radius: 25px;
    line-height: 1;
    padding: 5px 0;
    top: 50%;
    font-size: 12px;
    right: auto;
    transform: translate(0, -50%);
}
.timeline__left .timeline__panel {
    float: right;
}
.timeline__left .timeline__panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
    border-right-color: rgba(33, 33, 33, 0.05);
    top: 50%;
    transform: translate(0, -50%);
}
.timeline__item--btn {
    position: absolute;
    right: -125px;
    top: 50%;
    transform: translate(0, -50%);
}

/*=============================================
=            Btn Logout Header          =
=============================================*/
.btn--logout {
    background: transparent;
    border: none;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #272B34;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    font-size: 13px;
}
.btn--logout .fa {
    color: #727272;
    font-size: 18px;
    margin-right: 10px;
    width: 18px;
    float: left;
}
.btn--logout:hover {
    color: #272B34;
    background: rgba(33, 33, 33, 0.05);
}
.user-auth-dropdown a i {
    margin-right: 10px;
    width: 15px;
}
/*=============================================
=            Upload Image           =
=============================================*/
.upload-file {
    height: 135px;
    margin: 0 auto;
    position: relative;
    width: 135px;
    border-radius:50%;
    text-align: center;
}
.upload-file:hover .upload-file__btn{
    display: block;
}
.upload-file__img img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
}
.upload-file__noimg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto;
}

.upload-file__btn {
    width: 135px;
    height: 135px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(36, 63, 107, 0.5) !important;
    padding: 3px 10px;
    border: none !important;
    overflow: hidden;
    border-radius: 50%;
    line-height: 135px;
    display: none;

}
.upload-file__btn--text {
    color: #fff;
    font-size: 13px;
}
.upload-file__btn--upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}
#pop_crop_img_avatar, #pop_crop_img_logo {
    width: 300px;
    padding: 15px;
    margin-top: 15px;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    border: 1px solid #acacac;
}
#img_container_avatar_div, #img_container_logo_div {
    width: 267px;
    height: 267px;
    text-align: center;
}
.button-img {
    text-align: center;
    margin-top: 15px;
    display: block;
}
/*=============================================
=            Button Readmore           =
=============================================*/
a.read-more {
    padding: 3px 8px;
    background: #00b5ad;
    border-radius: 15px;
    font-size: 13px;
    color: #fff;
}
a.read-more:hover{
    background: rgba(0, 181, 173,0.8)
}
/*=============================================
=            Local Ranking, Sachiko           =
=============================================*/
.square {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:2px solid #ccc;
}
/*=============================================
=            Search Places Ranking          =
=============================================*/
.search-Ranking{
    flex:0 0 300px;
    margin-right: 20px;
}
.btn--ranking{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 15px;
}  
.list__placesRanking {
    border-bottom: 1px dashed #CBD9DE;
}
.list__placesRanking:last-child {
    border-bottom: 0;
}
.list__placesRanking:hover {
    background: #fafafa;
}
/*=============================================
=            Guide          =
=============================================*/
.legal-list dd {
    font-size: 13px;
    margin-left: 20px;
}
/*=============================================
=            Custom select Dropdown       =
insights, review-manager, reviews, places-ranking-preview, location-ranking-preview
=============================================*/
.location__select {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0;
    background-color: #f4f5f8;
    box-shadow: none;
    color: #272B34;
    height: 34px;
    width: 400px;
    line-height: 34px;
    padding-left: 13px;
    position: relative;
}

.location__select .dropdown-menu {
    width: 100%;
}
.location__select a {
    display: block;
    cursor: pointer;
}
.location__select .dropdown-menu li a {
    overflow: hidden;
    text-overflow: ellipsis;
}
.location__select .fa-caret-down {
    position: absolute;
    right: 7px;
    top: 7px;
}
.places-ranking__label-select-box {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.location__select .dropdown-menu{
    left: auto;
    right: 0;
}
.places-ranking__select .dropdown-menu {
    left: 0;
    right: auto;
}
.review_w--keyword {
    width: 503px;
}
.error--keyword {
    position: absolute;
    bottom: -20px;
}
/*=============================================
=      location, places-ranking-preview      =
=============================================*/
.location__notification &gt; ul{
    padding-bottom: 15px;
}
.location__notification li{
    position: relative;
}

/*=============================================
=      Free trail number header      =
=============================================*/
.free__trail {
    background: #1ABC9C;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    cursor: pointer;
    margin-right: 9px;
}
.free__trail--title {
    font-size: 9px;
    text-transform: uppercase;
    background: #1565c0;
    padding: 2px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 12px;
}
.free__trail--text {
    padding: 2px 10px;
    font-size: 12px;
}
.billing .free__trail {
    margin-top: 0;
}
.billing .free__trail--title {
    font-size: 15px;
    line-height: 20px;
}
.billing .free__trail--text {
    font-size: 20px;
    padding: 15px;
}
/*=============================================
=      Privacy policy, term of service     =
=============================================*/
.info-A4{
    padding-left: 15%!important;
    padding-right: 15%!important;
    text-align: justify;
}
/*=============================================
=      Format DatePicker     =
=============================================*/
.DRWClosed:before, .DRWOpened::before{
    font-size: 12px;
}

select.daterange-preset, select.comparison-preset{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.btn.btn-mini{
    padding:6px 15px;
}
.btn.btn-mini:first-child{
    margin-right: 5px;
}
.btn.btn-apply{
    background-color: #36afae;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn.btn-apply:hover {
    background-color: #32A29F;
}
.btn.btn-cancel{
    background-color: #CBD9DE;
    color: #4D6161;
    margin-right: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn.btn-cancel:hover{
    background-color: #ABBCC4;
}
/*=============================================
=      notify box for all page     =
=============================================*/
.notify-box {
    background: #f3ecce;
    color: #403f37;
    padding:16px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    border:1px solid #e8cc55;
    border-radius: 0;
    margin-bottom: 5px;
    border-radius: 8px;
}
.notify-box p{
    line-height: 1.5em;
}
.dropdown_show_notify {
    font-size: 25px;
    color: #ffbf36;
    cursor: pointer;
}
.dropdown_show_notify.active .fa:before {
    content: "\f139";
}
.notify-box ul {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 110%;
    width: 100%;
    left: 0;
    padding:24px;
    border-radius: 8px;
    font-size: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #CBD9DE;
}
.notify-box ul li{
    color: #148E75;
    position: relative;
    padding-left: 20px;
}
.notify-box ul li a:hover{
    text-decoration: underline;
}
.notify-box ul li:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a4";
    position: absolute;
    left: 0px;
    top:1px;
}
.notify-box ul.active {
    display: block;
}
/*=============================================
=            Display NoData JP            =
=============================================*/
.fb-no-data{
    min-height: 350px;
    color: #626B70;
    font-size: 12px;
}
.fb-no-data.reset-height{
    min-height:0;
}
.fb-no-data img{
    max-width: 100%;
    margin: 24px auto;
    display: block;
}
.fb-no-data h2{
    margin:0px 0px 14px 0px;
    padding:0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    color: #626B70;
}
.fb-no-data-desc{
    width: 500px;
    max-width: 100%;
    text-align: center;
    margin:0 auto;
    background: #E9F1F5;
    border-radius: 8px;
    padding:16px;
    text-align: left;
}
.fb-no-data ul{
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;

}
.fb-no-data ul &gt; li {
    position: relative;
    padding-left: 5px;
}
.fb-no-data ul &gt; li:before {
    content:"Â·";
    font-size:20px;
    vertical-align:middle;
    position: absolute;
    left: -2px;
    top: -5px;
}
/*=============================================
=            Display Nodata Dashboard            =
=============================================*/
.nodata-display{
    min-height: 310px;
    position: relative;
    width: 100%;
}
.nodata-display:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background: rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;
}
.nodata-display .info-nodata{
    width: 100%;
    max-width: 800px;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: table
}

.nodata-display .info-nodata p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding:0;
    margin:0px 0px 40px 0px;
}

.nodata-display img{
    max-width: 100%;
}
@media (max-width: 1100px) {
    .notify-box{
        margin-top: 0px;
    }

}

/*=============================================
=     Flag layout 2    =
=============================================*/
.flag_layout2 {
    position: absolute;
    margin-right: 20px;
    margin-top: 20px;
    right: 0;
    top: 0;
    z-index: 1000;
}

/*=============================================
=    Tabs custom  vertical   =
=============================================*/
.custom-tab-1 .nav-tabs {
    border-bottom: 0;
}
.custom-tab-1 .nav-tabs&gt;li {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: calc(100% / 10);
}
.custom-tab-1 .nav-tabs &gt; li &gt; a {
    background: transparent;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 11px 15px 9px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}
.custom-tab-1 .nav-tabs &gt; li &gt; a:active, .custom-tab-1 .nav-tabs &gt; li &gt; a:focus, .custom-tab-1 .nav-tabs &gt; li &gt; a:hover {
    background: transparent;
    border: 0;

}
.custom-tab-1 .nav-tabs &gt; li.active &gt; a { 
    cursor: pointer!important;
    border-style: solid;
    border-image: initial;
    border-width: 0px 1px 1px;
    border-radius: 3px 3px 0px 0px;
    cursor: pointer;
    border-color: rgb(255, 121, 65) rgb(220, 225, 230) transparent;
    background: rgb(255, 255, 255);
}
.custom-tab-1 .nav-tabs &gt; li.active &gt; a::before {
    display: block;
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    top: 0px;
    background-image: linear-gradient(to right, rgb(0, 150, 136) 30%, rgb(35, 211, 176) 99%);
}
.vertical-pills .ver-nav-pills  li {
    margin: 0 0 2px;
    float: none;
}
.ver-nav-pills {
    flex: 0 0 300px;
    overflow: hidden;
}
.vertical-pills .ver-nav-pills  li a {
    cursor: pointer;
}
.vertical-pills .ver-nav-pills &gt; li a:hover,
.vertical-pills .nav-pills&gt;li.active&gt;a,
.vertical-pills .nav-pills&gt;li.active&gt;a:focus {
    background-color: #eee;
    color: #4f4f4f;
}

/*=============================================
=    Switch on-off   =
=============================================*/
.slider__round--box {
    position: relative;
    display: block;
    width: 70px;
    height: 25px;
}
.slider__round--box input {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    margin-top: 0;
}
.slider__round {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ececec;
}
.slider__round:before {
    position: absolute;
    content: "Off";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: -1px;
    border-radius: 50%;
    background-color: #f83f37;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}
input:checked + .slider__round:before {
    -webkit-transform: translateX(43px);
    -ms-transform: translateX(43px);
    transform: translateX(43px);
    background: #1abc9c;
    content: "On";
    color: #fff;
}
/*=============================================
=    Progress bar to page site backlink   =
=============================================*/
.progress {
    -webkit-box-shadow: none !important;
    background-color: rgba(120, 130, 140, 0.13);
    box-shadow: none !important;
    height: 6px;
    border-radius: 0;
    margin-bottom: 18px;
    overflow: hidden;
}
.progress .progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}
.progress-bar-vertical {
    display: flex;
    align-items: flex-end;
}
.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

/*=============================================
=    Suggest name when search location   =
=============================================*/
.pac-container {
    z-index: 99999 !important;
}
.btn-mobile{
    display: none;
}
.btn-pc{
    display: inline-block;
}

/*=============================================
=    Scroll to Top  =
=============================================*/
.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    background-color: #35afad;
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 100;
}

.scrollTop i {
    font-size: 30px;
    color: #fff;
}
.table-struct img{
    max-width: 100%;
}
/*=============================================
=    Show Toolbar Summernote  =
=============================================*/
.show-toolbar-summernote {
    position: absolute;
    z-index: 9;
    right: 7px;
    top: 5px;
    border: solid 1px rgba(220, 220, 220, 0.5);
    color: #272B34;
    padding: 7px 15px;
    background: #fff;
    cursor: pointer;
    min-height: 41px;
}
.show-toolbar-summernote.active .fa-chevron-down:before {
    content: "\f077";
}
.note-editor .note-toolbar.panel-heading {
    height: 51px;
    padding-right: 60px;
    display: block !important;
}
.note-editor .note-toolbar.panel-heading.active {
    height: auto;
}

.alert.block-limit i{
    font-size: 14px!important;
    border-radius: 0;
}
.popover{
    border-radius: 4px;
    border-color: #1ABC9C;
}
.popover.top &gt; .arrow{
    border-top-color:#1ABC9C;
}
.popover.right &gt; .arrow{
    border-right-color: #1ABC9C;
}
.popover.bottom &gt; .arrow{
    border-bottom-color: #1ABC9C;
}
.popover.left &gt; .arrow{
    border-left-color: #1ABC9C;
}
.popover-title{
    line-height: 1.4em;
    padding-top: 3px;
    padding-bottom: 5px;
    border-bottom: transparent;
}
.title-line{
    border-bottom: 1px solid #148e75;
    margin-bottom: 10px;
    border-left: 5px solid #148e75;
    padding-left: 10px; 
}
.dropdown:focus, .dropup:focus{
    outline: none;
}
.table-wrap.pagination-panel{
    border:none;
    border-top: 1px solid #CBD9DE;
    padding-top: 0px;
    padding-bottom: 5px;
    background: #fafafa;
}
.box_title {
    border-bottom: 1px solid #148e75;
    margin-bottom: 10px;
    border-left: 5px solid #148e75;
    padding-left: 10px;
}

.input-group-btn .btn.btn-group{
    background: #35AFAD;
    padding:4px 10px 5px 10px;
}
.input-group-btn .btn.btn-group:hover{
    color: #fff;
}
/*=============================================
=    Set dispay Vertical Group And Business   =
=============================================*/
.v-group .mr--5{
    margin-bottom: 10px;
}
.h-group{
    display: flex;
}
.fb-block-search{
    width: 250px;
    background: #fff url(/static/img/icon-search-266d9ce5954d8258b92766c868663ee9.png) no-repeat left center;
    background-position: 5px; 
    border:1px solid #CBD9DE; 
    border-radius: 8px;
}
.fb-input-search{
    height: 32px;
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0px;
    background: none;
    box-shadow: none;
    color: #272B34;
    padding-left: 25px;
    padding-right: 5px;
    width: 250px;
    box-sizing: border-box;
    outline: none;
    border:none;
}
.fb-flex-tooltip{
    display: flex;
    align-items: center;
}
.fb-item-tooltip{
    padding-right: 5px;
}
/*=============================================
=    Reonsive UI logo header/datatable   =
=============================================*/
@media (max-width: 991px) {
    /*=============================================
    =    Reponsive structure   =
    =============================================*/
    .card-view-custom.panel&gt;.panel-heading{
        padding-top: 0px;
    }
    /*=============================================
     =    Reponsive structure   =
     =============================================*/
    body.box-layout {
        min-width: 100%;
    }
    .w--800 {
        width: 100% !important;
    }
    /*=============================================
     =    Notify box infomation   =
     =============================================*/
    .notify-box{ 
        margin-left: 0px;
        margin-right: 0px;
    }
    .notify--settings{
        bottom: -30px;
    }
    .notify-box .btn.btn--close{
        top:-20px;
        right:-15px;
    }
    /*=============================================
    =    Flex function   =
    =============================================*/
    .flex-mobile-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    /*=============================================
    =    Header logo   =
    =============================================*/
    .horizontal-nav .navbar .nav-header .logo-wrap img{
        position: relative;

    }
    /*=============================================
    =    Panel Heading Title   =
    =============================================*/ 

    .panel-heading h6.panel-title {
        padding-top: 10px;
    }
    .panel-heading h6.pt--10{
        padding-top:0px!important;
    }
    .bheading-title {
        margin: 0 -15px;
        margin-bottom: 10px;
    }
    .txt-break{
        word-break: break-all;
    }
    /*=============================================
    =    Summernote   =
    =============================================*/
    .note-toolbar.panel-heading {
        display: block;
    }
}
.icon-p{
    position: relative;
    top:3px;
}
.icon-p img{
    width: 20px;
    margin-left: 10px;
}
.menu-name{
    max-width: 116px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.az-sidebar-hide .icon-p{
    display: none;
}
.custom-alert .alert {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    margin-bottom: 0!important;
}
@media (max-width: 767px) {
    .bheading-title h5{
        padding-top: 0px;
    }
    .modal-dialog{
        width: 90%;
        margin:auto;
    }
    .btn-mobile{
        display: inline-block;
        margin-right: 5px;
    }
    .btn-pc{
        display: none;
    } 
    .info-A4{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .note-editor .note-toolbar.panel-heading {
        padding-right: 0; 
    }
    #divQueriesPieChart{
        height: 500px!important;
    }
    .card-view {
        margin-left: 0;
        margin-right: 0;
    }

}
@media only screen and (max-width: 1366px) {
    .ls-group-select li{
        width:calc(100% / 3);
    }
}
@media only screen and (max-width: 1280px) {
    .pie-chart-3-series {
        height: 549px;
    }
    .pie-chart-2-series {
        height: 523px;
    }
}
@media only screen and (max-width: 1024px) {
    .pie-chart-3-series {
        height: 481px;
    }
    .pie-chart-2-series {
        height: 451px;
    }
}
@media (max-width: 640px) {    
    div#datepicker-dropdown{
        max-width: 340px;
    }
}</pre></body></html>