/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
    font-family: Inter;
    src: url('Inter-VariableFont_opsz,wght.ttf'); 
  }
  
  /* @font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf'); 
  } */

/*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Inter", sans-serif;
}

body {
    background: #1d1f20;
}

/* ------------------------------------ */
a {
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/* ------------------------------------ */
input {
    display: block;
    outline: none;
    border: none !important;
}

textarea {
    display: block;
    outline: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
  [ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    /* min-height: 100vh; */
    background: #1d1f20;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 960px;
    border-radius: 10px;
    overflow: hidden;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: #2f333b;
}

.row.header {
    color: #0d0d0d;
    background: #5050A0;
}

@media screen and (max-width: 768px) {
    .row {
        display: block;
    }

    .row.header {
        padding: 0;
        height: 0px;
    }

    .row.header .cell {
        display: none;
    }

    .row .cell:before {
        /* font-family: Poppins-Bold; */
        font-size: 12px;
        /* color: #e2e2e2; */
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;

        margin-bottom: 6px;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.row .cell {
    /* font-family: Poppins-Regular; */
    font-size: 15px;
    color: #f2f2f2;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #f2f2f2; */
    border-bottom: 1px solid #1d1f20;
}

.row.header .cell {
    /* font-family: Poppins-Regular; */
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 19px;
    padding-bottom: 19px;
}

.row .cell:nth-child(1) {
    width: 160px;
    padding-left: 40px;
}

.row .cell:nth-child(2) {
    width: 320px;
}

.row .cell:nth-child(3) {
    width: 320px;
}

.row .cell:nth-child(4) {
    width: 320px;
}


.table,
.row {
    width: 100% !important;
}

.row:hover {
    background-color: #5050A0;
    /* cursor: pointer; */
}

@media (max-width: 768px) {
    .row {
        border-bottom: 1px solid #1d1f20;
        padding-bottom: 9px;
        padding-top: 15px;
        padding-right: 15px;
        margin: 0;
    }

    .row .cell {
        border: none;
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .row .cell:nth-child(1) {
        padding-left: 30px;
    }

    .row .cell {
        /* font-family: Poppins-Regular; */
        font-size: 18px;
        color: #f2f2f2;
        line-height: 1.2;
        font-weight: unset !important;
    }

    .table,
    .row,
    .cell {
        width: 100% !important;
    }
}

.letters {
    display: inline-block;
    transform: skewX(350deg);
}

.letter1 {
    color: #0000ff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.letter2 {
    color: #cc33cc;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.letter3 {
    color: #00cc99;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.letter4 {
    color: #ffcc00;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

#header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f333b;
    padding-top: 1em;
    padding-bottom: 1em;
}

#logo {
    width: 100%;
    text-align: center;
    padding-bottom: 0.2em;
}

#logo h1 {
    font-weight: 900;
    text-transform: uppercase;
    /* color: #c4d3f6; */
    color: rgba(255, 255, 255, 0.75);
    font-size: 2em;
    letter-spacing: 0.25em;
}

#logo p {
    /* color: #eee; */
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin: 1em 0 0 0;
    display: block;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}

a {
    transition: color .25s ease-in-out;
    text-decoration: none;
    color: #f2f2f2;
}

a:hover {
    text-decoration: none;
}

#menu {
    background-color: #5050A0;
    color: #1d1f20;

    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #2f333b; */
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#menu div {
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 0.9em;
}

.selected {
    border-bottom: 2px solid #f2f2f2;
}

.notselected {
    border-bottom: 2px solid #5050A0;
}
.notselected:hover {
    border-bottom: 2px solid #f2f2f2;
}