html, body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    scroll-behavior: smooth;
    height: 100%;
}
html[aria-expanded="false"] {
    overflow: hidden;
}
body {
    background-color: #f5f5f5;
    margin: 0 auto;
    position: relative;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    transition: 0.3s;
    z-index: 2;
}
#header.sticky_header, #header.sticky_header_no_scroll {
    height: 72px;
    background-color: rgba(0, 0, 0, 0.95);
}
#header.login {
    height: 72px;
    background-color: rgba(0, 0, 0, 0.95);
    position: relative;
}
#header .logo a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#header #navbar ul li .nav-link {
    color: rgb(255, 255, 255, 0.7);
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px;
}
#header #navbar ul li .nav-link::after {
    content: "";
    background: #ffffff;
    position: relative;
    border-bottom: 2px solid #ffffff;
    display: block;
    width: 0;
    transition: all 0.3s ease-in-out;
}
#header #navbar ul li .nav-link.active, #header #navbar ul li .nav-link:hover {
    color: rgb(255, 255, 255, 1);
}
#header #navbar ul li .nav-link.active::before, #header #navbar ul li .nav-link:hover::before {
    width: 0;
}
#header #navbar ul li .nav-link.active::after, #header #navbar ul li .nav-link:hover::after {
    width: 100%;
}
#home {
    background-color: rgb(65, 15, 112, 0.95);
    color: #ffffff;
    height: 100vh;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to left top, #7c1e74, #751d6f, #6d1d6a, #661c65, #5f1b60, #531c59, #481c52, #3d1b4a, #2d1a3c, #20172e, #16131e, #0b0b0b);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home ul {
    list-style: none;
}
#home .home_title {
    font-size: 4rem;
    font-weight: 600;
}
.big_icon_container {
    text-align: right;
}
.big_icon {
    font-size: 14rem;
}
#header #navbar ul li a.get_started_btn  {
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.get_started_url_randomizer {
    border: 2px solid #000000;
    color: #000000;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.get_started_url_randomizer:hover {
    border: 2px solid #000000;
    color: #ffffff;
    background-color: #000000;
}
.feature_list {
    list-style: none;
    padding: 0;
}
.feature_list li {
    margin: 10px 0;
}
#header #navbar ul li a.get_started_btn::after {
    border: none;
}
#header #navbar ul li a.get_started_btn:hover {
    border: 2px solid rgba(255, 255, 255, 1);
}
#urlRandomizer {
    height: 100vh;
    background-image: linear-gradient(to right bottom, #ffffff, #fefefe, #fcfdfc, #fbfbfb, #fafafa, #fafafa, #fafafa, #fafafa, #fbfbfb, #fcfdfc, #fefefe, #ffffff);
}

#timerSnippet {
    height: 100vh;
    background-image: linear-gradient(to right bottom, #12251b, #12221a, #111f19, #111c18, #111916, #121916, #121917, #131917, #141c19, #16201c, #17231e, #192720);
    color: #ffffff;
}
#footer {
    background-color: #000000;
    color: #ffffff;
}
#footer a {
    text-decoration: none;
    color: #ffffff;
}
#login {
    background-color: #ffffff;
}
.form_info_container {
    background-image: linear-gradient(to right, #070707, #080808, #080808, #090909, #090909, #0b0a0c, #0c0b0f, #0e0c11, #120e15, #150f18, #19111b, #1c121d);
    color: #ffffff;
}
hr.hr-text {
    position: relative;
    border: none;
    height: 20px;
    background: transparent;
    opacity: 1;
}
hr.hr-text:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #999999;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
}
hr.hr-text:after {
    content: attr(data-content);
    display: inline-block;
    background: #ffffff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #000000;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.user_nav_btn {
    background: none;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
}
.rounded_icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.rounded_icon_small {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.user_nav_items {
    font-size: 0.9rem;
}
#dashboard_stats, #url_randomizer_manage, #updateProfile {
    position: relative;
    margin-top: 72px;
}
#links {
    line-height: 1.5rem;
    min-height: 300px;
}
.ajax_wait {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1056;
    background-color: rgba(255, 255, 255, 0.98);
}
.copy_btn {
    cursor: pointer;
}
.copy_btn:hover {
    color: #0d6efd;
}
.copy_btn .bi-check2 {
    display: none;
}
.copy_btn.copied .bi-clipboard {
    display: none;
}
.copy_btn.copied .bi-check2 {
    display: block;
}
.colorPicker {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem .75rem;
}
#snippetPreviewContainer {
    margin: 0 auto;
}
.code_section {
    position: relative;
    padding: 1rem;
    background-color: #f8f9fa;
}
#generateApiKey {
    cursor: pointer;
}
.admin_panel_btn {
    border: 2px solid #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ff0000 !important;
}
.admin_panel_btn:hover {
    color: #ffffff !important;
}
.admin_panel_btn:hover::after {
    width: 0 !important;
}
#header-small {
    background-color: #000000;
    padding: 10px 0;
}
#header-small .logo a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.mob_header_container {
    width: 100%;
    height: 50px;
    position: relative;
}
.mob_logo_container {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.mobile_nav_open_btn {
    position: absolute;
    right: 12px;
    top: 7px;
    z-index: 2;
}
.mobile_nav_open_btn[aria-expanded="true"] .bi-x-lg {
    display: inline-block;
}
.mobile_nav_open_btn[aria-expanded="false"] .bi-list {
    display: inline-block;
}
.mobile_nav_open_btn[aria-expanded="true"] .bi-list {
    display: none;
}
.mobile_nav_open_btn[aria-expanded="false"] .bi-x-lg {
    display: none;
}
.mob_nav_container {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #000;
    margin-left: -100%;
    transition: all 0.3s ease-in-out;
}
.mob_nav_container[aria-expanded="true"] {
    margin-left: 0;
}
.mob_nav_container ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.mob_nav_container ul li a {
    color: #ffffff;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    padding: 15px 40px;
}
.mob_nav_container ul li a:hover, .mob_nav_container ul li a:active, .mob_nav_container ul li a:focus {
    color: #000000;
    background-color: #ffffff;
}
@media (min-width: 320px) and (max-width: 991px) {
    .big_icon_container {
        text-align: center;
    }
    .big_icon {
        font-size: 9rem;
    }
    #home .home_title {
        font-size: 2rem;
        text-align: center;
    }
    .home_sub_title {
        text-align: center;
        font-size: 14px;
    }
    #dashboard_stats, #url_randomizer_manage, #updateProfile {
        margin-top: 0;
    }
}
