
body {
    color: #333;
    font-family: "Roboto", sans-serif;
    background-image: linear-gradient(to top, #96b1c6 100%, #3e4443 200%);
    /* height: 100vh;
    overflow: hidden; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
}
.container {
    max-width: 1440px;
    padding: 0 65px;
}
.main_contaier {
    margin: 134px auto;
}
h1 {
    font-weight: 600;
    font-size: 27.2px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
}
h2 {
    font-weight: 600;
    font-size: 27.2px;
    line-height: 33px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #97b2c6;
    margin: 0;
}
label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header a {
    text-decoration: none;
}
.header-content {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-content nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-content nav ul li {
    padding-left: 20px;
    display: inline-block;
}
.header-content nav ul li:first-child {
    padding-left: 0;
}
.header-content nav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.header-content nav ul li .active {
    text-decoration: underline;
    font-weight: bold;
}
.close {
    display: none;
}

.banner {
    padding: 134px 0 122px;
}
.generator-links {
    padding: 134px 0 122px;
}
.banner .banner-cards {
    background: #0a0e31;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    height: 250px;
}
.banner .banner-cards h2 {
    width: 50%;
}
.banner .banner-cards img {
    height: 180px;
    object-fit: contain;
    width: 50%;
}

.banner a {
    text-decoration: none;
}
.banner .private-link {
    width: 57%;
    max-width: 100%;
}
.sticky {
    position: -webkit-sticky;
    position: fixed;
    right: 49px;
    top: 110px;
    z-index: 1;
}
aside .banner-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    background: #0a0e31;
    padding: 30px;
    display: flex;
    height: 250px;
    width: 300px;
}
aside img,
.sticky aside .banner-cards img {
    object-fit: cover;
    height: 250px;
    width: 300px;
}
.form-range::-webkit-slider-thumb {
    background-color: #00b7ff;
}
.btn {
    border: 0;
    outline: 0;
}
.btn.btn-primary {
    background-color: #00b7ff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #00a5e6;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #00b7ff;
    border-color: #00b7ff;
}
.generator .result-container {
    background-color: rgba(0, 0, 0, 0.04);
    align-items: center;
    position: relative;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 20px;
}
.generator .result-container #result {
    font-size: 20px;
    word-wrap: break-word;
    border: 0px;
    background-color: transparent;
    font-family: 'Roboto Mono', monospace;
}
.differ-font{
    font-family: 'Roboto Mono', monospace;
}
.generator .result-container #result::-webkit-scrollbar {
    width: 1rem;
}
.generator .passwordSelection {
    margin: 1.5rem 0;
}
.generator .passwordSelection #rangeText {
    font-weight: bold;
}
.generator .form-check.form-switch {
    margin-bottom: 0.75rem;
}
.generator .form-check.form-switch .form-check-input {
    height: 1.5rem;
    width: 2.5rem;
    cursor: pointer;
}
.generator .form-check.form-switch label {
    margin-left: 0;
    position: relative;
    top: 0;
}
input:focus-visible,
input:focus,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: none;
    border: 0;
    box-shadow: none !important;
}
.generator {
    background: #0a0e31;
    box-shadow: 0 0 5px rgb(0 0 0 / 45%), 0 4px 8px rgb(0 0 0 / 35%),
        0 8px 12px rgb(0 0 0 / 15%);
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    max-width: 500px;
    /* margin: 0 auto; */
    width: 100%;
    /* margin: auto; */
    height: max-content;
    overflow-y: auto;
}
.row {
    justify-content: center;
}
.row.all-links {
    justify-content: flex-start;
}
.password-wrap {
    z-index: 9;
}
#generator-content {
    padding: 20px 0;
}
#generator-content a {
    text-decoration: none;
    color: #97b2c6;
}
.secret_saved h5 {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}
.generator .result-container #result {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: left;
}
.input_height {
    height: 55px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-direction: row-reverse;
}
.password_lenght {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    align-items: center;
    height: 55px;
    padding: 0 20px;
}
.btn.btn-primary,
.form-check-input:checked {
    background-color: #0071b2;
}
.form-check-input:checked {
    border-color: #0071b2;
}
input[type="range"] {
    -webkit-appearance: none;
    margin-top: 1px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background-image: linear-gradient(#0071b2, #0071b2);
    background-size: 16% 100%;
    background-repeat: no-repeat;
}
input[type="range"].phrase-slider {
    background-size: 24% 100%;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    margin-top: -6px;
}
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.generator .form-group {
    margin-bottom: 1.5rem;
}
.generator .form-group label,
.title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.generator .form-control {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 0;
    min-height: 55px;
    color: #fff;
    padding: 20px;
}
.generator .form-control option {
    color: #000;
    background-color: #ddd;
}
.generator .form-group + button[type="submit"] {
    height: 46px;
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 46px;
    font-size: 1.25rem;
}
.secret_saved {
    position: relative;
}
.secret_saved #clipboardCopy {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 22px;
    padding: 10px 15px;
    line-height: 10px;
}
.secret_saved .title {
    margin-top: 20px;
    display: block;
}
.secret_code {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin: 10px 0;
    max-height: 65vh;
    overflow-y: auto;
}
#secret_code{
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
}
.form-group textarea {
    resize: none;
}
.sorry_msg {
    text-align: center;
}
.select-field {
    position: relative;
}
.select-field span.fa {
    position: absolute;
    top: 55px;
    right: 20px;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
}
footer ul {
    list-style: none;
    display: flex;
    margin: 10px 0;
}
footer p {
    margin: 10px 0;
    text-align: right;
    padding-right: 45px;
}
footer ul a {
    font-weight: 500 !important;
    color: #000 !important;
}
footer ul a:hover {
    color: #000 !important;
}
.container-fluid {
    margin: 0 !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}
.humburger-icon {
    display: none;
}
/* media query  */
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    aside .banner-cards {
        margin-left: 120px;
        width: auto;
        /* width: 362px; */
    }
}
@media only screen and (max-width: 1270px) {
    .header-content nav ul li {
        padding-left: 12px;
    }
    header img {
        width: 300px;
        object-fit: contain;
    }
    aside .banner-cards {
        margin-left: 120px;
        width: auto;
        /* width: 362px; */
    }
    .row {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1140px) {
    .humburger-icon {
        display: block;
        background: #0a0e31;
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-content {
        justify-content: flex-start;
    }
    .header-content img {
        margin-left: 20px;
    }
    .humburger-icon i {
        color: #ffffff;
        font-size: 25px;
    }
    header .container {
        padding-left: 0;
    }
    nav {
        display: none;
    }
    .header-content {
        height: 70px;
    }
    nav.menu-toggle {
        display: block;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        width: 100vw;
        background: #0a0e31;
    }
    .header-content nav.menu-toggle ul li a {
        font-size: 24px;
        color: #ffffff;
    }
    .header-content nav.menu-toggle ul {
        /* identical to box height, or 136% */
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header-content nav.menu-toggle ul li {
        padding-top: 50px;
    }
    .header-content nav.menu-toggle ul li::first-child {
        padding-top: 0;
    }
    .header-content nav.menu-toggle ul li .active {
        color: #97b2c6;
    }
    .close {
        display: block;
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 9999;
    }
    .close i {
        color: #ffffff;
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    body {
        overflow: auto;
    }
    aside .banner-cards {
        margin-left: 0;
        height: 250px;
    }
    .banner aside .banner-cards,
    aside .banner-cards {
        margin-left: 0;
        height: 250px;
        width: 100%;
    }
    .sticky {
        position: static;
    }
    .generator {
        max-width: 100%;
    }
    .main_contaier {
        margin: 100px auto 30px;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .banner .banner-cards img {
        display: none;
    }
    .sticky aside .banner-cards img {
        display: block;
    }
    .banner .banner-cards {
        height: auto;
        text-align: center;
    }
    .banner .banner-cards h2 {
        width: 100%;
    }
    .banner aside .banner-cards,
    aside .banner-cards {
        margin-left: 0;
        height: 250px;
        width: 100%;
    }
    .sticky {
        position: static;
    }
    .banner {
        padding: 90px 0;
    }
    .generator {
        margin: 0;
        max-width: 100%;
    }
    .generator-links {
        padding: 90px 0;
    }
    h2 {
        font-size: 24px;
    }
}

.banner-cards img {
    position: relative;
}

/* style this to fit your needs */
/* and remove [alt] to apply to all images*/
.banner-cards img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0e31;
    font-family: "Helvetica";
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: "";
}
