@import url('/poppins.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: normal;
  font-family: "Poppins", serif;
}

html,
button,
input,
select,
textarea {
  font-family: "Poppins", serif;
  outline: none;
  border: 0;
}



/* EVC-LeftNavigation.html */

.left-bar .icon-block {
  background: transparent;
}



.left-bar .icon-block.active {
  background: #003B5C !important;
  border-radius: 50%;
}

.left-bar .icon-block svg path {
  fill: #003B5C !important;
}

.left-bar .icon-block img.icon {
filter: none;
}


.left-bar .icon-block.active svg path {
  fill: #ffffff !important;
}

.left-bar .icon-block img.icons {
  filter: none;
}

.left-bar .icon-block.active img.icons {
  filter: invert(100%) brightness(200%);
  margin-top: 5px;
}


.left-bar .nav-item{display:flex;align-items:center;gap:4px;margin-top:22px;}
.left-bar .nav-item .icon-block{margin-top:0;} 
.left-bar .nav-text{
  font-size:10px;font-weight:600;
  color:#003B5C;
  text-decoration:none;
  white-space:nowrap;
  line-height:1;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex; 
  margin-top: 3px;
  /* padding-left: 5px; */
}
.left-bar .nav-item.active .nav-text{color:#003B5C;}
.left-bar .nav-item:hover .nav-text{text-decoration:none;} 
.left-bar .icon-block{
  display:flex;
  align-items:center;
  justify-content:center;   
  flex:0 0 51px;            
}
.invoice-left-padding{
      padding-left: 4px;
}


/* .left-bar{display:flex;flex-direction:column;align-items:flex-start;} */

/* Css For Label
.left-bar .nav-item{display:flex;align-items:center;gap:7px;margin-top:22px;width:100%;}
.left-bar .nav-item .icon-block{margin-top:0;}
.left-bar .nav-text{font-size:10px;font-weight:600;color:#003B5C;text-decoration:none;white-space:nowrap;line-height:1;display:inline-block;}
.left-bar .nav-item.active .nav-text{color:#003B5C;}
.left-bar .nav-item:hover .nav-text{text-decoration:none;} */






/* EVC-HamburgerMenu.html */
/* .sidebar .top-block {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: flex-start;
    background-color: #113E56; 
}

.sidebar .icon-block svg path,
.sidebar .icon-block img.icon {
    fill: #ffffff !important;
    filter: brightness(0) invert(1) !important; 
    opacity: 1; 
}

.sidebar .icon-block:hover img.icon {
    opacity: .95; 
}

.sidebar .top-block .smallDevicesNav {
    display: flex;
    flex-direction: column;
    gap: 16px; 
    align-items: flex-start; 
    margin-bottom: 20px; 
}

.sidebar .top-block .profile-image {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar .top-block .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .top-block .name,
.sidebar .top-block .email {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    word-break: break-word;
    padding: 1px;
}

.sidebar .top-block .ev-sign-out-sec {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #113E56;
    text-align: center;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
}

.sidebar .top-block .ev-sign-out-sec:hover {
    color: #2393D2;
}

.sidebar .top-block .ev-sign-out {
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

.sidebar .smallDevicesNav a.ev-nav-item {
    display: flex;
    align-items: center;
    gap: 12px; 
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none !important;
    background: transparent;
}

.sidebar .smallDevicesNav .ev-nav-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(100%)
}

.sidebar .smallDevicesNav .ev-nav-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.sidebar .smallDevicesNav a.ev-nav-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.sidebar .smallDevicesNav a.ev-nav-item.active {
    background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 651px) {
    .sidebar .smallDevicesNav {
        display: none  !important; 
          }
}

@media (max-width: 768px) {
    .sidebar .top-block {
        padding: 16px 10px;
    }

    .sidebar .smallDevicesNav a.ev-nav-item {
        padding: 8px 10px;
        gap: 10px;
    }

    .sidebar .smallDevicesNav .ev-nav-icon {
        width: 22px;
        height: 22px;
    }

    .sidebar .smallDevicesNav .ev-nav-text {
        font-size: 13px;
    }

    .sidebar .smallDevicesNav {
        display: flex;
    }
} */

/* Footer.html */

/* footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 14px 0;
  font-family: Arial, sans-serif;
  width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 8px 12px;
  text-align: right;
}

.footer-info span {
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  color: white;
}

.footer-logo img {
  height: 20px;
  display: block;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
    margin-bottom: 8px;
    width: 100%;
  }

  .footer-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    gap: 2px;
  }

  .footer-logo {
    margin-top: 10px;
  }

  .footer-links a,
  .footer-info span {
    font-size: 11px;
    white-space: normal;
  }

  .footer-logo img {
    height: 22px;
    display: block;
  }
} */
  /* html, body { height: 100%; }

  body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  main,
  #content,
  #mainContent,
  .page-content,
  .content-wrapper,
  .container-body,
  .wrapper {
    flex: 1 0 auto;
  }

  footer{
    margin-top: auto;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
  }

  footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 0;          
    font-family: Arial, sans-serif;
    width: 100%;
  }

   @media (min-width: 768px) and (max-width: 991.98px) {
    footer{
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-left: 86px; 
    }
  }

  @media (min-width: 769px) {
    footer {
      padding-left: 86px;
    }
  }

  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    height: 42px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
  }

  .footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
  }

  .footer-links a:hover { text-decoration: underline; }

  .footer-info {
    display: flex;
    align-items: center;
    gap: 8px 12px;
    text-align: right;
  }

  .footer-info span {
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
    color: white;
  }

  .footer-logo img {
    height: 20px;
    display: block;
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .footer-links {
      justify-content: flex-start;
      margin-bottom: 8px;
      width: 100%;
    }

    .footer-info {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      gap: 2px;
    }

    .footer-logo { margin-top: 10px; }

    .footer-links a,
    .footer-info span {
      font-size: 11px;
      white-space: normal;
    }

    .footer-logo img { height: 17px; }
  } */
/* EVC-AdminNavigation.html */

.btn-primary,
.btn-success,
.btn-info,
.button {
  background-color: #003B5C !important;
}

.btn-md:hover,
.btn-md:active {
  background-color: grey !important;
}

.edit-link:hover,
.dropdown-item:hover {
  background-color: grey !important;
}

.pp-userroles-link {
  min-width: 200px;
  width: fit-content;
}

/* EVC-ClientUsers.html */

.pageHead {
  display: flex;
  align-items: center;
}

.pageTitle {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}

.evc-user-tabs .nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  font-size: 13px;
  color: #073C5C;
}

.evc-user-tabs .nav-tabs .nav-link.active {
  background-color: #ffffff;
  font-weight: 600;
}

.evc-user-tabs .nav-pills .nav-link {
  border-radius: 0;
  color: #000;
  font-size: 13px;
}

.evc-user-tabs .nav-pills {
  border-bottom: 1px solid #B5B5B5;
}

.evc-user-tabs .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #073C5C;
  border-bottom: 3px solid #073C5C;
  font-weight: 600;
}

.evc-user-tabs .tab-content {
  background: #ffffff;
  border-radius: 10px;
}

.evc-user-tabs .nav-tabs .nav-item {
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 767.98px) {

  .evc-user-tabs .tab-content {
    background: transparent;
  }

  .evc-user-tabs .nav-tabs .nav-link {
    background-color: transparent;
    color: #ffffff;
  }

  .evc-user-tabs .nav-tabs .nav-link.active {
    color: #073C5C;
  }

  .evc-user-tabs .nav-pills {
    border-bottom: 1px solid #ffffff;
  }

  .evc-user-tabs .nav-pills .nav-link {
    border-radius: 0;
    color: #ffffff;
  }

  .evc-user-tabs .nav-pills .nav-link.active {
    background-color: transparent;
    color: #ffffff;
  }

  .evc-user-tabs #mainTabs.nav-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .evc-user-tabs #mainTabs.nav-tabs .nav-item {
    flex: 0 0 auto;
  }

  .evc-user-tabs #mainTabs.nav-tabs .nav-link {
    white-space: nowrap;
    padding: 6px 10px;  
    font-size: 12px;     
  }


  .evc-user-tabs #mainTabs.nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .evc-user-tabs #mainTabs.nav-tabs {
    scrollbar-width: none;
  }
}



/* EVC-Header.html */


.head-top-icon-playbook {
  float: left;
  margin-top: 21px;
  display: block;
}

.evc-login-text {
  color: #89c6ec;
}

.evc-emulated-user {
  color: #89c6ec;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .evc-emulated-user {
    font-size: 15px;
  }
}

.evc-emulated-logout {
  cursor: pointer;
  text-decoration: underline;
  color: #f3b840;
  font-weight: 600;

}

@media (max-width: 767.98px) {
  .evc-emulated-logout {
    cursor: pointer;
    text-decoration: underline;
    color: #f3b840;
    font-weight: 600;
    font-size: 15px;
  }
}


.evc-profile-image {
  border: 0 !important;
  cursor: pointer;
}

.evc-user-name {
  cursor: pointer;
}

.evc-toggle {
  filter: invert(100%) brightness(2);
}

@media (max-width: 768px) {
  #header-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  #header-logo {
    padding: 6px 10px;
  }
}



/* EVC-Policies.html */

.pageHead {
  display: flex;
  align-items: center;
}

.pageTitle {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
  font-size: bold;
}

.evc-user-tabs .nav-tabs .nav-link {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  font-size: 13px;
  color: #073C5C;
}

.evc-user-tabs .nav-tabs .nav-link.active {
  background-color: #ffffff;
  font-weight: 600;
}

.evc-user-tabs .nav-pills .nav-link {
  border-radius: 0;
  color: #000;
  font-size: 13px;
}

.evc-user-tabs .nav-pills {
  border-bottom: 1px solid #B5B5B5
}

.evc-user-tabs .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #073C5C;
  border-bottom: 3px solid #073C5C;
  font-weight: 600;
}

.evc-user-tabs .tab-content {
  background: #ffffff;
  border-radius: 10px;
}

.evc-user-tabs .nav-tabs .nav-item {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .evc-user-tabs .tab-content {
    background: transparent;
  }

  .evc-user-tabs .nav-tabs .nav-link {
    background-color: transparent;
    color: #ffffff;
  }

  .evc-user-tabs .nav-tabs .nav-link.active {
    color: #073C5C;
  }

  .evc-user-tabs .nav-pills {
    border-bottom: 1px solid #ffffff
  }

  .evc-user-tabs .nav-pills .nav-link {
    border-radius: 0;
    color: #ffffff;
  }

  .evc-user-tabs .nav-pills .nav-link.active {
    background-color: transparent;
    color: #ffffff;
  }
}


/* Header.html */

.navbar.navbar-dark.static-top {
  flex-wrap: wrap;
}

#navbar.navbar-collapse.collapse {
  width: min-content;
}


.page_section.section-landing-search .row.sectionBlockLayout.sectionFixedStyle,
.page_section.section-landing-forums .row.sectionBlockLayout.sectionFixedStyle {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}


.page_section.section-landing-search .row.sectionBlockLayout.sectionFixedStyle>.container,
.page_section.section-landing-forums .row.sectionBlockLayout.sectionFixedStyle>.container {
  display: flex;
  flex-wrap: wrap;
}


.page_section.section-landing-search .row.sectionBlockLayout.sectionFixedStyle .col-lg-12.columnBlockLayout,
.page_section.section-landing-forums .row.sectionBlockLayout.sectionFixedStyle .col-lg-12.columnBlockLayout {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Pages Breadcrumb.html */


.evc-breadcrumb-nav {
  --bs-breadcrumb-divider: '>';
}

.evc-breadcrumb-ol {
  display: flex;
  padding: 0 15px;
}

.evc-breadcrumb-item-flex {
  display: flex;
  align-items: center;
}

.evc-breadcrumb-text {
  display: inline-block;
  margin: 0;
}

.evc-breadcrumb-link {
  color: inherit;
}

.evc-breadcrumb-home-icon {
  margin-right: 4px;
}