/* EASSISTANT 0.9

Developer: t.me/moretheme

Screen resolution: 460, 820, 1440, 1920 */

* {

    background: 0 0;

    margin: 0;

    padding: 0;

    outline: 0;

    border: 0;

    box-sizing: border-box

}



:root {

    --bg: #100e19;

    --bg2: #1f1b2e;

    --bg3: #342d4c;--text: #fff;

    --text1: #000;

    --color1: #ea003d;

    --color2: #79C142;

    --light: rgb(255 255 255 / 10%);

    --light2: rgb(255 255 255 / 30%);

    --dark: rgb(0 0 0 / 30%);

}



html {

    font-size: 100%;

    scroll-behavior: smooth

}



body {

    background: var(--bg);

    color: var(--text);

    line-height: normal;

    font-family: 'Proxima Nova', sans-serif;

    font-size: 16px;

    font-weight: 500;

}



.wrapper {

    min-width: 320px;

    position: relative;

    overflow: hidden;

}



.content {

    min-height: 100vh;

    margin: 30px 0;

}



.section {

    margin-bottom: 30px;

    padding-bottom: 30px;

}



.container {
    
    position: relative;

    max-width: 1200px;

    width: calc(100% - 40px);

    margin: 0 auto;

}



h1, h2, h3, h4 {

    margin-bottom: 30px;

}



h1 {

    font-size: 35px;

    font-weight: bold;

}



h2 {

    font-size: 25px;

    font-weight: 600;

}



h3 {

    font-size: 20px;

    font-weight: 600;

    line-height: 1.4;

}



h4 {

    font-size: 18px;

    font-weight: 500;

    line-height: 1.4;

}



p {

    font-size: 16px;

    font-weight: 400;

    line-height: 1.8;

}



h1 + p, h2 + p, h3 + p, h4 + p {

    margin-top: -10px;

    margin-bottom: 20px;

}



ol, ul {

    list-style: none;

}



a {

    color: var(--text);

    text-decoration: none;

}



button, input, select, textarea {

    font-size: 16px;

    font-family: inherit;

}



input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {

    display: inline-block;

    background: var(--bg2);

    color: var(--text-color);

    padding: 10px 20px;

    border-radius: 10px;

    width: 100%;

    height: 45px;

}



input[type=button], input[type=checkbox], input[type=file], input[type=image], input[type=radio], input[type=reset], input[type=submit] {

    width: auto;

}



input[type="checkbox"], .checkbox input, .comments_subscribe input,.pm_outbox_copy input {

    position: relative;

    appearance: none;

    -webkit-appearance: none;

    vertical-align: middle;

    display: inline-block;

    border: 2px solid #5a5a5a;

    border-radius: 8px;

    width: 24px;

    height: 24px;

    line-height: 24px;

    margin: 10px 0;

    margin-right: 15px;

    cursor: pointer;

}



input[type="checkbox"]:checked:before, .checkbox input:checked:before,.comments_subscribe input:checked:before,.pm_outbox_copy input:checked:before {

    content: "";

    position: absolute;

    display: inline-block;

    left: 4px;

    top: 4px;

    width: 9px;

    height: 5px;

    border-radius: 1px;

    border-left: 3px solid #fff;

    border-bottom: 3px solid #fff;

    transform: rotate(-45deg);

}



input[type="checkbox"]:checked, .checkbox input:checked,.comments_subscribe input:checked,.pm_outbox_copy input:checked {

    background-color: var(--color1);

    border: 2px solid var(--color1);

}



textarea {

    background: var(--bg2);

    color: var(--text);

    padding: 10px 20px;

    border-radius: 10px;

    width: 100%;

}



select {

    display: inline-block;

    background: var(--bg2);

    color: var(--text-color);

    padding: 10px 20px;

    border-radius: 10px;

    width: 100%;

    height: 45px;

}



.e-btn, .bbcodes, button[type="submit"] {

    display: inline-block;

    background-color: var(--color1);

    color: #fff;

    padding: 15px 30px;

    border-radius: 8px;

    font-weight: 500;

    text-align: center;

    cursor: pointer;

}



.e-btn:hover, .bbcodes:hover {

    background-color: var(--color2);

}



.e-grid2, .e-grid3, .e-grid4, .e-grid5, .e-grid6, .e-grid7 {

    display: grid;

    grid-gap: 20px 20px;

    grid-auto-rows: max-content;

}



.e-grid7 {

    grid-template-columns: repeat(7, 1fr);

}



@media (max-width: 820px) {

    .e-grid7 {

        grid-template-columns: 1fr 1fr;

    }

}



.e-grid6 {

    grid-template-columns: repeat(6, 1fr);

}



@media (max-width: 820px) {

    .e-grid6 {

        grid-template-columns: 1fr;

    }

}



.e-grid5 {

    grid-template-columns: repeat(5, 1fr);

}



@media (max-width: 820px) {

    .e-grid5 {

        grid-template-columns: 1fr 1fr;

    }

}



.e-grid4 {

    grid-template-columns: repeat(4, 1fr);

}



@media (max-width: 820px) {

    .e-grid4 {

        grid-template-columns: 1fr 1fr;

    }

}



.e-grid3 {

    grid-template-columns: repeat(3, 1fr);

}



.e-grid2 {

    grid-template-columns: repeat(2, 1fr);

}



@media (max-width: 820px) {

    .e-grid3, .e-grid2 {

        grid-template-columns:1fr;

    }

}



.e-flex {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

}



.e-flex50 {

    flex: 1 1 0%;

    max-width: 100%;

    min-width: 50px;

}



.e-column {

    flex-direction: column;

    flex-wrap: nowrap;

}



.e-center {

    position: absolute;

    top: 50%;

    left: 50%;

    margin-right: -50%;

    transform: translate(-50%,-50%)

}



.e-nowrap {

    -o-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.e-contain img, .e-contain video, .e-contain iframe {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.e-cover img, .e-cover video, .e-cover iframe {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



@media (max-width: 820px) {

    .e-swipe {

        display:flex;

        flex-wrap: nowrap;

        overflow-x: auto

    }



    .e-swipe > a, .e-swipe > div {

        min-width: max-content;

    }

}



.e-clamp2 {

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    text-overflow: ellipsis;

    overflow: hidden;

}



.e-clamp4 {

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    text-overflow: ellipsis;

    overflow: hidden;

}



.e-scroll::-webkit-scrollbar {

    position: relative;

    width: 4px;

    border-radius: 10px;

}



.e-scroll::-webkit-scrollbar-thumb {

    background-color: var(--color1)

}



.e-scroll::-webkit-scrollbar-track {

    background-color: var(--light)

}



.e-none, .hidden {

    display: none

}



.e-fullscreen {

    height: 100vh;

    overflow: hidden;

}



@media (max-width: 820px) {

    .e-fullscreen {

        height: auto;

    }

}