body {
    font-size: 18px;
    background-color: #282828;
    color: #eaeaea;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px !important;
    min-height: 100vh;
    line-height: 1.5;
}
.text_center {
    text-align: center;
}
.align_right {
    text-align: right;
}
/* .display_none {
    display: none;
} */
a {
    text-decoration: none;
}
a, button {
    background: transparent;
    border: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}
hr {
    margin-bottom: 30px;
}
input:focus-visible {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
}
table {
    font-size: 14px;
}



/* HEADER */
.main_nav {
    border-bottom: 1px solid #6bd1de40;
    margin-bottom: 40px;
}
.nav_box {
    padding: 20px 0;
}
.nav_logo {
    width: 100%;
    max-width: 60px;
    display: block;
}
.logo {
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 0 auto 50px;
}

/* FORM */
.custom_form {
    margin: 0;
}
.main_label {
    margin-bottom: 5px;
}
.main_input {
    border-radius: 30px;
    color: #282828 !important;
    background-color: #eaeaea !important;
    border: none;
    padding: 10px 20px;
    display: block;
    width: 100%;
}
.center_input {
    margin: 0 auto 20px;
    text-align: center;
}
.checkbox_text {
    font-size: 16px;
    margin-bottom: 20px;
}
.checkbox_text a {
    font-size: 16px;
}
input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

/* CONTENT */
.full_height_box {
    min-height: calc(100vh - 85px);
    padding: 30px 0;
    width: 100%;
}
.full_height_box_nav {
    min-height: calc(100vh - 235px);
    padding: 30px 0;
}
.content_box {
    margin-top: 30px;
}
.login_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.main_img {
    width: 100%;
}
.info_message {
    font-size: 20px;
}

/* BUTTONS & LINKS */
.main_button {
    color: #282828;
    background-color: #6bd1de;
    border: none;
    padding: 5px 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px !important;
    border-radius: 20px;
}
.main_button:hover {
    background-color: #36adbd;
}
.main_button:disabled {
    background-color: #cccccc;
}
div {
  padding: 5px 10px;
}
.day_img_box {
    position: relative;
}
.like_btns {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.circle_button {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: #6bd1de;
    color: #282828;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0 2px;
}
.circle_button i {
    font-size: 16px;
    padding: 7px;
    width: 30px;
    height: 30px;
}
.circle_button:hover {
    background: #36adbd;
    color: #282828;
}
.product_box {
    box-shadow: rgba(0,0,0,0.3) 0px 1px 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    /* background-image: url(../product_bgd.png); */
    background: linear-gradient(195deg, rgb(132 235 249), #1f535a);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-bottom: 25px;
}
/* .products_items div:first-child .product_box {
    background-image: url(../Product01.jpg);
}
.products_items div:nth-child(2) .product_box {
    background-image: url(../Product02.jpg);
}
.products_items div:nth-child(3) .product_box {
    background-image: url(../Product03.jpg);
} */

.product_link {
    color: #282828;
    background-color: #6bd1de;
    border: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px !important;
    border-radius: 20px;
}
.product_link:hover {
    background-color: #36adbd;
    color: #282828;
}
.main_link {
    font-size: 16px;
    color: #6bd1de;
    padding: 10px 15px;
}
.main_link:hover {
    color: #eaeaea;
}
.text_link {
    font-size: 18px;
    color: #6bd1de;
}
.text_link:hover {
    color: #eaeaea;
}

/* TABLES */
.table_title {
    font-size: 26px;
    color: #36adbd;
    margin-bottom: 10px;
}
.scroll_table {
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 20px;
}
.scroll_table::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #282828;
}
.scroll_table::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}
.scroll_table::-webkit-scrollbar-thumb {
	background-color: #36adbd;
}
.scroll_table::-webkit-scrollbar-corner {
    background-color:transparent;
}

.hor_scroll_table {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
.hor_scroll_table::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #282828;
}
.hor_scroll_table::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}
.hor_scroll_table::-webkit-scrollbar-thumb {
	background-color: #36adbd;
}

.admin_table {
    width: 100%;
}
.admin_table tr:hover {
    background-color: #454545;
}
.admin_table td {
    padding: 7px 10px;
    border: #eaeaea 1px solid;
}
.admin_table .no_wrap {
    white-space: nowrap;
}
.cell_center {
    text-align: center;
}
.table_button {
    border-radius: 100%;
    color: #282828;
    background-color: #6bd1de;
    border: none;
    font-size: 16px;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 5px;
    margin: 2px;
}
.table_button:hover {
    background-color: #36adbd;
}
.table_input {
    border-radius: 20px;
    color: #282828 !important;
    background-color: #eaeaea !important;
    border: none;
    padding: 6px 10px;
    display: block;
    width: 100%;
}
.search_input {
    border-radius: 30px;
    color: #282828 !important;
    background-color: #eaeaea !important;
    border: none;
    padding: 6px 15px;
    display: block;
    float: right;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}

/* DASHBOARD */
.dashboard_content {
    margin-bottom: 40px;
}
.dash_box {
    /* box-shadow: rgba(0,0,0,0.3) 0px 1px 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px; */
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 8px 0px;
    padding: 20px;
    text-align: center;
    min-height: 160px;
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.dash_box_content {
    display: table-cell;
    vertical-align: middle;
}
.dash_icon {
    font-size: 30px;
    color: #6bd1de;
}
.dash_title {
    font-size: 16px;
}
.dash_data {
    font-size: 26px;
    margin-bottom: 0;
}
.dash_data_img {
    font-size: 20px;
}


/* ALERTS */
.alert {
    padding: 5px 10px;
    background-color: #fa6c51;
    color: #282828;
    border-radius: 0;
    margin: 10px auto 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    border: 0;
}

/* FOOTER */
.main_footer {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-top: 40px;
    border-top: 1px solid #6bd1de40;
}
.social_media {
    padding: 10px 0 20px;
}
.footer_copyright {
    margin: 0;
}
.footer_link {
    font-size: 16px;
    color: #6bd1de;
}
.footer_link:hover {
    color: #36adbd;
}

/* PAGES */
.main_title {
    font-size: 26px;
    color: #36adbd;
    margin-bottom: 10px;
}
.sub_title {
    font-size: 20px;
    color: #36adbd;
    margin-bottom: 10px;
}
.small_title {
    font-size: 18px;
    color: #36adbd;
    margin-bottom: 10px;
}



/* COLORS */
.success_bgd { background-color: #46ceac; }
.warning_bgd { background-color: #fdcd56; }
.danger_bgd { background-color: #fa6c51; }
.primary_bgd { background-color: #6bd1de; }
.secondary_bgd { background-color: #ac92ea; }
.neutral_bgd { background-color: #a9b0bb; }

.success_bgd:hover { background-color: #35ba9b; }
.warning_bgd:hover { background-color: #f5b945; }
.danger_bgd:hover { background-color: #e8553e; }
.primary_bgd:hover { background-color: #36adbd; }
.secondary_bgd:hover { background-color: #9579da; }
.neutral_bgd:hover { background-color: #636c77; }

/* MOBILE */
@media screen and (max-width: 768px) {
/* DASHBOARD */
    .dash_icon {
        font-size: 24px;
    }
    .dash_data_img {
        font-size: 16px;
    }
    .search_input {
        padding: 6px 15px;
        margin-bottom: 10px;
        margin-left: 15px;
        font-size: 14px;
    }
    .main_button {
        padding: 15px 20px;
        line-height: 0;
        font-size: 18px;
    }
    .main_input {
        line-height: 0;
    }
}