body {
    font-family: "RubrikMedium";
    padding: 0 !important;
}

*,
::after,
::before {
    outline: none !important;
}

a {
    cursor: pointer;
}

.login_content {
    width: 42%;
    background-color: #fff;
    margin: 60px auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    font-family: "Rubrik";
}

.logo_img {
    text-align: center;
}

.login_content .logo_img img {
    width: 160px;
    height: 80px;
}

.login_content .logo_img img {
    width: 150px;
    height: 150px;
}

.login_fields label {
    display: block;
    font-size: 18px;
    margin-top: 36px;
    margin-left: 20px;
    margin-bottom: 13px;
    color: #3c3c3c;
}

.login_fields input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #949494;
    padding: 10px 45px;
    margin-bottom: 15px;
    outline: none;
    background-color: #fff;
}

.login_fields input::placeholder {
    color: #949494;
}

.inpt_detls i {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #797979;
    font-size: 20px;
    z-index: 999;
}

.password {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 999;
    cursor: pointer;
}

.inpt_detls {
    position: relative;
}

.login_fields label:last-child {
    margin-top: 0px;
}

.login_password_field label {
    margin-top: 0px;
}

.button_login {
    text-align: center;
}

.button_login button {
    background-color: #4acfa2;
    padding: 12px 40px;
    width: 92%;
    border: 0px solid;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 20px;
    outline: none;
}

.show_password {
    right: 16px;
    position: absolute;
    top: 15px;
}

/*---------------------------------------dashboard---------------------------------------*/

.dashbrd_svg {
    margin-right: 10px;
    margin-top: -5px;
}

.menu_list {
    display: block;
    float: right;
    list-style-type: none;
    position: relative;
    /* padding: 40px 0px; */
    margin-bottom: 0px;
    margin-top: 4px;
    z-index: 99999;
}

.menu_list li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.menu_list li:hover,
.menu_list li.active,
.mobile-menu-ul li:hover,
.mobile-menu-ul li.active {
    background-color: #4acfa2;
    border-radius: 5px;
}

.menu_list li.dropdown .dropdown-menu {
    top: 12px !important;
    left: auto !important;
    right: 20px !important;
    padding: 0;
    font-size: 18px;
}

.menu_list .dropdown-menu a:hover,
.menu_list .dropdown-menu a.active,
.mobile-menu-ul .dropdown-menu a:hover,
.mobile-menu-ul .dropdown-menu a.active {
    background-color: #4acfa2;
    color: #004b36;
}

.menu_list .dropdown-menu a,
.mobile-menu-ul .dropdown-menu a {
    border-bottom: 1px solid #ddd !important;
    padding: 10px 20px !important;
}

.menu_list li a {
    color: #004b36;
}

.menu_list li a:hover {
    text-decoration: none;
    color: #004b36;
}

.mobile-menu {
    display: none;
}

.mobile-menu-ul .dropdown-toggle::after {
    font-size: 18px;
    float: right;
    margin-top: 8px;
    pointer-events: none;
}

.mobile-menu-ul a.customized-dropdown {
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .navbar {
        padding: 0.5rem;
    }
    .mobile-menu {
        margin-top: 10px;
        float: left;
        display: block;
    }
    .mobile-menu > i {
        color: #4acfa2;
        font-size: 29px;
        border: 2px solid #4acfa2;
        border-radius: 5px;
    }
    .menu_list {
        display: none;
        float: none;
    }
    .mobile-menu-ul {
        position: absolute;
        top: 147px;
        left: 0;
        float: none;
        background: white;
        padding: 8px 0 0 0 !important;
        border: 1px solid #fff;
        width: 100%;
    }
    .mobile-menu-ul li {
        border-radius: 0 !important;
        display: block !important;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 13px !important;
        padding: 10px !important;
    }
    .mobile-menu-ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .menu_list li.dropdown .dropdown-menu {
        width: 100%;
        top: 11px !important;
        right: 0.1rem !important;
        padding: 0;
        font-size: 13px !important;
    }
    .mobile-menu-ul .dropdown-menu a {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-menu {
        margin-top: 10px;
        float: right;
        display: block;
    }
    .mobile-menu > i {
        color: #4acfa2;
        font-size: 29px;
        border: 2px solid #4acfa2;
        border-radius: 5px;
    }
    .menu_list {
        display: none;
        float: none;
    }
    .mobile-menu-ul {
        position: absolute;
        top: 100px;
        right: 0;
        float: none;
        background: white;
        padding: 10px 0 0 0 !important;
        border: 1px solid #fff;
        width: 35%;
        z-index: 6;
    }
    .mobile-menu-ul li {
        border-radius: 0 !important;
        display: block !important;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 13px !important;
        padding: 10px !important;
    }
    .mobile-menu-ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .menu_list li.dropdown .dropdown-menu {
        top: 11px !important;
        left: 12.8rem !important;
        padding: 0;
        font-size: 13px !important;
        width: 100%;
    }
    .mobile-menu-ul .dropdown-menu a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar {
        padding: 0.5rem;
    }
    .mobile-menu {
        margin-top: 10px;
        float: left;
        display: block;
    }
    .mobile-menu > i {
        color: #4acfa2;
        font-size: 29px;
        border: 2px solid #4acfa2;
        border-radius: 5px;
    }
    .menu_list {
        display: none;
        float: none;
    }
    .mobile-menu-ul {
        position: absolute;
        top: 125px;
        left: 0;
        float: none;
        background: white;
        padding: 8px 0 0 0 !important;
        border: 1px solid #fff;
        width: 100%;
    }
    .mobile-menu-ul li {
        border-radius: 0 !important;
        display: block !important;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 13px !important;
        padding: 10px !important;
    }
    .mobile-menu-ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .menu_list li.dropdown .dropdown-menu {
        width: 100%;
        top: 11px !important;
        right: 0.1rem !important;
        padding: 0;
        font-size: 13px !important;
    }
    .mobile-menu-ul .dropdown-menu a {
        padding: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-menu {
        margin-top: 10px;
        float: right;
        display: block;
    }
    .mobile-menu > i {
        color: #4acfa2;
        font-size: 29px;
        border: 2px solid #4acfa2;
        border-radius: 5px;
    }
    .menu_list {
        display: none;
        float: none;
    }
    .mobile-menu-ul {
        position: absolute;
        top: 90px;
        right: 0;
        float: none;
        background: white;
        padding: 10px 0 0 0 !important;
        border: 1px solid #fff;
        width: 35%;
    }
    .mobile-menu-ul li {
        border-radius: 0 !important;
        display: block !important;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 13px !important;
        padding: 10px !important;
    }
    .mobile-menu-ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .menu_list li.dropdown .dropdown-menu {
        top: 11px !important;
        left: 12.8rem !important;
        padding: 0;
        font-size: 13px !important;
        width: 100%;
    }
    .mobile-menu-ul .dropdown-menu a {
        padding: 10px !important;
    }
}

.alcreek_navbar nav {
    background-color: transparent !important;
}

.dashboard_content {
    background-image: url(../img/Dashboard_BG.png);
    padding: 50px 0px 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-dashboard-content {
    /* background-image: url(../img/new_bg.png); */
    padding: 50px 0px 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #4acfa2;
    color: #374357;
    /* background-blend-mode: exclusion; */
}

.new-white-border {
    border: 2px solid #fff !important;
}

.breadcrumb_content {
    /* background-image: url(../img/Dashboard_BG.png); */
    padding: 40px 0px 40px 0px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-color: #4acfa2;
}

.breadcrumb_content_cost_watcher {
    background-image: url(../img/Header_BG.svg);
    padding: 40px 0px 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .breadcrumb_content_cost_watcher span.bredcrumb-header-icon img {
    margin-left: 2rem;
} */

.main_content_dashbrd {
    padding: 0px 30px;
    width: 100%;
}

.dashbrd_img {
    width: 46px;
}

.myorgansr_txt {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    /* margin-left: 16px; */
    margin-bottom: 0;
}

p.myorgansr_txt span {
    display: inline-block;
    vertical-align: middle;
}

.highlght_organiser {
    font-size: 50px;
}

.dashboard_options {
    margin-top: 40px;
}

.dashboard_options p {
    color: #fff;
    font-size: 26px;
    border-bottom: 4px solid #757982;
    padding-bottom: 16px;
}

p.black-font {
    color: #114a38;
}

.black-font p {
    color: #114a38;
    border-bottom: 4px solid #114a38;
}

.red_box {
    background-color: #fc7260;
}

.like_box_content {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 100%;
    vertical-align: text-bottom;
}

.like_box_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.likefull_box_content {
    width: 100%;
    text-align: center;
    padding-top: 9px;
}

.thumbsup_content {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    padding-right: 10px;
    height: 100%;
}

.wrenchicon {
    font-size: 0px;
}

.box_content {
    border-radius: 5px 5px 0 0;
    height: 126px;
    position: relative;
    overflow: hidden;
    font-size: 0px;
}

.box_content_btn {
    border: none;
    width: 100%;
    outline: none;
    border-radius: 0 0 5px 5px;
    padding: 8px;
    font-size: 14px;
    background: #f3f3f3;
}

.box_content_btn:hover {
    background: #f3f3f3;
}

button.box_content_btn:focus {
    outline: none;
}

.number_text {
    font-size: 65px;
    color: #fff;
}

.icon {
    margin-top: -16px;
    padding-left: 5px;
}

/*
.thumbsup_content{
float:right;
}
*/

.box_icon,
.box_txt {
    display: inline-block;
    vertical-align: middle;
}

.thumbs_detls {
    background-color: #fff;
    padding: 3px 18px;
    border-radius: 5px;
    margin-top: 13px;
    text-align: center;
}

.thumbs_detls i {
    font-size: 27px;
    color: #13d29f;
}

.thumbs_detls span {
    font-size: 25px;
    margin-left: 8px;
    color: #394355;
    display: inline-block;
    vertical-align: middle;
}

/*.box_content button {
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
margin-top: 0px;
border: none;
border-radius: 0px 0px 5px 5px;
padding: 8px 0px;
outline: none;
color: #394355;
font-size: 14px;
font-weight: bold;
margin-top: 13px;
}*/

.finger_up {
    color: #fc7b66 !important;
}

.green_box {
    background-color: #38b588;
}

.blue_box {
    background-color: #466baf;
}

.blue_box_ul {
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
}

.blue_box button {
    margin-top: 20px;
}

.target_content {
    background-color: #f3f3f3;
    padding: 20px 0px;
}

.target_content li {
    display: inline-block;
    color: #374258;
}

.target_content ul {
    text-align: center;
    margin-bottom: 0px;
}

.target_content li {
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
    vertical-align: middle;
}

.target_content img {
    margin-right: 8px;
}

.dwn_img {
    margin-top: -15px;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: Line Awesome Free;
    content: "\f068";
    padding: 15px 20px;
    background-color: #dadbdd;
    margin-top: -15px;
    border-radius: 0px 5px 5px 0px;
    font-size: 24px;
    margin-top: -16px;
    color: #374457;
    position: relative;
    z-index: 10;
    font-weight: bold;
}


.panel-heading.card:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    right: 0;
    height: 66px;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.panel-heading-task-widget {
    overflow: visible !important;
}

.panel-default {
    margin-bottom: 11px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
    padding: 15px 20px;
    background-color: #dadbdd;
    margin-top: -15px;
    border-radius: 0px 5px 5px 0px;
    font-size: 24px;
    margin-top: -16px;
    color: #374457;
    font-weight: bold;
    z-index: 10;
}

.panel-titledark > a.collapsed:before {
    float: right !important;
    content: "\f067";
    padding: 16px 20px;
    background-color: #dadbdd;
    margin-top: -16px;
    border-radius: 0px 5px 5px 0px;
    color: #374457;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
}

.panel-titledark > a:before {
    float: right !important;
    font-family: Line Awesome Free;
    content: "\f068";
    padding: 16px 20px;
    background-color: #dadbdd;
    margin-top: -16px;
    border-radius: 0px 5px 5px 0px;
    color: #374457;
    font-size: 24px;
    font-weight: bold;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-titledark > a:hover,
.panel-titledark > a:active,
.panel-titledark > a:focus {
    text-decoration: none;
}

.haeding_performance {
    padding: 0px;
}

.haeding_performance h2 {
    color: #384157;
    font-size: 24px;
    margin-bottom: 15px;
}

.accordion_content {
    padding: 15px 0px;
}

.panel_background {
    background-color: #f3f3f3;
    padding: 15px 0px 0px 78px;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel_background a {
    color: #384157;
}

.panel_comfort {
    background-color: #f3f3f3;
    padding: 15px 0px 0px 23px;
    position: relative;
    border-radius: 5px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel_comfort a {
    color: #384157;
}

.panel_check {
    background-color: #f3f3f3;
    padding: 15px 0px 0px 23px;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel_check-task-widget {
    /* overflow: visible !important; */
}


.panel_check a {
    color: #384157;
}

.panel_backgrounddark {
    background-color: #374457;
    padding: 15px 0px 0px 78px;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel_backgrounddark a {
    color: #fff;
    font-size: 18px;
}

.acc_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
}

.container_chck {
    display: inline;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin-top: 14px; */
}

.myperformlevel2 {
    padding: 0px;
    margin-top: 11px;
}

.panel_head {
    font-size: 1.5rem;
}

/* Hide the browser's default checkbox */

.container_chck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -3px;
    left: -5px;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 3px solid #edeef2;
}

.checkmark_task_widget {
    position: absolute;
    top: -3px;
    left: -5px;
    height: 35px;
    width: 35px;
}

/* On mouse-over, add a grey background color */

.container_chck:hover input ~ .checkmark {
    background-color: #fff;
    border: 3px solid #edeef2;
}

/* When the checkbox is checked, add a blue background */

.container_chck input:checked ~ .checkmark {
    background-color: #fff;
    border: 3px solid #edeef2;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container_chck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container_chck .checkmark:after {
    left: 10px;
    top: 2px;
    width: 9px;
    height: 20px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------*/

/* The container */

.container_chck2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.container_chck2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark_two {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container_chck2:hover input ~ .checkmark_two {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container_chck2 input:checked ~ .checkmark2 {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark_two:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container_chck2 input:checked ~ .checkmark_two:after {
    display: block;
}

/* Style the checkmark/indicator */

.container_chck2 .checkmark_two:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.margin_top_head {
    margin-top: 40px;
}

.margin_top_head h2 {
    display: inline-block;
}

.view_all {
    display: inline-flex;
    float: right;
}

.view_all a {
    display: inline-flex;
    font-size: 16px;
    color: #374457;
}

.view_all i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.view_all p {
    font-size: 16px;
}

.panel_body_activity {
    background-color: #f3f3f3;
    padding: 30px;
    margin-top: -9px;
}

.panel_body_activity_2 {
    background-color: #fff;
    padding: 30px;
    margin-top: -9px;
}

.panel_body_activity p {
    font-size: 16px;
    color: #374457;
    font-family: "RubrikExtraLight";
}

.social_btn label {
    display: block;
    font-size: 18px;
    color: #374457;
    margin-top: 26px;
    margin-bottom: 8px;
}

.social_btn button {
    background-color: #fff;
    border: 0px solid;
    /* padding: 10px; */
    outline: none;
    /* width: 250px; */
    font-size: 20px;
    vertical-align: middle;
    /* margin-top: 2px; */
    padding-top: 2px;
    padding: 7px 40px;
    border-radius: 8px;
    color: #374457;
    margin-top: 0px;
}

.social_btn img {
    float: left;
    /* margin-right: 30px; */
    vertical-align: bottom;
    /* padding: 0px 10px; */
    padding-right: 9px;
}

.margnlft_btn {
    margin-left: 30px;
}

.input_sec select {
    width: 100%;
    border: 0px solid;
    padding: 10px 20px;
    border-radius: 5px;
}

.color_chng {
    color: #e1e3e2;
}

.input_sec textarea {
    width: 100%;
    border: 0px solid;
    padding: 10px 20px;
    border-radius: 5px;
}

.send {
    background-color: #374457;
    color: #fff;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
}

.send:focus {
    outline: none;
}

.note_background {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 5px;
}

.note_one {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

.note_one i {
    /* float: right; */
    position: absolute;
    right: 7px;
    top: 10px;
}

.note_one p {
    font-size: 18px;
    color: #6b6f73;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.margn_note_one {
    margin-top: 10px;
}

.margin_send {
    margin-top: 20px;
}

.orgne_box {
    background-color: #4acfa2;
}

/*
.orgne_box img {
width: 100%;
}
*/

.box_content_cost {
    border-radius: 5px;
    text-align: center;
    padding: 20px 0px 26px 0;
    font-size: 0;
}

.box_wrap_cost button {
    width: 100%;
    /* padding-bottom: 1px; */
    margin-top: 0px;
    border: none;
    border-radius: 0px 0px 5px 5px;
    padding: 8px 0px;
    outline: none;
    color: #394355;
    font-size: 18px;
    margin-top: -6px;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}

.hand_icon_cost {
    margin-top: -5px;
    margin-right: 10px;
    width: 35px;
    vertical-align: middle;
}

.orgne_box_2 {
    background-color: #fc7260;
    /*padding: 45px 0px;*/
}

/* .orgne_box_2 img {
margin-right:25px;
} */

.padding_heading {
    padding-left: 14px;
}

.manual_list {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 24px;
    vertical-align: middle;
    color: #374457;
    margin-bottom: 10px;
    /* margin-top: 15px; */
}

.manual_list:hover {
    cursor: pointer;
}

.manual_list_2 {
    background-color: #fc7260;
    border-radius: 5px;
    padding: 14px 25px;
    font-size: 18px;
    vertical-align: middle;
    color: #374457;
    margin-bottom: 10px;
    position: relative;
    /* margin-top: 15px; */
}

.manual_list_2:hover,
.manual_list_2.active {
    background: #374457;
    color: #fff;
}

.manual_list_2 i {
    /* float: right; */
    /* margin-top: 5px; */
    background-color: #dadbdd;
    padding: 22px 26px 21px 26px;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0px 5px 5px 0px;
}

.manual_list_2 a {
    color: #374457;
}

.right_arr {
    float: right;
    margin-top: 8px;
}

.txt_icon {
    margin-top: -8px;
    margin-right: 23px;
}

.question_mark_img {
    margin-left: 10px;
}

.weather_detls {
    width: 100%;
    border: 3px solid #f3f3f3;
    padding: 20px 30px;
    text-align: center;
}

.comfirt_accordian_back {
    background-color: #374457 !important;
}

.anchor_tag_color {
    color: white !important;
    line-height: 1.7 !important;
}

.anchor_tag_color span {
    color: white !important;
}

.anchor_tag_color::before {
    border-radius: 0 !important;
}

.weathr_txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.weathr_txt p {
    font-size: 50px !important;
    display: inline-block;
    color: #374457;
    margin-bottom: 0px;
}

.weathr_img {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.dgree_img {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
}

.detls_forecast {
    list-style-type: none;
    padding-left: 0px;
}

.detls_forecast li {
    color: #374457;
    font-size: 14px;
    font-family: "RubrikExtraLight";
}

.weather_detls p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
    color: #374457;
}

.margin_view {
    margin-top: 5px;
}

.tones {
    background-color: #4acfa2;
    padding: 20px 0px;
    text-align: center;
    color: #354457;
    border-radius: 5px;
}

.tones h2 {
    font-size: 80px;
    margin-bottom: 0px;
}

.tones h5 {
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: -10px;
}

.tones p {
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
    font-size: 16px;
}

.img_box {
    display: inline-block;
}

.img_box2 {
    display: inline;
}

.res_perfrmnce ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0;
    font-size: 0;
}

.res_perfrmnce li {
    display: inline-block;
    width: calc((100% - 5px) / 2);
    text-align: center;
    padding: 20px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.res_perfrmnce li p {
    color: #374457;
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 14px;
}

.res_perfrmnce li:first-child {
    margin-right: 5px;
    margin-bottom: 5px;
}

.res_perfrmnce ul img {
    width: 60px;
    height: auto;
}

.alert_pic {
    margin-right: 10px;
    /* vertical-align: text-bottom; */
    margin-top: -5px;
}

/*---------------------------------MODAL-----------------------------------------*/

.view_summarymodal .modal-dialog {
    max-width: 70%;
    margin: 80px auto;
}

.view_summarymodal .modal-content {
    position: relative;
    padding: 0px 40px;
    position: relative;
    overflow: hidden;
}

.close {
    position: absolute;
    top: -30px;
    right: 0;
    border: 1px solid #fff !important;
    padding: 0px;
    color: #fff;
    opacity: unset;
    padding: 2px 7px !important;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.3;
}

.arr_left {
    position: absolute;
    top: 50%;
    left: -28px;
    font-size: 22px;
    color: #7e7c7c;
}

.arr_rght {
    position: absolute;
    top: 50%;
    right: -28px;
    font-size: 22px;
    color: #7e7c7c;
}

.view_title {
    font-size: 37px;
    color: #374457;
    padding-top: 14px;
}

.modal-header {
    display: block;
    position: relative;
}

.view_summarymodal .modal-header {
    border-bottom: 3px solid #dcdcdc;
}

.right_side_content {
    position: absolute;
    right: 15px;
    top: 15px;
}

.right_side_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.right_side_content ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    /*padding-bottom: 0px;*/
}

.hand_down {
    padding: 8px 15px;
    font-size: 22px;
    line-height: 22px;
    /* margin-left: 5px; */
    border-radius: 5px;
    color: #374457;
    border: 1px solid #4acfa2;
}

/*.hand_down img {
    margin-right: 5px;
}*/

.hand_up {
    padding: 8px 15px;
    font-size: 22px;
    line-height: 22px;
    /* margin-left: 5px; */
    border-radius: 5px;
    color: #374457;
    border: 1px solid #fc7260;
}

/*.hand_up img {
    margin-right: 5px;
}*/

.detls_wrap_heading {
    text-align: center;
    padding: 5px 10px;
    background-color: #4acfa2;
    border-radius: 5px;
    color: #374457;
    font-size: 16px;
    margin-bottom: 20px;
}

.detls_view_wrap {
    padding-left: 0px;
    list-style-type: none;
    padding-top: 0px;
}

.detls_view_wrap li {
    display: inherit;
    font-size: 16px;
    color: #374457;
    line-height: 1.8;
}

.float_righttxt {
    float: right;
}

.detls_view_wrap li img {
    width: 20px;
    margin-right: 5px;
}

/*-----------------------------------MODAL----------------------------------------*/

/*----------------------------------Form------------------------------------------*/

.form {
    padding: 50px 30px;
}

.form_wrapper {
    width: 70%;
    margin: 0 auto;
}

.form_sec select {
    width: 100%;
    padding: 10px 20px;
    background-color: #edeaea;
    border: 0px solid;
    border-radius: 5px;
    outline: none;
}

.form_sec input {
    width: 100%;
    padding: 10px 20px;
    background-color: #edeaea;
    border: 0px solid;
    border-radius: 5px;
    outline: none;
}

.form_sec textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: #edeaea;
    border: 0px solid;
    border-radius: 5px;
    outline: none;
}

.form_sec::placeholder {
    color: #ccc;
}

.padding_check {
    padding-left: 40px;
}

.container_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #bfc2c1;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container_radio:hover input ~ .checkmark_radio {
    background-color: #bfc2c1;
}

/* When the radio button is checked, add a blue background */

.container_radio input:checked ~ .checkmark_radio {
    background-color: #949494;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container_radio input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container_radio .checkmark_radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*----------------------------------Form------------------------------------------*/

/*----------------------------------confirmation_modal------------------------------*/

.confirmation_contentdetls {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 10px;
}

.confirmation_content {
    text-align: center;
}

.confirmation_contentdetls p {
    font-size: 23px;
    margin-top: 25px;
    color: #344757;
}

.confirmatn_btn {
    color: #374457;
    font-size: 20px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    outline: none;
    margin-right: 10px;
}

.yes_btn {
    background-color: #4acfa2;
}

.no_btn {
    background-color: #fc7260;
}

.confirmation_dialog {
    max-width: 45%;
    margin: 50px auto;
}

/*----------------------------------confirmation_modal------------------------------*/

/*---------------------------------responsive-------------------------------------*/

a.navbar-brand {
    padding: 8px 0;
}

@media only screen and (max-width: 1170px) {
    .thumbs_detls {
        margin-left: 0px;
    }
    .container {
        position: relative;
        overflow: hidden;
    }
    .manual_list {
        font-size: 18px;
    }
    .manual_list_2 {
        padding: 12px 25px;
        font-size: 14px;
    }
    .solar img {
        width: 100%;
    }
    .weathr_img {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .accordion_content .col-md-8 {
        flex: none;
        max-width: 100%;
    }
    .accordion_content .col-md-4 {
        flex: none;
        max-width: 100%;
        margin-top: 50px;
    }
    .orgne_box img {
        margin-top: -20px;
    }
    .box_content_cost {
        padding: 40px 0px;
        height: 185px;
    }
    .weather_detls {
        text-align: center;
    }
    .detls_forecast {
        text-align: left;
    }
    .weathr_txt {
        margin-left: 30px;
    }
    .right_arr {
        margin-top: 0px;
    }
    .manual_list_2 {
        padding: 14px 25px;
        font-size: 19px;
    }
    .res_perfrmnce li {
        display: inline-block;
        width: calc((100% - 5px) / 2);
    }
    .res_perfrmnce li:first-child {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .dashboard_options {
        max-width: 50%;
        flex: none;
    }
    .view_summarymodal .modal-dialog {
        max-width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 767px) {
    .manual_list_2 {
        font-size: 15px;
        padding: 12px 25px;
    }
    .target_content ul {
        padding-left: 0px;
    }
    .target_content li {
        padding: 10px 20px;
    }
    .login_fields label {
        margin-left: 0;
    }
    .login_content {
        width: 95%;
        padding: 50px 0px;
        box-shadow: none;
    }
    .right_side_content {
        position: relative;
        right: auto;
        top: auto;
    }
    .close {
        top: 34px;
        right: 34px;
        color: #114a38;
    }
    .accordion > .panel-heading.card:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .right_side_content ul li {
        display: inherit;
        margin-bottom: 7px;
    }
    .right_side_content ul {
        padding-top: 0px;
        padding-left: 0px;
    }
    .view_title {
        padding-top: 60px;
        font-size: 26px;
    }
    .hand_down {
        padding: 10px;
        font-size: 18px;
    }
    .hand_up {
        padding: 9px;
        font-size: 18px;
    }
    .right_side_content ul li {
        text-align: center;
    }
    .right_side_content ul li img {
        width: 15px;
    }
}

@media only screen and (max-width: 550px) {
    .manual_list {
        font-size: 20px;
    }
    .haeding_performance h2 {
        font-size: 19px;
    }
    .myorgansr_txt {
        font-size: 18px;
    }
    .highlght_organiser {
        font-size: 38px;
    }
    .menu_list li {
        padding: 10px 7px;
        font-size: 16px;
    }
    .dashboard_options {
        max-width: 100%;
        flex: none;
        padding: 0px 40px;
    }
    .target_content ul {
        padding-left: 0px;
    }
    .target_content li {
        padding: 10px 20px;
        font-size: 14px;
    }
    .panel_check {
        font-size: 16px;
    }
    .panel_comfort {
        font-size: 16px;
    }
    .panel_background {
        font-size: 16px;
    }
    .panel_backgrounddark {
        font-size: 16px;
    }
    .social_btn button {
        width: 100%;
    }
    .margnlft_btn {
        margin-left: 0px;
    }
    .note_one img {
        right: 4px;
        top: 4px;
    }
    .res_perfrmnce li {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .target_content li {
        padding: 7px 3px;
        font-size: 12px;
    }
    .target_content img {
        width: 15px;
    }
    .orgne_box img {
        margin-top: -20px;
    }
    .res_perfrmnce ul img {
        height: auto;
    }
    .note_one p {
        font-size: 14px;
    }
    .navbar-brand {
        width: 100% !important;
        text-align: center;
    }
    .menu_list li {
        padding: 10px 7px;
        font-size: 14px;
    }
    .menu_list {
        padding: 10px 0px;
        padding-left: 29px;
    }
    .myorgansr_txt {
        font-size: 16px;
        margin-top: 0px;
    }
    .highlght_organiser {
        font-size: 22px;
    }
    .dashbrd_img {
        width: 30px;
    }
    .dashboard_options p {
        font-size: 18px;
    }
}

/*---------------------------------responsive------------------------------------------*/

/*---------------------------------added------------------------------------------------*/

.thumbs_detls img {
    width: 20px;
    vertical-align: text-bottom;
}

.like_box_content img {
    width: 23px;
}

.maintenance_img {
    width: 19px;
}

.images_sub {
    width: 40px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.night_images {
    width: 24px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.evening_images {
    top: 17px;
}

.question_mark {
    vertical-align: middle;
    margin-left: 5px;
}

.right_arrow {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -20px;
}

.manual_arrow {
    background-color: #ccc;
    position: absolute;
    right: 0;
    padding: 0.85rem 28px;
    top: 0;
    border-radius: 0px 5px 5px 0px;
}

@media only screen and (max-width: 767px) {
    .manual_arrow {
        padding: 0.781247rem 28px;
    }
}

.orgne_img {
    height: 122px;
}

.img_100 {
    height: 100px;
}

.weathr_img img {
    width: auto;
}

.settngs_icon {
    font-size: 17px;
    color: #374457;
    background-color: #eee;
    border-radius: 100px;
    padding: 4px;
}

.gas_icon {
    width: 57px !important;
}

.fire_icon {
    width: 81px !important;
}

.panel-body {
    font-family: "RubrikSemiBoldRegular";
    font-size: 16px;
}
.panel-body-baseline {
    padding: 0;
}
.panel-body-baseline .frm_section {
    border: none;
    margin-bottom: 0;
}
.performaceText {
    margin-top: 6px;
    display: inline-block;
}

.alert {
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    font-family: 'RubrikExtraLight';
}

.alert-success {
    color: #ffffff;
    background-color: #4acfa2;
}

.alert-warning {
    color: #ffffff;
    background-color: #cfbb19;
}

.alcreek_navbar .navbar-brand {
    margin-right: 0 !important;
}

.cross_note {
    position: absolute;
    top: 12px;
    right: 18px;
    color: #374457;
    background-color: #eee;
    padding: 5px;
    border-radius: 100px;
    font-size: 12px;
}

/*-----------------------------Housekeeping form----------------------------------------*/

.housekeeping_form {
    padding: 50px 0px;
}

.heading_frmwrap {
    font-size: 30px;
    color: #374457;
}

.language_field input {
    width: 100%;
    background: #fff;
    border: 2px solid #d9dbdc;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}

/*---------------------flag--------------*/

.flag_section {
    position: absolute;
    background: #e9eaea;
    top: 0;
    right: 0;
    padding: 10px 20px 12px 10px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    z-index: 999;
}

.flag-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flag-list ul li {
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 10px 0 0px;
    padding: 0;
}

.flag-list {
    display: none;
}

/*-------------flag----------------*/

.flag_secwrap {
    position: relative;
}

.sub_heading_frm {
    font-size: 22px;
    color: #374457;
}

.color_dff {
    color: #4acfa2;
}

.language_field label {
    font-family: "RubrikExtraLight";
    color: #374457;
}

.diff_inptfield input {
    padding: 9px 10px;
}

.btn_icon {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.underline_txt {
    border-bottom: 1px solid #374457;
    padding-bottom: 2px;
}

.options_sectn {
    background: #e9eaea;
    text-transform: none;
    margin-right: 0;
    line-height: 31px;
    border-radius: 5px;
    padding: 6px 20px;
    width: 100%;
    margin-bottom: 5px;
    height: 44px;
}

.inpt_numbr {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inpt_numbr input {
    width: 100%;
}

.inpt_numbr input {
    border: 2px solid #eee;
    padding: 0.5rem;
    border-radius: 5px;
}

.inpt_numbr input:focus {
    outline: none;
}

.spinner {
    right: 1px;
    top: 2px;
    width: 1.5rem;
    position: absolute;
    background: white;
    border-radius: 0.5rem;
    display: none;
    height: 2rem;
}

.js .spinner {
    display: block;
}

.button {
    position: relative;
    color: lightgray;
    background: transparent;
    border: none;
    font-size: 2rem;
    padding: 0;
    display: block;
}

.button:focus {
    outline: none;
}

.up {
    top: -0.5rem;
}

.down {
    top: -2rem;
}

.btn_numbrup {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #374457;
    padding: 7px 10px;
    border-radius: 0px 5px 5px 0px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.btn_numbrdown {
    position: absolute;
    right: 46px;
    top: 0px;
    font-size: 26px;
    color: #374457;
    background-color: #d9dbdc;
    padding: 7px 10px;
    cursor: pointer;
}

.right_b_txt {
    font-size: 53px;
    line-height: 28px;
    color: #374357;
    margin-bottom: 0px;
}

.left_sec,
.right_sec {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

.left_sec {
    width: 60%;
}

.right_sec {
    width: 40%;
    text-align: left;
}

.cpadrblock {
    padding: 35px 0;
}

.right_bot_graph_ar {
    border-radius: 5px;
    overflow: hidden;
}

.right_bot_graph_ar img {
    width: 100%;
    height: auto;
}

/*===================myform=========26/06/2020=====================*/

.frm_row {
    margin-bottom: 10px;
}

.section_top,
.section_gen {
    margin-bottom: 40px;
}

.mb0 {
    margin-bottom: 0px;
}

.frm_row label {
    font-family: "RubrikExtraLight";
    color: #374457;
    text-transform: uppercase;
    display: block;
}

.frm_row input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}

.frm_row input:disabled {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
}

.cust_s button {
    padding: 4px 20px;
}

.cust_chk {
    position: relative;
    width: 100%;
    display: block;
    height: 35px;
}

.cust_chk .checkmark {
    top: 0px;
    left: 0px;
    border-color: #ccc;
}

.cust_btn_group span {
    margin-right: 7px;
}

.cust_btn_group span:last-child a {
    color: #374457;
    text-decoration: none;
    font-family: "RubrikExtraLight";
}

.cust_btn_group span:last-child a:hover {
    color: #4acfa2;
    text-decoration: none;
    font-family: "RubrikExtraLight";
}

.cust_btn_group span:last-child a i {
    font-size: 18px;
}

.cust_btn_group span:nth-last-child(2) a {
    color: #374457;
    text-decoration: none;
    font-family: "RubrikExtraLight";
}

.cust_btn_group span:nth-last-child(2) a:hover {
    color: #4acfa2;
    text-decoration: none;
    font-family: "RubrikExtraLight";
}

.cust_btn_group span:nth-last-child(2) a i {
    font-size: 18px;
}

.blklbl {
    height: 24px;
}

.from_bordered_sec {
    border: 1px solid #4acfa2;
    padding: 30px 15px;
    border-radius: 5px;
}

.brdlc {
    border-left: 1px solid #4acfa2;
}

.form_section {
    padding: 25px 0px;
}

@media only screen and (max-width: 767px) {
    .form_section {
        padding: 16px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .form_section {
        padding: 16px 0px;
    }
}

.btn_centered {
    height: 100%;
    position: relative;
}

.btn_centered button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:10px;
}

.form_section.sub_sec {
    padding-top: 0px;
}

.table_custom table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_custom table thead tr th {
    font-family: "RubrikExtraLight";
    padding: 5px;
    background: #4acfa2;
    padding: 12px 10px;
}

.table_custom table tbody tr td {
    font-family: "RubrikExtraLight";
    padding: 5px 10px;
    border-bottom: 1px solid #4acfa2;
}

.nomarg {
    margin-bottom: 0px;
}

.del_tsec {
    text-align: right;
}

.del_tsec a {
    color: #fc7260;
}

@media only screen and (max-width: 1080px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #cdcdcd;
        margin-bottom: 30px;
    }

    #no-more-tables tr:nth-child(even){
        background-color: #f7f7f7;
    }
    #no-more-tables tr:nth-child(odd){
        background-color: #fff;
    }
    #no-more-tables tr:last-child {
        margin-bottom: 0px;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #cdcdcd;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        min-height: 30px;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }
    /*
Label the data
*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
    .table_btn_block {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .blklbl {
        height: 0px;
    }
    .cust_btn_group span:last-child {
        display: block;
        margin-top: 15px;
        margin-right: 0px;
    }
    .brdlc {
        border-left: 0px solid #4acfa2;
        padding-top: 15px;
    }
    .btn_centered button {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    .accordion > .panel-heading.card:first-child {
        width: 100%;
    }
    .social_btn button {
        width: 100%;
        margin-bottom: 10px;
    }
    .margnlft_btn {
        margin-left: 0px;
    }
}

/*------------------spinner----------------------*/

.custspinner .input-group-prepend {
    position: absolute;
    right: 40px;
}

.custspinner input {
    width: 100%;
    background: #fff;
    border: 2px solid #d9dbdc;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    padding: 6px 0.5rem;
}

.custspinner input.form-control:focus {
    outline: none;
}

.section_gen button.cust_btn:disabled,
button.cust_btn[disabled] {
    border: 1px solid #999 !important;
    background-color: #ccc !important;
    color: #666 !important;
}

.cust_btn {
    background-color: #374457;
    color: #fff;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
}

.cust-btn-green {
    background-color: #4acfa2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
}

.social-media-buttons {
    justify-content: center;
    padding-left: 2.5rem;
}

.social-media-buttons .cust_btn,
.social-media-buttons .cust_btn:hover {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
}

.cust_btn:focus {
    outline: none;
}

.cust_btn i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: text-bottom;
    margin-top: 5px;
}

/*------------------spinner----------------------*/

/*============================26/06/2020=====================*/

/*============modal==============*/

.m_top_iconl,
.m_top_txtr {
    display: inline-block;
    vertical-align: middle;
}

.m_top_iconl img {
    height: 22px;
}

.m_top_txtr img {
    height: 22px;
}

.maintl,
.maintr {
    display: inline-block;
    vertical-align: middle;
}

.maintl img {
    height: 18px;
}

span.maintl {
    margin-right: 5px;
}

span.maintr {
    font-size: 16px;
    line-height: 16px;
}

.modalarr_left {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 40px;
    background: #dadbdd;
}

.modalarr_left a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #334257;
}

.modalarr_right {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    width: 40px;
    background: #dadbdd;
}

.modalarr_right a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #334257;
}

/*============modal==============*/

.panel-title.panel_check.comfirt_accordian_back.card-header {
    border: none;
}

.accordion > .card > .card-header {
    border-radius: 5px;
    margin-bottom: -1px;
    border: 0px;
}

.accordion > .card {
    overflow: hidden;
    border: 0;
}

.performance-accordion-anchor::before {
    float: right !important;
    background-color: #f3f3f3 !important;
    border-radius: 0px 5px 5px 0px;
    color: #f3f3f3 !important;
}

.performance-bg{
    background-color: #374457 !important;
    color: #f3f3f3 !important;
}
.performance-panel-default-third-level {
    margin-bottom: 5px !important;
}

.performance-panel-heading-third-level {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 6px !important;
}
.input_pt_first{
    padding-top: 48px !important;
}
.input_pt_first_list{
    margin-top: 32px!important;
}
.input_pt{
    padding-top: 30px;
}
.input_pt .cust_select input{
    border: 1px;
}
.input_pt .cust_select input::placeholder{
    text-align: center;
}
.input_pt .form-group label{
    text-align: center;
}

.cust_select {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
}

.cust_select select {
    background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAjElEQVQokWMAAXPncEEGEgBMPbO5c3gaAwPDIhklnS1P7199T8gIc+dwJQYGhiMySjo/GKECqxgYGIwZGBhcT+5deQ9DB6rG3QwMDGdP7l0ZxogkgdcAdI0gMUY0BVgNwKYRQzM2A3BpxKoZzYB0BgaGmdg04tSMZEAoAwPDamwaCQJz5/BynIoYGBgATc8/rn+4QQQAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right 10px bottom 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    display: block;
    border-radius: 3px;
    border: none;
}

.cust_select input::placeholder {
    color: #dbd9d9;
}

.sites-sensor-minus {
    margin-left: 0.5rem;
    font-size: 1.5rem;
}

.cursor--pointer {
    cursor: pointer;
}

.add_item_row {
    background: #f3f3f3;
    color: #374457;
    padding: 10px;
    border-radius: 3px;
    font-family: "RubrikExtraLight";
    position: relative;
    margin-bottom: 10px;
}

span.cat_del_sec {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

span.cat_del_sec a {
    font-size: 20px;
    color: #374457;
}

span.cat_edit_sec {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

span.cat_edit_sec a {
    font-size: 20px;
    color: #374457;
}

.error-class {
    border: 1px solid red !important;
}

input.error-class,
input.error-class:focus {
    border: 1px solid red !important;
}

select.error-class,
select.error-class:focus {
    border: 1px solid red !important;
}

.amenity-block-activated .error-input {
    border: 1px solid red !important;
}

.error-text {
    color: red !important;
}

.green-text {
    color: #4acfa2 !important;
}

.slim-input {
    height: 34px;
}
.bg-white {
    background-color: #fff;
}

/*-----footprint--------------*/

.successText {
    font-family: RubrikExtraLight;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #4acfa2;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.required {
    border: 1px solid red !important;
}

.housekeeping-cabin-dropdown {
    top: 8px !important;
}

.housekeeping-cabin-dropdown a.active,
.housekeeping-cabin-dropdown a:hover {
    background-color: #4acfa2 !important;
}

/*===================sites==============================*/

.small_heading {
    font-size: 15px;
    text-transform: uppercase;
    color: #374357;
}

.form_tab {
    margin: 0;
    padding: 0;
}

.form_tab li {
    list-style: none;
}

.form_tab li a {
    color: #374457;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    background: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 2px;
    transition: 0.2s ease-in-out all;
}

.form_tab li a:hover,
.form_tab li a.current {
    background: #4acfa2;
}

.frmBlock {
    position: relative;
    display: none;
}

.frmBlock.current {
    display: block;
}

.panel_big_heading {
    color: #384157;
    font-size: 22px;
    line-height: 22px;
}

.panel_big_heading_1 {
    color: #384157;
    font-size: 18px;
    line-height: 18px;
}

.add_user {
    text-align: center;
}

.add_user a {
    color: #384157;
    font-size: 16px;
    text-decoration: none;
}

.add_user a i {
    margin-left: 11px;
    font-size: 22px;
    vertical-align: middle;
}

.add_user a span {
    display: inline-block;
    vertical-align: middle;
}

.frm_modal input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: lighter;
    border-radius: 4px;
    outline: none;
    font-family: "RubrikExtraLight";
}

.frm_modal label {
    font-family: "RubrikExtraLight";
    color: #374457;
    text-transform: uppercase;
    display: block;
}

.modal-dialog.m_custom {
    margin: 80px auto;
}

.close.sitepopup {
    top: -13px;
    right: 17px;
}

.frm_section {
    padding: 20px;
    border: 2px solid #ccc;
}

.frm_gen_box label {
    font-family: "RubrikExtraLight";
    color: #374457;
    text-transform: uppercase;
    display: block;
}

.frm_gen_box input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: lighter;
    border-radius: 4px;
    outline: none;
    font-family: "RubrikExtraLight";
}

.frm_section label {
    font-family: "RubrikExtraLight";
    color: #374457;
    text-transform: uppercase;
    display: block;
}

.frm_section .cust_select select {
    height: 34px;
    font-family: "RubrikExtraLight";
}

.frm_section input,
.dtpick input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: lighter;
    border-radius: 4px;
    outline: none;
    font-family: "RubrikExtraLight";
}

.frm_sub_text {
    margin-top: 7px;
}

.frm_sub_text p {
    font-size: 14px;
    color: #374457;
    line-height: 14px;
    margin: 0px;
}

.margt_15 {
    margin-top: 15px;
}

.text_group {
    background: #f3f3f3;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.text_group input:first-child {
    margin-bottom: 2px;
}

.addbtn {
    background: #374357;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    margin: 10px 0 0;
}

.frm_lang_bar {
    display: block;
    position: relative;
    background: #f3f3f3;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    height: 44px;
    margin-bottom: 7px;
}

.frm_lang_bar span {
    display: inline-block;
    vertical-align: middle;
}

.frm_lang_bar_chk {
    position: absolute;
    left: 10px;
    top: 7px;
}

.frm_lang_bar_site {
    display: block;
    position: relative;
    background: #f3f3f3;
    padding: 5px 10px 5px 50px;
    border-radius: 5px;
    height: 44px;
    margin-bottom: 7px;
}

.frm_lang_bar_site span {
    display: inline-block;
    vertical-align: middle;
}

.frm_lang_bar_chk_site {
    position: absolute;
    left: 10px;
    top: 7px;
}

.frm_language_txt {
    line-height: 34px;
}

.greenbg {
    background: #4acfa2;
}

.frm_question_mark {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 19px;
}

.vs_unit {
    font-size: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.two_clmn {
    font-size: 0px;
}

.two_clmn div span {
    display: inline-block;
    vertical-align: middle;
}

.two_clmn div span:first-child {
    width: 70px;
}

.two_clmn div span:first-child.vs_unit {
    text-align: left;
}

.two_clmn div span:last-child {
    width: calc(100% - 70px);
}

.chk_w {
    font-size: 0px;
}

.chk_w > div {
    display: inline-block;
    margin-right: 5px;
    width: calc((100% - 35px) / 8);
    position: relative;
    text-align: center;
}

.chk_w > div:last-child {
    margin-right: 0px;
}

.chk_w > div > span {
    width: 100%;
    display: block;
    font-size: 14px;
    position: relative;
    font-family: "RubrikExtraLight";
}

.chk_w > div > span:first-child {
    margin-bottom: 5px;
}

.chk_w > div > span:last-child {
    height: 40px;
    margin-bottom: 15px;
}

.chk_w > div > span:last-child .container_chck {
    margin: 0px;
}

.chk_w > div > span:last-child .container_chck > span {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.b_box {
    width: 35px;
    height: 35px;
    border: 3px solid #edeef2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.color_green {
    background: #4acfa2;
}

.color_black {
    background: #525252;
}

@media only screen and (max-width: 997px) {
    .chk_w > div {
        width: calc((100% - 15px) / 4);
    }
    .chk_w > div:nth-of-type(4) {
        margin-right: 0px;
    }
    .chk_w > div:nth-of-type(8) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 468px) {
    .chk_w > div {
        width: calc((100% - 10px) / 3);
    }
    .chk_w > div:nth-of-type(3) {
        margin-right: 0px;
    }
    .chk_w > div:nth-of-type(6) {
        margin-right: 0px;
    }
    .chk_w > div:nth-of-type(4) {
        margin-right: 5px;
    }
}

/*-----------------------------5 column------------------------------*/

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*-----------------------------5column------------------------------*/

.m_custom .modal-dialog {
    margin: 80px auto;
}

.frm_modal input {
    width: 100%;
    background: #fff;
    border: 1px solid #d9dbdc;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: lighter;
    border-radius: 4px;
    outline: none;
    font-family: "RubrikExtraLight";
}

.frm_modal label {
    font-family: "RubrikExtraLight";
    color: #374457;
    text-transform: uppercase;
    display: block;
}

/* .frm_gen_box{
margin-bottom: 15px;
} */

.frm_sub_heading {
    font-size: 24px;
    color: #374457;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    span.btnf {
        margin-bottom: 7px;
        display: block;
    }
    .cust_btn_group.two_btn .btnf {
        display: inline-block;
        margin-bottom: 0px;
    }
    .cust_btn_group.two_btn span:last-child {
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
    }
    .side_panel {
        margin-bottom: 15px;
    }

    #content-top {
        padding-top: 15px;
    }
}

/*===================sites==============================*/

/*-====================guests=======================*/

.cust_select.w50p {
    width: 50%;
}

.chk_txt_box {
    position: absolute;
    right: 20px;
    top: 7px;
    width: 60px;
}

.chk_txt_box input[type="number"] {
    height: 31px;
    font-size: 13px;
}

.dtpick {
    position: relative;
}

.dtpick input {
    position: relative;
    background: transparent;
    z-index: 0;
    border-radius: 5px;
}

.dtpickicon {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 5;
}

.dtpickicon_ {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 0;
}

.dtpickicon i,
.dtpickicon_ i {
    font-size: 27px;
}

/*-====================guests=======================*/

.add_user-enter.add_user-enter-active {
    display: block;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.add_user-leave.add_user-leave-active {
    display: none;
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.hidden {
    display: none;
}

button.addhs-button {
    width: 98%;
    height: 50px;
    background: #4acfa2;
    border: 0px solid;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    margin: 1%;
    outline: none;
    display: none;
    opacity: 0;
}

/*------for login----------*/

.customalert_login {
    font-family: RubrikExtraLight;
    background: #fc7260;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    border: 0;
    text-align: center;
}

/*----pop up--sites--------*/

.custon_group_btn label {
    display: inline-block;
    vertical-align: middle;
}

.custon_group_btn .btn-group-toggle {
    margin-bottom: 0.5rem;
    margin-left: 10px;
}

/*----------site alert----------*/

.alert_gen_success {
    font-family: "RubrikExtraLight";
    font-size: 16px;
    background: #4acfa2;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 0;
}

/*-----users--------------*/

.mb22 {
    margin-bottom: 11px;
}

.mb30 {
    margin-bottom: 30px;
}

.tgroup {
    font-family: "RubrikExtraLight";
    font-size: 16px;
    margin-left: 10px;
    color: #374457;
}

.tgroup span {
    padding: 0 5px;
}

.tgroup span:first-child {
    border-right: 1px solid #ccc;
}

.row_right_element {
    float: right;
    margin-right: 10px;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    color: #374457;
}

.frm3 > span {
    display: inline-block;
    padding: 0 20px;
    border-left: 2px solid #dadbdc;
}

.frm3 > span:first-child {
    padding-left: 0px;
    border-left: 0px;
}

.g_small_txt {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .close.sitepopup {
        top: 34px;
        right: 34px;
        color: #114a38;
    }
    .m_custom .modal-dialog {
        margin: 5px;
    }
}

.container_chck.clbl {
    margin-right: 0px;
}

.custpnl .panel-title > a.collapsed::before {
    content: "\f067";
    background-color: transparent;
    font-size: 24px;
    color: #374457;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 50%;
    line-height: 24px;
    transform: translatey(-50%);
    float: none !important;
    padding: 0;
    margin-top: 0;
    line-height: 24px;
}

.custpnl .panel-title > a::before {
    font-family: Line Awesome Free;
    content: "\f068";
    background-color: #dadbdd;
    font-size: 24px;
    color: #374457;
    z-index: 5;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    float: none !important;
    padding: 0;
    margin-top: 0;
    line-height: 24px;
}

.arbg {
    position: absolute;
    width: 42px;
    right: 0px;
    top: 0;
    height: 100%;
    background: #dadbdd;
    z-index: 2;
}

.custpnl .panel_check {
    padding: 20px 50px 20px 80px;
}

.custpnl .container_chck .checkmark {
    top: -1px;
    left: 0px;
}

.custpnl .container_chck {
    display: block;
    position: absolute;
    margin-right: 0;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 50%;
    transform: translatey(-50%);
}

@media only screen and (max-width: 767px) {
    .custpnl .panel_check {
        padding: 10px 50px 10px 70px;
    }
    .custpnl .row_right_element {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
        font-size: 14px;
        color: #374457;
        line-height: 16px;
        display: block;
    }
    .custpnl .tgroup span:first-child {
        padding-left: 0px;
    }
    .custpnl .tgroup {
        font-size: 14px;
        margin-left: 0px;
        display: block;
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .frm3 > span {
        padding: 0 10px;
    }
}

.bm11 {
    margin-top: 11px;
}

.cross {
    cursor: pointer;
    float: right;
    background: #f3f3f3;
    height: 12px;
    margin-bottom: 11px;
}

.cust_select.multiselect select {
    background: none;
}

.cust_select.multiselect select option {
    margin-bottom: 5px;
}

.right_pop {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    /*background: #4ACFA2;
padding: 20px;*/
    border-radius: 5px;
}

.right_pop .toast {
    font-family: "RubrikExtraLight";
    color: #ffffff !important;
    font-weight: 300;
}

.right_pop button.close {
    top: 50%;
    right: 0;
    padding: 0;
    background-color: transparent;
    border: 0 !important;
    color: #ffffff;
    text-shadow: none;
    transform: translateY(-50%);
}

.right_pop button.close:focus {
    outline: none;
}

.right_pop .toast-header {
    font-size: 14px;
    color: #ffffff;
}

.right_pop .toast-body span {
    border-right: 1px solid rgba(255, 255, 255, 0.95);
    padding-right: 8px;
    display: inline-block;
}

.right_pop .toast-body {
    padding-right: 26px;
}

.right_pop .toast.colorred {
    background: rgb(255 114 96 / 0.95);
    border: 1px solid #e26352;
}

.right_pop .toast.colorgreen {
    background: rgb(25 206 161 / 0.95);
    border: 1px solid #1fc39a;
}

/*=========================room performance===========================*/

.rm_section {
    background: #f3f3f3;
    padding: 35px 28px 0 28px;
}

.rm_section_row {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.heading_light_font {
    font-family: "RubrikExtraLight";
}

.row_full {
    margin-bottom: 30px;
}

.fields_heading {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.fields_txt {
    color: #374357;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
}

.mb30 {
    margin-bottom: 30px;
}

.fields3 > span {
    display: inline-block;
    padding: 0 20px;
}

.fields3 > span:first-child {
    padding-left: 0px;
}

.iconheading spam {
    display: inline-block;
    vertical-align: middle;
}

/*.iconheading spam i{
font-size: 31px;
}*/

.rm_r_section_chk {
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 5px;
}

.chk_row {
    display: block;
    position: relative;
    padding: 9px 10px 9px 50px;
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 18px;
}

.chk_row span {
    display: inline-block;
    vertical-align: middle;
}

.chkb {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.chk_row label {
    display: block;
}

span.chk_row_txt {
    line-height: 20px;
    margin-left: 10px;
}

.chk_row.mb0 {
    margin-bottom: 0px;
}

h1.section_header {
    margin-top: 50px;
}

h1.section_header:first-child {
    margin-top: 0px;
}

.rm_cust_btn {
    background-color: #374457;
    color: #fff;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "RubrikSemiBoldRegular";
    outline: none;
}

.row_full.mb0 {
    margin-bottom: 0px;
}

.w_box {
    background: #ffffff;
    height: 60px;
    position: relative;
    padding: 10px 20px;
}

.w_box span.inner_txt {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "RubrikExtraLight";
    color: #374457;
    font-size: 16px;
}

.row_full_alt {
    margin-bottom: 15px;
}

.box_status_row {
    height: 60px;
    padding: 10px 20px;
    position: relative;
}

.box_status {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.box_status img {
    height: 30px;
}
.thumb-img img{
    height: 70px !important;
}

.box_status span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.box_status span:nth-of-type(1) {
    margin-right: 8px;
}

.box_status span:nth-of-type(2) {
    margin-right: 15px;
}

.h_bt {
    position: relative;
}

span.btn_r {
    position: absolute;
    right: 1px;
    top: 0px;
}

.box_thumb_block {
    min-height: 186px;
    position: relative;
    border-radius: 5px;
}

.box_thumb_block p {
    margin: 0px;
}

.box_thumb_block p:first-child {
    margin-bottom: 10px;
}

.box_thumb_block_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.box_thumb_heading {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 15px;
}

.box_thumb_heading_gen {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 0 15px;
}

.box_thumb_heading sup {
    top: -0.3em;
}

.section_eco {
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 5px;
}

.section_eco_row {
    padding: 12px 22px;
    border-radius: 5px;
    background: #f3f3f3;
    margin-bottom: 3px;
    position: relative;
}

.section_eco_row.color_green {
    /* background: #4acfa2; */
    background: #fff;
}

.section_eco_row_txt {
    font-size: 18px;
    line-height: 18px;
    color: #374357;
}

.section_eco_img_r img {
    height: 23px;
}

.section_eco_img_r {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.heading_light_font_16 {
    font-family: "RubrikExtraLight";
    font-size: 16px;
}

.graph_lgd {
    position: absolute;
    right: 0px;
    top: 0px;
}

.graph_lgd div.graph_lgd_group,
.graph_lgd div.graph_lgd_group span {
    display: inline-block;
    vertical-align: middle;
}

.graph_lgd div.graph_lgd_group span:first-child {
    margin-right: 10px;
}

.graph_lgd div.graph_lgd_group {
    margin-right: 25px;
}

.color_dot {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}

span.lgd_txt {
    line-height: 16px;
    font-size: 16px;
}

.bcb {
    background: #374357;
}

.bcr {
    background: #fc7260;
}

.bcblue {
    background: #648cd2;
}

.bcgr {
    /* background: #4acfa2; */
    background: #fff;
}
.bcgr_gr {
    background: #4acfa2 !important;
}

.bgpurple {
    background: #8696df;
}

.bcgry {
    background: #f3f3f3;
}

.graph_ar_box img {
    width: 100%;
    height: auto;
}

.graph_ar_val {
    background: #ffffff;
    padding: 9px 8px;
    border-radius: 5px;
}

.graph_ar_val_heading {
    text-align: center;
    font-size: 17px;
    margin-bottom: 3px;
}

.graph_ar {
    margin-bottom: 30px;
}

.graph_ar_val_lb {
    text-align: center;
    /* padding: 10px; */
    border-radius: 5px;
}

.graph_ar_val_lb span {
    display: inline-block;
    vertical-align: middle;
}

.graph_ar_val_lb span:first-child {
    font-size: 24px;
    line-height: 24px;
}

.graph_ar_val_lb span:last-child {
    margin-left: 10px;
}

.graph_ar_val_lb span:last-child img {
    height: 22px;
}

.lgd_txt_lite {
    font-family: "RubrikExtraLight";
}

.custom-zindex {
    z-index: 1;
}

.gr_full {
    margin-top: -5%;
}

.gr_full img {
    width: 100%;
    height: auto;
}

.rm_section_row.last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.graph_ar.mb0 {
    margin-bottom: 0px;
}

.blkbodered {
    background: transparent;
    border: 3px solid #374357;
}

.blkfill {
    background: #374357;
}

.color_white {
    color: #fff;
}

.backgr_red {
    background: #fc7260;
    color: #374357;
}
.backgr_gray {
    background: #dadbdd;
    color: #374357;
}

.backgr_green {
    background: #4acfa2;
    color: #374357;
}

.backgr_black {
    background: #374357;
    color: #ffffff;
}

.backgr_white {
    background: #ffffff;
    color: #374357;
}

@media only screen and (max-width: 767px) {
    .btnresp {
        margin-top: 30px;
    }
    .h_bt {
        margin-bottom: 30px;
    }
    span.btn_r {
        position: relative;
        right: auto;
        top: auto;
    }
    .mbr {
        margin-bottom: 30px;
    }
    .graph_lgd {
        position: relative;
        right: auto;
        top: auto;
    }
}

.section_header {
    font-size: 34px;
    color: #374357;
    line-height: 38px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    border-bottom: 3px solid #e2e2e2;
}

div.chk_row:last-child {
    margin-bottom: 0px;
}

.row_right_element_multy {
    float: right;
    margin-right: 10px;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    color: #374457;
}

.acc_sm_b {
    font-family: "RubrikSemiBoldRegular";
}

.row_right_element_multy span {
    display: inline-block;
    vertical-align: middle;
}

.row_right_element_multy span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border-left: 1px solid #d9dbdc;
    line-height: 22px;
}

.row_right_element_multy span:first-child {
    border-left: 0px;
    padding-left: 0;
}

.row_right_element_multy span:last-child {
    padding-right: 0px;
}

.row_right_element_multy i {
    color: #fc7260;
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .custpnl .row_right_element_multy {
        float: none;
        margin-right: 0px;
        margin-top: 4px;
        font-size: 14px;
        color: #374457;
        line-height: 16px;
        display: block;
    }
}

.bottom_radius {
    border-radius: 5px;
}

.ror_l_thumb img {
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ror_l_thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 100%;
}
.ror_l_thumb-title {
    width: 70px;
    height: auto !important;
}

/*=========================room performance===========================*/

.flash-alert {
    padding: 15px 0 1px 5px !important;
}

.alert-dismissible .close {
    outline: none;
    position: absolute;
    top: 25% !important;
    right: 0.5% !important;
}

img.frm_question_mark_pop {
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: text-bottom;
    border-style: none;
}

a#add-donation i {
    font-size: 22px;
    vertical-align: bottom;
}

.concierge-p-heading img.frm_question_mark_pop {
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: text-bottom;
    border-style: none;
}

/*-========================access Denied===================================*/

#notfound {
    position: relative;
    height: calc(100vh - 130px);
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
}

.errpg {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
}

.notfound .notfound-404:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfound h1 {
    font-size: 65px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
    z-index: 999;
    position: relative;
    margin-left: 100px;
}

.notfound h2 {
    font-family: "RubrikExtraLight";
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
    margin-left: 100px;
}

.notfound p {
    font-family: "RubrikExtraLight";
    color: #999fa5;
}

.notfound a {
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    color: #4acfa2;
    margin-left: 100px;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
        left: 50%;
        transform: translateX(-50%);
    }
    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
    .errpg {
        width: 110px;
    }
}

/*-========================access Denied===================================*/

/*==============================login-logout==============================*/

.navbar {
    display: block;
}

.l_io {
    position: absolute;
    right: 15px;
    top: 60px;
    background: #f3f3f3;
    padding: 3px 3px 3px 10px;
    border-radius: 25px;
    border: 1px solid #eee;
}

.l_io span {
    display: inline-block;
    /* vertical-align: middle; */
}

span.txt_user {
    font-family: "RubrikSemiBoldRegular";
    font-size: 12px;
    color: #374357;
}

.txt_user span:last-child {
    color: #4acfa2;
}

.user_lo_btn {
    background: #374357;
    padding: 1px 12px;
    margin-left: 15px;
    border-radius: 25px;
    cursor: pointer;
}

.user_lo_btn a,
.user_lo_btn a:hover,
.user_lo_btn a:active {
    font-family: "RubrikExtraLight";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .navbar {
        display: flex;
    }
    .l_io {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 7px;
    }
}

/*==============================login-logout==============================*/

/*============================Logo=================================*/

.u_image_block {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.u_image_block img {
    width: 100%;
    height: auto;
}

.u_image_block a {
    font-size: 1rem;
}

.upload_img_top {
    font-size: 0;
    position: relative;
}

.upload_txt {
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
    top: 50%;
    text-align: right;
    font-size: 14px;
}

.upload_section {
    margin-bottom: 7px;
}

.fw_img img {
    width: 100%;
    height: auto;
}

.headig_d_big {
    font-size: 38px;
    color: #374357;
    line-height: 38px;
    margin-bottom: 30px;
}

/*-------------------------upload--------------------------------*/

.file-drop-area {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 18px;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.file-drop-area.is-active {
    background-color: rgba(0, 0, 0, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

/*-------------------------upload--------------------------------*/

/*============================Logo=================================*/

.multiselect select {
    height: 100px !important;
}

.cust_select select {
    padding-right: 8%;
}

/*=======================defination and Cabin==============================*/

.headig_d_big {
    font-size: 38px;
    color: #374357;
    line-height: 38px;
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.has_subheading p {
    margin-bottom: 0.5rem;
}

.has_subheading label {
    margin-bottom: 0;
}

.g_small_heading {
    font-size: 22px;
}

.frm_question_mark_pop {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
    height: 19px;
}

.cust_select.multiselect select {
    background: none;
}

/*=======================defination and Cabin==============================*/

select.language,
select.language:focus {
    position: absolute;
    right: 0;
    top: -4px;
    width: 25%;
    box-shadow: none;
    height: 30px;
    font-size: 13px;
    border: 1px solid #d9dbdc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    select.language,
    select.language:focus {
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    select.language,
    select.language:focus {
        width: 49%;
    }
}

/*=============================Pledge==================*/

.pledge_alertbox {
    padding: 30px 45px;
    background: #384157;
    color: #fff;
    border-radius: 5px;
}

.pledge_alertbox p {
    font-size: 22px;
    margin-bottom: 0px;
}

.pledge_r_counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    padding: 5px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=============================Pledge==================*/

/*=============================reward=====================*/

.frm_section .cust_select.multiselect select {
    height: auto;
}

.frm_section .cust_select.multiselect.custheight select {
    height: 183px;
}

button.cust_btn.btnfull {
    width: 100%;
    display: block;
}

.btn_f_ar {
    margin-top: 10px;
}

.r_counter {
    position: absolute;
    right: 0;
    top: 0;
    background: #384053;
    height: 100%;
    width: 90px;
    padding: 5px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr {
    position: relative;
}

.r_heading {
    position: absolute;
    right: 0;
    top: 0;
}

.rpad {
    padding-right: 100px;
}

/*=============================reward=====================*/

/*=========================Acivity============================*/

.search_ar {
    position: relative;
}

.frm_gen_box input.search_box {
    width: 100%;
    background: #fff;
    border: 2px solid #d9dbdc;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}

.search_btn {
    background: #e9eaea;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 15px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
}

.search_btn a {
    font-family: "RubrikExtraLight";
    color: #374457;
    display: inline-block;
    text-decoration: none;
}

.search_btn:hover {
    background: #ccc;
}

.group_box {
    background: #f3f3f3;
    padding: 3px;
}

.group_header {
    background: #f3f3f3;
    padding: 14px 15px;
    position: relative;
    line-height: 19px;
    margin-bottom: 3px;
}

.group_header i {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.group_sub_row {
    background: #fff;
    padding: 12px 15px;
    font-family: "RubrikExtraLight";
    position: relative;
}

.group_sub_row + .group_sub_row {
    margin-top: 3px;
}

.group_sub_row span.count {
    font-family: "RubrikSemiBoldRegular";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #4acfa2;
    font-size: 14px;
    /* border-bottom: 2px solid #4ACFA2; */
}

.row.pom0 {
    margin: 0;
}

.pom0 .col-md-3 {
    padding: 0;
}

.wb {
    word-break: break-all;
}

.pr {
    position: relative;
}

.r_heading {
    position: absolute;
    right: 0;
    top: 0;
}

.rpad {
    padding-right: 100px;
}

.r_counter {
    position: absolute;
    right: 0;
    top: 0;
    background: #384053;
    height: 100%;
    width: 90px;
    padding: 5px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=========================Acivity============================*/

/*=====================radio_btn========================*/

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom_radio input[type="radio"] + label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #ececec, inset 0 0 0 1em #fbfbfb;
}

.custom_radio input[type="radio"] + label:hover:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4acfa2;
    border: 1px solid #ccc;
}

/*=====================radio_btn========================*/

.echo-feedback-p {
    font-size: 18px;
}

.text-description {
    background: #384157;
    color: #fff;
    border-radius: 6px;
    height: auto;
    margin-bottom: 72px;
    padding: 22px;
    text-align: justify;
}
.ti-input-number{
    height: 60px; 
    background: #f3f3f3 !important; 
    text-align: center;
}
.text-description p {
    width: 90%;
    margin-bottom: 0px
}
.input-staff{
    width: 85px !important;
    height: 60px;
    text-align: center;
    background: #f3f3f3 !important;
    font-family: "RubrikSemiBoldRegular" !important;
}

.limit-counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
.team-infor-limit-counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    padding-top: 32px;
}
.bg-input{
    background: #fff !important;
}

.total-counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 90px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    padding-top: 35px;
}

.total-counter p {
    padding-top: 7px;
    background-color: #ffffff;
    color: #4acfa2;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
}

/*======================check Box=============================*/

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 1px;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: #cccccc;
    border-radius: 3px;
}

.styled-checkbox:hover + label:before {
    background: #4acfa2;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #4acfa2;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*======================check Box=============================*/

/*=================waste============================*/

.custom_waste_box {
    padding: 20px;
    border: 2px solid #ccc;
}

.custom_chkbox.vm {
    height: 36px;
    display: flex;
    align-items: center;
}

/*=================waste============================*/

.day-picker-input input {
    cursor: pointer;
}

.day-picker-modal .modal-content {
    opacity: 0;
}

/*-------------------------------switch-------------------*/

.switch-field {
    overflow: hidden;
    margin-top: 10px;
    min-width: 120px;
}

.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    float: left;
}

.switch-field label {
    display: inline-block;
    width: 60px;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

/* .switch-field input:checked+label {
background-color: #3c4356;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
} */

.switch-field-checked {
    background-color: #3c4356 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*-------------------------------switch-------------------*/

span.summary-count {
    cursor: pointer;
}

div.load-more {
    justify-content: center;
    height: 30px;
}

div.load-more a,
div.load-more a:hover,
div.load-more a:visited {
    text-decoration: none;
    color: #fff;
    width: 85px;
    height: 30px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

a.activity-show-all,
a.activity-show-all:hover,
a.activity-show-all:visited {
    text-decoration: none;
    color: #fff;
    float: right;
    height: 41px;
    padding-top: 8px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    a.activity-show-all,
    a.activity-show-all:hover,
    a.activity-show-all:visited {
        text-decoration: none;
        color: #fff;
        float: none;
        height: 41px;
        padding-top: 10px;
        text-align: center;
    }
    div.activity-show-all {
        text-align: center;
    }
}

.select-deselect-all {
    padding: 10px 10px;
}
.ic-check{
    display: inherit;
    position: relative;
    top: -8px;
    width: 9px;
    height: 20px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    ul.menu_list li {
        font-size: 13px;
    }
    .multiselect select {
        height: 34px !important;
    }
}

.summary-title-bold {
    font-weight: bold;
}

button.cust_btn.greenbg.duplicate.comfortset {
    margin: 0 5px;
}

.setting_comfort .row.frmgrp {
    margin-bottom: 20px;
}

div.tw_p_w {
    width: 20%;
    max-width: 20%;
}

.tooltip-inner {
    max-width: 250px !important;
}

.summary-custom-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 20%;
}

@media only screen and (max-width: 767px) {
    .summary-custom-width {
        max-width: unset;
    }
}

/*=========================Calculate Targets==================*/

.fs_heading {
    color: #384157;
    font-size: 18px;
    line-height: 18px;
}

.hoveraction {
    position: relative;
    transition: all 0.3s ease-in;
}

/* .hoveraction:hover {
    background: #dae9f5;
    background: #f3f3f3;
} */

.data_list_table table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

.data_list_table table thead tr th {
    padding: 15px 0;
    line-height: 15px;
    text-transform: uppercase;
}

.data_list_table table tbody tr td {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.data_list_table table tbody tr td span {
    font-size: 12px;
    display: inline-block;
    margin-left: 7px;
}

.data_list_table table tbody tr td + td {
    border-left: 1px solid #ccc;
}

.data_list_full_table table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

.data_list_full_table table thead tr th {
    padding: 15px 0;
    line-height: 15px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    text-align: center;
    border-left: 1px solid #ccc;
}

.data_list_full_table table thead tr th:last-child {
    border-right: 1px solid #ccc;
}

.data_list_full_table table tbody tr td {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.data_list_full_table table tbody tr td:last-child {
    border-right: 1px solid #ccc;
}

.data_list_full_table table tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.data_list_full_table table tbody tr td + td {
    border-left: 1px solid #ccc;
}

a.data_list_link {
    color: #4acfa2;
    text-decoration: none;
}

.mor {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .no-more-tables tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .no-more-tables tr:last-child {
        margin-bottom: 0px;
    }
    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left !important;
    }
    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        /*top: 50%;
transform: translateY(-50%);*/
        left: 6px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
Label the data
*/
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

.data_list_full_table_sm table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

.data_list_full_table_sm table thead tr th {
    padding: 10px 5px;
    line-height: 15px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    text-align: center;
    border-left: 1px solid #ccc;
    font-size: 9px;
}

.data_list_full_table_sm table thead tr th:last-child {
    border-right: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr td {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
}

.data_list_full_table_sm table tbody tr td:last-child {
    border-right: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr td:first-child {
    border-left: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr td:last-child {
    border-bottom: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr td + td {
    border-left: 1px solid #ccc;
}

.data_list_full_table_sm table tbody tr td input:disabled,
.data_list_full_table_sm table tbody tr td input[disabled] {
    background-color: #e6e6e6 !important;
    color: #666 !important;
}

.mrb15 {
    margin-bottom: 15px;
}

.mrb30 {
    margin-bottom: 30px;
}

.blockspan {
    display: block;
}

a.tdelete {
    color: #fc7260;
    font-size: 22px;
    transition: all 0.3s ease-in;
}

a.tsave {
    color: #4acfa2;
    font-size: 22px;
    transition: all 0.3s ease-in;
}

a.tdelete:hover,
a.tsave:hover {
    color: #384157;
}

.inner_h_pm {
    margin-top: 20px;
}

.inner_h_pm table {
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
    .data_list_full_table_sm {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
    .data_list_full_table_sm table tbody tr td {
        width: 80px;
    }
    .data_list_full_table_sm table thead tr th {
        width: 80px;
    }
}

.base_right span {
    display: inline-block;
    vertical-align: middle;
}

.base_right a i {
    margin-left: 11px;
    font-size: 22px;
    vertical-align: middle;
}

.base_right a {
    color: #384157;
    font-size: 16px;
    text-decoration: none;
}

/*=========================Calculate Targets==================*/

/*=====================temp_sensor_alerts=================*/

/*-----------------------switch--------------------------*/

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #888;
    font-weight: bold;
    padding-top: 0.12rem;
}

.tgl-skewed + .tgl-btn:after,
.tgl-skewed + .tgl-btn:before {
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
    background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
    left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
    background: #4acfa2;
}

.tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
    left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
}

.tgl {
    display: none;
}

/*-----------------------switch--------------------------*/

.r_btn_gr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.yes_no_btn_b {
    position: relative;
    display: block;
    height: 40px;
}

.yes_no_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.chk_ar_b {
    text-align: center;
    font-family: "RubrikExtraLight";
    line-height: 15px;
    position: relative;
    height: 80px;
}

.chk_ar_b p {
    margin-bottom: 0px;
}

.cust_chk_o {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 8px;
    /* margin-top: 6px; */
}

.twobg {
    text-align: center;
}

.data_list_full_table.fss table thead tr th {
    font-size: 12px;
}

.data_list_full_table.fss table tbody tr td:first-child {
    border-left: 1px solid #ccc;
}

/*=====================temp_sensor_alerts=================*/

.summary-section {
    background-color: #fff;
    overflow-y: auto;
    flex-grow: 1;
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f3f3;
}

.summary-section table {
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #f3f3f3;
}

.summary-section th {
    background-color: #f3f3f3;
    /* position: sticky; */
    top: -1px;
    /* z-index: 99999999; */
    border-bottom: 0;
}

.summary-section th i {
    float: right;
    font-size: 22px;
}

.summary-section th {
    padding: 4px 12px 14px 16px;
    min-width: 225px;
}

.summary-section th.first {
    padding: 4px 12px 14px 15px;
}

.summary-section td {
    padding: 0;
    vertical-align: top;
}

.summary-section td {
    border: 2px solid #f3f3f3;
}

.summary-section .group_box {
    padding: 0;
}

.summary-section .group_sub_row {
    margin: 0;
    border-bottom: 2px solid #f3f3f3;
}

.summary-section .th-content-wrapper,
.summary-section .td-content-wrapper {
    display: inline;
}

.summary-section .checkbox-container {
    display: inline;
    z-index: 0;
}

.summary-section .checkbox-container input[type="checkbox"] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.summary-section .checkbox-container .checkmark {
    width: 25px;
    height: 25px;
    border: 3px solid #ccc;
}

.summary-section .checkbox-container .checkmark:hover,
.summary-section .checkbox-container .checkmark:checked,
.summary-section .container_chck:hover input ~ .checkmark,
.summary-section .container_chck input:checked ~ .checkmark {
    border: 3px solid #ccc;
}

.summary-section span.theader {
    margin-left: 35px;
}

.summary-section .checkbox-container .container_chck .checkmark:after {
    left: 5px;
    top: 0px;
    width: 9px;
    height: 15px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.summary-section .content-container {
    display: inline;
}

.summary-section .container_chck {
    top: 3px;
}

.summary-section .td-content-wrapper .container_chck {
    top: -5px;
}

.summary-section .sum-div {
    padding-bottom: 12px;
}

.summary-section .td-content-wrapper .content-container div {
    margin-left: 36px;
    margin-top: -8px;
}

.summary-loading {
    position: absolute;
    left: 0;
    z-index: 1;
}

.summary-loading-green {
    position: absolute;
    left: 0;
    z-index: 1;
}

.summary-loading-green span {
    border: 1px solid #4acfa2;
    padding: 3px;
    color: #fff;
    background: #4acfa2;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal !important;
}

a.settings-alert-save,
a.settings-alert-save:hover,
a.settings-alert-save:visited {
    text-decoration: none;
    color: #fff;
    height: 30px;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin-left: 5px;
}

.cust_frm_section label {
    font-size: 14px;
}

.cust_frm_section .yes_no_btn_b {
    margin-left: 5px;
}

.cust_frm_section span.checkmark {
    width: 25px;
    height: 25px;
    left: 7px;
}

.cust_frm_section .container_chck .checkmark:after {
    left: 5px;
    top: 0;
    width: 9px;
    height: 14px;
}

.frm_section_1 {
    padding: 0;
    border: 2px solid #ccc;
    overflow-x: auto;
}

.frm_section_1 table {
    border: 0;
}

.frm_section_1 th {
    width: 200px;
}

.frm_section_1 th:first-child {
    width: 250px;
}

.frm_section_1 th.status {
    width: 100px;
}

.frm_section_1 th,
.frm_section_1 td {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.frm_section_1 td:last-child .inline-block {
    display: inline-block;
}

.frm_section_1 td:last-child .inline {
    display: inline;
}

.frm_section_1 .yes_no_btn {
    top: 12%;
}

.frm_section_1 .cust_chk_o {
    position: relative;
}

.frm_section_1 .container_chck {
    margin-right: 25%;
}

.frm_section_1 .cust_chk .checkmark {
    top: -2px;
}

.frm_section_1 .tdelete {
    position: absolute;
}

.frm_section_1 .tsave {
    margin-left: 50px;
}

.frm_section_1 .tdelete i,
.frm_section_1 .tsave i {
    background-color: #edeef1;
    border: 2px solid #4acfa2;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .frm_section_1 .cust_chk .checkmark {
        left: 91px;
    }
    .frm_section_1 .tdelete {
        left: 35%;
    }
    .no-more-tables td:before {
        top: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .frm_section_1 {
        overflow-x: hidden;
        border: 0;
    }
    .frm_section_1 tr {
        border-top: 2px solid #ccc !important;
    }
    .frm_section_1 th,
    .frm_section_1 td {
        border-left: 1px solid #ccc !important;
    }
    .frm_section_1 th {
        width: unset;
    }
    .no-more-tables td.mob {
        height: 82px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .no-more-tables td.mob select,
    .no-more-tables td.mob input {
        bottom: 6px;
        position: absolute;
        width: 95.5%;
    }
    .status-mob,
    .resource-mob {
        height: 42px;
    }
    .resource-mob .cust_chk_o {
        position: absolute;
        left: 0;
    }
    .resource-mob .cust_chk .checkmark {
        top: -10px;
        left: 274px;
    }
    .frm_section_1 .yes_no_btn {
        top: -10%;
        left: 81%;
    }
    .frm_section_1 .tdelete {
        position: absolute;
        left: 26%;
    }
    .frm_section_1 .tsave {
        margin-left: 50px;
    }
}

/*==============================Alerts=========================*/

.select_height .cust_select select {
    height: 34px;
    font-family: "RubrikExtraLight";
}
.select_height_character{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.alert_r_counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    padding: 5px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert_cust_btn {
    background-color: #374457;
    color: #fff;
    font-size: 15px;
    border: 0px solid;
    border-radius: 5px;
    padding: 7px 0;
    font-family: "RubrikExtraLight";
    outline: none;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.alert_cust_btn:hover {
    color: #fff;
    text-decoration: none;
}

.select_height .colpad {
    padding: 0 5px;
}

.select_height .colpad:first-child {
    padding-left: 15px;
}

.select_height .colpad:last-child {
    padding-right: 15px;
}

.flex_btm {
    align-self: flex-end;
}

.alert_cust_btn.green_box {
    background: #4acfa2;
}

.colpad .yes_no_btn label {
    margin-bottom: 0;
}

.colpad .yes_no_btn_b {
    height: auto;
}

.colpad .tgl + .tgl-btn {
    height: 2.25em;
    width: 3.9em;
}

.colpad .tgl-skewed + .tgl-btn:before {
    top: 3px;
}

.colpad .tgl-skewed + .tgl-btn:after {
    top: 3px;
}

.linkvm {
    display: inline-block;
    vertical-align: text-bottom;
}

@media only screen and (max-width: 800px) {
    .alert_cust_btn {
        margin-top: 32px;
    }
    .select_height .colpad {
        padding: 0 15px;
    }
    .resp_center {
        text-align: center;
    }
}

/*==============================Alerts=========================*/

.frm_section_2 {
    overflow: hidden;
    padding: 10px;
    border: 2px solid #ccc;
}

.frm_section_2 span.btnf {
    margin: 0;
}

.frm_section_2 .row-border {
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
}

.frm_section_2 .row-border:last-child {
    margin: 0;
}

.cost_watcher_top {
    background-image: url(../img/Header_BG.svg);
    padding: 22px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cost_watcher_top_heading {
    font-size: 42px;
    color: #ffffff;
}

p.cost_watcher_top_heading {
    margin-bottom: 0px;
}

.cost_watcher_top_heading span {
    display: inline-block;
    vertical-align: middle;
}

.cost_watcher_top_heading span:first-child {
    margin-right: 34px;
}

.cost_watcher_sections {
    margin-top: 54px;
}

.cost_watcher_inner_sections {
    margin-bottom: 22px;
}

div.cost_watcher_inner_sections:last-child {
    margin-bottom: 0px;
}

.cw_sm_heding {
    font-size: 21px;
    line-height: 21px;
    color: #374357;
    margin-bottom: 10px;
}

.cw_xl_heding {
    font-size: 32px;
    line-height: 32px;
    color: #374357;
    margin-bottom: 22px;
}

.cw_gen_txt {
    font-size: 16px;
    color: #374357;
    font-family: "RubrikExtraLight";
    margin-bottom: 10px;
}

p.cw_gen_txt:last-child {
    margin-bottom: 0px;
}

.cw_wastage_sr {
    border-radius: 16px;
    background-color: #fc7260;
    padding: 32px;
    margin-top: 27px;
    text-align: center;
}

.cw_wastage_tw_v {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 18px;
}

.cw_graph_ar {
    background: #f3f3f3;
    padding: 36px;
}

.cw_graph_ar_top img {
    width: 100%;
    height: auto;
}

.cw_graph_ar_bot {
    font-size: 18px;
    color: #374357;
    text-align: center;
    margin-top: 40px;
}

.cw_graph_ar_bot > div,
.cw_graph_ar_bot > div > span {
    display: inline-block;
    vertical-align: middle;
}

.cw_graph_ar_bot > div {
    margin-bottom: 8px;
}

.cw_graph_ar_bot > div + div {
    margin-left: 28px;
}

.cw_graph_ar_bot > div > span + span {
    margin-left: 14px;
}

.cw_graph_box {
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.cw_graph_box_color_1 {
    background: #35a0cd;
}

.cw_graph_box_color_2 {
    background: #b79367;
}

.cw_graph_box_color_3 {
    background: #f0a949;
}

.cw_graph_box_color_4 {
    background: #009d8f;
}

.cw_graph_box_color_5 {
    background: #d2da2f;
}

.cw_graph_box_color_6 {
    background: #ff0000;
}

.cw_graph_box_dash {
    width: 21px;
    height: 5px;
    position: relative;
}

.cw_graph_box_dash:before {
    content: "";
    position: absolute;
    width: 21px;
    border-bottom: 3px dashed #ff0000;
    left: 0px;
}

.cw_cost_quest_ars {
    background: #f3f3f3;
    padding: 36px;
}

.mb64 {
    margin-bottom: 64px;
}

.quest_table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.quest_table table thead tr th {
    font-size: 14px;
    color: #a6a6a6;
}

.quest_table table tbody tr td {
    font-size: 20px;
    color: #374357;
    padding: 30px 0;
    border-bottom: 1px solid #c2c2c2;
}

/*.quest_table table thead tr th:first-child {
width: 50%;
}*/

.quest_table table tbody tr:last-child td {
    border-bottom: 0px solid #c2c2c2;
}

.aiblock {
    position: relative;
}

.aiblock span {
    display: inline-block;
    vertical-align: middle;
}

.aiblock span + span {
    margin-left: 14px;
}

.aiblock span:first-child {
    width: 31px;
    height: 31px;
    overflow: hidden;
}

.quest_active {
    background: #ff0000;
}

.quest_completed {
    background: #4acfa2;
}

.quset_tbtn_block {
    text-align: right;
}

.quest_table .quset_tbtn_block {
    text-align: left;
}

a.btn_q {
    border-radius: 3px;
    background-color: #374357;
    padding: 11px 24px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

a.btn_q + a.btn_q {
    margin-left: 27px;
}

a.btn_q:hover {
    color: #ffffff;
    text-decoration: none;
}

.modal-header.quest_m_h_header {
    background-color: #262e3b;
    padding: 32px 26px;
    position: relative;
}

.modal-title.quest_m_h_title {
    font-size: 33px;
    line-height: 33px;
    color: #ffffff;
}

.qmh_btll {
    border-radius: 3px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 15px;
    position: absolute;
    right: 26px;
    top: 26px;
}

.quest_m_heading_block {
    padding-bottom: 24px;
    border-bottom: 1px solid #979797;
}

.quest_m_heading {
    font-size: 27px;
    line-height: 27px;
    color: #374357;
    margin-bottom: 0px;
}

.modal-body.quest_modal_body {
    padding: 33px 26px;
}

.quest_block_gen {
    padding: 40px 0;
}

.reduce-cost-quest-block-gen {
    padding: 20px 0;
}

.quest_border_bot {
    border-bottom: 1px solid #979797;
}

.quest_gen_txt_block p {
    font-size: 16px;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.quest_gen_txt_block p b {
    font-family: "RubrikSemiBoldRegular";
}

.quest_gen_img_block {
    font-size: 0;
}

.quest_gen_img_block span {
    display: inline-block;
    vertical-align: middle;
    width: 96%;
}

.quest_gen_img_block span:first-child {
    margin-right: 4%;
}

.quest_gen_img_block span img {
    width: 100%;
    height: auto;
}

.quest_m_sub_heading {
    font-size: 22px;
    line-height: 22px;
    color: #374357;
}

.quest_list_num {
    /*counter-reset: list;*/
    counter-reset: list calc(var(--s) - 1);
    padding-left: 27px;
}

.quest_list_num > li {
    list-style: none;
    position: relative;
    font-size: 17px;
    margin-bottom: 5px;
    font-family: "RubrikExtraLight";
}

.quest_list_num > li:before {
    counter-increment: list;
    content: counter(list, decimal) ". ";
    position: absolute;
    left: -1.5em;
}

.quest_custom_fg label {
    font-size: 14px;
    line-height: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
}

.quest_custom_fg p.quest_fg_ans {
    font-size: 20px;
    line-height: 22px;
    color: #374357;
}

.quest_custom_fg input {
    width: 100%;
}

.quest_custom_fg input[type="text"] {
    border: solid 1px #979797;
    background-color: #fdfdfd;
    padding: 10px;
    outline: 0;
}

.quest_pb0 {
    padding-bottom: 0;
}

.quest_m_custom .modal-dialog {
    margin: 80px auto 120px;
}

.quest_footer_btn_ar {
    position: absolute;
    bottom: -62px;
    right: 0px;
}

.quest_footer_btn_green {
    border-radius: 3px;
    background-color: #4acfa2;
    padding: 19px 35px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
}

a.quest_footer_btn_green:hover {
    color: #ffffff;
    text-decoration: none;
}

.quest_frm_box {
    border-radius: 5px;
    overflow: hidden;
    background: #f2f2f2;
}

.quest_frm_box_header {
    background-color: #262e3b;
    padding: 15px 27px;
}

.quest_frm_box_header p {
    font-size: 23px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 0;
}

.quest_frm_box_body {
    padding: 27px;
}

.quest_custom_fg input[type="text"].qif {
    border: solid 1px #c4c4c4;
    background-color: #fdfdfd;
    padding: 10px;
    outline: 0;
}

.quest_frm_btn_inner,
.quest_frm_btn_inner:hover {
    background-color: #4acfa2;
    padding: 11px 16px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin-top: 14px;
}

.quest_frm_btn_inner_disabled,
.quest_frm_btn_inner_disabled:hover {
    background-color: #ddd;
    padding: 11px 16px;
    border-radius: 3px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    display: inline-block;
    margin-top: 14px;
    pointer-events: none;
}

.quest_frm_btn_inner:hover {
    color: #ffffff;
    text-decoration: none;
}

.qstb20 {
    margin-bottom: 20px;
}

.quest_m_box {
    background: #e9e9e9;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

.quest_m_box_top {
    padding: 20px 12px;
}

.quest_m_box_top_big_text {
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 10px;
    color: #374357;
    text-align: center;
}

.quest_m_box_top_small_text {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #374357;
    text-align: center;
}

.quest_m_box_bot {
    padding: 7px;
}

.quest_m_box_bot_txt {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

.quest_m_box_bg_1 {
    background: #44a0cd;
}

.quest_m_box_bg_2 {
    background: #ab8355;
}

.quest_m_box_bg_3 {
    background: #eea509;
}

.quest_m_box_bg_4 {
    background: #0a8e88;
}

.quest_m_box_bg_5 {
    background: #d2da2f;
}

.quest_m_box_border_1 {
    border: solid 3px #44a0cd;
}

.quest_m_box_border_2 {
    border: solid 3px #ab8355;
}

.quest_m_box_border_3 {
    border: solid 3px #eea509;
}

.quest_m_box_border_4 {
    border: solid 3px #0a8e88;
}

.quest_m_box_border_5 {
    border: solid 3px #d2da2f;
}

.quest_m_box_not_border {
    padding: 10px 7px;
}

.quest_sm_modal_block {
    text-align: center;
}

.quest_smblock_gen {
    padding: 27px 0;
}

.quest_sm_modal_img {
    margin-bottom: 30px;
}

.quest_sm_m_txt_big {
    font-size: 35px;
    line-height: 35px;
    color: #47576f;
}

.quest_sm_m_txt_small {
    font-family: "RubrikExtraLight";
    font-size: 21px;
    line-height: 21px;
    color: #50617b;
    margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
    .cost_watcher_top_heading span {
        display: block;
        text-align: center;
    }
    .cost_watcher_top_heading span:first-child {
        margin-right: 0px;
    }
    .quset_tbtn_block {
        text-align: center;
    }
    .cw_graph_ar {
        padding: 36px 15px;
    }
    a.btn_q + a.btn_q {
        margin-left: 8px;
    }
    .cw_cost_quest_ars {
        background: #f3f3f3;
        padding: 35px 15px;
    }
    .cw_mb50_res {
        margin-bottom: 50px;
    }
    /* Force table to not be like tables anymore */
    .resp_tables table,
    .resp_tables thead,
    .resp_tables tbody,
    .resp_tables th,
    .resp_tables td,
    .resp_tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .resp_tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .resp_tables tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .resp_tables tr:last-child {
        margin-bottom: 0px;
    }
    .resp_tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 35% !important;
        white-space: normal;
        text-align: left !important;
    }
    .resp_tables td:before {
        /* Now like a table header */
        position: absolute;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .resp_tables tr td:last-child {
        position: relative;
        padding-left: 0% !important;
    }
    .resp_tables tr td:last-child:before {
        width: 100%;
    }
    /*
Label the data
*/
    .resp_tables td:before {
        content: attr(data-title);
    }
    .quest_table table tbody tr:last-child td {
        border-bottom: 1px solid #c2c2c2;
    }
    .qmh_btll {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 15px;
        display: inline-block;
    }
    .quest_footer_btn_ar {
        width: 100%;
        text-align: center;
    }
}

/*================================Cost Watcher====================*/

.inspire_breadcrumb_content {
    background-image: url(../img/Header_BG.svg);
    padding: 40px 0px 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb_content span.bredcrumb-header-icon {
    position: absolute;
    left: 30rem;
}

@media only screen and (max-width: 767px) {
    .breadcrumb_content span.bredcrumb-header-icon {
        left: 15rem;
        margin-top: -1rem;
    }
}

@media only screen and (max-width: 280px) {
    .breadcrumb_content span.bredcrumb-header-icon {
        left: 13.2rem;
        margin-top: -1rem;
    }
}

.improve-area .container {
    padding-left: 0;
}

.improve-area .cw_gen_txt {
    text-align: justify;
}

.improve-area .cw_wastage_sr {
    margin-top: 16px;
    padding: 55px;
    padding-bottom: 30px;
}

.improve-area img.total-wastage-icon {
    margin-top: -15px;
    margin-left: -18px;
}

.improve-area .cw_wastage_tw_v {
    padding-top: 40px;
}

.improve-area .cw_sm_heding_mob {
    margin-left: -3px;
}

.cost-watcher-chart-container {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .improve-area .cw_sm_heding_mob {
        margin-left: 0;
    }
    .improve-area .cw_wastage_sr {
        margin-left: 0;
    }
    .improve-area img.total-wastage-icon {
        margin-left: 0px;
    }
    /* .cost-watcher-chart-container {
margin-left: 4px;
} */
    .improve-area .container {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.cw_cost_quest_ars {
    padding: 15px;
}

.cw_cost_quest_ars .resp_tables {
    padding: 0 5px;
}

.quest_table th.w-45 {
    width: 45%;
}

.quest_table th.w-25 {
    width: 25%;
}

.quest_table th.w-30 {
    width: 30%;
}

.quest_m_custom {
    z-index: 10000;
    padding-left: 0 !important;
}

.quest_m_custom .quest_gen_txt_block p {
    text-align: justify;
}

.quest_m_custom button.close,
.quest_m_custom button.close:hover {
    margin: 0;
    margin-top: -1rem;
    border: 2px solid #fff !important;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    outline: none;
    line-height: 0;
    width: 28px;
    height: 28px;
    padding-top: 0 !important;
}

.absolute-loading {
    position: absolute;
    top: 38%;
    left: 48%;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .quest_m_custom button.close,
    .quest_m_custom button.close:hover {
        margin: 0;
        margin-top: -1rem;
        padding: 0.156rem 0.54rem 0.255rem 0.54rem !important;
        border: 2px solid #fff !important;
        border-radius: 100%;
        color: #114a38 !important;
        right: 17px;
        font-size: 16px;
        outline: none;
    }
    .absolute-loading {
        position: absolute;
        top: 3%;
        left: 41%;
        color: #fff;
    }
    .panel-title .checkmark {
        top: 2px !important;
        left: -14px !important;
        height: 30px;
        width: 30px;
    }
    .panel-title .checkmark:after {
        left: 8px;
        top: 3px;
        width: 8px;
        height: 15px;
    }
}

p.english-version {
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
}

/*==============================Fundraising=========================*/

.va_m {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: -2px;
}

.cust_m_header .modal-header {
    border-bottom: 0;
    padding: 0px;
}

@media only screen and (max-width: 800px) {
    .rmt15 {
        margin-top: 15px;
    }
}

/*==============================Fundraising=========================*/

.hotel-display-modal {
    padding: 0 !important;
    margin: 0 !important;
}

.hotel-display-modal-dialog {
    min-width: 100%;
    margin: 0;
}

.hotel-display-modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

.hotel-display-modal-dialog .modal-body {
    padding: 0;
}

.hotel-display-modal-dialog .close {
    position: relative;
    float: right;
    top: -16px;
    right: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    outline: none;
    border: 0 !important;
}

.hotel-display-modal-dialog .close {
    top: -9px;
}

.hotel-display-modal-dialog .modal-header {
    padding: 10px;
    background: #374357;
    border-color: #374357;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.hotel-display-modal-dialog .modal-title {
    line-height: initial;
    font-size: 16px;
    color: #fff;
}

.hotel-display-modal-dialog .modal-header select.language,
.hotel-display-modal-dialog .modal-header select.language:focus {
    right: 36px;
    top: 5px;
    width: 16%;
}

.hotel-display-modal-body {
    min-height: 597px;
    background: #374357;
}

.text-color-white {
    color: #fff;
}

.text-color-green {
    color: #4acfa2;
}

.text-color-dark-grey {
    color: #384157;
}

.page-container {
    height: 73.5vh;
}

.page-container .displaycontent {
    height: 73.5vh;
}

.page-container .page-top {
    height: 73.5vh;
}

.chakra {
    height: 73.5vh;
}

.chakra h1 span {
    font-size: 45px;
}

.page-container .page-top .container .page-header {
    width: 95%;
}

.page-container .page-bottom .logo-container {
    width: 20vw;
}

.newsticker {
    position: absolute;
    top: 40%;
    width: 100%;
}

.newsticker .ticker__element {
    display: inline-flex;
}

.newsticker > div {
    background-color: #fff !important;
    font-size: 3vh;
}

.newsticker a {
    text-decoration: none;
    color: #384157;
    padding-right: 0;
    white-space: nowrap;
}

.newsticker a,
.newsticker a:hover {
    color: #384157;
    background-color: #fff !important;
    font-size: 3vh;
}

.newsticker a > span {
    color: #4acfa2;
    font-size: 3vh;
}

.newsticker a > span > span {
    color: #374357;
    font-size: 3vh;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .hotel-display-modal-dialog .close {
        top: -15px;
    }
    .hotel-display-modal-dialog .modal-title {
        font-size: 20px;
        padding-top: 0px;
    }
    .hotel-display-modal-dialog .modal-header select.language,
    .hotel-display-modal-dialog .modal-header select.language:focus {
        right: 36px;
        top: 16px;
        width: 50%;
    }
}

.page-container .page-top .container .page-header {
    margin: 0 auto 2vh;
}

canvas#graph {
    display: block;
    width: 670px;
    height: 380px;
}

.bargraph-container-bg {
    background: #fc0;
}

canvas#piegraph {
    display: block;
    width: 200px;
    height: 200px;
}

span.fitty {
    white-space: nowrap;
    display: inline-block;
    font-size: 60.0889px;
}

.page-container .page-top-1 {
    align-items: center;
}

@media screen and (orientation: portrait) {
    .page-container .displaycontent,
    .page-container .displaycontent .hdframe-top,
    .page-container .displaycontent .hdframe-top .chakra,
    .page-container .page-top {
        height: 69vh;
        min-height: 442px;
    }
}

@media only screen and (max-width: 767px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 27%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (max-width: 767px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 27%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 38.8%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 38.8%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 41.6%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .exit-app {
        position: absolute;
        bottom: 0;
        left: 41.6%;
        text-align: center;
        color: #aaa;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .improve-area img.total-wastage-icon {
        margin-left: -42px;
    }
    .improve-area .cw_wastage_tw_v {
        margin-left: -25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .improve-area img.total-wastage-icon {
        margin-left: -42px;
    }
    .improve-area .cw_wastage_tw_v {
        margin-left: -25px;
    }
}

.image-input {
    width: auto;
    border: 0 !important;
    padding: 0 !important;
}

.grey-border {
    border: 1px solid #ddd !important;
}

.fieldset-container {
    padding-right: 0;
    width: 101.75%;
    max-width: 101.75%;
}

@media only screen and (min-width: 1300px) and (max-width: 2053px) {
    .fieldset-container {
        padding-right: 0;
        width: 101.75%;
        max-width: 101.75%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 2053px) {
    .fieldset-container {
        padding-right: 0;
        width: 101.75%;
        max-width: 101.75%;
    }
}

@media only screen and (max-width: 767px) {
    .fieldset-container {
        width: 104.75%;
        max-width: 104.75%;
    }
}

@media only screen and (max-width: 767px) {
    .fieldset-container {
        width: 104.75%;
        max-width: 104.75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fieldset-container {
        width: 103.25%;
        max-width: 103.25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fieldset-container {
        width: 103.25%;
        max-width: 103.25%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .fieldset-container {
        width: 102%;
        max-width: 102%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .fieldset-container {
        width: 102%;
        max-width: 102%;
    }
}

.fieldset-border {
    width: 99.9%;
    border: 1px solid #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ddd;
    box-shadow: 0px 0px 0px 0px #ddd;
}

.fieldset-border legend {
    width: auto;
    color: #374457 !important;
    font-size: 1rem;
}

.disabled-content {
    overflow-y: hidden;
    max-height: 100px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.disabled-content-hide {
    max-height: 0;
}

.disabled-content div {
    pointer-events: none;
    color: #aaa;
}

.facility-matrix {
    padding-bottom: 0;
}

.facility-matrix .checkmark {
    position: absolute;
    top: -3px;
    left: -5px;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border: 3px solid #edeef2;
}

.custpnl_facility_matrix .panel_check {
    padding: 20px 50px 20px 25px;
}

.custpnl_facility_matrix .panel-title > a::before {
    font-family: Line Awesome Free;
    content: "\f068";
    background-color: #dadbdd;
    font-size: 24px;
    color: #374457;
    z-index: 5;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    float: none !important;
    padding: 0;
    margin-top: 0;
    line-height: 24px;
}

.custpnl_facility_matrix .panel-title > a.collapsed::before {
    font-family: Line Awesome Free;
    content: "\f067";
    background-color: transparent;
    font-size: 24px;
    color: #374457;
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 50%;
    line-height: 24px;
    transform: translatey(-50%);
    float: none !important;
    padding: 0;
    margin-top: 0;
    z-index: 5;
    border-radius: 0px 5px 5px 0px;
}

.facility-matrix .container_chck .checkmark:after {
    left: 7px;
    top: -1px;
    width: 8px;
    height: 20px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.facility-matrix .content-container {
    padding-left: 35px;
    font-size: 14px;
}

.facility-matrix-buttons {
    justify-content: center;
    padding-left: 0;
}

.facility-matrix-buttons .cust_btn,
.facility-matrix-buttons .cust_btn:hover {
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
}

button.rbt-close {
    border: 0 !important;
}

.rbt-token,
.rbt-token-active {
    background-color: #4acfa2;
    color: #fff;
}

.rbt-input {
    padding: 0.375rem;
}

.rbt-menu > .dropdown-item:active {
    background-color: #4acfa2;
    color: #fff;
}

.content-center {
    justify-content: center;
}

.green-btn,
.green-btn:hover {
    background: #4acfa2;
    color: #fff;
    outline: none;
    border: 0;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.disable-it {
    opacity: 0.65;
    pointer-events: none;
}

.matrix-sites-map-table-header table,
.matrix-sites-map-table-body table {
    border-collapse: collapse;
    width: 100%;
}

.matrix-sites-map-table-header {
    margin-top: 0;
}

div.matrix-sites-map-table-header {
    margin-left: 10em;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.matrix-sites-map-table-header .first-col {
    position: absolute;
    width: 10rem;
    left: 0;
    top: 0;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    z-index: 999;
    padding: 1.2rem 0 0.8rem 0;
}

.matrix-sites-map-table-header td,
.matrix-sites-map-table-header th {
    margin: 0;
    padding: 13px 15px 12px 15px;
    white-space: nowrap;
    border-bottom: 2px solid #ddd;
}

.matrix-sites-map-table-header tr.first td {
    padding-left: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: bold;
}

.matrix-sites-map-table-header .th-text {
    margin-top: -0.29rem;
}

div.matrix-sites-map-table {
    overflow-x: scroll;
    margin-left: 10em;
    overflow-y: visible;
    border-right: 2px solid #ddd;
}

.matrix-sites-map-table th {
    margin: 0;
    margin-top: -0.1rem;
    padding: 15px 15px 16px 15px;
    white-space: nowrap;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.matrix-sites-map-table td {
    margin: 0;
    padding: 12px 10px 0.99999999rem 18px;
    white-space: nowrap;
    border-bottom: 2px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .matrix-sites-map-table td {
        padding: 12px 10px 0.975rem 18px;
    }
}

@media only screen and (max-width: 767px) {
    .matrix-sites-map-table td {
        padding: 12px 10px 0.975rem 18px;
    }
}

.matrix-sites-map-table .first-col {
    position: absolute;
    width: 10rem;
    left: 0.01rem;
    top: auto;
    background-color: #ddd;
    white-space: nowrap;
    border-right: 2px solid #ddd;
    z-index: 99;
    padding: 1rem 0;
}

.matrix-sites-map-table tr:not(.first) .first-col {
    margin-top: -0.0322265605rem;
    padding: 0.95rem 0;
    border-top: 0.1rem solid #ddd;
}

.matrix-sites-map-table .first-col .th-text:not(.td-content) {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.06rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}

.matrix-sites-map-table .td-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    margin-top: -1.8rem;
}

.matrix-sites-map-table-header tr.first th {
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.matrix-sites-map-table .visible {
    width: 100%;
    z-index: 999;
}

.matrix-sites-map-table .visible .th-text {
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: unset !important;
}

.matrix-sites-map-table .facility-matrix .container_chck input:checked ~ .checkmark,
.matrix-sites-map-table-header .facility-matrix .container_chck input:checked ~ .checkmark {
    background-color: #4acfa2;
    color: #fff;
}

.matrix-sites-map-table-header .facility-matrix .container_chck .not-all-selected,
.matrix-sites-map-table .facility-matrix .container_chck .not-all-selected {
    background-color: #4acfa2 !important;
    color: #4acfa2 !important;
}

.matrix-sites-map-table-header .facility-matrix .container_chck .checkmark:after,
.matrix-sites-map-table .facility-matrix .container_chck .checkmark:after {
    border: 0;
}

.matrix-sites-map-table-header .facility-matrix .checkmark:after,
.matrix-sites-map-table .facility-matrix .checkmark:after {
    content: "X";
    position: absolute;
    left: 40%;
    top: 22%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.matrix-sites-map-table tr.first th.first-col {
    padding: 1.2rem 0 0.8rem 0;
}

.matrix-sites-map-table-header tr.first th.first-col {
    padding: 1.1rem 0 0.7rem 0;
}

.matrix-sites-map-table-header tr.first td {
    padding-bottom: 0.6rem;
}

.box-div {
    width: 100%;
    display: flex;
    border: 1px solid #ddd;
    padding: 10px 5px 5px 5px;
}

@media only screen and (max-width: 767px) {
    .box-div {
        width: 100%;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 10px 5px 5px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .box-div {
        width: 100%;
        display: inline-block;
        border: 1px solid #ddd;
        padding: 10px 5px 5px 5px;
    }
}

.sms-service-error {
    cursor: default;
    text-align: center;
}

.table-row-selected {
    background: #4acfa2;
}

.iconPiggy {
    float: right;
    height: 54px;
    width: 75px;
}

.iconRightBtn {
    float: right;
    background: #ffff;
    border: none;
}

.cost-quest-assign-task-modal {
    background: #262e3b;
}

.cost-quest-assign-task-modal .close {
    margin: 0 !important;
    top: 0.15rem;
    right: 0.15rem;
}

.cost-quest-assign-task-modal-body {
    background-color: #f3f3f3;
    padding-top: 30px;
    border-radius: 10px;
}

.quest_modal_body div.piggy-icon-container,
.cost-quest-assign-task-modal-body div.piggy-icon-container {
    text-align: center;
    margin-bottom: 20px;
}

.quest_modal_body a.piggy-icon-green,
.cost-quest-assign-task-modal-body a.piggy-icon-green {
    padding: 2.6rem 1rem;
    border-radius: 100%;
    background: #4acfa2;
}

.quest_modal_body .p-text-1 {
    font-size: 20px;
}

.cost-quest-assign-task-modal-body .p-text-2,
.quest_modal_body .p-text-2 {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cost-quest-assign-task-modal-body div.piggy-icon-container img {
    min-width: 73px;
    min-height: 78px;
}

.piggy-bank-container {
    position: fixed;
    right: -2.6rem;
    top: 46.6%;
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .piggy-bank-container {
        top: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .piggy-bank-container {
        top: 45%;
    }
}

.piggy-bank-container .dropdown {
    display: inline-flex;
    float: right;
}

.piggy-bank-container .dropdown-toggle::after {
    display: none;
}

.piggy-bank-icon {
    width: 200px;
    cursor: pointer;
    transform: rotate(3deg);
    margin-left: 2rem;
}

.piggy-bank-container .custom-dropdown {
    border-radius: 0 !important;
    padding: 0 !important;
    width: 21.53rem;
    border: 0;
    margin-left: 12rem;
    margin-top: -10.15rem;
    margin-right: 3.1rem;
    transition: width 1s;
}

.piggy-bank-container .custom-dropdown-collapse {
    border-radius: 0 !important;
    padding: 0 !important;
    width: 0;
    border: 0;
    margin-left: 11.9rem;
    margin-top: -10.15rem;
    margin-right: 1rem;
    transition: width 1s;
}

.piggy-bank-container .piggy-bank-popup-container {
    background: #fff;
}

.piggy-bank-container .custom-dropdown .header,
.piggy-bank-container .custom-dropdown-collapse .header {
    background: #374357;
    padding: 0.5rem 0.01rem 0.5rem 0.5rem;
    color: #fff;
    font-size: 20px;
    border: 1px solid #374357;
    border-bottom: 0;
    white-space: nowrap;
}

.piggy-bank-container .close {
    position: relative;
    top: 0.01rem;
    right: 0.5rem;
    display: none;
}

.piggy-bank-container .custom-dropdown .body,
.piggy-bank-container .custom-dropdown-collapse .body {
    padding: 0.5rem;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    height: 13.2rem;
    overflow: hidden;
}

.piggy-bank-container .custom-dropdown .body hr,
.piggy-bank-container .custom-dropdown-collapse .body hr {
    border-width: 2px;
}

.piggy-bank-container .custom-dropdown .body p,
.piggy-bank-container .custom-dropdown-collapse .body p {
    font-family: "RubrikSemiBoldRegular";
    height: 2.2rem;
}

.white-space-nowrap {
    white-space: nowrap;
}

.piggy-bank-container .custom-dropdown .body p.font-weight-normal,
.piggy-bank-container .custom-dropdown-collapse .body p.font-weight-normal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.piggy-bank-container .custom-dropdown .body p.custom-wordspace,
.piggy-bank-container .custom-dropdown-collapse .body p.custom-wordspace {
    font-size: 12px;
    word-spacing: 0.1rem;
}

.piggy-bank-container .custom-dropdown .footer,
.piggy-bank-container .custom-dropdown-collapse .footer {
    background: #ddd;
    padding: 0.5rem 0.5rem 0.5rem 1.99rem;
    color: #114a38;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    border: 1px solid #ccc;
    border-top: 0;
    white-space: nowrap;
}

.piggy-bank-container .custom-dropdown .footer img.frm_question_mark_pop,
.piggy-bank-container .custom-dropdown-collapse .footer img.frm_question_mark_pop {
    position: absolute;
    margin-top: 0;
    margin-left: -1.5rem;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.piggy-bank-container .custom-dropdown .body .checkbox-container,
.piggy-bank-container .custom-dropdown-collapse .body .checkbox-container {
    display: flex;
    margin-bottom: 16px;
}

.piggy-bank-container .custom-dropdown .body .checkmark,
.piggy-bank-container .custom-dropdown-collapse .body .checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 3px solid #edeef2;
}

.piggy-bank-container .custom-dropdown .body .container_chck .checkmark:after,
.piggy-bank-container .custom-dropdown-collapse .body .container_chck .checkmark:after {
    left: 8px;
    top: 0;
    width: 9px;
    height: 18px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.piggy-bank-container .custom-dropdown .body .checkbox-container .content-container,
.piggy-bank-container .custom-dropdown-collapse .body .checkbox-container .content-container {
    margin-left: -1rem;
}

a.go-back-to-cost-watcher {
    background: #ccc;
    text-decoration: none;
    color: #114a38;
    float: none;
    text-align: center;
    border-radius: 5px;
    padding: 6px 5px 3px 5px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

a.go-back-to-cost-watcher > i {
    font-size: 16px;
}

a.cost_quest_reduce,
a.cost_quest_reduce:hover {
    color: #212529;
    text-decoration: none;
}

.how-reduce-cost {
    color: #374357;
}

.make-it-enable {
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin: 0 0 20px 0;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

.make-it-disable {
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin: 0 0 20px 0;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    color: #a6a6a6;
    cursor: not-allowed;
}

/* .chartjs-render-monitor {
background: #f3f3f3 !important;
} */

.header-settings-icon {
    font-size: 22px;
}

/*my green concierge*/

.help_link_icon {
    display: inline-block;
    vertical-align: text-bottom;
}

.position_rel {
    position: relative;
}

.sheading_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.sheading_right span {
    display: inline-block;
    vertical-align: middle;
    color: #b8b8b8;
}

.sheading_right span:last-child {
    border: 1px solid #dadada;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 150px;
    margin-left: 5px;
}

.sheading_right span:last-child a {
    color: #374457;
}

.h_list_heading {
    color: #014a38;
    background: #1acfa2;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.h_list_sec {
    margin: 0;
    padding: 0;
}

.h_list_sec li {
    list-style: none;
    position: relative;
    font-family: "RubrikExtraLight";
    padding-left: 26px;
    font-size: 14px;
    line-height: 18px;
}

.h_list_sec li + li {
    margin-top: 8px;
}

.h_list_sec li:before {
    content: "\f058";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #1acfa2;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 19px;
}

.section_lst .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.section_lst .col-md-3:first-child {
    padding-left: 15px;
}

.section_lst .col-md-3:last-child {
    padding-right: 15px;
}

.graph_l_sec {
    margin-top: 6px;
}

.graph_l_sec .graph_lgd_group,
.graph_l_sec .graph_lgd_group span {
    display: inline-block;
    vertical-align: middle;
    font-family: "RubrikExtraLight";
}

.graph_l_sec .graph_lgd_group + .graph_lgd_group {
    margin-left: 20px;
}

.graph_l_sec .graph_lgd_group .color_dot {
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 150px;
    display: inline-block;
}

.graph_l_sec .graph_lgd_group .lgd_txt {
    margin-left: 3px;
}

.clg {
    background: #f3f3f3;
    color: #374457;
}

.home_acc_section {
    background: #f3f3f3;
    padding: 35px 28px 35px 28px;
}

.h_acc_sec_gen .graph_lgd_group,
.h_acc_sec_gen .graph_lgd_group span {
    display: inline-block;
    vertical-align: middle;
    font-family: "RubrikExtraLight";
}

.h_acc_sec_gen .graph_lgd_group + .graph_lgd_group {
    margin-left: 20px;
}

.h_acc_sec_gen .graph_lgd_group .color_dot {
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 150px;
    display: inline-block;
}

.h_acc_sec_gen .graph_lgd_group .lgd_txt {
    margin-left: 3px;
}

.h_acc_sec_gen div.graph_lgd_group {
    margin-right: 0px;
}

.h_acc_sec_gen div.graph_lgd_group span:first-child {
    margin-right: 0px;
}

.h_acc_grph_heading {
    color: #374457;
    background: #ffffff;
    padding: 10px 5px;
    text-align: center;
    border-radius: 5px;
}

.h_acc_sec_gen .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.h_acc_sec_gen .col-md-3:first-child {
    padding-left: 15px;
}

.h_acc_sec_gen .col-md-3:last-child {
    padding-right: 15px;
}

.h_acc_sec_gen + .h_acc_sec_gen {
    margin-top: 40px;
}

.h_data_list_b .row_full {
    margin-bottom: 19px;
}

.h_data_list_b .fields_txt {
    color: #374357;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}

.h_data_list_b .fields_heading {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.custom_wh_wrap {
    text-align: center;
}

.custom_wh_wrap .col-md-2dot4 {
    padding: 0;
}

.custom_wh_wrap .col-md-2dot4:first-child {
    padding-left: 15px;
}

.custom_wh_wrap .col-md-2dot4:last-child {
    padding-right: 15px;
}

.h_wh_block {
    padding: 20px 10px;
    height: 100%;
    position: relative;
}

.h_wh_block_cara {
    height: 100%;
    position: relative;
}

.h_wh_block_inner {
    height: 100%;
    padding: 20px 0px;
    min-height: 17.8rem;
}

.wc_c_1 {
    background: #00b588;
}

.wc_c_2 {
    background: #00c291;
}

.wc_c_3 {
    background: #00ce9b;
}

.wc_c_4 {
    background: #00dba4;
}

.h_wh_block_heading {
    font-size: 22px;
    line-height: 27px;
    color: #014a38;
    margin-bottom: 0px;
}

.h_wh_block_sheading {
    font-size: 20px;
    color: #014a38;
    font-family: "RubrikExtraLight";
    margin-bottom: 0px;
    min-height: 3.9rem;
}

.h_wh_block_bheading {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0px;
    position: relative;
}

.h_wh_block_bheading sup {
    font-size: 20px;
    line-height: 30px;
    top: -21px;
    display: inline-block;
    margin-left: 5px;
}

p.h_wh_block_small_txt {
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 12px;
    font-family: "RubrikExtraLight";
}

p.h_wh_block_small_txt span {
    font-family: "RubrikSemiBoldRegular";
}

.mb_10 {
    margin-bottom: 16px;
}

.mb_26 {
    margin-bottom: 26px;
}

.skycon-description {
    min-height: 138px;
}

.h_wh_block_nav_item {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #f3f3f3;
    width: 100%;
    padding: 8px 3px;
    font-size: 14px;
    line-height: 14px;
    font-family: "RubrikExtraLight";
}

.custom_wh_wrap .owl-theme .owl-nav {
    display: block !important;
}

.custom_wh_wrap .owl-carousel .owl-nav button.owl-next,
.custom_wh_wrap .owl-carousel .owl-nav button.owl-prev {
    padding: 0 !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 20px;
    color: #999;
    transition: all 0.3s ease-in;
}

.custom_wh_wrap .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    outline: none;
}

.custom_wh_wrap .owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    outline: none;
}

.custom_wh_wrap .owl-carousel .owl-nav button.owl-next span,
.custom_wh_wrap .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.custom_wh_wrap .owl-nav {
    position: absolute;
    left: 0;
    bottom: 19px;
    line-height: 0;
    margin-top: 0;
    width: 100%;
}

.custom_wh_wrap .owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 0px;
    position: absolute;
}

.custom_wh_wrap .owl-carousel .owl-nav .owl-next {
    right: 0;
    top: 0px;
    position: absolute;
}

@media only screen and (max-width: 991px) {
    .custom_wh_wrap .col-md-2dot4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .h_wh_block {
        margin-top: 15px;
        height: auto;
    }
    .sheading_right {
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        font-size: 18px;
    }
    .h_list_block,
    .h_acc_grph_sec {
        margin-top: 15px;
    }
    .section_lst .col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*my gren concierge*/

.pdf-generating-message {
    position: fixed !important;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 9999999999;
    background: #4acfa2;
    padding-top: 25%;
    font-size: 20px;
    overflow: hidden;
}

.pdf-generating-message-container {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    top: 0;
    animation: animatetop 0.4s;
}

.pdf-generating-message-container p {
    font-size: 16px;
}

.pdf-generating-message-container p.pdf-complete {
    font-size: 14px;
}

.pdf-generating-message-container p.pdf-complete > span {
    font-size: 10px;
}

.pdf-generating-message-container img {
    width: 35px;
    height: auto;
}

@keyframes animatetop {
    from {
        top: -30%;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .pdf-generating-message-container {
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        top: 30%;
        animation: animatetop 0.4s;
    }
    @keyframes animatetop {
        from {
            top: -30%;
            opacity: 0;
        }
        to {
            top: 30%;
            opacity: 1;
        }
    }
}

.pdf-view-link,
.pdf-view-link:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/*div#content-top > div.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}*/

.no-sidemenu {
    padding-left: 0;
    padding-right: 0;
}

.modal {
    z-index: 999999 !important;
}

.mobile-nav-bar {
    background: #374357;
    padding: 0.5rem;
    height: 70px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
}

.mobile-nav-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    font-size: 0;
    height: 100%;
}

.mobile-nav-bar li {
    width: calc(100% / 6);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    position: relative;
    transform: translateY(0);
    transition: all 0.2s;
    height: 100%;
}

.mobile-nav-bar li:not(.nav-logo) a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

.nav-logo a {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-nav-bar li:not(.nav-logo):hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.logo-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #374357;
    background: #ffffff;
    display: inline-block;
    vertical-align: bottom;
    padding: 6px;
}

.logo-icon img {
    width: 100%;
    height: auto;
}

.icon__orange {
    color: #fca055;
}

.icon__yellow {
    color: #f6fc60;
}

.icon__navy {
    color: #648cd2;
}

.bg__light-grey {
    background-color: #f3f3f3;
}

.icon__green {
    color: #4acfa2;
}

.mobile-nav-bar-inner {
    max-width: 768px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.mobile-nav-bar-inner ul {
    text-align: center;
}

.report_butler_popup_img {
    display: none;
}

.r_p_conty {
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    padding: 30px;
}

.r_p_header-container {
    padding: 20px;
    background: #fff;
    text-align: center;
    position: relative;
}

.site-logo {
    max-height: 75px;
    text-align: center;
}

.site-logo:first-child {
    height: 90px;
    width: 90px;
    max-height: 90px;
}

.site-logo + .site-logo {
    margin-left: 3rem;
}

.r_p_gen_sec {
    padding: 20px;
    position: relative;
}

.w_header {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.w_mgb-logo {
    text-align: center;
}

.w_mgb-logo img {
    display: inline-block;
    height: 80px;
    width: auto;
}

.box_sq {
    position: relative;
    /* width: 80%; */
    width: 100%;
    margin-bottom: 10px;
}

.box_sq:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.rp_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #374357;
    color: #fff;
    line-height: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp_content.rp_bg_tr {
    background: transparent;
}

.r_p_thumb {
    justify-content: center;
    height: 300px;
    width: 300px;
    text-align: center;
    margin-bottom: 10px;
}

.r_p_thumb_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.rp_content i {
    font-size: 80px;
}

.rp_content a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.rp_content a .r_p_thumb_txt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 16px;
    text-decoration: none;
    padding: 5px;
}

.r_p_thumb_sec div:nth-child(odd).col-6 {
    padding-right: 5px;
}

.r_p_thumb_sec div:nth-child(even).col-6 {
    padding-left: 5px;
}

.r_p_thumb_sec div:nth-child(odd).col-6 .box_sq {
    float: right;
}

.r_p_thumb_sec div:nth-child(even).col-6 .box_sq {
    float: left;
}

.r_p_big_image_conty {
    width: 53.294289897510986vw;
    height: 53.294289897510986vw;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid #fff;
    margin: 0 auto;
}

.r_p_big_image_conty img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg_w {
    background: #ffffff;
}

.r_p_social_ar {
    background: #374357;
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.r_p_social_txt {
    font-size: 20px;
}

.r_p_social_ar_inner span {
    display: inline-block;
    vertical-align: middle;
}

.r_p_social_ar_inner span + span {
    margin-left: 20px;
}

.r_p_social_ar_inner span a {
    font-size: 40px;
    color: #ffffff;
}

.bg__cgreen {
    background: #01ae76;
}

.color__cblue {
    color: #374357;
}

.w_header_blue {
    font-size: 26px;
    text-align: center;
    color: #374357;
    margin-bottom: 0px;
    word-wrap: break-word;
    font-weight:bold;
}
.w_subheader_blue {
    font-size: 18px;
    text-align: center;
    color: #374357;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.r_p_heading_ico {
    font-size: 80px;
}

.r_p_wp_list_section {
    position: relative;
}

.r_p_wp_list_section ul {
    margin: 0;
    padding: 0;
}

.r_p_wp_list_section ul li {
    list-style: none;
}

.r_p_wp_list_section ul li + li {
    margin-top: 15px;
}

.r_p_wp_list_section ul li > span {
    display: inline-block;
    vertical-align: middle;
}

.r_p_wp_list_section ul li > span:first-child {
    width: 45px;
}

.r_p_wp_list_section ul li > span:last-child {
    width: calc(100% - 65px);
    font-family: "RubrikExtraLight";
}

.bg__cyelow {
    background: #f6fc60;
}

.bg_lgr {
    background: #d4d4d4;
}

.bg__cblue {
    background: #648cd2;
}

.r_p_direc_heading {
    position: relative;
}

.r_p_direc_heading span {
    display: inline-block;
    vertical-align: top;
}

.r_p_direc_heading span:first-child {
    width: 50px;
    margin-right: 15px;
}

.r_p_direc_heading span:last-child {
    width: calc(100% - 80px);
}

.r_p_direc_heading_inner {
    font-size: 20px;
    margin-bottom: 0px;
}

.r_p_direc_link {
    color: #01ae76;
    text-decoration: none;
}

.txt_acc {
    margin-top: 20px;
    text-align: justify;
}

.txt_acc_alt {
    text-align: justify;
}

.p_r_list_l {
    margin: 0;
    padding: 0;
}

.p_r_list_l li a {
    text-decoration: none;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.p_r_list_l li a i {
    color: #01ae76;
}

.r_p_mp_ar img {
    width: 100%;
    height: auto;
}

.img_full {
    width: 100%;
    height: auto;
}

.img_full_gallery {
    width: 100%;
    height: 100%;
}

.r_p_temp_graph_ar {
    margin-top: 30px;
}

.r_p_temp_graph_img {
    margin-bottom: 30px;
}

.r_p_temp_graph_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .r_p_temp_graph_ar {
        text-align: center;
    }
    .r_p_temp_graph_img img {
        width: 50%;
        height: auto;
    }
}

.r_p_temp_graph_header {
    font-size: 20px;
    font-family: "RubrikSemiBoldRegular";
    margin-bottom: 0px;
}

.r_p_temp_graph_date {
    font-family: "RubrikExtraLight";
}

.r_p_temp_graph_r {
    color: #ff7260;
    font-size: 4.685212298682284vw;
    font-family: "RubrikSemiBoldRegular";
}

.r_p_temp_graph_rb {
    font-size: 4.685212298682284vw;
    font-family: "RubrikSemiBoldRegular";
}

.r_p_w_bkock .h_wh_block_heading {
    font-size: 26px;
}

.r_p_w_bkock p.h_wh_block_small_txt {
    font-size: 16px;
    line-height: 16px;
}

.report-weather-carousel p.h_wh_block_small_txt {
    font-size: 18px;
    line-height: 20px;
}

.notify_health {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 2px solid #4acfa2;
}

.notify_health span {
    margin-bottom: 20px;
    display: inline-block;
}

.notify_health p {
    margin-bottom: 0px;
    color: #4acfa2;
}

.btm_bell {
    position: relative;
    text-align: right;
    z-index: 9;
}

.btm_bell span {
    width: 95px;
    display: inline-block;
    margin-right: 40px;
    font-family: "RubrikExtraLight";
    font-size: 14px;
}

.custom_btm_bell span {
    position: absolute;
    right: -15px;
    width: 100%;
    top: 0;
}

a.hbb {
    position: absolute;
    right: -20px;
    top: 12px;
}

.custom_btm_bell a.hbb {
    top: -25px;
}

a.hbb-1 {
    position: absolute;
    right: 0;
    top: 35px;
}

.close.clc {
    position: absolute;
    top: -36px;
    right: 6px;
}

.close-popup-circle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px #fff solid;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}

.close-popup-circle:hover {
    color: #000;
}

.r_p_pop_heding {
    font-size: 18px;
}

.r_p_pop_txt {
    font-family: "RubrikExtraLight";
    text-align: justify;
}


a.hbt {
    position: absolute;
    right: 0;
    top: 50px;
}

@media screen and (max-width: 991px) {
    .box_sq {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .r_p_big_image_conty {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
    .r_p_pop {
        width: 90%;
    }

    .report_butler_pop .modal-content {
        height: calc(100vh - 160px) !important;
    }

    .report_butler_popup_img {
        display: block;
        height: 45vh;
        position: fixed;
        left: 0;
        bottom: 10px;
        z-index: 99999999;
    }
}

/*----------------Accordian
-------------------------*/

.acc__card {
    margin-bottom: 10px;
    position: relative;
}

.acc__title {
    background: #374357;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
}

.acc__title::after {
    position: absolute;
    right: 15px;
    content: "\f067";
    font-size: 22px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    content: "\f068";
    font-family: "Line Awesome Free";
    font-size: 22px;
    font-weight: 900;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background: transparent;
    color: #374357;
    margin: 0;
    padding: 2em 0;
    text-align: left;
    font-family: "RubrikExtraLight";
}

.acc__panelNoble {
    background: transparent;
    color: #374357;
    display: block;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    font-family: "RubrikExtraLight";
}

.date-wise-reports {
    margin-top: 30px;
}

.date-wise-reports .date-title {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
}

.date-wise-reports ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.date-wise-reports .report-item,
.date-wise-reports .report-txt-hldr,
.date-wise-reports .action-centr {
    overflow: hidden;
    height: 100%;
}

.date-wise-reports .report-item {
    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 10px;
}

.date-wise-reports .chkbx-wrp {
    width: 9%;
    height: 100%;
    float: left;
    padding: 0 15px;
}

@media screen and (min-width: 700px) {
    .date-wise-reports .chkbx-wrp {
        width: 11%;
    }
}

@media screen and (min-width: 800px) {
    .date-wise-reports .chkbx-wrp {
        width: 9%;
    }
}

@media screen and (max-width: 600px) {
    .date-wise-reports .chkbx-wrp {
        padding: 0px;
    }
}

@media screen and (max-width: 480px) {
    .date-wise-reports .chkbx-wrp {
        width: 19%;
    }
}

.date-wise-reports .chkbx {
    width: 100%;
    text-align: center;
    float: left;
    background: #fff;
    font-size: 30px;
    border: 2px solid #edeef1;
    border-radius: 4px;
}

.date-wise-reports input[type="checkbox"] {
    position: relative;
    width: 100%;
    height: 100%;
}

.date-wise-reports label > input[type="checkbox"]:before {
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content: "";
    letter-spacing: 10px;
    border: 2px solid #edeef1;
    border-radius: 4px;
}

.date-wise-reports .date-wise-reports label > input[type="checkbox"]:before {
    border: 0px;
}

.date-wise-reports label > input[type="checkbox"]:checked:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f17b";
    letter-spacing: 5px;
    top: -28px;
    left: 8px;
}

/* .date-wise-reports .report-txt-hldr {
    width: 69.4% !important;
    float: left;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0px;
    line-height: 1.5;
    margin-left: -30px !important;
} */

.date-wise-reports .report-txt-hldr {
    width: 75% !important;
    float: left;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 0px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    /* .date-wise-reports .report-txt-hldr {
        width: 88% !important;
        padding: 12px 10px;
        line-height: 2.5;
    } */
    .date-wise-reports .report-txt-hldr {
        width: 88% !important;
        padding: 12px 0;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    .date-wise-reports .report-txt-hldr {
        /* width: 81% !important; */
        width: 88% !important;
        line-height: 1.5;
    }
}

.date-wise-reports .report-txt-hldr span {
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .report-txt-hldr span {
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    .date-wise-reports .report-txt-hldr span {
        padding: 0 5px;
    }
}

.date-wise-reports .report-txt-hldr span.rp-hd {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .date-wise-reports .report-txt-hldr span.rp-hd {
        font-size: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 480px) {
    .date-wise-reports .report-txt-hldr span.rp-hd {
        margin-right: 0px;
    }
}

.date-wise-reports .action-centr {
    width: 25%;
    text-align: right;
    height: 66px;
}

@media screen and (max-width: 767px) {
    .date-wise-reports .action-centr {
        width: 100%;
        height: 50px;
    }
}

.date-wise-reports .action-centr .action-hld {
    background: #000;
    width: 33.2%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.action-centr .las {
    font-size: 40px;
    line-height: 1.65;
}

.bg__cOrange {
    background: #f39548;
}

.date-wise-reports .action-centr .action-hld a {
    color: #02513e;
}

.date-wise-reports .action-centr .action-hld i {
    color: #02513e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.date-wise-reports .action-centr .action-hld.mobile {
    background: #00b588;
}

.date-wise-reports .action-centr .action-hld.eye {
    background: #00a87e;
}

.date-wise-reports .action-centr .action-hld.download {
    background: #0cbb90;
}

.date-wise-reports .action-centr .action-hld.print {
    background: #00dba4;
}

.date-wise-reports .action-centr .action-hld.edit {
    background: #374357;
}

.date-wise-reports .action-centr .action-hld.edit a {
    color: #fff;
}

.date-wise-reports .action-centr .action-hld.edit i {
    color: #fff;
}

.date-wise-reports .container_chck {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 20px;
    transform: translatey(-50%);
}

.date-wise-reports .container_chck .checkmark {
    position: absolute;
    top: 12px;
    left: -5px;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 3px solid #edeef2;
}

@media screen and (max-width: 767px) {
    .date-wise-reports .container_chck .checkmark {
        position: absolute;
        top: 12px;
        left: 10px;
        height: 35px;
        width: 35px;
        background-color: #fff;
        border: 3px solid #edeef2;
    }
}

i.back-to {
    position: absolute;
    font-size: 34px;
    left: 0;
    cursor: pointer;
    color: #ddd;
    top: 34%;
}

i.view-report-back-to {
    position: absolute;
    font-size: 34px;
    left: unset;
    cursor: pointer;
    color: #ddd;
}

@media screen and (max-width: 767px) {
    i.view-report-back-to {
        left: 6%;
    }
}

.welcome-report-top-text {
    text-align: center !important;
    line-height: 0.5;
    color: #727685;
}

.nobel-cause .arbg {
    background: #374457 !important;
}

.nobel-cause .panel-title > a,
.nobel-cause .panel-title > a::before {
    background-color: #374457 !important;
    color: #fff !important;
}

.nobel-cause .panel-collapse {
    background: #f3f3f3 !important;
}

.map .panel-collapse {
    background: #f3f3f3 !important;
}

.nobel-cause div.card {
    background-color: #f3f3f3 !important;
}

.nobel-cause .card-header {
    border-radius: 5px !important;
    margin-bottom: 0 !important;
    border: 0px !important;
}

.nobel-cause .panel-title > a.collapsed {
    line-height: 1.7 !important;
}

.nobel-cause .acc__panelNoble {
    background: #f3f3f3 !important;
}

.nobel-cause .panel_check {
    padding: 20px 50px 20px 10px !important;
}

.accordion-body-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

a.r_p_direc_link,
a.r_p_direc_link:not([href]) {
    color: #01ae76;
    text-decoration: none;
}

.direction-section {
    position: relative;
    padding: 20px 20px 10px 20px;
}

.attraction-activities-section {
    position: relative;
    padding: 0 20px 10px 20px;
    margin-top: -10px;
}

.itinerary-submit-btn {
    background-color: #374457;
    color: #fff;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: "RubrikExtraLight";
    margin-top: 2rem;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .itinerary-submit-btn {
        margin-top: 0;
    }
}

.r_p_pdf_top_header {
    border-bottom: 1px solid #ccc;
}

p.r_p_pdf_top_heading {
    font-size: 65px;
    margin: 50px 0 0 0;
    color: #374357;
    line-height: 65px;
}

.r_p_pdf_top_sub_heading {
    font-size: 65px;
    margin: 0px 0 50px;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.rp_room_n_top {
    text-align: right;
    margin: 20px 0;
    position: relative;
}

.rp_room_n_top span {
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #eef0f2;
    font-family: "RubrikExtraLight";
    font-size: 20px;
    color: #374357;
    display: inline-block;
}

.rp_room_n_top span b {
    font-family: "RubrikExtraLight";
    padding-left: 15px;
}

.r_p_top_logo {
    margin: 20px 0 0;
    text-align: right;
}

.r_p_top_logo img {
    display: inline-block;
    width: 210px;
    margin: 30px 0px 20px;
}

.hasgrey {
    background: #ebecee;
}

.rp_pdf_whg_block_heading {
    line-height: 50px;
    font-size: 30px;
    color: #374357;
    margin-bottom: 10px;
}

.rp_pdf_whg_block {
    text-align: center;
    padding: 40px 20px 50px 20px;
    color: #394458;
}

.rp_pdf_whg_1 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.rp_pdf_whg_2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.rp_pdf_whg_3 {
    font-size: 85px;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.rp_pdf_whg_3 sup {
    font-size: 25px;
    position: absolute;
    top: 13px;
}

.rp_pdf_whg_sec .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.rp_pdf_whg_sec .col-md-4:last-child {
    padding-right: 15px;
}

.rp_pdf_whg_sec .col-md-4:first-child {
    padding-left: 15px;
}

.min-height {
    min-height: 120px;
}

.rp_m_heading {
    background: #49ce9a;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    margin: -23px 20px;
}

.rp_pdf_whg_block_alt {
    padding: 40px 20px 50px 20px;
    color: #394458;
    height: 100%;
}

.rp_pdf_list_m {
    padding-left: 18px;
}

.rp_pdf_list_m li {
    font-family: "RubrikExtraLight";
    font-size: 18px;
    margin-bottom: 5px;
}

.brd_red {
    border-bottom: 10px solid #f27160;
}

.brd_green {
    border-bottom: 10px solid #16a87e;
}

.brd_blk {
    border-bottom: 10px solid #364357;
}

.hen-pan,
.hen-pan-header {
    background: #18b78f;
    max-width: 100%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 20px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.hen-pan .chickeh {
    margin: 10px auto;
}

.hen-pan .chickeh,
.hen-pan-header .chickeh {
    border-radius: 50%;
    height: 150px;
    width: 168px;
    position: relative;
}

.hen-pan .chickeh.arrow-down::after {
    border-top-color: #fff;
}

.hen-pan .chickeh::after,
.hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: 0;
    border-top: 20px solid #18b78f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 98%;
}

.hen-pan img,
.hen-pan-header img {
    border: 6px solid white;
}

.hen-pan img,
.hen-pan-header img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.hen-pan p {
    flex-grow: 0;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 40px;
    line-height: 20px;
    font-size: 17px;
}

p.rp_top_r_header_heading {
    font-size: 30px;
    line-height: 30px;
}

p.rp_top_r_header_heading {
    font-size: 30px;
    line-height: 30px;
    color: #374357;
}

p.rp_top_r_header_gen_txt {
    font-size: 18px;
    line-height: 27px;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.r_p_pdf_conty_2nd_sec {
    color: #374357;
    padding: 30px 0;
}

.pr_m_heading {
    font-size: 53px;
    line-height: 60px;
    margin-bottom: 26px;
}

.pr_m_heading span {
    font-family: "RubrikExtraLight";
}

.pr_m_sub_heading {
    font-size: 40px;
    line-height: 40px;
}

.pr_m_gen_txt {
    font-size: 18px;
    line-height: 27px;
    font-family: "RubrikExtraLight";
}

.pledgeImage {
    box-sizing: border-box;
}

.pledgeImage img,
.second-pledgeImage img {
    max-width: 100%;
    min-width: 60%;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    width: 340px;
    height: 340px;
}

.second-pledgeImage {
    position: absolute;
    top: 240px;
    right: 30px;
    z-index: 1;
    margin: 0;
}

.second-pledgeImage img {
    width: 240px;
    height: 240px;
    border: solid 7px #fff;
}

.rp_second_head {
    border-bottom: solid 5px #ebecee;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.rp_tips_block_heading {
    font-size: 0px;
    margin-bottom: 20px;
}

.rp_tips_block_heading span {
    display: inline-block;
    vertical-align: top;
}

.rp_tips_block_heading span:first-child {
    width: calc(100% - 90px);
    font-size: 35px;
    line-height: 35px;
}

.resourceuse-water {
    background: url(../img/dark-water.png) #394458 no-repeat center;
    background-size: 70%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.resourceuse-energy {
    background: url(../img/dark-light.png) #394458 no-repeat center;
    background-size: 70%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.rp_tips_list {
    padding-left: 17px;
}

.rp_tips_list li {
    font-size: 17px;
    font-family: "RubrikExtraLight";
}

p.rp_tips_mid_sub_heading {
    font-size: 20px;
    line-height: 30px;
}

.r_p_pdf_conty_4th_sec {
    color: #374357;
    background: #e7e7e8;
    padding: 15px 15px 15px 80px;
    position: relative;
}

span.rp_left_ico {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

p.rp_b_txt_gen {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
}

span.rp_right_ico {
    position: absolute;
    right: 0;
    top: -156px;
    width: 300px;
}

span.rp_right_ico img {
    width: 100%;
    height: auto;
}

.awards span {
    display: inline-block;
    vertical-align: middle;
}

.awards span + span {
    margin-left: 20px;
}

.awards span img {
    height: 80px;
    width: auto;
}

.awards {
    margin-bottom: 4%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 24px;
}

.r_p_pdf_conty_4th_sec.border_covid {
    background: transparent;
    border: 3px solid #00a87e;
    border-radius: 7px;
    padding: 26px 50px 26px 150px;
    position: relative;
}

.r_p_pdf_conty_4th_sec.border_covid p.rp_b_txt_gen {
    color: #00a87e;
    font-size: 22px;
}

.r_p_pdf_conty_4th_sec.border_covid span {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.pr_site_qrcode {
    text-align: center;
}

.pr_site_qrcode img {
    display: inline-block;
}

.pr_site_qrcode p {
    font-family: "RubrikExtraLight";
    font-size: 14x;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}

.qr-code-container,
.qr-code-container > canvas {
    width: 98%;
    height: auto;
    text-align: center;
}

.qr-code-loader {
    width: 70px;
    height: auto;
}

.whattopack-bullet {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: top;
    color: #39ae76;
}

.box_sq_memories {
    position: relative;
    width: 100%;
}

.box_sq_memories:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.rp_content_memories {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00a87e;
    color: #273346;
    font-family: "RubrikExtraLight";
    line-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.rp_content_memories.rp_bg_tr {
    background: transparent;
}

.r_p_thumb_memories {
    justify-content: center;
    height: 300px;
    width: 300px;
    text-align: center;
    margin-bottom: 10px;
}

.r_p_thumb_inner_memories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding: 15px;
    white-space: break-spaces;
    overflow: hidden;
    text-align: justify;
    font-size: 28px;
    line-height: 1.3;
}

.memory-modal-container {
    width: 27.85rem;
    margin-top: -0.3rem;
    text-align: justify;
    overflow: hidden;
}

.memory-modal-container img {
    border: 10px solid #aaa;
}

.memory-lightbox-arrow {
    position: absolute;
    width: inherit;
    top: 44.5%;
    opacity: 0;
    z-index: 1;
}

.memory-lightbox-left-arrow {
    float: left;
    font-size: 24px;
    color: #fff;
    background: #4acfa2;
    border-radius: 100%;
    padding: 3px;
    margin-left: 4%;
    cursor: pointer;
}

.memory-lightbox-right-arrow {
    float: right;
    font-size: 24px;
    color: #fff;
    background: #4acfa2;
    border-radius: 100%;
    padding: 3px;
    margin-right: 4%;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .r_p_thumb_inner_memories {
        font-size: 0.7rem;
        padding: 14px;
    }
    .memory-modal-container {
        width: 19.2rem;
        font-size: 12px;
    }
}

@media screen and (max-width: 414px) {
    .memory-modal-container {
        width: 22.5rem;
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .memory-modal-container {
        width: 20.05rem;
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .memory-modal-container {
        width: 19.1rem;
        font-size: 12px;
    }
}

.memory-lightbox-left {
    position: relative;
    animation: animateleft 0.2s;
}

.memory-lightbox-right {
    position: relative;
    animation: animateright 0.2s;
}

@keyframes animateleft {
    from {
        left: -27.85rem;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    from {
        right: -27.85rem;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    @keyframes animateleft {
        from {
            left: -19.2rem;
            opacity: 0;
        }
        to {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes animateright {
        from {
            right: -19.2rem;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
}

@media screen and (max-width: 414px) {
    @keyframes animateleft {
        from {
            left: -22.5rem;
            opacity: 0;
        }
        to {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes animateright {
        from {
            right: -22.5rem;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
}

@media screen and (max-width: 375px) {
    @keyframes animateleft {
        from {
            left: -20.05rem;
            opacity: 0;
        }
        to {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes animateright {
        from {
            right: -20.05rem;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
}

@media screen and (max-width: 360px) {
    @keyframes animateleft {
        from {
            left: -19.1rem;
            opacity: 0;
        }
        to {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes animateright {
        from {
            right: -19.1rem;
            opacity: 0;
        }
        to {
            right: 0;
            opacity: 1;
        }
    }
}

.rp_content_memories i {
    font-size: 80px;
}

.rp_content_memories a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-family: "RubrikExtraLight";
    color: #273346;
    font-size: 2.416vw;
    line-height: 2.782vw;
}

.rp_content_memories a .r_p_thumb_txt {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 16px;
    text-decoration: none;
}

.r_p_thumb_sec_memories div:nth-child(odd).col-6 {
    padding-right: 0px;
}

.r_p_thumb_sec_memories div:nth-child(even).col-6 {
    padding-left: 0px;
}

.r_p_thumb_sec_memories div:nth-child(odd).col-6 .box_sq_memories {
    float: right;
}

.r_p_thumb_sec_memories div:nth-child(even).col-6 .box_sq_memories {
    float: left;
}

.w_mgb-logo_memories {
    text-align: center;
    padding-top: 20px;
}

.w_mgb-logo_memories img {
    display: inline-block;
    width: 80px;
}

.w_header_memories {
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}

.r_p_pop_block_memories_text {
    font-family: "RubrikExtraLight";
    position: relative;
    padding-right: 35px;
}

.r_p_pop_block_memories_frm {
    margin-top: 30px;
}

.r_p_pop_block_memories_frm_row label {
    width: 100%;
    font-size: 14px;
}

.r_p_pop_block_memories_frm_row input[type="text"] {
    width: 100%;
    border: 0;
    background: #f3f3f3;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.r_p_pop_block_memories_frm_row textarea {
    width: 100%;
    border: 0;
    background: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    outline: none;
}

.r_p_pop_block_memories_frm_row textarea:focus {
    background: #f3f3f3;
    outline: none;
}

.r_p_pop_block_memories_frm_row input[type="text"]:focus {
    outline: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.btn_memories_upload {
    border-bottom: 1px solid #374357;
    color: #374357;
    background-color: white;
    padding: 0px 0px;
    font-size: 14px;
    font-family: "RubrikExtraLight";
    cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

button.memory_pop_btn {
    background: #374357;
    color: #ffffff;
    border: 0;
    padding: 10px 20px;
    border-radius: 2px;
}

img.clapping_h {
    position: absolute;
    right: -26px;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .box_sq {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .r_p_big_image_conty {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }
    .r_p_pop {
        width: 90%;
    }
    .rp_content_memories a {
        font-size: 12px;
        line-height: 16px;
    }
}

.share-a-memory-container {
    display: inline-block;
    margin: -5% 0;
    width: 100%;
    text-align: center;
}

.share-memory-btn {
    background: #374357;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 15px;
    font-size: 20px;
}

.ring-for-service {
    text-align: center;
    font-size: 26px;
    color: #727685;
}

.ring-for-service-container p {
    color: #727685;
    font-size: 13px;
}

.ring-for-service-container {
    margin: 2% 10%;
    display: inline-block;
    width: 80%;
    text-align: center;
}
.d-inline-grid{
    display: inline-grid;
}
.link-service-name p{
    color: #007bff;
}
.link-service-name:not([href]){
    color: #007bff;
    text-decoration: underline;
}

.ring-for-service-container .one,
.ring-for-service-container .three {
    display: inline-block;
}

.ring-for-service-container .one {
    margin-right: 1%;
}

.ring-for-service-container .three {
    margin-left: 1%;
}

.ring-for-service-container .two {
    display: inline-block;
    margin: auto 26.7%;
}

@media screen and (max-width: 768px) {
    .ring-for-service-container {
        margin: 2% 0;
        width: 100%;
    }
    .ring-for-service-container .two {
        display: inline-block;
        margin: auto 31.2%;
    }
}

@media screen and (max-width: 414px) {
    .ring-for-service-container {
        margin: 2% 0;
        width: 100%;
    }
    .ring-for-service-container .two {
        display: inline-block;
        margin: auto 2%;
    }
}

@media screen and (max-width: 360px) {
    .ring-for-service-container {
        margin: 2% 0;
        width: 100%;
    }
    .ring-for-service-container .two {
        display: inline-block;
        margin: auto 3%;
    }
}

.bell-item {
    padding: 32px 13px;
    background: #4acfa2;
}

.bell-item > i {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 60px;
    vertical-align: middle;
    color: #000;
}

.bell-item > img {
    margin: 0 0.7rem;
}

.memories-gallery-fade-out {
    opacity: 0;
}

.memories-gallery {
    transition: opacity 3s ease-in-out;
}

.memories-qrcode-container {
    margin-top: -5%;
    padding: 0 35%;
}

@media screen and (max-width: 767px) {
    .memories-notify_health {
        margin: 0 5%;
    }
}

.google-map-refresh-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.9;
}

.google-map-refresh-row > i {
    margin-bottom: 5px;
    margin-left: 5px;
    border: 1px solid #4acfa2;
    border-radius: 4px;
    background: #4acfa2;
    color: #fff;
    font-size: 20px;
    padding: 2px;
    cursor: pointer;
}

.google-map-marker-info {
    color: #4acfa2;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

.google-map-marker-label {
    margin-top: 50px;
    padding: 2px;
    border-radius: 3px;
    border: 0.09rem solid #cb3a64;
    background-color: white;
}

.daily-footer-icon {
    width: 24px;
    height: auto;
}

.reward-icon {
    width: 35px;
    height: auto;
    margin: 0 10px;
}

.covid-content {
    display: inline-flex;
}

.covid-plus {
    width: 60px;
    height: 60px;
}

.covid-content .covid-text {
    border: 2px solid #4acfa2;
    color: #4acfa2;
    margin-left: -10px;
    border-radius: 10px;
    padding: 2px 15px;
    vertical-align: middle;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.74;
}

@media screen and (max-width: 767px) {
    .covid-content .covid-text {
        font-size: 0.7rem;
        line-height: 2.4;
    }
}

@media screen and (max-width: 320px) {
    .covid-content .covid-text {
        font-size: 0.58rem;
        line-height: 2.7;
    }
}

.itinenary-chkbox label {
    width: auto !important;
}
*,
::after,
::before {
    box-sizing: border-box;
}

.pdf_wrap {
    width: 210mm;
    height: auto !important;
    margin: 0 auto;
}

.pdf_wrap p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.pdf_wrap .container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 992px) {
    .pdf_wrap .container {
        max-width: 1170px;
    }
}

.pdf_wrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pdf_wrap .col,
.pdf_wrap .col-1,
.pdf_wrap .col-10,
.pdf_wrap .col-11,
.pdf_wrap .col-12,
.pdf_wrap .col-2,
.pdf_wrap .col-3,
.pdf_wrap .col-4,
.pdf_wrap .col-5,
.pdf_wrap .col-6,
.pdf_wrap .col-7,
.pdf_wrap .col-8,
.pdf_wrap .col-9,
.pdf_wrap .col-auto,
.pdf_wrap .col-lg,
.pdf_wrap .col-lg-1,
.pdf_wrap .col-lg-10,
.pdf_wrap .col-lg-11,
.pdf_wrap .col-lg-12,
.pdf_wrap .col-lg-2,
.pdf_wrap .col-lg-3,
.pdf_wrap .col-lg-4,
.pdf_wrap .col-lg-5,
.pdf_wrap .pdf_wrap .col-lg-6,
.pdf_wrap .col-lg-7,
.pdf_wrap .col-lg-8,
.pdf_wrap .col-lg-9,
.pdf_wrap .col-lg-auto,
.pdf_wrap .col-md,
.pdf_wrap .col-md-1,
.pdf_wrap .col-md-10,
.pdf_wrap .col-md-11,
.pdf_wrap .col-md-12,
.pdf_wrap .col-md-2,
.pdf_wrap .col-md-3,
.pdf_wrap .col-md-4,
.pdf_wrap .col-md-5,
.pdf_wrap .col-md-6,
.pdf_wrap .col-md-7,
.pdf_wrap .col-md-8,
.pdf_wrap .col-md-9,
.pdf_wrap .col-md-auto,
.pdf_wrap .col-sm,
.pdf_wrap .col-sm-1,
.pdf_wrap .col-sm-10,
.pdf_wrap .col-sm-11,
.pdf_wrap .col-sm-12,
.pdf_wrap .col-sm-2,
.pdf_wrap .col-sm-3,
.pdf_wrap .col-sm-4,
.pdf_wrap .col-sm-5,
.pdf_wrap .col-sm-6,
.pdf_wrap .col-sm-7,
.pdf_wrap .col-sm-8,
.pdf_wrap .col-sm-9,
.pdf_wrap .col-sm-auto,
.pdf_wrap .col-xl,
.pdf_wrap .col-xl-1,
.pdf_wrap .col-xl-10,
.pdf_wrap .col-xl-11,
.pdf_wrap .col-xl-12,
.pdf_wrap .col-xl-2,
.pdf_wrap .col-xl-3,
.pdf_wrap .col-xl-4,
.pdf_wrap .col-xl-5,
.pdf_wrap .col-xl-6,
.pdf_wrap .col-xl-7,
.pdf_wrap .col-xl-8,
.pdf_wrap .col-xl-9,
.pdf_wrap .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .pdf_wrap .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .pdf_wrap .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .pdf_wrap .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .pdf_wrap .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pdf_wrap .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pdf_wrap .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.pdf_wrap .r_p_pdf_top_header {
    border-bottom: 1px solid #ccc;
}

.pdf_wrap p.r_p_pdf_top_heading {
    font-size: 40px;
    margin: 24px 0 0 0;
    color: #374357;
    line-height: 48px;
}

.pdf_wrap .r_p_pdf_top_sub_heading {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0 15px;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .rp_room_n_top {
    text-align: right;
    margin: 20px 0;
    position: relative;
}

.pdf_wrap .rp_room_n_top span {
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #eef0f2;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    color: #374357;
    display: inline-block;
}

.pdf_wrap .rp_room_n_top span b {
    font-family: "RubrikExtraLight";
    padding-left: 15px;
}

.pdf_wrap .r_p_top_logo {
    margin: 20px 0 0;
    text-align: right;
}

.pdf_wrap .r_p_top_logo img {
    display: inline-block;
    width: 144px;
    margin: 0px 0px 8px;
}

.pdf_wrap .hasgrey {
    background: #ebecee;
}

.pdf_wrap .rp_pdf_whg_block_heading {
    line-height: 50px;
    font-size: 23px;
    color: #374357;
    margin-bottom: 10px;
}

.pdf_wrap .rp_pdf_whg_block {
    text-align: center;
    padding: 10px 20px 34px 20px;
    color: #394458;
}

.pdf_wrap .rp_pdf_whg_1 {
    font-size: 24px;
    line-height: 27px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.pdf_wrap .rp_pdf_whg_2 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .rp_pdf_whg_3 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.pdf_wrap .rp_pdf_whg_3 sup {
    font-size: 25px;
    position: absolute;
    top: 13px;
}

.pdf_wrap .rp_pdf_whg_sec .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.pdf_wrap .rp_pdf_whg_sec .col-md-4:last-child {
    padding-right: 15px;
}

.pdf_wrap .rp_pdf_whg_sec .col-md-4:first-child {
    padding-left: 15px;
}

.pdf_wrap .rp_m_heading {
    background: #49ce9a;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    margin: -23px 20px;
}

.pdf_wrap .rp_pdf_whg_block_alt {
    padding: 40px 20px 24px 20px;
    color: #394458;
    height: 100%;
}

.pdf_wrap .rp_pdf_list_m {
    padding-left: 18px;
    margin: 0px 0;
}

.pdf_wrap .rp_pdf_list_m li {
    font-family: "RubrikExtraLight";
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

.pdf_wrap .brd_red {
    border-bottom: 10px solid #f27160;
}

.pdf_wrap .brd_green {
    border-bottom: 10px solid #16a87e;
}

.pdf_wrap .brd_blk {
    border-bottom: 10px solid #364357;
}

.pdf_wrap .hen-pan,
.pdf_wrap .hen-pan-header {
    background: #18b78f;
    max-width: 100%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 2px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pdf_wrap .hen-pan .chickeh {
    margin: 10px auto;
}

.pdf_wrap .hen-pan .chickeh,
.pdf_wrap .hen-pan-header .chickeh {
    border-radius: 50%;
    height: 140px;
    width: 129px;
    position: relative;
}

.pdf_wrap .hen-pan .chickeh.arrow-down::after {
    border-top-color: #fff;
}

.pdf_wrap .hen-pan .chickeh::after,
.pdf_wrap .hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    position: absolute;
    bottom: 0;
    border-top: 20px solid #18b78f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 89%;
}

.pdf_wrap .hen-pan img,
.pdf_wrap .hen-pan-header img {
    border: 6px solid white;
}

.pdf_wrap .hen-pan img,
.pdf_wrap .hen-pan-header img {
    border-radius: 50%;
    width: 129px;
    height: 129px;
    object-fit: cover;
}

.pdf_wrap .hen-pan p {
    flex-grow: 0;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 12px;
    line-height: 16px;
    font-size: 11px;
}

.pdf_wrap p.rp_top_r_header_heading {
    font-size: 30px;
    line-height: 30px;
}

.pdf_wrap p.rp_top_r_header_heading {
    font-size: 20px;
    line-height: 23px;
    color: #374357;
}

.pdf_wrap p.rp_top_r_header_gen_txt {
    font-size: 12px;
    line-height: 20px;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .r_p_pdf_conty_2nd_sec {
    color: #374357;
    padding: 30px 0;
}

.pdf_wrap .pr_m_heading {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}

.pdf_wrap .pr_m_heading span {
    font-family: "RubrikExtraLight";
}

.pdf_wrap .pr_m_sub_heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.pdf_wrap .pr_m_gen_txt {
    font-size: 16px;
    line-height: 20px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .pledgeImage {
    box-sizing: border-box;
}

.pdf_wrap .pledgeImage img,
.pdf_wrap .second-pledgeImage img {
    max-width: 100%;
    min-width: 60%;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    width: 234px;
    height: 234px;
}

.pdf_wrap .second-pledgeImage {
    position: absolute;
    top: 167px;
    right: 8px;
    z-index: 1;
    margin: 0;
}

.pdf_wrap .second-pledgeImage img {
    width: 180px;
    height: 180px;
    border: solid 7px #fff;
}

.pdf_wrap .rp_second_head {
    border-bottom: solid 5px #ebecee;
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.pdf_wrap .rp_tips_block_heading {
    font-size: 0px;
    margin-bottom: 8px;
}

.pdf_wrap .rp_tips_block_heading span {
    display: inline-block;
    vertical-align: top;
}

.pdf_wrap .rp_tips_block_heading span:first-child {
    width: calc(100% - 90px);
    font-size: 18px;
    line-height: 23px;
}

.pdf_wrap .resourceuse-water {
    background: url(../img/dark-water.png) #394458 no-repeat center;
    background-size: 70%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.pdf_wrap .resourceuse-energy {
    background: url(../img/dark-light.png) #394458 no-repeat center;
    background-size: 70%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.pdf_wrap .rp_tips_list {
    padding-left: 17px;
    margin: 5px 0;
}

.pdf_wrap .rp_tips_list li {
    font-size: 12px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap p.rp_tips_mid_sub_heading {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}

.pdf_wrap .r_p_pdf_conty_4th_sec {
    color: #374357;
    background: #e7e7e8;
    padding: 15px 15px 15px 80px;
    position: relative;
}

.pdf_wrap span.rp_left_ico {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.pdf_wrap p.rp_b_txt_gen {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
}

.pdf_wrap span.rp_right_ico {
    position: absolute;
    right: 0;
    top: -156px;
    width: 300px;
}

.pdf_wrap span.rp_right_ico img {
    width: 100%;
    height: auto;
}

.pdf_wrap .awards span {
    display: inline-block;
    vertical-align: middle;
}

.pdf_wrap .awards span + span {
    margin-left: 20px;
}

.pdf_wrap .awards span img {
    height: 70px;
    width: auto;
}

.pdf_wrap .awards {
    margin-bottom: 4%;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 24px;
}

.pdf_wrap .r_p_pdf_conty_4th_sec.border_covid {
    background: transparent;
    border: 2px solid #00a87e;
    border-radius: 7px;
    padding: 10px 50px 10px 150px;
    position: relative;
}

.pdf_wrap .r_p_pdf_conty_4th_sec.border_covid p.rp_b_txt_gen {
    color: #00a87e;
    font-size: 15px;
}

.pdf_wrap .r_p_pdf_conty_4th_sec.border_covid span {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 11px;
}

.pdf_wrap .pr_site_qrcode {
    text-align: center;
}

.pdf_wrap .pr_site_qrcode img {
    display: inline-block;
    width: 78%;
}

.pdf_wrap .pr_site_qrcode p {
    font-family: "RubrikExtraLight";
    line-height: 15px;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
}

.pdf_wrap .quest_m_h_header {
    background: #374357;
    padding: 2rem 2rem;
    max-height: 90px;
    margin: 0;
}

.pdf_wrap .quest_m_h_title {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.pdf_wrap .qmh-btll {
    border-radius: 3px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    margin-top: -15px;
    white-space: nowrap;
    width: 15rem;
    position: relative;
    float: right;
    left: 0;
}

.pdf_wrap .quest_m_heading {
    font-size: 24px;
    line-height: 24px;
    color: #374357;
    margin-bottom: 0;
}

.pdf_wrap p {
    text-align: justify;
    font-size: 24px;
}

.pdf_wrap .quest_m_box_bot_txt,
.pdf_wrap .quest_m_box_top_big_text {
    text-align: center;
}

.quest_m_heading_block {
    padding-bottom: 24px;
    border-bottom: 1px solid #979797;
}

.pdf_wrap .quest_custom_fg label {
    font-size: 20px;
    line-height: 20px;
    color: #a6a6a6;
    text-transform: uppercase;
    white-space: nowrap;
}

.pdf_wrap .quest_custom_fg p.quest_fg_ans {
    font-size: 20px;
    line-height: 20px;
    color: #374357;
    white-space: nowrap;
}

.pdf_wrap .quest_block_gen {
    padding: 15px;
}

.pdf_wrap .fixed-width-mobile {
    width: 160px;
    margin-right: 100px;
}

.pdf_wrap .fixed-width {
    width: 160px;
    margin-right: 0;
}

.pdf_wrap .quest_pb0 {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 3.5%;
}

.pdf_wrap .col-md-2dot4 {
    max-width: 153px;
    padding: 12px;
}

.pdf_wrap p.quest_m_box_top_small_text {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.pdf_wrap p.quest_m_box_bot_txt {
    font-size: 16px;
    text-align: center;
}

/*----------------daily_Accordian-------------------------*/

.d_r_acc_block .acc__card {
    margin-bottom: 10px;
    position: relative;
}

.d_r_acc_block .acc__title {
    background: #374357;
    color: #ffffff;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
}

.d_r_acc_block .acc__title::after {
    position: absolute;
    right: 15px;
    content: "\f067";
    font-size: 22px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #00a87e;
}

.d_r_acc_block .acc__title.active::after {
    content: "\f068";
    font-family: "Line Awesome Free";
    font-size: 22px;
    font-weight: 900;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #00a87e;
}

.d_r_acc_block .acc__panel {
    background: transparent;
    color: #374357;
    display: none;
    margin: 0;
    padding: 2em 0;
    text-align: left;
    font-family: "RubrikExtraLight";
}

.blue {
    background-color: #374357;
    padding-bottom: 20px;
    padding-top: 4px;
    margin-bottom: 20px;
}

div#mobile-weather-wrapper {
    width: 300px;
    margin: 0 auto;
}

.dr_kc_block_top h2.fitty-52 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "RubrikSemiBoldRegular";
    margin-bottom: 30px;
    margin-top: 10px;
}

.dr_kc_block_top h2 span.green {
    color: #4acfa2;
}

div.mobile-weather-wrapper {
    width: 400px;
    margin: 0 auto;
}

.dr_kc_block_top .page-contents {
    display: flex;
    justify-content: center;
}

.dr_kc_block_top .page-contents .widgets-wrap {
    width: 100%;
}

.dr_kc_block_top .widgets-wrap:before {
    content: "";
    display: block;
    clear: both;
}

.dr_kc_block_top .widgets-wrap .left {
    width: 68%;
    float: left;
}

.dr_kc_block_top .page-contents .cardwrap {
    display: flex;
}

.dr_kc_block_top .card {
    padding: 2rem;
    height: 100%;
    position: relative;
}

.dr_kc_block_top .weather-card {
    text-align: center;
}

.dr_kc_block_top .weathercard {
    width: 100%;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 9px;
    padding: 17px;
    height: 200px;
    display: flex;
    justify-content: center;
}

.nobel-cause .white-block div.card {
    background-color: #fff !important;
}

.white-bg { 
  background-color: #fff !important;
}

.dr_kc_block_top .page-contents .cardwrap .weathercard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dr_kc_block_top .weathercard .card--subHeader {
    font-size: 19px;
    text-transform: capitalize;
}

.dr_kc_block_top .card--subHeader {
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.dr_kc_block_top .page-contents .cardwrap .weathercard .card--temperature {
    color: #374357;
}

.dr_kc_block_top .card--temperature {
    color: white;
    display: block;
    padding: 1rem 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "RubrikSemiBoldRegular";
    
}

.dr_kc_block_top .page-contents .cardwrap .weathercard .card--temperature {
    color: #374357;
}

.dr_kc_block_top .rigth-tp-card {
    width: 35%;
    float: left;
}

.dr_kc_block_top .rigth-tp-card .simply-card {
    padding: 15px 0px 0px 0px;
    background: #4acfa2;
    border-radius: 4px;
    text-align: center;
}

.dr_kc_block_top .rigth-tp-card .simply-card:first-child {
    margin-bottom: 12px;
}

.dr_kc_block_top .page-contents .cardwrap .rigth-tp-card .simply-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 47%;
}

.dr_kc_block_top .rigth-tp-card .simply-card h2 {
    color: #004c37;
}

.dr_kc_block_top .rigth-tp-card .simply-card h2 {
    font-size: 23px;
    margin-bottom: 10px !important;
    line-height: 5px;
    font-family: "RubrikSemiBoldRegular";
}

@media only screen and (max-width: 767px) {
    .dr_kc_block_top .rigth-tp-card .simply-card h2 {
        font-size: 16px;
    }
}

.dr_kc_block_top .page-contents .cardwrap .rigth-tp-card .simply-card p {
    margin-top: 0px;
    color: #004c37;
    font-size: 9px;
    line-height: 1;
}

.dr_kc_block_top .page-contents .right {
    flex-basis: 70%;
}

.dr_kc_block_top .page-contents .right {
    display: flex;
    align-items: center;
}

.dr_kc_block_top .widgets-wrap .right {
    width: 30%;
    float: right;
    position: relative;
}

.dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1 {
    position: relative;
    border: 0.2vw solid #f00;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: radial-gradient(12em 5em at 0% 50%, #f00 13%, transparent 0%), radial-gradient(12em 5em at 100% 50%, #f00 13%, transparent 0%), radial-gradient(5em 12em at 50% 0%, #f00 13%, transparent 0%), radial-gradient(5em 12em at 50% 100%, #f00 13%, transparent 0%);
    color: #f00;
}

.dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1.white1 {
    border-color: #ffffff;
    color: #ffffff;
    background: radial-gradient(12em 1.5em at 0% 50%, #ffffff 9%, transparent 0%), radial-gradient(12em 1.5em at 100% 50%, #ffffff 9%, transparent 0%), radial-gradient(1.5em 12em at 50% 0%, #ffffff 13%, transparent 0%), radial-gradient(1.5em 12em at 50% 100%, #ffffff 13%, transparent 0%);
}

@media only screen and (max-width: 767px) {
    .dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1 {
        background: radial-gradient(10em 5em at 0% 50%, #f00 13%, transparent 0%), radial-gradient(10em 5em at 100% 50%, #f00 13%, transparent 0%), radial-gradient(5em 10em at 50% 0%, #f00 13%, transparent 0%), radial-gradient(5em 10em at 50% 100%, #f00 13%, transparent 0%);
    }

    .dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1.white1 {
        background: radial-gradient(10em 1.5em at 0% 50%, #ffffff 9%, transparent 0%), radial-gradient(10em 1.5em at 100% 50%, #ffffff 9%, transparent 0%), radial-gradient(1.5em 10em at 50% 0%, #ffffff 13%, transparent 0%), radial-gradient(1.5em 10em at 50% 100%, #ffffff 13%, transparent 0%);
    }
}

.dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1 .dotcircle1 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 0 15%;
    border: 2px dashed;
    border-radius: 50%;
    font-size: 16px;
}

.dr_kc_block_top .page-contents .circle-wrapper1 .fullcircle1 .dotcircle1 > div {
    width: 100%;
}

.dr_kc_block_top .page-contents span.fitty {
    white-space: nowrap;
    display: inline-block;
    font-size: 14px !important;
    width: 100%;
    text-align: center;
}

.dr_kc_block_top .circle-footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    word-wrap: break-word;
}

.dr_kc_block_top .circle-footer span {
    font-size: 13px;
    line-height: 1;
}

p.dr_cf_block_heading {
    text-align: center;
    font-family: "RubrikSemiBoldRegular";
}

.dr_cf_block_btn_sec ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.dr_cf_block_btn_sec ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 2px 4px 2px;
}

/* .dr_cf_block_btn_sec ul li+li {
    margin-left: 5px;
} */

.dr_cf_block_btn_sec ul li a {
    background: #dadbdd;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #374357;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    min-width: 6.25rem;
}

@media screen and (max-width: 767px) {
    .dr_cf_block_btn_sec ul li a {
        min-width: 6.7rem;
    }

    .dr_kc_block_top .page-contents span.fitty {
        font-size: 10px !important;
        line-height: 3;
    }
}

@media screen and (max-width: 414px) {
    .dr_cf_block_btn_sec ul li a {
        min-width: 7.5rem;
    }
}

@media screen and (max-width: 375px) {
    .dr_cf_block_btn_sec ul li a {
        min-width: 6.7rem;
    }
}

@media screen and (max-width: 360px) {
    .dr_cf_block_btn_sec ul li a {
        min-width: 6.4rem;
    }
}

@media screen and (max-width: 320px) {
    .dr_cf_block_btn_sec ul li a {
        min-width: 5.58rem;
    }
}

.dr_cf_block_btn_sec ul li a:hover,
.dr_cf_block_btn_sec ul li a.active {
    background: #4acfa2;
}

.dr_list_blck {
    margin-top: 30px;
}

.dr_list_blck_heading {
    font-family: "RubrikSemiBoldRegular";
    margin-top: 30px;
}

.dr_memory_block .r_p_gen_sec {
    padding: 0 0 20px 0;
    position: relative;
}

.dr_memory_block .r_p_gen_sec_alt {
    padding: 20px 0 0 0;
    position: relative;
}

.dr_memory_block .w_mgb-logo_memories {
    text-align: center;
    padding-top: 0px;
}

.dr_memory_block .w_header_memories {
    font-family: "RubrikSemiBoldRegular";
}

a.r_p_memory_btn,
a.r_p_memory_btn:hover {
    background-color: #21553e;
    color: #fff
}

.dr_box_sq_memories {
    position: relative;
    width: 100%;
}

.dr_box_sq_memories:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

a.r_p_memory_btn {
    background: #21553e;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    border-radius: 10px;
    font-family: "RubrikSemiBoldRegular";
}

.r_p_memory_btn_ar {
    margin-top: 30px;
}

.bubble-message-container {
    /* width: 70%; */
    margin: 0rem auto;
    background-color: #4acfa2;
    /* padding: 2rem; */
    padding: 0 15px 20px 15px;
}

.chickeh-arrow-right1 {
    border-radius: 50%;
    height: 140px;
    width: 138px;
    position: relative;
}

.chickeh-arrow-right1 img {
    border: 6px solid white;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.chickeh-arrow-right1:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 97%;
}

.bubble-message-container p {
    font-size: 15px;
    color: #fff;
}

.dr_box_sq {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.dr_box_sq:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.dr_rp_content_thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #999;
    /*   display: flex;
  align-items: center; */
    line-height: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr_r_p_thumb_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.dr_rp_content_thumb i {
    font-size: 80px;
}

.dr_rp_content_thumb a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.dr_rp_content_thumb a .dr_r_p_thumb_txt {
    font-size: 20px;
    color: #374357;
    margin-bottom: 16px;
    text-decoration: none;
    font-family: "RubrikSemiBoldRegular";
}

.dr_redource_uses_block_top_first{
    text-align: center;
    background-color: #374457;
    color: #fff;
    padding: 22px 0px;
    margin: 0px 20px 20px;
}
.dr_redource_uses_block_top_first p{
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 17px;
    font-family: "RubrikExtraLight";
}
.dr_redource_uses_block_top_first p:first-child{
    color: #4acfa2;
}

.dr_redource_uses_block_bot div:nth-child(odd).col-6 {
    padding-right: 5px;
}

.dr_redource_uses_block_bot div:nth-child(even).col-6 {
    padding-left: 5px;
}

.dr_redource_uses_block_bot div:nth-child(odd).col-6 .dr_box_sq {
    float: right;
}

.dr_redource_uses_block_bot div:nth-child(even).col-6 .dr_box_sq {
    float: left;
}

.dr_r_p_thumb_inner img {
    width: 60px;
    display: inline-block;
}

.dr_color_1 {  /* elect */
    background: #FAAF3F;
}

.dr_color_2 { /* gas */
    background: #00A69D;
}

.dr_color_3 { /* Water */
    background: #27A9E0;
}
.dr_color_7 { /* Hot Water */
    background: #FB623A;
}

.dr_color_4 { /* Fire Wood */
    background: #D6DE23;
}

.dr_color_5 { /* Laundry */
    background: #ed2a7b;  
}

.dr_color_6 { /* Food Waste */
    background: #c3996b;
}

.dr_redource_uses_block_bot {
    margin-top: 30px;
}

.r_p_gen_sec_fr {
    padding: 20px 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .dr_kc_block_top div.mobile-weather-wrapper {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .bubble-message-container {
        width: 100%;
    }
    .chickeh-arrow-right1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .chickeh-arrow-right1 {
        height: auto;
        width: 100%;
    }
    .chickeh-arrow-right1:after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid white;
    }
    .dr_box_sq {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
}

.dr_cit_list {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.dr_cit_list li {
    position: relative;
}

.dr_cit_list li a {
    text-decoration: none;
    color: #374357;
    font-family: "RubrikExtraLight";
}

.dr_cit_list li a i {
    color: #01ae76;
}

.green-square-commfort-icon {
    font-size: 32px;
    vertical-align: middle;
    color: #4acfa2;
    cursor: pointer;
}

li.comfort-top-lavel > a.active {
    background: #4acfa2;
}

.daily-report-home-qrc-container {
    width: 12rem;
}

.custom-row {
    margin: 0 !important;
}

.daily-report-home-qrc-container a.hbb-1 {
    position: absolute;
    right: 0;
    top: 28%;
}

.report-no-record {
    min-height: 7rem;
    z-index: 99;
    padding-top: 3rem;
    text-align: center;
}

.dr_img_top {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
}

.dr_graph_tab {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.dr_graph_tab li {
    list-style: none;
    display: inline-block;
    width: calc((100% - 5px) / 2);
}

.dr_graph_tab li + li {
    margin-left: 5px;
}

.dr_graph_tab li a {
    font-size: 16px;
    display: block;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-family: "RubrikExtraLight";
    color: #374457;
    text-decoration: none;
    padding: 15px;
    transition: all 0.3s ease-in;
}

.dr_graph_tab li a:hover,
.dr_graph_tab li a.current {
    background: #374457;
    color: #ffffff;
}

.dr_graph_block_section {
    position: relative;
    display: none;
}

.dr_graph_block_section.current {
    display: block;
}

.dr_graph_block_conty {
    margin: 30px 0 0 0;
}
.dr_graph_block_cost{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -30px;
}

p.gr_graph_block_table_heading {
    text-align: center;
    background: #4acfa2;
    border-radius: 3px;
    padding: 10px;
    color: #ffffff;
}

p.dr_t_h {
    text-align: center;
    line-height: 18px;
    color: #374357;
    word-wrap: break-word;
}

p.dr_t_c {
    text-align: center;
    margin-bottom: 0;
    background: #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 23px;
    color: #374357;
}

.dr_graph_block_table_inner {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.dr_graph_block_table {
    margin-top: 30px;
}

.dr_graph_block_table_inner .row .col-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.dr_graph_block_table_inner .row .col-3:first-child {
    padding-left: 15px;
}

.dr_graph_block_table_inner .row .col-3:last-child {
    padding-right: 15px;
}

p.dr_t_b {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 16px;
    color: #374357;
}

@media screen and (max-width: 767px) {
    .dr_kc_block_top div.mobile-weather-wrapper {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .bubble-message-container {
        width: 100%;
    }
    .chickeh-arrow-right1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .chickeh-arrow-right1 {
        height: auto;
        width: 100%;
    }
    .chickeh-arrow-right1:after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid white;
    }
    .dr_box_sq {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    p.dr_t_c {
        font-size: 15px;
        line-height: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    p.dr_t_h {
        font-size: 12px;
        line-height: 14px;
    }
}

a.m_right_dot {
    font-size: 33px;
    color: #00a87e;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.m_right_dot_menu_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.m_right_dot_menu_wrap ul li {
    margin: 0 40%;
}

.slide_menu_list {
    padding: 20px;
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #374357;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.open-menu .slide_menu_list {
    display: block;
}

.b_m_list li + li {
    margin-top: 20px;
}

.b_m_list li a img {
    height: 35px;
}

.pl-custom {
    padding-left: 5.296831369400024858151709850062616169452667236328125% !important;
}

@media screen and (max-width: 767px) {
    .mobile-nav-bar.fdot_icon li {
        width: calc(95% / 5);
    }
}

.slide_menu_list li:not(.nav-logo):hover {
    transform: none;
    text-decoration: none;
}

.l_r_hen-pan,
.l_r_hen-pan-header {
    background: #4acfa2;
    max-width: 95%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 20px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.l_r_hen-pan-header {
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    margin-bottom: 0;
}

.l_r_hen-pan-header .l_r_chickeh {
    border-radius: 50%;
    height: 140px;
    width: 138px;
    position: relative;
}

.l_r_hen-pan-header .l_r_chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.l_r_hen-pan-header p {
    max-width: 70%;
    flex-grow: 0;
    padding-left: 30px;
    margin: 0;
    line-height: 20px;
    font-size: 17px;
    font-family: "RubrikExtraLight";
}

.l_r_hen-pan-header img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.l_r_hen-pan-header img {
    border: 6px solid white;
}

.lr_top_notification {
    background: #fff;
    margin: 25px 0;
    text-align: center;
    padding: 30px 50px;
    border-radius: 3px;
}

.lr_hand_icon {
    color: #eb594b;
    font-size: 33px;
    display: inline-block;
}

.lr_notification_txt {
    color: #eb594b;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 0;
}

.lr_feedback_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.lr_feedback_block_header {
    text-align: center;
    width: 90%;
}

.lr_feedback_block_header img {
    width: 70%;
}

p.lr_feedback_block_top_txt {
    font-size: 18px;
    color: #374357;
}

.lr_gr {
    font-family: "RubrikSemiBoldRegular";
    color: #00a87e;
}

.lr_red {
    font-family: "RubrikSemiBoldRegular";
    color: #fd695a;
}

.lr_feedback_block_top_icons {
    position: relative;
}

.like-dislike-img {
    cursor: pointer;
}

.lr_feedback_block_top_icons span {
    display: inline-block;
    vertical-align: middle;
}

.lr_feedback_block_top_icons span img {
    width: 50px;
    height: 50px;
}

.lr_feedback_block_top_icons span + span {
    margin-left: 15px;
}

.lr_feedback_block_frm_block_row label {
    width: 100%;
    font-family: "RubrikSemiBoldRegular";
    color: #374357;
}

.lr_feedback_block_frm_block_row textarea {
    width: 100%;
}

.lr_feedback_block_frm_block_row a {
    color: #374357;
    text-decoration: underline;
}

.lr_feedback_block_frm_block {
    width: 90%;
    margin-top: 30px;
}

.lr_feedback_block_cnt_block_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lr_feedback_block_cnt_block_row .text-success,
.lr_feedback_block_cnt_block_row .text-danger {
    font-family: "RubrikSemiBoldRegular";
    font-size: 1.5rem;
}

.lr_feedback_block_frm_block_row .lr_feedback_block_frm_yn label {
    width: auto;
    margin-bottom: 0;
}

.lr_feedback_block_frm_yn span {
    display: inline-block;
    vertical-align: middle;
}

.lr_feedback_block_frm_yn span + span {
    margin-left: 10px;
}

.btn--no {
    color: #374357;
}

.ynbtn:hover,
.ynbtn:focus {
    opacity: 1;
    outline: none;
}

label.ynbtn {
    opacity: 0.3;
}

label.ynbtn:hover,
input:focus + label.ynbtn {
    opacity: 0.3;
}

input:focus + label.ynbtn {
    outline: thin dotted;
}

input:checked + label.ynbtn {
    opacity: 1;
}

.is-hidden {
    opacity: 0;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .lr_notification_txt {
        padding: 0;
    }
    .lr_top_notification {
        padding: 30px;
    }
}

.fr_btn_ar {
    margin-bottom: 10px;
}

a.fr_btn {
    background: #4acfa2;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    border-radius: 5px;
    font-family: "RubrikSemiBoldRegular";
}

.lr_b_txt {
    color: #374357;
    font-size: 34px;
    line-height: 36px;
    font-family: "RubrikSemiBoldRegular";
}

.lr_gen_txt {
    color: #374357;
}

.lr_txt_c_2 {
    color: #19cfa2;
}

.lr_txt_c_3 {
    color: #ff7260;
}

.dr_perb_c.bgrc {
    background: #374357;
}

.fr_block_table_inner {
    font-family: "RubrikSemiBoldRegular";
}

/*==============================daily_report_pdf=======================*/

.dr_web_30 {
    width: 30%;
}

.dr_web_40 {
    width: 40%;
}

.dr_web_50 {
    width: 40%;
}

.dr_web_80 {
    width: 80%;
}

.c {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* +++++++++++++++++++++++++ */

.pdf_wrap {
    width: 210mm;
    height: 295mm;
    overflow: hidden;
    margin: 0 auto;
}

.pdf_wrap .d_r_pdf_conty_header {
    position: relative;
    padding: 10px 0;
}

.pdf_wrap .d_r_pdf_conty_header_left {
    position: relative;
}

.d_r_top_logo {
    margin-top: -0.7rem;
    margin-left: -0.3rem;
}

.pdf_wrap .d_r_top_logo img {
    height: 90px;
}

.pdf_wrap .d_r_pdf_top_heading {
    font-size: 40px;
    color: #374357;
    line-height: 45px;
    margin-top: 4px;
}

.pdf_wrap .d_r_room_n_top {
    text-align: right;
    margin: 0 0 20px 0;
    position: relative;
}

.pdf_wrap .d_r_room_n_top span {
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #eef0f2;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    color: #374357;
    display: inline-block;
}

.pdf_wrap .d_r_room_n_top span b {
    font-family: "RubrikExtraLight";
    padding-left: 15px;
}

.pdf_wrap .hen-pan-header .chickeh {
    height: 100px;
    width: 100px;
}

.pdf_wrap .hen-pan-header {
    background: #00a87e;
    max-width: 95%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 5px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.pdf_wrap .hen-pan-header {
    max-width: 100%;
    display: flex;
    margin-bottom: 0;
}

.pdf_wrap .chickeh {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
}

.pdf_wrap .hen-pan-header img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.pdf_wrap .hen-pan-header img {
    border: 6px solid white;
}

.pdf_wrap .hen-pan-header p {
    max-width: 70%;
    flex-grow: 0;
    padding-left: 30px;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 96%;
}

.pdf_wrap .d_r_qr_code img {
    width: 100%;
    height: auto;
}

.pdf_wrap .d_r_qr_code_txt {
    font-family: "RubrikExtraLight";
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #374357;
}

.pdf_wrap .d_r_wh_orcst {
    position: relative;
    top: 0;
    left: 15px;
}

.pdf_wrap .d_r_wh_orcst span {
    display: inline-block;
    vertical-align: middle;
}

.pdf_wrap .d_r_wh_orcst > span:first-child {
    border: 1px solid #ecedee;
    border-radius: 5px;
    overflow: hidden;
}

.pdf_wrap span.d_r_wh_orcst_img {
    height: 33px;
    background: #f27261;
    padding: 5px;
}

.pdf_wrap span.d_r_wh_orcst_img img {
    height: 100%;
}

.pdf_wrap span.d_r_wh_orcst_txt {
    padding: 0 10px;
    color: #374357;
}

.pdf_wrap span.d_r_wh_orcst_btxt {
    color: #374357;
    font-size: 18px;
    margin-left: 20px;
}

.pdf_wrap .d_r_pdf_whg_block {
    text-align: center;
    padding: 10px 10px 17px 10px;
    color: #394458;
}

.pdf_wrap .d_r_pdf_whg_1 {
    font-size: 24px;
    line-height: 27px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.pdf_wrap .d_r_pdf_whg_2 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .d_r_pdf_whg_3 {
    font-size: 53px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
}

.pdf_wrap .d_r_pdf_whg_3 sup {
    font-size: 25px;
    position: absolute;
    top: 13px;
}

.pdf_wrap .d_r_pdf_whg_sec .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.pdf_wrap .d_r_pdf_whg_sec .col-md-3:last-child {
    padding-right: 15px;
}

.pdf_wrap .d_r_pdf_whg_sec .col-md-3:first-child {
    padding-left: 15px;
}

.pdf_wrap .d_r_m_heading {
    background: #49ce9a;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    margin: -23px 20px;
}

.pdf_wrap .d_r_pdf_whg_block_alt {
    padding: 32px 10px 24px 10px;
    color: #394458;
    height: 100%;
}

.pdf_wrap .d_r_pdf_whg_block_alt.pb10 {
    padding-bottom: 10px;
}

.pdf_wrap .d_r_pdf_list_m {
    padding-left: 18px;
    margin: 0;
}

.pdf_wrap .d_r_pdf_list_m li {
    font-family: "RubrikExtraLight";
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

.pdf_wrap .brd_blue {
    border-bottom: 10px solid #678ac6;
}

.pdf_wrap li.d_r_img_thumb {
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

.pdf_wrap .henwiget {
    text-align: center;
    padding: 0 10px;
}

.pdf_wrap .henwiget .chickeh {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.pdf_wrap .henwiget .chickeh.arrow-down {
    margin: 0 auto 18px;
}

.henwiget img {
    border-radius: 50%;
    object-fit: cover;
}

.pdf_wrap .henwiget img {
    width: 100%;
    height: 100%;
}

.pdf_wrap .henwiget .chickeh.arrow-down img {
    border: 6px solid #18b78f;
}

.pdf_wrap .henwiget .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.pdf_wrap .henwiget .chickeh.arrow-down::after {
    border-top: 15px solid #18b78f;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 95%;
}

.pdf_wrap p.d_r_henwiget_txt {
    font-family: "RubrikSemiBoldRegular";
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 0;
}

.pdf_wrap .d_r_pdf_feedback_header {
    padding: 12px 0;
}

p.d_r_pdf_feedback_header_txt {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 0;
}

.pdf_wrap .d_r_scale_block {
    font-size: 0;
}

.pdf_wrap .d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.pdf_wrap .d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.pdf_wrap .d_r_scale_block div:first-child {
    width: 38px;
}

.pdf_wrap .d_r_scale_block div:last-child {
    width: calc(100% - 38px);
    font-size: 16px;
    padding-left: 5px;
}

.pdf_wrap .d_r_scale_block div:last-child p {
    margin-bottom: 0px;
    font-size: 9px;
}

.pdf_wrap .d_r_scale_block div:first-child img {
    width: 100%;
}

.pdf_wrap .d_r_pdf_feedback_conty_header {
    text-align: center;
    background: #ebecee;
    padding: 9px 0;
    margin-bottom: 13px;
    border-radius: 5px;
}

.pdf_wrap .d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner,
d_r_pdf_feedback_conty_header_inner span {
    display: inline-block;
    vertical-align: middle;
}

.pdf_wrap .d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner + div.d_r_pdf_feedback_conty_header_inner {
    margin-left: 15px;
}

.pdf_wrap .d_r_pdf_feedback_conty_header_inner span img {
    width: 16px;
}

.pdf_wrap .d_r_pdf_feedback_conty_header_inner span:last-child {
    margin-left: 10px;
    font-size: 12px;
}

.pdf_wrap .d_r_pdf_feedback_conty_header_inner span {
    display: inline-block;
    vertical-align: middle;
}

.pdf_wrap .d_r_pdf_feedback_conty_main_inner {
    font-size: 0px;
    display: flex;
    flex-direction: row;
    color: #374357;
}

.pdf_wrap .d_r_pdf_feedback_conty_main_inner div.d_r_pdf_feedback_base_block {
    width: calc(100% / 4);
    position: relative;
    font-size: 14px;
    text-align: center;
}
.d_r_pdf_feedback_conty_main_body{
    border: 4px solid #4acfa2;
    border-radius: 8px 8px 0px 8px;
}
.d-contents{
    display: contents;
}
.d_r_pdf_feedback_conty_main_total_cost_child{
    border: 4px solid #4acfa2;
    border-radius: 0px 0px 8px 8px;
    border-top: 0px;
    width: calc(100% / 4);
    position: relative;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
}

.pdf_wrap .d_r_f_header {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
}

.pdf_wrap .d_r_f_sheader {
    margin-bottom: 0;
    font-size: 12px;
}

.pdf_wrap .d_r_f_txt p,
.d_r_pdf_feedback_base_block p {
    margin-bottom: 0px;
}

.pdf_wrap .d_r_f_txt img {
    height: 14px;
    margin-left: 5px;
}

.pdf_wrap .d_r_pdf_feedback_base_block.vmdr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.pdf_wrap .d_r_f_brd {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    line-height: 14px;
    padding: 3px 0;
    font-size: 12px;
}

.pdf_wrap .d_r_f_txt + .d_r_f_txt {
    margin-top: 5px;
}

.pdf_wrap .d_r_f_txt_gr {
    color: #21ad84;
}

.pdf_wrap .d_r_f_txt_red {
    color: #ef6c82;
}

.pdf_wrap .d_r_f_txt span {
    display: inline-block;
    vertical-align: middle;
}

.pdf_wrap .vmdr_alt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px 12px 40px;
}

.pdf_wrap .vmdr_alt span:last-child {
    margin-left: 15px;
    line-height: 17px;
    text-align: left;
}

.pdf_wrap .vmdr_alt img {
    width: 24px;
}

.pdf_wrap .drc_1 { /* gas */
    background: #00A69D;
    color: #ffffff;
}

.pdf_wrap .drc_2 { /* elec */
    background: #FAAF3F;
    color: #ffffff;
}

.pdf_wrap .drc_3 { /* firewood */
    background: #D6DE23;
    color: #ffffff;
}

.pdf_wrap .drc_4 { /* water */
    background: #27A9E0;
    color: #ffffff;
}

.pdf_wrap .dr_brd_b {
    border-bottom: 3px solid #ebecee;
}

.pdf_wrap .dr_brd_t {
    border-top: 3px solid #ebecee;
}

.pdf_wrap .dr_brd_b_w {
    border-bottom: 3px solid #ffffff;
}

.pdf_wrap .dr_mb_20 {
    margin-bottom: 9px;
}

.pdf_wrap .d_r_cdf_block_heading {
    margin-bottom: 5px;
    font-size: 12px;
}

.pdf_wrap .dr_perb_c {
    background: #ebecee;
    height: 5px;
    border-radius: 50px;
}

.pdf_wrap .d_r_cdf_block {
    margin-top: 5px;
}

.pdf_wrap .dr_l_f {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.pdf_wrap .dr_l_f li {
    list-style: none;
    font-size: 14px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .d_r_right_heading {
    color: #374357;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
    margin-top: 2px;
}

.pdf_wrap .d_r_right_gen_txt {
    color: #374357;
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "RubrikExtraLight";
}

.pdf_wrap .d_r_right_gen_txt span {
    font-family: "RubrikSemiBoldRegular";
}

.pdf_wrap .dr_saving_block {
    background: #ebecee;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 12px;
}

.pdf_wrap p.dr_saving_block_heading {
    color: #374357;
    font-size: 14px;
    margin-bottom: 0px;
}

.pdf_wrap p.dr_saving_block_txt {
    color: #374357;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
}

.pdf_wrap .dr_saving_block_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 3px;
}

.pdf_wrap .dr_saving_block_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pdf_wrap .d_r_footer {
    padding: 15px 0;
}

.pdf_wrap .d_r_footer_left img {
    height: 50px;
}

.pdf_wrap .d_r_footer_left_right {
    height: 100%;
    border: 3px dashed #ebecee;
    padding: 3px 5px;
    position: relative;
}

.pdf_wrap .d_r_footer_left_right_h {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 20px 0 10px;
    border-right: 3px solid #ebecee;
    margin-right: 20px;
    color: #374357;
    font-size: 19px;
}

.pdf_wrap .d_r_footer_left_right_gt {
    font-family: "RubrikExtraLight";
    width: 60%;
    display: inline-block;
    color: #374357;
    font-size: 12px;
    line-height: 14px;
}

.pdf_wrap .d_r_footer_left_right_lg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.pdf_wrap .d_r_footer_left_right_lg img {
    height: 20px;
}

.pdf_wrap .hasgrey {
    background: #ebecee;
}

.pdf_wrap .d_r_pdf_conty_1st_sec {
    margin-top: 20px;
}

.pdf_wrap .brd_red {
    border-bottom: 10px solid #f27160;
}

.pdf_wrap .brd_green {
    border-bottom: 10px solid #16a87e;
}

.pdf_wrap .brd_blk {
    border-bottom: 10px solid #364357;
}

.pdf_wrap .dr_graph_block_conty {
    margin: 30px 0 0 0;
}

.pdf_wrap p.gr_graph_block_table_heading {
    text-align: center;
    background: #4acfa2;
    border-radius: 3px;
    padding: 3px;
    color: #ffffff;
    margin-bottom: 0;
}

.pdf_wrap p.dr_t_h {
    text-align: center;
    line-height: 14px;
    color: #374357;
    font-size: 12px;
}

.pdf_wrap p.dr_t_c {
    text-align: center;
    margin-bottom: 0;
    background: #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #374357;
}

.pdf_wrap .dr_graph_block_table_inner {
    background: #fff;
    padding: 11px 15px;
    border-radius: 5px;
}

.pdf_wrap .dr_graph_block_table {
    margin-top: 2px;
}

.pdf_wrap .dr_graph_block_table_inner .row .col-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.pdf_wrap .dr_graph_block_table_inner .row .col-3:first-child {
    padding-left: 15px;
}

.pdf_wrap .dr_graph_block_table_inner .row .col-3:last-child {
    padding-right: 15px;
}

.pdf_wrap p.dr_t_b {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #374357;
    padding: 0px 17px;
}

.pdf_wrap .dr_perb_c.bgrc {
    background: #374357;
}

.bgrc {
    background: #374357;
}

.d_r_pdf_conty_header {
    position: relative;
    padding: 20px 0;
}

.d_r_pdf_conty_header_left {
    position: relative;
}

.d_r_top_logo img {
    height: 90px;
}

.d_r_pdf_top_heading {
    font-size: 76px;
    color: #374357;
    line-height: 76px;
    margin-top: 22px;
}

.d_r_room_n_top {
    text-align: right;
    margin: 0 0 20px 0;
    position: relative;
}

.d_r_room_n_top span {
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #eef0f2;
    font-family: "RubrikExtraLight";
    font-size: 20px;
    color: #374357;
    display: inline-block;
}

.d_r_room_n_top span b {
    font-family: "RubrikExtraLight";
    padding-left: 15px;
}

.hen-pan-header .chickeh {
    height: 120px;
    width: 116px;
}

.hen-pan-header {
    background: #00a87e;
    max-width: 95%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 5px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.final_report_updated_header {
    width: 100%;
    background-color: #509382;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.final_report_updated_header .final_report_title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 20px 30px;
    line-height: 1.2;
}

.final_report_updated_header .final_report_date {
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 30px 20px 0;
    padding: 10px 15px;
    border-radius: 10px;
}

.final_report_table {
    width: 100%;
    border-collapse: collapse;
}

.find_report_table_header {
    text-align: center;
    vertical-align: bottom;
}

.final_report_table_td {
    padding: 10px;
    border: 1px solid #509382;
    border-radius: 10px;
    font-size: 16px;
    height: 46px;
}

.final_report_table_td_borderless {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    background-color: #e7e8e9;
    height: 57px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final_report_sub_title {
    color: #fff;
    font-size: 20px;
    background-color: #509382;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final_report_table_resource_td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.final_report_table_resource_td img {
    width: 25px;
}

.final_report_table_resource_td .flex--1 {
    flex: 1;
}

.final_report_table .w--35 {
    width: 35%;
}

.final_report_table .w--20 {
    width: 20%;
}

.final_report_henpan_header {
    height: 92px;
    width: 100%;
    display: flex;
    background-color: #509382;
    justify-content: start;
    align-items: center;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}

.final_report_chickeh {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: relative;
    background-color: #fff;
}

.final_report_henpan_header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.final_report_henpan_header .final_report_chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 90%;
}

.final_report_statement {
    width: 100%;
    font-size: 12px;
}

.final_report_noble_cause_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.final_report_noble_cause_target {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.final_report_boble_cause_progress {
    border: 1px solid #000;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #e7e8e9;
}

.final_report_boble_cause_progress_bar {
    height: 100%;
    background-color: #46E680;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 20px;
}

.final_report_boble_cause_target_value {
    text-align: right;
    align-self: flex-end;
}

.final_report_boble_cause_logo {
    width: 30%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final_report_boble_cause_logo img{
    height: 150px;
    border-radius: 50%;
}

.final_report_boble_cause_message {
    width: 30%;
}

.final_report_footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #474848;
}

.final_report_footer_content {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #509382;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.final_report_footer_content img {
    height: 50px;
}

.final_report_footer_text {
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 30%;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
    .final_report_updated_header {
        flex-direction: column;
        align-items: center;
    }

    .final_report_noble_cause_container {
        flex-direction: column;
        align-items: center;
    }

    .final_report_henpan_header {
        height: auto;
    }

    .find_report_table_header {
        font-size: 12px;
        vertical-align: middle;
    }

    .final_report_noble_cause_target {
        width: 100%;
    }

    .final_report_boble_cause_logo {
        width: 100%;
    }

    .final_report_boble_cause_message {
        margin-top: 20px;
        width: 100%;
    }

    .final_report_footer_content img {
        width: 30%;
        height: auto;
        margin: 0 10px 0 10px;
    }
}

.height--auto {
    height: auto;
}

.hen-pan-header {
    max-width: 100%;
    display: flex;
    margin-bottom: 0;
}

.chickeh {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: relative;
}

.hen-pan-header img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.hen-pan-header img {
    border: 6px solid white;
}

.hen-pan-header p {
    max-width: 70%;
    flex-grow: 0;
    padding-left: 30px;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "RubrikExtraLight";
}

.hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.d_r_qr_code img {
    width: 100%;
    height: auto;
}

.d_r_qr_code_txt {
    font-family: "RubrikExtraLight";
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #374357;
}

.d_r_wh_orcst {
    position: relative;
    top: 0;
    left: 15px;
}

.d_r_wh_orcst span {
    display: inline-block;
    vertical-align: middle;
}

.d_r_wh_orcst > span:first-child {
    border: 1px solid #ecedee;
    border-radius: 5px;
    overflow: hidden;
}

span.d_r_wh_orcst_img {
    height: 50px;
    background: #f27261;
    padding: 10px;
}

span.d_r_wh_orcst_img img {
    height: 100%;
}

span.d_r_wh_orcst_txt {
    padding: 0 10px;
    color: #374357;
}

span.d_r_wh_orcst_btxt {
    color: #374357;
    font-size: 22px;
    margin-left: 20px;
}

.d_r_pdf_whg_block {
    text-align: center;
    padding: 40px 20px 50px 20px;
    color: #394458;
}

.d_r_pdf_whg_1 {
    font-size: 45px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.d_r_pdf_whg_2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.d_r_pdf_whg_3 {
    font-size: 85px;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.d_r_pdf_whg_3 sup {
    font-size: 25px;
    position: absolute;
    top: 13px;
}

.d_r_pdf_whg_sec .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.d_r_pdf_whg_sec .col-md-3:last-child {
    padding-right: 15px;
}

.d_r_pdf_whg_sec .col-md-3:first-child {
    padding-left: 15px;
}

.d_r_m_heading {
    background: #49ce9a;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    margin: -23px 20px;
}

.d_r_pdf_whg_block_alt {
    padding: 40px 20px 28px 20px;
    color: #394458;
    height: 100%;
}

.d_r_pdf_list_m {
    padding-left: 18px;
}

.d_r_pdf_list_m li {
    font-family: "RubrikExtraLight";
    font-size: 18px;
    margin-bottom: 5px;
}

.brd_blue {
    border-bottom: 10px solid #678ac6;
}

li.d_r_img_thumb {
    list-style: none;
    text-align: center;
    margin-top: 25px;
}

.henwiget {
    text-align: center;
    padding: 0 10px;
}

.henwiget .chickeh {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 50%;
}

.henwiget .chickeh.arrow-down {
    margin: 0 auto 30px;
}

.henwiget img {
    border-radius: 50%;
    object-fit: cover;
}

.henwiget img {
    width: 100%;
    height: 100%;
}

.henwiget .chickeh.arrow-down img {
    border: 6px solid #18b78f;
}

.henwiget .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.henwiget .chickeh.arrow-down::after {
    border-top: 20px solid #18b78f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 98%;
}

p.d_r_henwiget_txt {
    font-family: "RubrikSemiBoldRegular";
    font-size: 14px;
}

.d_r_pdf_feedback_header {
    padding: 30px 0;
}

p.d_r_pdf_feedback_header_txt {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 0;
}

.d_r_scale_block {
    font-size: 0;
}

.d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.d_r_scale_block div:first-child {
    width: 60px;
}

.d_r_scale_block div:last-child {
    width: calc(100% - 60px);
    font-size: 16px;
    padding-left: 18px;
}

.d_r_scale_block div:last-child p {
    margin-bottom: 0px;
}

.d_r_scale_block div:first-child img {
    width: 100%;
}

.d_r_pdf_feedback_conty_header {
    text-align: center;
    background: #ebecee;
    padding: 9px 0;
    margin-bottom: 30px;
    border-radius: 5px;
}

.d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner,
d_r_pdf_feedback_conty_header_inner span {
    display: inline-block;
    vertical-align: middle;
}

.d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner + div.d_r_pdf_feedback_conty_header_inner {
    margin-left: 15px;
}

.d_r_pdf_feedback_conty_header_inner span img {
    width: 30px;
}

.d_r_pdf_feedback_conty_header_inner span:last-child {
    margin-left: 10px;
}

.d_r_pdf_feedback_conty_main_inner {
    font-size: 0px;
    display: flex;
    flex-direction: row;
    color: #374357;
}

.d_r_pdf_feedback_conty_main_inner div.d_r_pdf_feedback_base_block {
    width: calc(100% / 4);
    position: relative;
    font-size: 20px;
    text-align: center;
}

.d_r_f_header {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
}

.d_r_f_sheader {
    margin-bottom: 0;
    font-size: 12px;
}

.d_r_f_txt p,
.d_r_pdf_feedback_base_block p {
    margin-bottom: 0px;
}

.d_r_f_txt img {
    height: 20px;
    margin-left: 5px;
}

.d_r_pdf_feedback_base_block.vmdr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.d_r_f_brd {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    line-height: 16px;
    padding: 5px 0;
}

.d_r_f_txt + .d_r_f_txt {
    margin-top: 5px;
}

.d_r_f_txt_gr {
    color: #21ad84;
}

.d_r_f_txt_red {
    color: #ef6c82;
}

.d_r_f_txt span {
    display: inline-block;
    vertical-align: middle;
}

.vmdr_alt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px 20px 40px;
}

.vmdr_alt span:last-child {
    margin-left: 15px;
    line-height: 22px;
    text-align: left;
}

.vmdr_alt img {
    width: 50px;
}

.drc_1 { 
    background: #00A69D; /* gas */
    color: #ffffff;
}

.drc_2 {
    background: #FAAF3F; /* elec */
    color: #ffffff;
}

.drc_3 {
    background: #D6DE23; /* firewood */
    color: #ffffff;
}

.drc_4 {
    background: #27A9E0; /* water */
    color: #ffffff;
}
.drc_5 {
    background: #FB623A; /* hot water */
    color: #ffffff;
}

.dr_brd_b {
    border-bottom: 3px solid #ebecee;
}

.dr_brd_t {
    border-top: 3px solid #ebecee;
}

.dr_brd_b_w {
    border-bottom: 3px solid #ffffff;
}

.dr_mb_20 {
    margin-bottom: 20px;
}

.d_r_cdf_block_heading {
    margin-bottom: 5px;
}

.dr_perb_c {
    background: #ebecee;
    height: 5px;
    border-radius: 50px;
}

.d_r_cdf_block {
    margin-top: 10px;
}

.dr_l_f {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.dr_l_f li {
    list-style: none;
    font-size: 14px;
    font-family: "RubrikExtraLight";
}

.d_r_right_heading {
    color: #374357;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.d_r_right_gen_txt {
    color: #374357;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "RubrikExtraLight";
}

.d_r_right_gen_txt span {
    font-family: "RubrikSemiBoldRegular";
}

.dr_saving_block {
    background: #ebecee;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

p.dr_saving_block_heading {
    color: #374357;
    font-size: 18px;
    margin-bottom: 0px;
}

p.dr_saving_block_txt {
    color: #374357;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.dr_saving_block_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 3px;
}

.dr_saving_block_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.d_r_footer {
    padding: 15px 0;
}

.d_r_footer_left img {
    height: 82px;
}

.d_r_footer_left_right {
    height: 100%;
    border: 3px dashed #ebecee;
    padding: 10px;
    position: relative;
}

.d_r_footer_left_right_h {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 20px 0 10px;
    border-right: 3px solid #ebecee;
    margin-right: 20px;
    color: #374357;
    font-size: 19px;
}

.d_r_footer_left_right_gt {
    font-family: "RubrikExtraLight";
    width: 60%;
    display: inline-block;
    color: #374357;
}

.d_r_footer_left_right_lg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.d_r_footer_left_right_lg img {
    height: 45px;
}

/*==============================daily_report_pdf=======================*/

.report-no-record-l {
    min-height: 4rem;
    z-index: 99;
    text-align: center;
}

.report-no-record-lk {
    padding: 2rem;
    min-height: 7rem;
    z-index: 99;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .report-no-record-l {
        padding: 2rem;
        min-height: 8rem;
        z-index: 99;
        text-align: center;
    }
    .report-no-record-lk {
        padding: 2rem;
        min-height: 7rem;
        z-index: 99;
        text-align: center;
    }
}

.lr_notification_green_txt {
    color: #4acfa2;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .d_r_wh_orcst {
        position: relative;
        top: auto;
        left: auto;
    }
}

/*==============================daily_report_pdf=======================*/

.report-no-record-l {
    min-height: 4rem;
    z-index: 99;
    text-align: center;
}

.report-no-record-lk {
    padding: 2rem;
    min-height: 7rem;
    z-index: 99;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .report-no-record-l {
        padding: 2rem;
        min-height: 8rem;
        z-index: 99;
        text-align: center;
    }
    .report-no-record-lk {
        padding: 2rem;
        min-height: 7rem;
        z-index: 99;
        text-align: center;
    }
}

.lr_notification_green_txt {
    color: #4acfa2;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .d_r_wh_orcst {
        position: relative;
        top: auto;
        left: auto;
    }
}

/*==============================final_report=======================*/

.d_r_pdf_conty_header_left.fr_t_border {
    border: 1px solid #ccc;
    padding: 20px 25px;
    border-radius: 5px;
    position: relative;
}

.fr_pdf_top_heading {
    font-size: 64px;
    color: #374357;
    line-height: 64px;
    margin-top: 22px;
    margin-bottom: 0px;
}

.d_r_top_logo span {
    display: inline-block;
    vertical-align: middle;
}

.d_r_top_logo span:last-child {
    font-size: 18px;
    color: #374357;
    padding-left: 25px;
}

.d_r_pdf_feedback_base_block .col-6 {
    padding: 0 5px;
}

.d_r_pdf_feedback_base_block .col-6:first-child {
    padding-left: 5px;
}

.d_r_pdf_feedback_base_block .col-6:last-child {
    padding-right: 0px;
}

.w_100 {
    width: 100%;
}

.lr_f_brd {
    background: #ebecee;
    width: 100%;
    border-radius: 5px;
    line-height: 16px;
    padding: 17px 0;
}

.p16 {
    padding: 10px 0;
}

.lr_bg_pink { /*linen */
    background: #ed2a7b;
}

.fl_c_w {
    color: #ffffff;
}

.lr_t_c {
    margin-bottom: 0;
    padding: 3px;
    font-size: 18px;
    line-height: 20px;
    color: #374357;
    margin-bottom: 0px;
    color: #374357;
}

.lr_t_h {
    text-align: center;
    line-height: 18px;
    color: #374357;
    margin-bottom: 10px;
}

p.lr_t_h {
    font-size: 18px;
}

.dr_graph_block_table_inner .row .col-6 {
    padding-left: 2px;
    padding-right: 2px;
}

/*.dr_graph_block_table_inner .row .col-6:first-child{
    padding-left: 15px;
}*/

.dr_graph_block_table_inner .row .col-6:last-child {
    padding-right: 15px;
}

.lr_c_alt {
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 23px;
    color: #374357;
    height: 70px;
}

.lr_c_alt_6 {
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 23px;
    color: #374357;
}

span.lr_c_alt_sub_txt {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
    margin-bottom: 5px;
}

.lr_mt5 {
    margin-top: 5px;
}

.lr_bgc {
    background: #364357;
}

.fl_right_heading {
    color: #374357;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.fl_right_heading_alt {
    color: #374357;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.fl_right_heading_g {
    color: #02ad75;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: center;
}

.fl_right_image {
    padding: 0 50px;
    text-align: center;
    margin-top: 30px;
}

.fl_right_image img {
    width: 100%;
}

.lr_block_big_txt {
    font-size: 22px;
    margin-bottom: 0px;
}

.lr_block_big_txt span {
    font-size: 45px;
    color: #02ad75;
}

.lr_gen_footer {
    padding: 10px 180px 10px 0;
    position: relative;
    font-family: "RubrikExtraLight";
    margin-top: 30px;
}

img.lr_gen_footer_img {
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    right: 2.5rem;
}

.lr_pdf_section_blocks {
    margin-top: 10px;
}

.lr_pdf_section_blocks_sec {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.lr_pdf_section_blocks_sec_top {
    position: relative;
    text-align: center;
    padding: 20px 10px;
}

.lr_pdf_section_blocks_sec_top span {
    display: inline-block;
    vertical-align: middle;
}

.lr_pdf_section_blocks_sec_top span + span {
    margin-left: 10px;
}

.lr_pdf_section_blocks_sec_top span:first-child img {
    height: 50px;
    width: auto;
}

p.lr_pdf_section_blocks_sec_bot {
    margin-bottom: 0px;
    text-align: center;
    padding: 19px 0;
    font-size: 18px;
    color: #374357;
}

.dbrd_1 {
    border: 2px solid #00a79e;
}

.dbrd_2 {
    border: 2px solid #fcb02e;
}

.dbrd_3 {
    border: 2px solid #d5e100;
}

.dbrd_4 {
    border: 2px solid #16a7e4;
}

/*==============================final_report=======================*/

a.green-plus::after {
    position: absolute;
    right: 15px;
    content: "\f067";
    font-size: 22px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #00a87e;
}

p.lr_pdf_section_blocks_sec_bot {
    margin-bottom: 0px;
    text-align: center;
    padding: 19px 0;
    font-size: 18px;
    color: #374357;
}

.dbrd_1 {
    border: 2px solid #00a79e;
}

.dbrd_2 {
    border: 2px solid #fcb02e;
}

.dbrd_3 {
    border: 2px solid #d5e100;
}

.dbrd_4 {
    border: 2px solid #16a7e4;
}

/*==============================final_report=======================*/

.green .panel-title > a,
.green .panel-title > a::before {
    color: #4acfa2 !important;
}

span.white {
    color: #fff;
}

.direction-section .panel-title,
.attraction-activities-section .panel-title {
    background-color: #374457 !important
}

/* ++++++++++++++++++++FINAL REPORT PDF+++++++++++++++++++++++++ */

.page .d_r_pdf_conty_header {
    position: relative;
    padding: 10px 0;
}

.page .d_r_pdf_conty_header_left {
    position: relative;
}

.page .d_r_top_logo img {
    height: 90px;
}

.page .d_r_pdf_top_heading {
    font-size: 40px;
    color: #374357;
    line-height: 45px;
    margin-top: 4px;
}

.page .d_r_room_n_top {
    text-align: right;
    margin: 0 0 12px 0;
    position: relative;
}

.page .d_r_room_n_top span {
    padding: 5px 20px;
    border-radius: 5px;
    border: 2px solid #eef0f2;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    color: #374357;
    display: inline-block;
}

.page .d_r_room_n_top span b {
    font-family: "RubrikExtraLight";
    padding-left: 15px;
}

.page .hen-pan-header .chickeh {
    height: 100px;
    width: 100px;
}

.page .hen-pan-header {
    background: #00a87e;
    max-width: 95%;
    margin-left: auto;
    color: #fff;
    display: block;
    padding: 5px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}

.page .hen-pan-header {
    max-width: 100%;
    display: flex;
    margin-bottom: 0;
}

.page .chickeh {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: relative;
}

.page .hen-pan-header img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.page .hen-pan-header img {
    border: 6px solid white;
}

.page .hen-pan-header p {
    max-width: 70%;
    flex-grow: 0;
    padding-left: 30px;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    font-family: "RubrikExtraLight";
}

.page .hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 96%;
}

.page .d_r_qr_code img {
    width: 100%;
    height: auto;
}

.page .d_r_qr_code_txt {
    font-family: "RubrikExtraLight";
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #374357;
}

.page .d_r_wh_orcst {
    position: relative;
    top: 0px;
    left: 15px;
}

.page .d_r_wh_orcst span {
    display: inline-block;
    vertical-align: middle;
}

.page .d_r_wh_orcst > span:first-child {
    border: 1px solid #ecedee;
    border-radius: 5px;
    overflow: hidden;
}

.page span.d_r_wh_orcst_img {
    height: 33px;
    background: #f27261;
    padding: 5px;
}

.page span.d_r_wh_orcst_img img {
    height: 100%;
}

.page span.d_r_wh_orcst_txt {
    padding: 0 10px;
    color: #374357;
}

.page span.d_r_wh_orcst_btxt {
    color: #374357;
    font-size: 18px;
    margin-left: 20px;
}

.page .d_r_pdf_whg_block {
    text-align: center;
    padding: 10px 10px 17px 10px;
    color: #394458;
}

.daily-reports-alerts {
    max-height: 35px;
}

.page .d_r_pdf_whg_1 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 4px;
    margin-bottom: 0px;
}

.page .d_r_pdf_whg_2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
}

.page .d_r_pdf_whg_3 {
    font-size: 40px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
}

.page .d_r_pdf_whg_3 sup {
    font-size: 25px;
    position: absolute;
    top: 13px;
}

.page .d_r_pdf_whg_sec .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.page .d_r_pdf_whg_sec .col-md-3:last-child {
    padding-right: 15px;
}

.page .d_r_pdf_whg_sec .col-md-3:first-child {
    padding-left: 15px;
}

.page .d_r_m_heading {
    background: #49ce9a;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    margin: -23px 20px;
}

.page .d_r_pdf_whg_block_alt {
    padding: 32px 10px 24px 10px;
    color: #394458;
    height: 100%;
}

.page .d_r_pdf_whg_block_alt.pb10 {
    padding-bottom: 10px;
}

.page .d_r_pdf_list_m {
    padding-left: 18px;
    margin: 0;
}

.page .d_r_pdf_list_m li {
    font-family: "RubrikExtraLight";
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

.page .brd_blue {
    border-bottom: 10px solid #678ac6;
}

.page li.d_r_img_thumb {
    list-style: none;
    text-align: center;
    margin-top: 10px;
}

.page .henwiget {
    text-align: center;
    padding: 0 10px;
}

.page .henwiget .chickeh {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.page .henwiget .chickeh.arrow-down {
    margin: 0 auto 18px;
}

.page .henwiget img {
    border-radius: 50%;
    object-fit: cover;
}

.page .henwiget img {
    width: 100%;
    height: 100%;
}

.page .henwiget .chickeh.arrow-down img {
    border: 6px solid #18b78f;
}

.page .henwiget .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.page .henwiget .chickeh.arrow-down::after {
    border-top: 15px solid #18b78f;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 95%;
}

.page p.d_r_henwiget_txt {
    font-family: "RubrikSemiBoldRegular";
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 0;
}

.page .d_r_pdf_feedback_header {
    padding: 12px 0;
}

.page p.d_r_pdf_feedback_header_txt {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 0;
}

.page .d_r_scale_block {
    font-size: 0;
}

.page .d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.page .d_r_scale_block div {
    display: inline-block;
    vertical-align: top;
}

.page .d_r_scale_block div:first-child {
    width: 38px;
}

.page .d_r_scale_block div:last-child {
    width: calc(100% - 38px);
    font-size: 16px;
    padding-left: 5px;
}

.page .d_r_scale_block div:last-child p {
    margin-bottom: 0px;
    font-size: 9px;
}

.page .d_r_scale_block div:first-child img {
    width: 100%;
}

.page .d_r_pdf_feedback_conty_header {
    text-align: center;
    background: #ebecee;
    padding: 9px 0;
    margin-bottom: 13px;
    border-radius: 5px;
}

.page .d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner,
d_r_pdf_feedback_conty_header_inner span {
    display: inline-block;
    vertical-align: middle;
}

.page .d_r_pdf_feedback_conty_header div.d_r_pdf_feedback_conty_header_inner + div.d_r_pdf_feedback_conty_header_inner {
    margin-left: 15px;
}

.page .d_r_pdf_feedback_conty_header_inner span img {
    width: 16px;
}

.page .d_r_pdf_feedback_conty_header_inner span:last-child {
    margin-left: 10px;
    font-size: 12px;
}

.page .d_r_pdf_feedback_conty_header_inner span {
    display: inline-block;
    vertical-align: middle;
}

.page .d_r_pdf_feedback_conty_main_inner {
    font-size: 0px;
    display: flex;
    flex-direction: row;
    color: #374357;
}

.page .d_r_pdf_feedback_conty_main_inner div.d_r_pdf_feedback_base_block {
    width: calc(100% / 4);
    position: relative;
    font-size: 14px;
    text-align: center;
}

.page .d_r_f_header {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
}

.page .d_r_f_sheader {
    margin-bottom: 0;
    font-size: 12px;
}

.page .d_r_f_txt p,
.d_r_pdf_feedback_base_block p {
    margin-bottom: 0px;
}

.page .d_r_f_txt img {
    height: 14px;
    margin-left: 5px;
}

.page .d_r_pdf_feedback_base_block.vmdr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.page .d_r_f_brd {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    line-height: 14px;
    padding: 3px 0;
    font-size: 12px;
}

.page .d_r_f_txt + .d_r_f_txt {
    margin-top: 5px;
}

.page .d_r_f_txt_gr {
    color: #21ad84;
}

.page .d_r_f_txt_red {
    color: #ef6c82;
}

.page .d_r_f_txt span {
    display: inline-block;
    vertical-align: middle;
}

.page .vmdr_alt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px 12px 40px;
}

.page .vmdr_alt span:last-child {
    margin-left: 15px;
    line-height: 17px;
    text-align: left;
}

.page .vmdr_alt img {
    width: 24px;
}

.page .drc_1 {
    background: #00a79e;
    color: #ffffff;
}

.page .drc_2 {
    background: #fcb02e;
    color: #ffffff;
}

.page .drc_3 {
    background: #d5e100;
    color: #ffffff;
}

.page .drc_4 {
    background: #16a7e4;
    color: #ffffff;
}

.page .dr_brd_b {
    border-bottom: 3px solid #ebecee;
}

.page .dr_brd_t {
    border-top: 3px solid #ebecee;
}

.page .dr_brd_b_w {
    border-bottom: 3px solid #ffffff;
}

.page .dr_mb_20 {
    margin-bottom: 9px;
}

.page .d_r_cdf_block_heading {
    margin-bottom: 5px;
    font-size: 12px;
}

.page .dr_perb_c {
    background: #ebecee;
    height: 5px;
    border-radius: 50px;
}

.page .d_r_cdf_block {
    margin-top: 5px;
}

.page .dr_l_f {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.page .dr_l_f li {
    list-style: none;
    font-size: 14px;
    font-family: "RubrikExtraLight";
}

.page .d_r_right_heading {
    color: #374357;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
    margin-top: 2px;
}

.page .d_r_right_gen_txt {
    color: #374357;
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "RubrikExtraLight";
}

.page .d_r_right_gen_txt span {
    font-family: "RubrikSemiBoldRegular";
}

.page .dr_saving_block {
    background: #ebecee;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 12px;
}

.page p.dr_saving_block_heading {
    color: #374357;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
}

.page p.dr_saving_block_txt {
    color: #374357;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0;
}

.page .dr_saving_block_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 3px;
}

.page .dr_saving_block_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page .d_r_footer {
    padding: 15px 0;
}

.page .d_r_footer_left img {
    height: 50px;
}

.page .d_r_footer_left_right {
    height: 100%;
    border: 3px dashed #ebecee;
    padding: 3px 5px;
    position: relative;
}

.page .d_r_footer_left_right_h {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 20px 0 10px;
    border-right: 3px solid #ebecee;
    margin-right: 20px;
    color: #374357;
    font-size: 19px;
}

.page .d_r_footer_left_right_gt {
    font-family: "RubrikExtraLight";
    width: 60%;
    display: inline-block;
    color: #374357;
    font-size: 12px;
    line-height: 14px;
}

.page .d_r_footer_left_right_lg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.page .d_r_footer_left_right_lg img {
    height: 20px;
}

.page .hasgrey {
    background: #ebecee;
}

.page .d_r_pdf_conty_1st_sec {
    margin-top: 20px;
}

.page .brd_red {
    border-bottom: 10px solid #f27160;
}

.page .brd_green {
    border-bottom: 10px solid #16a87e;
}

.page .brd_blk {
    border-bottom: 10px solid #364357;
}

.page .dr_graph_block_conty {
    margin: 30px 0 0 0;
}

.page p.gr_graph_block_table_heading {
    text-align: center;
    background: #4acfa2;
    border-radius: 3px;
    padding: 3px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
}

.page p.dr_t_h {
    text-align: center;
    line-height: 14px;
    color: #374357;
    font-size: 12px;
}

.page p.dr_t_c {
    text-align: center;
    margin-bottom: 0;
    background: #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #374357;
}

.page .dr_graph_block_table_inner {
    background: #fff;
    padding: 11px 0px;
    border-radius: 5px;
}

.page .dr_graph_block_table {
    margin-top: 2px;
}

.page .dr_graph_block_table_inner .row .col-3 {
    padding-left: 2px;
    padding-right: 2px;
}

.page .dr_graph_block_table_inner .row .col-3:first-child {
    padding-left: 15px;
}

.page .dr_graph_block_table_inner .row .col-3:last-child {
    padding-right: 15px;
}

.page p.dr_t_b {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #374357;
    padding: 0;
}

.page .dr_perb_c.bgrc {
    background: #374357;
}

.page .d_r_pdf_conty_header_left.fr_t_border {
    border: 1px solid #ccc;
    padding: 20px 25px;
    border-radius: 5px;
    position: relative;
}

.page .fr_pdf_top_heading {
    font-size: 34px;
    color: #374357;
    line-height: 34px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.page .d_r_top_logo span {
    display: inline-block;
    vertical-align: middle;
}

.page .d_r_top_logo span:last-child {
    font-size: 18px;
    color: #374357;
    padding-left: 25px;
}

.page .d_r_pdf_feedback_base_block .col-6 {
    padding: 0 5px;
}

.page .d_r_pdf_feedback_base_block .col-6:first-child {
    padding-left: 5px;
}

.page .d_r_pdf_feedback_base_block .col-6:last-child {
    padding-right: 0px;
}

.page .w_100 {
    width: 100%;
    display: flex;
    align-items: center;
}

.page .lr_f_brd {
    background: #ebecee;
    width: 100%;
    border-radius: 5px;
    line-height: 16px;
    padding: 9px 0;
}

.page .p16 {
    padding: 10px 0;
}

.page .lr_bg_pink {
    background: #ed2a7b;
}

.page .fl_c_w {
    color: #ffffff;
}

.page .lr_t_c {
    margin-bottom: 0;
    padding: 3px;
    font-size: 14px;
    line-height: 16px;
    color: #374357;
    margin-bottom: 0px;
    color: #374357;
}

.page .lr_t_h {
    text-align: center;
    line-height: 18px;
    color: #374357;
    margin-bottom: 10px;
}

.page .dr_graph_block_table_inner .row .col-6 {
    padding-left: 2px;
    padding-right: 2px;
}

.page .dr_graph_block_table_inner .row .col-6:first-child {
    padding-left: 15px;
}

.page .dr_graph_block_table_inner .row .col-6:last-child {
    padding-right: 15px;
}

.page .lr_c_alt {
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #374357;
    height: 57px;
}

.page .lr_c_alt_6 {
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #ebecee;
    padding: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #374357;
}

.page span.lr_c_alt_sub_txt {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    padding: 0 15px;
    margin-bottom: 5px;
}

.page .lr_mt5 {
    margin-top: 5px;
}

.page .lr_bgc {
    background: #364357;
}

.page .fl_right_heading {
    color: #374357;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}

.page .fl_right_heading_alt {
    color: #374357;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.page .fl_right_heading_g {
    color: #02ad75;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
}

.page .fl_right_image {
    padding: 0 50px;
    text-align: center;
    margin-top: 30px;
}

.page .fl_right_image img {
    width: 100%;
}

.page .lr_block_big_txt {
    font-size: 13px;
    margin-bottom: 0px;
}

.page .lr_block_big_txt span {
    font-size: 23px;
    color: #02ad75;
}

.page .lr_gen_footer {
    padding: 10px 180px 10px 0;
    position: relative;
    font-family: "RubrikExtraLight";
    margin-top: 5px;
    font-size: 12px;
}

.page img.lr_gen_footer_img {
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    right: 2.5rem;
}

.page .lr_pdf_section_blocks {
    margin-top: 10px;
}

.page .lr_pdf_section_blocks_sec {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.page .lr_pdf_section_blocks_sec_top {
    position: relative;
    text-align: center;
    padding: 5px 10px;
}

.page .lr_pdf_section_blocks_sec_top span {
    display: inline-block;
    vertical-align: middle;
}

.page .lr_pdf_section_blocks_sec_top span + span {
    margin-left: 10px;
}

.page .lr_pdf_section_blocks_sec_top span:first-child img {
    height: 34px;
    width: auto;
}

.page p.lr_pdf_section_blocks_sec_bot {
    margin-bottom: 0px;
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
    color: #374357;
}

.page .dbrd_1 {
    border: 2px solid #00a79e;
}

.page .dbrd_2 {
    border: 2px solid #fcb02e;
}

.page .dbrd_3 {
    border: 2px solid #d5e100;
}

.page .dbrd_4 {
    border: 2px solid #16a7e4;
}

.page .lr_gen_footer {
    padding: 10px 180px 10px 0;
    position: relative;
    font-family: "RubrikExtraLight";
    margin-top: 5px;
    font-size: 12px !important;
}

/*+++++++++++++FINAL_REPORT_PDF+++++++++++++++++++++++*/

.copy-icon {
    cursor: pointer;
    font-size: 24px;
    color: #212529;
    vertical-align: bottom;
}

.target-list-qrc-container {
    margin: 50px auto;
    border: 0px solid #ddd;
    height: 15rem;
    width: 15rem;
}

@media screen and (max-width: 767px) {
    .target-list-qrc-container {
        display: inline;
    }
}

.r_p_gen_sec span.dr_is {
    vertical-align: middle;
    display: inline-block;
}

.r_p_gen_sec span.dr_is_l {
    margin-left: 15px;
    font-size: 26px;
    color: #374357;
}

.font_lc {
    font-family: "RubrikExtraLight";
    font-size: 22px;
}

.dr_section_header {
    text-align: center;
    background: #374357;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 20px;
    padding: 30px;
    border-radius: 5px;
}

.dr_val_ar {
    margin-top: 30px;
    color: #374357;
}

.dr_val_row {
    position: relative;
    font-size: 18px;
    padding: 15px 0;
}

.dr_val_row p {
    margin-bottom: 0px;
}

.dr_val_row .dr_val_row_l {
    font-family: "RubrikExtraLight";
}

.dr_val_row .dr_val_row_r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dr_vr_brd {
    border-bottom: 1px solid #374357;
}

.dr_val_row.p0 {
    padding: 0;
}

.dr_eqv_block {
    margin-top: 30px;
}

p.dr_eqv_block_heading {
    font-size: 18px;
    text-align: center;
    color: #374357;
}

.dr_eqv_block_t_section {
    font-size: 0;
    display: flex;
}

.dr_eqv_block_t_section > div {
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
}

.dr_eqv_block_t_section > div:nth-of-type(1) {
    background: #374357;
    width: 40%;
    padding: 15px;
    color: #ffffff;
}

.dr_eqv_block_t_section > div:nth-of-type(2) {
    width: 10%;
}

.dr_eqv_block_t_section > div:nth-of-type(2) i {
    font-size: 22px;
}

.dr_eqv_block_t_section > div:nth-of-type(3) {
    background: #374357;
    width: 50%;
    padding: 15px;
    color: #ffffff;
}

p.dr_eqv_block_t_section_header {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 26px;
    text-align: center;
}

p.dr_eqv_block_t_section_txt {
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
    text-align: center;
}

p.dr_nb_txt {
    text-align: center;
    margin-top: 30px;
    font-family: "RubrikExtraLight";
}

.tct {
    padding-top: 20px !important;
}

.tctl {
    padding-top: 56px !important;
}

.page .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

#page-not-found {
    position: relative;
    height: 100vh;
}

#page-not-found .page-not-found {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-not-found {
    max-width: 360px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.page-not-found .page-not-found-404 {
    position: relative;
    height: 240px;
}

.page-not-found .page-not-found-404 h1 {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #4acfa2;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
}

.page-not-found .page-not-found-404 h1 > span {
    text-shadow: -8px 0px 0px #fff;
}

.page-not-found .page-not-found-404 h3 {
    font-family: "Cabin", sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4acfa2;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.page-not-found h2 {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4acfa2;
    margin-top: 0px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .page-not-found .page-not-found-404 {
        height: 200px;
    }
    .page-not-found .page-not-found-404 h1 {
        font-size: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .page-not-found .page-not-found-404 {
        height: 162px;
    }
    .page-not-found .page-not-found-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px;
    }
    .page-not-found h2 {
        font-size: 16px;
    }
}

.like-dislike-container {
    min-height: 3.1rem;
}

.like-dislike-mask {
    position: absolute;
    width: 100%;
    height: 3.1rem;
    padding-top: 1.5%;
    background: #f3f3f3;
}

/*==============================daily_report_addon=======================*/

.r_p_gen_sec span.dr_is {
    vertical-align: middle;
    display: inline-block;
}
.r_p_gen_sec span.dr_is_l {
    margin-left: 15px;
    font-size: 26px;
    color: #374357;
}
.font_lc {
    font-family: "RubrikExtraLight";
    font-size: 22px;
}

.dr_section_header {
    text-align: center;
    background: #374357;
    color: #fff;
    font-family: "RubrikExtraLight";
    font-size: 20px;
    padding: 30px;
    border-radius: 5px;
}
.dr_val_ar {
    margin-top: 30px;
    color: #374357;
}
.dr_val_row {
    position: relative;
    font-size: 18px;
    padding: 15px 0;
}
.dr_val_row p {
    margin-bottom: 0px;
}
.dr_val_row .dr_val_row_l {
    font-family: "RubrikExtraLight";
}
.dr_val_row .dr_val_row_r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dr_vr_brd {
    border-bottom: 1px solid #374357;
}
.dr_val_row.p0 {
    padding: 0;
}

.dr_eqv_block {
    margin-top: 30px;
}
p.dr_eqv_block_heading {
    font-size: 18px;
    text-align: center;
    color: #374357;
}

.dr_eqv_block_t_section {
    font-size: 0;
    display: flex;
}
.dr_eqv_block_t_section > div {
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    flex-direction: column;
}
.dr_eqv_block_t_section > div:nth-of-type(1) {
    background: #374357;
    width: 40%;
    padding: 15px;
    color: #ffffff;
}
.dr_eqv_block_t_section > div:nth-of-type(2) {
    width: 10%;
}
.dr_eqv_block_t_section > div:nth-of-type(2) i {
    font-size: 22px;
}
.dr_eqv_block_t_section > div:nth-of-type(3) {
    background: #374357;
    width: 50%;
    padding: 15px;
    color: #ffffff;
}
p.dr_eqv_block_t_section_header {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 26px;
    text-align: center;
}
p.dr_eqv_block_t_section_txt {
    margin-bottom: 0px;
    font-family: "RubrikExtraLight";
    text-align: center;
}
p.dr_nb_txt {
    text-align: center;
    margin-top: 30px;
    font-family: "RubrikExtraLight";
}

.des_r_pdf_conty_map {
    margin-top: 15px;
}
.des_r_pdf_conty_map_inner img {
    width: 100%;
}
p.r_p_pdf_top_heading.des_r_mttb {
    margin: 50px 0 50px 0;
}
.des_r_img img {
    margin: 0px;
}
.des_pdf_heading {
    font-size: 45px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    color: #374357;
}
.mt40 {
    margin-top: 40px;
}
span.des_right_ico {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 244px;
}
span.des_right_ico img {
    width: 100%;
    height: auto;
}
.des_footer_left_right {
    height: 100%;
    border: 3px dashed #ebecee;
    padding: 10px;
    position: relative;
    min-height: 56px;
}

.page .r_p_pdf_conty_4th_sec.border_covid {
    background: transparent;
    border: 2px solid #00a87e;
    border-radius: 7px;
    padding: 10px 50px 10px 150px;
    position: relative;
}
.page .r_p_pdf_conty_4th_sec.border_covid p.rp_b_txt_gen {
    color: #00a87e;
    font-size: 15px;
}
.page .r_p_pdf_conty_4th_sec.border_covid span {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 11px;
}

.page span.rp_left_ico {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.page p.rp_b_txt_gen {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.page span.rp_right_ico {
    position: absolute;
    right: 0;
    top: -156px;
    width: 300px;
}
.page .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.page p.rp_b_txt_gen {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.page .r_p_pdf_conty_4th_sec.border_covid p.rp_b_txt_gen {
    color: #00a87e;
    font-size: 15px;
}
/*==============================daily_report_addon=======================*/
/*===================hotel diaplay========================*/

.gl_bottom_section {
    display: block;
    height: 20vh;
    background: #ccc;
    font-size: 0;
}

.gl_top_section {
    display: block;
    height: 80vh;
    background: #fc0;
    background: url("../img/Dashboard_BG.png") no-repeat;
    background-size: cover;
}

.gl_bottom_logo_ar,
.gl_bottom_news_scroll_ar {
    display: inline-block;
    vertical-align: middle;
}

.gl_bottom_logo_ar {
    height: 100%;
    width: 20%;
    background: #fff;
    padding: 2vh;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 10px 0px 5px -2px rgba(225, 227, 230, 1);
    -moz-box-shadow: 10px 0px 5px -2px rgba(225, 227, 230, 1);
    box-shadow: 10px 0px 5px -2px rgba(225, 227, 230, 1);
    z-index: 999;
}

.gl_bottom_logo_ar img {
    height: 100%;
    width: auto;
    display: inline-block;
}

.gl_bottom_news_scroll_ar {
    height: 100%;
    width: calc(100% - 20%);
    color: #384157;
    background: #ffffff;
    position: relative;
    font-family: "RubrikSemiBoldRegular";
}

.gl_bottom_news_scroll_ar_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
}

.bn-breaking-news {
    background: transparent;
    border: 0;
    font-size: 3vh;
}

.bn-news ul li,
.bn-news ul li a,
.bn-news ul li a:hover {
    color: #384157;
}

.bn-news ul li a span {
    color: #4acfa2;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

/* Hotel Display Styles */

.displaycontent {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.page-container {
    position: relative;
    height: 100vh;
    background: url(../img/blue-bg.jpg) no-repeat;
    background-size: cover;
}

.page-container .displaycontent {
    height: 80vh;
}

.page-container .page-top {
    display: flex;
    align-items: center;
    height: 80vh;
    min-height: 375px;
}

.page-container .page-top.blue-bg {
    /*background: url(../img/blue-bg.jpg) no-repeat;*/
    background-size: cover;
}

.page-container .page-top.green-bg {
    background: url(../img/green-bg.jpg) no-repeat;
    background-size: cover;
}

.page-container .page-top .container {
    width: 90%;
    max-width: 150vh;
    margin: 0 auto;
    text-align: center;
    height: auto;
}

.page-container .page-top .container .page-header {
    width: 100%;
    margin: 0 auto 6vh;
}

.page-container .page-top .container .page-header.left-align {
    text-align: left;
}

.page-container .page-top .container .page-header h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0px;
    vertical-align: bottom;
    text-align: left;
}

.page-container .page-top .container .page-header h2.dark {
    color: #014b39;
}

.page-container .page-top .container .page-header h2 span {
    font-size: 6vh;
    color: #fff;
}

.page-container .page-top .container .page-header h2 span.white {
    color: #ffffff;
}

.page-container .page-top .container .page-header h2 span.blue {
    color: #27a8e1;
}
.page-container .page-top .container .page-header h2 span.hotwater {
    color: #FB623A;
}
.page-container .page-top .container .page-header h2 span.green {
    color: #00a69d;
}

.page-container .page-top .container .page-header h2 span.green1 {
    color: #4acfa2;
}

.page-container .page-top .container .page-header h2 span.yellow {
    color: #f4ff50;
}

.page-container .page-top .container .page-header h2 span.orange {
    color: #faaf3f;
}

.page-container .page-top .container .page-header h2 span.aqua {
    color: #21fff2;
}

.page-container .page-top .container .page-contents {
    display: flex;
    justify-content: center;
}

.page-container .page-top .container .page-contents .circle-wrapper1 {
    width: 100%;
    max-width: 300px;
    min-width: 20%;
}

.page-container .page-top .container .page-contents .circle-wrapper1:not(:last-child) {
    margin-right: 3vw;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1 {
    position: relative;
    border: 0.4vw solid #f00;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    background: radial-gradient(15em 5em at 0% 50%, #f00 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #f00 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #f00 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #f00 13%, transparent 0%);
    color: #f00;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.blue1 {
    border-color: #27a8e1;
    color: #27a8e1;
    background: radial-gradient(15em 5em at 0% 50%, #27a8e1 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #27a8e1 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #27a8e1 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #27a8e1 13%, transparent 0%);
}
.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.orangeblue1 {
    border-color: #FB623A;
    color: #FB623A;
    background: radial-gradient(15em 5em at 0% 50%, #FB623A 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #FB623A 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #FB623A 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #FB623A 13%, transparent 0%);
}
.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.green1 {
    border-color: #00a69d;
    color: #00a69d;
    background: radial-gradient(15em 5em at 0% 50%, #00a69d 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #00a69d 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #00a69d 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #00a69d 13%, transparent 0%);
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.yellow1 {
    border-color: #f4ff50;
    color: #f4ff50;
    background: radial-gradient(15em 5em at 0% 50%, #f4ff50 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #f4ff50 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #f4ff50 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #f4ff50 13%, transparent 0%);
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.orange1 {
    border-color: #faaf3f;
    color: #faaf3f;
    background: radial-gradient(15em 5em at 0% 50%, #faaf3f 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #faaf3f 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #faaf3f 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #faaf3f 13%, transparent 0%);
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1.white1 {
    border-color: #ffffff;
    color: #ffffff;
    background: radial-gradient(15em 5em at 0% 50%, #ffffff 13%, transparent 0%), radial-gradient(15em 5em at 100% 50%, #ffffff 13%, transparent 0%), radial-gradient(5em 15em at 50% 0%, #ffffff 13%, transparent 0%), radial-gradient(5em 15em at 50% 100%, #ffffff 13%, transparent 0%);
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1 .dotcircle1 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 0 15%;
    border: 5px dashed;
    border-radius: 50%;
    font-size: 30px;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .fullcircle1 .dotcircle1 > div {
    width: 100%;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    word-wrap: break-word;
}

.page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer span {
    font-size: 30px;
}

.bargraph-container {
    flex-grow: 1;
    max-width: 700px;
}

.bargraph-container.carbon {
    max-width: 1200px;
    min-height: 350px;
}

.piegraph-container {
    flex-grow: 1;
    max-width: 300px;
}

.page-container .page-top .container .page-contents .piegraph-container .circle-wrapper1 .fullcircle1 .dotcircle1 {
    padding: 0 5%;
}

.page-container .page-bottom {
    display: flex;
    height: 20vh;
    background-color: #fff;
    position: relative;
}

.page-container .page-bottom .logo-container {
    padding: 2vh 2vw;
    background: #fff;
    z-index: 2;
    width: 10vw;
}

.page-container .page-bottom .logo-container img {
    height: 100%;
    background: #fff;
    margin-right: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 10px 0px 5px -5px rgba(225, 227, 230, 1);
    -moz-box-shadow: 10px 0px 5px -5px rgba(225, 227, 230, 1);
    box-shadow: 10px 0px 5px -5px rgba(225, 227, 230, 1);
}

.page-container .page-bottom .ticker-container {
    display: inline-block;
    line-height: 19vh;
    width: 100vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-container .page-bottom .ticker-container .ticker {
    display: inline-block;
    margin-right: 3vw;
    font-size: 3vh;
}

.page-container .page-bottom .ticker-container .ticker span {
    margin-right: 10px;
    color: #1fb38e;
    font-size: 3vh;
}

/* Laundry Slide */

.page-container .page-top .container .page-contents.column {
    flex-direction: column;
}

.page-container .page-top .container .page-contents.column .flex-row {
    display: flex;
    margin-bottom: 1vw;
}

.page-container .page-top .container .page-contents.column .flex-row.content {
    align-items: center;
}

.page-container .page-top .container .page-contents.column .flex-row:last-child {
    margin-bottom: 0;
}

.page-container .page-top .container .page-contents .flex-row .flex-column {
    flex-grow: 1;
    flex-basis: 20%;
    margin-right: 1vw;
    padding: 0 1vw;
    color: #fff;
    font-size: 3.5vw;
    box-sizing: border-box;
}

.page-container .page-top .container .page-contents .flex-row .flex-column:last-child {
    margin-right: 0;
}

.page-container .page-top .container .page-contents .flex-row .flex-column.label-large {
    flex-shrink: 1;
    min-width: 125px;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
}

.page-container .page-top .container .page-contents .flex-row .flex-column.label-medium {
    font-size: 32px;
    line-height: 30px;
}

.page-container .page-top .container .page-contents .flex-row .flex-column.label-small {
    font-size: 24px;
    line-height: 24px;
}

.page-container .page-top .container .page-contents .flex-row .flex-column span {
    display: block;
    font-size: 22px;
    margin-top: 5px;
}

.page-container .page-top .container .page-contents .flex-row .flex-column.item {
    padding: 1vw;
    border-radius: 10px;
    border: 4px solid #1c2739;
}

.page-container .page-top .container .page-contents .flex-row .flex-column.item.aqua {
    background: #21fff2;
    color: #3b495f;
    border-color: #21fff2;
}

/* Now - Weather Slide */

.page-container .page-top .container .page-contents .widgets-wrap {
    width: 100%;
}

.page-container .page-top .container .page-contents .cardwrap {
    display: flex;
}

.page-container .page-top .container .page-contents .cardwrap .weathercard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: auto;
}

.page-container .page-top .container .page-contents .cardwrap .weathercard .card--header,
.page-container .page-top .container .page-contents .cardwrap .weathercard .card--subHeader,
.page-container .page-top .container .page-contents .cardwrap .weathercard .card--temperature {
    color: #374357;
}

.page-container .page-top .container .page-contents .cardwrap .weathercard .card--subHeader {
    font-size: 28px;
    line-height: 28px;
    font-family: "RubrikExtraLight";
}

.page-container .page-top .container .page-contents span.sub {
    position: relative;
    top: -0.5em;
    font-size: 65%;
    font-weight: bold;
}

.page-container .page-top .container .page-contents .cardwrap .rigth-tp-card {
    display: flex;
    flex-direction: column;
}

.page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
}

.page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card h2 {
    color: #004c37;
}

.page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card p {
    margin-top: 0px;
    color: #004c37;
    font-size: 28px;
}

.page-container .page-top .container .page-contents .right .circle-wrapper1 .circle-footer span {
    font-size: 32px;
    line-height: 32px;
}

.page-container .page-top .container .page-contents .right {
    display: flex;
    align-items: center;
}

/* Comfort Slide */

.page-container .page-top .container .page-contents.comfort .left {
    flex-basis: 25%;
    margin-right: 5%;
}

.page-container .page-top .container .page-contents.comfort .left img {
    width: 100%;
}

.page-container .page-top .container .page-contents .right {
    flex-basis: 70%;
}

.page-container .page-top .container .page-contents .right.column {
    flex-direction: column;
    color: #fff;
    text-align: left;
}

.page-container .page-top .container .page-contents .right.left-align {
    align-items: flex-start;
}
.blokquote-wellness{
    font-size: 1.2vw !important;
    line-height: 2vw !important;
    font-weight: 100;
}

.page-container .page-top .container .page-contents .right .blokquote {
    font-size: 2vw;
    line-height: 3vw;
}

.page-container .page-top .container .page-contents .right ul.hand-list {
    list-style: none;
    padding: 0;
}

.page-container .page-top .container .page-contents .right ul.hand-list li {
    position: relative;
    padding-left: 4vw;
    padding-bottom: 10px;
    font-size: 1.2vw;
    font-weight: 100;
    line-height: 2;
}

.page-container .page-top .container .page-contents .right ul.hand-list li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../img/up_green.png) no-repeat left center;
    background-size: cover;
    width: 4vw;
    height: 2.5vw;
}

/* Savings */

.page-container .page-top .container .page-contents.savings .left .card.green {
    background: #2fdeb3;
    margin-right: 5vw;
    padding: 3vw 2vw;
    color: #014b39;
    border-radius: 3px;
}

.page-container .page-top .container .page-contents.savings .left .card.green h3 {
    font-size: 2.25vw;
    font-weight: normal;
}

.page-container .page-top .container .page-contents.savings .left .card.green .organisation:not(:last-child) {
    position: relative;
    padding-bottom: 35px;
}

.page-container .page-top .container .page-contents.savings .left .card.green .organisation:not(:last-child):after {
    content: "+";
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    color: #fff;
    font-size: 52px;
}

.page-container .page-top .container .page-contents.savings .left .card.green .organisation h4 {
    font-size: 2.25vw;
}

.page-container .page-top .container .page-contents.savings .right {
    position: relative;
    justify-content: center;
    flex-basis: auto;
    padding-left: 12.5vw;
}

.page-container .page-top .container .page-contents.savings .right:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10vw;
    height: 100%;
    background: url(../img/thermometer-ico.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 {
    font-size: 2vw;
    font-weight: bold;
    line-height: 2vw;
}

.page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 span {
    font-size: 1.5vw;
    font-weight: 100;
}

.page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h2 {
    font-size: 2.5vw;
    line-height: 3vw;
}

.page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h2.green {
    color: #00a87e;
}

.page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h2.red {
    color: #ff7260;
}

.rigth-tp-card {
    width: 35%;
    float: left;
}

.rigth-tp-card .simply-card {
    padding: 40px 20px;
    background: #2fdeb3;
    border-radius: 4px;
    text-align: center;
}

.rigth-tp-card .simply-card:first-child {
    margin-bottom: 9px;
}

.rigth-tp-card .simply-card h2 {
    font-size: 70px;
    margin-bottom: 10px !important;
    line-height: 50px;
}

.rigth-tp-card .simply-card p {
    font-size: 20px;
    margin: 30px 0 0 0;
    color: #154b39;
}

.widgets-wrap:after,
.widgets-wrap:before {
    content: "";
    display: block;
    clear: both;
}

.widgets-wrap .left {
    width: 60%;
    float: left;
}

.widgets-wrap .right {
    width: 30%;
    float: right;
    position: relative;
}

.cardwrap:after,
.cardwrap.before {
    content: "";
    display: block;
    clear: both;
}

.weathercard {
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}

.weathercard img {
    width: 60%;
}

.weathercard .card--temperature {
    color: #014a38;
}

.weathercard .card--subHeader {
    font-size: 28px;
}

.card--temperature {
    color: white;
    display: block;
    font-size: 4rem;
}

@media screen and (max-width: 1200px) {
    .page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer {
        font-size: 2vw;
    }
    .page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer span {
        font-size: 2.5vw;
    }
}

@media screen and (orientation: portrait) {
    .page-container .displaycontent,
    .page-container .displaycontent .hdframe-top,
    .page-container .displaycontent .hdframe-top .chakra,
    .page-container .page-top {
        height: 85vh;
        min-height: 600px;
    }
    .page-container .page-top .container .page-header h2,
    .page-container .page-top .container .page-header h2 span,
    .page-container .chakra h1 span {
        font-size: 4vh !important;
        line-height: 3.5vh;
        white-space: normal !important;
    }
    .page-container .page-top .container .page-contents {
        flex-wrap: wrap;
        width: 50%;
        max-width: 450px;
        min-width: 300px;
        margin: 0 auto;
    }
    .page-container .page-top .container .page-contents .circle-wrapper1 {
        width: 47.5%;
        max-width: 100%;
        margin-right: 5% !important;
        margin-bottom: 20px;
    }
    .page-container .page-top .container .page-contents .circle-wrapper1:nth-child(2n + 2) {
        margin-right: 0 !important;
    }
    .page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer {
        font-size: 2.5vw;
    }
    .page-container .page-top .container .page-contents .circle-wrapper1 .circle-footer span {
        font-size: 3.5vw;
    }
    /* Slide 3- Water */
    .page-container .page-top .container .page-contents .piegraph-container .circle-wrapper1 {
        width: 55%;
        margin: 0 auto !important;
    }
    .bargraph-container .grp {
        min-height: 350px;
    }
    .bargraph-container {
        flex-direction: row;
        display: flex;
        width: 80vw;
        min-height: 365px;
    }
    /* Laundry Slide */
    .page-container .page-top .container .page-contents.column {
        /*width: 90vw;*/
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }
    .page-container .page-top .container .page-contents.column .flex-row {
        flex-direction: column !important;
        margin-right: 1vw;
    }
    .page-container .page-top .container .page-contents.column .flex-row:last-child {
        order: -1;
    }
    .page-container .page-top .container .page-contents .flex-row .flex-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1vw;
        box-sizing: border-box;
    }
    .page-container .page-top .container .page-contents .flex-row .flex-column:first-child {
        flex-basis: 0;
        font-size: 42px;
        line-height: 60px;
    }
    .page-container .page-top .container .page-contents .flex-row .flex-column {
        font-size: 8vw;
    }
    .page-container .page-top .container .page-contents .flex-row .flex-column.label-large,
    .page-container .page-top .container .page-contents .flex-row .flex-column.label-medium,
    .page-container .page-top .container .page-contents .flex-row .flex-column.label-small {
        font-size: 3vw;
        text-align: center;
    }
    .page-container .page-top .container .page-contents .flex-row .flex-column span {
        font-size: 2vw;
    }
    .page-container .page-bottom {
        height: 15vh;
    }
    .page-container .page-bottom .ticker-container {
        line-height: 14vh;
    }
    /* Now - Weather Slide */
    .page-container .page-top .container .page-contents .widgets-wrap {
        display: flex;
        flex-direction: column;
    }
    .page-container .page-top .container .page-contents .widgets-wrap .left,
    .page-container .page-top .container .page-contents .widgets-wrap .right {
        width: 100%;
    }
    .page-container .page-top .container .page-contents .cardwrap .weathercard canvas {
        width: 80px;
        height: 80px;
    }
    .page-container .page-top .container .page-contents .cardwrap .weathercard .card--subHeader {
        font-size: 3vw;
    }
    .page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card {
        padding: 2vw;
    }
    .page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card h2 {
        font-size: 3rem;
    }
    .page-container .page-top .container .page-contents .cardwrap .rigth-tp-card .simply-card p {
        margin-top: 0;
        font-size: 2vw;
    }
    .page-container .page-top .container .page-contents .widgets-wrap .right {
        margin-top: 20px;
    }
    .page-container .page-top .container .page-contents.now-weather .circle-wrapper1 {
        display: flex;
        width: 100%;
    }
    .page-container .page-top .container .page-contents.now-weather .circle-wrapper1 .fullcircle1.white1 {
        flex-grow: 1;
        min-width: 175px;
        max-width: 300px;
        margin-right: 20px;
    }
    .page-container .page-top .container .page-contents.now-weather .circle-wrapper1 .circle-footer {
        width: auto;
        display: flex;
        align-items: center;
    }
    .page-container .page-top .container .page-contents.now-weather .circle-wrapper1 .circle-footer span {
        font-size: 3vw;
    }
    /* Comfort Slide */
    .page-container .page-top .container .page-header.left-align {
        text-align: center;
    }
    .page-container .page-top .container .page-contents.comfort .left {
        flex-basis: 100%;
        align-self: center;
        max-width: 25vw;
        margin-right: 0;
        margin-bottom: 2vw;
    }
    .page-container .page-top .container .page-contents.comfort {
        flex-direction: column;
        width: 80vw;
    }
    .page-container .page-top .container .page-contents .right .blokquote {
        font-size: 3vw;
        line-height: 3.5vw;
    }
    .page-container .page-top .container .page-contents .right ul.hand-list li {
        font-size: 2vw;
    }
    /* Savings Slide */
    .page-container .page-top .container .page-contents.savings {
        width: 80vw;
        flex-direction: column;
    }
    .page-container .page-top .container .page-contents.savings .left {
        margin-bottom: 3vw;
    }
    .page-container .page-top .container .page-contents.savings .left .card.green h3 {
        font-size: 4vw;
    }
    .page-container .page-top .container .page-contents.savings .left .card.green .organisation h4 {
        font-size: 4vw;
    }
    .page-container .page-top .container .page-contents.savings .left .card.green {
        margin-right: 0;
    }

    .page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 span {
        font-size: 3vw;
    }
    .page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h2 {
        font-size: 4vw;
    }
}

@media only screen and (min-width: 720px) and (orientation: portrait) {
    .page-container .page-top .container .page-contents {
        width: 40vh;
        max-width: none;
        min-width: 0;
    }
    .page-container .page-top .container .page-header h2,
    .page-container .page-top .container .page-header h2 span {
        font-size: 4vh !important;
        white-space: normal !important;
    }
}

@media only screen and (min-width: 1920px) {
    .page-container .page-top .container .page-contents .flex-row .flex-column {
        font-size: 100px;
    }
    /* Comfort Slide */
    .page-container .page-top .container .page-contents .right .blokquote {
        font-size: 42px;
        line-height: 52px;
    }
    .page-container .page-top .container .page-contents .right ul.hand-list li {
        padding-left: 55px;
        font-size: 22px;
    }
    .page-container .page-top .container .page-contents .right ul.hand-list li:before {
        width: 40px;
        height: 32px;
    }
    /* Savings Slide */
    .page-container .page-top .container .page-contents.savings .left .card.green h3 {
        font-size: 38px;
    }
    .page-container .page-top .container .page-contents.savings .left .card.green .organisation h4 {
        font-size: 44px;
    }
    .page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 {
        font-size: 38px;
        line-height: 40px;
    }
    .page-container .page-top .container .page-contents.savings .right .savinginfo-wrap .grp h3 span {
        font-size: 26px;
    }
}

.chakra {
    width: 100%;
    height: 80vh;
    background: url(../img/chakra.png) no-repeat center center;
    background-size: auto 100%;
    margin: 0 auto;
    position: relative;
}

.chakra h1 {
    max-width: 450px;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
}

.chakra h1 span {
    display: block;
    font-size: 50px;
    line-height: 65px;
}

.chakra h1 span.green-txt {
    color: #00a87e;
}

.chakra h1 span.light-green-txt {
    color: #2fdeb3;
}

.chakra h1 span.white-txt {
    color: #fff;
}

.c_pink {
    background: #ee2a7c;
}

.c_pink_t {
    color: #ee2a7c !important;
}

.hen-pan,
.hen-pan-header {
    max-width: 100%;
    margin-left: auto;
    color: #fff;
    display: inline-flex;
    padding: 20px 20px;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 40px;
}
.hen-pan,
.hph-bg p{
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 2vw;
    text-align: left;
    margin-left: 4vw;
    margin-top: -2vw;
}

.hen-pan .chickeh {
    margin: 10px auto;
}

.hen-pan .chickeh,
.hen-pan-header .chickeh {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: relative;
}

.hen-pan .chickeh.arrow-down::after {
    border-top-color: #fff;
}

.hen-pan-header .chickeh::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 98%;
}

.hen-pan img,
.hen-pan-header img {
    border: 6px solid white;
}

.hen-pan img,
.hen-pan-header img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.img-man{
    border: none !important;
    height: 60vh!important;
    width: auto!important;
    margin-top: -10vh;
    margin-left: -18vh;
}

@media only screen and (max-width: 990px) {
    .hen-pan-header .chickeh::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid #ffffff;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 98%;
    }
}

@media screen and (orientation: portrait) {
    .page-container .page-top.t_full .container .page-contents.comfort .left {
        max-width: 90vw;
    }
}

.conty_4block {
    width: 100%;
    position: relative;
    font-size: 0px;
}
.conty_4block_section {
    width: 25%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.dtxtar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 0 5%;
    border: 5px dashed;
    border-radius: 50%;
    z-index: 9999999;
    font-size: 25px;
}
/*.dtxtar span{
    color: #ffffff;
}*/

@media screen and (orientation: portrait) {
    .page-container .page-top .container .page-contents .circle-wrapper1.fc {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .conty_4block_section {
        width: 50%;
        padding: 5px;
        font-size: 10px;
    }
}

.fitty-sm {
    font-size: 31px !important;
}
.c-l {
    position: absolute;
    top: 42%;
    left: 47%;
}
.m-ex {
    top: 2% !important;
    right: 2% !important;
    z-index: 999;
}
.ac {
    color: #00d9a3 !important;
}
/*===================hotel diaplay========================*/

/*.gru-desk-mob-1 {
    padding-right: 0;
    padding-left: 0;
}

.gru-desk-mob-2 {
    margin-right: 0;
    margin-left: 0;
}*/

.comparision-view-box-container {
    margin-left: auto;
    margin-right: -5px;
}

.d-inline-adjust {
    display: inline-flex !important;
}

.d-inline-adjust .cust-width {
    width: 35%;
}

ol.inputs-rows {
    margin-left: 15px;
}

ol.inputs-rows li {
    margin-bottom: 15px;
}

ol.inputs-rows label {
    white-space: nowrap;
    text-transform: uppercase;
}

span.or {
    line-height: 6.5;
    position: absolute;
    left: 45%;
}

div.or {
    padding-top: 2.5rem;
    text-align: center;
}

a.compare-resource-usage,
a.compare-resource-usage:hover {
    text-decoration: none;
    color: #4acfa2;
    margin-left: 12px;
}

a.compare-resource-usage > i {
    font-size: 28px;
    vertical-align: sub;
}

.inputs-rows div.form-group {
    margin-left: 1rem;
}

.inputs-rows div.part-2 {
    margin-left: 1rem !important;
}

.remove-span {
    line-height: 4.5;
    margin-left: 5px;
    cursor: default;
    padding-top: 12px;
}

.times-circle-custom {
    line-height: 3.66;
    font-size: 28px;
    color: #4acfa2;
    margin-left: 0.5rem;
}

@media only screen and (max-width: 767px) {
    .gru-desk-mob-1 {
        padding-left: 0;
        padding-right: 15px;
    }

    .gru-desk-mob-2 {
        margin-left: auto;
        margin-right: auto;
    }

    .comparision-view-box-container {
        margin-left: auto;
        margin-right: -15px;
    }

    .d-inline-adjust {
        display: inline !important;
    }

    .d-inline-adjust .cust-width {
        width: 100%;
    }

    ol.inputs-rows {
        margin-left: -10px;
    }

    div.or {
        padding-top: 0.5rem;
        text-align: center;
    }

    .inputs-rows div.form-group {
        margin-left: 0 !important;
    }

    .inputs-rows div.part-1,
    .inputs-rows div.part-2 {
        margin-left: 0 !important;
    }

    .remove-span {
        margin-left: 44%;
        line-height: 1;
    }

    .times-circle-custom {
        margin-left: 44%;
        line-height: 1;
        font-size: 34px;
        margin-top: 0;
        cursor: pointer;
        color: #4acfa2;
        position: relative;
        right: auto;
    }
}

a.cust-view-btn {
    background-color: #374457;
    color: #fff !important;
    font-size: 22px;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
    line-height: 1;
    margin-left: 15px;
}

a.cust-view-btn > i {
    font-size: 28px;
    vertical-align: text-top;
}

a.cust-reset-btn {
    background-color: #4acfa2;;
    color: #fff !important;
    font-size: 1rem;
    border: 0px solid;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
    line-height: 1;
    margin-left: 1rem;
}

@media only screen and (max-width: 280px) {
    .notification-container .toast {
        width: 16.5rem;
    }

    .user_lo_btn a,
    .user_lo_btn a:hover,
    .user_lo_btn a:active {
        font-size: 9px;
        vertical-align: middle;
    }
}

.panel_big_heading_no_sidemenu {
    color: #384157;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 22px;
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .panel_big_heading_no_sidemenu {
        margin-top: 0;
    }
}

.comparision-view-box {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.comparision-view-box > div {
    border: 1px solid #97999b;
    padding: 0;
}

.comparision-view-box > div .room {
    min-height: 100px;
    border-bottom: 1px solid #97999b;
    padding: 10px;
}

.comparision-view-box > div .room:last-child {
    border-bottom: 0;
}

.comparision-view-box > div .resource {
    min-height: 200px;
    height: 200px;
    border-bottom: 1px solid #97999b;
    padding: 10px;
}

.comparision-view-box .resource:last-child {
    border-bottom: 0;
}

.comparision-view-box > div h4 {
    color: #96999b;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'RubrikLight';
    font-weight: bold;
}

.comparision-view-box > div span {
    display: block;
    font-size: 15px;
    color: #374357;
    font-family: 'RubrikLight';
}

.comparision-view-box .box-title {
    display: block;
    font-size: 16px;
    color: #374357;
    font-family: 'RubrikLight';
    margin-bottom: 1rem;
}

.comparision-view-box .box-value {
    display: block;
    font-size: 13px;
    font-family: 'RubrikLight';
}

.comparision-view-box div.resource {
    display: inline-flex;
    width: 100%;
}

.comparision-view-box div.resource div.one {
    width: 50%;
}

.comparision-view-box div.resource div.two {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .comparision-view-box {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

.form-control:focus {
    border: 1px solid #ced4da !important;
    outline: none !important;
    box-shadow: none;
}

.gsp-hb {
    position: absolute;
    right: 1rem;
    top: 12px;
}

.cust-green-btn {
    line-height: 5.7;
    padding: 0.47rem 20px;
    background-color: #4acfa2;
    color: #fff !important;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
    height: 40px;
}

.display-compare-green-btn {
    padding: 0.47rem 20px;
    background-color: #4acfa2;
    color: #fff !important;
    font-size: 18px;
    border: 0px solid;
    border-radius: 5px;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
    height: 40px;
}

.grey-bg {
    background-color: #f3f3f3;
    padding: 10px 20px 20px 20px;
    margin-bottom: 2rem;
}

.grey-bg.bottom-section {
    padding-bottom: 20px;
}

p.font-22 {
    font-size: 22px;
}

.cust-p {
    padding: 3px 0;
    margin-right: 2rem;
}

p.set-another-historic {
    line-height: 2.5;
    color: #4acfa2;
}

p.set-another-historic > a,
p.set-another-historic > a:hover {
    color: #4acfa2;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    p.set-another-historic {
        line-height: normal;
    }
}

.get-slim-modal .modal-body {
    background-color: #fff;
    font-family: sans-serif;
    padding: 16px 32px;
}

.get-slim-modal .modal-body > .close,
.get-slim-modal .modal-body > .close:hover {
    color: #4acfa2 !important;
    border: 2px solid #4acfa2 !important;
    padding-top: 1px !important;
    padding-left: 8px !important;
}

.get-slim-modal .modal-body p > span.red {
    color: #ff0000;
}

.get-slim-modal .modal-body p > span.bold {
    font-weight: bold;
}

.get-slim-modal .modal-body p.line-height {
    line-height: 1.3;
}

.get-slim-modal .modal-body p.margin-top {
    margin-top: -15px;
}

.get-slim-modal .modal-body p.margin-top:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .get-slim-modal .modal-dialog {
        max-width: 335px;
    }
}

@media only screen and (max-width: 767px) {
    .get-slim-modal .modal-dialog {
        max-width: 270px;
    }
}

.display-container {
    display: inline-flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.dummy-display-item-first {
    position: absolute;
    left: 0;
    top: 3.06rem;
    border-left: 1px solid #b7b7b7;
    min-height: 25rem;
}

.dummy-display-item-last {
    position: absolute;
    right: 0;
    top: 3.06rem;
    border-left: 1px solid #b7b7b7;
    min-height: 25rem;
}

.display-item {
    min-width: 540px;
    width: 540px;
    margin: 0 10px;
}

.display-item .display-item-trash {
    line-height: 1.5;
    color: #ff0000;
    margin-left: 15px;
    cursor: pointer;
}

.display-item:first-child {
    margin-left: 0;
}

.display-item:last-child {
    margin-right: 0;
}

.display-item-title {
    font-size: 22px;
    padding-bottom: 1rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .dummy-display-item-first,
    .dummy-display-item-last {
        min-height: 25.4rem;
    }

    .display-item-title {
        text-align: left;
    }
}

.display-item-content {
    border-top: 1px solid #b7b7b7;
}

.display-item .div-row-first,
.display-item .div-row {
    display: inline-flex;
    min-height: 50px;
}

.display-item .div-row-first {
    font-weight: bold;
}

.display-item .div-content {
    margin-top: -7px;
}

.display-item .div-cell {
    min-width: 11.25rem;
    border: 1px solid #b7b7b7;
    border-top: 0;
    border-left: 0;
    font-family: sans-serif;
    padding: 15px;
    font-size: 0.824rem;
    font-weight: bolder;
}

.display-item .div-cell.clickable {
    background-color: #4acfa2;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.display-item-content .div-row-first .div-cell:first-child,
.display-item-content .div-row .div-cell:first-child {
    border-left: 1px solid #b7b7b7;
}

.compare-item-container .compare-item {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .compare-item-container .compare-item {
        margin-top: 25px;
    }
}

.compare-item .compare-item-content {
    border: 1px solid #b7b7b7;
}

.compare-item-content .div-row-first {
    min-height: 50px;
    padding: 13px 15px 15px 15px;
    color: #fff;
    font-size: 18px;
}

.compare-item-content .div-row-first.basic {
    background-color: #4acfa2;
}

.compare-item-content .div-row-first.cautious {
    background-color: #00a87e;
}

.compare-item-content .div-row-first.advanced {
    background-color: #014a38;
}

.compare-item-content .div-row-first.visionary {
    background-color: #003024;
}

.compare-item-content .div-row {
    min-height: 64px;
    padding: 10px 15px;
}

.compare-item-content .div-row p {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
}

.compare-item-content .div-row p:first-child {
    text-transform: capitalize;
    font-weight: bold;
}

div.compare-set-target {
    background-color: #47576f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px;
}

.compare-item-content .div-row:last-child {
    padding: 15px;
    text-align: center;
}

.set-target-modal {
    color: #384157 !important;
}

.set-target-modal p.current-target {
    background-color: #f3f3f3;
    padding: 5px;
    margin-top: 15px;
}

.set-target-modal p.current-target > span {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}

@media (min-width: 576px) {
    .set-target-modal .modal-dialog {
        max-width: 700px;
    }
}

.set-target-or {
    line-height: 6.5;
}

@media only screen and (max-width: 767px) {
    .set-target-or {
        line-height: 1;
    }

    .set-target-modal .mob {
        padding-left: 0;
        padding-right: 0;
    }

    .gsp-mob {
        padding-bottom: 3rem !important;
    }
}

.set-target-modal hr {
    border: 0.1rem solid #ced4da;
    background-color: #ced4da;
    width: 100%;
}

.set-target-modal .modal-body {
    padding: 20px 32px 30px 32px;
}

select.animated-border,
select.animated-border:focus {
    border: 1px solid #ff0000 !important;
}

.gsp_container_chck {
    display: inline;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.gsp_container_chck input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gsp-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border: 3px solid #edeef2;
}

span.gsp-checkmark > span {
    display: none;
}

span.auto-man-marked > span {
    display: block;
    position: absolute;
    margin: 7px;
    width: 15px;
    height: 15px;
    background-color: #4acfa2;
}

.gsp_container_chck input:checked ~ .gsp-checkmark:after {
    display: block;
}

.gsp-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.gsp_container_chck .gsp-checkmark:after {
    left: 10px;
    top: 2px;
    width: 9px;
    height: 20px;
    border: solid #374457;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gsp-checkbox-label {
    font-size: 18px;
    margin-left: 3rem;
}

.gsp-checkbox-content {
    font-family: sans-serif;
    font-size: 16px;
    margin-left: 3rem;
}

.gsp-applied-checkbox {
    padding-top: 0.4rem;
    padding-left: 3rem;
    font-family: sans-serif;
    font-size: 16px;
}

.gsp-save-black-button-container {
    width: 100%;
    text-align: center;
}

.gsp-save-black-button {
    padding: 10px 20px;
    background-color: #47576f;
    color: #fff !important;
    font-size: 18px;
    border: 0px solid;
    border-radius: 0;
    font-family: "RubrikExtraLight";
    outline: none;
    white-space: nowrap;
}

.baseline-table-container {
    display: inline-flex;
    width: 100%;
}

.dummy-baseline-item {
    position: absolute;
    right: 0;
    border-left: 1px solid #ced4da;
    min-height: 13.1rem;
    top: 2.7rem;
}

.baseline-table-container .baseline-table {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.border-bottom-zero {
    border-bottom: 0 !important;
}

.baseline-table-container .table-first-column .table-cell {
    min-width: 8rem;
    width: 8rem;
    min-height: 2.625rem;
    height: 2.625rem;
    padding: 0.6rem 0;
}

.baseline-table-container .table-first-column .table-cell:first-child {
    border: 0;
}

.baseline-table-container .baseline-table .table-row {
    display: inline-flex;
}

.baseline-table-container .baseline-table .table-cell {
    min-width: 8.686rem;
    width: 8.686rem;
    min-height: 2.625rem;
    height: 2.625rem;
    border: 1px solid #ced4da;
    border-left: 0;
    border-bottom: 0;
    font-family: sans-serif;
    padding: 0;
}

.baseline-table-container .baseline-table .table-row .table-cell:last-child {
    border-right: 0;
}

.baseline-table-container .baseline-table .table-cell.white-cell {
    background-color: #fff;
}

.baseline-table-container .baseline-table .table-row:first-child .table-cell {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.baseline-table-container .baseline-table .table-row:last-child .table-cell {
    border-bottom: 1px solid #ced4da;
}

.baseline-table-container .baseline-table .table-cell input {
    width: 8.23rem;
    height: 2.35rem;
    border: 0;
    margin: 0 0.25rem;
    padding-top: 0.4rem;
}

.baseline-table-container .baseline-table .table-cell p {
    margin: 0.5rem 0.38rem;
    padding-top: 0.1rem;
}

.make-all-empty {
    font-size: 10px;
    font-weight: bold;
    margin-left: 1rem;
    color: #ff0000 !important;
    text-transform: none;
    font-family: sans-serif;
}

@media only screen and (min-width: 1025px) {
    div.gsp-paitara {
        padding-left: 23px;
    }

    select.gsp-paitara {
        width: 367px;
    }
}

.phone-input-ok input {
    border: 1px solid #d9dbdc !important;
}

.phone-input-error input {
    border: 1px solid #ff0000 !important;
}

div.PhoneInputCountryIconUnicode {
    font-size: 1.5rem;
}

.waste-unit-label-line-height {
    line-height: 2.5;
}

.display-btn-container {
    min-height: 66px;
}

.no-display-record {
    position: absolute;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    left: 0;
    border: 0;
    font-family: RubrikExtraLight;
    font-weight: bold;
    color: #721c24 !important;
    background-color: #f8d7da;
    z-index: 1;
}

.baseline-tables-wrapper {
    display: inline-flex;
    overflow: hidden;
}

.baseline-table {
    overflow: hidden;
    overflow-x: auto;
    width: 48.5rem;
    border: 1px solid #ced4da;
}

.baseline-table .baseline-table-row {
    display: inline-flex;
}

.baseline-table .baseline-table-row .baseline-table-col {
    text-align: center;
    text-transform: uppercase;
    width: 9.75rem;
    font-size: 12px;
    height: 2.6rem;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

.baseline-table .baseline-table-row:first-child .baseline-table-col {
    height: 2.35rem;
}

.baseline-table .baseline-table-row:last-child .baseline-table-col {
    height: 2.55rem;
}

.baseline-table .baseline-table-row .baseline-table-col input {
    border-bottom: 0;
    border: 0;
    height: 2.5rem;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .baseline-table .baseline-table-row:last-child .baseline-table-col {
        height: 2.4rem;
    }

    .baseline-table .baseline-table-row:last-child .baseline-table-col input {
        height: 2.6rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .baseline-table .baseline-table-row:last-child .baseline-table-col {
        height: 2.5rem;
    }

    .baseline-table .baseline-table-row:last-child .baseline-table-col input {
        height: 2.6rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1366px) {
    .baseline-table .baseline-table-row:last-child .baseline-table-col {
        height: 2.52rem;
    }

    .baseline-table .baseline-table-row:last-child .baseline-table-col input {
        height: 2.45rem;
    }
}

.baseline-table .baseline-table-row .baseline-table-col.table-header {
    padding: 0 5px;
}

.baseline-table .baseline-table-row .baseline-table-col.line-height {
    line-height: 3.3;
}

.baseline-table .baseline-table-row .baseline-table-col:last-child {
    border-right: 0;
}

.baseline-left-side-table,
.baseline-right-side-table {
    width: 10rem;
}
.number-of-flights{
    border-bottom: 1px solid #ced4da; 
    border-left: 1px solid #ced4da; 
    border-top: 1px solid #ced4da; 

}
.number-of-flights .baseline-side-table-col{
    border: none !important;
}

.baseline-left-side-table .baseline-side-table-row .baseline-side-table-col {
    text-align: center;
    font-size: 14px;
    height: 2.6rem;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    line-height: 2.8;
}

.baseline-right-side-table .baseline-side-table-row .baseline-side-table-col {
    text-align: center;
    font-size: 12px;
    height: 2.6rem;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    line-height: 2.8;
}

.baseline-left-side-table .baseline-side-table-row:last-child .baseline-side-table-col,
.baseline-right-side-table .baseline-side-table-row:last-child .baseline-side-table-col {
    border-bottom: 1px solid #ced4da;
}
.baseline-table-col-chara{
    padding-top: 10px;
    text-transform: none !important;
}
/* .hoveraction:hover .baseline-table-col-number input{
    transition: all 0.3s ease-in;
    background: #f3f3f3;
} */
.baseline-table-col-number-total{
    margin-left: -8px !important;
}
.baseline-table-col-number-total input{
    text-align: center;
}
.baseline-side-table-row-between{
    display: flex;
    border: 1px solid #ced4da;
    margin: auto 10px;
}
.baseline-side-table-row-between p{
    font-size: 12px;
    padding: 14px 20px 0px 24px;
}
.baseline-side-table-row-between input{
    width: 90px;
    height: 42px;
    align-items: center;
    margin: 14px 10px 0px 0px;
}
.baseline-side-table-row-select{
    display: flex;
    border: 1px solid #ced4da;
    margin: auto 10px;
    height: 86px;
    margin-top: 18px;
}
.baseline-side-table-row-select label:first-child{
    font-size: 12px;
    text-transform: none;
    font-weight: bolder;
    margin-right: 63px;
    margin-left: 26px;
    margin-top: 30px;
}
.baseline-side-table-row-select label:last-child{
    margin-top: 24px;
}

.baseline-save-container {
    border: 1px solid #ced4da;
    height: 5.2rem;
    /* border-left: 0; */
    text-align: center;
    padding-top: 1.25rem;
}

.baseline-tables-wrapper i.la-save {
    color: #4acfa2;
    background-color: #edeef1;
    border: 2px solid #4acfa2;
    font-size: 22px;
    margin-top: 0.45rem;
}

.baseline-tables-wrapper i.la-trash {
    color: #fc7260;
    background-color: #edeef1;
    border: 2px solid #4acfa2;
    font-size: 22px;
    margin-top: 0.45rem;
}

@media only screen and (max-width: 767px) {
    .baseline-left-side-table,
    .baseline-right-side-table {
        width: 15rem;
    }

    .baseline-table {
        width: 35rem;
    }

    .baseline-table .baseline-table-row .baseline-table-col {
        height: 2.6rem;
    }

    .baseline-table .baseline-table-row:first-child .baseline-table-col {
        height: 2.335rem;
    }

    .baseline-table .baseline-table-row:last-child .baseline-table-col {
        height: 2.4rem;
    }

    .baseline-table .baseline-table-row .baseline-table-col input {
        height: 2.52rem;
    }
}

.baseline-box-title {
    /* text-align: center; */
    font-size: 18px;
    display: inline-block;
}
.baseline-box-title-add{
    border: 1px solid #ced4da;
}

p.baseline-laundry {
    font-size: 14px;
    text-transform: uppercase;
}

label.baseline-laundry-input-label {
    text-transform: uppercase;
    font-size: 0.62249rem;
    font-weight: bold;
}

.laundry-linen-bordered,
.laundry-towel-bordered {
    padding-top: 10px;
    border: 1px solid #ced4da;
    border-right: 0;
}

.laundry-last-towel-bordered {
    border-left: 1px solid #ced4da;
}

.laundry-linen-right-bordered,
.laundry-towel-right-bordered {
    border-right: 1px solid #ced4da;
}

.baseline-side-table-row span {
    line-height: 3.5;
    font-size: 12px;
}

.baseline-side-table-col span {
    line-height: 3.4;
}

a.navbar-brand {
    height: 5.6rem;
    padding: 0;
    padding-top: 0.335rem;
}

a.navbar-brand span {
    font-size: 10px;
    color: #aaa;
    vertical-align: middle;
    text-transform: uppercase;
}

a.navbar-brand img:first-child {
    width: 90px;
    height: 90px;
    margin: 0 15px;
    margin-top: -0.4rem;
    margin-left: 0;
}

a.navbar-brand img:last-child {
    max-height: 75px;
    margin: 0 15px;
    margin-top: -0.3rem;
}

@media only screen and (max-width: 767px) {
    a.navbar-brand {
        height: 5rem;
    }

    a.navbar-brand img {
        margin: 0 15px;
    }

    a.navbar-brand img:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 540px) {
    a.navbar-brand {
        padding: 0;
        margin-left: 7.7rem;
    }
    a.mobile-menu {
        position: absolute;
        right: 0.5rem;
        top: 5.95rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 414px) {
    a.navbar-brand {
        padding: 0;
        margin-left: 4.75rem;
    }
}

@media only screen and (max-width: 411px) {
    a.navbar-brand {
        padding: 0;
        margin-left: 4.75rem;
    }
    a.mobile-menu {
        position: absolute;
        right: 0.5rem;
        top: 5.95rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 375px) {
    a.navbar-brand {
        padding: 0;
        margin-left: 0;
    }
    a.mobile-menu {
        position: absolute;
        right: 0.5rem;
        top: 5.95rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 280px) {
    a.navbar-brand {
        padding: 0;
        margin-left: 0;
    }

    span.txt_user {
        font-size: 12px;
    }
    span.user_lo_btn {
        padding: 0 3px;
    }
    a.mobile-menu {
        position: absolute;
        right: 0.5rem;
        top: 5.9rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .highlght_organiser {
        font-size: 32px;
    }
}

.suggested-activity-hand {
    width: auto;
    position: absolute;
    right: -1rem;
    z-index: 1;
}

.suggested-activity-hand-right-zero {
    width: auto;
    position: absolute;
    right: 0;
    z-index: 1;
}

.calendar-btn,
.calendar-btn:hover {
    display: block;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 15px;
    margin: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
}

.calendar-btn img {
    margin-right: 10px;
}
.insight-alerts-table th:first-child{
    min-width: 100px;
    position: relative;
}
.insight-alerts-table th:first-child button{
    display: block;
    position: absolute;
    top: 20%;
    left: 35%;
    background-color: #fff;
    border: 3px solid #edeef2;
    border-radius: 0;
}

.insight-alerts-table th,
.insight-alerts-table td {
    white-space: nowrap !important;
    padding: 15px;
}

.insight-alerts-table th {
    text-align: center !important;
    border-bottom: 2px solid #ccc !important;
}

.insight-alerts-table th:last-child,
.insight-alerts-table td:last-child {
    border-right: 0 !important;
}

.download-alerts-csv {
    position: absolute;
    padding: 10px;
    right: 0;
    top: -12px;
    color: #fff !important;
}
.btn-alerts-delete{
    position: absolute;
    padding: 10px;
    right: 250px;
    top: -12px;
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .insight-alerts-table th,
    .insight-alerts-table td {
        white-space: normal !important;
        padding: 15px;
    }

    .download-alerts-csv, .btn-alerts-delete {
        position: relative;
        float: right;
    }

    .download-alerts-csv-p {
        margin-bottom: 0;
    }
}

.mobile-reports-alerts-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding-top: 15px;
}

.mobile-reports-alerts-container > span {
    border: 0 !important;
}

.mobile-reports-alerts-container i.la-hand-paper {
    color: #eb594b;
}

.mobile-reports-alerts-container .d_r_wh_orcst_txt {
    text-align: start !important;
    font-size: 16px;
}

p.d_r_wh_orcst_txt {
    padding: 0 10px;
    color: #374357;
    margin-top: auto !important;
}

.inside-temp-graph-tooltip {
    width: 100%;
    white-space: nowrap;
    padding: 0 5px 5px 5px;
}

.noble-heading {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    min-width: 250px;
    font-weight: bolder;
    font-size: 15px;
    color:#6f6f70;
}
.target-achived {
    width: 100%;
    height: 45px;
    background-color: #c4c4c4;
    border-radius: 3px;
    text-align: right;
    font-weight: 900;
    margin: 2px 0px;
    color:#6f6f70;
}
.target-till-now {
    background-color: #037f4c;
    height: 100%;
    border-radius: 3px;
}
span.achived-ammount {
    display: block;
    position: absolute;
    line-height: 2.5;
    color: #fff;
    margin-left: 11%;
}
.nobel-charity {
    font-weight: bold;
    text-align: center;
    width: 50%;
    min-width: 300px;
    margin:5% auto;

}
.charity-image-text {
    width: 100%;
    text-align: center;
    margin: 5% 0 0 0;
}


.nobel-charity h4 {
    color: #6f6f70;
    font-weight: bolder;
}

.margin-top-0 {
   margin-top:0 !important
}

.charity-image-text img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 24px;
}

#nodel-cause-d-graph {
    background-image: url('../img/butler.svg');
    background-repeat: no-repeat;
    background-position: 50.5% 42%;
    background-size: 130px 130px;
}
.welcome-noble-padding {
    padding: 27px;
}
.pledge-text {
    color: #6f6f70;
    font-weight: 400;
}
.my-saving {
    width: 100%;
    padding-top: 27px;
    text-align: center;
    color: #6f6f70;
}
.green{
    color: #037f4c;
}


@media only screen and (max-width: 600px) {

    #nodel-cause-d-graph {
        background-position: 50.5% 28%;
        background-size: 58px 47px;
    }

}

/*Conformts section on Mobile Report*/

.white-block {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.weather-heading {
    text-align: center;
    font-family: "RubrikSemiBoldRegular";
}
.inside-temprature {
    font-size: 26px;
    font-family: "RubrikSemiBoldRegular";

}

.two-cols-fles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.small-cards {
    background-color: #fff !important;
    padding: 0;
    height: 80px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
    margin: 5px;
}

.small-cards .small-bold {
    font-size:12px;
    font-family: "RubrikSemiBoldRegular";
    display: block;
    text-align: center;

}
/* .comfort-box {
  
  width:130px;
  height: 40px;
} */
.comfort-box {
    flex: 1 1 0px;
    width: 0;
    height: 50px;
    padding: 2px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    /* overflow: hidden; */
}
.much-too-cool {
    background-color: #1b1464 !important;
    color: white !important;
}

.too-cool {
    background-color: #2e3192 !important;
    color: white !important;
}

.cool {
    background-color: #0171bb !important;
    color: white !important;
}

.fine {
    background-color: #fff !important;
}

.warm {
    background-color: #fbb03b !important;
}

.too-warm {
    background-color: #f05a24 !important;
}

.much-too-warm {
    background-color: #ed1c25 !important;
}

.comfort-box-active {
    background-color: #4acfa2 !important;
    transform: scale(1.05);
}

.comfort-feeback {
    width: 100%;
    display: flex;
    gap: 20px;
    font-size: 10px;
    justify-content: space-between;
    align-items: center;
}

.comfort-feedback-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.comfort-feeback img {
    width: 30px;
    height: 30px;
}

/* .comfort-feeback::before {
    background: url(../img/cool.png);
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 55px;
    left: 15px;
}

.comfort-feeback::after {
    background: url(../img/hoti.png);
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: 86%;
} */
.comfort-temp {
    margin:15px 0px;
}
.carbon_calculation {
    font-size: 18px;
    padding: 4%;
    text-align: center;
    color: #6f6f70;
}
.static-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 100%;
}

.h-display-charity img {
    width: 170px !important;
    border-radius: 152px;
    height: 170px;
    object-fit: cover;
}
.h-display-charity .pledge-text {
    text-align: left;
    color: #ffffff;
    font-size: 17px;
    margin-top:15px;
}
.h-display-noble-heading {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    min-width: 250px;
    font-weight: bolder;
    font-size: 15px;
    color: #ffffff;
}
.h-display-target-achived {
    width: 100%;
    height: 45px;
    background-color: #c4c4c4;
    border-radius: 3px;
    text-align: right;
    font-weight: 900;
    margin: 2px 0px;
    color: #ffffff;
}

.show {
    display:block !important;
}
@media (min-width: 1200px) { 
    li.show {
        display:inline-block !important;
    }
}
.hide {
    display: none !important;
}
.vhide {
    visibility: hidden !important;
}

/*Mobile Report */

@media only screen and (max-width: 600px) {

    .l_r_hen-pan, .l_r_hen-pan-header{
        padding: 10px 10px;
    }
    .l_r_hen-pan-header .l_r_chickeh {
        border-radius: 50%;
        height: 82px;
        width: 76px;
        position: relative;
    }
    .l_r_hen-pan-header img {
        border-radius: 50%;
        width: 82px;
        height: 76px;
        object-fit: cover;
    }

    .l_r_hen-pan-header p {
        font-size:13px;
    }



}

.assistance {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
}

/*Temp disbale tabs*/

.temp-dis {
    color: #c4c4c4 !important;
    background: #f3f3f3 !important;
}
/*
#top-menu-1 a{
    color: #c4c4c4 !important;
}*/


.bt-select .block {
    text-align: center;
    padding: 20px;
    background-color: #4bcfa2;
    font-size: 19px;
    color: #fff;
}

.bt-select .pd-0 {
    padding: 0;
}

.bt-select .butler-circle {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    top: 23%;
    left: 10%;
}

.bt-select .butler-circle img {
    border-radius: 100px;
    background-color: #4bcfa2;
}

.bt-select .bulters-of-butler {
    text-align: center;
    padding: 20px;
    background-color: #4bcfa2;
    color: #fff;
}

.bt-select .butler-circle-select {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: #4bcfa2;
}

.bt-select .slider {
    padding: 20px 15px;
}

.bt-select .butler-circle-select img {
    border-radius: 100px;
}

.bt-select .slick-current .butler-circle-select {
    width: 165px;
    height: 165px;
    -webkit-box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.68); 
    box-shadow: 5px 5px 8px -3px rgba(0,0,0,0.68);
}

.bt-select .slick-next {
    border-left: 27px solid #126a4c;
    top: 35%;
}

.bt-select .slick-prev {
    border-left: 27px solid #126a4c;
    top: 35%;
}

.bt-select .btn-2 {
    margin: 0 auto;
    width: 150px;
    display: block;
    background-color: #4bcfa2;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.bt-select .center {
    margin: 0 auto;
}

.butler-circle {
    border-radius: 45px;
    background-color: rgb(50, 235, 124);
}

.thankyou-butler {
    width:200px;
    margin: 0 auto;
}

/*Mobile Report */

@media only screen and (max-width: 600px) {
    .bt-select .butler-circle {
        width: 90px;
        height: 90px;
    }

    .bt-select .slick-current .butler-circle-select {
        width: 120px;
        height: 120px;
    }

    .bt-select .block {
        font-size: 13px;
        color: #fff;
    }
    .bt-select .bulters-of-butler {
        text-align: center;
        padding: 10px;
    }

    .bulters-of-butler h2 {
        font-size: 1rem;
    }
    .bulters-of-butler p {
        font-size: 0.7rem;
    }
    .bt-select .butler-circle-select {
        width: 120px;
        height: 120px;
    }

}

.select-widgets{
    text-align:center;
    color:#000;
}

.widgetName {
    padding:0;
}

.widgetName li {
    margin-bottom: 1rem;
    padding: 10px;
    color: #4acfa2;
    list-style: none;
    cursor: pointer;
}

.widgetName li img {
    border-radius:10px;
    margin-right: 10px;;
}

.WidgetContainer{
  width:90%;
  margin:50px auto;
}

.addWidget{
    width:150px;
    background-color: #4acfa2;
    padding:10px 10px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    text-align: center;
    
}

.widget-wrapper {
    width:100%;
    background-color: #F3F3F3;
    position: relative;
    height: 100%;
    overflow: scroll;
}

.widget-wrapper.guest-resource{
    overflow-y: scroll;
}
.widget-header {
    background-color: #384157;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.widget-header h3 {
   font-size: 1.2rem;
   padding-left: 10px;
   line-height: 40px;
}

.widget-wrapper .my-activity-os {
    width:100%;
}

.widget-body{
    margin-left:0px;
    margin-right:0px;
}

.wicons {
    font-size: 1.9rem;
    color: #4acfa2;
}
.move {
    cursor: grab;
}

.widget-view {
    display: flex;
}

.widget-view ul {
    list-style: none;
    position: relative;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.widget-view ul li {
    float: left;
    background-color: #384157;
    color: #fff;
    padding: 10px;
    min-width: 33%;
    text-align: center;
    border-radius: 3px;
    margin: 0px 10px;
    font-family: "RubrikSemiBoldRegular";
    cursor: pointer;
}
.resource-block {
    min-height: 100px;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 7px;
    padding-bottom: 10px;
}

.np {
margin: 0;
}

.widget-view ul .selected {
    background-color: #4acfa2;

}

.widget-res-icon img {
    padding: 25% 25% 10% 25%;
    height: 10rem;
}

.widget-res-icon {
    text-align: center;
}

.widget-text {
    font-family: 'RubrikLight';
    font-size: 0.8rem;
    display: block;
    text-align: center;
    font-weight: 700;
}

.widget-sub-text{
    font-family: 'RubrikLight';
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}


.widget-res-data{
    font-family: 'RubrikLight';
    font-size: 0.8rem;
    display: block;
    text-align: center;
    font-weight: 700;

}

.widget-flex{
    display:flex;
    padding: 10px;
    justify-content: space-between;
}

.widget-flex.resource-graph {
    overflow: scroll;
}

.widget-resource-col {
    min-width: 180px;
}
.widget-flex .center{
    text-align: center;
}

.resource-current{
    margin-bottom: 20px;
}
.widget-flex .red {
color: #ED1C24;
}

.widget-flex .green{
    color: #38B588;
}

.widget-flex .best_blue {
    color: #2ea7f2;
}

.widget-resource-col {
    flex:1;
    margin:1rem;
}

.bg-image-resource {
    height: 10rem;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px;
}

.white-border{
    background-color: #fff;
    border: 2px solid #c4c4c4;
    margin: 2%;
    border-radius: 4px;
    padding: 5%;
    position: relative;
}

span.maint-widget {
    font-size: 2rem;
    text-align: center;
    display: block;
    line-height: 2rem;
    font-family: "RubrikSemiBoldRegular";
}

span.maint-widget-guest {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    line-height: 2rem;
    font-family: "RubrikSemiBoldRegular";
}

.flex-middle {
    display: flex;
    height: 100%;
    align-items: center;
    flex-flow: row wrap;
    flex-direction: column;
    justify-content: space-evenly;
}

.widget-button {
    text-align: center;
    background-color: #4bcfa2;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
}

.widget-button:hover {
    color:#fff;
}

span.maint-sub-widget {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    line-height: 2rem;
    font-family: "RubrikSemiBoldRegular";
}

.widget-selection{
    background-color: #ccc3;
}

.widget-select-option {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.widget-icon {
    font-size: 2rem;
    background-color: #4bcfa2;
    color: #fff;
    width: 50px;
    text-align: center;
    border-radius: 6px;
    margin-right: 10px;
}

.delete .la-times-circle {
    cursor: pointer;
}
.co-2-widget-text {
    text-align: center;
    padding-top: 0px;
    font-family: "RubrikSemiBoldRegular";
    font-size: 1.2rem;
}

.co2-widget-text-block {
    padding: 12%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.co2-widget-text-block-2 {
    padding: 17%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.co2-compare-date {
    margin-top: 20px;
}

.co2-saving-text {
    margin-top: 20px;
}

.w-flex-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wifget-data-2-col {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: #F3F3F3;
    margin: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 7px;
    color: #384157;
}

.mg-b-10 {
    margin-bottom: 2rem;
}

.mg-t-10 {
    margin-top: 2rem;
}

.widget-body .slick-slide {
    min-width: 200px;
    margin: 0.5rem;

}

.widget-body .slick-track {
    display: flex !important;
  }
.widget-performance{
    min-width: 200px;
    border: 3px solid #dad9d9;
    background-color: #fff;
    border-radius: 7px;
    margin: 1rem;
    padding-bottom: 1rem;
    padding-top:1rem;
    text-align: center;
}

.widget-body .chartjs-size-monitor{
    border: 1px solid #d4d4d4;
}

.temp-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 0.5rem 0rem;
    border: 2px solid #d4d4d4;
    border-radius: 8px;
}

.tmep-text {
    background-color: #384157;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.tmep-text1 {
padding:0.5rem;
}
.feedback-block{
    background-color : #fff !important;
    color: #000 !important;
    border: 2px solid #c4c4c4;
    border-radius : 7px;
}
span.feedback-empty {
	/* font-size: 1.5rem; */
	text-align: center;
	display: block;
	line-height: 2rem;
	font-family: "RubrikSemiBoldRegular";
}
.feedback-list { 
    max-height: 250px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}
.feedback-list ul li{
    background-color : #fff !important;
    color: #000 !important;
    border: 2px solid #c4c4c4;
    border-radius : 20px !important; 
    margin-top: 10px;
}
.feedback-heading{
    color: #000 !important;
    margin : 10px;
}
.feedbackcnt{
    width: 6rem;
    position:relative; 
    display : flex;
    flex-direction : column;
    min-width : 0;
    word-wrap: break-word;
    background-color : #fff;
    background-clip : border-box;
    border-radius : 7px;
    border : 2px solid #c4c4c4;
}
.feedbackimg{
    width: 95px;height: 95px;
}
.left-feedback{
    margin-top:60px;
}
.feedbackcnt .lasthrcnt{
    padding: 11px;
}
@media only screen and (max-width: 600px) {
    
    .widget-view ul li{
      float: none;
      margin-bottom: 1rem;
    }

    .widget-view ul {
        display:block;
    }


  }
  .celebrations-wrapper{
    width:100%;
    height: auto;
    position: relative;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 1;
    background-image:url('../img/celebration.png') ;
  } 
  .celebrations {
    width: 95% !important;
    height: 100%;
    position: relative;
    margin: 1% auto;
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    align-content: space-around;
    align-items: center;
  }

  .celeb-text {
    font-family: "RubrikSemiBoldRegular";
    font-size:calc(0.823rem + 0.3vw)
  }

  .close-celeb {
    position: absolute;
    right: .5%;
    font-size: 1rem;
    z-index: 2;
}

.blink {
    animation: blinkMe 2s linear infinite;
}
@keyframes blinkMe {
    0% {
     opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100% {
     opacity: 0;
    }
}

.helper-container {
    width: 100%;
    height: 50%;
    display: flex;
    background-color: #fff;
    z-index: 1;
    align-content: space-around;
    align-items: center;
    position:absolute;
}

.helper-container div {
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 25px;
}

.close-help {
    position: absolute;
    right: 1%;
    top: 2%;
    font-size: 1.5rem;
    cursor: pointer;
}
.la-question-circle {
    cursor: pointer;
}
.report .dates input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.report .dates button {
    margin-top: 12px;
}

.report h3 {
    color: #495057;
}
p.error {
    color: #e65a20;
    display: block;
    text-align: center;
}

ul.bedName {
    list-style: none;
}

ul.bedName li {
    padding: 13px;
    margin: 5px;
    text-align: center;
    background-color: #4bcfa2;
    color: #fff;
    border-radius: 3px;
}

.nm {
    margin: 0px;
}

.hskp{
 margin-left:10px;
}

.table .vs_unit{
    font-size:14px;
    text-transform: capitalize;
}
.treat-image {
    width:100%;
    margin: 2%;
}


.treat-butler{
    border-radius: 50px;
}

.react-resizable-handle-se::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgb(0 0 0);
    border-bottom: 2px solid rgb(0 0 0);
  }

  .react-resizable-handle {
    background: transparent;
  }
  .react-resizable-handle-se {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    bottom: 0;
    right: 0;
    cursor: se-resize;
}


.wg-default, .wg-default .country-selector {
    bottom: inherit !important;
    position: absolute !important;
    right: 20px;
    top: 0 !important;
    z-index: 0 !important;
    z-index: 0 !important;
    right: 0 !important;
}

@media only screen and (max-width: 600px) {

    .txt_user span:last-child{
        display: table-caption;
    }

    .r_p_gen_sec {
        padding: 5px;
    }

    .r_p_conty {
        padding: 30px 5px;
     }
     .attraction-activities-section {
        padding: 0 5px 10px 5px;
        margin-top: -10px;
    }

    .direction-section {
        padding: 20px 5px 10px 5px;
    }

    .butler-circle {
        border-radius: 21px;
        background-color: rgb(50, 235, 124);
        width: 40px;
    }
    .acc__panel{
        position: relative;
    }
    .suggested-activity-hand-right-zero {
        top: 0px;
    }
    .suggested-activity-hand {
        top:5px;
    }

    .dr_graph_block_table_inner {
        padding: 7px;
        min-width: 320px;
    }

    .dr_kc_block_top .col-6 {
        padding: 3px;
    }

    .dr_r_p_thumb_inner img {
        width: 27%;
        display: inline-block;
    }

    .nobel-charity {
        min-width: 100%;
    }

    a.hbb-1 {
        top: 15px;
    }

    .pledge-text {
        text-align: center;
    }

}

#app{
    min-width: 320px;
}

.welcome-noble-padding {
    position: relative;
}
.widgetName .disable .widget-icon {
    background-color: #c4c4c4;
}
.widgetName .disable {
    color: #c4c4c4;
    pointer-events: none;
}

.hotel-display  .weglot-container{
        display:none;
    }
.widget-notification{
    background: -webkit-linear-gradient(top, #EBD197 0%,#B48811 50%,#A2790D 51%,#BB9B49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:35px;
    background-clip: text;
    padding-top:5px;
}

div#confitii {
    position: absolute;
    left: -100%;
    top: -10%;
    z-index: -1;
}
.notification-container .toast-close {
    top: 0.5rem !important;
}
.notification-container a {
    text-decoration: none;
    color: #fff;
}
.notification-container a:hover {
    text-decoration: none;
    color: #fff;
}
.charity-image-text .pdf-charity-image{
    width : 100% !important;
    height : auto !important;
}
.pledge-text-align{
    text-align : left !important;
}
.housekeeping-off{
    background-color : #3c4356 !important;
}
.housekeeping-on{
    background-color : #68c151 !important;;
}
@media only screen and (max-width: 600px) {
.hide-mobile{
    visibility: hidden;
  }
}
#typehead-dropdown{
    width: auto !important;
}
.room-performance .pagination{
   justify-content: center;
}

.max-container{
    max-width: 700px;
}

.guest-videos{
    width: 80%;
    margin:0 auto;
}

.report-button {
    background-color: #199480;
    border: 0;
    padding: 11px 40px;
    border-radius: 28px;
    border: 3px solid #474747;
    color: #fff;
}

.align-center {
    text-align: center;
}

.daily-text {
    font-family: "Museo_Sans_Rounded_300";
    font-size: 18px;
    margin: 30px 0px;
}

.guest-videos iframe {
    background-image: url(../img/video-bg.png);
    padding: 7px;
    background-size: 100% 100%;
}
.imageWidth{
    width: 100%;
}
.header-landing{
    font-family: "Museo_Sans_Rounded_700";
    font-size: 25px;
    margin-bottom: 20px;
    width: 69%;
    margin: 15px auto;
    display: block;
}
button.report-button.disabled {
    background-color: #c4c4c4;
    border: 3px solid #c4c4c4;
}
.policy-text{
    text-align: center;
    font-size : 14px;
    color:#374357;
    text-decoration : underline !important;
    font-family:Rubrik;
}
.button-policy{
    text-align: center;
    padding-top:5px;
}

.d_r_pdf_feedback_base_block .my_usage_box{
    -webkit-box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
-moz-box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
}

.rms-sync {
    margin-top:30px;
}


/* User profile  */

.butler-icon-section .butler-icon{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 10px;
    cursor: pointer;
    background-color: var(--teal);
    object-fit: cover;
}

.mgb-pop-content{
    top: -180px;
    color: #ffffff;
    font-family: "RubrikExtraLight";
}

.mgb-pop-content .modal-header{
    background-color: var(--teal);
    text-align: center;

}
.mgp-popup-body{
    padding: 0;
}
.mgb-popup-footer{
    background-color: var(--teal);
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.modal-header .title{
    font-size: 1.7rem;
}

.modal-header .short-text{
    font-size: 1rem;
    text-transform: capitalize;
}


.mgb-pop-content .butler-icon{
    /* width: 150px;
    height: 150px; */
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin: 10px;
    background-color: var(--teal);
    object-fit: cover;
    position: absolute;
    top: 16%;
    left: 14%;
}

.mgb-popup-footer{
    font-size: 1.2rem;
    padding: 22px;

}
    /* text-transform: capitalize; */
@media only screen and (max-width: 600px) {
.hide-mobile{
    visibility: hidden;    
  }
}

a.button.task-button {
    background: linear-gradient(180deg, rgba(24,151,128,1) 0%, rgba(2,226,116,1) 100%);
    border-radius: 10px;
    margin-top: 15px;
}

a.continue-button {
    background: linear-gradient(180deg, rgb(71 71 71) 0%, rgb(67 67 67) 100%);
    border-radius: 10px;
    margin-top: 15px;
}

@media only screen and (max-width: 600px) {

    .l_io {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 7px;
        display: grid;
        width: 270px;
        grid-template-columns: 2fr 1fr;
        border:0 !important;
        background-color: transparent !important;
    }

    span.txt_user {
    background: linear-gradient(180deg, rgba(24,151,128,1) 0%, rgba(2,226,116,1) 100%);
    color: #fff !important;
    padding: 7px;
    border-radius: 10px;
    display: flex;
    
    }

    .txt_user span:last-child {
        color: #ffffff;
    }

    .l_io span{
        padding-left: 5px;
    }

    .user_lo_btn {
        background: #374357;
        padding: 1px 6px;
        margin-left: 10px;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        line-height: 27px;
    }

}
/* PopUp animation */
.mgb-pop-content {
        animation: scaleUp 0.3s;
      }

  @keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0);
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
      }


@media only screen and (max-width: 600px) {
    .mgb-pop-content {
        top: -30px;
        }
    .modal-header .title {
        font-size: 16px;
        }
    .modal-header .short-text {
        font-size: 12px;
        }
    .mgb-popup-footer {
        font-size: 14px;
        padding: 16px;
        }
    }

/* Team Mood Style */

.team_mood_btn {
    width: 90%;
    border-radius: 5px;
    background-color: #21553e;
    color: #fff;
    border: none;
    padding: 5px;
    margin-top: 10px;
}

.team_mood_data_container {
    border: 2px solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team_mood_data_label {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.team_mood_data_green {
    color: green;
    font-size: 2rem;
    margin-bottom: 0;
}

.team_mood_data_red {
    color: red;
    font-size: 2rem;
    margin-bottom: 0;
}


.team_mood_butler_img {
    cursor: pointer;
}

.team_mood_butler_circle {
    width: 90%;
    border-radius: 50%;
    background-color: rgb(50, 235, 124);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}


.notification-container .toast-close {
    top: 0.5rem !important;
}
.charity-image-text .pdf-charity-image{
    width : 100% !important;
    height : auto !important;
}
.pledge-text-align{
    text-align : left !important;
}
.housekeeping-off{
    background-color : #3c4356 !important;
}
.housekeeping-on{
    background-color : #68c151 !important;;
}
.room-performance .pagination{
   justify-content: center;
}
#typehead-dropdown{
    width: auto !important;
}
.policy-text{
    text-align: center;
    font-size : 14px;
    color:#374357;
    text-decoration : underline !important;
    font-family:Rubrik;
}
.button-policy{
    text-align: center;
    padding-top:5px;
}

.d_r_pdf_feedback_base_block .my_usage_box{
    -webkit-box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
-moz-box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
box-shadow: -9px 0px 8px 4px rgba(0,0,0,0.12);
}

.rms-sync {
    margin-top:30px;
}

.magic_eco_trophy img {
    width: 100px;
}

.widget_magic_eco_container {
    border: 3px #00b588 solid;
    border-radius: 30px;
    /* height: 280px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.magic_eco_correct_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.magic_eco_correct_container p {
    font-size: 2rem !important;
}

.magic_eco_correct_img {
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.magic_eco_correct_container i {
    font-size: 3rem;
    color: #ffff00;
}

.magic_eco_correct_container i:nth-child(1) {
    top: 30%;
    left: 20%;
}

.magic_eco_correct_container i:nth-child(2) {
    top: 20%;
    left: 80%;
}

.magic_eco_correct_container i:nth-child(3) {
    top: 60%;
    left: 70%;
}

.magic_eco_correct_container i:nth-child(4) {
    top: 40%;
    left: 60%;
}

.magic_eco_correct_container i:nth-child(5) {
    top: 80%;
    left: 30%;
}

.magic_eco_congrat_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.magic_eco_congrat_img {
    height: 150px;
    overflow: hidden;
}

.magic_eco_congrat_img img {
    transform: scaleX(-1);
}

.widget_magic_eco_switch {
    display: flex;
    flex-direction: row-reverse;
}

.eco_question_container {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.eco_question_block {
    width: 100%;
    background-color: #384157;
    text-align: center;
    border-radius: 5px;
    font-family: "RubrikSemiBoldRegular";
    color: #fff;
    font-size: 1rem;
    padding: 10px 5px;
    box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
    -webkit-box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
    -moz-box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
}

.eco_answer_block {
    background-color: #384157;
    border-radius: 5px;
    font-family: "RubrikSemiBoldRegular";
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
    -webkit-box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
    -moz-box-shadow: 5px 4px 5px -2px rgba(0,0,0,0.23);
    transition: 0.2s all;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
}


.eco_answer_block p {
    padding: 7px 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.eco_answer_block:hover {
    background-color: #4acfa2;
    transform: scale(1.02);
}

.eco_answer_block:active {
    transform: scale(0.98);
}

.eco_question_result_container {
    margin-top: 1rem;
    width: 100%;
    background-color: #F3F3F3;
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 7px;
    color: #384157;
}

.eco_question_result_container p:nth-of-type(2) {
    margin-bottom: 0;
}

/* Magic Eco Language Switch */
.toggleSwitch span span {
	display: none;
}  
  
.toggleSwitch {
	display: inline-block;
	height: 18px;
	position: relative;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	width: 200px;
	background-color: #fafafa;
	/* border: 1px solid #ccc; */
	border-radius:5px;
	height:34px;
}
.toggleSwitch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch > span {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
	outline: none;
}
.toggleSwitch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}
.toggleSwitch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}
.toggleSwitch > span {
	position: absolute;
	left: 0;
	width: calc(100% - 6px);
	margin: 0;
	text-align: left;
	white-space: nowrap;
  margin:0 3px;
}
.toggleSwitch > span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 50px;
	text-align: left;
	font-size: 0.9em;
	width: auto;
	left: 0;
	top: -1px;
	opacity: 1;
	width:40%;
	text-align: center;
  line-height:34px;
}
.toggleSwitch > span span:first-of-type {
	opacity: 1;
	left: 0;
	margin: 0;
    width: 50%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.toggleSwitch > span span:last-of-type {
	left:auto;
	right:0;
	margin: 0;
    width: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.toggleSwitch .active {
    background-color: #666;
	color:#fff;
}
.toggleSwitch .inactive {
	/* opacity: 1;
	color: #fff;	 */
	color:#999;
    background-color: #fff;
}

.home_page_title_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appreciation-content-container {
    border: 2px solid #DADBDD;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
}


.mandatory-astrik-mark {
    color: #dc3545;
    font-size: 1.5rem;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    margin-bottom: 1.5rem;
}
.hr-text:before {
    content: '';
    /* background: linear-gradient(to right, transparent, #818078, transparent); */
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border: 1px dashed;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.panel-task-widget {
    display: flex;
    justify-content: start;
    align-items: center;
}

.rbt-close.close {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
    font-size: 1.5rem;
    margin-top: 0px;
}

.cursor--pointer {
    cursor: pointer;
}

.usage_camparison_container {
    display: flex;
    /* justify-content: space-between; */
    align-items: start;
    width: 100%;
    border: 2px solid #4acfa2;
    padding: 1rem;
    overflow: auto;
}

.bp--none.usage_camparison_container {
    border: none;  
    padding: 0; 
}

.ml--15 {
    margin-left: 15px;
}

.save-icon-on-pop {
    font-size: 5rem;
    color: #4acfa2;
}

.sum-chart-container {
    height: 400px;
}

@media only screen and (max-width: 767px) {
    .home_page_title_container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}

/* User profile  */

.butler-icon-section .butler-icon{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 10px;
    cursor: pointer;
    background-color: var(--teal);
    object-fit: cover;

}

.mgb-pop-content{
    top: -180px;
    color: #ffffff;
    font-family: "RubrikExtraLight";
}

.mgb-pop-content .modal-header{
    background-color: var(--teal);
    text-align: center;

}
.mgp-popup-body{
    padding: 0;
}
.mgb-popup-footer{
    background-color: var(--teal);
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.modal-header .title{
    font-size: 1.7rem;
}

.modal-header .short-text{
    font-size: 1rem;
    text-transform: capitalize;
}


.mgb-pop-content .butler-icon{
    /* width: 150px;
    height: 150px; */
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin: 10px;
    background-color: var(--teal);
    object-fit: cover;
    position: absolute;
    top: 16%;
    left: 14%;
}

.mgb-popup-footer{
    font-size: 1.2rem;
    padding: 22px;
    /* text-transform: capitalize; */
}

/* PopUp animation */
.mgb-pop-content {
        animation: scaleUp 0.3s;
      }

  @keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0);
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
      }


@media only screen and (max-width: 600px) {
    .mgb-pop-content {
        top: -30px;
        }
    .modal-header .title {
        font-size: 16px;
        }
    .modal-header .short-text {
        font-size: 12px;
        }
    .mgb-popup-footer {
        font-size: 14px;
        padding: 16px;
        }
    }


    .error-cell{
        border-color: #dc3545;
    }

    
    .currency-missing{
        color:red;
        font-weight: 700;
    }

    .font-size-14{
        font-size: 14px !important;
    }
    .font-size-15{
        font-size: 15px !important;
    }

    .font-size-13{
        font-size: 13px !important;
    }
  
.sum-chart-container {
    height: 400px;
}





