@charset "utf-8";

div.container {
    width: 100%;
    font-size: 13px;
}

.env-stage {
    background-color: #c4f2ff;
}

.councel-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.q-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-card {
    width: 50px;
}

.input-card {
    width: 50px;
}

.input-card-birth {
    width: 100px;
}

.bg-gray {
    background: lightgray;
}

.hide {
    display: none;
}

.shipping-width {
    width: 300px;
}

.text-bold {
    font-weight: bold;
}



.pay-month-2 {
    background: red;
}

.pay-month-3 {
    background: greenyellow;
}

.pay-month-4 {
    background: pink;
}

.pay-month-5 {
    background: darkseagreen;
}

.pay-month-6 {
    background: deeppink;
}

.pay-month-7 {
    background: yellow;
}

.pay-month-8 {
    background: lightgoldenrodyellow;
}

.pay-month-9 {
    background: coral;
}

.pay-month-10 {
    background: cadetblue;
}

.pay-month-11 {
    background: #c0a16b;
}

.pay-month-12 {
    background: brown;
}

.pay-month-13 {
    background: deepskyblue;
}

.pay-month-14 {
    background: sandybrown;
}

.pay-month-15 {
    background: chocolate;
}

.pay-month-16 {
    background: blueviolet;
}

.pay-month-17 {
    background: saddlebrown;
}

.pay-month-18 {
    background: cornflowerblue;
}


table tbody tr:hover {
    background: #F9EDFF;
}

/* header menu fixed */
#fixed-header {
    overflow: hidden;
    /*background-color: #333;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}