.alert {
    margin-top: 1rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

table tr:nth-child(odd) {
    background-color: #1a1b25;
    border: 1px solid #292e42;
}
input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    min-width: auto;
}
.downloadBlock-content {
    padding-top: 0;
}
.hidden-block {
    visibility: visible;
    opacity: 1;
    position: absolute;
    background: rgb(0 0 0 / 78%);
    min-width: 245px;
    right: 0;
    z-index: 5;
    top: 80px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
}
.account_panel span, .account_panel a {
    font-size: 15px !important;
    color: white !important;
}
.hidden-block li.custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    color: #ffffff;
    transition: .2s all ease;
    font-family: 'Open Sans';
}

.hidden-block a {
    color: white;
}

.hidden-block li:hover {
    background: #101010;
    color: #333;
}
  
.hidden-block:after {
    border: 5px solid transparent;
    border-bottom-color: #151414;
    position: absolute;
    left: 24px;
    top: -10px;
    content: "";
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
    visibility: visible;
    opacity: 1;
}

form {
    padding-bottom: 20px;
}

#cat {
    margin: 20px 0;
    text-align: center;
    display: block;
}
#cat #title {
    padding-bottom: 10px;
    display: block;
    color: white;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#reply.admin {
    text-align: right;
    background: #1f253d;
    padding: 20px;
    display: block;
}
#reply.user {
    text-align: left;
    background: #22212f;
    display: block;
    padding: 20px;
}

.col-lg-12 {
    width: 100%;
}

.package-lists {
    margin-top: 1rem;
}

.package-lists .packages {
    background: rgb(0 0 0 / 21%);
    border-radius: 5px;
    margin: 0 auto;
    margin-left: 3rem;
    margin-bottom: 2rem;
    width: 25%;
    text-align: center;
}

.package-lists .packages .image {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1c1e38;
}

.package-lists .packages .image img {
    width: 100px;
    height: 100px;
}

.package-lists .packages .fag-btn {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: .5rem;
    color: white;
    text-decoration: none;
    transition: .2s all ease;
}

.package-lists .packages select {
    width: 70%;
    padding: 0.5rem;
    text-align: center;
    background-image: none;
    font-size: 13px;
}

.d-block {
    display: block;
}
.mb-3 {
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
}

.package-lists .packages .fag-btn.blue {
    border: 2px solid #343a40;
    background: #343a40 none repeat scroll 0 0;
}
.package-lists .packages .fag-btn.blue:hover {
    filter: brightness(120%);
}
.package-lists .packages .credits {
    font-size: 18px;
    padding-bottom: .5rem;
    border-bottom: 1px solid #1c1e38;
    padding-top: 1rem;
}

.package-lists .packages .details {
    padding-top: .5rem;
}

.stage {
    background: rgb(0 0 0 / 21%);
    border-radius: 5px;
    margin: 0 auto;
    margin-left: 3rem;
    margin-bottom: 2rem;
    width: 25%;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 0px 5px black;
}

.stage.claimed {
    opacity: 0.6;
}


.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #333;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #000;
    transition: width .6s ease;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

@media screen and (min-width: 1020px) {
    .logo {
        left: 239px;
    width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .package-lists .packages, .stage {
        margin-left: unset;
    }
    .package-lists .packages, .stage {
        margin-left: unset;
        width: 80%;
        margin: 0 auto;
    }
}