/* CUSTOM CONTAINER CLASSES ====================================================================== */
.container {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1600px;	
  }
}

@media (max-width: 1350px) {
  .container {
    max-width: 98%;	 
  }
}
 

/* Navigation Container Widths */
@media (min-width: 1350px) {
  .navigation-container {
    max-width: 1500px;	
  }
}

@media (max-width: 1350px) {
  .navigation-container {  
    max-width: 100%;	 
  }
}


/* Jumbotron container widths */
@media (min-width: 1550px) {
  .jumbotron-container {
    max-width: 1330px;	
  }
}

@media (max-width: 1550px) {
  .jumbotron-container { 
    max-width: 110%;	 
  }
}

@media (max-width: 1184px) {
  .jumbotron-container { 
    max-width: 100%;	 
  }
}


.pt-banner-container {
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center center;
}




 
/* CUSTOM OBJECT ADJUSTMENTS ===================================================================== */
hr {
  opacity: 100%;
}

.pt-icon {
  padding-top: 0.325em; 
  width: 1.6em; 
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.pt-icon-container {
  text-align: center;
  display: inline-block;
  color: inherit;
}

[data-animation]:not(.u-in-viewport) {
  visibility: hidden; 
}

[data-animation].js-carousel {
  visibility: visible; 
}

#backToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  background-color: #333;
  border: none;
  border-radius: 50%;
  padding: 10px 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px #0000004d;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#backToTop i {
  color: white;
  font-size: 16px;
}

#backToTop:hover {
  background-color: #555;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}




/* PARALLAX BACKGROUND =========================================================================== */
.simple-parallax {
  background-attachment: fixed;
}










/* CUSTOM BUTTON CLASSES ========================================================================= */
.btn span {
  color: inherit!important;
}

.btn:hover span {
  color: inherit!important;
}









/* CUSTOM COLOR CLASSES ========================================================================== */
.primary {
    color: #8c82fc;
}

.primary-bg {
    background-color: #8c82fc;
}

.primary-brd {
    border-color: #8c82fc;
    outline-color: #8c82fc;
}

*::highlight() {
    color: #8c82fc;
    background-color: #8c82fc;
}

/* ::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
  border: 1px solid #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background-color: #b9b9b9!important;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #afafaf!important;
}

::-webkit-scrollbar-button:single-button {
  background-color: #a1a1a1;
  display: block;
  height: 13px;
  width: 16px;
} */


/* ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #eaeaea;
    border: 2px solid #00000010;
}

::-webkit-scrollbar-thumb {
    background-color: #8c82fc!important;
    border-radius: 1px;
    border: 2px solid #00000010;
}

::-webkit-scrollbar-thumb:hover {
  border: 2px solid #00000030;
}

::-webkit-scrollbar-button {
  background-color: #dddddd;
  height: 10px;
} */

/* Color .active-tab with respective page styling css file */





/* CUSTOM FONT CLASSES =========================================================================== */
* {
  font-family: "Inter", sans-serif;
  color: #152551;
}

h1 {
  font-size: 85px;
  /* font-size: 66px; */
  font-weight: 600;
  line-height: ;
}

h2 {
  font-size: 60px;
  /* font-size: 46px; */
  font-weight: 600;
}

h3 {
  font-size: 45px;
  /* font-size: 36px; */
  font-weight: 600;
}

h4 {
  font-size: 35px;
  /* font-size: 26px; */
  font-weight: 500;
}

h5 {
  font-size: 28px;
  /* font-size: 22px; */
  font-weight: 500;
}

h6 {
  font-size: 22px;
  /* font-size: 18px; */
  font-weight: 500;
}

p {
  font-size: 18px;
  /* font-size: 18px; */
  font-weight: 500;
}








/* SCRIBBLE CLASSES ============================================================================== */
.pt-scribble-container {
  position: relative;
}

.pt-scribble-container svg {
  position: absolute;
  width: 100%;
  left: 0px;
  overflow: visible;
}






/* TABLE CLASSES ================================================================================= */
table, table th, table tr, table td {
  padding: 8px 10px;
}

thead {
  border-bottom-width: 2px;
  border-color: #e4e4e4;
}

.pt-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.pt-table-hover tr:hover {
  background-color: #eeeeee;
}

.pt-table-border-col, .pt-table-border-col td, .pt-table-border-col th {
  border-left: #e4e4e4 1px solid!important;
}

.pt-table-border-row, .pt-table-border-row td, .pt-table-border-row th {
  border-top: #e4e4e4 1px solid!important;
}

.pt-table-border, .pt-table-border tr, .pt-table-border td, .pt-table-border th {
  border: #e4e4e4 1px solid!important;
}





/* TABS CLASSES ================================================================================== */
.tab-section .tab-content {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.tab {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tab.active-tab {
  display: block;
  opacity: 1;
}

.tab-section .tab-content .tab:first-child {
  display: block;
  opacity: 1;
}

.tablink {
  cursor: pointer;
}




/* BADGE CLASSES ================================================================================= */
.pt-badge {
  position: absolute;
  top: -25%;
  right: -25%;
  background-color: #dfdfdf;
  padding: 3px 5px;
  font-size: 14px;
  margin-bottom: 0px;
}

.pt-badge-tr {
  top: -25%!important;
  right: -25%!important;
  left: auto;
  bottom: auto;
}

.pt-badge-tl {
  top: -25%!important;
  left: -25%!important;
  right: auto;
  bottom: auto;
}

.pt-badge-br {
  bottom: -25%!important;
  right: -25%!important;
  top: auto;
  left: auto;
}

.pt-badge-bl {
  bottom: -25%!important;
  left: -25%!important;
  top: auto;
  right: auto;
}








/* DROPCAP CLASSES =============================================================================== */
.pt-dropcap {
  font-size: 55px;
  float: left;
  padding-right: 15px;
  line-height: 1;
}

.pt-dropcap-bg {
  color: white;
  padding: 10px 15px;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 55px;
  float: left;
  line-height: 1;
}

.pt-dropcap-brd {
  padding: 10px 15px;
  margin-top: 5px;
  margin-right: 15px;
  border: solid;
  font-size: 55px;
  float: left;
  line-height: 1;
}




/* LABEL CLASSES ================================================================================= */
.pt-label-hide {
  display: none!important;
  position: absolute;
  font-size: 14px;
  color: #333333;
  top: 0%;
  left: 110%;
  z-index: 5;
  padding: 2px 7px;
  white-space: nowrap;
  background-color: #ffffff;
}

.pt-label-hover:hover + .pt-label-hide {
  display: inline-flex!important;
}

.pt-label {
    white-space: nowrap;
    padding: 2px 6px;
    margin: 0px;
    font-size: 14px;
    color: white;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: max-content;
}






/* PROGRESS BAR CLASSES ========================================================================== */
.progress {
  border-radius: 0px;
  height: 20px;
}

.pt-progress-vertical {
  border-radius: 0px;
  display: flex;
  align-items: flex-end;
}

.pt-progress-vertical .progress-bar {
  width: 100%;
}








/* CUSTOM NAVIGATION CLASSES ===================================================================== */
/* NAVIGATION BREAKPOINTS ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* SM -------------------------------------------------------------------------------------------- */
@media (max-width: 576px) {
  .pt-hamburger-sm .pt-navbutton {
    display: block;
  }

  .pt-hamburger-sm .pt-navigation {
    display: none;
  }

  .pt-hamburger-sm .checked {
    display: inline-block;
    width: 100%;
  }

  .pt-hamburger-sm .checked .pt-navigation-list {
    display: inline-block!important;
    justify-content: flex-end;
  }

  .pt-hamburger-sm .pt-dropdown-menu.pt-menu-open {
    position: relative;
  }

  .pt-hamburger-sm .pt-dropdown-menu-inline.pt-menu-open {
    position: relative;
    display: block!important;
  }
}
@media (min-width: 576px) {
  .pt-hamburger-sm-none .pt-navbutton {
    display: none;
  }

  .pt-hamburger-sm-none .pt-navigation {
    display: block;
  }

  .pt-hamburger-sm-none .checked {
    display: flex!important;
    justify-content: flex-end;
  }

  .pt-hamburger-sm-none .checked .pt-navigation-list {
    display: flex!important;
  }

  .pt-hamburger-sm-none .pt-dropdown-menu.pt-menu-open {
    position: absolute;
  }

  .pt-hamburger-sm-none .pt-dropdown-menu-inline.pt-menu-open {
    position: absolute;
    display: flex!important;
  }

  .pt-hamburger-sm-none.pt-navcontainer {
    flex-wrap: nowrap!important;
  }

  .pt-header-sticky-top--sm {
    top: 0;
    position: sticky;
  }
}

/* MD -------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  .pt-hamburger-md .pt-navbutton {
    display: block;
  }

  .pt-hamburger-md .pt-navigation {
    display: none;
  }

  .pt-hamburger-md .checked {
    display: inline-block;
    width: 100%;
  }

  .pt-hamburger-md .checked .pt-navigation-list {
    display: inline-block!important;
    justify-content: flex-end;
  }

  .pt-hamburger-md .pt-dropdown-menu.pt-menu-open {
    position: relative;
  }

  .pt-hamburger-md .pt-dropdown-menu-inline.pt-menu-open {
    position: relative;
    display: block!important;
  }
}
@media (min-width: 768px) {
  .pt-hamburger-md .pt-navbutton {
    display: none;
  }

  .pt-hamburger-md .pt-navigation {
    display: block;
  }

  .pt-hamburger-md .checked {
    display: flex!important;
    justify-content: flex-end;
  }

  .pt-hamburger-md .checked .pt-navigation-list {
    display: flex!important;
  }

  .pt-hamburger-md .pt-dropdown-menu.pt-menu-open {
    position: absolute;
  }

  .pt-hamburger-md .pt-dropdown-menu-inline.pt-menu-open {
    position: absolute;
    display: flex!important;
  }

  .pt-hamburger-md.pt-navcontainer {
    flex-wrap: nowrap!important;
  }

  .pt-header-sticky-top--md {
    top: 0;
    position: sticky;
  }
}

/* LG -------------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .pt-hamburger-lg .pt-navbutton {
    display: block;
  }

  .pt-hamburger-lg .pt-navigation {
    display: none;
  }

  .pt-hamburger-lg .checked {
    display: inline-block;
    width: 100%;
  }

  .pt-hamburger-lg .checked .pt-navigation-list {
    display: inline-block!important;
    justify-content: flex-end;
  }

  .pt-hamburger-lg .pt-dropdown-menu.pt-menu-open {
    position: relative;
  }

  .pt-hamburger-lg .pt-dropdown-menu-inline.pt-menu-open {
    position: relative;
    display: block!important;
  }
}
@media (min-width: 992px) {
  .pt-hamburger-lg-none .pt-navbutton {
    display: none;
  }

  .pt-hamburger-lg-none .pt-navigation {
    display: block;
  }

  .pt-hamburger-lg-none .checked {
    display: flex!important;
    justify-content: flex-end;
  }

  .pt-hamburger-lg-none .checked .pt-navigation-list {
    display: flex!important;
  }

  .pt-hamburger-lg-none .pt-dropdown-menu.pt-menu-open {
    position: absolute;
  }

  .pt-hamburger-lg-none .pt-dropdown-menu-inline.pt-menu-open {
    position: absolute;
    display: flex!important;
  }

  .pt-hamburger-lg-none.pt-navcontainer {
    flex-wrap: nowrap!important;
  }

  .pt-header-sticky-top--lg {
    top: 0;
    position: sticky;
  }
}

/* XL -------------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .pt-hamburger-xl .pt-navbutton {
    display: block;
  }

  .pt-hamburger-xl .pt-navigation {
    display: none;
  }

  .pt-hamburger-xl .checked {
    display: inline-block;
    width: 100%;
  }

  .pt-hamburger-xl .checked .pt-navigation-list {
    display: inline-block!important;
    justify-content: flex-end;
  }

  .pt-hamburger-xl .pt-dropdown-menu.pt-menu-open {
    position: relative;
  }

  .pt-hamburger-xl .pt-dropdown-menu-inline.pt-menu-open {
    position: relative;
    display: block!important;
  }
}
@media (min-width: 1200px) {
  .pt-hamburger-xl-none .pt-navbutton {
    display: none;
  }

  .pt-hamburger-xl-none .pt-navigation {
    display: block;
  }

  .pt-hamburger-xl-none .checked {
    display: flex!important;
    justify-content: flex-end;
  }

  .pt-hamburger-xl-none .checked .pt-navigation-list {
    display: flex!important;
  }

  .pt-hamburger-xl-none .pt-dropdown-menu.pt-menu-open {
    position: absolute;
  }

  .pt-hamburger-xl-none .pt-dropdown-menu-inline.pt-menu-open {
    position: absolute;
    display: flex!important;
  }

  .pt-hamburger-xl-none.pt-navcontainer {
    flex-wrap: nowrap!important;
  }

  .pt-header-sticky-top--xl {
    top: 0;
    position: sticky;
  }
}

/* XXL -------------------------------------------------------------------------------------------- */
@media (max-width: 1400px) {
  .pt-hamburger-xxl .pt-navbutton {
    display: block;
  }

  .pt-hamburger-xxl .pt-navigation {
    display: none;
  }

  .pt-hamburger-xxl .checked {
    display: inline-block;
    width: 100%;
  }

  .pt-hamburger-xxl .checked .pt-navigation-list {
    display: inline-block!important;
    justify-content: flex-end;
  }

  .pt-hamburger-xxl .pt-dropdown-menu.pt-menu-open {
    position: relative;
  }

  .pt-hamburger-xxl .pt-dropdown-menu-inline.pt-menu-open {
    position: relative;
    display: block!important;
  }
}
@media (min-width: 1400px) {
  .pt-hamburger-xxl-none .pt-navbutton {
    display: none;
  }

  .pt-hamburger-xxl-none .pt-navigation {
    display: block;
  }

  .pt-hamburger-xxl-none .checked {
    display: flex!important;
    justify-content: flex-end;
  }

  .pt-hamburger-xxl-none .checked .pt-navigation-list {
    display: flex!important;
  }

  .pt-hamburger-xxl-none .pt-dropdown-menu.pt-menu-open {
    position: absolute;
  }

  .pt-hamburger-xxl-none .pt-dropdown-menu-inline.pt-menu-open {
    position: absolute;
    display: flex!important;
  }

  .pt-hamburger-xxl-none.pt-navcontainer {
    flex-wrap: nowrap!important;
  }

  .pt-header-sticky-top--xxl {
    top: 0;
    position: sticky;
  }
}

/* ALL -------------------------------------------------------------------------------------------- */
.pt-hamburger .pt-navbutton {
  display: block;
}

.pt-hamburger .pt-navigation {
  display: none;
}

.pt-hamburger .checked {
  display: inline-block;
  width: 100%;
}

.pt-hamburger .checked .pt-navigation-list {
  display: inline-block!important;
  justify-content: flex-end;
}

.pt-hamburger .pt-dropdown-menu.pt-menu-open {
  position: relative;
}

.pt-hamburger .pt-dropdown-menu-inline.pt-menu-open {
  position: relative;
  display: block!important;
}


/* DROPDOWN STYLES -------------------------------------------------------------------------------- */
.pt-header {
  width: 100%;
  z-index: 9;
  transition: none;
}

.pt-header-sticky-top {
  top: 0;
  position: sticky;
}

.pt-header-sticky-bottom {
  bottom: 0;
  position: fixed;
}

.pt-navcontainer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.pt-navlogo {
  position: relative;
  left: 0;
  padding: 10px 0;
}

.pt-navbutton {
  display: none;
  position: relative;
  right: 0;
  top: 0;
}

.pt-navigation ul {
  padding: 0;
  margin: 0px;
}

.pt-nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
}

.pt-nav-link:hover {
  color: #000;
}

.pt-dropdown-menu {
  background-color: #fff;
  position: relative;
  display: none;
  list-style: none;
  overflow: visible;
  padding-left: 0px;
  z-index: 9;
  height: max-content !important;
  max-height: max-content!important;
  transition: 0.5s!important;
}

.pt-navigation .pt-dropdown-menu {
  position: absolute!important;
}

.pt-dropdown-menu li {
  white-space: wrap;
  padding: 8px 15px;
  list-style: none;
}

.pt-dropdown-menu li:hover {
  background-color: #ecebef;
}

.pt-dropdown-menu-inline {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 9;
}

.pt-dropdown-menu-inline li {
  padding: 8px 15px;
  list-style: none;
}

.pt-dropdown-menu-inline.pt-menu-open {
  display: flex!important;
}

.pt-dropdown-menu-inline li:hover {
  background-color: #ecebef;
}

.pt-menu-open {
  display: block!important;
}

.pt-logo-swap {
  display: none;
}

.pt-navigation li a {
  display: block;
  cursor: pointer;
}







/* SNIPPETS SHOWCASE BLOCKS ====================================================================== */
/* Snippets Showcase, HTML, CSS and JavaScript Cards */
.pt-snippets {
  background-image: url('/images/SVG/snippet-dots-bg-3.svg'); 
  background-size: 200px;
  padding: 75px 15px;
  background-color: #fcfcfc;
  border-bottom: 2px dashed #ececec;
}

.pt-snippets-card {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}

.pt-snippets-card-head {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0px;
}

.pt-snippets-card-head h3 {
  font-size: 36px;
  font-weight: 700;
}

.pt-snippets-card-head p {
  font-size: 16px;
  font-weight: 400;
  color: #565a68;
}

.pt-snippets-card-head p span {
  color: #8c82fc;
}

.pt-snippets-card-content {
  border: 2px solid #dbdbdc;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
}

.pt-snippets-card-content .row {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-snippets-card-content .tabs {
  background-color: #FAFAFA;
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  justify-content: space-between;
}

.pt-snippets-card-content .tab-links {
  display: flex;
  margin: 0px 0px -2px 0px;
}

.pt-snippets-card-content .tablink {
  border-bottom: 2px solid #dbdbdc;
  text-decoration: none;
  z-index: 1;
  padding: 15px 25px;
}

.pt-snippets-card-content .tablink:hover {
  border-bottom: 2px solid #8c82fc;
  background-color: #8c82fc21;
}

.pt-snippets-card-content .tablink.active-tab {
  border-bottom: 2px solid #8c82fc;
}

.pt-snippets-card-content .tablink p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.pt-snippets-card-content .tablink.active-tab p, .pt-snippets-card-content .tablink.active-tab i {
  color: #8c82fc;
}

.pt-snippets-card-content .tab-content {
  border-top: 3px solid #dbdbdc;
  border-radius: 3px;
  padding: 0px;
}

.pt-snippets-card-content #content-tab {
  padding-top: 15px;
  margin: 0px 15px 15px 15px;
}

.pt-snippets-card-content #html-code-tab, .pt-snippets-card-content #css-code-tab, .pt-snippets-card-content #java-code-tab {
  display: flex;
  padding-left: 25;
  border-radius: 3px;
  position: relative;
}

.pt-snippets-card-content #html-code-tab {
  background-color: #f0eff3;
}

.pt-snippets-card-content #css-code-tab {
  background-color: #eff3ef;
}

.pt-snippets-card-content #java-code-tab {
  background-color: #f3efef;
}

.pt-copy-code {
  border: 2px solid #dee0df;
  background-color: white;
  font-size: 13px;
  font-weight: 600;
  color: #7c7c84;
  position: absolute;
  top: 10px;
  right: 10px;
  white-space: nowrap;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.pt-copy-code i {
  font-size: 12px;
  color: #7c7c84;
}

.pt-copy-code:hover {
  border: 2px solid #8c82fc;
  color: #8c82fc;
}

.pt-copy-code:hover i {
  color: #8c82fc;
}

.pt-snippets-card-content #html-code-tab pre, .pt-snippets-card-content #css-code-tab pre, .pt-snippets-card-content #java-code-tab pre {
  font-weight: 500!important;
  font-size: 15px!important;
  line-height: 145%;
  padding-left: 25px;
  margin-bottom: 0px;
}

.pt-snippets-card-content #html-code-tab p, .pt-snippets-card-content #css-code-tab p ,.pt-snippets-card-content #java-code-tab p {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 0px;
}

.pt-snippets-card-content #html-code-tab .pt-code-lines, .pt-snippets-card-content #css-code-tab .pt-code-lines ,.pt-snippets-card-content #java-code-tab .pt-code-lines {
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 20px;
  border-right: 2px solid #dbdbdc;
}


/* Snippets Banners */
.pt-snippets-banner {
  overflow: hidden;
  background-color: #EEF0F2;
}

.pt-snippets-banner .row {
  height: 300px;
}

.pt-snippets-banner-content {
  display: block;
  align-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-left: -3px;
  background-image: linear-gradient(90deg, #eef0f2fd 80%, transparent);
}

.pt-snippets-banner-content h1 {
  color: black;
  font-size: 85px;
  font-weight: 700;
  line-height: 73%;
  margin-left: -11px;
  padding-left: 5px; 
  border-left: 6px solid #079AFE;
}

.pt-snippets-banner-content p {
  color: #565a68;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 4px;
}

.pt-snippets-banner-showcase {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  position: absolute;
  right: 0px;
  top: 50%;
  transform: rotateZ(-7deg) scale(1.6) translate(75px, -50%);
  max-width: 600px;
}


/* Snippets Breadcrumbs */
.pt-snippets-breadcrumbs {
  border-color: #ececec;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #FAFAFA;
}

.pt-snippets-breadcrumbs .container {
  display: flex;
  padding: 10px 10px;
}

.pt-snippets-breadcrumbs .pt-snippets-crumb {
  color: #657994;
  text-decoration: none;
  padding-right: 5px;
}

.pt-snippets-breadcrumbs .pt-snippets-crumb i {
  color: #657994;
  font-size: 14px;
  padding-top: 7px;
}

.pt-snippets-breadcrumbs p {
  color: #adb5c0;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  margin-bottom: 0px;
}

.pt-snippets-breadcrumbs p i {
  color: #adb5c0;
  font-size: 14px;
  padding-top: 7px;
}








/* SNIPPETS SIDE NAVIGATION ====================================================================== */
/* Left Sidebar Classes */
.pt-sidebar-left {
  float: right;
}

.pt-sidebar-left .pt-sidebar-nav {
  left: 0;
}

.pt-sidebar-left .pt-side-nav-toggle--closed {
  left: 0!important;
}

/* Left Sidebar Sizes */
.pt-sidebar-width-100 .pt-sidebar-nav {
  width: 100px;
}
.pt-sidebar-body.pt-sidebar-width-100 {
  width: calc(100% - 100px);
}
.pt-sidebar-left.pt-sidebar-width-100 .pt-sidebar-nav--closed {
  left: -100px;
}

.pt-sidebar-width-200 .pt-sidebar-nav {
  width: 200px;
}
.pt-sidebar-body.pt-sidebar-width-200 {
  width: calc(100% - 200px);
}
.pt-sidebar-left.pt-sidebar-width-200 .pt-sidebar-nav--closed {
  left: -200px;
}

.pt-sidebar-width-250 .pt-sidebar-nav {
  width: 250px;
}
.pt-sidebar-body.pt-sidebar-width-250 {
  width: calc(100% - 250px);
}
.pt-sidebar-left.pt-sidebar-width-250 .pt-sidebar-nav--closed {
  left: -250px;
}

.pt-sidebar-width-300 .pt-sidebar-nav {
  width: 300px;
}
.pt-sidebar-body.pt-sidebar-width-300 {
  width: calc(100% - 300px);
}
.pt-sidebar-left.pt-sidebar-width-300 .pt-sidebar-nav--closed {
  left: -300px;
}

.pt-sidebar-width-400 .pt-sidebar-nav {
  width: 400px;
}
.pt-sidebar-body.pt-sidebar-width-400 {
  width: calc(100% - 400px);
}
.pt-sidebar-left.pt-sidebar-width-400 .pt-sidebar-nav--closed {
  left: -400px;
}

.pt-sidebar-width-500 .pt-sidebar-nav {
  width: 500px;
}
.pt-sidebar-body.pt-sidebar-width-500 {
  width: calc(100% - 500px);
}
.pt-sidebar-left.pt-sidebar-width-500 .pt-sidebar-nav--closed {
  left: -500px;
}

/* Right Sidebar Classes */
.pt-sidebar-right {
  float: left;
}

.pt-sidebar-right .pt-sidebar-nav {
  right: 0;
}

.pt-sidebar-right .pt-side-nav-toggle--closed {
  right: 0!important;
}

/* Right Sidebar Sizes */
.pt-sidebar-width-100 .pt-sidebar-nav {
  width: 100px;
}
.pt-sidebar-body.pt-sidebar-width-100 {
  width: calc(100% - 100px);
}
.pt-sidebar-right.pt-sidebar-width-100 .pt-sidebar-nav--closed {
  right: -100px;
}

.pt-sidebar-width-200 .pt-sidebar-nav {
  width: 200px;
}
.pt-sidebar-body.pt-sidebar-width-200 {
  width: calc(100% - 200px);
}
.pt-sidebar-right.pt-sidebar-width-200 .pt-sidebar-nav--closed {
  right: -200px;
}

.pt-sidebar-width-300 .pt-sidebar-nav {
  width: 300px;
}
.pt-sidebar-body.pt-sidebar-width-300 {
  width: calc(100% - 300px);
}
.pt-sidebar-right.pt-sidebar-width-300 .pt-sidebar-nav--closed {
  right: -300px;
}

.pt-sidebar-width-400 .pt-sidebar-nav {
  width: 400px;
}
.pt-sidebar-body.pt-sidebar-width-400 {
  width: calc(100% - 400px);
}
.pt-sidebar-right.pt-sidebar-width-400 .pt-sidebar-nav--closed {
  right: -400px;
}

.pt-sidebar-width-500 .pt-sidebar-nav {
  width: 500px;
}
.pt-sidebar-body.pt-sidebar-width-500 {
  width: calc(100% - 500px);
}
.pt-sidebar-right.pt-sidebar-width-500 .pt-sidebar-nav--closed {
  right: -500px;
}

/* Sidebar Navigation Classes */
.pt-sidebar-body {
  overflow-x: hidden; 
  display: block;
  z-index: 9;
}

.pt-sidebar-body--closed {
  width: 100%!important;
}

.pt-sidebar-nav {
  position: fixed;
  height: 100%;
  z-index: 9;
  top: 0;
}

.pt-side-nav-toggle {
  position: fixed;
  z-index: 3;
}

/* Snippets Sidebar Styles */
.pt-side-nav-toggle {
  position: absolute;
  border: none;
  background-color: #00000000;
}

.pt-dashboard-nav {
  width: 100%;
  padding: 0px;
}

.pt-dashboard-link i, .pt-dashboard-link a, .pt-dashboard-sub-link i, .pt-dashboard-sub-link a, .pt-dashboard-button {
  color: #152551b0!important;
}

.pt-dashboard-link a, .pt-dashboard-sub-link a {
  list-style: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.pt-dashboard-link i, .pt-dashboard-sub-link i {
  font-size: 18px;
}

.pt-dashboard-link a {
  padding: 9px 20px!important;
}

.pt-dashboard-sub-link a {
  padding: 2px 0px!important;
}

.pt-dashboard-link a:hover, .pt-dashboard-sub-link:hover {
  background-color: #3d8cdb0c!important;
}

.pt-dashboard-active a {
  background-color: #3d8cdb1e;
  color: #3d8cdb;
  border-left: 3px solid #3d8cdb!important;
  transition: none!important;
}

.pt-dashboard-active i {
  color: #3d8cdb!important;
}

.pt-dashboard-sub-link a:hover {
  background-color: #ffffff00!important;
}

.pt-dashboard-sub-link {
  position: relative;
  padding-left: 60px!important;
}

.pt-dashboard-sub-link::before {
  content: '';
  position: absolute;
  background-image: url('../../images/svg/dropdown-curve.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: auto;
  aspect-ratio: 1/1;
  left: 30px;
  top: -34px;
}

.pt-dropdown {
  padding-bottom: 0px;
  transition: none;
}

/* .pt-dropdown-menu {
  display: none;
  list-style: none;
  padding-left: 0px;
  transition: max-height 2s ease, opacity 2s ease;
  overflow: hidden;
  position: relative;
  max-height: 0;
  opacity: 0;
} */

.pt-dropdown.pt-menu-open {
  padding-bottom: 0px!important;
}

.pt-dropdown.pt-menu-open > .pt-dropdown-menu {
  display: block;
  max-height: 100%;
  opacity: 1;
}

.pt-dropdown-arrow {
  transition: transform 0.3s ease;
}

.pt-dropdown.pt-menu-open .pt-dropdown-arrow {
  transform: rotate(90deg);
}

.pt-snippets-content {
  border: #ececec 2px solid!important;
  background-color: white!important;
  border-radius: 10px!important;
  overflow: hidden;
}








/* CUSTOM ANIMATION CLASSES ====================================================================== */
* {
  transition-duration: 0.5s;
}







/* POPUP MODAL CLASSES =========================================================================== */
.pt-modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.pt-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0 2px 10px #0000001a;
  max-width: 600px;
  height: fit-content;
  visibility: hidden;
  opacity: 0;
}

.pt-modal.active {
  visibility: visible;
  opacity: 1;
}

.pt-modal-backdrop.active {
  visibility: visible;
  opacity: 1;
}

.pt-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}





/* LIGHTBOX CLASSES ============================================================================== */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

#lightbox.show {
  opacity: 1;
}

.pt-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
}

.pt-lightbox-content {
  position: absolute;
  margin: auto;
  padding: 50px;
  max-width: 1400px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  width: fit-content;
}

.pt-lightbox-content img {
  width: 100%;
  height: auto;
}

.pt-lightbox-extended {
  display: none;
}

.pt-prev-btn, .pt-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.pt-prev-btn {
  left: 5px;
}

.pt-next-btn {
  right: 5px;
}

.pt-icon-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-inline: auto;
  margin-block: auto;
  width: fit-content;
  height: fit-content;
}







/* CAROUSEL CLASSES ============================================================================== */
.pt-carousel-nav {
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.pt-carousel-nav .prev, .pt-carousel-nav .next {
  padding: 0px;
  transform: translate(0%, 0%);
  position: absolute;
  top: 50%;
  color: black;
  font-size: 30px;
  transition: 0.6s ease;
  border: none;
  background-color: #00000000;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.pt-carousel-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 10px;
  z-index: 2;
}

.pt-carousel-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pt-carousel-dots button {
  background: #dfdfdf;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}

.pt-carousel-dots button.active {
  background: #bdbdc4;
}

.pt-carousel-dots .dot.active {
  background-color: #333;
}

.pt-carousel-dots .dot:hover {
  background-color: #777;
}

.pt-dots-outline button {
  background-color: #00000000;
  border: 3px solid #010055;
  border-radius: 100%;
  height: 16px;
}

.pt-carousel {
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
  transition: transform 0.5s ease-in-out;
}

.pt-carousel-wrapper {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.pt-carousel-wrapper .row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.pt-carousel-container {
  overflow: hidden;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.pt-carousel-object {
  flex-shrink: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.pt-carousel-track {
  display: flex;
  white-space: nowrap;
  transition-duration: 0s;
}

.pt-smooth-scroll-item {
  flex: 0 0 auto;
  margin-right: 15px;
}

.pt-carousel-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}



/* ACCORDION CLASSES ============================================================================= */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-body.open-body {
  max-height: 500px;
  padding-top: 10px;
}

.accordion-heading {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}