/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}

[hidden] {
    display: none;
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}

svg,
video {
    display: block;
}

video {
    max-width: 100%;
    height: auto;
}
/* ===================================================================================================== */

body {
    font-family: "Nunito", sans-serif;
}

.table {
    display: table;
    margin: 0 auto !important;
}

.horizontal-list {
    list-style: none;
    margin: auto !important;
}

.horizontal-list li {
    display: inline-block;
    margin-right: 20px;
}

.margin-15 {
    margin: 13px 0 !important;
}

.float-right {
    float: right;
}

.font-1 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.main-header .navbar-brand img {
    width: 170px;
}

#bonuses-form {
    max-width: 500px !important;
    margin: 0 auto;
}

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

.text-right {
    text-align: right;
    float: right;
}

.btn-center {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.icons-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.icons-container1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

#social-icons {
    /* list-style: none;
    margin: auto !important; */
    display: flex;
    justify-content: center;
    list-style-type: none;
}

#social-icons li {
    display: inline-block;
    margin: 0 10px;
    color: rgb(255, 255, 255);
    background: #333333;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.1s;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit !important;
}

#social-icons li i {
    margin-left: 25%;
}

#social-icons li:active {
    transform: translateY(4px);
}

#social-icons a:nth-child(1) li:hover {
    color: #456cba;
    box-shadow: 0 0 10px 10px #4267b2;
    text-shadow: 0 0 30px #4267b2;
}
#social-icons a:nth-child(2) li:hover {
    color: #26a4f2;
    box-shadow: 0 0 10px 10px #1da1f2;
    text-shadow: 0 0 30px #1da1f2;
}
#social-icons a:nth-child(3) li:hover {
    color: #ff8347;
    box-shadow: 0 0 10px 10px #ff8347;
    text-shadow: 0 0 30px 10px #ff8347;
}
#social-icons a:nth-child(4) li:hover {
    color: #00efe8;
    box-shadow: 0 0 10px 10px #00efe8;
    text-shadow: 0 0 15px #00efe8;
}
#social-icons a:nth-child(5) li:hover {
    color: #ff1a1a;
    box-shadow: 0 0 10px 10px #ff0000;
    text-shadow: 0 0 15px #ff0000;
}
#social-icons a:nth-child(6) li:hover {
    color: #30E766;
    box-shadow: 0 0 10px 10px #30E766;
    text-shadow: 0 0 15px #30E766;
}
#social-icons a:nth-child(7) li:hover {
    color: #D64E9C;
    box-shadow: 0 0 10px 10px #D64E9C;
    text-shadow: 0 0 15px #D64E9C;
}

button:active {
    transform: translateY(4px);
}

.btn-pink {
    background-color: #f392bb !important;
    color: white !important;
}

.btn-red {
    background-color: #ff0000 !important;
    color: white !important;
}

.form-control:focus {
    box-shadow: 0 0 3px 3px #f392bb !important;
    border-style: solid !important;
    border-width: 0.5px !important;
    border-color: #f392bb !important;
}

.gift-text {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background-image: linear-gradient(
        to right,
        red,
        orange,
        yellow,
        rgb(55, 238, 55),
        rgb(88, 88, 252),
        rgb(153, 49, 228),
        violet
    );
}

.terms-row {
    margin: 0 20px !important;
}

.paragraph {
    font-weight: 700;
    font-size: 17px;
    text-align: right;
}

.nav-link:hover {
    color: #333333 !important;
}

.update-btn {
    width: 300px;
    font-size: 25px !important;
    justify-content: center;
}

.dashboard-form {
    display: flex;
}

.nav-item {
    font-family(stack): Tajawal, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
}
