/* * {
    outline: 1px solid red;
} */

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #364558;
    color: #ffffff;
}

.navbar {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.top_text {
    color: #fff200;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.paragraphs {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.personal_img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.title {
    color: #501472;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.title2 {
    color: #ff0000;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.title3 {
    color: #fbff00;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.benefit_box {
    background-color: #ffffff;
}

.benefits {
    font-size: 1.5rem;
    font-weight: bold;
    color: #008311;
    list-style-image: url('../img/Check1green.png');
    margin-top: 20px;
    padding-left: 100px;
}

.list_point {
    padding-bottom: 25px;
    list-style-position: outside;
}

.list_point.li_text {
    margin-bottom: 25px;
}

.img_width {
    width: 100%;
}

.footcopy {
    color: #ffffff;
    text-decoration: none;
}

.footcopy:hover {
    color: #ffe100;
    text-decoration: none;
}

.sell_block {
    background-color: #00ff22;
    border: #000000 dashed 5px;
    padding: 20px;
}

.sell_block_title {
    margin-top: 20px;
    Color: rgb(255, 0, 0);
    font-size: 2rem;
    font-weight: bold;
}

.sell_block_normal {
    margin-top: 20px;
    Color: rgb(107, 0, 178);
    font-size: 4rem;
    font-weight: bold;
}

.sell_block_special {
    margin-top: 20px;
    Color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.sell_block_excited {
    margin-top: 20px;
    Color: #ff0000;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px #000000;
}

.modal_text {
    color: #000000;
}

/* Simple styles for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
}

.modal-content {
    background-color: white;
    padding: 20px;
    margin: 15% auto;
    width: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/******************************************
***   SIDE MENU
******************************************/
.side_menu {
    background-color: #364558;
    color: #fff;
    padding: 0px;
    margin: 0px;
    margin-right: -10px;
}

.side_menu_img {
    width: 100%;
}

.mnu_items {
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    text-align: left;
}

.mnu_items:hover {
    color: #ffffff;
    background-color: #5d636b;
}

/******************************************
***   HEADER MENU
******************************************/
.header_img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.menu_header {
    padding-left: 15px;
    font-weight: bold;
}

.video_box {
    padding-left: 50px;
    padding-right: 50px;
}

.vid_button {
    width: 100%;
    margin-top: 20px;
}

.card-img-top {
    width: 100%;
}

.btn-size {
    width: 150px;
}

.referral_cnt {
    font-size: 2.5rem;
    font-weight: bold;
}