@charset "UTF-8";
/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* Common Block --------------- */

.comm-blc {
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box;
}

/* Container Block --------------- */

.container {
  max-width: 800px;
}

/* wrap-auth --------------- */

.wrap-auth {
    margin-bottom: 96px;
}

/* wrap-info --------------- */

#wrap-info .container {
    max-width: 480px;
}

#wrap-info h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-info .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: 1rem;
    padding: 1.5rem;
}

#wrap-info .box-items h4 {
    color: #e9dfbc;
    font-size: 1rem;
    margin-bottom: .25rem;
}

#wrap-info .box-items .box-credit {
    color: #e9dfbc;
    font-size: 1.75rem;
    margin-bottom: .25rem;
}

#wrap-info .box-items .box-game-user {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    border-radius: .75rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #332d27;
    padding: .75rem 1rem;
    margin-left: -1.5rem;
    align-items: center;
}

#wrap-info .box-items .box-game-user span {
    flex: 1;
    font-size: .9rem;
    text-align: center;
}

#wrap-info .box-items .box-game-user .text-game-user {
    font-size: 1rem;
    text-align: left;
}

#wrap-info .box-items .box-info {
    color: #f3da84;
}

#wrap-info .box-items .fa-bank, #wrap-info .box-items .fa-user {
    color: #ffc700;
}

#wrap-info .box-items .box-info .box-info-details {
    font-size: .8rem;
}

#wrap-info .box-items .box-info .title-bank-no {
    font-size: .9rem;
}

@media (max-width: 767px) {
    #wrap-info .box-items {
        margin: .5rem;
    }
}

@media (max-width: 400px) {
    #wrap-info .box-items {
        padding: .75rem;
    }
    #wrap-info .box-items .box-game-user {
        padding: .5rem .75rem;
        margin-left: -.75rem;
    }
    #wrap-info .box-items .box-game-user span {
        font-size: .7rem;
    }
    #wrap-info .box-items .box-game-user .text-game-user {
        font-size: .7rem;
    }
    #wrap-info .box-items .box-info .box-info-details {
        font-size: .6rem;
    }
    #wrap-info .box-items .box-credit {
        font-size: 1rem;
    }
}

/* wrap-deposit --------------- */

#wrap-deposit .container {
    max-width: 480px;
}

#wrap-deposit h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-deposit .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: .5rem;
}

#wrap-deposit .box-items .box-items-header {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #090301;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}

#wrap-deposit .box-items .box-items-body {
    padding: 1.5rem;
}

#wrap-deposit .box-items .box-items-body .text-bank-name {
    color: #4ad54c;
}

#wrap-deposit .box-items .box-items-body .text-bank-no {
    color: #ffc700;
    font-size: 1.25rem;
}

#wrap-deposit .box-items .box-items-body .text-account-name {
    color: #fff;
}

#wrap-deposit .box-items .box-items-body #btn-copy-bank-no {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    border-radius: .75rem;
    color: #332d27;
    display: block;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

#wrap-deposit .box-alert {
    background-color: #2b2b2b;
    border-radius: 1rem;
}

#wrap-deposit .box-alert .row {
    padding: 1.5rem;
}

#wrap-deposit .box-alert p {
    color: #ffc700;
    font-size: .9rem;
    margin-bottom: 0;
}

#wrap-deposit .box-upload-slip {
    background-color: #161415;
    border: 2px solid #dc1d21;
    border-radius: 1rem;
    color: #ebe4c4;
    padding: 2rem 1.5rem;
}

#wrap-deposit .box-upload-slip h4 {
    font-size: 1rem;
}

#wrap-deposit .box-upload-slip .box-game-user {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    border-radius: .75rem;
    color: #332d27;
    padding: .75rem 1rem;
}

#wrap-deposit #wrap-upload {
    background-color: #2b2b2b;
    border-radius: 1rem;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: .5rem;
}

#wrap-deposit #wrap-upload #img-slip-upload {
    display: none;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}

#wrap-deposit #wrap-upload #img-mock-upload {
    display: block;
    height: 96px;
    left: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

#wrap-deposit #wrap-upload #input-upload-slip {
    background: #000;
    border: 0 !important;
    bottom: 0;
    cursor: pointer;
    display: block !important;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    z-index: 3;
}

#wrap-deposit #btn-upload-slip {
    background: linear-gradient(180deg, #d4a946, #f4e196 50%, #eecb6a 51%, #e4bc5c);
    border: none;
    border-radius: 1.5rem;
    box-shadow: none;
    color: #372a06;
    margin: auto;
    max-width: 144px;
    padding: 6px 3rem;
    -webkit-appearance: none;
}

@media (max-width: 767px) {
    #wrap-deposit .box-items {
        margin: .5rem;
    }
}

/* wrap-deposit --------------- */

#wrap-withdraw .container {
    max-width: 480px;
}

#wrap-withdraw h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-withdraw .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: .5rem;
}

#wrap-withdraw .box-items .box-items-header {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #090301;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}

#wrap-withdraw .box-items .box-items-body {
    padding: 1.5rem;
}

#wrap-withdraw .box-items .box-items-body .text-bank-no {
    color: #f3d984;
}

#wrap-withdraw .box-items .fa-bank, #wrap-withdraw .box-items .fa-user {
    color: #ffc700;
}

#wrap-withdraw .box-items .input-group .text-label {
    color: #dfc469;
    width: 100%;
}

#wrap-withdraw .box-items .input-group input {
    background-color: #3e3d38;
    border: none;
    border-radius: .5rem;
    box-shadow: none;
    color: #ebe4c4;
    font-size: 1rem;
    height: 48px;
    outline: none;
    padding: 0 1rem;
}

#wrap-withdraw .box-items .box-items-body .btn-baht {
    background: #3e3d38;
    border-radius: .5rem;
    box-shadow: none;
    color: #fff;
    padding: .5rem 1rem;
    width: 100%;
}

#wrap-withdraw .box-items .box-items-body #btn-widhdraw {
    background: linear-gradient(180deg, #c91e26, #e43439 50%, #d62d25 51%, #d52b25);
    border-radius: 1.5rem;
    box-shadow: none;
    color: #fff;
    display: block;
    padding: .75rem 1rem;
    text-align: center;
    width: 100%;
}

#wrap-withdraw .box-items .box-items-body .btn-baht:active, #wrap-withdraw .box-items .box-items-body .btn-baht:focus, #wrap-withdraw .box-items .box-items-body .btn-baht:hover {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #252225;
}

@media (max-width: 767px) {
    #wrap-withdraw .box-items {
        margin: .5rem;
    }
}

/* wrap-deposit --------------- */

#wrap-history .container {
    max-width: 480px;
}

#wrap-history h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-history .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: .5rem;
}

#wrap-history .box-items .box-items-body {
    padding: 1.5rem;
}

#wrap-history .box-no-data .fa-file-alt {
    font-size: 96px;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    #wrap-history .box-items {
        margin: .5rem;
    }
}

/* wrap-change-password --------------- */

#wrap-change-password .container {
    max-width: 480px;
}

#wrap-change-password h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-change-password .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: .5rem;
}

#wrap-change-password .box-items .box-items-header {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #090301;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}

#wrap-change-password .box-items .box-items-body {
    padding: 1.5rem;
}

#wrap-change-password .box-items .box-items-body .input-group .text-label {
    color: #dfc469;
    width: 100%;
}

#wrap-change-password .box-items .box-items-body .input-group input {
    background-color: #3e3d38;
    border: none;
    border-radius: .5rem;
    box-shadow: none;
    color: #ebe4c4;
    font-size: 1rem;
    height: 48px;
    outline: none;
    padding: 0 1rem;
}

#wrap-change-password .box-items .box-items-body #btn-change-password {
    background: linear-gradient(180deg, #d4a946, #f4e196 50%, #eecb6a 51%, #e4bc5c);
    border-radius: 1.5rem;
    box-shadow: none;
    color: #372a06;
    max-width: 144px;
    padding: 6px 2rem;
}

@media (max-width: 767px) {
    #wrap-change-password .box-items {
        margin: .5rem;
    }
}

/* wrap-point --------------- */

#wrap-point .container {
    max-width: 480px;
}

#wrap-point h2 {
    color: #e9dfbc;
    font-size: 1.5rem;
}

#wrap-point .box-items {
    background-color: #1d190f;
    border: 2px solid #d0ab46;
    border-radius: .5rem;
}

#wrap-point .box-items .box-items-header {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #090301;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrap-point .box-items .box-items-header .point {
    background: #3e3d38;
    color: #fff;
    font-weight: 400;
    border-radius: .25rem;
    padding: 0 .5rem;
    text-align: right;
}

#wrap-point .box-items .box-items-header .point i {
    font-size: 85%;
}

#wrap-point .box-items .box-items-body {
    padding: 1.5rem;
}

#wrap-point .box-items .exchange-item:hover {
    filter: contrast(1.1);
}

#wrap-point .box-items .exchange-item a {
    text-decoration: none;
}

#wrap-point .box-items .exchange-item .detail-blc {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#wrap-point .box-items .exchange-item .detail-blc .txt-tag {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    max-width: 75px;
    text-transform: uppercase;
    border-radius: 6px;
    white-space: nowrap;
    padding: 4px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
}

#wrap-point .box-items .exchange-item .detail-blc .txt-tag .icn {
    width: 20px;
    margin-right: 5px;
}

#wrap-point .box-items .exchange-item .detail-blc .txt-tag .icn img {
    max-width: 100%;
}

#wrap-point .box-items .exchange-item .img {
    background: #3e3d3894;
    border-radius: 4px;
    padding: 20px 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrap-point .box-items .exchange-item:hover .img {
    filter: brightness(1.05);
}

#wrap-point .box-items .exchange-item .img img {
    width: 75%;
    border-radius: 4px;
    flex: 0 0 auto;
}

#wrap-point .box-items .exchange-item .btn-blc .btn-elem {
    background-color: #3e3d38;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#wrap-point .box-items .exchange-item a:hover .btn-blc .btn-elem {
    background: linear-gradient(90deg, #c29439, #f4da85 50%, #c29439);
    color: #252225;
}

#wrap-point .box-items .exchange-item .btn-blc .btn-elem .icn {
    width: 24px;
    margin-right: 10px;
}

#wrap-point .box-items .exchange-item .btn-blc .btn-elem .icn img {
    max-width: 100%;
}

#wrap-point .box-items .exchange-item .btn-blc .btn-elem .txt01 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    white-space: nowrap;
    display: block;
}

@media (max-width: 767px) {
    #wrap-point .box-items {
        margin: .5rem;
    }
}

/* --------------------------------------------------
 score
-------------------------------------------------- */

#wrap-point #score .card.card-style01 .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrap-point #score .date {
    color: #ffba35;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
}

#wrap-point #score .alert {
    font-size: 12px;
}

#wrap-point #score .user-bonus {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wrap-point #score .point {
    background: linear-gradient(180deg, #000000ea 0%, #000000cb 100%), linear-gradient(133deg, #151515, #151515);
    background-origin: border-box;
    background-clip: content-box,border-box;
    background-size: 100% auto;
    width: calc(50% - 5px);
    text-decoration: none;
    border-radius: 10px;
    padding: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

#wrap-point #score .point.diamond {
    width: 100%;
    max-width: 200px;
}

#wrap-point #score .point.bonus {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

#wrap-point #score .point:hover {
    box-shadow: rgb(255 255 255 / 28%) 0px 0px 4px 2px inset, 0px 1px 4px rgb(0 0 0 / 50%);
}

#wrap-point #score .point .icn {
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 5px;
}

#wrap-point #score .point .icn::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    display: block;
}

#wrap-point #score .point .txt01 {
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 5px;
}

#wrap-point #score .point.play .icn::before {
    background-image: url(../img/common/icon_play03.png);
}

#wrap-point #score .point.cash-lock .icn::before {
    background-image: url(../img/common/icon_dollar_lock01.png);
}

#wrap-point #score .point.diamond .icn::before {
    background-image: url(../img/common/icon_diamond01.png);
}

#wrap-point #score .point .num {
    color: #fff;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    padding: 5px 10px;
    padding-left: 0;
}

#wrap-point #score .score-list {
    display: flex;
    flex-wrap: wrap;
}

#wrap-point #score .score-list li {
    background: #3e3d3894;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 2% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 3px 1px inset, 1px 1px 3px 1px #1818185c;
}

#wrap-point #score .score-list li:nth-of-type(2n+2) {
    margin-right: 0;
}

#wrap-point #score .score-list li .detail-blc {
    width: 100%;
    box-sizing: border-box;
}

#wrap-point #score .score-list li .img {
    background-color: rgba(0, 0, 0, 0.26);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrap-point #score .score-list li .img img {
    width: 100%;
    flex: 0 0 auto;
}

#wrap-point #score .score-list li .subj {
    color: #ffe775;
    font-size: 120%;
    text-align: center;
    line-height: 1.4;
    word-break: normal;
}

#wrap-point #score .score-list li .txt-blc .txt01 {
    color: #fff;
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 10px;
}

#wrap-point #score .score-list li .form-blc {
    display: flex;
}

#wrap-point #score .score-list li .form-blc .fill-item {
    width: 49%;
    margin: 0 2% 2% 0;
}

#wrap-point #score .score-list li .form-blc .fill-item:nth-child(2n+2) {
    margin-right: 0;
}

#wrap-point #score .score-list li .form-blc .fill-item .txt01 {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#wrap-point #score .score-list li .btn-style01 {
    margin: 10px auto 4%;
}

#wrap-point #score .score-list li .btn-style01 .btn-elem {
    font-size: 120%;
}

#wrap-point #score .score-list li .btn-style01 .btn-elem .txt01 {
    padding: 4px 20px;
}

@media screen and (max-width: 1000px) {
    #wrap-point #score .subj {
        font-size: 100%;
    }
}

@media screen and (max-width: 767px) {
    #wrap-point #score .score-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    #wrap-point #score .score-list li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    #wrap-point #score .score-list li .subj {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    #wrap-point #score .card.card-style01 .card-header {
        flex-wrap: wrap;
    }
    #wrap-point #score .point {
        margin-top: 10px;
    }
    #wrap-point #score .point.diamond {
        max-width: none;
    }
    #wrap-point #score .point .icn::before {
        width: 24px;
        height: 24px;
    }
}

/* --------------------------------------------------
 title
-------------------------------------------------- */


/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tbl-comm {
    border-top: 1px dotted #fff;
}

.tbl-comm th, .tbl-comm td {
    padding: 7px 15px;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
}

.tbl-comm th {
    background-color: #fff;
    width: 20%;
}

.tbl-comm th[align="center"], .tbl-comm td[align="center"] {
    text-align: center;
}

.tbl-comm th[align="right"], .tbl-comm td[align="right"] {
    text-align: right;
}

.tbl-respon {
    overflow-x: auto;
}

.tbl-respon .tbl-comm {
    min-width: 600px;
}

.note-tbl {
    color: red;
    text-align: center;
    margin: 2% 0;
    display: none;
}

/* Form Table --------------- */

.tbl-form th {
    background-color: #fff;
    width: 25%;
    padding: 2%;
    text-align: left;
}

.tbl-form td {
    padding: 2%;
    text-align: left;
}

.tbl-form th, .tbl-form td {
    border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tbl-respon {
    overflow-x: auto;
}

.note-tbl-respon {
    font-size: 80%;
    color: red;
    margin: 2% 0;
    text-align: center;
    display: none;
}

@media screen and (max-width: 767px) {
    /* Common Table --------------- */
    .tbl-comm th, .tbl-comm td {
        font-size: 90%;
    }
    .tbl-comm th {
        width: 30%;
    }
    .tbl-comm.single-row th, .tbl-form.single-row th {
        display: block;
        font-weight: bold;
        padding-bottom: 0;
    }
    .tbl-comm.single-row td, .tbl-form.single-row td {
        display: block;
    }
    .note-tbl {
        display: block;
    }
    /* Form Table --------------- */
    .tbl-form th {
        width: auto;
    }
    /* tblRespon --------------- */
    .note-tbl-respon {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    /* tblRespon --------------- */
    .note-tbl-respon {
        display: block;
    }
}

/* Dark Table --------------- */

.table-dark th,
.table-dark td {
    color: #fff;
}

/* --------------------------------------------------
 List
-------------------------------------------------- */

/* Common List --------------- */

.list-comm li {
    width: 48%;
    float: left;
}

.list-comm li:nth-of-type(2n) {
    float: right;
}

/* --------------------------------------------------
 Button
-------------------------------------------------- */

/* btn-style01 --------------- */

.btn-style01 .btn-elem {
    color: #fff;
    background: linear-gradient(343deg, #580002, #c11010), linear-gradient(343deg, #580002, #c11010);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 2px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
}

.btn-style01 .btn-elem:hover {
    filter: brightness(1.1);
}

.btn-style01 .btn-elem:disabled,
.btn-style01 .btn-elem.disabled {
    background: linear-gradient(0deg, rgb(79 79 79) 20%, rgb(179 179 179) 100%, rgb(179 179 179) 80%, rgb(79 79 79) 99%);
    pointer-events: none;
    opacity: .65;
    box-shadow: rgb(147 147 147) 0px 0px 4px 2px inset;
}

.btn-style01 .btn-elem .txt01 {
    white-space: nowrap;
    padding: 4px 7px;
    display: block;
}

.btn-style01 .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .btn-style01 .btn-elem .txt01 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* --------------------------------------------------
 Text
-------------------------------------------------- */

.txt-center {
    text-align: center;
}

.txt-underline {
    text-decoration: underline;
}

.txt-big {
    font-size: 115%;
}

.txt-small {
    font-size: 85%;
}

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

.txt-italic {
    font-style: italic;
}

.txt-inline-blc {
    text-align: left;
    display: inline-block;
}

.txt-black {
    color: #000;
}

.txt-red {
    color: #BD2D2B;
}

.text-primary {
    color: #be8e25 !important;
}

/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */

/* Spacing --------------- */

.mt-1 {
    margin-top: 1%;
}

.mt-2 {
    margin-top: 2%;
}

.mt-3 {
    margin-top: 3%;
}

.mt-4 {
    margin-top: 4%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-6 {
    margin-top: 6%;
}

.mt-7 {
    margin-top: 7%;
}

.mb-1 {
    margin-bottom: 1%;
}

.mb-2 {
    margin-bottom: 2%;
}

.mb-3 {
    margin-bottom: 3%;
}

.mb-4 {
    margin-bottom: 4%;
}

.mb-5 {
    margin-bottom: 5%;
}

.mb-6 {
    margin-bottom: 6%;
}

.mb-7 {
    margin-bottom: 7%;
}

/* Clear fix --------------- */

.clear-fix:after {
    content: "";
    clear: both;
    display: block;
}

/* Clear --------------- */

.clear {
    clear: both;
}

/* Hide --------------- */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.disnon {
    display: none;
}

/* PDF icon --------------- */

.icn-pdf {
    vertical-align: bottom;
    margin: 0px 3%;
}

@media screen and (max-width: 1000px) {
    /* Hide --------------- */
    .post.hidden {
        opacity: 1;
    }
}

/* Popup --------------- */

.mfp-bg {
    animation: openBg 0.4s;
}

.white-popup-block {
    animation: open 0.4s;
}

.mfp-removing{
  animation: close 0.4s;
}

@keyframes openBg {
    0%   {opacity: 0;}
    100% {opacity: 0.8;}
}

@keyframes open {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes close {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

@media screen and (max-width: 767px) {
    /* Popup --------------- */
    .popup {
        display: block;
        position: relative;
    }
}