@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);
@charset "UTF-8";
/*Styling*/
:root {
  --primary-color: #2d6c26; /* Default color */
}

.canvasjs-chart-tooltip {
  position: relative;
  box-shadow: none;
}

.lg-title {
  display: block;
}

.sm-title {
  display: none !important;
}

div#walkins .paidcheckbox input[type=checkbox] {
  margin-right: 10px;
}
div#walkins .orderfields {
  margin: 10px 0px;
}
div#walkins .orderfields > div {
  width: 49%;
  display: inline-block;
  margin: 6px 4px 0px 0px;
}
div#walkins .orderfields > div input {
  width: 100%;
}

div#searchresult {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px;
  box-shadow: 10px 10px 10px grey;
  position: absolute;
  background-color: white;
}
div#searchresult div {
  cursor: pointer;
  padding: 5px;
}
div#searchresult div p {
  padding: 0px !important;
  margin: 0% !important;
}

.ticketsWalkins section {
  padding: 25px 0px;
}
.ticketsWalkins section div#accordionExample .accordion-header {
  border: none !important;
  margin: 0px !important;
}
.ticketsWalkins section div#accordionExample .accordion-collapse label {
  margin: 0px 10px 0px 2px;
}
.ticketsWalkins section div#accordionExample .accordion-collapse label input {
  margin-right: 8px;
  vertical-align: middle;
}

.sidepanel.dashboard {
  height: 100%;
  width: 650px;
  position: fixed;
  display: none;
  z-index: 1;
  margin: 0px !important;
  top: 0;
  right: 0;
  left: auto;
  background-color: #ececec;
  overflow-x: hidden;
  padding: 60px 2%;
  transition: 0.5s;
  box-shadow: -4px 5px 15px 0px #000000;
}

.sidepanel.dashboard .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #8c2333 !important;
  cursor: pointer;
}

.walkinsattendees {
  box-shadow: grey 2px 6px 13px;
  margin: 12px 0px 20px;
}
.walkinsattendees input, .walkinsattendees select {
  width: 25%;
  margin: 10px;
  padding: 5px 10px;
}
.walkinsattendees button.button.remove {
  background-color: #950303;
  color: white;
  text-transform: uppercase;
  padding: 3px 18px;
}

@media (max-width: 980px) {
  .lg-title {
    display: none !important;
  }
  .sm-title {
    display: block !important;
  }
}
.accordion .item .header {
  position: relative;
}

.notes .note {
  width: 80%;
}
.notes .date {
  position: absolute;
  right: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.accordion:not(.users) .item.open .header:after {
  content: "-";
  position: absolute;
  right: 30px;
  font-size: 23px;
  top: 2px;
  font-weight: bold;
}
.accordion:not(.users) .item .header:after {
  content: "+";
  position: absolute;
  right: 30px;
  font-size: 23px;
  top: 2px;
  font-weight: bold;
}

section#homePop {
  width: 95%;
  position: fixed;
  background-color: #fff;
  padding: 2%;
  border-radius: 14px;
  z-index: 9;
  left: 0;
  top: 5%;
  display: none;
  max-width: 855px;
  margin: 0 auto !important;
  right: 0;
}

section.darkness {
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6705882353);
  width: 100%;
  height: 100%;
  display: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px !important;
}

body.font-sans.antialiased.admin table {
  font-size: 14px;
}

/*gold icon*/
.btn-gold {
  background: var(--primary-color) !important;
  color: #fff !important;
  width: auto;
  height: 37px;
  padding: 0 25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid var(--primary-color) !important;
}
.btn-gold:hover {
  background: #fff !important;
  color: var(--primary-color) !important;
}

.btn {
  padding: 0.575rem 0.75rem !important;
  min-width: 200px;
}

.bg-green {
  background-color: #1a1a1a;
}

p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  color: #464749;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

body p:not(.text-white):not(.title), .single-course times {
  letter-spacing: 0;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
}

body ul li:not(.text-white):not(.title) {
  padding-bottom: 0.5em;
  letter-spacing: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1, h2 {
  font-size: 45px;
  font-weight: 500 !important;
  line-height: 45px !important;
  border-bottom: 2px solid #1a1a1a;
  display: inline-block;
  margin-bottom: 0px;
  color: var(--primary-color);
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h2 {
  margin-bottom: 25px !important;
}

h3 {
  color: var(--primary-color);
}

.items-center {
  align-items: center;
}

.row.tickets {
  justify-content: flex-end;
}

a.btn-bggold, .btn-bggold {
  background: var(--primary-color) !important;
  border: var(--primary-color) 1px solid !important;
  color: #fff !important;
  padding: 4px ​25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
a.btn-bggold:hover, .btn-bggold:hover {
  background: #fff !important;
  color: var(--primary-color) !important;
}

.text-gold {
  color: var(--primary-color);
  font-weight: bold;
}

.btn-bggreen {
  background: #fff !important;
  border: #1a1a1a 1px solid !important;
  color: #1a1a1a !important;
  padding: 4px ​25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.btn-bggreen:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}

a.canvasjs-chart-credit {
  display: none;
}

.canvasjs-chart-toolbar div {
  min-width: 180px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55) !important;
}

.navbar-brand img {
  width: 200px;
}

.ticket_form:nth-child(2) .removebtn {
  display: none !important;
}

iframe.terms {
  height: 335px;
  margin-top: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) inset;
  padding: 22px;
  background: #fdfdfd;
}

/* width */
iframe.terms::-webkit-scrollbar {
  width: 10px;
}

/* Track */
iframe.terms::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
iframe.terms::-webkit-scrollbar-thumb {
  background: #cc9e51;
  border-radius: 5px 5px 5px 5px !important;
}

section.Banner.courses {
  overflow: hidden;
  min-height: 545px;
  padding-top: 95px;
  padding-bottom: 95px;
  margin-right: 30px;
  margin-left: 30px;
  max-width: 1860px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
section.Banner.courses .content {
  max-width: 715px;
  text-align: center;
  margin: 0 auto;
}
section.Banner.courses .content h1 {
  color: white;
  font-weight: 700 !important;
  font-size: 80px;
  text-transform: capitalize;
}

section.courses div.row:first-child {
  width: 80%;
  margin: 0 auto;
  padding: 50px 20px 20px;
}

section.courses-archive div.row:nth-child(2) .row {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}

span#confirm .confirm {
  background: var(--primary-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) inset;
  text-align: center;
  display: flex;
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
}
span#confirm p {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 20px;
  padding-bottom: 0 !important;
  display: block;
  float: left;
  background: transparent;
}
span#confirm a.btn.btn-bggreen {
  margin-top: 0px;
  margin-left: 20px;
}
span#confirm a.btn.btn-bggreen:hover {
  background: var(--primary-color) !important;
}

/* Courses Page */
section.Banner {
  max-height: 285px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1860px !important;
}
section.Banner img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 545px;
}
@media (max-width: 767px) {
  section.Banner img {
    height: 200px;
  }
}

.single-course {
  /* a:hover {
      color: #cc9e519c !important;
  } */
}
.single-course span.ticketname {
  font-size: 16px;
  color: #cc9e51;
  font-weight: bold;
}
.single-course span.ticketcost {
  font-size: 16px;
  font-weight: bold;
  color: #cc9e51;
  margin-top: 2px;
}
.single-course span.ticketdatetime {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  color: #464749;
  line-height: 1.7em;
  display: block;
}
.single-course .ticketsleft {
  font-size: 12px;
  font-style: italic;
}

h3.course-title {
  font-size: 45px;
  font-weight: 300 !important;
  line-height: 45px !important;
  border-bottom: 2px solid #3b5a3b;
  display: block;
  margin-bottom: 26px;
  width: 100%;
  padding-bottom: 10px;
}

.courses-search {
  justify-content: center;
  align-items: center;
  display: flex;
  flex: 1 1 1px;
}

h1.noline {
  border-bottom: none;
}

span.waitlist {
  font-size: 14px;
  color: #cc9e51;
  font-style: italic;
}

.single-course .course img {
  height: 470px;
}

.course {
  margin-bottom: 50px;
}
.course img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.course .card-body h3.card-title {
  color: var(--primary-color);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 44px;
  overflow: hidden;
}
.course .card-body .coursedatetime {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #464749;
  margin-bottom: 15px;
}
.course .card-body description {
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  -webkit-line-clamp: 3; /* number of lines to show */
  max-height: 70px;
}
.course .card-body a.btn.btn-bggold {
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: none;
  font-weight: 500;
}

.logoutbtn {
  color: rgba(0, 0, 0, 0.55) !important;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.logoutbtn i {
  color: var(--primary-color);
}
.logoutbtn:hover {
  color: rgba(0, 0, 0, 0.7) !important;
  text-decoration: underline;
}

/* PROFILE */
.addperson {
  cursor: pointer;
}
.addperson span {
  font-size: 12px;
  font-style: italic;
}

div#accordion .header h4 {
  margin-bottom: 0 !important;
}

span.removebtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #e58484;
}
span.removebtn i {
  margin-right: 10px;
}

span.removebtn:hover {
  color: #df5757 !important;
}

/*Courses*/
.category {
  font-size: 17px;
  font-weight: 200;
  font-style: italic;
}

dates {
  font-weight: bold;
  color: var(--primary-color);
}

.single-course dates {
  font-weight: bold;
  color: #464749;
  font-size: 14px;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0;
}

strong {
  color: var(--primary-color);
}

.desc, .desc p, .desc ul li {
  padding-bottom: 0em !important;
  font-size: 14px;
  letter-spacing: 0px !important;
  line-height: 1.7em !important;
  font-weight: 500;
  color: #666;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
}

.desc a {
  color: #cc9e51 !important;
}

#adminbackend .accordion .item .header h3 {
  color: #fff !important;
}

.accordion .person:nth-child(1) .removebtn {
  display: none;
}
.accordion .item {
  overflow: hidden;
  background-color: #fff;
}
.accordion .item .header {
  padding: 7px 19px;
  display: flex;
  cursor: pointer;
  background: #545657;
  border-bottom: 1px solid #545657;
  color: #fff !important;
}
.accordion .item .header h3, .accordion .item .header p {
  margin: 0;
}
.accordion .item .header h3 {
  color: #fff !important;
}
.accordion .item .content {
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px;
  max-height: 0;
  transition: all ease-in-out 0.2s;
}
.accordion .item .content ul {
  list-style: none;
  list-style-type: none;
}
.accordion .item .content ul .waitlistmessage {
  color: red;
}
.accordion .item.open .content {
  padding: 20px;
  max-height: 557px;
  overflow: scroll;
}

.header li a.nav-link {
  color: #464749;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500 !important;
}
.header li:hover {
  text-decoration: underline !important;
}

div#cartcount {
  border-radius: 60px;
  text-align: end;
  margin-top: -27px;
  margin-left: 40px;
  background-color: var(--primary-color);
  padding: 0px 6px;
  font-size: 12px;
  color: white;
  width: 20px;
  line-height: 24px;
  text-decoration: none !important;
}
div#cartcount div {
  line-height: 20px;
  font-size: 14px;
  text-decoration: none !important;
}

label {
  font-weight: bold;
}

form-control {
  border: 1px solid rgb(165, 163, 163) !important;
  padding: 15px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
}

.loginform {
  border: 1px var(--primary-color) solid !important;
  border-radius: 5px;
  min-height: 475px;
}
.loginform input {
  border: 1px solid rgb(165, 163, 163) !important;
  padding: 15px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
}
.loginform .btn-gold {
  background: var(--primary-color) !important;
  color: #fff !important;
  width: auto;
  height: 37px;
  padding: 0 25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.loginform .btn-gold:hover {
  background: #fff !important;
  color: var(--primary-color) !important;
}
.loginform .btn-gold:hover a {
  color: var(--primary-color);
}
.loginform .btn-gold a {
  color: #fff;
  text-decoration: none;
}

.register-row {
  justify-content: center;
  max-width: 960px;
  margin: 0 auto !important;
}
.register-row .register-header {
  display: flex;
  align-items: center;
}
.register-row .register-header h2 {
  flex: 0 0 auto;
  width: 50%;
}
.register-row .register-header .already-registered {
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
  font-size: 14px;
  font-weight: 500 !important;
}

label.fw-bold, label {
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-bottom: 3px !important;
}

.registerform .col {
  border: 1px var(--primary-color) solid !important;
  padding: 2%;
  margin-right: 10px;
}
.registerform .col input, .registerform .col select {
  border: 1px solid rgb(165, 163, 163) !important;
  padding: 15px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
}
.registerform .col .btn-gold {
  background: var(--primary-color) !important;
  color: #fff !important;
  width: auto;
  height: 37px;
  padding: 0 25px !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.registerform .col .btn-gold:hover {
  background: #fff !important;
  color: var(--primary-color) !important;
}

div.sidepanel {
  position: absolute;
  top: 75px;
  right: 0;
  background-color: #f9f9f9;
  padding: 1%;
  width: 500px;
  z-index: 9;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0 auto;
  z-index: 9999;
}

div#overlay {
  background: rgba(0, 0, 0, 0.3803921569);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.ticketpricetotal {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  width: 100%;
  text-align: right;
  margin-bottom: 25px;
}

body:not(.admin) input.form-check-input[type=checkbox] {
  outline: none !important;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-left: 5px;
}

body:not(.admin) input.form-check-input[type=checkbox]:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  top: 5px;
  left: 5px;
  z-index: 1;
  padding-top: 4px;
  background: var(--primary-color);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  color: #fff !important;
  margin-top: -13px;
  margin-left: -6px;
  border-radius: 10px;
}

body:not(.admin) input.form-check-input[type=checkbox]:not(:disabled):checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  background: var(--primary-color) !important;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5) !important;
}

body:not(.admin) label.form-check-label {
  margin-left: 30px;
  margin-top: 6px;
}

/* width */
section.cart::-webkit-scrollbar {
  width: 10px;
}

/* Track */
section.cart::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
section.cart::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px 5px 5px 5px !important;
}

button.remove {
  border: none;
  background: transparent;
  color: rgb(136, 46, 46);
}

section.cart {
  max-height: 500px;
  overflow: scroll;
}

button#process-payment-btn {
  margin: 0 auto;
  display: block;
}

section#tickets .row.tickets {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 5% auto;
}

footer {
  font-size: 12px;
}
footer a:hover {
  text-decoration: none !important;
}
footer .icons a {
  color: #1a1a1a !important;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 54px;
  text-decoration: none !important;
}
footer .icons a:hover {
  background-color: var(--primary-color);
}

.pageination {
  margin-top: 10px;
}
.pageination a {
  padding: 5px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.pageination a.Active {
  color: var(--primary-color);
}

.error {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.error #title {
  line-height: 110px !important;
  font-size: 110px;
  letter-spacing: 13px;
  margin: 0px;
}
.error .description {
  margin-top: 25px;
}
.error .btn.btn-gold {
  padding: 7px 25px !important;
}

.row.tickets {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
}

section#homePop {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
section#homePop ul {
  padding-left: 0 !important;
}
section#homePop ul li {
  letter-spacing: 0;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  list-style: none;
}
section#homePop span.homeclose {
  position: absolute;
  right: -50px;
  top: -50px;
  color: var(--primary-color);
  font-size: 40px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
section#homePop span.homeclose:hover {
  color: #fff;
}
@media (max-width: 980px) {
  section#homePop span.homeclose {
    right: 7px;
    top: 0;
  }
}
section#homePop p {
  padding-bottom: 1em;
  margin-bottom: 0;
}

.settings .btn-bggold {
  margin: 10px 20px 10px 0;
}

/* BACK END */
section.Update {
  background-color: #3d4449;
  padding: 4%;
  color: #fff !important;
}
section.Update h4 {
  color: #fff !important;
}

#adminbackend {
  /* GRAPHS */
  /* Create Course */
  /* Sidemenu */
}
#adminbackend .canvasjs-chart-container {
  display: flex;
  height: 500px;
}
#adminbackend .graph {
  display: inline-block;
  height: 500px;
  margin: 0 2% 85px 2%;
  box-sizing: border-box;
  width: 46%;
}
#adminbackend .graph.full {
  width: 96% !important;
}
@media (max-width: 992px) {
  #adminbackend .graph {
    width: 96% !important;
  }
}
#adminbackend .accordion .item {
  background: transparents;
}
#adminbackend .ticketlist {
  max-height: 800px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#adminbackend .walkins div#accordion .item:first-child .header .far.fa-minus-circle {
  display: none;
}
#adminbackend .walkins div#accordion .item:first-child .header p.title {
  width: 100%;
}
#adminbackend .walkins div#accordion .item p.title {
  width: 94%;
  float: left;
}
#adminbackend .tickets ul {
  -moz-column-count: 3;
       column-count: 3;
}
#adminbackend .tickets ul li {
  margin-bottom: 10px;
  display: inline-block;
}
#adminbackend #tickets span.removebtn {
  position: absolute;
  right: 0;
  width: 50px !important;
  top: 37px;
  padding-right: 4% !important;
}
#adminbackend #tickets .ticket_form {
  position: relative;
  padding-right: 40px;
}
#adminbackend h1, #adminbackend h2, #adminbackend h3, #adminbackend h4, #adminbackend h5, #adminbackend h6 {
  color: #3d4449 !important;
}
#adminbackend h1 {
  text-transform: none;
  line-height: 1.2em !important;
  font-size: 35px;
  margin-bottom: 0 !important;
  border-bottom: none;
  margin-right: 25px;
  padding-bottom: 0 !important;
}
#adminbackend p:not(.text-white):not(.title), #adminbackend .single-course times {
  background: transparent;
}
#adminbackend .bg-dark {
  background-color: #3d4449 !important;
}
#adminbackend .shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) inset !important;
  background: rgba(76, 86, 93, 0.0196078431);
  border: 1px solid #dedede;
}
#adminbackend .search {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
#adminbackend .search input {
  margin-right: 12px;
  height: 44px;
  border-radius: 5px;
  border: 2px solid #3d4449;
  padding: 16px !important;
}
#adminbackend .search button {
  background: #3d4449 !important;
}
#adminbackend .btn:hover {
  opacity: 0.7;
}
#adminbackend .updatebtn {
  width: 100%;
  text-align: right;
  margin-bottom: 66px;
}
#adminbackend #adminmenu {
  min-height: 100vh;
  background: #3d4449;
  z-index: 99;
  width: 100%;
  max-width: 320px;
}
#adminbackend #adminmenu .img-thumbnail {
  border: 10px solid #3d4449;
  background-color: #3d4449;
  border-radius: 0;
}
#adminbackend #adminmenu section.Update {
  bottom: 0;
  width: 95%;
  max-width: 300px;
  background: #444d53 !important;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #383e43;
  border-radius: 0 !important;
}
#adminbackend #adminmenu section.Update h4, #adminbackend #adminmenu section.Update a {
  color: #fff !important;
}
#adminbackend #adminmenu .menu {
  background: #3d4449;
  position: sticky;
  top: 20px;
}
#adminbackend #adminmenu .menu .bottommenu {
  border-bottom: 1px solid #262c30;
  padding-bottom: 7px;
}
#adminbackend #adminmenu .menu ul li {
  position: relative;
}
#adminbackend #adminmenu .menu ul li a {
  color: #fff !important;
}
#adminbackend #adminmenu .menu ul li a i {
  width: 25px;
}
#adminbackend #adminmenu .menu ul li a:hover {
  background: #262c30;
}
#adminbackend #adminmenu .menu ul li.current a, #adminbackend #adminmenu .menu ul li.currentparent a {
  background: #262c30;
}
#adminbackend #adminmenu .menu ul li.current .subnav, #adminbackend #adminmenu .menu ul li.currentparent .subnav {
  position: inherit !important;
  display: block !important;
  left: 0;
  width: 100%;
  background: #444d53 !important;
}
#adminbackend #adminmenu .menu ul li.current .subnav a, #adminbackend #adminmenu .menu ul li.currentparent .subnav a {
  background: transparent !important;
}
#adminbackend #adminmenu .menu ul li.current .subnav a:hover, #adminbackend #adminmenu .menu ul li.currentparent .subnav a:hover {
  background: #262c30 !important;
  background: #4c565d !important;
}
#adminbackend #adminmenu .menu ul li.current .subnav .current a, #adminbackend #adminmenu .menu ul li.currentparent .subnav .current a {
  font-weight: bold !important;
  border-left: 4px solid #fff;
  background: #4c565d !important;
}
#adminbackend #adminmenu .menu li:hover .subnav {
  display: block !important;
}
#adminbackend #adminmenu .subnav {
  background: #444d53;
  position: absolute;
  right: -200px;
  top: 0;
  width: 200px;
  display: none;
}
#adminbackend #adminmenu .subnav li a {
  font-weight: normal !important;
  font-size: 14px !important;
  padding-left: 2em;
}

a.gray-link {
  color: #666;
}

@media (max-width: 1279px) {
  div#adminbackend .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  div#adminbackend .col-md-12 {
    width: 100%;
  }
  div#adminbackend div#adminmenu {
    position: absolute;
    padding-top: 40px !important;
    width: 100%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  div#adminbackend div#adminmenu.mystyle {
    transform: translate(0%, 0);
  }
  div#adminbackend #mobile_menu_bar {
    margin-top: 12px;
    z-index: 999;
  }
  div#adminbackend #mobile_menu_bar.open span {
    background: #fff !important;
  }
  div#adminbackend #mobile_menu_bar span {
    background: #000 !important;
    width: 34px;
    height: 3px;
    margin-bottom: 5px;
    display: block;
  }
  div#adminbackend #tickets .ticket_form {
    display: inherit !important;
  }
  div#adminbackend #tickets .ticket_form:nth-child(odd) {
    background: #eee;
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 5px;
    padding-top: 12px;
  }
}
@media (max-width: 980px) {
  section.Banner.courses {
    border-radius: 0;
    min-height: 390px;
  }
  body .float-end {
    float: none !important;
  }
  section#homePop {
    padding: 4%;
    text-align: center;
  }
  section#homePop a.col-3.btn.btn-bggold {
    margin: 0 auto !important;
  }
}
