@media only screen and (max-width: 320px) {
	.cc-revoke.cc-bottom {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.cc-revoke.cc-bottom {
		bottom: auto !important;
		top: 0;
	  left: 11.5em !important;
	  border-bottom-left-radius: .5em;
	  border-bottom-right-radius: .5em;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.w-lg-50 {
		width: 50% !important;
	}
}

.navbar .dropdown-item:hover {
  cursor: pointer;
}

.navbar-nav .nav-item .nav-link {
  position: relative;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: .5rem;
  margin-right: .5rem;
}

.navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}

.navbar-nav .nav-item .nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,.75);
}

.navbar-nav .nav-item .nav-link-ltr::before {
  width: 0%;
  bottom: 5px;
}

.navbar-nav .nav-item .nav-link-ltr:hover::before {
  width: 100%;
}

main {
  margin-top: 15px;
  margin-bottom: 75px;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.box
{
	font-size: 1.25rem; /* 20 */
	background-color: #c8dadf;
	position: relative;
	padding: 64px 20px;
	outline: 2px dashed #92b0b3;
    outline-offset: -10px;
}

.box.is-dragover {
	outline-offset: -5px;
	background-color: white;
}

.prvkey{
  height: 158px;
}

.card-title-left {
  float: left;
}

.card-title-reload {
  padding: 5px 2px 0px 0px;
  float: right;
}

footer>nav {
  display: inline-block !important;
  text-align: center;
}

footer a {
  color: rgba(255,255,255,255);
}

footer a:hover {
  color: rgba(255,255,255,.75);
}
footer > .navbar {
  padding-bottom: 0px !important;
}
footer > .navbar > .navbar-text {
  padding: 0px 0px 0px 0px !important;
}

.build {
  color: white;
  font-size: 70% !important;
  font-weight: 600;
}

.grecaptcha-badge {
  z-index: 1031;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.tab-content {
    padding: 20px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
