﻿html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

body {
    min-width: 320px;
    margin-bottom: 60px;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-brand:hover {
    color: rgb(0, 0, 0) !important;
    transition: .2s;
}

/* menu burger */
.hamburger-menu {
    position: relative;
    height: 26px;
}

#menu__toggle {
    opacity: 0;
}

    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }

        #menu__toggle:checked ~ .menu__btn > span::before {
            top: 0;
            transform: rotate(0);
        }

        #menu__toggle:checked ~ .menu__btn > span::after {
            top: 0;
            transform: rotate(90deg);
        }

    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }

.menu__btn {
    position: absolute;
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
}

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 26px;
        height: 2px;
        background-color: #32334a;
        transition-duration: .25s;
    }

        .menu__btn > span::before {
            content: '';
            top: -8px;
        }

        .menu__btn > span::after {
            content: '';
            top: 8px;
        }

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    margin: 0;
    padding: 50px 0;
    list-style: none;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 1;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #32334a;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

    .menu__item:hover {
        color: #000000;
        text-decoration: none;
        transition: .2s;
    }

/* menu burger */

.jumbotron {
    padding: 2rem 1rem;
}

.card-title {
    margin: 0;
}

.white-line {
    width: 80%;
    border-color: #fff;
}

.green-line {
    width: 70%;
    border-color: #00ff00;
}

.profile-menu {
    display: flex;
    list-style: none;
    margin: 0;
}

.profile-item {
    padding: 0.5em;
}

.profile-name {
    color: #fff;
}

.profile-link {
    color: #32334a;
}

    .profile-link:hover {
        color: #000000;
        transition: .2s;
    }

.pagination {
    margin-top: 20px;
    justify-content: center;
}

.search-card {
    margin-top: 20px;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .search-form .form-group {
        width: 49%;
    }

.table-cards {
    margin-top: 20px;
}

.tbody-cards {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.table-cards td {
    padding: 0 5px;
    display: block;
    text-align: right;
}

    .table-cards td:last-child {
        padding: 0;
    }

.table-cards .list-group-item {
    border-top: 1px solid #28293e;
    border-left: none;
    border-right: none;
    border-bottom: none;
    flex-grow: 1;
}

.table-cards thead {
    display: none;
}

.table-cards .active {
    color: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.table-cards tr {
    width: 200px;
}

.table-cards td:before {
    content: attr(aria-label);
    color: #81839a;
    float: left;
}

.list-group-item form {
    width: 50%;
}

.list-group-item-button {
    display: flex !important;
    flex-grow: 0 !important;
}

.btn-cards {
    width: 100%;
    border-radius: 0;
}

.btn-cards-left {
    border-bottom-left-radius: 6px;
}

.btn-cards-right {
    border-bottom-right-radius: 6px;
}

.basket-button-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.basket-card {
    margin-top: 20px;
}

    .basket-card .list-group-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 7px;
        margin: 0;
    }

.price {
    margin: 0;
    color: #fff;
}

.basket-card-checkbox {
    margin: 0;
    padding-right: 5px;
    padding-bottom: 2px;
}

.basket-card p {
    margin: 0;
    padding-right: 10px;
}

.purchased-cards .basket-card {
    width: 300px;
    margin-top: 0;
}

.purchased-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.button-cards-inner {
    display: flex;
    gap: 15px;
}

    .button-cards-inner .input-group {
        max-width: 320px;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


a {
    color: #0366d6;
}

    a.navbar-brand {
        white-space: normal;
        font-weight: bold;
        text-align: center;
        word-break: break-all;
    }

    a.navbar-brand-active {
        color: rgb(245, 245, 245);
        text-shadow: 0 -1px rgba(0, 0, 0, .1);
        -webkit-animation: pulsate 2s linear infinite;
        animation: pulsate 2s linear infinite;
    }

@-webkit-keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

@keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.makesure {
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

    .makesure .makesure-border {
        border-style: solid;
        border-color: red;
        border-width: 2px;
        width: 1696px;
        height: 44px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

input[type=checkbox].big_checkbox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    padding: 10px;
    cursor: pointer;
}

.draft {
    color: darkorange;
}

.sold {
    color: lightgreen;
    font-weight: bold;
}

.failed {
    color: red;
    font-weight: bold;
}

.norefund {
    font-weight: bold;
    color: darkorange;
}

.refund {
    color: lightgreen;
}

.right-block {
    margin-left: 5%;
    filter: brightness(0.75);
}

.left-block {
    margin-right: 5%;
}

.fill-up {
    width: 100%;
    height: 100%;
    min-height: 200px;
    box-sizing: border-box;
}

.btn {
    border-style: outset;
    border-width: 2px;
}

.btn:active {
    border-style: inset;
}

.btn-danger {
    font-weight:bold;
}