/*
=== theme customization
*/
/* theme customization  */

.ajax_loader_container{position:relative;}
.ajax_loader_container .loader_hwt{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}

.signup-block {
    max-width: 59%;
}
.error {
	color: #ff0202;
}
.login-block .forgot-pwd:hover {
    text-decoration: none;
}
.form-control {
	height: 52px;
	width: 100%;
    /*background-color: transparent;
    display: block;
    outline: none;
    font-weight: normal;
    border-radius: 4px;
    color: #202124;
    font-size: 17px;
    height: 54px;
    width: 100%;
    padding: 13px 18px;
    z-index: 1;
    border: 1px solid #D1D1D7;
    padding-right: 50px;
    transition: all 0.0s ease-in-out;
    font-weight: normal;
    padding-right: 20px;
    font-family: Montserrat, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;*/
}

/* custom pagination css */
.custom_pagination {
    text-align: center;
}
.custom_pagination .pagination {
    display: block;
}
.custom_pagination .pagination li {
    display: inline-block;
}
/* custom pagination css */

.sentiment-analysis-page .table tr.active th,.sentiment-analysis-page .table tr.active td {
    background: rgba(0,0,0,0.075);
}
.sentiment-analysis-page .tag_click:hover {
    cursor: pointer;
}
.sentiment-analysis-page .title h4 {
    font-size: 20px;
}
.sentiment-analysis-page .title h6 {
    font-size: 18px;
}
.sentiment-analysis-page .title p {
    font-size: 13px;
}
.sentiment_chart {
    margin-top: 30px;
    position: relative;
}
#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,0.95);
}
#loader img {
    position: absolute;
    top: 35%;
    left: 35%;
}
.keywords .badge.keyword {
    margin-bottom: 10px;
}
.keywords .badge.badge-round {
    border-radius: 25px;
}
.sentiment-analysis-page .col-xl-4:first-child {
    border: none;
}
#filters.drawer {
    width: 20%;
    overflow-y: auto;
}
#filters .drawer-inner {
    padding: 0;
}
#filters .drawer-inner .title {
    display: block;
    margin-bottom: 0;
}
#filters .title h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-left: 10px;
}
#filters .title img {
    height: 18px;
    margin-right: 15px;
}
#filterSection .card {
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}
#filterSection .card-header {
    padding: 5px;
    background: #fafafa;
    cursor: pointer;
    border-bottom: none;
}
#filterSection .card-header .card-custom-title {
    font-size: 14px;
    color: #000;
}
#filterSection .card-header .accicon {
    float: right;
    font-size: 20px;  
    width: 1.2em;
}
#filterSection .card-body {
    border-top: 1px solid #ddd;
    padding: 10px;
}
#filterSection .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg);
}
#filterSection .input-field {
    padding: 0;
    height: 35px;
    font-size: 14px;
}
#filterSection .checkbox input[type=checkbox] + label:before {
    width: 18px;
    height: 18px;
}
#filterSection .checkbox_section .form-group {
    margin-bottom: 0;
}
#filterSection .form-group img {
    max-width: 24px;
    padding-right: 5px;
}
#filterSection .form-layout .form-group {
    margin-bottom: 1rem;
}
#filterSection .form-layout .form-group:last-child {
    margin-bottom: 0;
}
.review_text_highlight {
    background: #ff0;
}
.sentiments_dashboard {
    margin-top: 25px;
}
.sentiments_dashboard .sentiment_col {
    margin-bottom: 25px;
}
.sentiments_dashboard .tag_click:hover {
    cursor: pointer;
}
.sentiments_dashboard .title h4 {
    font-size: 20px;
}
.sentiments_dashboard .title h6 {
    font-size: 18px;
}
.sentiments_dashboard .title p {
    font-size: 13px;
}
.feed-wrapper .media {
    min-height: 115px;
}
.respond-page .media {
    min-height: 155px;
}
.feed-wrapper .media img, .respond-page .media img {
    vertical-align: initial;
    margin-right: 5px !important;
}
.dashboard .feed-wrapper .tiles-row .media .media-body h3, .respond-page .media h3 {
    display: inline;
    font-size: 24px;
}
.dashboard .feed-wrapper .tiles-row .media .media-body span {
    font-size: 16px;
    display: block;
}
.navbar-container.mobile {
    display: none;
}
.survey_email_uploads img {
    height: auto;
    width: 100%;
}
#guestupload .form-group .form-group {
    margin-bottom: 0;
}
.review-wrapper .review-footer .left-actions {
    align-items: center;
}
.reminder .dropdown-menu {
    min-width: 100px;
    max-width: 220px;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 5px 15px;
}
.dropdown .dropdown-menu .dropdown-item .form-group {
    margin-bottom: 5px;
}
.dropdown .dropdown-menu .dropdown-item .input-field {
    height: 40px;
    font-size: 14px;
    padding-left: 7px;
}
.review-wrapper .review-footer .left-actions .action a.save {
    padding: 8px 12px;
}
.review-wrapper .review-footer .left-actions .selectWrapper select {
    width: auto;
    padding: 0 10px;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.hotel_images {
    margin-bottom: 20px;
}
.hotel_images img {
    height: auto;
    width: 150px;
    object-fit: contain;
}
#all_listings .card .card-header {
    padding: 0.5em;
}
.profile-section {
    margin: 20px auto 10px auto;
}
.main-panel {
    margin-top: 100px;
}
.main-progress {
    width: 50%;
    margin: 0 auto;
    margin-top: 100px;
    background: #fff;
    padding: 10px 10px;
}
.main-progress h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

#all_listings .card-body .form-group {
    margin-bottom: 5px;
}
#all_listings .card-body .form-control {
    height: 40px;
}
.listing_action img {
    height: 30px;
}

.profile-create-sec {
    position: relative;
    z-index: 0;
    padding: 20px;
}

.settings .profile-right-sec {
    padding: 25px 15px 15px 25px;
}
.settings .profile-right-sec .card {
    margin-bottom: 20px;
    border: none;
}
.settings .profile-right-sec .card .card-title {
    padding: 0px;
    margin-bottom: 15px;
    align-items: center;
}
.settings .profile-right-sec .card .card-body {
    padding: 0;
    border: none;
}
.settings .profile-right-sec .card .card-title h5 {
    color: #333;
    font-weight: 400;
    font-size: 20px;
}
.settings .profile-section .btn-primary {
    padding: 0.25rem 0.5rem;
}
.settings .profile-right-sec .accordion .card {
    border: 1px solid #ddd;
}
.settings .profile-right-sec .accordion .card .card-body {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.profile-right-sec, .password-right-sec, .email-right-sec {
    min-height: 500px;
}
.review-wrapper .review-footer .left-actions{
    margin-right: 20px;
}


@media (min-width: 1260px) {
    .custom.table-responsive {
        display: table;
    }
}
@media (max-width: 1259px) {
    .custom.table-responsive {
        display: block;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-header {
        flex-wrap: wrap;
    }
    .navbar .navbar-header .main-logo {
        flex: 1 0 70%;
    }
    .navbar .navbar-header .navbar-container.mobile {
        flex: 1 0 5%;
    }
    .navbar .navbar-header .navbar-container.mobile .navbar-nav {
        display: block;
    }
    .navbar .navbar-header .navbar-container.mobile .navbar-nav .nav-item {
        display: block;
        float: right;
        margin-right: 30px;
    }
    .navbar .hotel-info {
        position: relative;
        right: 0;
        width: auto;
    }
    .navbar-container.mobile {
        display: block;
    }
    .navbar-container.desktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .sentiment-analysis-page .title h4 {
        margin-top: 15px;
    }
    .sentiment-analysis-page .title h6 {
        margin-bottom: 0;
    }
}