@import "pos.css";

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
    --pineapple-linearBlue: linear-gradient(180deg, #3395c7 0%, #0570a5 100%);
    --pineapple-grey: rgba(217, 217, 217, 1);
    --pineapple-footer: linear-gradient(180deg, #f5f6f7 0%, #dddedf 100%);
    --pineapple-textBlue: linear-gradient(180deg, #58b3e1 0%, #0570a5 100%);
    --pineapple-jeet: rgba(51, 51, 51, 1);
    --pineapple-text_green: rgba(45, 139, 59, 1);
    --pineapple-text_purple: rgba(153, 137, 164, 1);
    --pineapple-text_blue: rgba(2, 111, 160, 1);
    --pineapple-text_orange: rgba(243, 82, 63, 1);
    --pineapple-honoluluBlue: #026FA0;
    --pineapple-sunset: #F3523F;
    --bg-lulublue: #026fa0;
    --pineapple-link-color: #026fa0;
    --pineapple-blue_bgColor: linear-gradient(180deg, #3395c7 0%, #0570a5 100%);
    --pineapple-arrow_blue: rgba(2, 111, 160, 1);
    --pineapple-bdg-color-green: #d3eedf;
}

* {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: var(--pineapple-link-color);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.bg-secondary {
    background-image: linear-gradient(180deg, #9b9b9b 100%, #c2c2c2 100%);
}

.bg-success {
    color: black !important;
    background-color: var(--pineapple-bdg-color-green) !important;
}

.bg-danger {
    background-color: #f3523f !important;
}

.btn-success {
    background-color: #d3eedf !important;
    color: #000 !important;
    border-color: transparent !important;
}

.btn-secondary {
    background-color: #9e9e9e !important;
    border-color: transparent !important;
}

.btn-pin {
    background-color: #126d34 !important;
    border-color: transparent !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.bg-honoluluBlue {
    /* background-color: #026fa0 !important;*/
    background-color: #3395c7;
    background-image: linear-gradient(180deg, #3395c7 0%, #0570a5 100%);
}

.iconCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconColorLightBlue {
    color: #d6e9ff !important;
}

.iconColorMango {
    /*color: #ffc859 !important;*/
    color: #a0ceec !important;
}

.iconColorHonoluluBlue {
    color: #026fa0 !important;
}

.iconColorWhite {
    color: #ffffff !important;
}

.bg-mango {
    background-color: #ffc859 !important;
}

.bg-gray {
    background-color: #ececec !important;
}

.bg-lightgray {
    background-color: #ececec !important;
}

.bg-gray2 {
    background-color: #eaeaea !important;
}

.bg-lulublue {
    background-color: #3395c7;
    background-image: linear-gradient(180deg, #3395c7 0%, #0570a5 100%);
    /*background-color: #026fa0 !important;*/
}

.bg-lulugreen {
    background-color: #68ab62;
    background-image: linear-gradient(180deg, #68ab62 0%, #126d34 100%);
    /*background-color: #026fa0 !important;*/
}

.bg-red {
    background-color: #f3523f !important;
}

.bg-orange {
    /*background-color: #fe5441 !important;*/
    background-image: linear-gradient(180deg, #f3523f 100%, #ff7a6a 100%);
}

.bg-darkblue {
    /* background-color: #045b9e !important;*/
    background-color: #3395c7;
    background-image: linear-gradient(180deg, #3395c7 0%, #0570a5 100%);
}

.bg-lightblue {
    background-color: #026fa09c !important;
}

.bg-lightbrown {
    background-color: #f9f5f1 !important;
}

.bg-yellow {
    background-color: #ffc859 !important;
}

.bg-purple {
    background-color: #a18ba8 !important;
}

.bg-green {
    background-color: #d3eedf !important;
}

.bg-lightblue {
    background-color: #d6e9ff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-pine {
    background-color: #d6e9ff !important;
}

.text-orange {
    color: #fe5441 !important;
}

.text-lulublue {
    color: #026fa0 !important;
}

.text-mango {
    /* color: #ffc859 !important;*/
    color: #a0ceec !important;
}

.text-darkblue {
    color: #045b9e !important;
}

.text-yellow {
    color: #ffc859 !important;
}

.text-purple {
    color: #a18ba8 !important;
}

.text-green {
    color: #d3eedf !important;
}

.text-lightblue {
    color: #ebf4ff !important;
}

.text-lightgrey {
    color: #d3d3d3 !important;
}

.form-right i {
    font-size: 100px;
}

.thumbnail {
    width: 35px !important;
    height: auto;
}

select {
    /* styling */
    background-color: white;
    border: thin solid white;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}



body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #f3f3f3;
    font-family: Inter;
}

.plus-nav_container {
    background: var(--pineapple-linearBlue);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 80px;
}

.plus-navLogo {
    width: 120px;
    height: auto;
}

.pineapple-logo {
    width: 120px;
    height: auto;
}

.plus-userLogo, .plus-menu_icon,
.plus-appSwitcher_icon, .plus-noti_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.plus-welcomeText {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: var(--pineapple-jeet);
    display: flex;
    align-items: end;
    margin-right: 10px;
}

.logo {
    width: 110px;
    height: auto;
}

.main-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: var(--pineapple-footer);
    font-size: 14px;
    font-weight: 300;
    line-height: 30px !important;
}

    .main-footer a {
        background: var(--pineapple-textBlue);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.home-img {
    width: 150px;
    height: auto;
}

.plus-cards_container {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 10px 10px 10px;
    width: 100%;
    height: 190px;
    border: 1px solid #eee;
}

.plus-cards_icon {
    width: 20px;
    height: auto;
}

/*.plus-arrow_right:focus {
    box-shadow: none;
}*/

.plus-dealsCard_dealCounts {
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    color: var(--pineapple-text_green);
}

.plus-text_green {
    font-size: 18px;
    line-height: 100%;
}

.plus-dealsCard_smallCounts {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.plus-main_container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.plus-text_purple {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: var(--pineapple-text_purple);
}

.plus-horizons_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.plus-dealsCard_bottom-txt {
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
}

.plus-cards_title {
    line-height: 100%;
    letter-spacing: 0%;
}

.plus-weeklySqueeze_txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0%;
    color: var(--pineapple-honoluluBlue);
    /*  width: 55%;*/
}

.plus-youtube_container {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.youtube-img {
    border-radius: 20px;
    object-fit: cover;
}

.plus-home_third {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eee;
}

.plus-thirdParts_icons {
    width: 45px;
    height: 50px;
}

.plus-app_names {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 10px;
}

.pineapple-announce {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.plus-home_announce-container {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    height: 450px;
    overflow-y: auto;
    width: 100%;
    border: 1px solid #eee;
}

.announce-icon {
    width: 20px;
    height: auto;
}

img {
    object-fit: contain;
}

.plus-squeeze_container {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 20px 10px;
}

.plus-book_img {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 0;
    height: 100%;
}

.plus-divier {
    border-bottom: 2px solid #D9D9D9;
}

    .plus-divier:last-child {
        border-bottom: none;
    }

.pineapple-announce_txt {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.plus-recentDeals_container {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    border-radius: 20px;
    height: 250px;
    overflow-y: auto;
    border: 1px solid #eee;
}

.recent-deal_icon {
    width: 25px;
    height: auto;
}

.deal-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--pineapple-honoluluBlue)
}

.deal-owner {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.property-addy {
    font-weight: 700;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
}

.property-addy_txt {
    font-weight: 300;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
}

.plus-contact_container {
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 25px;
    border: 1px solid #eee;
}

.contact-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.contact-txt {
    font-style: italic;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
}

.small-txt {
    color: var(--pineapple-sunset);
}

.contact-btns {
    background: linear-gradient(180deg, #B1DDEF 0%, #71ABC5 100%);
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.add-account_icon {
    width: 30px;
    height: auto;
}

.announce-icons {
    width: 32px;
    height: auto;
}

.plus-menu_dropdown .dropdown-toggle::after, .plus-appSwitcher_dropdown .dropdown-toggle::after,
.plus-userBtn::after, .plus-noti_dropdown .dropdown-toggle::after {
    display: none;
}

.plus-menu_dropdown .dropdown-toggle, .plus-appSwitcher_dropdown .dropdown-toggle,
.plus-user_dropdown .dropdown-toggle, .plus-noti_dropdown .dropdown-toggle {
    padding: .3rem;
}

.plus-menu_dropdown .dropdown-menu,
.plus-userMenu .dropdown-menu, .plus-userMenu,
.plus-noti_dropdown .dropdown-menu {
    left: -90px !important;
    margin-top: 10px !important;
}

.weather-card {
    background: linear-gradient(180deg, #8EB8CD 0%, #589CBE 100%);
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    color: #fff;
    height: 190px;
    width: 100%;
}

.weather-locations {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.weather-update_time {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 5px;
}

.weather-icon {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.current-temp {
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
}

.current-weather_container {
    display: flex;
    align-items: center;
}

.weather-conditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather-forecast {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}

.weather-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 15px;
}

.appSwitcher-icons {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
}

.plus-appSwitcher_dropdown span {
    font-size: 14px;
}

.plus-appSwitcher_dropdown .dropdown-menu {
    left: -210px;
    margin-top: 16px;
    width: 300px;
    padding: 20px 10px;
}

.plus-btn {
    width: 80%;
    height: auto;
}

.contact-btns span {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}
/*Mobile codes*/
@media screen and (max-width: 576px) {
    .logo {
        width: 80px;
        height: auto;
    }

    .plus-welcomeText {
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
    }

    .plus-navLogo, .pineapple-logo {
        width: 90px;
        height: 30px;
    }

    .navbar-toggler {
        color: #faf5f0;
        border: none;
        width: 50px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .mobilePlus-switcherMenu li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .mobilePlus-switcherMenu li span {
        padding-left: 5px;
    }

    .appSwitcher-icons {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .mobile-menu_nestDropdown {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .plus-btn {
        width: 230px;
        height: auto;
    }

    .plus-main_container {
        padding-left: initial;
        padding-right: inherit;
    }

    .plus-cards_container {
        padding: 10px 5px;
        height: 140px;
    }

    .plus-cards_icon {
        width: 12px;
    }

    .plus-cards_title, .weather-locations, .plus-app_names, .pineapple-announce,
    .contact-title{
        font-size: 12px;
    }

    .arrow_right {
        width: 5px;
        height: auto;
    }

    .plus-dealsCard_dealCounts {
        font-size: 38px;
    }

    .plus-text_green {
        font-size: 14px;
    }

    .plus-text_purple {
        font-size: 22px;
    }

    .plus-dealsCard_smallCounts, .plus-weeklySqueeze_txt ul li, .pineapple-announce_txt {
        font-size: 11px;
    }

    .plus-dealsCard_bottom-txt, .weather-update_time, .weather-forecast,
    .plus-horizons_txt {
        font-size: 10px;
        margin-top: 5px;
    }

    .weather-card {
        padding: 15px 10px;
        height: 140px;
    }

    .weather-icon {
        width: 45px;
    }

    .current-temp {
        font-size: 28px;
    }

    .weather-text {
        font-size: 13px;
        margin-top: 5px;
    }

    .plus-thirdParts_icons {
        width: 40px;
        height: 40px;
    }

    .plus-home_third {
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .announce-icon, .recent-deal_icon {
        width: 15px;
        height: 15px;
    }

    .announce-icons, .add-account_icon {
        width: 30px;
        height: 30px;
    }

    .deal-name, .deal-owner, .property-addy, .property-addy_txt,
    .contact-txt{
        font-size: 10px;
    }

    .contact-btns span {
        font-size: 13px;
    }

    .contact-btns {
        padding: 6px 12px;
    }

    .plus-userMenu {
        left: -115px !important;
    }
}

@media screen and (max-width: 1440px) {
    .plus-weeklySqueeze_txt {
        font-weight: 600;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: 0%;
        color: var(--pineapple-honoluluBlue);
    }
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: unset;
    color: transparent;
}

#dataTable-header th {
    font-size: 16px !important;
    background-color: var(--pineapple-blue_bgColor);
    color:#fff;
}

table.dataTable thead span.sortIcon {
    display: inline-block;
    width: 20px !important;
    height: 15px !important;
    margin-left: 5px;
}

/* Set up the default styles for the sort icon */
table.dataTable thead .sorting span {
    background: url("../images/tableSortIcon/SortArrowsDefault.png") no-repeat center left;
    position: absolute;
    height: 15px !important;
    width: 20px !important;
    background-size: 20px 15px;
}

/*Set up the styles for the Font Awesome long arrow up icon*/
table.dataTable thead .sorting_asc span {
    background: url("../images/tableSortIcon/SortArrowsUp.png") no-repeat center left;
    position: absolute;
    height: 15px !important;
    width: 20px !important;
    background-size: 20px 15px;
}
/*Set up the styles for the Font Awesome long arrow down icon*/
table.dataTable thead .sorting_desc span {
    background: url("../images/tableSortIcon/SortArrowsDown.png") no-repeat center left;
    position: absolute;
    height: 15px !important;
    width: 20px !important;
    background-size: 20px 15px;
}

.dataTables_filter,
.dataTables_length {
    margin-top: 0.5em;
    text-align: left !important;
}


.loop-container {
    margin-top: -80px !important;
    margin-left: -70px !important;
}


.select2 {
    width: 100% !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .current-temp {
        font-size: 40px;
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
    width: 3rem !important;
    height: 3rem !important;
}

.carousel-img {
    border-radius: 20px;
    object-fit: cover;
}