/**************************************************************************************************
    
    Font definitions 

**************************************************************************************************/

/* Pixel */
@font-face {
    font-family: 'Minecraft';
    src: url('/webfonts/Minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVictorian';
    src: url('/webfonts/GreatVictorian-Standard.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neue';
    src: url('/webfonts/neue-zier-schrift.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto Condensed;
    src: url(../webfonts/RobotoCondensed-Regular.ttf);
    color: #282c45;
}
@font-face {
    font-family: Lato;
    src: url(../webfonts/Lato-Regular.ttf);
    color: #282c45;
}





h1.GreatVictorian {
  font-family: 'GreatVictorian', serif;
  font-size: 5rem;       
  line-height: 1.1;
  letter-spacing: 0.02em; 
  color: #7b7297;
}



/* ---------- SHOP PAGE SCOPE ---------- */
/* Global font for shop cards */
.shop-page .shop-card,
.shop-page .shop-card * {
  font-family: 'Minecraft', monospace !important;
  letter-spacing: 2px; 
}

/* Card container */
.shop-page .shop-card {
  position: relative;
  background-image: url("/css/images/PixelBackgroundCard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 12px 10px;
  transition: transform .15s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* --- TEXT SIZES --- */

/* Item name (the clickable title) */
.shop-page .shop-stack-name {
  font-size: 1.25rem;   /* ~20px */
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
  text-align: center;
}

/* Cost, stock, limits */
.shop-page .shop-card div {
  font-size: 1rem;      /* ~16px */
  line-height: 1.4;
}

/* Strong labels (Cost:, Stock:) */
.shop-page .shop-card strong {
  font-size: 1.05rem;
}


.shop-page .shop-card:hover { transform: translateY(-4px); }

/* Grid fill like inventory */
.shop-page .shop-body .row { align-items: stretch; }
.shop-page .shop-item { display: flex; }
.shop-page .shop-item > .shop-card { width: 100%; }

/* Bigger images without shrinking the box */
.shop-page .shop-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;     /* square thumb */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.shop-page .shop-image-box::before {
  content: "";
  position: absolute;
  inset: 6px;             
  border: 0;               /* no visible border; just defines an inner edge */
  pointer-events: none;
}

.shop-page .shop-image-box img {
  min-width: 110px;        
  width: 100%;             
  height: auto;
  padding-top: 10%;
}

/* Make the “buffer” a bit tighter on phones so images look bigger */
@media (max-width: 768px) {
  .shop-page .shop-image-box::before {
    inset: 4px;
  }
  .shop-page .shop-image-box img {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}




/* Force Pixelify Sans for everything inside .world-entry */
.inventory-page .pixel-item-card,
.inventory-page .pixel-item-card *  {
    font-family: 'Minecraft', monospace !important;
    
}
/* Make body text in the entry a bit bigger */
.inventory-page .pixel-item-card {
  font-size: 14px;
    letter-spacing: 2px;
}

/* Keep the title the normal size */
.inventory-page .pixel-item-card  h3 {
  font-size: 30px !important; 
 letter-spacing: 3px;
}

.pixel-item-card,
.pixel-item-card * {
    font-family: 'Minecraft', monospace !important;
}

.pixel-item-card {
    font-size: 14px;
    letter-spacing: 1px;
}

.pixel-item-name {
    font-size: 30px !important;
    letter-spacing: 3px;
}

.pixel-item-stats {
    font-size: 18px;
}
.rpg-body {
    background-color: #2b2b44; /* inner background */
    padding: 12px;
    margin-top: 10px;
    position: relative;
      margin: 2em auto;
  box-shadow:   -5px 0 0 0 #3e3e61,
                 5px 0 0 0 #222238,
                 0 -5px 0 0 #3e3e61,
                 0 5px 0 0 #222238;

}

h3.inventory-header {
    text-transform: uppercase;
}

/* Inventory item label size */
.inventory-category .inventory-stack-name {
  font-size: 0.8rem;  
}
@media (min-width: 768px) {
  .inventory-category .inventory-stack-name { font-size: 0.8rem; }
}

/* Center the stars under the name and keep them tidy */
.rpg-rarity {
  display: inline-flex;     
  justify-content: center;
  align-items: center;
  gap: 2px;               
  line-height: 1;          
  margin-top: 2px;           
  white-space: nowrap;      
}



/* Inventory typography */
.inventory-category,
.inventory-category .inventory-header,
.inventory-category .inventory-body,
.inventory-category .inventory-stack-name,
.inventory-category a {
  font-family: 'Minecraft', monospace !important;
  letter-spacing: 2px;      
}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/* container */
.rpg-rarity {
  display: flex;
  flex-wrap: wrap;       
  justify-content: center;
  gap: 4px;
  max-width: 100%;
}

/* Stars row */
.rpg-rarity {
  --gap: 4px;
  --stars: 6;            
  display: flex;
  flex-wrap: nowrap;      
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  max-width: 100%;
  overflow: hidden;       
  padding-left: 6px;
  padding-right: 6px;
}

/* Each star scales so 6 fit in one row */
.rpg-rarity .rarity-star {
  /* width is min(25px, (container - gaps) / 6), but never smaller than 12px */
  width: clamp(12px,
               calc((100% - (var(--stars) - 1) * var(--gap)) / var(--stars)),
               25px);
  height: auto;
  flex: 0 0 auto;
}

/* Optional: slightly tighter gaps on very small screens */
@media (max-width: 420px) {
  .rpg-rarity { --gap: 2px; }
}



/* spacing between items */
.inventory-item { padding: 6px; }

.inv-card {
  /* your pixel-art frame PNG behind the content */
  background-image: url("/css/images/PixelBackgroundCard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;   
  padding: 12px 10px;
  position: relative;

}

/* If your content runs too wide, this keeps it inside the frame visually */
.inv-card > * {
  position: relative;
  z-index: 1;
}


.inv-card:hover {
  transform: translateY(-4px);
}

/* Make columns stretch and cards fill them */
.inventory-body .row { align-items: stretch; }           
.inventory-item { display: flex; }                        
.inventory-item > .inv-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;                   
}

/* Keep the name area from changing card height too much */
.inventory-stack-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;                             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  min-height: calc(1.2em * 2);    /* reserve space for 2 lines */
  margin-bottom: 4px;
}

.inventory-image-box img {
  width: 70%;                  
  height: auto;
}




/* ----------- */

.pagination .page-link svg {
    width: 1em; 
    height: 1em; 
}

.pagination .page-link {
    font-size: 14px;
}

.pagination .fa {
    font-size: 0.875em;
}

#settings-panel {
  display:none; 
}

#settings-panel2 {
  display:none; 
}
#settings-panel3 {
  display:none; 
}
.card-char {
  height: 100%; 
  display:flex;
}

.test {
  display: table-cell;
  padding: 16px;
}

.row1 {
        display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	padding-bottom: 2%;
}

.col-sm-45 {
    flex: 0 0 33.3333333333%;
    max-width: 30%;
	padding-right: 2%;
	padding-right: 2%;
}

.centeralign {
text-align: justify;
}

.bankpop {
    margin-top: 185px;
	Padding-bottom: 20px;
    background: #33344a;
    border-radius: 10px 10px 0 0;
    color: white;
    letter-spacing: 1px;
	Padding: 10px;
}



div.card-Character{
padding: 5px;
margin-top: 10px;
}

/* Relationship *************************************************************************************/
progress#romantic[value]::-webkit-progress-value {
  background-image:

	   -webkit-linear-gradient(top, 
	                           rgba(15, 36, 185, .25), 
	                           rgba(0, 0, 0, .25)),
	  -webkit-linear-gradient(left, #FF2254, #FF67B8);

    border-radius: 8px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress#friend[value]::-webkit-progress-value {
  background-image:

	   -webkit-linear-gradient(top, 
	                           rgba(15, 36, 185, .25), 
	                           rgba(0, 0, 0, .25)),
	  -webkit-linear-gradient(left, #00F0B5, #1DFCFF);

    border-radius: 8px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress#enemy[value]::-webkit-progress-value {
  background-image:

	   -webkit-linear-gradient(top, 
	                           rgba(15, 36, 185, .25), 
	                           rgba(0, 0, 0, .25)),
	  -webkit-linear-gradient(left, #FF0101, #FF6D2D);

    border-radius: 8px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}



/**************************************************************************************************
    
    Font definitions 

**************************************************************************************************/

@font-face {
    font-family: Roboto Condensed;
    src: url(../webfonts/RobotoCondensed-Regular.ttf)
}
@font-face {
    font-family: Lato;
    src: url(../webfonts/Lato-Regular.ttf)
}

@font-face {
    font-family: Painted Star;
    src: url(../webfonts/Painted-Star.otf)
}

@font-face {
    font-family: CaviarDreams;
    src: url(../webfonts/CaviarDreams.ttf)
}

@font-face {
    font-family: Bosk;
    src: url(../webfonts/Bosk.ttf)
}

@font-face {
    font-family: AmaticSC;
    src: url(../webfonts/AmaticSC-Bold.ttf)
}
/**************************************************************************************************
    
    Helpers
    
**************************************************************************************************/
progress{
   -webkit-appearance: none;
   appearance: none; 
   
   width: 100%;
   height: 20px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress#file[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(top, 
	                           rgba(15, 36, 185, .25), 
	                           rgba(0, 0, 0, .25)),
	  -webkit-linear-gradient(left, #0F36B9, #1FB7DF);

    border-radius: 8px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.hide {
    display: none !important;
}



.dropdown-menu {
	min-width: 150px;
}
.dropdown-menu.columns-2 {
	min-width: 300px;
}
.dropdown-menu.columns-3 {
	min-width: 250px;
	padding-left: 5%;
	padding-right: 5%;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
       margin: 0px;
       padding: 5px;
       text-transform: uppercase;
       font-family: Roboto Condensed, serif;
       text-align:center
       
}


.li-title {
	padding: 5px 15px;
	font-weight: 300;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
    text-transform: uppercase;
    font-family: Roboto Condensed, serif;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 100px !important;
		overflow-x: hidden;
	}
}

.navbar .row { width: 100%;
}

.row2 {
	justify-content: center;

	    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.site-mobile-header {
    display: none;
 top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 6px 10px;
    margin: 0;
}

.btn-outline-light{
background-color: #33344a !important; }

@media (max-width: 767px) {
	.site-mobile-header {
		top: 20px !important;
    }
    
    .timestamp {
		margin-left: 1rem!important;
		margin-right: 1rem!important;
	}
}

@media (max-width: 991px) {
    .site-header-image {
    position: relative;
    width: 100%;
    height: 200px; 
    background-size: cover;
    background-position: center;
}
    .site-mobile-header {
        display: block;
        position: fixed;
		top: 20px;
        z-index: 101;
    }

   #headerNav {
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 100; 
    padding: 10px 0;
}
  

    main.container-fluid > .row {
        position: relative;
    }
    .sidebar {
        position: absolute;
        padding-left: 0px;
        text-align: left;
        
        z-index: 3;
        right: 0px;
        bottom: 0px;
        top: 0px;
        overflow-y: scroll;

        left: -100%;
        transition: left 0.2s;
    }
    .sidebar.active {
        left: 0%;
    } 

    .sidebar > ul {
        padding-top: 0px;
    }

    .sidebar ul {
        list-style-type: none;
        display: block;
        padding-top: 30px;
        padding-left: 0px;
    }

    .sidebar ul li {
        
        border-radius: 0;
        margin-bottom: 1em;
        padding: 0.4em 0;
        
        box-shadow: none;
    }

    
	
	/*fix for screen being over-wide on mobile*/
	.row {
		margin:0; max-width:100%;
	}
    
	.container-fluid {
		padding:0px;
	}
    
	.site-footer .navbar .navbar-nav {
		flex-wrap: wrap; justify-content: center;
	}
}

/* Footer */

.site-footer {
    text-align: center;
}

.site-footer .navbar {
    padding-bottom: 0;
}
.site-footer .navbar .navbar-nav {
    flex-direction: row;
}
.site-footer .navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.mce-content-body {
    padding: 20px;
}


.FP_Image{
  position: relative;
  text-align: center;
  color: white;
}


.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
background: rgb(0, 0, 0); 
    background: rgba(51, 52, 74, 0.7);
	width: 100%;
	padding: -10%;
}

/**************************************************************************************************
    
    Content
    
**************************************************************************************************/
.modal-header {
    border-bottom: 0px;
}
.modal-header .modal-title {
    line-height: 1em;
}

.tooltip-inner {
    max-width: 350px !important; 
}


.display-user, .display-character {
    font-weight: bold;
}


.breadcrumb-item+.breadcrumb-item:before {
    content: "»";
}
.collapse-title {
    position: relative;
}


.image, .image-thumb {
    max-width: 100%;
}

.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}
.small-icon {
    height: 2rem;
    padding-right: .5rem;
}

/* NOTIFICATIONS *********************************************************************************/

.notifications-table .unread, .notifications-table .unread td {
    background-color: #fffdf0;
}

/* BROWSE ****************************************************************************************/

.world-entry-image {
    text-align: center;
}

.world-entry-image img {
    max-width: 100%;
}
.world-entry-search {
    opacity: 0.5;
}

.masterlist-search-field {
    display: inline-block;
    align-items: center;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}
.masterlist-search-field label {
    margin-bottom: 0px;
    margin-right: 10px;
}
.masterlist-search-field input[type=text], .masterlist-search-field select {
    width: 300px;
}

/* ADMIN ****************************************************************************************/

.ranks-table tbody tr > td:last-of-type {
    text-align: right;
}


.sortable .sortable-placeholder {
    background-color: rgba(0,0,0,0.1);
}



/* PROFILE ***************************************************************************************/


.profile-assets-card .card-body .profile-assets-content {
    flex-grow: 1;
}

.profile-assets .profile-inventory .profile-inventory-item img {
    max-width: 100%;
}


.text-center {
   align: center;
}

/* INVENTORY *************************************************************************************/

.inventory-category .inventory-body .inventory-item img {
    max-width: 100%;
}
.inventory-stack-name, .inventory-character-name {
    color: rgba(0,0,0,0.7);
}
.inventory-stack-name:hover, .inventory-character-name:hover {
    color: inherit;
    text-decoration: none;
}
tr.accountbound {
    background-color: rgba(0,0,0,0.05);
    border-radius: .25rem;
}

/* CHARACTERS ************************************************************************************/

.image-nav .nav-item a {
    border: 5px solid transparent;
    border-radius: .25rem;
    display: block;
}


/* TRANSFERS *************************************************************************************/

.transfer-row, .submission-character-row {
    display: flex;
    align-items: stretch;
}
.transfer-info, .submission-character-info {
    flex-grow: 1;
}
.transfer-info .card-body, .submission-character-info .card-body {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.transfer-info-content, .submission-character-info-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.transfer-info-content .transfer-info-body, .submission-character-info-content .submission-character-info-body {
    flex-grow: 1;
}

.collapse-toggle {
    position: relative;
}
.collapse-toggle:after {
    display: block;
    content: '';
    border: 0.3rem solid rgba(0,0,0,0.5);
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
    position: absolute;
    right: -0.85rem;
    top: 0.45rem;
    transform: rotateZ(90deg)translateX(0.25rem);
}
.collapse-toggle.collapsed:after {
    transform: none;
}
.user-items .inventory-item, .user-characters .character-item {
    padding: 10px;
}
.user-items .inventory-stack, .user-characters .character-stack {
    cursor: pointer;
}
.user-items .inventory-item img, .user-characters .character-item img {
    max-width: 100%;
}
.user-characters .character-item.disabled, .user-characters .character-item.disabled .character-stack  {
    opacity: 0.5;
    cursor: not-allowed;
}
.user-items .category-selected .inventory-item, .user-characters .category-selected .character-item {
    background-color: rgba(0,0,0,0.05);
    border-radius: .25rem;
}
.user-items .category-selected.select-item-row {
    background-color: rgba(0,0,0,0.05);
}

/* SHOPS *****************************************************************************************/
.shops-row img {
    max-width: 100%;
}
.shops-row .shop-name a {
    font-weight: bold;
}

/* TRADES ****************************************************************************************/
.trade-offer .currency-item {
    background-color: transparent;
}

/* BOOKMARKS *************************************************************************************/
.bookmark-table {
    min-width: 1000px;
}

.bookmark-table .bookmark-thumbnail {
    min-width: 115px;
    width: 115px;
}

.bookmark-table .bookmark-info {
    width: 20%;
}

.bookmark-table .bookmark-notifications {
    width: 18%;
}

.bookmark-table .bookmark-actions {
    width: 18%;
}

.bookmark-table .img-thumbnail {
    width: 100px;
}

.card mb-2 {
  list-style-type: none;
  text-align: center;
  display: inline-block;
}

/**************************************************************************************************
    USERPROFILE LINKS EXTENSION
**************************************************************************************************/
 
.ulinks a {
    color:	#a196a1!important;
}

.ulinks a:hover {
    color: 	#c6bec6!important;
    text-decoration: none;
}

/* COMMENTS *************************************************************************************/
.comment_replies {
        padding-left: 3rem;
        border-left-width: 2px!important;
    }
	
    @media only screen and (max-width: 600px) {
        .comment_replies { padding-left:1rem;}
    }
	

	
/* MAP/Front Page *************************************************************************************/
	

        .imgbox {
            display: grid;
            height: 100%;
        }
        .center-fit {
            max-width: 100%;
            max-height: 113vh;
            margin: auto;
			border-radius: 20px;
        }
		
.row15 {
	max-width: 100%;
}
.frontpagecol1 {
	max-width: 100%;
	background-color: #1C1F22;
	border-radius: 25px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	border-color: white;

}


.lightbox1 {
	border-radius: 30px 30px 30px 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
border: solid;
	border-color: #212230;

}

.lightbox2 {
	border-radius: 30px 30px 30px 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
border: solid;
	border-color: #212230;
	background: radial-gradient(ellipse at bottom, #323587 0%, #090a0f 150%);

}


.frontpagecol2 {
	max-width: 100%;
	background-color: #1C1F22;
	border-radius: 25px 25px 0px 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	border-color: white;

}

.frontpagecol3 {
	max-width: 100%;
	background-color: #1C1F22;
	border-radius: 25px 25px 0px 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	border-color: white;

}
.frontpagecol5 {
	max-width: 100%;
	background-color: #161729;
	border-radius: 0px 0px 25px 25px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
	border-color: white;

}

#MobileMenuDivWrapper { 
  height: 200px;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
}

.imageContainer > img:hover {
  width: 4000px;
  height: 3534px;
}

.imglore {
    max-width: 100%;
    height: auto;
}

/* RESPONSIVE BORDERS https://stackoverflow.com/questions/46412541/applying-borders-on-elements-depending-on-device-size-with-bootstrap */
@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;
    }
  }
  
 .circular--square {
  border-radius: 50%;
}


/****** Border Masterlst */


.wizard-progress{
  display: table;
  width: 100%;
  table-layout: fixed;
position:relative; }
  
  .step{
    display: table-cell;
    text-align: center;
    vertical-align: top;
    overflow: visible;
    position:relative;
    font-size: 14px;
    color: $baseColor;
  font-weight: bold;}
    
    &:not(:last-child):before{
      content: '';
      display:block;
      position: absolute;
      left: 50%;
      top: 37px;
      background-color: $baseColor;
      height: 6px;
      width: 100%;
    }
    
    .node{
      display: inline-block;
      border: 6px solid $baseColor;
      background-color: $baseColor;
      border-radius: 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 25px;
      left: 50%;
      margin-left: -18px;
    }
    
    &.complete{
      &:before{
        background-color: $mainColor;
      }
      .node{
        border-color: $mainColor;
        background-color: $mainColor;
        
        &:before{
          font-family: FontAwesome;
          content: "\f00c";
        }

    
    &.in-progress{
      &:before{
        background: $mainColor;
        background: -moz-linear-gradient(left,  $mainColor 0%, $baseColor 100%);
        background: -webkit-linear-gradient(left,  $mainColor 0%, $baseColor 100%);
        background: linear-gradient(to right,  $mainColor 0%, $baseColor 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#{$mainColor}', endColorstr='#{$baseColor}',GradientType=1 );
      }
      .node{
        border-color: $mainColor;
      }

/* CSS */
button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

button-63:active,
button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}


html, body {
  height: 100%;
  margin: 0;
}

#app {
  min-height: 100vh; /* (not 100%) */
  display: flex;
  flex-direction: column;
}

