@font-face {
    font-family: 'INTTERNO';
    src: url('/app/assets/global/fonts/INTTERNO.woff2') format('woff2'),
        url('/app/assets/global/fonts/INTTERNO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* ===== Misc CSS ===== */
.page-wrapper { 
	background: #ffffff;
}
.page-wrapper>.container-stretch {
    min-height: calc(100vh - 112px);
}
.pointer {
    cursor: pointer;
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.rounded, .rounded-1, .rounded-2, .rounded-3 {
	border-radius: 0.5em!important;
}
.bg-lightgray {
	background-color: #CCCCCC;
}
.table-item-list td {
	padding: 0.75em;
}
.table-item-list label {
	display: block;
	cursor: pointer;
	line-height: 1.25em;
	margin-bottom: 0;
}


.print-page-title-heading {
	padding: 18px 0px 3px 0px;
    background: #f0f0f0;
    font-family: 'INTTERNO';
    font-weight: 400;
    font-size: 40px;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    border: 4px solid #333;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 1px #00000021;
}

.print-page-title-tag {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #333;
    color: #eee;
    font-family: 'INTTERNO';
    font-size: 20px;
    letter-spacing: 1px;
    padding: 1px 15px 0px;
    top: -16px;
}

.print-page-title-die {
	position: absolute;
    right: -1px;
    line-height: 21px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-family: 'Neuton';
    font-size: 19px;
    letter-spacing: 0px;
    padding: 0px 10px 2px 14px;
    bottom: 0px;
    font-weight: 600;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}



/* ===== Sidebar CSS ===== */
.left-sidebar {
	box-shadow: 0px 4.5em 11px 1px #0000009e;
}
.logo-icon {
	border-radius: 100%;
    overflow: hidden;
    height: 10em;
    width: 10em;
    margin: 0.5em auto 0;
    border: 0.5em solid #0000001f;
}
.logo-icon-large {
	height: 20em;
	width: 20em;
}
.logo-icon img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sidebar-nav ul .sidebar-item .sidebar-heading {
	font-family: 'Neuton';
    font-size: 1.5em;
    text-align: center;
    display: block;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #ffca86;
    opacity: 0.8;
    background: #393f45;
    padding-bottom: 0.1em;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
	font-family: 'Neuton';
    font-size: 1.5em;
    text-align: center;
	display: block;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #f5ce90ed;
    opacity: 0.8;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
	background-color: #ffffff0f;
}





/* ===== Back Links ===== */
.back-link-bar {
	background: #eee;
	border-bottom: 1px solid #CCC;
    padding: 0.5em;
    color: #555;
    cursor: pointer;
    font-family: 'Neuton';
    text-transform: uppercase;
    font-size: 1.5em;
    align-items: center;
    display: flex;
	justify-content: end;
	font-weight: 600;
}
.back-link-bar i, .back-link-bar span {
	display: block;
}
.back-link-bar i {
	margin-right: 0.5em;
}




/* ===== Link Cards ===== */
.link-card {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.link-card:hover {
	border: 1px solid #CCC!important;
	box-shadow: 1px 1px 6px 1px #00000014
}
.link-card-icon {
	font-size: 4em;
	margin-left: 0.1em;
	margin-right: 0.5em;
	position: relative;
}
.link-card-icon svg {
	max-height: 1.45em;
    width: auto!important;
    mix-blend-mode: multiply;
}
.link-card-icon svg g path {
 	fill: #3e5569;
}
.link-card-icon div {
	background: #3e5569;
    color: #fff;
    text-align: center;
    font-size: 0.25em;
    font-family: 'Neuton';
    border-radius: 0.25em;
    position: absolute;
    width: 100%;
    bottom: -0.5em;
	line-height: 1.2em;
    padding-bottom: 0.1em;
}
.link-card-icon-shiftup {
	top: -0.15em;
}
.link-card-caption {
	font-size: 2em;
	font-family: 'Neuton';
	font-variant: small-caps;
	font-weight: 600;
	line-height: 1em;
}
.link-card-caption small {
	display: block;
	font-size: 0.75em;
	margin-top: -0.25em;
	color: #777;
	font-variant: all-small-caps;
	font-weight: 400;
}
.link-card-buttons {
	position: absolute;
    right: 0.5em;
    top: -1em;
}
.link-card-buttons button {
	font-size: 0.9em;
    padding: 0.25em 0.75em;
    line-height: 1.2em;
    font-weight: 600;
    border-radius: 0.25em !important;
}


.link-card-narrow {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.link-card-narrow-icon {
	font-size: 4em;
	margin-bottom: 0.25em;
	position: relative;
}
.link-card-narrow-icon svg {
	max-height: 1.45em;
    width: auto!important;
    mix-blend-mode: multiply;
}
.link-card-narrow-icon svg g path {
 	fill: #3e5569;
}
.link-card-narrow-icon div {
	background: #3e5569;
    color: #fff;
    text-align: center;
    font-size: 0.25em;
    font-family: 'Neuton';
    border-radius: 0.25em;
    position: absolute;
    width: 100%;
    bottom: -0.5em;
	line-height: 1.2em;
    padding-bottom: 0.1em;
}
.link-card-narrow-caption {
	font-size: 2em;
	font-family: 'Neuton';
	font-variant: small-caps;
	font-weight: 600;
	line-height: 1em;
}
.link-card-narrow-caption small {
	display: block;
	font-size: 0.75em;
	margin-top: -0.25em;
	color: #777;
	font-variant: all-small-caps;
	font-weight: 400;
	text-align: center;
}
.link-card-narrow-buttons {
	margin-top: 2.5em;
    border-top: 1px solid #CCC;
    padding: 0.5em;
    width: 100%;
	display: flex;
    justify-content: space-between;
}
.link-card-narrow-buttons button {
	font-family: 'Neuton';
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0.25em 0.75em;
    line-height: 1.2em;
    font-weight: 600;
    border-radius: 0.25em !important;
}
.link-card-narrow-buttons button i {
	font-size: 0.8em;
}


/* =====Print Pages ===== */
.page {	
	position: relative;
	box-sizing:  border-box;
	border: 1px solid #000;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.page-portrait {
	width: 8.5in;
	height: 11in;
}
.page-landscape {
	width: 11in;
	height: 8.5in;
}




/* ===== Page CSS ===== */
.page-wrapper {
	min-height: 100dvh;	
}
.page-title-bar {
	background: #1f262d;
    padding: 1.25em;
    color: #f5ce90ed;
	box-shadow: 0px 0px 11px 1px #0000009e;
}
.page-title {
	margin-bottom: 0;
    font-family: "Neuton";
    font-size: 1.75em;
    font-weight: 600;
	text-align: right;
	font-variant: small-caps;
    letter-spacing: 0.05em;
}
.page-title span {
	color: #e6c289bf;	
}




/* ===== Reference Blocks ===== */
.reference_block_outer {
	padding-top: 25px;
	padding-bottom: 10px;
}
.reference_block {
	border: 3px solid #666;
	border-radius: 10px;
	padding: 17px 10px 10px 10px;
	position: relative;
	font-family: 'Neuton';
	font-size: 17px;
	line-height: 21px;
	color: #333;
}		
.reference_block_caption {
	position: absolute;			
	top: -10px;
	background: #333;
	padding: 2px 8px 0px 8px;
	color: #fff;
	font-family: 'INTTERNO';
	border-radius: 4px;
	font-size: 18px;
	line-height: 21px;
}




/* ===== Monster Supplement Pages ===== */
.monster-stat-headings {
	background-color: #333;
	display: flex;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}	
.monster-stat-headings div {
	color: #fff;
	font-family: 'Sofia Sans Extra Condensed';
	width: 25%;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}
.monster-stat-line {
	display: flex;
	background-color: #eee;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.monster-stat-line div {
	width: 25%;
	text-align: center;
	color: #000;
	font-family: 'Sofia Sans Extra Condensed';
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.monster-body {
	background-color: #fff;
	font-size: 16px;
	text-align: justify;
	margin-top: 18px;
	line-height: 22px;
	font-family: 'Neuton';
	font-weight: 400;
	color: #000;
}
.monster-card-body b {
	font-weight: 700;
	margin-right: 2px;
}
.monster-stat-headings-double div {
	width: 50%;
}
.monster-stat-line-double div {
	width: 50%;
}
.monster-reference-line {
	display: flex;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #CCC;
	position: absolute;
	bottom: 1em;
	width: calc(100% - 4em);
	left: 2em;
}
.monster-reference-line div {
	width: 50%;
	text-align: left;
	color: #333;
	font-family: 'Sofia Sans Extra Condensed';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
.monster-reference-line div:last-of-type {
	text-align: right;
}






/* ===== Zebra Database CSS ===== */
#zdc-mini {
  right: auto !important;
  left: 0;
}
#zdc-main {
  left: 70px !important;
}


/* ===== XS Font Size ===== */
.fs-xs-1 {
  font-size: 0.7rem!important;
}
.fs-xs-2 {
  font-size: 0.6rem!important;
}
.fs-xs-3 {
  font-size: 0.5rem!important;
}


/* ===== Elegant Buttons CSS ===== */
.btn-elegant {
	background-color: #ffd558 !important;
	color: #3b2f1f;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.btn-elegant:hover {
	background-color: #ffc107!important;
	color: #3b2f1f;
}
.btn-elegant-sm {
	background-color: #ffd558!important;
	color: #3b2f1f;
}
.btn-elegant-sm:hover {
	background-color: #ffc107!important;
	color: #3b2f1f;
}
.btn-elegant i {
    margin-right: 6px;
}


/* ===== Scrollbar CSS ===== */
* {
  scrollbar-width: auto;
  scrollbar-color: #999999 #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
  border: 3px solid #ffffff;
}


/* ===== SlideBar CSS ===== */
.slideBar {
  position: fixed; 
  top: 0; 
  right: 0; 
  width: 0; 
  height: 100vh; 
  z-index: 9999; 
  box-shadow: -7px 1px 20px 0px #00000026; 
  transition: width 0.1s;
}
.slideBar-background {
  position: absolute; 
  background: #f8f8f8; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  border-left: 1px solid #CCC;
}
.slideBar-close {
  color: #000;
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
  z-index: 10000;
  width: 100%;
  text-align: right;
  top: 0.5em;
}
.slideBar-content {
  position: absolute; 
  color: #333; 
  top: 0; 
  left: 0; 
  width: 100%; 
  padding: 1em; 
  height: calc(100vh - 4em); 
  overflow-y: auto;
}
.slideBar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4em;  
  padding: 0em 1em 0em 1em;
}
.slideBar-heading {
  font-size: 1.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.02em;
}
.slideBar-paddedContent {
  padding: 0.25em;
  margin-top: 0.5em;
}


/* ===== Login CSS ===== */
.admin-passkey:focus {
  border: inherit;
}


/* ===== Toggle Switch CSS ===== */
.a-toggle-switch {
    position: relative;
}
.a-toggle-switch label {
    padding: 0;
}
input.cb-switch {
    display: none;
}
.a-toggle-switch label input + span {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.3rem;
    background: #bdc1c8;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 5px #828282;
    cursor: pointer;
}
.a-toggle-switch label input + span small {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1.875rem;
    background: #eee;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}
.a-toggle-switch label input:checked + span {
    background-color: #3e85be;
}
.a-toggle-switch label input:checked + span small{
    left: 0.9rem;
    transition: left .25s;
}
.a-toggle-switch span:after {
    content: "USED";
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
    position: absolute;
    top: 0.75rem;
    transition: opacity .25s;
    left: -0.05rem;
    opacity: 0.3;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
}
.a-toggle-switch label input:checked + span:after {
    opacity: 1;
}
.i-toggle-switch {
    position: relative;
}
.i-toggle-switch-left-caption {
    display: inline-block;
    font-size: 70%;
    text-transform: uppercase;
    top: -0.5em;
    position: relative;
    font-weight: 600;
    color: #666;
    margin-right: 0.5em;
}
.i-toggle-switch-right-caption {
    display: inline-block;
    font-size: 70%;
    text-transform: uppercase;
    top: -0.5em;
    position: relative;
    font-weight: 600;
    color: #666;
    margin-left: 0.5em;
}
.i-toggle-switch label {
    padding: 0;
}
input.cb-switch {
    display: none;
}
.i-toggle-switch label input + span {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.3rem;
    background: #b94949;
    border: 1px solid #b94949;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.i-toggle-switch label input + span small {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1.875rem;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}
.i-toggle-switch label input:checked + span {
    background-color: #5da55f;
    border: 1px solid #1e5d20;
}
.i-toggle-switch label input:checked + span small{
    left: 0.9rem;
    transition: left .25s;
}
.i-toggle-switch span:after {
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
    position: absolute;
    top: 0.75rem;
    transition: opacity .25s;
    left: -0.05rem;
    opacity: 0.3;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
}
.i-toggle-switch label input:checked + span:after {
    opacity: 1;
}


/* ===== Custom Responsive CSS ===== */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hr-10 { height: 10rem !important }
    .hr-9  { height: 9rem !important }
    .hr-8  { height: 8rem !important }
    .hr-7  { height: 7rem !important }
    .hr-6  { height: 6rem !important }
    .hr-5  { height: 5rem !important }
    .hr-4  { height: 4rem !important }
    .hr-3  { height: 3rem !important }
    .hr-2  { height: 2rem !important }
    .hr-1  { height: 1rem !important }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hr-sm-10 { height: 10rem !important }
    .hr-sm-9  { height: 9rem !important }
    .hr-sm-8  { height: 8rem !important }
    .hr-sm-7  { height: 7rem !important }
    .hr-sm-6  { height: 6rem !important }
    .hr-sm-5  { height: 5rem !important }
    .hr-sm-4  { height: 4rem !important }
    .hr-sm-3  { height: 3rem !important }
    .hr-sm-2  { height: 2rem !important }
    .hr-sm-1  { height: 1rem !important }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hr-md-10 { height: 10rem !important }
    .hr-md-9  { height: 9rem !important }
    .hr-md-8  { height: 8rem !important }
    .hr-md-7  { height: 7rem !important }
    .hr-md-6  { height: 6rem !important }
    .hr-md-5  { height: 5rem !important }
    .hr-md-4  { height: 4rem !important }
    .hr-md-3  { height: 3rem !important }
    .hr-md-2  { height: 2rem !important }
    .hr-md-1  { height: 1rem !important }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hr-lg-10 { height: 10rem !important }
    .hr-lg-9  { height: 9rem !important }
    .hr-lg-8  { height: 8rem !important }
    .hr-lg-7  { height: 7rem !important }
    .hr-lg-6  { height: 6rem !important }
    .hr-lg-5  { height: 5rem !important }
    .hr-lg-4  { height: 4rem !important }
    .hr-lg-3  { height: 3rem !important }
    .hr-lg-2  { height: 2rem !important }
    .hr-lg-1  { height: 1rem !important }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hr-xl-10 { height: 10rem !important }
    .hr-xl-9  { height: 9rem !important }
    .hr-xl-8  { height: 8rem !important }
    .hr-xl-7  { height: 7rem !important }
    .hr-xl-6  { height: 6rem !important }
    .hr-xl-5  { height: 5rem !important }
    .hr-xl-4  { height: 4rem !important }
    .hr-xl-3  { height: 3rem !important }
    .hr-xl-2  { height: 2rem !important }
    .hr-xl-1  { height: 1rem !important }
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

}


@media (min-width: 576px) {
    .border-sm-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-sm-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-sm-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-sm-top-0 {
      border-top: 0 !important;
    }
    .border-sm-right-0 {
      border-right: 0 !important;
    }
    .border-sm-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-sm-left-0 {
      border-left: 0 !important;
    }
    .border-sm-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-sm {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 768px) {
    .border-md-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-md-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-md-top-0 {
      border-top: 0 !important;
    }
    .border-md-right-0 {
      border-right: 0 !important;
    }
    .border-md-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-md-left-0 {
      border-left: 0 !important;
    }
    .border-md-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 992px) {
    .border-lg-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-lg-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-lg-top-0 {
      border-top: 0 !important;
    }
    .border-lg-right-0 {
      border-right: 0 !important;
    }
    .border-lg-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-lg-left-0 {
      border-left: 0 !important;
    }
    .border-lg-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 1200px) {
    .border-xl-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-xl-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-xl-top-0 {
      border-top: 0 !important;
    }
    .border-xl-right-0 {
      border-right: 0 !important;
    }
    .border-xl-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-xl-left-0 {
      border-left: 0 !important;
    }
    .border-xl-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }