/*
Template Name: Heyqo - Admin & Dashboard Template
Author: Myra Studio
Version: 1.0.0
File: App Css
*/
/*
1. Left sidenav
2. Header
3. Footer
4. Avatar
5. Helper
6. Demos
7. Scrollbar
8. Sweetalert
9. Morris
10. Sparkline-chart
11. Datatable
12. Calendar
13.  Maps
14. Select2
15. Datepicker
16. Daterange
17. Waves 
18. Auth
19. Pricing
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");

/* 1. Left sidenav */
.metismenu {
    margin: 0;
}

.metismenu li {
    display: block;
    width: 100%;
}

.metismenu .mm-collapse {
    display: none;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapse.mm-show {
    display: block;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.vertical-menu {
    width: 230px;
    z-index: 1001;
    background: #2f4050;
    bottom: 0;
    margin-top: 0;
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
    box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15);
}

.main-content {
    margin-left: 230px;
    overflow: hidden;
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px;
}

#sidebar-menu {
    padding: 10px 0 30px 0;
}

#sidebar-menu .mm-active>.has-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar-menu .has-arrow:after {
    content: "\F140";
    font-family: 'Material Design Icons';
    display: block;
    float: right;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding-top: 2px;
    font-size: 1rem;
}

#sidebar-menu ul li a {
    display: block;
    padding: .65rem 1.5rem;
    color: #a7b1c2;
    position: relative;
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#sidebar-menu ul li a i {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: .125em;
    font-size: 1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
}

#sidebar-menu ul li .badge {
    margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 3.25rem;
    font-size: 13px;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: .4rem 1.5rem .4rem 4.5rem;
    font-size: 13.5px;
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
}


@media (max-width: 992px) {
    .vertical-menu {
        display: none;
    }

    .main-content {
        margin-left: 0;
    }
}

body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
    display: block;
}

.menu-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(61, 66, 85, 0.3);
    display: none;
    z-index: 1000;
}

.help-box {
    margin: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 3px;
    border: 1px solid #e9ecef;
}

/* 2. Header */
#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    background-color: #fff;
    padding: 0 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    margin-left: 230px;
}

.navbar-header .dropdown.show .header-item {
    background-color: rgba(61, 66, 85, 0.04);
}

.navbar-brand-box {
    text-align: center;
}

.logo {
    line-height: 70px;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.logo span {
    vertical-align: middle;
}

.page-title-box {
    padding-bottom: 24px;
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0;
}

@media (max-width: 992px) {
    .navbar-brand-box {
        padding-left: 0;
    }

    .navbar-header {
        margin-left: 0;
    }

    .logo {
        padding-right: 15px;
    }

    .logo span {
        display: none;
    }

    .logo i {
        display: inline-block;
    }
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 70px calc(24px / 2);
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #383c40;
    border: 0;
}

.header-item:hover {
    color: #383c40;
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px;
}

.noti-icon i {
    font-size: 24px;
    color: #383c40;
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
}

.notification-item .media {
    padding: 0.75rem 1rem;
}

.notification-item .media:hover {
    background-color: #f8f9fa;
}

/* 3. Footer */
.footer {
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 19px 12px 20px;
    position: absolute;
    right: 0;
    color: #6c757d;
    left: 230px;
}

@media (max-width: 992px) {
    .footer {
        left: 0;
    }
}

/* 4. Avatar */
.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7266bb;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

/* 5. Helper */
.font-family-secondary {
    font-family: "Open Sans", sans-serif;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 1px solid #747a80;
    border-radius: 50%;
    color: #747a80;
    text-align: center;
}

/* 6. Demos */
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}

.icons-list {
    color: #6c757d;
}

.icons-list div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    text-align: center;
}

.icons-list i {
    font-size: 22px;
    line-height: 30px;
    display: block;
}

.button-examples {
    margin-left: -5px;
    margin-bottom: -10px;
}

.button-examples .btn {
    margin-bottom: 10px;
    margin-left: 5px;
}

/* 7. Waves */
@media print {

    .left-side-menu,
    .page-title-box,
    .navbar-header,
    .footer {
        display: none !important;
    }

    .card-body,
    .page-content,
    body {
        padding: 0 !important;
        margin: 0;
    }
}

/* 8. Scrollbar */
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #a2adb7;
    border-radius: 3px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.custom-scroll {
    height: 100%;
}

/* 9. Sweetalert */
.swal2-modal {
    font-family: "Open Sans", sans-serif;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
    font-size: 24px;
}

.swal2-modal .swal2-content {
    font-size: 16px;
}

.swal2-modal .swal2-spacer {
    margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
    border: 2px solid #dee2e6;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
    background-color: #7266bb !important;
    font-size: 0.8125rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
    background-color: #f15050 !important;
    font-size: 0.8125rem;
}

.swal2-modal .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-question {
    color: #7266bb;
    border-color: #7266bb;
}

.swal2-icon.swal2-success {
    border-color: #2ac14e;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #2ac14e;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #2ac14e;
}

.swal2-icon.swal2-warning {
    color: #f8ac5a;
    border-color: #f8ac5a;
}

.swal2-icon.swal2-error {
    border-color: #f15050;
}

.swal2-icon.swal2-error .line {
    background-color: #f15050;
}

.swal2-icon.swal2-info {
    color: #23b5e2;
    border-color: #23b5e2;
}

.swal2-icon.swal2-info {
    border-color: #23b5e2;
}

.swal2-icon.swal2-info .line {
    background-color: #23b5e2;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 2px solid #7266bb;
}

.swal2-container.swal2-shown {
    background-color: rgba(61, 66, 85, 0.5);
}

/* 10. Morris */
.morris-chart text {
    font-family: "Open Sans", sans-serif !important;
}

.morris-hover {
    position: absolute;
    z-index: 10;
}

.morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #3d4255;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
    font-family: "Open Sans", sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
    color: #fff;
}

/* 11. Sparkline-chart */
.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #3d4255 !important;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #3d4255 !important;
}

.jqsfield {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
}

[data-plugin="knob"] {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
}

/* 12. Datatable */
.dataTables_wrapper.container-fluid {
    padding: 0;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-bottom: 15px !important;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #7266bb;
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
    border-color: #7266bb;
}

table.dataTable tbody td:focus {
    outline: none !important;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
    outline: 2px solid #7266bb !important;
    outline-offset: -1px;
    color: #7266bb;
    background-color: rgba(114, 102, 187, 0.15);
}

.dataTables_info {
    font-weight: 500;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    background-color: #2ac14e;
    top: 0.75rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #f15050;
    top: 0.75rem;
}

div.dt-button-info {
    background-color: #7266bb;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: center;
    z-index: 21;
}

div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 767.98px) {

    li.paginate_button.previous,
    li.paginate_button.next {
        display: inline-block;
        font-size: 1.5rem;
    }

    li.paginate_button {
        display: none;
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1rem 0 0 !important;
    }

    div.dt-buttons {
        display: inline-table;
        margin-bottom: 1rem;
    }
}

.activate-select .sorting_1 {
    background-color: #f8f9fa;
}

/* 13. Calendar */
/* ==============
  Calendar
===================*/
.calendar {
    float: left;
    margin-bottom: 0;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
}

.fc-toolbar h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    border: 1px solid #ced4da;
    background-color: #e9ecef;
}

.fc-widget-content {
    border: 1px solid #ced4da;
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.fc-button {
    background: #fff;
    border: 1px solid #ced4da;
    color: #495057;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}

.fc-state-hover {
    background: #ced4da;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 3px;
    border: none;
    cursor: move;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #e4e2f2;
    color: #7266bb !important;
    border-left: 3px solid #7266bb;
}

.fc-event.ui-draggable {
    padding: 10px;
}

.external-event {
    color: #fff;
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

@media (max-width: 767.98px) {

    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-center {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar>*>* {
        float: none;
    }

    .fc-today-button {
        display: none;
    }
}

/* 14. Maps */
/* 
============
    Maps
============
*/
.gmaps {
    height: 450px;
    width: 100%;
    border: 0;
}

.gmaps-dark {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.jvectormap-tip {
    border: none;
    background: #343a40;
    color: #f8f9fa;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    padding: 5px 8px;
}

/* 15. Select2 */
.select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    height: 35px;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #bdc6cf transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #bdc6cf transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #f8f9fa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dadfe4;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7266bb;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecef;
    color: #3d4255;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #7266bb;
    color: #fff;
}

.select2-container .select2-selection--multiple {
    min-height: 35px;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #7266bb;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

/* 16. Datepicker */
.datepicker {
    padding: 10px !important;
}

.datepicker td,
.datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #7266bb !important;
    background-image: none !important;
    color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #e9ecef;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #495057;
    opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}

.datepicker .datepicker-switch:hover {
    background: none;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #fff;
}

.datepicker-dropdown:before {
    border-bottom-color: #e9ecef;
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid #e9ecef;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #fff;
}

/* 17. Daterange */
.daterangepicker {
    font-family: "Open Sans", sans-serif;
    border: 0 solid #e9ecef;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    background-color: #fff;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    color: #6c757d;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border-color: #747a80;
}

.daterangepicker td.in-range {
    background-color: #edeff1;
    color: #495057;
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    color: #3d4255;
    opacity: 0.5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #7266bb;
    color: #fff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #7266bb;
    color: #fff;
}

.daterangepicker:after {
    border-bottom: 6px solid #fff;
}

.daterangepicker:before {
    border-bottom: 7px solid #e9ecef;
}

.daterangepicker .ranges li.active {
    background-color: #7266bb;
}

.daterangepicker .ranges li:hover {
    background-color: #f8f9fa;
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #e9ecef;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: white;
    border: 1px solid white;
    color: #fff;
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #e9ecef;
}

/* 18. Waves */
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

/* 19. Auth*/
.bg-login {
    background: url('../images/bg-login.jpg');
    background-position: center;
    background-size: cover;
}

.bg-success-p{
    background: url('../images/success_review.jpg');
    background-position: center;
    background-size: cover;
}

.bg-register {
    background: url("../images/bg-register.jpg");
    background-position: center;
    background-size: cover;
}
.bg-forget{
    background: url("../images/Forgot_password.jpg");
    background-position: center;
    background-size: cover;
}
/* 20. Pricing */
.card-pricing {
    position: relative;
    border-radius: 10px;
}

.card-pricing .card-pricing-icon {
    font-size: 22px;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.card-pricing .card-pricing-features {
    color: #6c757d;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}

.card-pricing .card-pricing-features li {
    padding: 15px;
}

/*# sourceMappingURL=theme.css.map */
.btn-inverse {
    background: #000 !important;
    color: #fff !important;
}

.add_cus {
    background: #f8fafc !important;
    transition: 0.3s all;
}

.cients_wrapper .card {
    min-height: 350px;
    background: #fff;
    transition: 0.5s ease all;
}

.cients_wrapper .card:hover {
    box-shadow: 0px 0px 5px 0px #ccc
}

.cients_wrapper .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.add_cus .feather-plus-circle {
    font-size: 30px;
    color: #adafb1;
}

.add_cus h4 {
    font-weight: 600;
    color: #adafb1;
}

.add_cus:hover {
    background: #e5e5e5;
    transform: scale(1.01);
    cursor: pointer;
}

.add_cus:hover .feather-plus-circle,
.add_cus:hover h4 {
    color: #000;
}

.card_head {
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
}

.card_head i {
    font-size: 20px;
    cursor: pointer;
}

.add_date {
    display: flex;
    gap: 10px;
}

.add_date p {
    font-weight: 600;
    font-size: 12px;
    margin: 3px 0 0;
}

.preview {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.preview>span {
    font-weight: 600;
}

.sidebar_wrap {
    max-width: 300px;
    padding: 20px;
    box-shadow: 0px 5px 2px 0px #ccc;
    border-radius: 5px;
}

.powered {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.powered img {
    max-width: 90px;
}

.card {
    border-color: #e3e3e3 !important;
}

.bordered-sec {
    border: 1px solid #ebebeb;
    padding: 40px;
}

.color_wrap {
    position: relative;
}

.color-preview {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

.color- {
    position: absolute;
    left: 10px;
    border: none;
    border-radius: 20px;
    width: 28px;
    padding: 0;
    height: 28px;
    overflow: hidden;
    top: 4px;
    cursor: pointer;
}

.color-input {
    padding-left: 50px !important;
}

.border-sec {
    border: 1px solid #cccccc8f;
    padding: 20px;
}

.border-sec .form-group {
    position: relative;
}

.border-sec .form-group span {
    position: absolute;
    right: 10px;
    top: 39px;
}

.border-sec .form-group .form-control {
    padding-right: 60px;
}

.check_group {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 5px 20px;
    border: 1px solid #cccccc8f;
    margin-top: 20px;
}

.check_group i {
    font-size: 25px;
}

.check_group span {
    font-weight: 600;
}

.besic_f {
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.besic_f li {
    font-weight: 600;
    display: flex;
    flex-direction: column
}

.besic_f li span {
    background: #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    margin-top: 5px;
    text-transform: capitalize;
}

.f_icons {
    padding: 0;
    display: flex;
    list-style-type: none;
    gap: 12px;
    flex-wrap: wrap;
}

.f_icons i {
    font-size: 22px;
}

.plan_card h4 {
    font-weight: 600;
    padding: 10px 0;
}

.plan_card p {
    font-weight: 600;
    margin: 0;
}

.p_price {
    width: 100%;
    display: flex;
    border-radius: 5px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}

.active_color {
    background: #d2eaffba;
    border: 1px solid #acceeb;
}

.inactive_color {
    background: #ffb5b5ba;
    border: 1px solid #ff8585ba;
}

.active_color .upper_calc li.count {
    background: #7bb2e1;
}

.inactive_color .upper_calc li.count {
    background: #ff8484;
}

.p_price .upper_calc {
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
}

.p_price .upper_calc li {
    font-weight: 600;
}

.p_price .upper_calc li.count {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5px;
    border-radius: 5px;
}

.p_price .upper_calc li.count i {
    font-size: 20px;
}

.p_price h5 {
    font-weight: 600;
}

.swal2-confirm,
.swal2-cancel {
    font-size: .825em !important;
}

.swal2-popup .swal2-title {
    color: #000000 !important;
    font-size: 1.3em !important;
}

.swal2-icon.swal2-warning {
    border-color: #dd3333 !important;
    color: #dd3333 !important;
}

.post_content {
    font-size: 14px;
}

.post_content p {
    font-size: 12px;
}

.post_content>h1,
.post_content>h2,
.post_content>h3,
.post_content>h4,
.post_content>h5,
.post_content>h6 {
    font-size: 16px;
}

hr {
    border: 1px solid #c1c0c07a !important;
    margin-top: 0;
    width: 100%;
}

.right_content_area {
    background: url('https://go.climbo.com/jevy/!w-1080,h-0,type-original,fit-contain/ZykmDhjw6x.jpg');
    background-position: center
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating>input {
    display: none;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 3vw;
    color: #FFD600;
    cursor: pointer;
    font-weight: normal;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important;
}

.rating>input:checked~label:before {
    opacity: 1;
}

.rating:hover>input:checked~label:before {
    opacity: 0.4;
}

.left-content_area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.left-content_area h1 {
    font-size: 25px;
}


.imagec {
    width: 120px;
    margin: 0 auto 40px;
}

.imagec img {
    width: 100%;
}

button.cbtn {
    border: 1px solid #eaeaea;
    padding: .6em 2em;
    display: inline-block;
    width: 49%;
    position: relative;
}

button.cbtn .btnicon {
    position: absolute;
    left: 18px;
    width: 24px;
    height: 24px;
}

button.cbtn:hover {
    background-color: #eaeaea;
    border-color: #000;
}

#auto_generate_link {
    font-weight: 600;
    cursor: pointer;
    color: green;
}


/*================= 05/04/24 =========================*/

/* Integration */
.intgcard .cardicon {
    width: 56px;
    height: 56px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 50px;
}

.intgcard .cardicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    line-height: 56px;
}

.intgcard h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.intgcard a.btn {
    width: 100%;
}

.intgcard a.btn.edit {
    background: #f1f1f1;
    border-color: #ddd;
    color: #000;
    font-weight: 600;
}

.intgcard .checkicon {
    color: #13d013;
    font-size: 20px;
    position: absolute;
    right: 9px;
    top: 5px;
}

/* Integration End */



/* All Reviews */

.reviewcard .top .icon {
    height: 20px;
    display: inline-block;
    margin: -5px 8px 0 0;
}

.reviewcard .top {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
}

.reviewcard .top p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.reviewcard .top .star_rating {
    display: inline-block;
}

.reviewcard .top .star_rating .rating {
    display: block;
}

.reviewcard .top .star_rating .rating i {
    color: #FFB800;
    font-size: 25px;
}

.reviewcard .reviewbody .review {
    max-height: 30vh;
    overflow: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.reviewcard .reviewbody .review::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.reviewcard .reviewbody .review::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.reviewcard .reviewbody .review::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.reviewcard .reviewbody .comment {
    background-color: #f5f5f5;
    padding: 16px;
    border-radius: 7px;
    color: #848484;
    margin-bottom: 12px;
}


.rfsearch {
    position: relative;
}

.rfsearch input {
    padding-right: 36px;
}

.rfsearch i {
    position: absolute;
    top: 1px;
    right: 9px;
    font-size: 20px;
}


.rfilter label.asessmeheading {
    display: block;
}

.rfilter label.asessmeheading button {
    float: right;
    background: no-repeat;
    border: none;
    color: #f00;
    font-size: 13px;
}

.asessmentsec {
    display: flex;
}

.asessmentsec .form-check {
    padding-left: 0;
    flex: 1;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.asessmentsec .form-check input {
    opacity: 0;
}

.asessmentsec .form-check label {
    width: 100%;
    display: block;
    line-height: 100%;
    padding: 7px;
    cursor: pointer;
}

.asessmentsec .form-check-label {
    text-align: center;
}

.asessmentsec i {
    text-align: center;
    font-size: 20px;
}

.asessmentsec input:checked+i {
    color: #2FC640;
}


/* All Reviews end */



/*Get Reviews*/


.gtrivewtab {
    text-align: center !important;
    display: block !important;
    border: none !important;
    margin-bottom: 40px !important;
}

.gtrivewtab .nav-item {
    display: inline-block;
}

.gtrivewtab .nav-item a {
    border: none;
    padding: 6px 60px;
    box-shadow: 0 4px 30px #00000008;
    background: #fff;
    border-radius: 7px;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.gtrivewtab .nav-item a.active {
    background: #599ED5;
    color: #fff;
}



.cstmrinvite {
    position: relative;
/*    padding-right: 35px;*/
}

.cstmrinvite button.closebtn {
    background: #ddd;
    border: solid 1px #000;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
}

.cstmrinvite button.closebtn:hover {
    background: #f00;
    border-color: #f00;
    color: #fff;
}

.disabledd {
    pointer-events: none;
    cursor: default !important;
    color: rgba(0, 0, 0, 0.26) !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
}


.cancelbtn {
    background: none;
    border: none;
    color: #f00;
    font-size: 13px;
}

.grvwbtns {
    padding: 3px 9px !important;
    font-size: 14px;
}

label.textaralabel {
    display: block;
}

label.textaralabel .wcount {
    float: right;
    background: no-repeat;
    border: none;
    color: #555;
    font-size: 12px;
}


.mobilefrem {
    /*border: 2px solid #000;*/
    border-radius: 45px;
    height: 100%;
    isolation: isolate;
    overflow: hidden;
    width: 255px;
    height: 512px; position: relative;
}
.mbfrsame {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
}

.mobilefrem .frmtop {
    background-color: #f0f0f0;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 35px 20px 4px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.mobilefrem .frmtop i {
    font-size: 23px;
    margin-right: 5px;
}

.mobilefrem .frmbody {
    height: calc(100% - 77px);
    overflow: auto; margin-left: 5px;
    margin-right: 5px;
}

.mobilefrem .frmbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mobilefrem .frmbody::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.mobilefrem .frmbody::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.mobilefrem .frmbody .priviewsms {
    background-color: #e0e0e0;
    border-radius: 10px;
    color: #000;
    margin: 28px 23px;
    max-width: 80%;
    padding: 12px;
    white-space: pre-wrap;
    width: 100%;
}

.mobilefrem .frmsubject {
    border-bottom: 1px solid #e1e1e1;
    padding: 22px;
    width: 100%;
}

.mobilefrem .frmsubject .subjecttitle {
    font-size: 10px;
    font-weight: 300;
}

.mobilefrem .frmsubject .frmsubjectdesc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 12px;
}

.mobilefrem .frmbody .previewemail {
    color: #000;
    max-width: 100%;
    padding: 22px;
    white-space: pre-line;
    width: 100%;
}

.review_reply {
    background: #0000002b;
    padding: 15px;
    margin-bottom: 15px;
}

.intList li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccccc7d;
    padding: 20px;
    margin-bottom: 10px;
}

.intList {
    padding: 0;
    margin: 40px 0;
}

.left_sec_int {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left_sec_int img {
    width: 60px;
}

.g-detatils p {
    margin: 0;
}

.filter_group {
    display: flex;
    padding: 20px;
}

.g-detatils h5 span,
#account_id {
    text-transform: capitalize;
}

.account_select {
    position: relative;
}

.account_select .spinner-border {
    position: absolute;
    top: 40px;
    right: 20px;
}

.spinner-grow {
    height: 6rem !important;
    width: 6rem !important;
    color: #2ac14e !important;
}

.spinner-border {
    color: #2ac14e !important;
}

.dataTables_paginate a {
    border: none !important;
}

.embade_code {
    position: relative;
}

.embade_code #iframe {
    padding-right: 40px;
    height: 45px;
    margin-bottom: 10px;
}

.embade_code .feather-copy {
    position: absolute;
    right: 10px;
    top: 46px;
    background: #fff;
    font-size: 17px;
    cursor: pointer;
}
.position_qr{
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    flex-direction: row;
    flex-wrap: wrap;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn{
    opacity: 0.2;
    cursor: not-allowed!important;
}



/*================= 22/05/24 =========================*/




.feedpg .card-body{display: block;}

.review_container .reviewcard:hover {
    box-shadow: 0px 4px 16px #0000002e;
    transition: all 0.3s ease-out;
    border-color: #0b5ed7ad !important;
}




@media only screen and (max-width: 768px) {

    .gtrivewtab .nav-item a {
    padding: 2px 30px;
    margin: 0 3px;
    font-size: 18px;
}

.bordered-sec {
    padding: 15px;
}


.intList li {
    display: block;
    padding: 15px;
}

.intList li .g-detatils p {
    font-size: 12px;
}
.intList li .g-detatils h5 {
    font-size: 14px;
}

.intList li .left_sec_int {
    margin-bottom: 12px;
}
.intList li .right_sec_int {
    text-align: center;
}

.intList li .right_sec_int .btn-primary {
    padding: 3px 12px;
    font-size: 12px;
}


}

@media only screen and (min-width:993px) and (max-width:1137px){ 
.gtrivewtab .nav-item a {
    padding: 6px 40px;
    margin: 0 7px;
    font-size: 14px;
}


}

ul.translation-links {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    background: #ffffff;
    transform: translate(0px, -50%);
    border-radius: 5px 0 0 5px;
    list-style-type: none;
    padding: 10px;
    box-shadow: 0px 2px 4px 3px rgba(20, 102, 143, 0.08);
    overflow: hidden;
}
ul.translation-links li {
    list-style-type: none;
    padding: 0 0 0 0px;
    margin-bottom: 5px;
}
ul.translation-links a {
    display: inline-block;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 35px;
    background-position: center left 5px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    width: 100%;
}
a.spanish {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMjU2IiBjeT0iMjU2IiBmaWxsPSIjZjBmMGYwIiByPSIyNTYiIGRhdGEtb3JpZ2luYWw9IiNmMGYwZjAiPjwvY2lyY2xlPjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzAwNTJiNCI+PHBhdGggZD0ibTUyLjkyIDEwMC4xNDJjLTIwLjEwOSAyNi4xNjMtMzUuMjcyIDU2LjMxOC00NC4xMDEgODkuMDc3aDEzMy4xNzh6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTUwMy4xODEgMTg5LjIxOWMtOC44MjktMzIuNzU4LTIzLjk5My02Mi45MTMtNDQuMTAxLTg5LjA3NmwtODkuMDc1IDg5LjA3NnoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtOC44MTkgMzIyLjc4NGM4LjgzIDMyLjc1OCAyMy45OTMgNjIuOTEzIDQ0LjEwMSA4OS4wNzVsODkuMDc0LTg5LjA3NXoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtNDExLjg1OCA1Mi45MjFjLTI2LjE2My0yMC4xMDktNTYuMzE3LTM1LjI3Mi04OS4wNzYtNDQuMTAydjEzMy4xNzd6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTEwMC4xNDIgNDU5LjA3OWMyNi4xNjMgMjAuMTA5IDU2LjMxOCAzNS4yNzIgODkuMDc2IDQ0LjEwMnYtMTMzLjE3NnoiIGZpbGw9IiMwMDUyYjQiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBkPSJtMTg5LjIxNyA4LjgxOWMtMzIuNzU4IDguODMtNjIuOTEzIDIzLjk5My04OS4wNzUgNDQuMTAxbDg5LjA3NSA4OS4wNzV6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTMyMi43ODMgNTAzLjE4MWMzMi43NTgtOC44MyA2Mi45MTMtMjMuOTkzIDg5LjA3NS00NC4xMDFsLTg5LjA3NS04OS4wNzV6IiBmaWxsPSIjMDA1MmI0IiBkYXRhLW9yaWdpbmFsPSIjMDA1MmI0Ij48L3BhdGg+PHBhdGggZD0ibTM3MC4wMDUgMzIyLjc4NCA4OS4wNzUgODkuMDc2YzIwLjEwOC0yNi4xNjIgMzUuMjcyLTU2LjMxOCA0NC4xMDEtODkuMDc2eiIgZmlsbD0iIzAwNTJiNCIgZGF0YS1vcmlnaW5hbD0iIzAwNTJiNCI+PC9wYXRoPjwvZz48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNkODAwMjciPjxwYXRoIGQ9Im01MDkuODMzIDIyMi42MDloLTIyMC40NC0uMDAxdi0yMjAuNDQyYy0xMC45MzEtMS40MjMtMjIuMDc1LTIuMTY3LTMzLjM5Mi0yLjE2Ny0xMS4zMTkgMC0yMi40NjEuNzQ0LTMzLjM5MSAyLjE2N3YyMjAuNDQuMDAxaC0yMjAuNDQyYy0xLjQyMyAxMC45MzEtMi4xNjcgMjIuMDc1LTIuMTY3IDMzLjM5MiAwIDExLjMxOS43NDQgMjIuNDYxIDIuMTY3IDMzLjM5MWgyMjAuNDQuMDAxdjIyMC40NDJjMTAuOTMxIDEuNDIzIDIyLjA3MyAyLjE2NyAzMy4zOTIgMi4xNjcgMTEuMzE3IDAgMjIuNDYxLS43NDMgMzMuMzkxLTIuMTY3di0yMjAuNDQtLjAwMWgyMjAuNDQyYzEuNDIzLTEwLjkzMSAyLjE2Ny0yMi4wNzMgMi4xNjctMzMuMzkyIDAtMTEuMzE3LS43NDQtMjIuNDYxLTIuMTY3LTMzLjM5MXoiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBkPSJtMzIyLjc4MyAzMjIuNzg0IDExNC4yMzYgMTE0LjIzNmM1LjI1NC01LjI1MiAxMC4yNjYtMTAuNzQzIDE1LjA0OC0xNi40MzVsLTk3LjgwMi05Ny44MDJoLTMxLjQ4MnoiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBkPSJtMTg5LjIxNyAzMjIuNzg0aC0uMDAybC0xMTQuMjM1IDExNC4yMzVjNS4yNTIgNS4yNTQgMTAuNzQzIDEwLjI2NiAxNi40MzUgMTUuMDQ4bDk3LjgwMi05Ny44MDR6IiBmaWxsPSIjZDgwMDI3IiBkYXRhLW9yaWdpbmFsPSIjZDgwMDI3IiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTE4OS4yMTcgMTg5LjIxOXYtLjAwMmwtMTE0LjIzNi0xMTQuMjM3Yy01LjI1NCA1LjI1Mi0xMC4yNjYgMTAuNzQzLTE1LjA0OCAxNi40MzVsOTcuODAzIDk3LjgwM2gzMS40ODF6IiBmaWxsPSIjZDgwMDI3IiBkYXRhLW9yaWdpbmFsPSIjZDgwMDI3IiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTMyMi43ODMgMTg5LjIxOSAxMTQuMjM3LTExNC4yMzhjLTUuMjUyLTUuMjU0LTEwLjc0My0xMC4yNjYtMTYuNDM1LTE1LjA0N2wtOTcuODAyIDk3LjgwM3oiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48L2c+PC9nPjwvc3ZnPg==);
    background-size: 24px;
}
a.german {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMTMwMDAwMDAwMDAwMDAwMSwwLDAsMS4xMzAwMDAwMDAwMDAwMDAxLC0zMy4yODAwMDAwMDAwMDAwMywtMzMuMjgwMDAwMDAwMDAwMDMpIj48ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtNDgwIDI1NmMwIDEyMy43MTItMTAwLjI4OCAyMjQtMjI0IDIyNHMtMjI0LTEwMC4yODgtMjI0LTIyNCAxMDAuMjg4LTIyNCAyMjQtMjI0IDIyNCAxMDAuMjg4IDIyNCAyMjR6IiBmaWxsPSIjZmJmYmZiIiBkYXRhLW9yaWdpbmFsPSIjZmJmYmZiIiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTQ2Mi4wNDMgMTY4aC00MTIuMTA1NWMzNC4xOTU3LTc5Ljk2NjEgMTEzLjU4MDUtMTM2IDIwNi4wNTI1LTEzNiA5Mi40NzMgMCAxNzEuODU3IDU2LjAzMzkgMjA2LjA1MyAxMzZ6IiBmaWxsPSIjYzMyMDIwIiBkYXRhLW9yaWdpbmFsPSIjYzMyMDIwIiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0ibTQ2Mi4wNDMgMzQ0Yy0zNC4xOTYgNzkuOTY2LTExMy41OCAxMzYtMjA2LjA1MyAxMzYtOTIuNDcyIDAtMTcxLjg1NjgtNTYuMDM0LTIwNi4wNTI1LTEzNnoiIGZpbGw9IiMyYTJmYWYiIGRhdGEtb3JpZ2luYWw9IiMyYTJmYWYiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==);
    background-size: 26px;
}
a.ge {
    background-image: url(https://www.project2finish.com/frontend/images/de.png);
    background-size: 26px;
}
a.sp {
    background-image: url(https://www.project2finish.com/frontend/images/sp.png);
    background-size: 26px;
}
a.fr {
    background-image: url(https://www.project2finish.com/frontend/images/fr.png);
    background-size: 26px;
}
.business_post_image img{
    width: 188px;
}
.business_post_image{
    display: flex;
    flex-wrap: wrap;
   column-gap: 10px;
    flex-direction: row;
}
.btn_group{
        gap: 10px;
    display: flex;
    margin-top: 25px;
}

/*================= 06/06/24 =========================*/

@media only screen and (max-width: 768px) {

    .left-content_area.reeditpg {
    gap: 5px;
}

       .left-content_area.reeditpg .imagec {
    width: 60%;
    margin: 0 auto 20px;
}
.left-content_area.reeditpg h1 {
    font-size: 22px;
    text-align: center;
}

.left-content_area.reeditpg .rating>label {
    font-size: 33px;
}

ul.translation-links a {
    padding: 14px 0px 14px 26px;
    background-position: center left 0px;
    font-size: 0px;
}
    }
.p_url{
    text-transform: capitalize;
}
.mm-active .active {
    color: #fff !important;
}