/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');

.main-bg {
    background-color: #f3f6fb;
}
html,
body {
    height: 100%;
}
footer {
    z-index: 100;
}
body {
    background-color: #f3f6fb;
    min-width: 300px;
    font-family: "Quicksand", sans-serif;
    /* background: url('../assets/bg.svg') no-repeat;
	background-size: cover; */
}
footer svg {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 0;
}
.sidebar {
    width: 350px;
}
.dimens {
    max-width: 1580px;
    width: 100%;
}
.max-dimens {
    max-width: 1880px;
    width: 100%;
    position: relative;
}
.small-btn {
    width: 20px;
    height: 20px;
    text-align: center;
}
a {
    color: #007bff;
}
.fixed-width {
    width: 25px;
    display: inline-block;
}
.fixed-wd {
    width: 30px;
    padding-left: 5px;
    display: inline-block;
}
.shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 50px;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    border: 0;
}
.btn-toggle > i {
    transition: 0.2s ease-in;
}
.btn-toggle:hover > i {
    transform: translateX(3px);
}
.btn-toggle[aria-expanded="true"] > i {
    transform: rotate(20deg);
    color: #38bdf8;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: 0.1s;
}
.form-check-label.custom {
    user-select: none;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-sidebar {
    margin-top: 3px;
    margin-bottom: 3px;
}

.sidebar {
    transition: 0.15s ease-in-out;
    margin-left: -280px;
}
.sidebar.active {
    margin-left: 0px;
}
.options > div:not(:last-child) {
    margin-right: 5px;
}
.captcha {
    height: 36px;
    width: 90px;
}
.custom-drop {
    max-height: 250px;
    overflow: auto;
}
.cs + label {
    cursor: pointer;
}
.cs:checked ~ label {
    background-color: #fca5a5;
    box-shadow: 0 0 0 3px #fecaca;
    color: #ef4444;
}
.img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    display: inline-block;
    margin-right: 5px;
}
.file {
    display: none;
}
.hide {
    display: none;
    opacity: 0;
}
[class|="st"] {
    transition: 0.15s;
}
[class|="st"]:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.post-link {
    min-width: 160px;
}
.post-link a {
    text-decoration: none;
}
.post {
    position: relative;
    /* background: url('../assets/img.svg') no-repeat;
	background-size: 50%; */
}
.under > .underlined,
.custom-underlined {
    transition: 0.25s;
    background-image: linear-gradient(90deg, #999, #999);
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 0% 2px;
    transition-delay: calc(var(--delay) * 0.3s);
}
.post-link:hover {
    text-decoration: none;
}
a .custom-underlined {
    background-image: linear-gradient(
        90deg,
        rgba(29, 78, 216),
        rgba(29, 78, 216)
    );
}
.under:hover > .underlined,
.under:hover {
    background-size: 75% 2px;
}
.post:hover .custom-underlined {
    background-size: 100% 2px;
}
.post:hover .program_img {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
[name="search"] {
    min-width: 225px;
}
.tooltip {
    pointer-events: none;
}
.orders a {
    cursor: default;
}
.dropdown-submenu {
    position: relative;
}
main {
    position: relative;
    overflow: hidden;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.post:hover p.notPaying {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.post > div:not(.dots, .dots-bg) {
    position: relative;
    z-index: 5;
}
.dots-bg {
    background-size: 30px 30px;
    position: absolute;
    transition: 0.5s;
    width: 200px;
    height: 90px;
    right: 10px;
    bottom: 0;
    user-select: none;
    pointer-events: none;
    background-image: radial-gradient(#efefef 4px, transparent 4px);
    /*z-index: 2;*/
    z-index: -1;
}
.dots-bg.height {
    height: 300px;
    z-index: -1;
    right: 100px;
}
.dots-bg.left {
    right: initial;
    left: 0px;
    top: 150px;
    height: 350px;
}
.dots-bg.left.bottom {
    top: initial;
    bottom: 200px;
    left: 150px;
    width: 350px;
    height: 200px;
}
.heading {
    position: relative;
    display: inline-block;
}
.heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 65%;
    height: 12.5px;
    border-radius: 2px;
    z-index: -1;
    background-color: #dfdfdf;
}
.text-indigo-500 {
	color: #6366f1;
}
.heading.text-lime-500::before {
    background-color: rgba(132, 204, 22, 45%);
}
.heading.text-sky-500::before {
    background-color: rgba(14, 165, 233, 45%);
}
.heading.text-rose-500::before {
	background-color: rgba(244, 63, 94, 45%);
}
.heading.text-indigo-500::before {
	background-color: rgba(99, 102, 241, 45%);
}
.heading.text-indigo-500::before {
	background-color: rgba(99, 102, 241, 45%);
}
.text-indigo-500 {
    color: rgba(99, 102, 241);
}
.fixed_banners {
    z-index: 9999;
    margin-bottom: 10px;
}
.fixed_banners.left {
    margin-left: 10px;
}
.fixed_banners.right {
    margin-right: 10px;
}
.fixed_banners > a {
    display: block;
    width: 125px;
    height: 125px;
}
.fixed_banners > a:not(:last-child) {
    margin-bottom: 10px;
}
.widget {
	width: 200px;
	height: 300px;
	border-radius: 5px;
}
.widget-div {
	display: flex;
	align-items: start;
	margin-top: 0.75rem;
	gap: 1rem;
}
.gap-2 {
    gap: .5rem;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.5;
}
::-webkit-scrollbar-thumb {
    border: 1px solid #f3f6fb;
    background: #999;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    opacity: 0.5;
}
.ads {
    margin-top: -70px;
    z-index: 1;
    position: relative;
    padding-top: 75px;
}
.ads.h {
    padding-top: 250px;
    min-height: 900px;
}
.big-banner {
    display: block;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    height: 900px;
}
.big-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.mb {
    margin-bottom: -25%;
}
.mt {
    margin-top: 25%;
}
.big-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, transparent, 90%, #f3f6fb);
    width: 100%;
    height: 100%;
}

.post {
    transition: 0.25s;
    z-index: 10;
    position: relative;
}
.post:hover {
    transform: scale(1.02) translateY(-5px);
}
.section-ads {
    position: relative;
}
.section-ads > div a {
    margin-bottom: 7.5px;
}
.section-ads img,
.section-ads video {
    border: 3px solid #fff;
    width: 100%;
    box-shadow: 2px 3px 8px 0 #333;
}
.section-header {
    position: relative;
}
.section-header > div a {
    margin-bottom: 7.5px;
}
.section-header img,
.section-header video {
    border: 3px solid #fff;
    width: 100%;
    box-shadow: 2px 3px 8px 0 #333;
}

/* .pad-middle > div:nth-child(odd) a {
	padding-right: calc(7.5 / 2 * 1px) !important;
}
.pad-middle > div:nth-child(even) a {
	padding-left: calc(7.5 / 2 * 1px) !important;
} */
.right-sm .cs,
.pad-middle > div a {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
}
/* .right-sm .cs:nth-child(odd) {
	padding-left: calc(7.5 / 2 * 1px) !important;
	padding-right: calc(7.5 / 2 * 1px) !important;
} */
/* .right-sm > .cs:nth-child(even) {
	padding-left: calc(7.5 / 2 * 1px) !important;
} */

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-check-input[type="radio"] {
    border-radius: 50%;
    display: inline-block;
}
.fixed_ {
    width: 400px;
    display: inline-block;
}
.modal-body {
    word-break: break-all;
}
.cs_img {
    max-height: 150px;
    max-width: 150px;
    width: 100%;
}
.slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 60px;
    z-index: 99999;
    background-color: #fca5a5;
    overflow: hidden;
}
.br {
    word-break: break-all;
}
.program_img {
    object-position: top;
    width: 100%;
    height: 360px;
}
.new {
    transition: 0.25s;
}
.new:hover {
    transform: scale(1.01) translateY(-3px);
}
.table tbody td,
.table thead th {
    vertical-align: middle;
}
.break-words {
	word-break: break-word;
}
/* .section-h1 {
	background-image: linear-gradient(90deg, #000, #000);
	transition: .25s;
} */
.table-hidden td {
    overflow: hidden;
}

@media (min-width: 768px) {
    .csdel {
        padding-top: 37px;
    }
    .csdel2 {
        padding-top: 28px;
    }
}

@media (min-width: 576px) {
    .pad-right {
        padding-right: 7.5px !important;
    }
}
@media (min-width: 1000px) {
    .post:hover .dots.notPaying {
        background-image: radial-gradient(#ff9f9f 4px, transparent 4px);
        background-position-y: 100%;
    }
    .post:hover .dots.paying {
        background-image: radial-gradient(#baffd3 4px, transparent 4px);
        background-position-y: 100%;
    }
    .post:hover .dots.waiting {
        background-image: radial-gradient(rgb(223, 223, 223) 4px, transparent 4px);
        background-position-y: 100%;
    }
    .post:hover .dots.problem {
        background-image: radial-gradient(rgb(255, 180, 130) 4px, transparent 4px);
        background-position-y: 100%;
    }
    .dots {
        background-size: 30px 30px;
        position: absolute;
        transition: 0.5s;
        width: 325px;
        height: 90px;
        transform: translateX(-50%);
        left: 50%;
        top: 5px;
        user-select: none;
        z-index: -1;
        pointer-events: none;
    }
    .dots.notPaying {
        background-image: radial-gradient(#ffb5b5 4px, transparent 4px);
    }
    .dots.paying {
        background-image: radial-gradient(#baffd3 4px, transparent 4px);
    }
    .dots.waiting {
        background-image: radial-gradient(#eee 4px, transparent 4px);
    }
    .dots.problem {
        background-image: radial-gradient(rgb(255, 193, 152) 4px, transparent 4px);
    }
}
@media (min-width: 640px) {
    .program_img {
        width: 160px;
        height: 160px;
    }
}
@media (min-width: 1100px) {
    .name {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100px;
        white-space: nowrap;
    }
}
@media (max-width: 1199px) {
    .order-down {
        order: 2;
    }
}
@media (max-width: 1100px) {
    .navbar-collapse .nav-item {
        margin-top: 0.5rem !important;
    }
}
@media (max-width: 768px) {
	.widget-div {
		flex-wrap: wrap;
	}
}
@media (min-width: 800px) {
    .table-hidden {
        table-layout: fixed;
    }
}