* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



*::-webkit-scrollbar {
  width: 0.3em;
}




@font-face {
  font-family: nzar;
  src: url(../fonts/nzar.ttf);
}


body {
  font-family: nzar, sans-serif;
}

.content {
  margin-top: 5rem;
}


.modal-backdrop {
  width: 100%;
  height: 100%;
}


.opacity-1 {
  opacity: 0.9;
}

.opacity-2 {
  opacity: 0.8;
}

.opacity-3 {
  opacity: 0.7;
}

.opacity-4 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.4;
}

.opacity-7 {
  opacity: 0.3;
}

.opacity-8 {
  opacity: 0.2;
}


.opacity-9 {
  opacity: 0.1;
}


.m-1 {
  margin: 2px;
}

.m-2 {
  margin: 4px;
}

.m-4 {
  margin: 8px;
}

.m-4 {
  margin: 2px;
}

.radius-lg {
  border-radius: 15px;
}

.radius-md {
  border-radius: 10px;
}


.radius-sm {
  border-radius: 5px;
}



.border-0 {
  border: 0px;
}



.btn-sm {
  font-size: 0.7rem;
}


.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input {
  text-align: center;
}




a:hover {
  text-decoration: none;
}







.card:hover {
  transition: 0.5s;
  transform: scale(1.05);
}




.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}



.fs-1 {
  font-size: 36px;
}

.fs-2 {
  font-size: 24px;
}

.fs-3 {
  font-size: 21px;
}

.fs-4 {
  font-size: 18px;
}

.fs-5 {
  font-size: 16px;
}

.fs-6 {
  font-size: 14px;
}


.shadow-theme {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(59, 55, 59, 1);
  -moz-box-shadow: 0px 0px 3px 1px rgba(59, 55, 59, 1);
  box-shadow: 0px 0px 3px 1px rgba(59, 55, 59, 1);
}

/*************************************************************************************************************/