/*! 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;
}

.navbar {
    width: 100%;
    display: flex !important;
    justify-content: end;
    padding: 0 10px;
}

.navbar-brand {
    display: flex !important;
    justify-content: end;
}

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

#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;
}

.container {
    max-width: 61% !important;
    padding-top: 10px;
}

.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: #052951 !important;
    color: white !important;
}

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

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

.gift-text {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #052951;
    font-weight: 400;
    font-family: "DG Ghayaty" !important;
    padding: 0 10px;
    /* background-image: linear-gradient(
        to right,
        #58aa43,
        #052951,
        #f6ea14,
        #58aa43,
        #eae117
    ); */
}

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

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

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

.dashboard-form {
    display: flex;
}

.nav-item {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    font-family: "Noto Kufi Arabic" !important;
    padding: 0 10px;
}

.header-topbar {
    background-color: #052951;
    margin-bottom: 55px;
}
