/* ---------- google fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Lato', sans-serif; */

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    /*-- dark light --*/
    background-color: #444859;
    /*-- dark darker --*/
    background-color: #272a2e;
    /*-- dark medium --*/
    background-color: #3b3e4a;
    background-color: #3c3f48;

    background-color: #3b3e45;
    background-color: #3c3f46;

    /* background-color: #3b3e45; */
    /* background-color: #3b3e46; */

    /* background-color: #393b43; */
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: 400;
    margin: 0;
}

p {
    color: #bdc2d3;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-top: 0;
}

a {
    color: #8bb8ef;
    text-decoration: none;
}

a:hover {
    color: #8bb8ef;
    text-decoration: underline;
}

dl, ol, ul {
    margin: 0 0 16px;
}

hr {
    border-color: #5a5c6b !important;
    border-color: #626474 !important;
    border-top: 2px dashed;
    margin: 1.75rem 0;
    opacity: 1;
}

.body-container {
    display: flex;
    margin: 2rem auto;
    /* margin: 2.25rem auto; */
    max-width: 1240px;
    min-height: 100vh;
}

.column-left {
    width: 26%;
}

.column-right {
    width: 74%;
    padding-left: 3.5rem;
}


/* ------------------------- ✨🐱✨ Column Left ------------------------- */

/* 🔸 ------ Server Header ------ */

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #101415;
    background-color: #141517;
    background-color: #111113;

    background-color: #171718;

    box-shadow: 0 2px 8px rgb(33 34 42 / 50%);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 400px;
    padding: 0.425rem 1.25rem;
    position: sticky;
    top: 2.25rem;
    top: 2rem;
    z-index: 9999;
}

.header-trademark  {
    color: #d4d5d9;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;
}

.user-control {
    display: flex;
    align-items: center;
}

.user-control__user {
    display: flex;
    align-items: center;

    background-color: rgb(55 55 73 / 50%);
    background-color: rgb(55 58 73 / 50%);
    background-color: rgb(55 59 73 / 50%);
    border-radius: 100px;
    color: #868b9b;
    cursor: pointer;
    padding: 2px 4px;
    transition: all .1s ease;
}

.user-control__user:hover {
    background-color: rgb(68 69 89 / 55%);
}

.user-control__user:hover .user-control__username  {
    color: #bbbec8;
}

.user-control__username {
    font-size: 13px;
    line-height: 1;
    margin: 0 3px 0 8px;
}

.user-control__user-img {
    border-radius: 100px;
    height: 30px;
    padding: 4px;
}

.user-control__menu {
    color: rgba(134, 139, 155, 0.8);
    margin-left: 12px;
    transition: all .1s ease;
    cursor: pointer;
}

.user-control__menu:hover {
    color: #c1c4d6;
}


/* 🔸 ------ Sidebar Table ------ */

.sidebar-content-wrapper {
    position: sticky;
    top: 6.25rem;
    top: 6.5rem;
    /* top: 6.75rem; */
    /* top: 7rem; */
}

/* 🔸 ------ Content Table ------ */

.content-table-wrapper {
    position: sticky;
    top: 6.75rem;
    top: 6.5rem;
}

.content-table-wrap-header-wrapper:hover {
    text-decoration: none;
}

.content-table-wrap-header {
    background-color: rgb(44 47 53 / 90%);
    background-color: rgb(44 45 53 / 80%);
    background-color: rgba(44, 47, 53, 0.7);
    background-color: rgb(48 50 55 / 80%);

    background-color: rgb(48 51 56 / 80%);

    /* background-color: rgb(45 48 52 / 80%); */
    /* background-color: rgb(45 48 52 / 77%); */

    /* background-color: #303236; */
    color: rgba(187, 190, 200, 0.9);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    font-size: 14px;
    font-size: 13.5px;
    font-weight: 600;
    height: auto;
    letter-spacing: .375px;
    padding: 24px 24px 16px;
    transition: all .2s ease;
    text-transform: capitalize;
    top: 0;
}

.content-table-wrap-header:hover {
    /* color: #d2d6e0; */
}

.content-table-wrap-footer {
    background-color: rgb(44 47 53 / 90%);
    background-color: rgb(44 45 53 / 80%);
    background-color: rgba(44, 47, 53, 0.7);
    background-color: rgb(48 50 55 / 80%);

    background-color: rgb(48 51 56 / 80%);

    /* background-color: rgb(45 48 52 / 80%); */
    /* background-color: rgb(45 48 52 / 77%); */

    /* background-color: #303236; */
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    height: 26px;
    bottom: 0;
}

/* 💘 ------ Hide scrollbar for Chrome, Safari and Opera ------ */

.content-table::-webkit-scrollbar {
    /* display: none; */
    width: 5px;
    height: 90%;
    padding-right: 4px;
    z-index: 10;
}
.content-table::-webkit-scrollbar-track {
    background: #27282b;
    background: #252729;
    background: #2d3033;
    background: #25272a;
    background: #26282b;
    border-radius: 20px;
}
.content-table::-webkit-scrollbar-thumb {
    background: rgba(139, 189, 255, 0.8);
    border-radius: 20px;
    transition: all .5s ease;
}
.content-table::-webkit-scrollbar-thumb:hover {
    background: #9cc8ff;
}

/* 💘 ------ Hide scrollbar for IE, Edge and Firefox ------ */

.content-table {
    /* --- IE and Edge --- */
    -ms-overflow-style: none; 
    /* --- Firefox --- */
    scrollbar-width: none;
}

.content-table {
    background-color: rgb(44 47 53 / 90%);
    background-color: rgb(44 45 53 / 80%);
    background-color: rgba(44, 47, 53, 0.7);
    background-color: rgb(48 50 55 / 80%);

    background-color: rgb(48 51 56 / 80%);

    /* background-color: rgb(45 48 52 / 80%); */
    /* background-color: rgb(45 48 52 / 77%); */

    /* background-color: #303236; */
    padding: 0 18px;
    max-height: 71.5vh;
    overflow: auto;
}

.content-table__header {
    color: #9aa0b0;
    color: #a6adc1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 6px 4px 0;
    margin-bottom: 22px;
    padding: 4px 4px 0;
    opacity: .5;
}

.content-table__header-title {
    margin: 0;
    font-size: 13.5px;
    letter-spacing: .5px;
}

.content-table__header-lesson-count {
    font-size: 13px;
    font-weight: 400;
}

/* 🔸 ------ content list ------ */

.content-table-list {
    margin-bottom: 20px;
    /* margin-bottom: 18px; */
}

.content-table-list:last-child {
    margin-bottom: 0;
}

.content-table-list__items a {
    text-decoration: none;
}

.content-table-list__header {
    background-color: rgb(28 31 35 / 68%);
    background-color: rgb(28 30 35 / 58%);
    background-color: rgb(28 32 35 / 50%);
    background-color: #282a30;
    background-color: #26272d;
    background-color: rgb(38 41 45 / 80%);
    background-color: rgb(41 44 46 / 80%);
    background-color: rgb(41 44 46 / 85%);
    background-color: rgb(41 44 46 / 100%);
    background-color: #282b2c;

    background-color: rgb(40 43 44 / 80%);
    background-color: #2c2e32;
    background-color: #2a2c2f;
    background-color: rgba(39, 41, 44, 0.7);

    background-color: rgb(73 76 85 / 70%);
    background-color: rgb(73 76 85 / 65%);
    background-color: rgb(73 76 85 / 85%);
    /* background-color: rgb(73 78 85 / 60%); */

    /* background-color: rgb(40 43 44 / 70%); */
    /* background-color: rgb(28 30 35 / 46%); */
    /* background-color: rgb(28 31 35 / 60%); */
    border-radius: 30px;
    /* cursor: pointer; */
    margin-bottom: 8px;
    padding: 6px 16px;
}

.content-table-list__header:hover {
    /* background-color: rgb(28 28 35 / 80%);
    background-color: rgb(28 31 35 / 60%);
    background-color: rgb(28 31 35 / 65%); */
}

.content-table-list__header:hover h4 {
    /* color: rgb(165 202 245 / 90%); */
}

.content-table-list__header h4 {
    color: rgba(187, 190, 200, 0.9);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    line-height: 1.15;
    margin: 0;
    text-transform: capitalize;
}

.content-table-list__item {
    display: flex;
    color: #838999;
    font-size: 13px;
    line-height: 1.325;
    letter-spacing: .2px;
    padding: 5px 7px 6px;
    border-radius: 6px;
    transition: all .15s ease;
}

.content-table-list__item:hover,
.content-table-list__item:active {
    background-color: rgb(60 63 73 / 95%);
    background-color: rgb(60 62 73 / 100%);
    background-color: rgb(66 68 77);

    background-color: #2b2e31;
    background-color: #2a2d2f;
    background-color: #272a2c;
    background-color: #2b2d30;
    color: #ccd0d8;
    color: rgb(165 202 245 / 90%);
    color: #8bb8ef;
}

.content-table-list__item-count {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    border-radius: 5px;
    font-size: 11px;
    margin-right: 4px;
    transition: all .15s ease;
    width: 12%;
    width: 11%;
}

.content-table-list__item-content {
    width: 88%;
    width: 89%;
}


/* ------------------------- 🔥🦊🔥 Column Right ------------------------- */
.server-banner {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    background-image: url(img/grimrin_bg.png);
    background-size: cover;
    border-radius: 24px;
    width: 100%;
    height: 140px;
    padding: .75rem 1rem;
}

.server-info__intro {
    text-align: center;
    margin-top: -3.1rem;
}

.server-info__details {
    color: rgba(194, 196, 203, 0.7);
    color: rgba(194, 196, 203, 0.8);
    font-size: 12px;
    font-size: 13px;
    letter-spacing: .5px;
    padding: 3px 0 0;
}

.server-info__icon {
    height: 94px;
    border-radius: 100px;
    border: 3.5px solid #3b3e4a;
    background-color: #3b3e4a;
}

.server-info__title {
    color: white;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 20px 0 0;
}

.server-info__subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 14px 0 8px;
}

.server-info__social-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.server-info__social-links a {
    background-color: rgb(84 86 99 / 60%);
    color: rgb(181 186 205 / 90%);
    border-radius: 5.5px;
    cursor: pointer;
    font-size: 13px;
    margin: 0 0.25rem;
    padding: 3px 5px 3px 4px;
    text-decoration: none;
    width: 26px;
    height: 25px;
}

.server-info__social-links a:hover {
    color: #e8ebf7;
    background-color: #606475;
}

.server-info__tags {
    width: 80%;
    margin: 24px auto -12px;
    text-align: center;
}

.server-info__tag {
    border: 1px solid #8bb8ef;
    border-radius: 6px;
    color: #8bb8ef;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 0 3px 8px;
    padding: 2px 8px 2px;
    text-decoration: none;
    transition: all .15s ease;
}

.server-info__tag:hover {
    background-color: #8bb8ef;
    color: #262a33;
    text-decoration: none;
}

.server-info__tag.active {
    background-color: rgb(48 50 56);
    border-color: rgb(48 50 56);
    background-color: rgb(41 43 47 / 70%);
    border-color: rgb(47 49 55);
    color: rgb(139 184 255 / 60%);

    background-color: #32363a;
    border-color: #32363a;

    background-color: rgb(48 51 56 / 80%);
    border-color: #32363a;
    color: #7da1cf;
}

.main {
    margin-top: 3.5rem;
    /* margin-top: 1.25rem; */
}

.main-content-wrap {
    display: flex;
}

.main-content-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    /* margin-bottom: 29px; */

    /* padding: 12px 0;
    position: sticky;
    top: 2.25rem;
    background-color: #3c3e4a;
    background-color: rgb(60, 62, 74);
    backdrop-filter: saturate(180%) blur(20px);
    top: 0;
    padding: 2.25rem 0 20px;
    padding: 2rem 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #2c2f35;
    border-bottom: 2px solid rgba(44, 47, 53, 0.8);
    border-bottom: 2px solid rgba(44, 44, 53, 0.6);
    z-index: 99; */
}

.main-content-menu .main-content-menu__link {
    margin: 0 .625rem;
    width: 100%;
    text-decoration: none;
}

.main-content-menu .main-content-menu__link:first-child {
    margin-left: 0;
}

.main-content-menu .main-content-menu__link:last-child {
    margin-right: 0;
}

.main-content-menu__item {
    background-color: rgb(48 50 58);
    background-color: rgba(44, 47, 53, 0.7);
    color: #787a88;
    background-color: rgba(44, 47, 53, 1);
    background-color: rgb(46 49 54);

    background-color: #303236;
    background-color: #292b2e;

    background-color: rgb(44 47 51);
    background-color: rgb(90 92 104 / 45%);
    background-color: rgb(90 94 104 / 55%);
    background-color: rgb(78 81 91);
    color: rgba(210, 214, 224, 0.6);

    /* color: #848694; */
    cursor: pointer;
    border-radius: 20px;
    display: block;
    font-size: 12.5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 6px 12px;
    text-align: center;
    transition: all .25s ease;
}

.main-content-menu__item:hover {
    background-color: rgb(46 48 56);
    background-color: rgba(44, 47, 53, 1);
    background-color: rgb(39, 42, 48);
    background-color: #24272b;
    background-color: #24272b;

    background-color: #232529;
    background-color: #1f2023;
    
    background-color: rgba(31, 36, 35, 0.8);
    background-color: #292b2e;

    background-color: #242628;
    background-color: #222425;

    background-color: rgb(48 50 55 / 80%);
    background-color: rgb(90 92 104 / 65%);
    background-color: rgb(90 92 104 / 75%);
    /* background-color: rgb(90 93 104 / 80%); */
    background-color: rgb(90 93 104 / 95%);
    background-color: rgb(90 94 104 / 90%);
    background-color: rgb(84 87 98);
    /* background-color: rgb(90 94 104 / 95%); */

    color: rgba(210, 214, 224, 0.85);
    color: rgba(210, 214, 224, 0.95);
    /* color: rgba(210, 214, 224, 1); */

    /* background-color: rgba(91, 92, 108, 0.5); */
    /* background-color: #474956; */
    /* background-color: #4f515e; */
    /* background-color: #575965; */

    /* background-color: #1e2023; */
    /* color: #d2d6e0; */
    /* color: #9c9da9; */
    /* color: #acadba; */
    /* color: #8bb8ef; */
    /* color: #9ac4f8; */
}

.main-content-menu__item.active {
    background-color: #8bb8ef;
    background-color: rgba(139, 180, 239, 0.8);
    color: white;
    color: #31333b;
    color: #222328;
    background-color: rgb(87, 89, 103);
    background-color: rgb(91, 93, 108);
    background-color: rgba(91, 92, 108, 0.6);
    background-color: rgba(91, 92, 108, 0.5);

    background-color: rgba(93, 95, 108, 0.7);

    background-color: rgb(90 92 104 / 45%);
    background-color: rgb(90 92 104 / 60%);

    /* background-color: rgba(93, 95, 108, 0.9); */
    /* background-color: rgba(91, 94, 108, 0.9); */
    /* background-color: #232529; */
    /* background-color: #202224; */
    color: rgb(229 232 239 / 70%);
    color: #9c9dab;
    color: #a5a6b4;
    color: #b8b9c8;
    color: #d2d6e0;

    color: #848694;
    color: #9496a4;
    color: #9b9ca9;
    color: #9698a3;
    color: rgba(210, 214, 224, 0.6);
    color: #848694;
    color: #7e808d;
    color: #6e7481;

    /* background-color: rgba(139, 180, 239, 1);
    background-color: #82a5d1;
    color: #2d2e35; */

    /* color: #8bb8ef; */
    /* color: rgba(139, 180, 239, 0.8); */

    background-color: rgb(48 50 55 / 80%);
    background-color: rgb(48 51 56 / 80%);
    /* background-color: rgb(48 51 56 / 100%); */

    /* background-color: #2e3135; */
    /* background-color: #2a2d30; */
    /* color: rgba(187, 190, 200, 0.9); */

    /* background-color: #43474f;
    color: #70727e;

    background-color: rgb(67, 72, 79);
    color: #797b87; */
}

.main-content-menu__item.active:hover {
    /* background-color: rgb(90 92 104 / 45%); */
    /* color: rgba(210, 214, 224, 0.5); */
    /* cursor: auto; */
    /* background-color: #8bb8ef; */
    /* color: #d2d6e0; */
    /* background-color: #7ca0e4;
    background-color: #8bb8ef;
    color: #26282e;
    color: #222429;
    background-color: rgb(105, 107, 124);
    background-color: rgba(105, 107, 124, 0.9);
    background-color: rgba(105, 106, 124, 0.8);
    background-color: rgba(91, 92, 108, 1);
    color: rgb(229 232 239 / 80%);
    color: #d2d6e0; */
}


.main-content-menu__item i {
    padding-right: 4px;
    /* font-size: 14px; */
}

/* <!-- (🔸) ---~~* main content menu *~~---> */
.main-content-menu.sidebar {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
    margin: 22px 0;
    margin: 24px 0 18px;
    margin: 24px 0 20px;
    /* margin: 24px 0 20px; */
    /* margin: 20px 0; */
    /* margin: 24px 0 22px; */
    width: 100%;
}

.main-content-menu.sidebar .main-content-menu__link {
    margin: 0 0.5rem;
    margin: 0 0.425rem;
    margin: 0 0.3rem;
}

.main-content-menu.sidebar .main-content-menu__link:first-child {
    margin-left: 0;
}

.main-content-menu.sidebar .main-content-menu__link:last-child {
    margin-right: 0;
}

.main-content-menu.sidebar .main-content-menu__item {
    border-radius: 11px;
    /* border-radius: 12px; */
    border-radius: 14px;
    border-radius: 50px;
    font-size: 10.5px;
    padding: 12px 8px;
    padding: 9px 2px;
    padding: 8px 2px;

    font-size: 11px;
    /* font-size: 10px; */
    font-weight: 400;
    /* padding: 10px 4px; */
    /* border-radius: 10px; */
}

.main-content-menu.sidebar .main-content-menu__item.active {
    font-weight: 500;
}

.main-content-menu.sidebar .main-content-menu__item i {
    /* display: block; */
    font-size: 16px;
    font-size: 15px;
    font-size: 14px;
    font-size: 13px;
    font-size: 12px;
    padding-right: 2px;
    /* margin-bottom: 3px; */
}
/* <!-- (🔸) ---~~* main content menu *~~---> */


.articles {
    width: 78%;
    margin-right: 3.5rem;
    /* padding-top: 0.25rem; */
}

article {
    background-color: rgb(84 86 99 / 45%);
    background-color: rgb(90 92 104 / 45%);
    box-shadow: 0 2px 50px rgb(33 38 42 / 25%);
    box-shadow: 0 2px 80px rgb(33 38 42 / 20%);
    border-radius: 24px;
    margin-bottom: 2.5rem;
    padding: 1.875rem 2.25rem;
}

article p:last-child {
    margin-bottom: 0;
}

.article-section-title {
    background-color: rgb(84 86 99 / 55%);
    background-color: rgb(90 92 104 / 55%);
    background-color: rgb(90 94 104 / 100%);

    background-color: rgb(50 54 58);
    background-color: rgba(39, 41, 44, 0.7);
    background-color: rgba(39, 41, 42, 0.8);
    /* background-color: rgba(39, 41, 42, 0.85); */

    background-color: #2e3135;
    background-color: #2a2d30;

    background-color: #292c2f;

    border-radius: 20px;
    color: #8eabce;     
    color: #838999;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    /* font-weight: 600; */
    letter-spacing: .5px;
    margin: -1.75rem 0 1.25rem;
    padding: 9px 24px;
    /* text-align: center; */
    transition: all .25s ease;

    display: flex;
    justify-content: space-between;
    
}

.article-section-title:hover {
    background-color: rgb(110 113 129 / 55%);
    color: #8bb8ef;
    
    background-color: rgb(35 37 38);
    background-color: rgb(28 27 27);
    background-color: rgb(28 29 27 / 75%);
    background-color: rgb(28 29 27 / 80%);
    
    background-color: #212325;
    background-color: rgba(33, 35, 37, 0.9);
    background-color: rgb(35, 38, 40);
    background-color: rgb(32, 34, 36);
    /* background-color: rgb(37 40 42); */
    color: rgb(165 202 245 / 80%);
    color: #979dac;
    color: #9ea4b3;
    /* color: #9da3b4; */
    /* color: #a5abba; */
}

article img {
    border-radius: 12px;
    margin-bottom: 22px;
    /* margin-bottom: 18px; */
    /* opacity: .8; */
    width: 100%;
}

article iframe {
    border-radius: 12px;
    margin-bottom: 20px;
    /* opacity: .6; */
}

article iframe:last-child {
    margin-bottom: 0;
}

.article-heading {
    border-bottom: 3px solid rgb(40 44 55 / 40%);
    border-bottom: 3px solid rgba(38, 42, 44, 0.4);
    /* border-bottom: 2.5px solid rgb(40 46 55 / 40%); */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.article-heading-h1 {
    color: rgb(229 232 239 / 90%);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .75px;
    text-transform: capitalize;
}

.article-heading-h2 {
    color: rgb(229 232 239 / 40%);
    font-size: 13.5px;
    letter-spacing: .5px;
    padding-top: 12px;
}

.article-heading-h3 {
    padding-bottom: 16px;
    margin-top: 24px;
    letter-spacing: .35px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    color: rgb(229 232 239 / 80%);
}

.article-heading-h3 .c {
    background-color: rgb(37 39 42);
    background-color: #252627;
    color: #8cb8ef;
    /* color: #e5e8ef; */
    /* color: #00ff0e; */
    /* color: #00ff5e; */
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 5px;
}

.articles p, .articles li {
    color: rgb(189 194 211 / 80%);
    line-height: 1.7;
    font-size: 13.5px;
    letter-spacing: .5px;
    /* line-break: anywhere; */
}

.articles p.footnote {
    color: rgb(113 116 135 / 100%);
    color: #727481;
    font-size: 13px;
    line-height: 1.375;
    margin-bottom: 0;
    margin-top: 2.5rem;
    text-align: center;
}
.articles p.footnote .congrats-msg {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.articles p.footnote .congrats-msg-line-2 {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
} 

.articles iframe {
    width: 100%;
    height: 280px;
    /* opacity: .8; */
}

.collapse-content {
    background-color: #3c3e4a;
    background-color: rgb(60 60 74 / 85%);
    background-color: rgba(49, 51, 59, 0.8);
    background-color: rgb(49 52 59 / 70%);
    background-color: #35393e;
    background-color: #3c3f46;
    color: rgb(189 194 211 / 80%);
    margin-bottom: 24px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
    padding: 1.25rem;
    padding: 1.75rem;
}

article .collapse-content:last-child {
    /* margin-bottom: 0; */
}


/* 🔺 ------ article highlights ------ */
/*-- highlight white --*/
.articles .hw {
    background-color: #545663;
    background-color: #555863;
    /* background-color: #555761; */
    border-radius: 14px;
    /* border-radius: 13px; */
    margin: 1.5rem 0;
    padding: 1.5rem;
    padding: 1.75rem;
}

/*-- highlight black --*/
.articles .hb {
    background-color: rgb(54 56 66 / 60%);
    background-color: rgb(59 60 67 / 60%);
    border-radius: 14px;
    /* border-radius: 13px; */
    margin: 1.5rem 0;
    padding: 1.75rem;
}

/*-- highlight outline white --*/
.articles .how {
    border: 2px solid rgb(115 121 140 / 45%);
    border: 2px solid rgb(127 131 144 / 40%);
    border-radius: 14px;
    /* border-radius: 13px; */
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem;
    padding: 1.75rem;
}

.articles .hw p:last-child,
.articles .hb p:last-child,
.articles .how p:last-child {
    margin-bottom: 0;
}

/* 🔺 ------ server sidebar ------ */

.sidebar {
    width: 22%;
    position: relative;
    /* padding-top: 2.25rem; */
    /* padding-top: 2rem; */
}

.sidebar-container-wrapper {
    position: sticky;
    top: 2.25rem;
    top: 2rem;
}

.server-members-container {
    background-color: rgba(44, 47, 53, 0.7);
    background-color: rgb(48 50 55 / 80%);
    background-color: rgb(48 51 56 / 80%);
    border-radius: 20px;
    margin-bottom: 1.75rem;
    padding: 1.125rem 12px 1.25rem;
}

.server-members__header {
    padding: 0 6px 15px;
    display: flex;
    justify-content: space-between;
}

.server-members__header-title {
    font-weight: 500;
    letter-spacing: .25px;
    display: flex;
    align-items: center;
    color: #b3b5ba;
    font-size: 13px;
}

.server-members__icon {
    color: #b3b5ba;
    font-size: 16px;
    margin-right: 8px;
}

.server-members__count {
    color: rgba(175, 178, 186, 0.4);
    font-size: 11px;
}

.server-members__list {
    max-height: 406px;
    overflow: auto;
}

.server-member {
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 1.25px 6px;
    padding: 1px 6px;
    transition: all .1s ease;
}

.server-member:hover {
    background-color: rgba(66, 67, 77, 0.9);
    background-color: rgb(66 68 77);
}

.server-member:hover .server-member__name {
    color: #d2d6e0;
}

.server-member__pfp {
    width: 26px;
    border-radius: 56px;
}

.server-member__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    width: 100%;
}

.server-member__name {
    color: #838999;
    font-size: 12.5px;
    letter-spacing: .25px;
    line-height: 1;
}

.server-member__status {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #49d49a;

}

.server-member__status.busy {
    background-color: #ff3e3e;
}

.server-member__status.idle {
    background-color: #ffbe67;
}

/* 💘 ------ server member scrollbar ------ */

.server-members__list::-webkit-scrollbar {
    width: 3px;
    padding-right: 4px;
    height: 90%;
    z-index: 10;
}

.server-members__list::-webkit-scrollbar-track {
    background: #262729;
    border-radius: 20px;
}

.server-members__list::-webkit-scrollbar-thumb {
    background: #494b58;
    background: #454754;
    background: #4a4b54;
    border-radius: 20px;
    transition: all .5s ease;
}

.server-members__list::-webkit-scrollbar-thumb:hover {
    background: rgb(67, 72, 88);
    background: #515361;
    /* background: #57585f; */
    background: #585962;
}


/* ------------------------- 🌊🐬🌊 Page styles ------------------------- */
.articles.curriculum {
    padding-top: 0;
}

.articles.curriculum .content-table {
    background-color: transparent;
    max-height: 60.5vh;
    max-height: 58vh;
    padding: 0 2rem 0 0;
}

.articles.curriculum .content-table-list__header {
    background-color: rgb(77 78 91);
    background-color: rgb(82 83 96 / 90%);
    background-color: rgb(82 83 96 / 100%);
    background-color: #575866;
    background-color: rgba(87, 89, 102, 0.9);
    /* background-color: rgb(82 85 96 / 85%); */
    cursor: auto;
    padding: 6px 16px;
}

.articles.curriculum .content-table-list__header h4 {
    color: rgba(187, 190, 200, 0.9);
}

.articles.curriculum  .content-table-list__item:hover, 
.articles.curriculum  .content-table-list__item:active {
    background-color: rgb(60 63 73 / 95%);
    background-color: #3c3e4a;
    /* background-color: rgb(54, 57, 66); */
    /* background-color: rgb(57, 60, 71); */
}

.articles.curriculum .content-table-list__item {
    color: #888e9d;
}

.articles.curriculum .content-table-list__item:hover {
    color: #a8aebc;
    color: rgba(187, 190, 200, 1);
}


.articles.curriculum .content-table::-webkit-scrollbar-track {
    background: rgba(38, 42, 43, 0.4);
    border-radius: 20px;
}

.articles.curriculum .content-table::-webkit-scrollbar-thumb {
    background: rgba(139, 189, 255, 0.8);
    background: rgba(38, 42, 43, 1);
    background: rgba(38, 40, 43, 0.8);
    /* background: rgb(87, 91, 107); */
    border-radius: 20px;
    transition: all .5s ease;
}

.articles.curriculum .content-table::-webkit-scrollbar-thumb:hover {
    background: #9cc8ff;
    background: rgba(30, 33, 34, 0.9);
    background: rgba(38, 40, 43, 1);
    background: rgba(36, 37, 40, 0.9);
}


/* ------------------------- 🍁🦃🍁 Dev Notes ------------------------- */

.dev-acronym-list {
    padding-inline-start:  15px;
}

.dev-acronym-list li {
    letter-spacing: .5px;
    padding: 1px 0;
}

.dev-acronym-list li .acnm {
    background-color: #363843;
    border-radius: 4px;
    color: #64c0c4;
    font-family: 'Source Code Pro', monospace;
    font-size: 13px;
    margin-right: 2px;
    padding: 1px 5px 2px;
}

.img-bg {
    background-color: #cfcfcf;
    background-color: #c7c8d2;
    background-color: #d0d1d8;
    background-color: #cccdd3;
    background-color: #c8c8d0;
}

.img-bg2 {
    background-color: #d9d9e1;
    background-color: #ffffff;
    background-color: #d9d9e4;
    background-color: #e7e7ed;
    background-color: #efeff5;
    background-color: #5f616e;
    background-color: #3f414b;
    background-color: rgba(56, 58, 65, 1);
    background-color: rgba(53, 55, 62, 0.95);
    background-color: rgb(49 51 59);
    background-color: rgba(49, 50, 59, 0.85);
    /* background-color: rgba(51, 53, 59, 0.9); */
}

.articles.devnotes .how, .articles.devnotes .hb {
    padding: 1.75rem;
}


/* ------------------------- 🌪️🐭🌪️ Utilities ------------------------- */

.content-block p:last-child,
.content-block img:last-child {
    margin-bottom: 0;
}

.embox {
    background-color: #3b3f50;
    background-color: #363843;
    border-radius: 4px;
    color: #64c0c4;
    font-size: 13px;
    padding: 1px 5px 2px;
}

.box-bracket {
    color: #292b33;
    font-weight: 700;
}

.display-block {
    display: block;
    margin-bottom: 8px;
}

.how-web-works .fa-arrow-right, .how-web-works .fa-arrow-right-arrow-left {
    color: #d3d7e4;
    padding: 0 4px;
}
.how-web-works .sub-arrow {
    color: #292b33;
}

/*----- bootstrap collapse -----*/
.collapse-handler { margin-left: 2px; }
.collapse-handler:hover { text-decoration: none; }

/*----- font-style and spacing -----*/
.b { font-weight: 600 }; 
.i { font-style: italic; }
.txtem { font-weight: 500; color: rgb(229 232 239 / 80%); padding-right: 2px; }

.mb0 { margin-bottom: 0 !important; }
.mb025 { margin-bottom: 0.25rem; }
.mb8 { margin-bottom: 8px; }
.mb16 { margin-bottom: 16px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb24 { margin-bottom: 24px !important; }
.mb28 { margin-bottom: 28px !important; }
.mb32 { margin-bottom: 32px !important;}
.mt0 { margin-top: 0 !important; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt16 {  margin-top: 16px; }
.mt24 {  margin-top: 24px !important; }
.mt28 {  margin-top: 28px !important; }
.mt32 {  margin-top: 32px !important;}
.mr8 { margin-right: 8px; }
.mr16 { margin-right: 16px; }
.mr24 { margin-right: 24px; }
.mr32 { margin-right: 32px; }

.p0 { padding: 0 !important; }
.p8 { padding: 8px !important; }
.p10 { padding: 10px !important; }
.p12 { padding: 12px !important; }
.p16 { padding: 16px !important; }
.p20 { padding: 20px !important; }
.p24 { padding: 24px !important; }
.p28 { padding: 28px !important; }
.p32 { padding: 32px !important; }
.p0-32 { padding: 0 32px; }
.p8-32 { padding: 8px 32px; }
.p20-24 { padding: 20px 24px !important; }
.p40 { padding: 40px; }
.pr16 { padding-right: 16px; }
.pr24 { padding-right: 24px; }
.pl16 { padding-left: 16px; }
.pl24 { padding-left: 24px; }
.pl28 { padding-left: 28px; }
.pl32 { padding-left: 32px; }
.pb0 { padding-bottom: 0 !important; }
.pb8 { padding-bottom: 8px; }

.w20 { width: 20%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

.center {
    text-align: center;
}


p.src { font-size: 12.5px; }
.src-link-txt { 
    font-size: 12px;
    opacity: .7;
}
.src-link-txt:hover { 
    opacity: 1;
}
.src-link { 
    font-size: 12.5px;
    margin-left: 2px;
    opacity: .7;
}
.src-link:hover { 
    opacity: 1;
}
.src-link.title { 
    font-size: 15px;
    margin-left: 4px;
    opacity: .7;
}
.src-link.title:hover { 
    opacity: 1;
}

/*----- text color -----*/
.pink { color: #da99e3; color: #ebaaf4 !important; }
.green { color: #80cfb0 !important; }
.purple-blue { color: #89a1ff; color: #8da2f4; color: #97a9f3  !important; }
.purple { color: #d7bcff; color: #bbadff  !important; }
.royal-blue { color: #5676f0  !important; }
.blue { color: #689cee  !important; }
.bluedarker { color: #67a2ff  !important; }
.yellow { color: #ffe495; color: #dac894; color: #ede2b7; color: #f0e2aa; color: #e4d496; color: #ffe2a3 !important; }
.teal { color: #64c0c4  !important; }
.bluelight { color: #a5c0e9  !important; }
.teallight { color: #7ed5d8 !important; color: #7fc9cb !important; }
.redpink { color: #ff679d !important; }
.hotpink { color: #ff82d0; color: #ff78b9 !important; }
.bct { background-color: transparent; }

/*----- pages -----*/
.cloud-deployment-types li {
    margin-bottom: 12px;
}
.fx {
    display: flex; 
    align-items: center; 
}
.fxs {
    display: flex; 
    align-items: flex-start;
}
.fxtwn {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

p.ref {
    font-size: 11.5px;
    font-style: italic;
    opacity: .5;
    line-height: 1.5;
}

.h3icon {
    margin-right: 10px;
}

/* ------------------------- 🌪️🐭🌪️ Code Block ------------------------- */
.c { 
    background-color: rgb(48 51 54);
    background-color: rgb(48 50 54 / 70%);
    border-radius: 4px;
    color: #ccd6e4;
    font-family: 'Source Code Pro', monospace;
    font-size: 12.5px;
    padding: 1px 6px 2px;
 }

 a .c {
    color: #8cb8ef;
 }

.code {
    background-color: #2c2f33;
    border-radius: 16px;
    color: #ccd6e4;
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    line-height: 1.625;
    margin: 1.75rem 0;
    padding: 1.5rem;
    word-break: break-all;
}
.code.css {
    background-color: #2f3133;
}
.htmltag {
    color: #859fff;
}
.htmlattr {
    color: #55c2c8;
}
.cssattr {
    color: #ff8888;
}
.htmlqt {
    color: #ffd988;
}
.htmlvalue, .css-selector {
    color: #ebaaf4;
}
.css-selector {
    color: #47c8ff;
}
.tmn {
    color: #68fdb9;
    color: #2bff9e;
    background-color: #1a1c1e;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
}
.cssvalue {
    color: #ffb583;
}
.indent {
    display: inline-block;
    width: 28px;
}
.indent-block {
    padding-left: 28px;
}
.code-comment {
    color: #737a8f;
    font-size: 13px;
}
.protip {
    border-radius: 5px;
    background-color: #6fe3b3;
    color: #32363a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .25px;
    margin-right: 4px;
    padding: 2px 6px;
}
.protip i {
    margin-right: 4px;
}

.note {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #ffe2a3;
    color: #32363a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .25px;
    margin-right: 4px;
}
.note i {
    margin-right: 4px;
}

.cburger {
    text-align: center;
    margin: .5rem 0 1.25rem;
}
.codeburger {
    width: 8.5%;
    width: 8%;
    width: 7.5%;
    display: block;
    margin: 0 auto .375rem auto;
    /* margin: 0.25rem auto .425rem auto; */
}

p.codeburger-txt {
    color: rgb(189 194 211 / 100%);
    color: rgb(203, 208, 223);
    font-size: 11.5px;
    font-family: 'Source Code Pro', monospace;
    /* font-weight: 600; */
}

.code-output {
    background-color: #d4d6e2;
    background-color: #e5e7f2;
    color: #2a2d31;
    /* background-color: #585b66;
    color: #e2eaf5; */
    border-radius: 16px;
    margin-top: 1.5rem;
    padding: 2rem;
    padding: 1.75rem;
    padding: 1.5rem 1.75rem;
    padding: 1.25rem 1.5rem;
}

.code-output h1,
.code-output h2,
.code-output h3,
.code-output h4,
.code-output h5,
.code-output h6 {
    margin-bottom: .75rem;
    font-weight: 600;
}

.code-output p, .code-output li, .code-output span {
    color: #2a2d31;
    font-weight: 400;
}

.code-output a {
    color: #4665c8;
    color: #466ade;
    color: #4678de;
    transition: all .2s ease;
    /* font-weight: 500; */
}

/* .collapse-content.gtable-wrapper {
    padding: 1.25rem;
    margin-bottom: 20px;
} */
.gtable-wrapper {
    padding: 1.25rem;
    margin-bottom: 20px;
}
.gtr {
    display: flex;
    margin-bottom: 4px;
}
.gtr .gth {
    width: 30%;
}
.gtr .gth h5 {
    /* color: rgb(189 194 211 / 90%); */
    line-height: 1.7;
    font-size: 13px;
    letter-spacing: .5px;
}
.gtr .gtd {
    width: 70%;
}
.gtr .gtd p {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
}
.gtr .gtd p.ctxt {
    color: #ccd6e4;
    color: #8cb8ef;
    color: #7c93af;
    color: #85a1c2;
    color: #9fc9fc;
    /* color: #9bc0ee; */
    /* color: #b0d1f8; */
    color: #b1ccee;
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
    font-size: 12.5px;
    background-color: rgb(0 0 0 / 20%);
    width: fit-content;
    padding: 0 6px;
    border-radius: 4px;
    margin-top: 3px;
}

.code-do {
    display: flex;
}

.code-do .do {
    width: 5%;
    background-color: #70e2b3;
    background-color: #53b79a;
    color: #32363a;
    color: #2a2d31;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    /* border-left: 3px solid #2a2d31; */
    /* border-top: 3px solid #2a2d31; */
    /* border-bottom: 3px solid #2a2d31; */
}
.code-do .do.nt {
    background-color: #ff5b5b;
    background-color: #ff5261;
    background-color: #cc4e59;
    background-color: #cc4e64;
    background-color: #d55167;
    background-color: #d55161;
}
.code-do .code {
    width: 95%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.125rem;
    padding: 0.75rem 1.25rem;
}

.attr-info {
    display: flex;
    margin-bottom: 16px;
    margin-bottom: 12px;
}

.attr-name {
    width: 27%;
}

.attr-desc {
    width: 73%;
}

.attr-desc .c {
    font-weight: 400;
    font-size: 12px;
}

.attr-desc a {
    font-weight: 400;
}

.attr-desc p, .attr-desc li {
    font-weight: 300;
    font-size: 13px;
}

.info-box {
    background-color: #3c3f46;
    border-radius: 12px;
    color: rgb(189 194 211 / 80%);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    padding: 1.75rem;
}

.html-elements .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.html-elements section .collapse.show {
    border-bottom: 2px dashed #5a5c6b;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 2px dashed #626474;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.html-elements section:last-child .collapse.show {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.htmlelement-heading .src-link {
    margin-left: 4px;
    /* font-size: 12px; */
}

.ex-sect {    
    border-bottom: 2px dashed #626474;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}