@import url("devextreme-customs.css");
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,500italic|Roboto:400|Manrope:600");
/* Variables */ :root {
                    --black: rgba(0, 0, 0, 1);
                    --text: rgba(15, 15, 15, 1);
                    --star-dust: rgba(157, 157, 157, 1);
                    --secondary-red: rgba(232, 12, 12, 1);
                    --grey: rgba(241, 241, 241, 1);
                    --rose-white: rgba(255, 247, 247, 1);
                    --white: rgba(255, 255, 255, 1);
                    --font-size-s: 12px;
                    --font-size-m: 16px;
                    --font-size-l: 18px;
                    --font-size-xl: 22.9px;
                    --font-size-xxl: 24px;
                    --font-family-manrope: "Manrope";
                    --font-family-poppins: "Poppins";
                    --font-family-roboto: "Roboto";
                }



@media only screen and (max-width: 1580px) and (min-width: 1200px) {
    body {
        width: 1170px;
        margin: auto !important;
        margin-top: 179px !important;
        padding-top: 0 !important;
    }

    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 40px;
    }

    .navbar-nav.navbar-center {
        margin-left: 235px
    }

    #features {
        width: 1170px;
        margin-top: 120px !important;
    }

    .con {
        width: 1170px;
        margin: auto !important;
    }


}


@media (min-width: 1580px) {
    body {
        width: 1440px;
        margin: auto !important;
        margin-top: 179px !important;
        padding-left: 70px !important;
        padding-right: 70px !important;
        margin-bottom: 50px !important;
    }

    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 40px;
    }

    .navbar-nav.navbar-center {
        margin-left: 235px
    }

        #features {
            width: 1440px;
            margin-top: 120px !important;
        }

    .con {
        width: 1440px;
        margin: auto !important;
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    body {
        width: 900px;
        margin: auto !important;
        margin-top: 179px !important;
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 40px;
    }

    .navbar-nav.navbar-center {
        margin-left: 15px
    }

    #features {
        width: 900px;
        margin-top: 120px !important;
    }

    .con {
        width: 900px;
        margin: auto !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 40px;
    }

    body {
        margin: auto !important;
        margin-top: 179px !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .con {
        margin: auto !important;
        width: calc(100% - 70px);
    }
    
}

@media only screen and (max-width: 969px) and (min-width: 480px) {

    .navbar-nav.navbar-right {
        margin-top: 0;
        margin-right: 0;
    }

    .navbar-nav.navbar-right.no-navbar-center {
            margin-top: 40px;
        }

    .navbar-nav.navbar-center {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    body {
        margin: auto !important;
        margin-top: 85px !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 20px;
    }

    .navbar-nav > li > a { padding-top: 16px; }

        .navbar-brand > img {
        height: 85px;
        padding-top: 10px;
    }

    .navbar-toggle {
        margin-top: 22px;
    }

    .navbar-toggle {
        margin-right: 0;
    }
}


@media only screen and (max-width: 480px) {
    .navbar-nav.navbar-center,
    .navbar-nav.navbar-right {
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body {
        margin: auto !important;
        margin-top: 70px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0 !important;
        margin-bottom: 50px !important;
    }

    .con {
        margin: auto !important;
        width: calc(100% - 30px);
    }

    .navbar-brand > img {
        padding-left: 0;
        padding-top: 10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }
    
   
    .title-setting {
        width: 100% !important;
    }
    
}

.body-content {
    padding-left: 0;
    padding-right: 0;
}

.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: unset !important;
}

.navbar-right {
    margin-right: 0
}


.title-surveys-manager,
.title-setting {
    text-align: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 29.88px;
    line-height: 140%;
    color: #101010;
    margin-top: 74px;
    margin-bottom: 86px;
    width: 412px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: -2px 12px 39px #0000001c;
    border-radius: 7px;
    padding: 30px 0;
}

    .title-setting.long-text {
        width: 560px;
        max-width: 100%;
    }

.reset-password-content {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
}

.dx-datagrid-borders > .dx-datagrid-pager,
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-filter-panel {
    border-radius: 5px 5px 0 0 !important;
}


.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview {
    border-top: none !important;
}

.dx-datagrid {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.dx-datagrid-content input {
    border: none !important;
}

.dx-datagrid-focus-overlay {
    border: none !important;
}







.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: unset !important;
}

.modal {
    background-color: unset !important;
    max-height: unset !important;
    width: unset !important;
}

.modal .modal-footer {
    background-color: unset;
    padding: unset;
    padding: 15px !important;
}

    .modal .modal-footer .btn,
    .modal .modal-footer .btn-large,
    .modal .modal-footer .btn-small,
    .modal .modal-footer .btn-flat {
        margin: 0 !important;
        margin-left: 5px !important;
    }



    .main-menu {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

.navbar-brand {
    padding: 0 !important;
}

/* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
    min-height: 500px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.five-stars-navbar, .five-stars-navbar .collapse, .five-stars-navbar .container, .five-stars-navbar .navbar-header, .five-stars-navbar .navbar-brand, .five-stars-navbar .navbar-nav > li > a,
.five-stars-navbar #logoutForm, .five-stars-navbar .navbar-toggle,
.navbar-nav.setting-account > li > a {
    color: #101010;
    background-color: white;
    border-color: white;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.navbar-nav.menu-nav > li > a {
    color: #101010;
    background-color: white;
    border-color: white;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #dd0e0d;
}

.navbar-brand {
  height: fit-content
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-top: 35px;
    }
}


.five-stars-navbar .btn-link {
    color: #101010;
    background-color: transparent !important;
    background: transparent !important;
    font-family: var(--font-family-manrope);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 142px;
    height: 55px;
    margin: 0;
    border: 2px solid #101010;
    border-radius: 7px;
}

    .five-stars-navbar .btn-link:focus,
    .five-stars-navbar .btn-link:hover {
        color: #dd0e0d;
        background-color: transparent !important;
        background: transparent !important;
    }

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff;
    background-color: white;
    color: #dd0e0d;
    text-decoration: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
    border-color: #dd0e0d;
}

.five-stars-navbar .navbar-toggle {
    background-color: #dd0e0d;
}

.five-stars-navbar .navbar-nav > li > a:hover, .five-stars-navbar .navbar-brand:hover,
.five-stars-navbar .navbar-nav > li > a:hover, .five-stars-navbar li:hover,
.navbar-nav.setting-account > li > a:hover {
    background-color: white;
    color: #dd0e0d;
}

h4 {
    font-size: 34.2px;
    line-height: 37.62px;;
    margin: 1.52rem 0 .912rem 0;
}

h6 {
    font-size: 17.25px;
    line-height: 18.975px;
    margin: .7666666667rem 0 .46rem 0;
}

.filter-div {
    display: flex;
    clear: both;
}

.d-flex {
    display: flex;
}

.m-auto {
    margin: auto !important;
}

#txtSearch {
    width: 100%;
    border-radius: 3px;
}

.border-bottom {
    margin: 8px 0 0;
    border-bottom: 1px #ddd solid;
}

.placeName {
    word-break: break-word;
}

.color-red {
    color: red;
}

.place-result-checkbox {
    width: 36px;
}

.search-results {
    padding: 12px 0;
}

.custom-badge {
    border-radius: 3px;
    font-size: 9px;
    position: relative;
    top: -2px;
    left: 1px;
    padding: 2px 3px;
    background-color: #BD1613 !important;
    color: white;
}

.pointer {
    cursor: pointer;
}

.place-result-content {
    cursor: pointer;
    border-radius: 2px;
    width: 100%;
    padding: 2px 4px;
}

.place-result-content:hover {
    background: #2171c1;
    color: white;
}
.cursor-default {
    cursor: default;
}

.margin-top-3 {
    margin-top: 4px;
}

.domain-label {      
    background: #afafb1;
}

.domain-label-item {
    position: absolute;
    top: 13px;
    right: -18px;
    transform: rotate(45deg);
    padding: 0 16px;
}

.domain-yelp-item {
    padding: 0 23px;
    right: -18px
}

.domain-label-row {
    border-radius: 3px;
    padding: 2px;
    margin-right: 1px;
    background-color: #afb1bd;
    top: -4px;
}

.filter-div {
    display: flex;
    clear: both;
}

.boosting-div {
    color: green;
    font-size: 12px;
    margin: 0 0 0 1px;
    cursor: pointer;
}

.boost-stop {
    color: initial;
}

.test {
    color:red;
}

.btn-add-survey {
    font-size: 18px;
    margin-left: 4px;
}

.survey-title, .survey-title:hover  { 
    text-decoration-line: none;
}

.text-disabled {
    opacity: 0.5;
    cursor: default !important;
}

.btn-survey-link {
    margin-right: 10px;
    font-size: 18px;
}

.list-wrap {
    max-height: 500px;
    overflow-y: auto;
}

/*Hide eye icon in MS Egde*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}


.btn-custom {
    background: linear-gradient(93.36deg, #BD1613 0%, #E80C0C 120.17%) !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 40px !important;
    gap: 10px !important;
    border-radius: 7px !important;
    width: 413px;
    max-width: 100%;
    height: 70px !important;
    font-family: var(--font-family-manrope) !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 24px !important;
    line-height: 33px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    border: unset !important;
    float: right;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
    background: linear-gradient(93.36deg, #BD1613 1%, #E80C0C 12.17%) !important;
}

.add-survey-btn.btn-custom {
    margin: 20px 0 !important;
    float: right !important;
    width: 321px !important;
    padding: 0 !important;
    gap: 5px !important;
}

    .add-survey-btn.btn-custom img {
        padding-top: 7px;
    }

    .add-survey-btn > span:not(:first-child) {
        margin-left: 8px;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 480px) {
    /* Hide captions */
    #searchButtton {
        width: 100%;
        margin-top: 8px;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .add-survey-btn {
        margin: 0 0 20px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.urlRow {
    display: none;
}

.enterURL {
    font-size: 18px;
}


.searchBoxCon {
    margin-top: 24px;
}

#placesCon {
    margin-top: 10px;
}

.grid-item {
    position: relative;
    float: left;
    width: 275px;
    height: 255px;
    margin: 5px;
    padding: 10px;
    background: #e4e4e4;
    color: #262524;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #c0c0c0;
}


.placeName {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

    .placeName a {
        color: #000;
        text-decoration: none;
    }

.placeRating {
    color: #E74C3C;
    float: left;
    font-weight: bold;
}

.placeRatingCon {
    float: left;
}

.placeRatingDiffAbs {
    cursor: pointer;
}

.removePlace .glyphicon-remove {
    border: solid 1px #000;
}

.placeDiv {
    margin-bottom: 4px;
}

.placeSubDiv {
    font-size: 11px;
}

.placeIcon {
    max-width: 16px;
}

.placePhoto img {
    max-width: 265px;
    max-height: 235px;
}

.placeNumberOfReviews {
    float: left;
    clear: right;
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
}

.clear {
    clear: both;
    overflow: hidden;
}



.loader {
    width: 100%;
    height: 38px;
    text-align: right;
    margin-top: 11px;
}

    .loader img {
        display: none;
        position: absolute;
        top: -10px;
        right: 0px;
    }

.loaderCon {
    float: left;
    width: 20%;
    position: relative;
}

.placeNumberOfReviewsDiff {
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
}

    .placeNumberOfReviewsDiff .glyphicon-plus {
        top: 2px;
        color: green;
    }
    .placeNumberOfReviewsDiff .glyphicon-minus {
        top: 2px;
        color: red;
    }

.placeRatingDiffIconCon {
    margin-top: 10px;
    text-align: center;
}

.placeRatingDiff .glyphicon {
    font-size: 50px;
    color: white;
}

.placeRatingDiffIconCon img {
    max-height: 50px;
    max-width: 50px;
}

.placeRatingDiffText {
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
}

#searchButtton {
    width: 100%;
    font-weight: bold;
}

.placeIsSuspended {
    
    text-align: center;
}

.placeIsSuspendedIcon {
    text-align: center;
}

    .placeIsSuspendedIcon img {
        max-height: 60px;
        max-width: 60px;
    }

.placeIsSuspendedText {
    text-align: center;
    font-weight: bold;
    margin-top: 3px;
    color: red;
    font-size: 13px;
}

.viewByDiv {
    float: left;
    width: 30%;
}
.viewByText {
    text-align: right;
    padding-right: 5px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
}
.view-by-button-group {
    float:left;
}
/* ---- sort buttons ---- */
#sortBy {
    display: none;
}

.sortByDiv .glyphicon {
    display: none;
}

.sortByDiv .is-checked .glyphicon {
    display: normal !important;
}

.sortByDiv {
    float: right;
    width: 40%;
}

.sortByText {
    text-align: right;
    padding-right: 5px;
    float: right;
    padding-top: 3px;
    font-weight: bold;
}

.sort-by-button-group {
    padding-left: 5px;
    float: right;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 12px;
    cursor: pointer;
}

    .button:hover {
        background-color: #8CF;
        color: #222;
    }

    .button:active,
    .button.is-checked {
        background-color: #28F;
    }

    .button.is-checked {
        color: white;
    }

    .button:active {
        box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
    }

/* ----sort button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

    .button-group .button:first-child {
        border-radius: 0.5em 0 0 0.5em;
    }

    .button-group .button:last-child {
        border-radius: 0 0.5em 0.5em 0;
    }

.ratingsDateUpdated {
    font-size: 11px;
    color: #706d6d;
    margin-top: 2px;
    text-align: center;
}

#modalLoader {
    text-align: center;
    margin: 120px;
}

.modal-title {
    font-weight: bold;
    width: 90%;
    float: left;
}

.groupAddIcon {
    float: left;
    font-size: 24px;
    margin-top: 2px;
    cursor: pointer;
    color: #337ab7;
    padding-right: 5px;
}

#groups {
    float: right;
    width: 85%;
}

.groupActionLabel {
    color: #337ab7;
    padding-top:5px !important;
    font-weight:bold;
    display:inline-block;
    padding-top:5px;
    cursor:pointer;
}

.editGroup {
    display:none;
}

.groupDropdown {
    z-index: 9999999;
}

.form-group .row {
    border-bottom: solid 1px #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
}


.placeNumberOfReviewsCon .jq-ry-container[readonly=readonly] {
    cursor: pointer !important;
}

.notification-green {
    border: solid 1px #006400;
    padding: 4px 8px;
    background-color: #98ff98;
    font-weight:600;
    font-size:14px;
    text-align:center;
}

.ui-menu .ui-menu-item {
background:#f4f4f4;
border-bottom:solid 1px #c0c0c0;
}
#placePage .numberOfReviews {
    float: left;
    font-size: 18px;
    
}
#placePage .ratingCon {
 float:left;
}

#placePage .ratingConText {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #E74C3C;
}
#placePage .leftRow{
    margin-top:5px;
    border-bottom:solid 1px #c0c0c0;
}
#placePage .reviewHistoryIcon {
    max-height: 16px;
    max-width: 16px;
}
#placePage .glyphicon-plus {
 color:green;

}
#placePage .glyphicon-minus {
    color: red;
}
#placePage .reviewText {
 font-size:12px;
}
#placePage .icon{
    max-width:38px;
}
#placePage .border-top {
    border-top: solid 1px #c0c0c0;
    padding-top:5px;
}

.table .placeNumberOfReviewsDiff{
    margin-bottom:8px;

}
    .table .placeNumberOfReviewsDiff .glyphicon {
     font-size:13px;
     margin-right:3px;

    }
    .table .placeRatingDiffIconCon {
        float: left;
        margin-top: 0px;
        margin-right: 8px;
    }

    .table .placeRatingDiffIconCon img {
        max-width: 16px;
        max-height: 16px;
    }
.table .placeRatingDiffText {
 font-size:12px;
 font-weight:normal;
 float:left;
}
.table .ratingsDateUpdated {
    display: none;
}

.table .table-ratingsDateUpdated {
    font-size: 12px;
}

.table .dateDiffText {
    font-size: 11px;
}
.table .listingName a, 
.table .table-numberOfReviews a{
    text-decoration: none;
    color: #000;
}
.table .actionLinks {
   font-size:11px;
}
    .table .actionLinks div {
     margin-top:4px;
    }
    .react-bs-table table td, .react-bs-table table th {
        white-space: normal !important;
    }

.tutorial {
 margin-top:15px;
}
@media screen and (max-width: 480px) {
    .searchBoxCon{
        margin-top:0px;
    }
    .mobile-row {
     margin-top:10px;
     clear:both;
    }
    .mobile-clear {
     clear:both;
     display:block;
    }
    .loaderCon {
     display:none;
    }
    .sortByDiv {
     width:100%;
    }
    .sortByText {
     display:none;
    }
    .sort-by-button-group {
      width:100%;
    }
    .viewByText {
     display:none;
    }
    .viewByDiv {
        width: 100%;
    }
    #placesCon {
      margin-top:40px;
    }
    .button-group {
     padding-left:0px;
    }
    #menu-separator {
     display:none;
    }
    .placeRatingDiffIconCon {
        float: left;
        margin-top: 0px;
        margin-right: 8px;
    }

    .placeRatingDiffIconCon img {
            max-width: 16px;
            max-height: 16px;
        }

    .placeRatingDiffText {
        font-size: 12px;
        font-weight: normal;
        float: left;
        clear: right;
    }

    .ratingsDateUpdated {
       display:block;
       clear:both;
       text-align:left;
       margin-top:5px;
    }

    .grid-item {
     height:200px;
    }

}

.display-none {
    display: none !important;
}

.menu-active a {
    color: #BD1613 !important;
}

.title {
    font-weight: bold;
    font-size: 20px;
}

.btn-custom-default {
    background: linear-gradient(93.36deg, #BD1613 1%, #E80C0C 12.17%) !important;
    color: white;
}

.btn-custom-default:hover, .btn-custom-default:active, .btn-custom-default:focus {
    color: white !important;
    background: linear-gradient(93.36deg, #BD1613 0%, #E80C0C 120.17%) !important;
}

.text-danger-custom {
    color: #dc3545 !important;
    font-size: 16px;
    font-family: var(--font-family-manrope), sans-serif;
}

.mb-2 {
    margin-bottom: 2rem;
}