@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap');

body {
    background: #fff7eb;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    color: #ff6600;
    transition: all 300ms ease;
}

a:hover {
    color: #000;
}

#topBtn {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #ff9900;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    transition: all 0.2s ease-out;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 999;
    display: list-item;
}

#topBtn:hover {
    transition: all 0.2s ease-out;
    background-color: #000;
}

.chart {
    width: 100%;
    min-height: 250px;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #951d32;
    border: 1px solid #951d32;
}

.parsley-errors-list {
    background: #fed6dd;
    margin: 2px 0 3px;
    padding: 0.5em;
    list-style-type: none;
    font-size: 0.9em;
    opacity: 0;
    color: #951d32;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.form-control:focus {
    border-color: #ff9800;
    box-shadow: inset 0 0 0 1px #ff9800;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	display: inline-block;
	min-width: 125px;
	width: auto;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ced4da;
	border-radius: 3px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	padding: 0.75rem;
	margin: 0 5px 0 0;
}

.switch-field label:hover {
	background: #fff;
	border: 1px solid #ff9800;
	color: #ff9800;
	cursor: pointer;
	transition: all 200ms ease-in-out;
}

.switch-field input:checked + label {
	background-color: #ff9900;
	border: 1px solid #ff9900;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
}

.rad, .ckb {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    margin-bottom: 5px;
}

.rad > input, .ckb > input {
    visibility: hidden;
    position: absolute;
}

.rad > i, .ckb > i {
    display: inline-block;
    vertical-align: middle;
    width:  30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: inset 0 0 0 18px #fff;
    margin-right: 6px;
    border: 1px solid #ced4da;
}

.ckb > i {
    display: inline-block;
    vertical-align: middle;
    width:  36px;
    height: 36px;
    border-radius: 3px;
    transition: 0.2s;
    border: 1px solid #ced4da;
}

.rad:hover > i {
    box-shadow: inset 0 0 0 5px #fff;
    background: #ff9751;
}

.rad > input:checked + i {
    box-shadow: inset 0 0 0 5px #fff;
    background: #ff9751;
}

.form-check {
    padding-left: 0.3rem;
}

.checkbox-inline, .radio-inline {
    margin-right: 20px;
}

.ckb > input + i:after{
    content: "";
    display: block;
    height: 30px;
    width:  30px;
    margin: 2px;
    border-radius: inherit;
    transition: inherit;
    background: #fff;
}

.ckb > input:checked + i:after {
    margin-left: 2px;
    background:  url(../img/checkmark_orange.png) no-repeat;
}

.btn-primary {
    background-color: #ff6600;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #ff5800;
}

.btn-secondary {
    background-color: #777;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #333;
}

.btn.active, .btn.active:focus, .btn.focus, .btn:active, .btn:active:focus, .btn:focus, .btn:hover {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%), 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.table {
    --mdb-table-bg: transparent;
    --mdb-table-accent-bg: transparent;
    --mdb-table-striped-color: #212529;
    --mdb-table-striped-bg: rgba(0,0,0,0.065);
    --mdb-table-active-color: #212529;
    --mdb-table-active-bg: rgba(0,0,0,0.1);
    --mdb-table-hover-color: #000;
    --mdb-table-hover-bg: #ffdca8;
    color: #333;
    border-color: #e5e5e5;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    border: 2px solid #ff6600;
    box-shadow: none;
    background-color: #ff6600;
}

.dataTables_length {
    margin-top: 20px;
}

.page-item.active .page-link {
    background-color: #ff9900;
}

.table {
    width: 100% !important;
}

.table tbody {
    font-weight: 400;
}

.reflex {
    display: none;
}

.accordion-item {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.card-header {
    font-weight: bold;
}

.card-body[class*=bg-] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
}

.heracles-logo-container {
    display: flex;
    align-items: start;
}

.heracles-logo-img {
    margin-top: 0.15em;
    width: 48px;
}

.heracles-title-container {
    margin-left: 0.25em;
}

.heracles-title {
    font-size: 2.2em;
    font-weight: 900;
    line-height: 1em;
    text-transform: lowercase;
}

.heracles-title a {
    color: #ff9900;
    text-decoration: none;
    transition: all 200ms;
}

.heracles-title a:hover {
    color: #000;
    text-decoration: none;
}

.heracles-tagline {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.3em;
}

.ignitist-logo-img {
    width: 175px;
}

.content-body {
    background: #fff;
    box-shadow: 0 20px 40px -20px rgb(0 0 0 / 15%);
}

.splash-sidebar {
    background: rgb(255,102,0);
    background: linear-gradient(0deg, rgba(255,102,0,1) 0%, rgba(255,153,0,1) 100%);
    color: #fff;
    font-size: 1.3em;
    font-weight: 300;
}

.heading-divider {
    width: 35px;
    height: 6px;
    margin-top: 2em;
    background-color: #333;
}

.footer-section {
    width: 100%;
    margin-top: 4em;
    padding-top: 2em;
    border-top: 1px solid rgba(204, 176, 136, 0.25);
    color: #ccb088;
    font-size: 0.8em;
}

.header-main {
    background: rgb(255,102,0);
    background: linear-gradient(0deg, rgba(255,102,0,1) 0%, rgba(255,153,0,1) 100%);
    color: #fff;
}

.header-main .heracles-logo-img {
    filter: contrast(0%) brightness(200%) saturate(0%);
}

.header-main .heracles-title a {
    color: #fff;
}

.header-main .ignitist-logo-img {
    filter: contrast(0%) brightness(200%) saturate(0%);
}

.navbar {
    padding: 0;
}

.nav-link {
    line-height: 42px;
    border-bottom: 4px solid #fff;
    padding: 0.375em 1.5em 0 1.5em;
}

.nav-link:hover {
    border-bottom: 4px solid #ff9900;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.alert {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.apps-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.app-item-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
    text-align: center;
}

.app-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 175px;
    margin-right: 0em;
    margin-left: 0px;
    padding: 2em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #ff9800;
    border-radius: 3px;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ff9800;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    background: #fff;
}

.app-item:hover {
    border-color: #f60;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
    color: #f60;
}

.app-logo {
    max-height: 50px;
    max-width: 80px;
}

img, svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.app-title {
    margin-top: 1em;
}

.table th {
    font-weight: 700;
}

.alert .table {
    color: inherit;
}

.alert .table tbody {
    font-weight: 300;
}

hr {
    background-color: #e0e0e0;
    opacity: 1;
}

.prize-container {
    flex-flow: wrap;
    display: flex;
    position: relative;
  }
  
  .prize-block {
    width: 250px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    margin-left: .5em;
    margin-right: .5em;
    padding: 2em 1em;
    display: flex;
    position: relative;
    box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
  }
  
  .prize-title {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3em;
  }
  
  .prize-description {
    margin-top: .5em;
  }
  
  .prize-img {
    height: 75px;
    margin-bottom: 2em;
  }

/** Medium devices (devices up to 768px) **/
@media (max-width: 991px) {
    .heracles-logo-img {
        margin-top: 0.15em;
        width: 30px;
    }

    .heracles-title {
        font-size: 1.7em;
    }
    
    .heracles-tagline {
        font-size: 0.8em;
    }
    
    .ignitist-logo-img {
        width: 150px;
    }

    .navbar-nav {
        padding-top: 0.5em;
    }

    .navbar-nav .nav-link {
        padding-right: 0.65em;
        padding-left: 0.65em;
    }

    .nav-link {
        line-height: 42px;
        border-bottom: none;
        padding: 0;
    }
    
    .nav-link:hover {
        border-bottom: none;
    }

    .app-logo {
        max-height: 50px;
        max-width: 80px;
    }

    .apps-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app-item {
        width: 100%;
        margin-right: 0em;
        margin-left: 0em;
        padding: 1em;
        font-size: 1.3em;
    }

    .app-title {
        margin-top: 0.5em;
    }

    .app-item-container {
        min-height: 150px;
        margin-top: 1em;
        margin-right: 0em;
    }

    .dataTables_filter {
        margin-bottom: 20px;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 20px;
    }

    .prize-container {
        flex-direction: column;
    }

    .prize-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .prize-img {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 767px) {
    .prize-block {
      padding-top: 1em;
      padding-bottom: 1em;
    }
  
    .prize-title {
      font-size: 1.3em;
    }
  }
  
  @media screen and (max-width: 479px) {
    .prize-title {
      font-size: 1.1em;
    }
  
    .prize-img {
      height: 50px;
    }
  }

/** Extra large devices (desktops up to 1200px) **/
@media (max-width: 1200px) {

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

div.dtsp-searchPane .input-group {
    width: 250px;
}

.select2-container {
    display: block !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #bdbdbd !important;
    border-radius: .25rem !important;
}

.tox-tinymce {
    border: 1px solid #bdbdbd !important;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    display: none !important;
}

.tox .tox-edit-area::before {
    border: 2px solid #ff9800 !important;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ededed;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ededed;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  background-color: #ff6600;
  color: #fff;
}

.stepper-item.completed .step-counter {
  background-color: #ff9800;
  color: #fff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ff9800;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    background-color: #ffdca8;
}

.accordion-button:not(.collapsed) {
    color: #4f4f4f;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100% !important;
    display: block !important;
}

.accordion-link {
    color: #ff6600;
    transition: all 300ms ease;
    padding-left: 0;
}

.accordion-link:hover {
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #ff6600;
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}