/* Main Fonts */
@font-face {
  font-family: pixelfont1;
  src: url('../../r3ss0urc3s/fonts/Fipps-Regular.otf');
}
@font-face {
  font-family: pixelfont2;
  src: url('../../r3ss0urc3s/fonts/VCR_OSD_MONO_1.001.ttf');
}
@font-face {
  font-family: pixelfont3;
  src: url('../../r3ss0urc3s/fonts/baby-blocks.ttf');
}
@font-face {
  font-family: stellar;
  src: url('../../r3ss0urc3s/fonts/Stellar-light.otf');
}
@font-face {
  font-family: mario;
  src: url('../../r3ss0urc3s/fonts/Super-Mario-Bros--3.ttf');
}
@font-face {
  font-family: gugi;
  src: url('../../r3ss0urc3s/fonts/Gugi-Regular.ttf');
}

@font-face {
  font-family: ocraext;
  src: url('../../r3ss0urc3s/fonts/OCRAEXT.ttf');
}


/* Text */
.centeredText {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 300px;
    text-align: center;
}


/* Links */
.page-link {
  color: black;
}

.page-link:hover{
  color: darkred;
}

.whiteLink{
  color: white;
  text-decoration: none;
}

.whiteLink:hover{
  text-decoration: none;
}

a, .blue_link {
  color: #07aaaf;
}

.redlink {
  color: darkred;
}

.redlink:hover {
  color: white;
}

/* General */

body{
  font-family: ocraext;
  background-image: url("../../r3ss0urc3s/img/layered-waves-haikei.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/* Logos and Icons */
.logo{
  width: 70px;
  height: auto;
}

.logoRoundedSmall {
  width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
  border: 2px solid white;
  margin-top: 0;
}

.iconRoundedSmall {
  width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: auto;
}


.iconRounded {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: auto;
}

.imageRounded{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* .card{
  color: black;
} */

/* Sections */
.section{
  padding: 40px;
}

.sectionSized{
  padding: 50px;
}

@media screen and (max-width: 730px) {
  .sectionSized{
    padding: 50px 20px 40px 20px;
  }
}

.filledsection{
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  color: white;
}


/* Containers */

.uniformContainer {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: white;
  border: 2px solid white;
  margin-left: 10px;
}

.dataContainer, .infoContainer, .statsContainer{
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  margin: 20px 10px 20px 0px;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
}

.infoContainer {
	height: 180px;
}

.statsContainer {
	height: 300px;
}


.mapContainer{
  padding: 0px;
  margin: 20px 10px 20px 0px;
  height: auto;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
}

.centeredTransparentContainer {
  margin-top: 30px;
}

.filledcontainer{
  padding: 20px;
  margin-top: 70px;
  margin-bottom: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.9);
  color: white;
}

@media screen and (max-width: 730px) {
  
  .filledcontainer {
    width: 100% !important;
  }
}

.transparentContainer{
  padding: 20px;
  background-color: rgba(0,0,0,0.6);
  width: 500px;
  display: block;
  margin: auto;
  color: white;
  text-align: center;
}

.centeredContainer{
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px;
  max-width: 85%;
  color: white;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}

.containerTitle{
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 2px solid white;
  border-radius: 10px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.containerChallenges{
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 70%;
  border: 2px solid white;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}

.bigFormContainer{
  max-width: 700px;
  padding: 50px;
  border: 2px solid white;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.7);
  color: white;
}

.bigFormContainer label{
  color: white;
}

.centeredTitle, .centeredWhiteTitle{
  font-family: ocraext;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.whiteTitle, .centeredWhiteTitle{
  color: white;
}

.iconForm{
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

h1{
  /* font-family: gugi; */
  text-transform: uppercase;
  /* color: white; */
}

p{
  font-family: ocraext;
}


.articlebloc{
  margin-top: 20px;
  margin-bottom: 50px;
}


pre{
  color: white;
  text-align: center;
}

.icon{
  width: 50px;
  height: 50px;
  margin-left: 15px;
  margin-top: 10px;
  color: white;
}

.userProfileAvatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 5px;
}

.centeredBtn {
  display: block;
  margin: auto;
}

.centeredInput {
  display: block;
  margin: auto;
  max-width: 100%;
}

.centeredImgSmall {
  display: block;
  margin: auto;
  max-width: 50%;
  height: auto;
}

.blackCard{
  width: 60px;
  margin: auto;
  border: 1px solid white;
  border-radius: 10px;
  background-color: rgb(0,0,0);

}

.blackCard:hover{
  background-color: rgba(0,0,0,0.7);
}

.bg-transparent {
  background-color: transparent;
}

/* Header CSS */

.navbar, #indexHeader{
  background-color: rgba(0,0,0, 0.6);
}

.navbar > a{
  text-decoration: none;
  color: white;
}

form {
  margin-bottom: 10px;
}

form a{
  color: white;
}

a:hover{
  color: darkred;
  text-decoration: none;
}

.navbar-toggler{
  border: 2px solid white;
}

.nav-link{
  font-family: ocraext;
  text-transform: uppercase;
}

#navlogo{
  font-family: pixelfont3;
  font-size: 22px;
}



/* Home Page */
#indexHeader{
  border-bottom: 2px solid white;
}

.countDown{
  font-family: pixelfont2;
  font-size: 28px;
}

video {
  border-color: white !important;
  border-radius: 5px;
}

@media screen and (max-width: 700px) {
  #indexVideo{
    /* margin-top: 20px; */
  }
}

@media screen and (max-width: 700px) {

  .transparentContainer{
    max-width: 100%;
  }

  .actions{
    padding: 10px;
  }

  #logotext{
    font-size: 40px;
  }

  pre{
    display: none;
  }

  .blackCard{
    margin-bottom: 20px;
  }

  .centeredTitle{
    font-size: 22px;
  }

  .containerChallenges {
    width: 100%;
  }

  .servicesCard {
    margin: auto;
  }
}

/* Custom */
#passMatchError{
  display: none;
}

.btn{
  text-transform: uppercase;
  font-family: ocraext;
}

/* Footer */
footer{
  text-align: center;
  color: white;
}

#countDownFooter{
  margin-top: 200px;
}

/* dashboard */

#dashboard .transparentContainer{
  border: 2px solid white;
  margin-left: 50%;
  width: 350%;
}

#dashboard .littleContainer{
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    width: 20%;
    display: block;
    margin: auto;
    color: white;
    text-align: center;
    border: 2px solid white;

}

#dashboard .largeContainer{
    padding: 20px;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    display: block;
    margin: auto;
    color: white;
    text-align: center;
    border: 2px solid white;

}


#dashboard h1{
  color: white;
  text-align: center;
}

/* Challenges */


/* Navigation Page Challenges Manager */
.subNavTabWhite{
  background-color: white;
}

.subNavTab {
    background-color: transparent !important;
}


.subNavTab .nav-link{
  color: black;
}

.subNavTab .nav-link:hover{
  color: darkred;
}

#trophyIcon{
  color: rgb(241, 172, 17);
}

#flagIcon {
  color: red;
}



/* Modals */

.modal-content {
  background-color: black;
  color: white;
  border: 1px solid white;
}


/* notifs */
#notifs{
	position: absolute;
  top: 15px;
	right: 0px;
	width: 25%;
	height: 15px;
}

/* Custom Table */

table.dataTable tbody tr.selected {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.thead-cyber {
  color: #07aaaf;
}

.customTable {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
  color: white;
}

.customTable th {
  border: 1px solid white;
}

.customTable td {
  border: 1px solid white;
}

.pagination .page-link {
  background-color: transparent !important;
  color: white;
}

.pagination .active .page-link {
  background-color: #07aaaf !important;
  border-color: #07aaaf;
}


.cyberTable td, .cyberTable th {
  padding: 0.50rem;
  vertical-align: middle;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {

  padding-right: 8px !important;
}


/* input label floating */

.floating-div {
/*position: relative;
  margin-top: 25%;
  margin-bottom: 5%;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 40px;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.6);
  border-radius: 10px; */
}

.floating-div .input-label-floating {
  position: relative;
}

.floating-div .input-label-floating textarea{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent !important;
}
.floating-div .input-label-floating input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background-color: rgba(0,0,0,0.5);
}

.floating-div .input-label-floating label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.floating-div .input-label-floating input:focus ~ label,
.floating-div .input-label-floating input:valid ~ label{
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 16px;
}

.floating-div .input-label-floating input:hover ~ label{
  color: #03e9f4;
}
.floating-div .input-label-floating textarea:focus ~ label,
.floating-div .input-label-floating textarea:valid ~ label{
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 16px;
}

.floating-div .input-label-floating textarea:hover ~ label{
  color: #03e9f4;
}

/* Floating div challenge */

.floating-div .input-label-floating-chall {
  position: relative;
}

.floating-div .input-label-floating-chall input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #046367;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #046367;
  outline: none;
  background: transparent;
}

.floating-div .input-label-floating-chall label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #046367;
  pointer-events: none;
  transition: .5s;
}

.floating-div .input-label-floating-chall input:focus ~ label,
.floating-div .input-label-floating-chall input:valid ~ label{
  top: -20px;
  left: 0;
  color: #5C0A66;
  font-size: 16px;
}

.floating-div .input-label-floating-chall input:hover ~ label{
  color: #5C0A66;
}


.logo-two-factor{
  width: 20%;
  height: auto;
}

.settings-panel{
  border-right: 1px solid white;
}

.settings-panel .nav-link{
  color: white;
  font-size: 20px;
}

.settings-panel .nav-link:hover{
  color: rgb(72, 184, 214);
  text-decoration: none;
}

/* CSS Animations */

@keyframes slide_right {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slide_left {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slide_up {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slide_down {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}


.slide_right {
    animation-name: slide_right;
    animation-duration: 1.5s;
}

.slide_left {
    animation-name: slide_left;
    animation-duration: 1.5s;
}

.slide_up {
    animation-name: slide_up;
    animation-duration: 1s;
}

.slide_down {
    animation-name: slide_down;
    animation-duration: 0.5s;
}


/* -------------------------- */
/* Custom CSS For Index Title */
/* -------------------------- */

.tile--css_animations__demo1 {
    /* background-color: #111111; */
    height: 100%;
}
.tile--css_animations__demo1 div {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: monospace;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 80px red, 0 0 30px FireBrick, 0 0 6px DarkRed;
    color: red;
}
.tile--css_animations__demo1 div p {
    margin: 0;
}
.tile--css_animations__demo1 #status:hover {
    text-shadow: 0 0 200px #ffffff, 0 0 80px #008000, 0 0 6px #0000ff;
}
.tile--css_animations__demo1 #message {
    font-size: 20px;
}
.tile--css_animations__demo1 #message:hover {
    text-shadow: 0 0 100px red, 0 0 40px FireBrick, 0 0 8px DarkRed;
}
.tile--css_animations__demo1 #status {
    color: #fff;
    text-shadow: 0 0 80px #ffffff, 0 0 30px #008000, 0 0 6px #0000ff;
}
.tile--css_animations__demo1 #status span {
    animation: upper 11s linear infinite;
}
.tile--css_animations__demo1 #message span:nth-of-type(2) {
    animation: lower 10s linear infinite;
}
.tile--css_animations__demo1 #message span:nth-of-type(1) {
    text-shadow: none;
    opacity: .4;
}
@keyframes upper {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: .99;
        text-shadow: 0 0 80px #ffffff, 0 0 30px #008000, 0 0 6px #0000ff;
    }
    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: 0.4;
        text-shadow: none;
    }
}
@keyframes lower {
    0%, 12%, 18.999%, 23%, 31.999%, 37%, 44.999%, 46%, 49.999%, 51%, 58.999%, 61%, 68.999%, 71%, 85.999%, 96%, 100% {
        opacity: 0.99;
        text-shadow: 0 0 80px red, 0 0 30px FireBrick, 0 0 6px DarkRed;
    }
    19%,
    22.99%,
    32%,
    36.999%,
    45%,
    45.999%,
    50%,
    50.99%,
    59%,
    60.999%,
    69%,
    70.999%,
    86%,
    95.999% {
        opacity: 0.4;
        text-shadow: none;
    }
}

#totalUsers {
	display: none;
}

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

/* ckeditor 5 font color */
.ck-editor {
    color: black;
}

/* Show only 2 lines of a text */
#module {
  line-height: 1.5em;
  height: 3em;       /* height is 2x line-height, so two lines will display */
  overflow: hidden;  /* prevents extra lines from being visible */
}


/* Text Animation */
.line-1{
  position: relative;
  width: 24em;
  border-right: 2px solid rgba(255,255,255,.75);
  white-space: nowrap;
  overflow: hidden;
}
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

img {
  max-width: 100%;
  height: auto;
}

figure.image {
    text-align: center;
}
figure.image img {
    margin: auto;
    display: block;
}
