@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.cdnfonts.com/css/rousseau-deco');
/* @font-face {
  font-family: 'Rousseau Deco';
  src:  url('/public/fonts/RousseauDeco.ttf') format('truetype');
}  */
@font-face {
  font-family: Hagrid;
  src: url('/fonts/Hagrid/Hagrid-Medium.woff2') format("woff2"),
    url('/fonts/Hagrid/Hagrid-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Hagrid;
  src: url('/fonts/Hagrid/Hagrid-Extrabold.woff2') format("woff2"),
    url('/fonts/Hagrid/Hagrid-Extrabold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Hagrid;
  src: url('/fonts/Hagrid/Hagrid-Regular.woff2') format("woff2"),
    url('/fonts/Hagrid/Hagrid-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body{
  font-family: "Hagrid" !important;
  font-size: 16px;
  font-weight: 400;
}

.master_p, p{
  font-family: "Hagrid" !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #707172;
}

:is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  font-family: "Rousseau Deco" !important;
  font-weight: 500 !important;

}

.sub_title {
	font-size: 27px;
	font-family: "Rousseau Deco";
	text-transform: uppercase;
	color: #343434;
	margin-bottom: 15px;
}

.virtual-admin-cs.sidebar-bg #scrollbar .simplebar-wrapper .simplebar-content-wrapper {
	overflow-x: scroll !important;
}

label.fw-bold{
  font-weight:500 !important;
}
.fw-600{
  font-weight: 600 !important;

}
.fw-700{
  font-weight: 700 !important;
}

#navbar-nav.nav .nav-link.menu-link.active {
font-weight:600;
}

button.btn-close.btn-mh-auto{
  min-height:auto !important;
}

.nav-pills .nav-link.nav-cs-link.active{
	color: var(--vz-nav-pills-link-active-color);
	background-color: #dedede !important;
  border: 1px double #000000;
  font-weight: 600;
  border-radius: 0;
    }
.nav-pills .nav-link.nav-cs-link{
	color: var(--vz-nav-pills-link-active-color);
	background-color: transparent !important;
  border: 1px solid #838080;
  border-radius: 0;
    }
.btn-min-height{
  min-height: 45px;
  min-width: 100px;
}


.bg-blackish{
  background-image: linear-gradient(to top, #3d3d3d 0%, #040404 100%);
}

/* TRANSPARENT GLASS STYLING */
.glass{
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
}

.glass-white{
    background: rgba(255, 255, 255, 0.356);
    border-radius: 16px;
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
}

.glass-img{
    background-image: url('build/images/sidebarcover.jpg');
    background-size: cover;	
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
}

.cl-expo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

[x-cloak] { display: none !important; }


/*Loading*/

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #f03355 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}

/* DIAMOND LOADER STYLING [LIGHT VERSION] */
.diamondCon {
  width: 200px;
  height: 200px;
  margin: auto;
}

.diamond {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diamond li {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  z-index: 100;
  transition: 400ms ease;
}

.diamond li:nth-child(1) {
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle1 200ms 0.2s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(2) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff;
  left: 59px;
  animation: traingle2 200ms 0.8s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(3) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff;
  right: 59px;
  animation: traingle3 200ms 1s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(4) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  animation: traingle4 200ms 0.6s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(5) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  animation: traingle5 200ms 0.4s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(6) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle6 200ms 0.2s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond li:nth-child(7) {
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle7 200ms 0s ease, opacity 1.5s 2.8s ease infinite;
  animation-fill-mode: forwards;
}

.textCon {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-family: Dancing Script;
  color: #fff;
  opacity: 0;
  animation: text 500ms 0s ease;
  animation-fill-mode: forwards;
}

/* DARK VERSION OF THE DIAMOND LOADER */

.diamond-dark {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diamond-dark li {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
  z-index: 100;
  transition: 400ms ease;
}

.diamond-dark li:nth-child(1) {
  border-width: 20px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle1 200ms 0.2s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(2) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #000000;
  left: 59px;
  animation: traingle2 200ms 0.8s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(3) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #000000;
  right: 59px;
  animation: traingle3 200ms 1s ease, opacity 1.5s 2.4s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(4) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
  animation: traingle4 200ms 0.6s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(5) {
  border-width: 0 20px 20px 20px;
  border-width: 20px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
  animation: traingle5 200ms 0.4s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(6) {
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #000000;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle6 200ms 0.2s ease, opacity 1.5s 2.6s ease infinite;
  animation-fill-mode: forwards;
}

.diamond-dark li:nth-child(7) {
  border-width: 20px 20px 0 20px;
  border-color: #000000 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  animation: traingle7 200ms 0s ease, opacity 1.5s 2.8s ease infinite;
  animation-fill-mode: forwards;
}

@keyframes traingle1 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes traingle2 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}

@keyframes traingle3 {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 1px;
    opacity: 1;
  }
}

@keyframes traingle4 {
  0% {
    right: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    right: 59px;
    top: 22px;
    opacity: 1;
  }
}

@keyframes traingle5 {
  0% {
    left: 59px;
    top: -33px;
    opacity: 0;
  }
  100% {
    left: 59px;
    top: 22px;
    opacity: 1;
  }
}

@keyframes traingle6 {
  0% {
    top: -33px;
    opacity: 0;
  }
  100% {
    top: 23px;
    opacity: 1;
  }
}

@keyframes traingle7 {
  0% {
    top: -10px;
    opacity: 0;
  }
  100% {
    top: 44px;
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 70px;
    opacity: 1;
  }
}
/* END DIAMOND LOADER STYLING */

/* SIDEBAR CUSTOM STYLING */

.sidebar-bg{
    background-image: linear-gradient(to top, #3d3d3d 0%, #0f4061  100%);
}
.virtual-admin-cs .nav-link {
    color:#fff !important;
}
.virtual-admin-cs ul.nav .nav-item .nav-link.active {
	border: 1px solid #3d3d3d;
	background: #3d3d3d;
	color: #fff !important;
}
.virtual-admin-cs .menu-dropdown .nav-link.text-dark, .simplebar-content .nav-link.menu-link.text-dark{
    color:#3d3d3d !important;
}

[data-simplebar] {
	width: 100%;
}
.sidebarnav .nav-link {
    color: rgb(255, 255, 255) !important;
    transition: ease-in-out 0.3s;
}

.bg-white .nav-link {
    color: rgb(0, 0, 0) !important;
    transition: ease-in-out 0.3s;
}
.sidebarnav .active {
    background:rgba(255, 255, 255, 0.062);
    border-radius:10px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.459);
}
.sidebarnav .nav-link:hover {
    color: rgb(0, 0, 0) !important;
    border-radius:10px;
    transition: ease-in-out 0.3s;
    margin-top:5px;
    margin-bottom:5px;
}

.sidebar-title{
    line-height:0;
    font-size:20px;
}


/* LINEAR LOADER STYLING */

.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.dot-floating {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before, .dot-floating::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-floating::before {
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFloatingBefore 3s infinite ease-in-out;
}

.dot-floating::after {
  left: -24px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  color: #000000;
  animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dotFloating {
  0% {
    left: calc(-50% - 5px);
    background-color: #2e2e2e;
    color: #2e2e2e;
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
    background-color: #000000;
    color: #000000;
  }
}

@keyframes dotFloatingBefore {
  0% {
    left: -50px;
    background-color: #000000;
    color: #000000;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
    background-color: #000000;
    color: #000000;
  }
}

@keyframes dotFloatingAfter {
  0% {
    left: -100px;
    background-color: #1d1d1d;
    color: #252525;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
    background-color: #2e2e2e;
    color: #2c2c2c;
  }
}

/* STYLING FOR ELAPSED TIMER IN DIAMOND CUTTING APPLICATION */

.timebox:hover #timeboxtitle{
  cursor: pointer;
  font-size:15px;
  display:inline;
  transition: ease-in-out 0.5s;
}

.timebox:hover #timerInput{
  cursor: pointer;
  font-size:40px;
  display: block;
  transition: ease-in-out 0.5s;
}

.timebox:hover{
  cursor: pointer;
  background: rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  padding:40px;
  border-radius:10px;
  transition: ease-in-out 0.5s;
}

#timerInput{
  transition: ease-in-out 1s;
}

#timeboxtitle{
  display:none;
  font-size:8px;
  transition: ease-in-out 1s;
}

#timerInput{
  font-size:12px;
}

#timebox:active {
  position: static;
}

/* TIMELINE STYLING */
.custom-timeline ul,
  .custom-timeline li {
      list-style: none;
      padding: 0;
  }

  /* .custom-timeline .wrapper {
      background: #eaf6ff;
      border-radius: 15px;
  } */

  .custom-timeline .sessions {
      border-radius: 12px;
      position: relative;
  }

  .custom-timeline li {
      padding-bottom: 1rem;
      border-left: 1px solid #abaaed;
      position: relative;
      padding-left: 20px;
      margin-left: 10px;
  }

  .custom-timeline li:last-child {
      border: 0px;
      padding-bottom: 0;
  }

  .custom-timeline li:before {
      content: '';
      width: 15px;
      height: 15px;
      background: white;
      border: 1px solid #4e5ed3;
      box-shadow: 3px 3px 0px #bab5f8;
      box-shadow: 3px 3px 0px #bab5f8;
      border-radius: 50%;
      position: absolute;
      left: -8px;
      top: 0px;
  }

  .inner-timeline-item{
      background: #eaf6ff;
      border-radius: 10px;
  }

  @media screen and (min-width:768px){
    .auth-page-wrapper .auth-holder{
    padding-left: 0em;
}
}