/* If you want you can use font-face */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: "calibri";
    font-size: 18px;
}

body.site.index {
    /* background: url('../images/home-background.jpg') no-repeat fixed top center; */
    background: url('../images/home-background.jpg') no-repeat fixed center;
    background-size: cover;
}

body.site.index .footer {
    display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: arial, sans-serif;
    font-weight: bold;
}

hr {
    height: 1px;
    border-width: 0;
    opacity: 0.2;
    color: black;
    background-color: black;
}

hr.sl {
    width: 50%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.navbar,
.footer {
    font-family: 'BebasNeueRegular', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.navbar-brand {
    font-size: 22px;
}

.footer {
    font-size: 16px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.info td {
    padding-left: 15px;
}

.btn-container {
    text-align: right;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.notice {
    font-size: 14px;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    /* width: fit-content;
    block-size: fit-content */
}

#brand-logo {
    background: url(../logo.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    background-size: contain;
    /* filter: brightness(0) invert(1); */
    margin-top: -7px;
}

.qr-code {
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

.gift{
  border-radius: 50%;
  border: solid 3px rgb(154, 154, 154);
}

.gift.sm{
  width: 50px;
  height: 50px;
}

.gift.md{
  width: 150px;
  height: 150px;
}

.gift.lg{
  width: 250px;
  height: 250px;
}

.app-name {
    color: #f9d82c;
}

.navbar {
    border: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #222222;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.table thead th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table thead th a {
    /* text-decoration: none; */
    color: #fff;
}

.image-cropper {
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: solid 0px #ffffff;
    /* background-color: #fff;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 4px 3px 0px 2px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 4px 3px 0px 2px rgba(0,0,0,0); */
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  /* margin-left: -30%; */
  /* margin-top: -1%; */
  height: 100%;
  width: auto;
}

.team-name {
    float: left;
    margin-right: 5px;
}

.qoute{
    margin-top: 100px;
}
.bg-img{
    background: url('../images/cup.png') no-repeat fixed top center;
    background-size: cover;
    width: 30%;
    top: -100px;
}

.large {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: solid 5px #fefefefe;
    border-radius: 50%;
    /* float: left; */
}
.plarge {
    margin-left: 0;
    margin-top: 0;
}
.img-left {
    margin-left: -150px;
}

.team-img {
  width: 70px;
}

.comment-layout{
    margin: auto;
    margin-top: 50px;
}
.qoute h5{
    font-size: 32px;
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.logo{
    height: 150px;
    width: 150px;
}
.logo-wc{
    border-radius: 100%;
    margin-left: -40px;
}
.join-skype .wrapper{
    margin-top: 60px;
}
.err-title{
    text-align: center;
    font-family: 'BebasNeueRegular';
    font-size: 50px;
    color: #333;
    /* box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; */
    /* text-shadow: 0 2px 2px #dfdfdf, -2px 5px 1px #b8b8b8, -4px 8px 0px #979797, -6px 11px 0px #747474, -8px 14px 0px #565656, -10px 17px 0px #343434, -12px 20px 0px #171717, -14px 23px 0px #000; */
    /* text-shadow: 3px 3px 20px #222, -2px 1px 30px #222; */
    /* text-shadow: 4px 4px 0px #000, -4px 0 0px #000, 7px 4px 0 #fff; */
    /* text-shadow: 20px 10px 0px #f9d82c, -15px -6px 0px #22a5f1; */
    text-shadow: -1px -1px 3px #fff, 2px 2px 4px #fff;
}

/**/
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,700,800");

/** Styles for the 403 Page **/

.particle-error,
.permission_denied,
#particles-js {
  width: 100%;
  height: 100%;
  margin: 0px !important;
}

#particles-js {
  position: fixed !important;
  opacity: 0.8;
  max-width: 1570px;
}

.permission_denied {
  background: #222222 !important;
}

.permission_denied a {
  text-decoration: none;
}

.denied__wrapper {
  max-width: 500px;
  width: 100%;
  height: 390px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 8vh;
}

.permission_denied h1 {
  text-align: center;
  color: #222222;
  /* font-family: "Dosis", sans-serif; */
  font-size: 100px;
  margin-bottom: 0px;
  /* font-weight: 800; */
}

.permission_denied h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  max-width: 500px;
  margin: 0px auto 30px auto;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}

.permission_denied h3 span {
  position: relative;
  width: 65px;
  display: inline-block;
}

.permission_denied h3 span:after {
  content: "";
  border-bottom: 3px solid #ffbb39;
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
}

.denied__link {
  background: none;
  color: #fff;
  padding: 12px 0px 10px 0px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 7px;
  width: 150px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  margin-bottom: 40px;
  margin-top: 0px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
}

.denied__link:hover {
  color: #ffbb39;
  border-color: #ffbb39;
  cursor: pointer;
  opacity: 1;
}

.permission_denied .stars {
  animation: sparkle 1.6s infinite ease-in-out alternate;
}

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

#astronaut {
  width: 43px;
  position: absolute;
  right: 20px;
  top: 210px;
  animation: spin 4.5s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 600px) {
  .permission_denied h1 {
    font-size: 75px;
  }
  .permission_denied h3 {
    font-size: 16px;
    width: 200px;
    margin: 0 auto;
    line-height: 23px;
  }
  .permission_denied h3 span {
    width: 60px;
  }
  #astronaut {
    width: 35px;
    right: 40px;
    top: 170px;
  }
}

.saturn,
.saturn-2,
.hover {
  animation: hover 2s infinite ease-in-out alternate;
}

@keyframes hover {
  0% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}

.site.error .wrap{
    background-color: #222222;
}

.bg-shadow{
  background-color: #0000004f;
}
.modal-cus{
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

tr:has(.btn-hide) td{
  /* background: #dddddd; */
  opacity: 0.2;
}

td:has(.btn ){
  text-align: left !important;
  opacity: 1 !important;
}

.wrap-table > tbody > tr > td{
  /* text-overflow: clip; */
  /* overflow: auto; */
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
}

.btn-hide{
  color: white;
}

tr:has(.btn-show){
  background: rgba(77, 75, 75, 0.377);
  opacity: 0.5;
}

.unstyled-list{
  padding: 0;
}

.match-current{
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  /* width: 80%; */
  margin: auto;
}

.match-current-item{
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}


.match-team{
  text-align: center;
}
.match-team img{
  width: 70px;
  height: 70px;
  margin-top: 10px;
  border: solid 3px #eeeeee;
  box-shadow: 0px 10px 13px -7px #000000, 4px 3px 0px 2px rgb(0 0 0 / 0%);
  border-radius: 50%;
}
.match-team.left{
  float: right;
}

.match-team.right{
  float: left;
}

.match-team .title{
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}

.match-current-item hr{
  width: 50%;
  margin-top: 40px;

}

.match-current-item h2{
  font-size: 42px;
  font-weight: 900;
  color: #222222;
}
.match-current-item h4{
  color: #222222;
}

#loading svg{
  height: 120px;
}
.match-status{
  font-size: 20px;
  color: rgb(48, 48, 48);
}

.u-point {
  /* color: #fff; */
  display: inline;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 7px 1px;
  min-width: 10px;
  vertical-align: middle;
  border-radius: 3px;
}

ul, ol{
  padding-left: 15px;
  list-style-type: disclosure-closed;
}

ul ul {
  list-style-type: circle;
}

.user-search {
  /* display: inline-block; */
}

.dashboard .panel-group {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.dashboard .panel-body{
  font-size: 35px;
  font-family: fantasy;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ================== Badge Overlay CSS ========================*/
.badge-overlay {
  position: absolute;
  /* left: 0%; */
  left: -15px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.badges {
  margin: 0;
  padding: 0;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}

.badges::before, .badges::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px
}

.badges::before {
  right: 100%
}

.badges::after {
  left: 100%
}

/* ================== Badge Position CSS ========================*/
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
  transform: translateX(-30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
  transform: translateX(30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.top-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.middle-full {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
  transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* ================== Badge color CSS ========================*/
.badges.red {
  background: #ed1b24;
}

.badges.orange {
  background: #fa7901;
}

.badges.pink {
  background: #ee2b8b;
}

.badges.blue {
  background: #00adee;
}

.badges.green {
  background: #79A70A;
}

/* ================== Badge color CSS Ribbon ========================*/
.ribbon {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 120px;
  height: 120px;
  text-align: right;
}

.ribbon span {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 133px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 18px;
  right: -30px;
}

.ribbon span::before, .ribbon span::after {
  content: "";
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid;
}

.ribbon span::before {
  position: absolute;
  left: 0px;
  top: 100%;
  border-left: 3px solid;
  border-right: 3px solid transparent;
}

.ribbon span::after {
  position: absolute;
  right: 0px;
  top: 100%;
  border-left: 3px solid transparent;
  border-right: 3px solid;
}

/* Default green ribbon */
.ribbon.green span {
  background: linear-gradient(#6DD0C2 0%, #4bc0c0 100%);
}

.ribbon.green span::before, .ribbon.green span::after {
  border-top-color: #4bc0c0;
}

.ribbon.green span::before {
  border-left-color: #4bc0c0;
}

.ribbon.green span::after {
  border-right-color: #4bc0c0;
}

/* Red ribbon */
.ribbon.red span {
  background: linear-gradient(#FF8FA3 0%, #ff6384 100%);
}

.ribbon.red span::before, .ribbon.red span::after {
  border-top-color: #ff6384;
}

.ribbon.red span::before {
  border-left-color: #ff6384;
}

.ribbon.red span::after {
  border-right-color: #ff6384;
}

/* Blue ribbon */
.ribbon.blue span {
  background: linear-gradient(#5DBEF7 0%, #36a2eb 100%);
}

.ribbon.blue span::before, .ribbon.blue span::after {
  border-top-color: #36a2eb;
}

.ribbon.blue span::before {
  border-left-color: #36a2eb;
}

.ribbon.blue span::after {
  border-right-color: #36a2eb;
}

/* Pink ribbon */
.ribbon.pink span {
  background: linear-gradient(#F587B2 0%, #ee2b8b 100%);
}

.ribbon.pink span::before, .ribbon.pink span::after {
  border-top-color: #ee2b8b;
}

.ribbon.pink span::before {
  border-left-color: #ee2b8b;
}

.ribbon.pink span::after {
  border-right-color: #ee2b8b;
}

/* Orange ribbon */
.ribbon.orange span {
  background: linear-gradient(#FFB96C 0%, #ff9f40 100%);
}

.ribbon.orange span::before, .ribbon.orange span::after {
  border-top-color: #ff9f40;
}

.ribbon.orange span::before {
  border-left-color: #ff9f40;
}

.ribbon.orange span::after {
  border-right-color: #ff9f40;
}

/* Yellow ribbon */
.ribbon.yellow span {
  background: linear-gradient(#FFDF89 0%, #ffcd56 100%);
}

.ribbon.yellow span::before, .ribbon.yellow span::after {
  border-top-color: #ffcd56;
}

.ribbon.yellow span::before {
  border-left-color: #ffcd56;
}

.ribbon.yellow span::after {
  border-right-color: #ffcd56;
}

/* Grey ribbon */
.ribbon.grey span {
  background: linear-gradient(#DFE1E3 0%, #c9cbcf 100%);
}

.ribbon.grey span::before, .ribbon.grey span::after {
  border-top-color: #c9cbcf;
}

.ribbon.grey span::before {
  border-left-color: #c9cbcf;
}

.ribbon.grey span::after {
  border-right-color: #c9cbcf;
}

/* Purple ribbon */
.ribbon.purple span {
  background: linear-gradient(#B388FF 0%, #9966ff 100%);
}

.ribbon.purple span::before, .ribbon.purple span::after {
  border-top-color: #9966ff;
}

.ribbon.purple span::before {
  border-left-color: #9966ff;
}

.ribbon.purple span::after {
  border-right-color: #9966ff;
}

/* ===========block animation ============= */
.block {
  position: relative;
  /* background: linear-gradient(0deg, #000, #272727); */
}

.block:before, .block:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
    #0000ff, #00ff00,#ffff00, #ff0000);
  background-size: 400%;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 5px;
  z-index: -1;
  animation: steam 40s linear infinite;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.block:after {
  filter: blur(3px);
}

/* =========== animated box ============== */
.animated-box {
  border-radius: 4px;
}

/* The animation starts here */
.animated-box {
  position: relative;
}

.animated-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  /* background: linear-gradient(120deg, #00F260, #0575E6, #00F260); */
  background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
    #0000ff, #00ff00,#ffff00, #ff0000);
  background-size: 300% 300%;
  clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
}

.animated-box.in:after {
  animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 2s ease-in-out infinite;
}

/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

@keyframes frame-enter {
  0% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 0% 100%);
  }
}

.panel-group .panel {
  border-radius: 5px;
}

/* ============ box animation ============= */
.box .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dff0d8;
  font-size: 14px;
}

.box {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600%;
  height: 600%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: repeating-linear-gradient(
      white 0%,
      white 7.5px,
      #3c763d 7.5px,
      #3c763d 15px,
      white 15px,
      white 22.5px,
      #3c763d 22.5px,
      #3c763d 30px);
  /* transform: translateX(-20%) translateY(-20%) rotate(-45deg); */
  animation: animate 20s linear infinite;
}

.box .content {
  position: relative;
  background-color: #dff0d8;
  color: #3c763d;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  font-family: sans-serif;
  z-index: 2;
}

.box,
.box .content {
  box-shadow: 0 0 2px #3c763d,
        0 0 5px rgba(0, 0, 0, 1),
        inset 0 0 5px rgba(0, 0, 0, 1);
  border-radius: 10px;
}

.box .content h2 {
  color: #3c763d;
}

.box .content p {
  color: dimgray;
}

@keyframes animate {
  from {
    background-position: 0;
  }

  to {
    background-position: 0 450px;
  }
}
