@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap');

/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    background: #E5E5E5;
}

#ifrm #lftmenu, #ifrm #tpmenu {
    display: none !important;
    opacity: 0 !important;
}

    body.login {
        background: #fff;
    }

* {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.modal-backdrop {
    opacity: 0.5;
}

.wrapper.login-form {
    height: 100%;
    width: 100%;
    position: absolute;
}

.login-field {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 425px;
    width: 100%;
    box-shadow: 0px 14px 40px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.login-logo {
    margin: 20px auto;
    text-align: center;
}

    .login-logo img {
        width: 100%;
    }

.login-field p {
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 19px;
    margin-bottom: 40px;
}

.login-field input.form-control {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    height: 40px;
}

.login-field label.form-check-label {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 3px 3px;
}

.form-forgot a {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.login-btn {
    clear: both;
    width: 100%;
    margin-top: 80px;
}

.custom-disabled-btn {
    color: grey !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
}

.login-btn button.btn {
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
}

.page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
}

.text-center {
    text-align: center;
}

.no-boder {
    border: 1px solid #f3f3f3;
}

.top-title {
    padding: 10px 0;
}

    .top-title h1 {
        font-size: 40px;
        line-height: 46px;
        color: #000;
    }

p {
    font-size: 16px;
    line-height: 25px;
}

.navbar-side {
    z-index: 0;
}

.review-box .panel {
    background: #fff;
    border: 1px solid #E7E7E7;
    min-height: 229px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 50px 40px 30px;
    max-height: 230px;
}

.review-box .panel h3 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 10px;
}

/*PAC-82: CSS changes for keeping uniformaty to show numeric and text value of same font size.*/
.review-count-text {
    font-size: 40px!important;
}

.row.review-box p img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.view-btn a {
    font-size: 16px;
    line-height: 19px;
}

.navbar-side .nav > li > a > i {
    color: #FFFFFF;
    padding: 8px;
    width: 30px;
    text-align: center;
}

.top-navbar {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 300;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.navbar-side {
    z-index: 999;
    position: fixed;
    width: 260px;
    top: 80px;
    bottom: 0;
}

.page-wrapper {
    position: relative;
    top: 80px;
}

.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus {
    text-decoration: none;
    color: #48A4E3;
    font-weight: bold;
    background: none;
}

    .top-navbar .nav > li > a:hover i,
    .top-navbar .nav > li > a:focus i {
        font-weight: bold;
        color: #48A4E3;
    }

.top-navbar .dropdown-toggle::after {
    display: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}

    .dropdown-menu > li > a i {
        color: #24C2CE;
    }

span.customer-name {
    padding: 10px 0;
    display: block;
}

.review-edit {
    background: #E9F2F9; /*PAC-373*/
    border: 1px solid #48A4E3;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 10px;
}

    .review-edit p {
        margin: 0;
        font-size: 14px;
    }

a.edit-link {
    color: #1100D8;
    cursor: pointer;
}


/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid transparent;
    text-align: left;
}

.panel-left {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 12px;
}


/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/

.top-navbar {
    margin: 0;
    padding: 0;
}

    .top-navbar .navbar-brand {
        padding: 18px;
    }

    .top-navbar .nav > li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .top-navbar .nav > li > a {
            position: relative;
            display: block;
            padding: 25px 8px;
            color: #000;
            margin: 0;
        }

.navbar-top-links.navbar-right {
    margin-right: 15px;
}

.navbar-top-links.main-nav.navbar-right {
    margin-right: 5%;
}

.navbar-top-links.main-nav li {
    min-width: 250px;
    text-align: center;
}

    .navbar-top-links.main-nav li a {
        font-size: 16px;
        font-weight: 400;
        color: #6C6C6C;
        border-bottom: 2px solid transparent;
        padding: 28px;
    }

        .navbar-top-links.main-nav li a.active {
            font-weight: 700;
        }

.top-navbar .main-nav li > a > i {
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px !important;
}

.top-navbar .nav-icon > a {
    font-size: 20px;
}

.top-navbar .dropdown-item:first-child {
    border-radius: 10px 10px 0 0;
}

.dropdown-menu.message-dropdown {
    max-height: 380px;
    overflow: auto;
}

.top-navbar .dropdown-menu {
    min-width: 285px;
    border-radius: 4px;
    right: 0 !important;
    margin: 0;
    left: auto;
    padding: 0;
    border: 0;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.top-navbar .dropdown-item {
    padding: 15px;
    border-bottom: 1px solid #fff;
}

    .top-navbar .dropdown-item.active,
    .top-navbar .dropdown-item:active {
        text-decoration: none;
    }

.top-navbar .open i.ti-bell {
    width: 34px;
    height: 34px;
}

.top-navbar .dropdown-menu > li > a:hover,
.top-navbar .dropdown-menu > li > a:focus {
    color: #225081;
    background: none;
}

.top-navbar .dropdown-menu p {
    font-size: 14px;
    line-height: 16px;
    color: #6C6C6C;
    margin-bottom: 2px;
}

.top-navbar .dropdown-menu i.ti-star {
    color: #FFC700;
    padding-right: 5px;
}

.sidebar-collapse,
.sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
        display: block;
    }

        .sidebar-collapse .nav > li > a {
            color: #FFFFFF;
            background: transparent;
            text-shadow: none;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 20px 10px;
        font-size: 16px;
        font-weight: 400;
        display: block;
    }

    .sidebar-collapse li img {
        vertical-align: text-top;
        margin-right: 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        outline: 0;
    }

.navbar-side {
    border: none;
}

.hide.alert-success {
    display: none;
}

.top-navbar .nav > li > a > i {
    margin-right: 2px;
}

.dropdown-user li {
    margin: 8px 0;
}

.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: transparent;
}

.nav > li > a > i {
    margin-right: 10px;
    color: #000;
}

.user-dropdown a.dropdown-toggle {
    padding: 20px !important;
    margin-left: 20px !important;
}

.user-dropdown .dropdown-toggle::after {
    display: none;
}

.user-dropdown i.ti-angle-down {
    margin: 4px;
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #48A4E3;
}

.user-dropdown img {
    max-width: 40px !important;
}

.dropdown-menu > li > a > strong {
    color: #1CC09F;
    padding: 5px 0;
    display: inline-block;
    font-weight: 500;
}

.left-logo {
    background: #fff;
    padding: 24px 30px 20px;
    font-size: 16px;
    font-weight: 400;
}

ul.dropdown-menu.dropdown-messages li a div {
    padding: 2px 0;
}

.user-dropdown .dropdown-menu {
    min-width: 175px;
    top: 80%;
    padding: 10px 0;
}

.setting-dropdown .dropdown-menu {
    min-width: 225px;
    top: 80%;
    padding: 15px 0;
}

.user-dropdown a.dropdown-item,
.setting-dropdown a.dropdown-item {
    font-size: 14px;
    padding: 7px 10px;
    line-height: 16px;
}

.user-dropdown .dropdown-item:hover,
.user-dropdown .dropdown-item:active,
.setting-dropdown .dropdown-item:hover,
.setting-dropdown .dropdown-item:active {
    background: none;
    color: #1100D8;
}

.chart-panel {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
}

    .chart-panel select {
        padding: 5px;
        margin: 0 0 20px;
        border: 0;
        font-weight: bold;
    }

    .chart-panel canvas {
        padding: 20px 10px 0;
    }

.left-footer p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 15px;
    margin: 0;
}

.top-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.top-title .left {
    float: left;
}

.top-title .right {
    float: right;
}

.chart-field .chart-box {
    overflow: hidden;
    min-height: 230px;
    padding: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.chart-field .col-md-3,
.chart-field .col-md-6 {
    padding: 0 8px;
}

.chart-sec img {
    width: 100%;
}

.chart-field {
    padding-left: 6px;
    padding-right: 6px;
}

.chart-box .custom-select {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
}

.chart-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-top: 7px;
}

canvas#gReview {
    width: 100% !important;
}

.form-group.advanced-search select {
    border: 0;
    background: none;
    color: #1100D8;
    font-size: 14px;
    box-shadow: none;
}

.search-panel .form-control {
    display: inline-block;
    min-width: 100px;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.search-panel.form-inline {
    margin-bottom: 30px;
}

.inline-list {
    flex-direction: initial;
}

.list-group.inline-list {
    max-width: 90%;
}

.top-list .list-group-item {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 15px;
    border: 0;
    background: none;
}

.list-group-item strong {
    padding-right: 10px;
}

.list-group-item > div {
    padding-top: 5px;
    min-width: 85px;
}

.status-item {
    padding: 0 !important;
}

.source-item img {
    max-width: 20px;
    margin-right: 4px;
}

.dropdown.open .dropdown-menu {
    display: block !important;
}

.status-item .dropdown {
    display: inline-block;
}

    .status-item .dropdown .btn {
        border-radius: 50px;
        font-size: 14px;
        min-height: 35px;
        padding: 5px 15px;
        line-height: 21px;
    }

.replytoreview {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
}

    .replytoreview button.btn {
        font-size: 14px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        border-radius: 4px;
        line-height: 16px;
        min-width: 137px;
        height: 40px;
    }

    .linktoReview {
        padding-top: 0px !important;
    }

    .linktoReview button.btn {
        font-size: 14px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
        border-radius: 4px;
        line-height: 16px;
        min-width: 137px;
        height: 40px;
    }

.card-content {
    padding: 20px 60px;
    border-radius: 0px 0px 8px 8px;
    font-size: 14px;
    line-height: 21px;
}

.card.review-panel {
    border-radius: 6px;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 10px;
}

#replyModal .modal-dialog {
    max-width: 760px;
    margin: 1.75rem auto;
}

.modal-content {
    box-shadow: 0px 30px 40px rgb(0 0 0 / 25%);
    border-radius: 20px;
}

.modal-header,
.modal-footer {
    border: 0;
}

    .modal-header .modal-title {
        font-size: 20px;
        line-height: 23px;
        color: #000;
    }

#replyModal .modal-body {
    padding: 0 80px;
}

#replyModal button.close,
#editEmailModal .close,
#editTextModal .close,
#reviewRequestModal .close,
#resendReviewRequestModal .close,
.customerInfoModal .close {
    position: absolute;
    right: -38px;
    top: 0;
    background: #737373;
    width: 30px;
    height: 30px;
    color: #fff;
    opacity: 1;
    padding: 0 9px !important;
    margin: 0 !important;
    line-height: 0;
    border-radius: 4px;
}

.modal-footer {
    justify-content: center;
    padding-bottom: 40px;
}

button.btn.send-btn {
    font-size: 12px;
    width: 150px;
    height: 40px;
}

.review-request-panel h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3125px;
    margin-bottom: 20px;
}

.review-request-table thead th {
    border-bottom: 0;
    color: #48A4E3;
}

.review-request-table {
    background: #fff;
}

    .review-request-table th {
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.1875px;
        text-transform: uppercase;
    }

    .review-request-table td {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.21875px;
        vertical-align: middle;
    }

    .review-request-table select.form-control {
        font-size: 13px;
        border: 0;
        max-width: 80px;
    }

div.dataTables_info {
    font-size: 13px;
}

.pagination .paginate_button {
    font-size: 12px;
}

.search-input i.ti-search {
    position: absolute;
    z-index: 99;
    left: 25px;
    top: 11px;
}

.search-input input {
    padding-left: 35px;
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.filter-input button.btn {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    text-transform: uppercase;
    width: 110px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.filter-input img {
    margin-right: 10px;
}

.manage-insight-dropdown .btn {
    border: 0;
    font-size: 12px;
    line-height: 14px;
    height: 40px;
    min-width: 170px;
}

    .manage-insight-dropdown .btn.focus,
    .manage-insight-dropdown .btn:focus {
        outline: 0;
        box-shadow: none;
    }

.top-box.top-title button {
    border: 0;
    height: 40px;
    font-size: 12px;
    line-height: 15px;
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.manage-insight-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    border: 0;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.manage-insight-dropdown .dropdown-item {
    font-size: 14px;
}

.report-panel {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 20px 40px;
    min-height: 500px;
}

.report-month {
    margin-top: 35px;
}

.report-panel h3 {
    font-size: 20px;
    line-height: 23px;
}

.report-panel select.form-control.year-select {
    display: inline-block;
    width: auto;
    min-width: 100px;
    border: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
}

.report-panel p {
    font-size: 14px;
    line-height: 21px;
    color: #A0A0A0;
    margin-top: 20px;
    margin-bottom: 0;
}

ul {
    list-style: none;
}

.report-month li {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 12px;
    padding: 15px 20px;
    min-width: 156px;
    font-size: 16px;
    margin-right: 15px;
    font-weight: bold;
    line-height: 21px;
}

.report-month a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 0 !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.tab-content > .active {
    display: block;
    /*min-height: 165px;*/
}

.nav.nav-tabs {
    width: 15%;
    float: left;
    display: block;
    margin-right: 5px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

.tab-content {
    float: left;
    width: 84%;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 45px;
}

.vertical-tabs a.nav-link {
    color: #000;
    font-size: 14px;
}

.rm-checkbox-field {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 255px;
    overflow: hidden;
}

    .rm-checkbox-field input[type="checkbox"] {
        display: none;
    }

.button {
    position: relative;
    float: right;
    width: 57px;
    height: 29px;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 0 0 40px;
    vertical-align: middle;
}

.onoff-box {
    width: 25px;
    height: 25px;
    position: relative;
    top: 2px;
    left: 30px;
    transition: 0.4s ease left, 0.4s ease background-position;
    z-index: 2;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 50px;
}

.tab-content .off,
.tab-content .on {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
    z-index: 1;
}

.tab-content .on {
    margin-left: 30px;
}

#act-checkbox:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

#rm-checkbox:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

#rws-checkbox:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}
#chkReviewCarousel:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}
#ckReviewToolEnabled:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}
#ckDealerFeedbackEnabled:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}
#ckReviewCarouselEnabled:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

#ckReviewCarouselCSSEnabled:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

#rree-checkbox:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

#rtme-checkbox:checked + .button .onoff-box {
    left: 3px;
    background-position: -26px 0;
}

button.btn.save-btn {
    font-size: 12px;
    min-width: 80px;
    height: 40px;
    text-transform: uppercase;
}

div#dealerInformation p {
    font-size: 14px;
    color: #A0A0A0;
    line-height: 21px;
}

.dealer-address-form {
    max-width: 615px;
}

    .dealer-address-form label {
        display: block;
        width: 100%;
        font-size: 14px;
    }

.form-control {
    font-size: 14px;
    font-weight: 400;
}

.form-group.grc-fields {
    margin-top: 40px;
}

.grc-btn .btn {
    font-size: 12px;
    height: 40px;
    min-width: 170px;
    border-radius: 4px;
    border: 0;
}

.grc-btn {
    float: right;
    margin-top: -10px;
    margin-bottom: 20px;
}

table.table.grc-table th {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border: 0;
}

.grc-table td {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: 0;
}

.action select {
    border: 0;
    text-align: center;
}

.review-info-form .form-group {
    max-width: 500px;
}

.form-group.grc-fields {
    max-width: 100% !important;
}

.customer-review-fields .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    width: 200px;
    height: 40px;
    cursor: pointer;
}

.input-group.search-input {
    float: left;
    width: 55%;
}

.customer-review-fields .search-input input {
    border-radius: 4px 0 0 4px !important;
    border-right: 0;
}

.customer-review-fields .search-input i.ti-search {
    left: 12px;
}

.upload-contact-list img {
    position: absolute;
    left: 10px;
    top: 11px;
}

.top-title h3 {
    font-size: 20px;
    font-weight: bold;
}

.customer-review-fields {
    margin-bottom: 50px;
    margin-top: 20px;
}

.upload-contact-list {
    float: left;
    position: relative;
    width: 200px;
    height: 40px;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    line-height: 25px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.new-customer-btn button.btn {
    border-radius: 4px;
    font-size: 12px;
    width: 159px;
    height: 38px;
    margin-top: 1px;
    margin-left: 5px;
}

.checkbox-field {
    display: inline-block;
    min-width: 100px;
    font-size: 14px;
}

ul.email-message {
    margin-top: 30px;
}

.message-field {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

    .message-field img {
        margin-left: 10px;
    }

.checkbox-field .custom-control-label::before {
    top: 2px;
}

button.btn.send-review-request-btn {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 10px;
    min-width: 166px;
    height: 39px;
}

.email-message li {
    margin-bottom: 15px;
}

#editEmailModal .modal-header,
#editTextModal .modal-header,
#reviewRequestModal .modal-header,
#resendReviewRequestModal .modal-header {
    margin: 10px auto;
    font-weight: bold;
    font-size: 20px;
}

#editEmailModal .modal-dialog,
#editTextModal .modal-dialog,
#resendReviewRequestModal .modal-dialog {
    max-width: 760px;
}

#reviewRequestModal .modal-dialog {
    max-width: 515px;
    text-align: center;
}

#editEmailModal .modal-body,
#editTextModal .modal-body,
#resendReviewRequestModal .modal-body {
    padding: 20px 88px;
}

.send-icon {
    text-align: center;
}

#reviewRequestModal h2 {
    font-size: 30px;
    margin: 20px 0;
}

#editEmailModal button.btn.save-btn,
#editTextModal button.btn.save-btn {
    width: 172px;
    margin: 25px auto;
}

#reviewRequestModal button.btn.ok-btn {
    width: 90px;
    margin: 25px auto;
}

.new-customer-btn {
    float: left;
}


/* Custom select dropdown*/

.select {
    position: relative;
    margin-bottom: 15px;
    width: 160px;
    font-size: 13px;
}

    .select .selectBtn {
        background: var(--bg1);
        padding: 10px;
        box-sizing: border-box;
        border-radius: 3px;
        width: 100%;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #fff;
    }

        .select .selectBtn:after {
            content: "";
            position: absolute;
            top: 45%;
            right: 15px;
            width: 6px;
            height: 6px;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            border-right: 2px solid #666;
            border-bottom: 2px solid #666;
            transition: 0.2s ease;
        }

        .select .selectBtn.toggle {
            border-radius: 3px 3px 0 0;
        }

            .select .selectBtn.toggle:after {
                -webkit-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg);
            }

    .select .selectDropdown {
        position: absolute;
        top: 100%;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
        z-index: 1;
        background: #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        visibility: hidden;
        transition: 0.2s ease;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 5%);
    }

canvas#fr-monthly-chart,
canvas#fr-daily-chart,
canvas#gr-monthly-chart,
canvas#gr-daily-chart {
    height: 230px !important;
}

.select .selectDropdown .option {
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

    .select .selectDropdown .option:hover {
        color: #48A4E3;
    }

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* Custom select dropdown end*/

.custom-select-field {
    position: relative;
}

.select-date-field {
    position: absolute;
    top: 28px;
    z-index: 9;
    left: 8px;
    line-height: 14px;
}

span.date-text {
    font-size: 11px;
    display: none;
}


/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/

@media (min-width: 768px) {
    .page-wrapper {
        margin: 0 0 0 260px;
        padding: 15px;
    }
}

@media(max-width:767px) {
    .top-navbar {
        height: 68px;
    }

    .main-nav + ul.nav.navbar-top-links.navbar-right {
        position: absolute;
        right: 0;
        margin: 0;
    }

    .top-navbar .navbar-brand {
        padding: 18px 10px;
        margin: 0 !important;
    }

    .navbar-side {
        top: 110px;
        margin-left: -260px;
        transition: 0.5s all;
    }

    .open-nav .navbar-side {
        margin-left: 0;
    }

    span.nav-close {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 10px;
    }

    .navbar-brand img {
        max-width: 220px;
    }

    .user-dropdown img {
        max-width: 30px !important;
    }

    .navbar-top-links.main-nav.navbar-right {
        margin-right: 0;
        width: 100%;
    }

    .user-dropdown i.ti-angle-down {
        margin: 0px;
        font-size: 10px;
    }

    .navbar-top-links.main-nav li {
        min-width: auto;
        background: #fff;
        width: 45%;
    }

    .page-wrapper {
        top: 110px;
    }

    .top-title {
        padding: 15px;
    }

    .navbar-top-links.main-nav li a {
        font-size: 12px;
        font-weight: 400 !important;
        padding: 10px 5px;
    }

    .user-dropdown span {
        display: none;
    }

    .user-dropdown a.dropdown-toggle {
        padding: 20px 5px !important;
        margin-left: 5px !important;
    }

    li.nav-icon.mobile-menu {
        min-width: auto;
        width: 10%;
    }

    .chart-field .chart-box {
        margin-bottom: 15px;
    }

    .search-panel.form-inline .form-group {
        float: left;
        width: 50%;
    }

    .inline-list {
        display: block;
        flex-direction: row;
    }

    .top-list .list-group-item {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 15px;
        border: 0;
        background: none;
        float: left;
    }

    .replytoreview {
        position: relative;
        right: 15px;
        top: 10px
    }

    .login-field {
        max-width: 375px;
    }

    .card-content {
        padding: 20px 30px;
    }

    #reviewReqeustTable_wrapper {
        overflow: auto;
    }

    .customer-review-fields .col-md-9.pl-0 {
        padding-left: 15px !important;
    }

    .input-group.search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .upload-contact-list {
        width: 50%;
    }

    .new-customer-btn {
        float: left;
        width: 50%;
    }

    .customer-review-fields {
        margin-top: 0;
    }

    .new-customer-btn button.btn {
        width: 97%;
    }

    .review-request-panel .filter-input {
        width: 30%;
    }

    .review-request-panel .searchbox-filer .search-input {
        width: 70%;
    }

    .review-request-panel .filter-input button.btn {
        width: 100%;
        height: 40px;
    }

    .review-request-table {
        width: 900px;
    }

        .review-request-table select.form-control {
            max-width: 100%;
            width: 100px;
            padding-left: 0;
        }

    .report-panel {
        padding: 20px;
    }

    .report-month li {
        width: 45%;
        min-width: auto;
        margin: 0 2% 15px;
    }

    .reputation-managment-admin .nav.nav-tabs {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .reputation-managment-admin .tab-content {
        width: 100%;
        padding: 20px;
    }

    .grc-btn {
        margin-top: 0;
        width: 100%;
    }

        .grc-btn .btn {
            min-width: auto;
            float: left;
            width: 48%;
            margin: 0 1%;
        }

    #editEmailModal .modal-dialog,
    #editTextModal .modal-dialog,
    #replyModal .modal-dialog,
    #reviewRequestModal .modal-dialog,
    .customerInfoModal .modal-dialog {
        margin: 25% 12% 10% 8%;
    }

    #replyModal .modal-body {
        padding: 0 20px;
    }

    #editEmailModal .modal-body,
    #editTextModal .modal-body,
    #reviewRequestModal .modal-body,
    .customerInfoModal .modal-body {
        padding: 20px;
    }
}

div#reportrange,
div#reportrange1 {
    margin-top: 13px;
    cursor: pointer;
}

#reportrange span,
#reportrange1 span {
    font-size: 12px;
    font-weight: bold;
}

span#selectedText,
span#selectedText1 {
    position: absolute;
    top: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.customerInfoModal .modal-body {
    padding: 0 88px 50px;
}

.customerInfoModal .modal-dialog {
    max-width: 760px;
}

.customerInfoModal .form-group label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    letter-spacing: 0.21875px;
}

.customerInfoModal .form-control {
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    height: 40px;
}

.customerInfoModal .btn.save-btn {
    color: #fff;
    margin-top: 30px;
    min-width: 172px;
    letter-spacing: 0.1875px;
}

.customerInfoModal .modal-header {
    margin: 10px auto;
}

.customerInfoModal h3 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.25px;
}

.has-error input {
    border-color: red !important;
}

.has-error .help-block {
    margin-bottom: 0;
    color: red;
}

.search-dropdown-field {
    clear: both;
    width: 100%;
}

    .search-dropdown-field .row.list-single,
    .search-dropdown-field .row.list-single h5 {
        font-size: 13px;
        margin: 0;
    }

.search-fields {
    float: left;
    max-width: 700px;
}

    .search-fields #searchCustomer {
        width: 100%;
        position: relative;
    }

    .search-fields .ti-search {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .search-fields input {
        padding-left: 35px;
        height: 40px;
    }

.row.list-single {
    padding: 8px 10px;
    background: #fff;
}

    .row.list-single:nth-child(2) {
        border-radius: 5px 5px 0 0;
    }

    .row.list-single:first-child {
        border-radius: 5px 5px 0 0;
    }

    .row.list-single:last-child {
        border-radius: 0 0 5px 5px;
    }

    .row.list-single:hover {
        background: #F6FCFF;
        border-radius: 5px;
        cursor: pointer;
    }

.form-control:focus {
    box-shadow: none;
}

span.indexitem {
    background: #fff;
    font-size: 12px;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
}

    span.indexitem .cross {
        padding-left: 5px;
        color: red;
    }

.search-dropdown-field {
    clear: both;
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 9;
    max-height: 250px;
    overflow: auto;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none !important;
}

.remove-item {
    color: red;
    font-size: 10px;
    padding: 5px 2px 5px 5px;
    cursor: pointer;
}

.spanner {
    position: fixed; /* Ensures it stays in the viewport */
    top: 50%;
    left: 50%;
    width: auto; /* Adjust as necessary */
    height: auto; /* Adjust as necessary */
    padding: 20px;
    display: none; /* Hidden by default */
    text-align: center;
    color: #FFF;
    transform: translate(-50%, -50%); /* Centers the loader */
    z-index: 1100; /* Higher than .overlay */
    /*background: rgba(0, 0, 0, 0.7);*/ /* Optional: Adds a subtle background */
    border-radius: 10px; /* Optional: Rounded corners */
}

.overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1100; /* Below .spanner */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hidden by default */
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 20px auto; /* Adjust margin for spacing */
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show,
    .overlay.show {
        opacity: 1;
        display: block;
        visibility: visible;
    }

span.custom-file-txt-name {
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 13px;
    font-size: 12px;
    text-align: left;
    color: #000;
}

a.edit-list {
    color: #1100D8;
    line-height: 20px;
}

a.rrr-edit {
    color: #1100D8;
    line-height: 20px;
}

.edit-list img {
    width: 14px;
    vertical-align: text-top;
    margin-left: 8px;
}

.prr-action-dropdown {
    text-align: right;
}

    .prr-action-dropdown .dropdown-menu {
        font-size: 14px;
        box-shadow: 0 0 5px #ddd;
        left: auto;
        border: 0;
        padding: 5px;
        right: 0;
        cursor: pointer;
    }

    .prr-action-dropdown .btn {
        font-size: 14px;
        padding: 0 5px;
    }

    .prr-action-dropdown .dropdown-item {
        padding: 10px;
    }

.alert.upload-message {
    width: 100%;
    margin: 0 15px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
}

.dropdown-item:hover {
    background: none;
}

.selected-date-range {
    display: none;
    line-height: 40px;
}

.date-range-label {
    font-size: 14px;
    background: #fff;
    padding: 9px;
    text-align: center;
    max-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    margin-left: 10px;
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #48A4E3;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #1100D8;
    border-radius: 5px;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.left-logo.dealer-choice-dropdown {
    padding: 25px 10px;
    margin: 0;
}

.dealer-choice-dropdown .btn {
    border: 0;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    padding-right: 30px;
    box-shadow: 0 0 3px #eee;
    text-align: left;
}

    .dealer-choice-dropdown .btn:before,
    .dealer-choice-dropdown .btn:after {
        display: block;
        content: '';
        width: 1px;
        height: 8px;
        background: #282828;
        position: absolute;
        top: 18px;
    }

    .dealer-choice-dropdown .btn:before {
        right: 21px;
        transform: rotate(-45deg);
    }

    .dealer-choice-dropdown .btn:after {
        right: 16px;
        transform: rotate(45deg);
    }

.dealer-choice-dropdown .dropdown {
    position: relative;
}

    .dealer-choice-dropdown .dropdown .dealer-choice-drop-list {
        display: none;
        position: absolute;
        background: #fff;
        list-style: none;
        line-height: 1em;
        top: 46px;
        left: 0px;
        box-shadow: 0 0 2px #ddd;
        padding: 10px 5px;
        width: 100%;
        margin: 0;
        border-radius: 5px;
        z-index: 1;
    }
.dealer-choice-drop-list .dropdown-item {
    display: none;
}

.dealer-choice-drop-list ul {
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
}

.dealer-choice-dropdown li.searchInput {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.dealer-choice-dropdown li {
    padding: 10px 0;
    font-size: 13px;
    float: left;
    cursor: pointer;
    white-space: normal;
    border-bottom: 1px solid #eee;
    width: 100%;
}

li.noresults {
    border: 0;
    padding: 0 10px;
}

.dealer-choice-dropdown .dropdown button img,
.dealer-choice-dropdown .dropdown-item img {
    float: left;
    margin-top: 5px;
}

.dealer-choice-dropdown .dropdown button span,
.dealer-choice-dropdown .dropdown-item span {
    float: left;
    width: calc(100% - 25px);
    margin-left: 5px;
}

.dealer-choice-dropdown .searchInput input {
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 7px;
    border-radius: 5px;
}

    .dealer-choice-dropdown .searchInput input:focus {
        outline: none;
    }


.custom-select-field .ti-angle-down {
    font-size: 12px;
}


.user-dropdown img {
    max-width: 25px !important;
    opacity: 0.7;
}

.user-dropdown a.dropdown-toggle {
    padding: 20px !important;
    margin-left: 20px !important;
    padding-top: 25px !important;
}

.user-dropdown span {
    font-size: 13px;
}

.searchbox-filer {
    margin-bottom: 10px;
}

.user-dropdown img {
    max-width: 25px !important;
    opacity: 0.7;
    border-radius: 50%;
}

button#aDealerChoices {
    height: 40px;
}

button.btn.clear-btn {
    background: #66D077;
    color: #fff;
    height: 34px;
    width: 80px;
    font-size: 14px;
}
.search-fields .ti-clear {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #1100D8;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.modal-dialog {
    z-index: 9999;
}

select.custom-select {
    font-size: 14px;
}

.data-modal .modal-dialog {
    max-width: 700px;
    font-size: 13px;
}

.emailEllipsis {
    /*max-width: 100px;*/ /*Adjust the max-width according to your layout*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
}

/*Start 2023--02-22*/

.data-modal thead tr {
    display: block;
}

tbody#tBodyCustomer {
    display: block;
    overflow: auto;
    height: 350px;
    width: 100%;
}

    tbody#tBodyCustomer tr {
        display: block;
        width: 100%;
    }

#tBodyCustomer td {
    width: 25%;
    display: inline-block;
}

.data-modal .modal-footer {
    padding-bottom: 20px;
}


/*End 2023--02-22*/
/*Start 2023-03-23*/
.upload-panel .form-fields {
    background: #fff;
    padding: 20px 15px;
}

.upload-panel .customer-review-fields {
    margin-bottom: 0;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
    padding: 20px 5px;
}

.upload-panel .upload-contact-list {
    background: none;
    color: #1100D8;
    border: 1px solid #ced4da;
    box-shadow: none;
    border-radius: 4px;
}

.upload-panel label.control-label {
    color: #212529;
    margin-bottom: 3px;
    font-weight: 500;
}

.upload-panel .custom-btn-margin {
    margin-top: 25px !important;
    margin-left: 5px !important;
}

.upload-panel .top-box {
    padding-bottom: 0;
}

#reviewAlertRecipientsTable td {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   

.truncate-name {
    display: inline-block;
    max-width: 75px; /* Adjust as needed */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* Optional: Ensuring tooltip visibility */
/*Not required.*/
/*.truncate-name:hover {
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}*/

/* PAC-444 Css Styling - START */
/* Remove horizontal line beneath "Response Tools" */
h6.mb-2 {
    margin-bottom: 8px !important;
}

/* Ensure tabs appear horizontally */
#responseTabs {
    display: flex;
    border-bottom: none; /* Removed default Bootstrap border */
}

/* Styling for tabs */
#responseTabs a {
    padding: 10px 20px;
    text-decoration: none;
    color: #828282; /* Default inactive color */
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}

/* Active tab styling */
#responseTabs a.active {
    color: #2E96FF !important;
    border-bottom: 2px solid #2E96FF;
}

/* Horizontal line below tabs */
.tab-line {
    border-bottom: 2px solid #dee2e6;
    margin-top: -2px;
}

/* Remove borders from tab content */
.modal .tab-content {
    padding: 15px;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

/* Ensure bullets are visible in tab content */
.modal .tab-content ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #333;
}

.modal .tab-content ul li {
    margin-bottom: 8px;
}

/* Bold styling for specific words inside tips */
strong b {
    font-weight: bold;
}

.response-column {
    /*padding-left: 20px;*/ /* Proper indentation */
    /*margin-top: 0;*/ /* Removes unnecessary top margin */
}

.response-column ul li {
    margin-bottom: 3px; /* Minimal gap */
    line-height: 1.3;
}

.response-heading {
    display: block; /* Ensures it behaves like a heading */
    font-weight: bold;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.response-section {
    margin-top: 16px;
}

.response-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
    resize: vertical;
}

.response-actions {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

.templates-wrapper {
    display: flex;
    align-items: center; /* Aligns with other sections */
    justify-content: center; /* Centers the content horizontally */
    width: 100%;
    padding: 20px;
}

.no-templates-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.no-templates-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

/* Common button styling */
.action-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
/* Hover effect */
.action-btn:hover {
    background: #007bff;
    color: #fff;
}
/* Disabled button state */
.action-btn.disabled {
    background-color: #ddd !important;
    color: #888 !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
}
/* Active button state */
.action-btn.active {
    background: #007bff;
    color: #fff;
}
/* Ensuring each button gets the common styling */
#publish-btn, #save-draft-btn, .add-template-btn {
    /* Inherits the .action-btn styles */
}
/* PAC-444 Css Styling - END */

/* PAC-445 Css Styling - START */
.template-lirary-list {
    min-height: 400px;
    border: 1px solid #ced4da;
    margin-top: 15px;
    border-radius: .25rem;
}

#tblTemplateLibrary .action-btn {
    padding: 1px 10px !important;
}
#tblTemplateLibrary tr:nth-child(even) {
    background-color: #f2f2f2;
}
ul.pagination li {
    list-style: none;
}
/* PAC-445 Css Styling - END */
a:not([href]) {
    cursor: pointer;
    color: blue;    
}

/* Metrics Dashboard - Clean Design */
.panel-review {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px !important;
    gap: 6px;
}

/* each row: logo + label on left, count on right */
.panel-review p {
    display: flex;
    align-items: center;
    margin: 0;
    height: 60px;
}

.panel-review p span {
    color: #48A4E3;
    font-weight: bold;
    font-size: 30px;
}

/*.panel-review p img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}*/

.white-star {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: lightgray;
    border-radius: 50%;
    padding: 3px;
}

/* this pushes the count span to the far right */
.panel-review p strong {
    margin-right: 12px;
    flex: 1;
}

/* single view link aligned to bottom-right */
.panel-review .view-btn {
    margin-top: auto; /* pushes it to the bottom */
    text-align: right; /* right-align the link */
}

.gold-star {
    color: #FFD700;
}

.parent {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 120px;
}

.child {
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
}

.card-title {
    color: #48A4E3;
    font-size: 25px !important;
    padding-bottom: 10px;
    text-align: center !important;
}