/*

HiddenDevs - (C) 2021
Design Framework: Bootstrap

*/
@import url("https://fonts.googleapis.com/css?family=Roboto");

:root {
  --Primary-Dark: #232527;
  --Primary-Dark-2: #1d1f21;
  --Primary-Dark-3: #181a1b;

  --Primary-Color: #44cc55;

  --Primary-Stroke: #010101;

  --Text-Color-Title: #fffffe;
  --Text-Color-Sub: #94a1b2;

  --Text-Muted: #79828b;
}

body {
    font-family: proxima-nova, sans-serif !important;
    font-style: normal;
    font-weight: 100;

    background-color: rgb(35, 37, 39)!important;
    color: white!important;
}

body::-webkit-scrollbar {
    width: 5px !important;
}

body::-webkit-scrollbar-thumb {
    background: #5d5d5d !important;
    border-radius: 10px !important;
}

body::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}


.cscroll::-webkit-scrollbar {
    width: 5px !important;
}

.cscroll::-webkit-scrollbar-thumb {
    background: #5d5d5d !important;
    border-radius: 10px !important;
}

.cscroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}



.footer-custom {
  background-color: #181a1b;
  background-size: 100%;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 85px;
  line-height: 85px;
}
/* .container {
	min-height: 72vh;
    max-width: 500px;
    margin-bottom: 85px;
} */

.current {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #39e380;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.badge {
  border-radius: 2px;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.badge.badge-danger {
  background-color: #ff2400;
}

.badge.badge-info {
  background-color: #58bafc;
}

.badge.badge-dark {
  background-color: #406177;
}

.hbtn {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  border-radius: 12px;
  border: 0;
  outline: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hbtn.hbtn-default {
  background-color: #333c4e;
  color: #adadad;
}

.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  z-index: -1;
}

.left {
  position: relative;
}
.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #39e380;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.left:hover {
  text-decoration: none !important;
}
.left:hover:before {
  visibility: visible;
  width: 100%;
}

.lighthover:hover {
  filter: brightness(110%);
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.pricing-header {
  max-width: 700px;
}
.card-deck .card {
  min-width: 220px;
}

.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
}

.SliderImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.dropdown-menu {
  margin-top: 0;
}

.card-dark {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff0;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.btn-hdtheme {
  background-color: #44cc55 !important;
  border: none !important;
  color: #181a1b !important;
}

.btn-hdtheme:hover {
  background-color: #44cc55 !important;
  border: none !important;
  color: #292c2d !important;
  text-decoration: none !important;
}

.btn-hdtheme:disabled {
  background-color: #181a1b !important;
  color: #ffffff2e !important;
}

.btn-new {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-header-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.modal-footer-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
}

button.close2 {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.close2 {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
}

.close2:hover {
  color: #9e9e9e;
  text-decoration: none;
}

.nocssbutton {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
.nocssbutton:focus {
  outline: 0 !important;
}

.nav-pills .nav-link.active {
  color: none;
  background-color: rgb(42, 44, 46);
  border-color: rgb(35, 37, 39);
}

.text-hd {
  color: #44cc55;
}
.text-hd:hover {
  color: #43464a;
  text-decoration: underline;
}

.text-hd-n {
  color: #44cc55;
}
.text-hd-n:hover {
  color: #44cc55;
  text-decoration: underline;
}

.HDbadge {
  background-color: #44cc55;
  color: black;
}

.separator {
  display: flex;
  align-items: center;
}

.separator::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #cacaca;
}

.circle-loader {
  margin: 0 0 30px 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #44cc55;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
}

.card-header {
  border-bottom: 1px solid rgb(0 0 0) !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -3;
  bottom: -2;
  border-radius: 0.25rem;
  background-color: #ccc;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 0.25rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #44cc55;
}

input:focus + .slider {
  box-shadow: 0 0 1px #44cc55;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.h-100 {
  height: 100% !important;
}

.box-height-sm {
  min-height: 200px;
  position: relative;
}

.box-height {
  min-height: 250px;
  position: relative;
}

.box-height-lg {
  min-height: 300px;
  position: relative;
}

.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.margin-30px-bottom {
  margin-bottom: 30px;
}

.box-hover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.blog-tag {
  border-top-right-radius: 5px;
  background-color: #1d1f21;
  position: absolute;
  top: 1rem;
  border-bottom-right-radius: 5px;
}

.blog-footer {
  border-radius: -2% !important;
  width: 100%;
  position: absolute;
  background-color: #1d1f21;
  bottom: 0;
}

.blog-footer-title {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.blog-poster-picture {
  background-color: #232527;
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: 1rem;
  overflow: hidden;
  bottom: 2.9rem;
}

.focus-off:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 16em;
  height: 16em;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
