/*------------------------------------------------------------------------
/*==========================================================================
Import css
==========================================================================*/
@import url('../css/components/spacer.css');
@import url('../css/components/header.css');
@import url('../css/components/breadcrumb.css');
@import url('../css/components/breadcrumb-2.css');
@import url('../css/components/home/banner.css');
@import url('../css/components/home/about.css');
@import url('../css/components/home/services.css');
@import url('../css/components/home/benchmark.css');
@import url('../css/components/home/data-report.css');
@import url('../css/components/home/why-choose.css');
@import url('../css/components/home/what-you-get.css');
@import url('../css/components/home/how-it-work.css');
@import url('../css/components/home/testimonial.css');
@import url('../css/components/home/faq.css');
@import url('../css/components/inquiry.css');
@import url('../css/components/aboutus/aboutus.css');
@import url('../css/components/aboutus/resources.css');
@import url('../css/components/patron-survey/patron-survey.css');
@import url('../css/components/staff-survey/staff-survey.css');
@import url('../css/components/availability/availability.css');
@import url('../css/components/chat/chat.css');
@import url('../css/components/footer.css');
/*==========================================================================
Google Fonts
==========================================================================*/
/*@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&amp;display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&amp;display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');
/*==========================================================================
Common CSS
==========================================================================*/
body {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    /*text-transform: capitalize;*/
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  box-shadow:none !important;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}
.spacer20px {
    height: 20px;
    clear: both;
}
.section-padding {
    padding: 80px 0px;
}
.modal-header h5{
    font-weight:var(--font-weight-500);
}
.modal-backdrop.in {
    opacity: .8 !important;
}
@media (max-width:1536px) {
    .section-padding {
        padding: 50px 0px;
    }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0px;
  }
}
.collapse:not(.show) {
    display: initial;
}

.collapse:not(.in) {
    display: none;
}
/*==========================================================================
Heading CSS
==========================================================================*/
h1 {
  font-size: 70px;
  line-height: 80px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: var(--font-weight-700);
}

h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: var(--font-weight-500);
}

h5 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: var(--p-color);
}
.cursor-pointer{
    cursor:pointer !important;
}
.radius-0{
    border-radius:0 !important;
}
.fw-medium {
    font-weight: var(--font-weight-500);
}
.fw-semibold {
    font-weight: var(--font-weight-600);
}
.fw-bold {
    font-weight: var(--font-weight-700);
}
.color-white{
    color:var(--text-white);
}
.color-dark {
    color: var(--black);
}
.color-primary {
    color: var( --primary-color-1);
}
.font-size-12{
    font-size:12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-22{font-size:22px;}
@media (max-width: 1399px) {
    h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 24px;
    line-height: 41px;
  }
  h3 {
    font-size: 22px;
    line-height: 38px;
  }
}
@media (max-width: 359px) {
  h2 {
    font-size: 20px;
    line-height: 37px;
  }
  h3 {
    font-size: 18px;
    line-height: 34px;
  }
  h4 {
    font-size: 16px;
    line-height: 31px;
  }
  h5 {
    font-size: 14px;
    line-height: 30px;
  }
  h6 {
    font-size: 12px;
    line-height: 28px;
  }
}
.top_-50{
    top:-50px !important;
}
.font-weight-500 {
    font-weight: var(--font-weight-500);
}
/*==========================================================================
Scroll Top CSS
==========================================================================*/
.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--color-8);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    transition: all 200ms linear;
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--primary-color-1);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color-1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
 
/*==========================================================================
Color CSS
==========================================================================*/
:root {
    --body-font: 'Noto Sans', sans-serif;
    --heading-font: var(--body-font), sans-serif;
    --text-white: #FFFFFF;
    --bg-white: #FFFFFF;
    --btn-white: #FFFFFF;
    --border-white: #FFFFFF;
    --black: #000000;
    --black-rgb: 0,0,0;
    --primary-color-1: #1FB1DE;
    --primary-color-1-rgb: 31,177,222;
    --primary-color-2: #0077C8;
    --primary-color-3: #EDF9FC;
    --service-1: #0077C8;
    --service-2: #87189D;
    --service-3: #00965E;
    --service-4: #FFC048;
    --service-5: #1FB1DE;
    --patron-primary-color: #0077C8;
    --patron-primary-color-rgb: 0,119,200;
    --staff-primary-color: #87189D;
    --availability-primary-color: #00965E;
    --availability-primary-color-rgb: 0,150,94;
    --staff-primary-color-rgb: 135,24,157;
    --chat-primary-color: #FFCD00;
    --chat-primary-color-rgb: 255,205,0;
    --benchmark-bg: #006FA7;
    --bg-heading-color: #222222;
    --text-heading-color: #000000;
    --btn-heading-color: #131313;
    --yellow: #FFC048;
    --light-green: #6ABAA4;
    --light-orange: #FF7B5A;
    --pink: #FF46A1;
    --body-color: #343434;
    --dark-one: #1C1E22;
    --dark-two: #222429;
    --p-color: #000000; /*#AEAEAE;*/
    --footer-text: #BBBBBB;
    --footer-border-color: #363636;
    --banner-p: #000000; /*#858585;*/
    --color-1: #1D2122;
    --color-2: #676767;
    --color-3: #999999;
    --color-4: #CCCCCC;
    --color-5: #F1F8FB;
    --color-6: #F4F4F4;
    --color-7: #FEDBD6;
    --color-8: #E8E8E8;
    --color-9: #F2F6F9;
    --color-10: #ECECEC;
    --color-11: #363636;
    --color-12: #FEE3BF;
    --color-13: #CFCFCF;
    --color-14: #FDC67E;
    --color-15: #ACBDF8;
    --color-16: #E1E1E1;
    --color-17: #feedea;
    --color-18: #151718;
    --color-19: #3B3838;
    --color-20: #808287;
    --color-21: rgba(34, 36, 41, 0.5);
    --border-color-1: #E7E7E7;
    --border-color-2: #E9E9E8;
    --border-color-3: rgba(19, 19, 19, 0.1);
    --border-color-4: rgba(19, 19, 19, 0.06);
    --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
    --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
    --font-weight-400: 500;
    --font-weight-500: 600;
    --font-weight-600: 700;
    --font-weight-700: 800;
    --font-size-16px: 16px;
    --placeholer-color: #B5EDFF;
    --input-border-color-rgb: 255,255,255;
    --box-shadow-3: #D9E1F8;
    --list-style-dot-bg: #006FA7;
    --faq-bg: #F8F8F8;
    --testimonial-item-bg: #EDF9FC;
    --disabled-link: #aeaeae;
    --bg-red: #FF4040;
    --bg-green: #00B833;
    --textbox-border: #D7D7D7;
}  
/*==========================================================================
Button And Title Styles CSS
==========================================================================*/
.btn-one {
    background: var(--primary-color-1);
    background: linear-gradient(15deg, #006FA7 0%, #1FB1DE 100%);
    color: var(--text-white);
    display: inline-flex;
    align-items: center;
    justify-content:center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 43px;
    text-align: center;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 6px;
}
    .btn-sm {
        padding: 8px 33px !important;
    }
    .btn-one i {
        position: relative;
        top: 0px;
        margin-left: 15px;
        font-size: 13px;
    }
    .btn-one::before {
        content: "";
        position: absolute;
        height: 800px;
        width: 830px;
        top: 50%;
        left: 50%;
        background: var(--btn-heading-color);
        border-radius: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: all 0.5s ease-out 0s;
        z-index: -1;
    }
    .btn-one.show::before {
        transform: translateY(-50%) translateX(-50%) scale(1);
        transition: all 0.5s ease-out 0s;
    }
    .btn-one:hover {
        color: var(--text-white);
    }
.btn-one:hover::before{
            transform: translateY(-50%) translateX(-50%) scale(1);
        }
.btn-one:focus{
        color: var(--text-white);
    }
 @media (max-width:767px){
    .btn-one {
        padding:10px 25px;
    }
 }

.btn-dark-outline {
    background: transparent;    
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content:center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 43px;
    text-align: center;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 6px;
    border:2px solid var(--black);
}

    .btn-dark-outline i {
        position: relative;
        top: 0px;
        margin-left: 15px;
        font-size: 13px;
    }

    .btn-dark-outline::before {
        content: "";
        position: absolute;
        height: 800px;
        width: 830px;
        top: 50%;
        left: 50%;
        background: var(--btn-heading-color);
        border-radius: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: all 0.5s ease-out 0s;
        z-index: -1;
    }

    .btn-dark-outline:hover {
        color: var(--text-white) !important;
    }

        .btn-dark-outline:hover::before {
            color: var(--text-white);
            transform: translateY(-50%) translateX(-50%) scale(1);
        }

    .btn-dark-outline:focus {
        color: var(--black);
    }

@media (max-width:767px) {
    .btn-dark-outline {
        padding: 10px 25px;
    }
}
.btn-white {
    background: var(--bg-white);
    color: var(--benchmark-bg);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 43px;
    text-align: center;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 6px;
}

.btn-white i {
    position: relative;
    top: 0px;
    margin-left: 15px;
    font-size: 13px;
}

.btn-white::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: var(--btn-heading-color);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

.btn-white:hover {
    color: var(--text-white) !important;
}

.btn-white:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

    .btn-white:focus {
        color: var(--benchmark-bg);
    }

@media (max-width:767px) {
    .btn-white {
        padding: 10px 25px;
    }
}
.btn.btn-small.float-start, .btn.btn-small.pull-left {
    display: none;
}
/*//======================//*/
.btn-theme {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 43px;
    text-align: center;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 6px;
}
.btn-blue {
    background: var(--service-1);
    color: var(--text-white);
}
.btn-pink {
    background: var(--service-2);
    color: var(--text-white);
}
.btn-green {
    background: var(--service-3);
    color: var(--text-white);
}

.btn-theme i {
    position: relative;
    top: 0px;
    margin-left: 15px;
    font-size: 13px;
}

.btn-theme::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: var(--btn-heading-color);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

.btn-theme:hover {
    color: var(--text-white) !important;
}

    .btn-theme:hover::before {
        transform: translateY(-50%) translateX(-50%) scale(1);
    }

.btn-theme:focus {
    color: var(--text-white);
}

@media (max-width:767px) {
    .btn-theme {
        padding: 10px 25px;
    }
}
.subtitle-one {
    position: relative;
    text-transform: uppercase;
    font-weight:var(--font-weight-500);
    color: var(--primary-color-1);    
    font-size: 18px;
    line-height: 26px; 
    display: inline-block;
    margin-bottom: 14px;
}

.ul-list {
    padding: 0;
    list-style:none
}

    .ul-list li {        
        margin-bottom: 20px;        
        padding-left:40px;
        position:relative;
        color:var(--p-color);
    }
        .ul-list li::before {
            content: "";
            position: absolute;
            background: url(../images/double-tick.png) no-repeat;
            background-size: 100%;
            height: 16px;
            width: 30px;
            left: 0;
            top: 8px
        }
    .ul-list.staff li::before {
        content: "";
        position: absolute;
        background: url(../images/double-tick-pink.png) no-repeat;
        background-size: 100%;
        height: 16px;
        width: 30px;
        left: 0;
        top: 8px
    }
        .ul-list li:last-child {
            margin: 0;
        }
        .ul-list li span{
            color:var(--black);
        }
        .ul-list li img {
            margin-right: 10px;
            position:relative;
            left:-40px;
        }
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    padding: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0; /* Initial opacity is set to 0 */
    transform: translateY(-10px); /* Initial position is moved up */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Apply animation transition */
}

/* Show dropdown content with animation */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1; /* Fade in effect */
    transform: translateY(0); /* Slide down effect */
}
.navbar .dropdown-menu {
    -webkit-transition: max-height 0.4s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -moz-transition: max-height 0.4s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -ms-transition: max-height 0.4s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    -o-transition: max-height 0.4s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    transition: max-height 0.4s, opacity 0.3s 0.1s, visibility 0s 0.3s, padding 0.4s ease;
    min-width: 300px;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 5px);
    right: 0;
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 20px 0px;
    border:none;
}

    .navbar .dropdown-menu.show {
        -webkit-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
        -moz-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
        -ms-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
        -o-transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
        transition: max-height 0.4s, opacity 0.1s, visibility 0s, padding 0.2s ease;
        
        opacity: 1;
        top: calc(100% + 5px);
        visibility: visible;
    }

    .navbar .dropdown-menu:not(.show) {
        padding: 0 !important;
    }
    .navbar .dropdown-menu .form-control {
        background: transparent;
        border-radius: 5px;
        border: 2px solid var(--p-color);
    }
    .navbar .dropdown-menu .form-control:focus{
        border: 2px solid rgba(var(--primary-color-1-rgb), 1);
        box-shadow:none;
        outline:none;

    }
    @media (max-width:575px){
        .navbar .dropdown-menu {
            right: -40px;
            left: calc(-100% + 10px);
        }
    }
.accordion--main {
    border: 2px solid var(--primary-color-1); 
}
.heading-panel {
    position:relative;
    background:var(--primary-color-1);
    color:var(--text-white);
    padding:35px 20px 15px;
    font-size:18px;
    font-weight:var(--font-weight-500);
}
.accordion--main .heading-panel:first-child {
    padding: 15px 20px;
}
.accordion--main .heading-panel:first-child::after {
    display: none;
}
.accordion--main .heading-panel::after {
    content: "";
    background: var(--bg-white);
    height: 20px;
    width: calc(100% + 4px);
    position: absolute;
    top: 0px;
    left: -2px;
    border-top:2px solid var(--primary-color-1);
}
.subheading-panel {
    position: relative;
    background: #78D0EB;
    color: var(--text-white);
    padding: 35px 20px 15px;
    font-size: 18px;
    font-weight: var(--font-weight-500);
    border-radius: 6px 6px 0 0;
}
.accordion--main .subheading-panel:first-child {
    padding: 15px 20px;
}

    .accordion--main .subheading-panel:first-child::after {
        display: none;
    }

.accordion--main .subheading-panel::after {
    content: "";
    background: var(--bg-white);
    height: 20px;
    width: calc(100% + 4px);
    position: absolute;
    top: 0px;
    left: -2px;
    border-top: 2px solid var(--primary-color-1);
}
.ShoeHideStandardServive, .ShowHideQuestion {
    border: solid 1px var(--dark-one);
    margin: 20px;
    border-radius: 6px;
}
.accordion--main .form-label {
    font-weight:var(--font-weight-400);    
    font-size:14px;
}
.accordion--main .accordionService {
    font-size: 16px;    
    cursor: pointer;
    padding:12px 18px;            
    transition: 0.4s;
    flex:1 1 auto;
}
.panel_title {
    width: calc(100% - 25px);
    padding-right: 15px;
    font-weight: var(--font-weight-500);
}
    .btn-addquestion{
        height:28px;
        width:28px;
        border-radius:100px;
        color:var(--text-white);
        font-size:14px;
        display:flex;
        align-items:center;
        justify-content:center;
        border:none;
    }
.btn-addquestion:hover {
    color:var(--text-white);
    cursor:pointer;
}
    .btn-addquestion.fa-minus {
        background: var(--bg-red) !important;
    }
    .btn-addquestion.fa-plus {
        background: var(--bg-green) !important;
    }
.form-control {
    border: 2px solid var(--textbox-border);
    box-shadow: none;
    border-radius: 6px;
    font-size: 14px;
    height: 45px;
}
.form-control-search{
    padding-right:42px;
    background:url(../images/search-icon.svg) no-repeat;
    background-position:calc(100% - 10px) center;
    background-size:20px;
}
textarea.form-control{
    height:auto;
}
.form-select:focus, .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color-1);
} 
.note2 {
    font-size: 14px;
}
.language-list {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--primary-color-1) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    padding-right:35px;
}
    .language-list:hover, .language-list:focus {
        background: var(--btn-heading-color) !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right .75rem center !important;
        background-size: 16px 12px !important;
    }
@media (min-width:768px) {
    .language-list {
        position: absolute;
        right: 8px;
        top: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
.language-list option {
   /* color: var(--dark-one);
    background: var(--bg-white);*/
}
    .language-list option:hover {
        color: var(--text-white);
        background: var(--primary-color-1);
    }
.fade:not(.in) {
    opacity: 0;
}
.in {
    display: block;
}
.fade:not(.show) {
    opacity: 1;
}
/*==========================================================================
Tabs css
==========================================================================*/

.nav-tabs {
    border-bottom: 0;
}
    .nav-tabs li {
        background: var(--color-8);
        
        border-radius:6px 6px 0 0;
    }
    .nav-tabs li:not(:last-child) {
        margin-right:10px;
    }
        .nav-tabs li a {
            padding: 10px 20px;
            display:block;
        }
.nav-tabs li.active {
    background:var(--primary-color-1);
    color:var(--text-white);
    }
@media (max-width:767px){
    .nav-tabs li{
        width:100%;
        margin-right:0 !important;
         margin-bottom:5px;
        border-radius:6px;
    }
    .tab-content{
        border-radius:6px !important;
        padding:15px !important;
    }
}
.tab-content {        
    border-color: var(--primary-color-1);
    border-style: solid;
    border-width: 2px;
    border-radius: 0 6px 6px 6px;
    padding: 15px 25px 25px;
    min-height:300px;
}
/*==========================================================================
Sitemap css
==========================================================================*/
.sitemap-section {
    background: url("../../images/service-section-overlay.png") var(--primary-color-3);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    position: relative;
    z-index: 0;
}
.sitemap-holder {
    background: var(--bg-white);
    border-radius: 6px;
    padding:25px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden; 
    margin-bottom: 25px;
}
.sitemap-holder.sitemap {
    
}
.sitemap-holder .sitemap-title {
    display: flex;
    align-items:center;
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom: 2px solid var(--color-10);
}
.sitemap-holder .sitemap-title img {
    max-width: 34px;
    height: 100%;
}
.sitemap-holder .sitemap-title h4{
    font-size:22px;
    font-weight:var(--font-weight-500);
    padding-left:15px;
}
.sitemap-holder ul{
    list-style:none;
    padding-left:0;
    margin:0;

}
.sitemap-holder ul li:not(:last-child){
    padding-bottom:15px;
}
    .sitemap-holder ul li a {
        font-weight: var(--font-weight-500);
        transition: 0.4s;
        
    }
.sitemap-holder ul li a i {
    margin-right: 10px;
}
.sitemap-holder.sitemap-1 ul li a i{
    color:var(--service-5);
}
.sitemap-holder.sitemap-2 ul li a i {
    color: var(--service-1);
}
.sitemap-holder.sitemap-3 ul li a i {
    color: var(--service-2);
}
.sitemap-holder.sitemap-4 ul li a i {
    color: var(--service-3);
}
.sitemap-holder.sitemap-5 ul li a i {
    color: var(--service-4);
}

    .sitemap-holder ul li a span {
        transition: 0.4s;        
    }
    .sitemap-holder ul li a:hover span{
        transition: 0.4s;
        padding-left: 10px;
    }
    .sitemap-holder ul li a:hover {        
        transition: 0.4s;        

    }
    .sitemap-holder.sitemap-1 ul li a:hover {
        color: var(--service-5);     
    }

    .sitemap-holder.sitemap-2 ul li a:hover {
        color: var(--service-1);
    }

    .sitemap-holder.sitemap-3 ul li a:hover {
        color: var(--service-2);
    }

    .sitemap-holder.sitemap-4 ul li a:hover {
        color: var(--service-3);
    }

    .sitemap-holder.sitemap-5 ul li a:hover {
        color: var(--service-4);
    }

.errorMessage {
    color: var(--bg-red);
}
.form-group{
    margin-bottom:15px;
}
.survey-lag .dropdown .dropdown-content {
    padding: 0;
    background: var(--btn-heading-color);
} 
.survey-lag .dropdown .dropdown-content a {
    color: var(--text-white);
}
        .survey-lag .dropdown .dropdown-content a:hover {
            background: #52525E;
        }

.btn-primary {
    background: var(--primary-color-1);
    color: var(--text-white);
    line-height: 26px;
    padding: 7.5px 30px;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    border-radius: 50px;
    border-width: 2px;
    border-color: var(--primary-color-1);
}
    .btn-primary:hover, .btn-primary-outline:hover, .btn-danger:hover {
        background: var(--btn-heading-color);
        border-color: var(--btn-heading-color);
        color: var(--text-white);
    }
    .btn-primary:focus, .btn-primary-outline:focus, .btn-danger:focus {
        background: var(--btn-heading-color);
        border-color: var(--btn-heading-color);
        color: var(--text-white);
        box-shadow:none;
        outline:none;
    }
    .btn-primary.active, .btn-primary:active {
        box-shadow: none;
        outline: none;
    }
    .btn-primary-outline {
        background: transparent;
        color: var(--btn-heading-color);
        line-height: 26px;
        padding: 7.5px 30px;
        font-weight: var(--font-weight-500);
        font-family: var(--heading-font);
        border-radius: 50px;
        border-width: 2px;
        border-color: var(--btn-heading-color);
    }
.btn-danger {
    background: var(--bg-red);
    color: var(--text-white);
    line-height: 26px;
    padding: 7.5px 30px;
    font-weight: var(--font-weight-500);
    font-family: var(--heading-font);
    border-radius: 50px;
    border-width: 2px;
    border-color: var(--bg-red);
}
.popover.bottom {
    margin-top: 10px;
}
.popover.top {
    margin-top: -10px;
}
    .popover.top > .arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }
.popover.bottom > .arrow::after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.fade.in {
    opacity: 1;
}

    .popover > .arrow::after {
        content: "";
        border-width: 10px;
        border-top-width: 10px;
    }
    .popover > .arrow, .popover > .arrow::after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-bottom-color: transparent;
        border-style: solid;
    }
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}
.popover > .arrow {
    border-width: 11px;
    border-top-width: 11px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/*======RADIO BUTTON=========*/
.radio-btn{
    cursor:pointer;
}
.radio-btn input[type="radio"] {
    display: none;
}
    .radio-btn input[type="radio"] + label{
        padding-left:25px;
        position:relative;
    }
    .radio-btn input[type="radio"] + label {
        color: var(--color-3);
    }
        .radio-btn input[type="radio"]:checked + label{
            color:var(--dark-one);
            font-weight:var(--font-weight-500);

        }
        .radio-btn input[type="radio"] + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 3.5px;
            height: 18px;
            width: 18px;
            display: inline-block;
            border: 1px solid var(--p-color);
            border-radius: 100%
        }
    .radio-btn input[type="radio"]:checked + label:before {
        content: "";
        border: 1px solid var(--primary-color-1);
        box-shadow:inset 0 0 0 4px var(--bg-white);
        background:var(--primary-color-1);
        
    }
    /*======CHECKBOX=========*/
.check-btn {
    cursor: pointer;
}

    .check-btn input[type="checkbox"] {
        display: none;
    }

        .check-btn input[type="checkbox"] + label {           
            position: relative;
        }

        .check-btn input[type="checkbox"] + label {
            color: var(--color-3);
        }

        .check-btn input[type="checkbox"]:checked + label {
            color: var(--dark-one);
            font-weight: var(--font-weight-500);
        }

        .check-btn input[type="checkbox"] + label:before {
            content: "";
            border: 2px solid var(--p-color);
            border-radius: 3px;
            margin-right: 10px;
            padding: 1px 1.5px;
            color: var(--text-white);
            content: "\f00c";
            font-family: 'Font Awesome 5 Pro';
            font-size: 11px;
        }

        .check-btn input[type="checkbox"]:checked + label:before {
            content: "\f00c";
            font-family: 'Font Awesome 5 Pro';
            border: 2px solid var(--primary-color-1);
            color: var(--primary-color-1);
            font-size: 11px;
            
        }
        /*=====================*/
    .time-range p{font-family:"Arial",sans-serif;font-size:14px;color:#333}
.ui-slider-horizontal{height:8px;background:#D7D7D7;border:1px solid #BABABA;box-shadow:0 1px 0 #FFF,0 1px 0 #CFCFCF inset;clear:both;margin:8px 0;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}
.ui-slider{position:relative;text-align:left}
.ui-slider-horizontal .ui-slider-range{top:-1px;height:100%}
.ui-slider .ui-slider-range{position:absolute;z-index:1;height:8px;font-size:.7em;display:block;border:1px solid #5BA8E1;box-shadow:0 1px 0 #AAD6F6 inset;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;background:#81B8F3;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi
pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A0D4F5),color-stop(100%,#81B8F3));background-image:-webkit-linear-gradient(top,#A0D4F5,#81B8F3);background-image:-moz-linear-gradient(top,#A0D4F5,#81B8F3);background-image:-o-linear-gradient(top,#A0D4F5,#81B8F3);background-image:linear-gradient(top,#A0D4F5,#81B8F3)}
.ui-slider .ui-slider-handle{border-radius:50%;background:#F9FBFA;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi
pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#C7CED6),color-stop(100%,#F9FBFA));background-image:-webkit-linear-gradient(top,#C7CED6,#F9FBFA);background-image:-moz-linear-gradient(top,#C7CED6,#F9FBFA);background-image:-o-linear-gradient(top,#C7CED6,#F9FBFA);background-image:linear-gradient(top,#C7CED6,#F9FBFA);width:22px;height:22px;-webkit-box-shadow:0 2px 3px -1px rgba(0,0,0,0.6),0 -1px 0 1px rgba(0,0,0,0.15) inset,0 1px 0 1px rgba(255,255,255,0.9) inset;-moz-box-shadow:0 2px 3px -1px rgba(0,0,0,0.6),0 -1px 0 1px rgba(0,0,0,0.15) inset,0 1px 0 1px rgba(255,255,255,0.9) inset;box-shadow:0 2px 3px -1px rgba(0,0,0,0.6),0 -1px 0 1px rgba(0,0,0,0.15) inset,0 1px 0 1px rgba(255,255,255,0.9) inset;-webkit-transition:box-shadow .3s;-moz-transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;position:absolute;z-index:2;width:22px;height:22px;cursor:default;border:none;cursor:pointer}
.ui-slider .ui-slider-handle:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;top:50%;margin-top:-4px;left:50%;margin-left:-4px;background:#30A2D2;-webkit-box-shadow:0 1px 1px 1px rgba(22,73,163,0.7) inset,0 1px 0 0 #FFF;-moz-box-shadow:0 1px 1px 1px rgba(22,73,163,0.7) inset,0 1px 0 0 #fff;box-shadow:0 1px 1px 1px rgba(22,73,163,0.7) inset,0 1px 0 0 #FFF}
.ui-slider-horizontal .ui-slider-handle{top:-.5em;margin-left:-.6em}
.ui-slider a:focus{outline:none}
.slider-range{width:90%;margin:0 auto}
.time-range{width:100%}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sizesuggestion {
    font-size: 11px;
    color: red;
}
.hidden {
    display: none !important;
}
.card-holder{
    padding:15px;
    background:var(--color-9);
    border-radius:6px;
    border:2px solid var(--color-16);
}
.filter-bg {
    background: var(--faq-bg);
    padding:30px;
    border-radius:6px;
}
@media (max-width:1500px){
    .filter-bg .btn_group {
        flex-direction:column; 
    }
    .filter-bg .btn_group *:first-child{ 
        margin-bottom: 10px; 
    }
        .filter-bg .btn_group .btn{
            width:100%;
        }
}
.library_box.blue {
    border-color: #3c8dbc;
    border-right-color: rgb(60, 141, 188);
    border-bottom-color: rgb(60, 141, 188);
    border-left-color: rgb(60, 141, 188);
}
.library_box {
    margin-bottom: 0px !important;
}
.library_box {
    background: #FFFFFF;/*F0F0F0*/
    box-shadow: 0 1px 1px rgba(225,225,225,0.1);
    margin-bottom: 30px;
    min-height: 250px;/*350px;*/
    border-top: solid 3px #dd4b39;
    border-top-color: rgb(221, 75, 57);
    border-radius: 8px !important;
    text-align: center;
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-left: 1px solid #e1e1e1 !important;
}
.filter_btn {
    background: #f0f0f0;
    display: block;
    margin-bottom: 15px;
    padding: 7px 7px;
    color: #22283c;
    border-radius: 3px;
}
.modalBackground {
    background-color: #000;
    filter: alpha(opacity=90);
    opacity: .8;
}
.modalPopup80Per {
    background-color: #fff;
    border-color: #000;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    padding: 10px 20px 20px;
    max-height: 700px;
    overflow-y: auto;
    left: 0 !important;
    right: 0 !important;
    width: 80%;
    margin: auto;
}
.popup_title_bottom_border {
    border-bottom: solid 1px grey;
}
.popup_title_bottom_border h2 {
    font-size: 1.75em;
    color: #3a4a53;
}
.datepicker{
    padding:4px;
}
.TPLblue{border-color: #0077C8;}
.TPLPurple{border-color: #87189d;}
.TPLGreen{border-color:#00965e;}
.highcharts-series .highcharts-point {
    stroke: none;
}
.equityScaleGraphSubTitle, .equityYesNoSubTitle {
    color: #000000;
    width: 150%;
}

    .equityScaleGraphSubTitle .scaleGraphPositive, .equityScaleGraphSubTitle .scaleGraphNegative {
        font-weight: bold;
        width: 50%;
        display: inline-block;
    }

    .equityScaleGraphSubTitle .scaleGraphPositive {
        float: left;
    }

    .equityScaleGraphSubTitle .scaleGraphNegative {
        float: right;
    }
/*.equityYesNoSubTitle .graphYes,.equityYesNoSubTitle .scaleGraphNo{margin-top:50px;font-size:10px;font-weight:bold;width: 50%;display: inline-block;}
.graphYes{float:left;margin-left:-20%;}
.graphNo{float:right;margin-right:80px;}*/
.graphYes {
    text-align: center;
    position: absolute;
    top: 150px;
    left: 33px;
}

.graphNo, .scaleGraphNegative {
    float: right;
}

.graphFirstSubtitle {
    position: absolute;
    top: 250px;
    left: -18px;
}

.graphSecondSubtitle {
    float: right;
    position: relative;
    top: 47px;
    text-align: center;
}

.graphFirstSubtitleValue {
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 138px;
    left: 32px;
}

.graphSecondSubtitleValue {
    float: right;
    font-size: 18px;
    position: relative;
    top: 27px;
    text-align: center;
    right: 35px;
}

.status {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
}

    .status.complete {
        color: var(--availability-primary-color) !important;
        background-color: #D9F4E0 !important;
        border-color: var(--availability-primary-color) !important;
    }

    .status.inprogress {
        color: #F39C12 !important;
        background-color: #FFF6E4 !important;
        border-color: #F39C12 !important;
    }

    .status.default {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }
    .status.notapplicable {
        color: #a94442 !important;
        background-color: #f2dede !important;
        border-color: #ebccd1 !important;
    }

.loader-text {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 280px;
    max-height: 380px;
    margin-left: -140px;
    margin-top: -190px;
}
.modal-header{
    background:var(--primary-color-1);
}
    .modal-header h5 {
    color:var(--text-white) ;
    }
.info-section {    
    padding: 20px 25px;
    border-radius: 6px;
}
.info-default {
    background: var(--primary-color-3);
    color: #54687a;
}
.switch {
    width: 24rem;
    position: relative;
}

    .switch input {
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

        .switch input:checked {
            z-index: 1;
        }

            .switch input:checked + label {
                opacity: 1;
                cursor: default;
            }

        .switch input:not(:checked) + label:hover {
            opacity: 0.5;
        }

    .switch label {
        color: var(--text-dark);
        opacity: 0.33;
        transition: opacity 0.25s ease;
        cursor: pointer;
    }

    .switch .toggle-outside {
        height: 100%;
        border-radius: 2rem;
        padding: 0.25rem;
        overflow: hidden;
        transition: 0.25s ease all;
    }

    .switch .toggle-inside {
        border-radius: 5rem;
        background: #4a4a4a;
        position: absolute;
        transition: 0.25s ease all;
    }

.switch--horizontal {
    width: 18rem;
    height: 32px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
}

    .switch--horizontal input {
        height:32px;
        width: 60px;
        left: 6rem;
        margin: 0;
    }

    .switch--horizontal label {
        font-size: 16px;
        line-height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6rem;
        height: 100%;
        margin: 0;
        text-align: center;
        font-weight: var(--font-weight-600);
    }

        .switch--horizontal label:last-of-type {
            margin-left: 60px;
        }

    .switch--horizontal .toggle-outside {
        background: var(--chat-primary-color);
        position: absolute;
        width: 60px;
        left: 6rem;
    }

    .switch--horizontal .toggle-inside {
        height: 25px;
        width: 25px;
    }

    .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
        left: 0.25rem;
    }

    .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
        left: 32px;
    }
.disabled-input {
    pointer-events: none;
    background-color: #efefef;
}
.listingtable-staff thead tr th {
    background-color: #87189d !important;
    color: #ffffff !important;
    font-size: 14px;
    border-bottom: none !important;
}
.listingtable-staff .fas,.listingtable-staff .fa{color:#87189d !important;}
.dataTables_filter input[type="search"] {
    border-radius: 6px !important;
    border: 2px solid var(--textbox-border);
    box-shadow: none;
    font-size: 14px;
    height: 45px;
}
.dataTables_filter {
    margin-bottom: 15px;
    margin-right: 15px;
}

.listingtable-patron thead tr th {
    background-color: #1fb1de !important;
    color: #ffffff !important;
    font-size: 14px;
    border-bottom: none !important;
}

.listingtable-patron .fas, .listingtable-patron .fa {
    color: #1fb1de !important;/*var(--patron-primary-color) !important;*/
}
.surveyTitle {
    width: 100%;
    padding:5px 0px;
}
.MiniSurveyHeader {
    font-weight: 700;
    font-size: 18px;
    color:var(--text-white);
    background-color: var(--patron-primary-color);
    border: 1px solid var(--patron-primary-color);
    border-radius: 5px 5px 0 0;
}
.surveyQuestionHeader{

}
.pagebreak {
    background-color: #FF9900;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 5px 20px 5px 15px;
    text-align: center;
    border-radius: 5px;
}
.sectionbreak {
    background-color: #2ECC71;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 5px 20px 5px 15px;
    text-align: center;
    border-radius: 5px;
}
.surveyQuestionHeader {
    border-bottom-color: var(--dark-one);
    background: transparent;
    font-weight: var(--font-weight-500);    
    padding:0 15px 0 0;
}
    .surveyQuestionHeader .card_title {
        padding:15px 15px;
        width:calc(100%);
        display: block;
    }
.btn-addquestion {
    /*margin-top: -45px;*/
    margin-right: 8px;
    float: right;
}
.deleteQuestion{float:right;}
#dvPatronSurveys > .card {
    border: 2px solid var(--patron-primary-color);
}
    #dvPatronSurveys > .card .card {
        border-color:var(--dark-one); 
    }
.activelibrary-checkbox {
    display: inline;
    margin-left: 25px;
}
.standard-service .modal-header {
    background: #1fb1de !important;
}
.headerAvailabilityTable {
    border-bottom: 1px solid #000;
    background-color: #00965E;
    color:#fff;
}
/*.MonthTable td {
    border: 1px solid #00965e;
}*/
.dvDoublerangeNote {
    color: gray;
    font-style: italic;
    font-size: 14px;
}
.margin-top-10{margin-top:10px!important;}
.margin-top-50{margin-top:50px!important;}
.horizontal-line{height:4px!important;background-color:#0968aa;opacity:1;}
.libImpactOntario{display: flex;justify-content: center;}
.ulLearnSessions{list-style-type:decimal;}
.resourcesPage p, .resourcesPage b{color: var(--black);}
.ulLearnSessions li span{font-weight: var(--font-weight-500)}
.ulLearnSessions li{margin:10px 0;}
.color-primary-link,.color-primary-link:hover,.color-primary-link:focus{color: var(--primary-color-2);text-decoration:underline;font-weight:bold;}
.modal-header {
    background: var(--primary-color-2);
}
#dvPlanProStandard .toggle.btn{width:100px !important;height:30px !important;border-radius:5px;margin-left:10px;}
#dvPlanProStandard .toggle-group .btn-primary:hover, #dvPlanProStandard .toggle-group .btn-primary:focus, #dvPlanProStandard .toggle-group .btn-primary:active {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    border: 1px !important;
    padding-top: 4px !important;
}

#dvPlanProStandard .toggle-group .btn-default:hover, #dvPlanProStandard .toggle-group .btn-default:focus, #dvPlanProStandard .toggle-group .btn-default:active {
    color: #fff!important;
    background-color: #1fb1de !important;
    border-color: #adadad !important;
}

#dvPlanProStandard .toggle-group .toggle-handle {
    background-color: #C7CED6 !important;
    border: 1px solid #C7CED6 !important;
    padding:25px;
}
#dvPlanProStandard .btn-default {
    color: #fff;
    background-color: #4e4d4d !important;/*rgba(232,232,232,.3) !important;*/
    border-color: #ccc #e8e8e8 !important;
    border: 1px #357ebd !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

#dvPlanProStandard .btn-primary {
    color: #fff !important;
    background-color: #0077C8 !important;
    border-color: #357ebd !important;
    border: 1px #357ebd !important;
    padding-top: 4px !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.PlanProStandard{color:black;padding: 10px 0px 20px;}
.txtBridgePro{font-weight:bold;}
.pro-top-title{margin-bottom:5px;}
#dvPlanProStandard .toggle-on{padding-left: 0px!important;}
#dvPlanProStandard .toggle-off{padding-left: -1px!important;}
.custom-checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Adds spacing between checkbox and label */
    font-size: 14px; /* Adjusts text size */
    cursor: pointer;
}
.custom-checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #007bff; /* Changes checkbox color to match Bootstrap primary */
    cursor: pointer;
}
.custom-checkbox-container label {
    cursor: pointer;
    color: #333; /* Darker text for better readability */
}
.PatronKeyHighlightReport .outcomeHeader, .StaffKeyHighlightReport .outcomeHeader {
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    padding: 25px;
    font-size: 28px;
    border-radius: 0 0 0 50px;
}
.PatronKeyHighlightReport #outcomeHeader1 .outcomeHeader, .PatronKeyHighlightReport #outcomeHeader1 .outcomeArea {
    background-color: #0077ae;
}
.PatronKeyHighlightReport #outcomeHeader2 .outcomeHeader, .PatronKeyHighlightReport #outcomeHeader2 .outcomeArea {
    background-color: #004f71;
}
.PatronKeyHighlightReport .outcomeArea, .StaffKeyHighlightReport .outcomeArea {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: white;
    padding: 12px;
    border-radius: 0 0 0 23px;
}
.PatronKeyHighlightReport,.StaffKeyHighlightReport{padding:20px 0;}
.header1Child, .header2Child {margin-left: 30px;}
.header1Child li, .header2Child li {line-height: 35px;}
.PatronKeyHighlightReport .totalCount {font-weight:bold;}
.font-size-20{font-size: 20px;}
.bluetext{color:#0077ae;}
.header1Child .percentValue{font-size: 18px;color:#0077ae;font-weight:bold;}
.header2Child .percentValue{font-size: 18px;color:#004f71;font-weight:bold;}
.PatronKeyHighlightReport .totalCountDetails {font-size: 18px;}
.PatronKeyHighlightReport .ulDesc{font-weight:bold;padding:10px;font-size: 18px;}
.PatronKeyHighlightReport .header1Child .ulDesc{color:#0077ae;}
.PatronKeyHighlightReport .header2Child .ulDesc{color:#004f71;}

.purpletext{color:var(--staff-primary-color);}
.StaffKeyHighlightReport .totalCount {color:var(--staff-primary-color);}
.StaffKeyHighlightReport .outcomeHeader,.StaffKeyHighlightReport .outcomeArea {background-color:var(--staff-primary-color);}
.StaffKeyHighlightReport .totalCountDetails span{color:var(--staff-primary-color);font-size:18px;}
.StaffKeyHighlightReport .ulDesc{font-weight:bold;padding:10px;font-size: 18px;color:var(--staff-primary-color);}
.StaffKeyHighlightReport .header1Child .percentValue{font-size: 18px;color:var(--staff-primary-color);}

.OntarioSnapTotalCountDetails{margin-bottom: 20px;font-size: 18px;}
.margin0{margin:0;}
.image-holder img {
    width: calc(100% / 3.08);
}

.image-holder-staff img {
    width: calc(100% / 2.5);
}
.notifcontent{margin-top:40px;margin-bottom:10px;}
.notifpopuplink {
    color: #0077c8;
    /*transition: all 0.3s ease;*/
    font-weight: bold;
}
a.notifpopuplink:hover {
    color: #0077C8; text-decoration: underline;font-weight:bold;
    /*text-shadow: 0 0 8px rgba(40, 167, 69, 0.6);*/
}