body {
    position: relative;
    min-height: 100vh;
    overflow-y: auto;
}
.main-hero * {
	padding: 0 !important;
	margin: 0 !important;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .custom-select, .input-group > .form-floating {
	flex: inherit !important;
	width: 95% !important;
}
#avs-video {
	background: black !important;
}
.metismenu-item.level-2 span {
	padding: 2px 2px !important;
	border-radius: 3px;
}
.metismenu-item.level-2:hover {
	background: blue;
}
.convertforms form {
	text-align: initial;
}
form input {
	background: white;
	width: 100%;
	border-radius: 3px;
}
form textarea {
	width: 100%;
	border-radius: 3px;
}
form button {
	background: blue;
	color: white;
	padding: 1px 2rem;
}
.h-captcha iframe {
	box-shadow: none !important;
	width: unset !important;
	height: unset !important;
}
li.metismenu-item.level-2 {
	margin: 0 !important;
	padding: 0 !important;
}
html .container-header .metismenu > li.level-1 > ul {
	min-width: fit-content !important;
	padding: 2px 4px !important;
	margin: 0 !important;
}
.metismenu-item button:hover {
	background: blue !important;
	border-radius: unset !important;
	padding: 0 5px !important;
}
table * {
	vertical-align: top;
}
table div {
	text-align: center !important;
}
table ul {
	text-align: initial;
}
.readmore {
	text-align: center;
}
.com-content-article__body li {
	list-style: circle;
}
.blog-item ul li {
	list-style: circle;
	text-align: initial;
}
.blog-item {
	padding: 0 0 4rem !important;
	border-bottom: 1px solid cornflowerblue;
}
.icon-folder-open.icon-fw {
	width: 5% !important;
}
.blog-item .btn {
	width: max-content !important;
}
.blog-item * {
}
.butty {
	color: white;
	background: blue;
	padding: 0px 10px;
}
.com-content-blog__link a {
	color: white;
	background: blue;
	padding: 4px 5px;
	border-radius: 4px;
}
.com-content-blog__link a:hover {
	color: cornflowerblue;
}
.com-content-category-blog__item.blog-item {
	padding: 0 0 4rem;
	border-bottom: 1px solid cornflowerblue;
}
.page-header h2 {
	font-size: 3rem;
}
.category-name * {
}
.avs-title {
	font-size: 2rem;
}
.navbar.navbar-expand-lg {
	margin: 0;
}
nav .metismenu.mod-menu .mm-collapse {
	background-color: rgba(0,0,0,0.7);
}
.metismenu-item *:after {
	display: none !important;
}
#bigLogoButton {
	width: 50%;
	height: 60vh;
	/* Use your transparent PNG so the filter’s drop-shadow can follow its shape */
	background: url("/images/IN-OS.png") no-repeat center center;
	background-size: contain;
	
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 auto;
  
	/*
	 * Start with no glow. We'll animate it in the keyframes.
	 * drop-shadow color and radius can be adjusted to your taste.
	 */
     /*filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
	
      "Breathe" over 4 seconds, repeating infinitely 
     animation: breathe 4s infinite;
     transition: filter 0.2s ease-out;*/
   }
   
   /* Keyframes for the gentle breathing effect */
   @keyframes breathe {
     0%, 100% {
       filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
       opacity:1;
     }
     50% {
       /* Midpoint has a soft glow around the logo */
       filter: drop-shadow(0 0 5rem rgba(100, 149, 237, 0.5));
       opacity:0.77;
     }
   }
  
  /*
   * Flash effect on click:
   * We remove the animation temporarily and show a brighter glow.
   */
  #bigLogoButton.flash {
	 /* animation: none; Stop the breathing animation 
	filter: drop-shadow(0 0 7rem rgba(100, 149, 237, 1.0));*/
  }
  
.main-top > .card-body {
    padding: 3px;
}
main {
	text-align: center;
}
#bigLogo {
	text-align: center;
	color: white;
	padding: 1rem;
	margin: 1rem;
}
#uaide {
	text-align: center;
	color: white;
	border-radius: 1rem;
	padding: 1rem;
	margin: 1rem;
}
.main-top.card {
    background: transparent;
}

.mod_allvideosharesearch .form-control {
    color: cornflowerblue !important;
    border-radius: 2rem;
}

div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {
    padding: 0 !important;
}


/* link image style */

div#maximenuck110 li.maximenuck > a img {
    margin: 0 !important;
    border: none;
    height: 1rem;
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .maximenuck.headingck.item135.level2:nth-child(1) {
        display: none;
    }
}

.floatck {
    transition: opacity 0.5s ease-in-out;
    position: absolute;
}

.fade-out {
    animation: fadeOut 5s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

#inheight {
	position: fixed;
	bottom: 20px;
	right: -5px;
	rotate: 90deg;
}

#inwidth {
    position: fixed;
    bottom: 5px;
    left: 5px;
}

button {
    border-radius: 2rem !important;
}

.chakra-image.css-1vuc3sw {
    border-radius: 2rem;
    box-shadow: 0 0 6px cornflowerblue;
}

.col7,
.col-5 {
    width: 100%;
}

#frame3 iframe {
    height: auto;
    scale: inherit;
}

#frame0 iframe {
    opacity: 0.97;
    border-radius: 1rem;
    box-shadow: 0 0 1rem cornflowerblue;
}

#frame3,
#frame3 iframe,
#frame12,
#frame12 iframe,
.iframe-container {
    background: transparent !important;
    height: calc(100vh - 6rem) !important;
}

#frame3,
iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 290px;
    background: transparent !important;
}

.overlay {
    text-align: center;
    display: block ruby;
}

.overlay img {
    position: relative;
    top: 50%;
}

.css-176ngvo div:first-child {
    top: -1rem !important;
    z-index: 19;
}

#chakra-modal--header-interaxai-popup-modal h2 {
    font-size: 1rem;
    padding: 1rem !important;
}

#chakra-modal--header-interaxai-popup-modal p {
    color: white !important;
    font-size: 1rem;
}

#interaxai-widget {
    background: black;
}

.chakra-text.css-1kfr7x5 {
    color: white;
}

.btn {
    background: rgba(0, 0, 255, 0.8) !important;
    color: white !important;
    border-radius: 2rem !important;
}
.btn:hover {
    color: cornflowerblue !important;
}
.resize-btn:hover,
.resize-btn img:hover {
    width: 2rem !important;
    height: 2rem !important;
}

#sg_password_wra img {
    border-radius: 2rem;
    margin: 0 1px;
}

#sg_password_area {
    border-radius: 1rem;
}

div#maximenuck117 div.floatck {
    border-radius: 1rem;
    overflow: hidden;
}

div#maximenuck117 div.floatck:hover {
    border-radius: 1rem;
    overflow: hidden;
}

html button img {
    vertical-align: initial !important;
}

.pagination__wrapper {
    box-shadow: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 9%, black 100%);
    pointer-events: none;
    /* Prevent interaction with the overlay */
    opacity: 1;
    /* Initially fully visible */
    z-index: 19;
    animation: fadeOut 7s ease-in-out forwards;
    /* Apply fade-out animation */
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        /* Start fully visible */
    }
    100% {
        opacity: 0;
        /* End fully transparent */
    }
}

.a2a_svg {
    border-radius: 1rem !important;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    /* or absolute if preferred */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/insitemobile_bg.jpg") center/cover no-repeat black;
    filter: blur(2px);
    -webkit-filter: blur(2px);
	z-index: -1;
}
.refresh-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: black;
    background: #ddd;
    padding: 0 2px;
    border-radius: 1rem;
}

.close-btn img {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 1rem;
}

.readmore a {
    border-radius: 2rem !important;
}

.resize-btn {
    width: 1rem;
    height: 1rem;
    background-color: #ccc;
    position: absolute;
    z-index: 1000;
    top: 4rem;
    right: 0;
    border-radius: 1rem;
    padding: 0;
    margin: 2px;
}

.reload-btn {
    width: 1rem;
    height: 1rem;
    background-color: #ccc;
    position: absolute;
    z-index: 1000;
    top: 6rem;
    right: 0;
    border-radius: 1rem;
    padding: 0;
    margin: 2px;
}

.reload-btn img {
    border-radius: 1rem;
}

.blog-items.items-leading {
    /* color: black; */
}

.container-header .container-search {
    margin-top: 0 !important;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}


/* Allow scrolling within the div content */

.blog-featured .blog-featured {
    overflow: auto;
    height: 100%;
}

div#maximenuck117 .titreck-text {
    flex: 1;
}

div#maximenuck117 .maximenuck.rolloveritem img {
    display: none !important;
}

@media screen and (max-width: 32px) {
    #maximenuck117 .maximenumobiletogglericonck {
        display: block !important;
        font-size: 33px !important;
        text-align: right !important;
        padding-top: 10px !important;
    }
    #maximenuck117 .maximenumobiletogglerck + ul.maximenuck {
        display: none !important;
    }
    #maximenuck117 .maximenumobiletogglerck:checked + ul.maximenuck {
        display: block !important;
    }
    div#maximenuck117 .maximenuck-toggler-anchor {
        display: block;
    }
}

@media screen and (max-width: 32px) {
    div#maximenuck117 ul.maximenuck li.maximenuck.nomobileck,
    div#maximenuck117 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck {
        display: none !important;
    }
    div#maximenuck117.maximenuckh {
        height: auto !important;
    }
    div#maximenuck117.maximenuckh li.maxiFancybackground {
        display: none !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) li {
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
        box-sizing: border-box;
        right: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        position: relative !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) li:hover > div.floatck {
        position: relative !important;
        margin-left: 0 !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }
    div#maximenuck117.maximenuckh ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    div#maximenuck117.maximenuckv {
        height: auto !important;
    }
    div#maximenuck117.maximenuckh li.maxiFancybackground {
        display: none !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) li {
        float: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        position: relative !important;
        left: 0 !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) li:hover > div.floatck {
        position: relative !important;
        margin-left: 0 !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }
    div#maximenuck117.maximenuckv ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}

@media screen and (min-width: 33px) {
    div#maximenuck117 ul.maximenuck li.maximenuck.nodesktopck,
    div#maximenuck117 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck {
        display: none !important;
    }
}

#maximenuck117.maximenuck-wcag-active .maximenuck-toggler-anchor ~ ul {
    display: block !important;
}

#maximenuck117 .maximenuck-toggler-anchor {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: none;
}

div#maximenuck117 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck117 ul.maximenuck li.maximenuck.level1 > span.separator {
    display: flex;
    align-items: center;
}

div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > a,
div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator {
    display: flex;
}

div#maximenuck117 ul.maximenuck li.maximenuck.level1 > a[data-align="bottom"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="bottom"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="bottom"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="bottom"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 > a[data-align="top"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="top"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="top"],
div#maximenuck117 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="top"] {
    flex-direction: column;
    align-items: inherit;
}

.cbft_select.cbtt_select.form-group.row.no-gutters.cb_form_line {
    float: inline-end;
}

.toggle-editor.btn-toolbar.float-end.clearfix {
    float: left !important;
    margin: 0 !important;
}

.cbft_textarea.cbtt_textarea.form-group.row.no-gutters.cb_form_line {
    margin: 0 !important;
    padding: 0 !important;
}

div#maximenuck117 li.maximenuck > a img {
    height: 20px;
    margin: 1px;
    border: none;
}

.dock > button > img {
    max-width: 100px !important;
    max-height: 100px !important;
}

.brand-logo {
    padding: 0 20px 0 0;
}

.avs-responsive-item {
    background: black;
}

.avs-grid-item,
.avs-col {
    background: black;
    margin: 0;
}

.header {
    width: 100%;
    padding: 0.1rem 0;
    position: relative;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(0, 0, 100, 0.2), rgb(0, 100, 100, 0.4), rgb(0, 0, 0, 0.9));
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    animation: top-to-bottom 0.3s;
    border-bottom: 1px solid maroon;
}

.grid-child.container-nav {
    padding: 0;
}

.cb_template.cb_template_default.cbRegistration.cbRegistrationFlat,
.com-content-article,
.item-page,
div.cb_template.cb_template_default,
#login-form-110,
#avs-video {
    background: white;
    padding: 0;
    margin: 0;
    border: rgb(0, 0, 0, 0.1) solid 3px;
}

.maximenuck > ul {
    display: flex;
    align-items: center;
    color: white;
}

.maximenuck {
    color: rgb(255, 255, 255, 1) !important;
}

.maximenuck li:hover {
    background: rgb(0, 0, 250, 1) !important;
}

.maximenuck.parent.level1 {
    position: relative;
    font-size: 12px;
    margin: 0 5px;
    cursor: url(Link.cur), pointer;
    text-shadow: 0 3px 10px rgb(0, 0, 0, 0);
    transition: 0.2s;
    user-select: none;
}

li.maximenuck.level1 {
    padding: 3px 7px;
    vertical-align: middle;
    border-radius: 5px;
    min-height: 21px;
    line-height: 21px;
}

li.maximenuck.level1:hover {
    background: rgb(0, 0, 250, 1) !important;
}

ul.maximenuck li div.floatck ul.maximenuck2,
div ul.maximenuck2 {
    z-index: 11000;
    clear: left;
    text-align: left;
    background: rgb(0, 0, 0, 0.4) !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    position: static !important;
    overflow: visible !important;
    display: block !important;
    float: none !important;
    visibility: visible !important;
    border-radius: 5px;
}

.maximenuck {
    margin: 0 !important;
}

.maximenuck.level2 {
    padding: 3px 10px;
}

#outsleep {
    background: black !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19999;
}

#sleep {
    position: absolute;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    margin: 0 50px;
    color: rgb(255, 255, 255, 0.7);
    font-size: 3em;
}

#datetime {
    text-align: center;
}

.animate {
    animation: bounce 60s infinite;
    animation-timing-function: linear;
}

@keyframes bounce {
    0%,
    100% {
        top: 0px;
        left: -30px;
    }
    25% {
        top: 20px;
        left: calc(55% - 0px);
    }
    50% {
        top: calc(70% - 0px);
        left: calc(50% - 0px);
    }
    75% {
        top: calc(80% - 20px);
        left: -50px;
    }
}

.maximenuck .leftLi.logo img {
    transform: translateY(1px);
}

.maximenuck svg {
    fill: white;
}

.maximenuck svg:hover {
    fill: blue !important;
}

.maximenuck ul > .leftLi:hover {
    color: blue;
}

a > .cb_template.cb_template_default {
    padding: 0 5px 0 0;
}

a {
    text-decoration: none !important;
}

.maximenuck .leftLi a {
    text-decoration: none;
}

.maximenuck .leftLi:hover {
    border-radius: 5px;
}

li.app_name {
    display: none;
    font-weight: 900 !important;
}

.maximenuck li {
    margin: 0 10px;
}

.navbar__right li svg {
    transform: scale(0.8);
}

.wifi svg {
    transform: translateY(1px) scale(0.8) !important;
}

.navbar__right .clock #clock {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar__right li .control-center {
    width: 32px;
    height: 19px;
    transform: scale(0.8) translateY(1px);
}

.navbar__right .battery {
    margin: 0;
    display: flex;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 0.3rem 0.5rem;
    background: transparent;
    transition: all 0.2s ease-out;
}

.navbar__right .battery__container {
    width: 22px;
    height: 10px;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    border: rgb(255, 255, 255, 0.4) solid 1px;
}

.navbar__right .battery__container::after {
    content: "";
    background: rgb(255, 255, 255, 0.4);
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navbar__right .battery__progress {
    height: 100%;
    display: flex;
    background: white;
    border-radius: 2px;
}

.navbar__right .battery__progress .is-charging {
    display: none;
    width: 100%;
    height: 100%;
}

.menu {
    background: rgb(0, 0, 0, 0.7);
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 15%;
}

.menu button {
    width: 100%;
    padding: 10px;
    color: white;
    background: none;
    border: none;
    text-align: left;
    border-radius: 7px;
}

.iframe-container {
    height: 100%;
    float: left;
    background: #DDD;
    /* overflow: hidden; */
    display: none;
    border-radius: 1rem;
    box-shadow: 0 0 1rem cornflowerblue;
}

.menu button:hover {
    background: rgb(0, 0, 100, 0.7);
    border-bottom: 1px solid rgb(200, 200, 255, 0.7);
}

iframe {
    width: 98.5%;
    height: 100%;
    border: none;
    min-height: 290px;
}

.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	background: #ddd;
	padding: 0 2px;
	width: 1rem !important;
}

.close-btn:hover {
    color: #ddd;
    background: black;
}

li button img {
    max-height: 48px !important;
}

.container-component >:first-child,
.container-sidebar-left >:first-child,
.container-sidebar-right >:first-child,
.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
    margin-top: 0 !important;
}

#ipform input {
    color: white;
}

#wifi-info {
    background: rgb(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    padding: 3px 0;
}

.maximenuck.item298.last.first.level1 {
    padding: 4px 0 0 4px;
}

.maximenuck.item298.last.first.level1:hover {
    background: blue !important;
}

.maximenuck {
    font-size: inherit;
    font-family: inherit;
    font-weight: initial;
}

#cbfv_45 {
    color: grey;
}

body .nav-item.item-299 {
    margin: 0;
    font-family: initial !important;
    font-weight: inherit !important;
}

body .nav-item.item-299 a {
    margin: 0;
    font-family: initial !important;
    font-weight: inherit !important;
}

main > div,
.com-content-article,
.item-page,
.cbProfile,
#spotlight_search {
    width: 98%;
    margin: 0 auto;
    resize: both;
    background: rgb(250, 250, 250, 0.97);
    padding: 7px;
    border-radius: 4px;
    position: relative;
    color: grey !important;
    border: rgb(0, 0, 0, 0.1) solid 6px;
    overflow: auto;
    scroll-behavior: auto;
}

body .cb_template .navbar-light .navbar-nav .show > .nav-link,
.cb_template .navbar-light .navbar-nav .active > .nav-link,
.cb_template .navbar-light .navbar-nav .nav-link.show,
.cb_template .navbar-light .navbar-nav .nav-link.active {
    color: rgb(250, 250, 250, 0.9);
}

.cb_template .navbar-light .navbar-nav .nav-link {
    color: rgb(250, 250, 250, 1);
    text-shadow: none;
}

.cb_template .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 250, 1);
}

body .cb_template .border {
    border: #dee2e6 solid 0 !important;
}

.battery__popup {
    display: none;
}

#contextMenu ul {
    padding: 0;
    margin: 0;
}

#loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../../IN-copy.png") center /10% no-repeat black;
    z-index: 19999;
    display: none;
}

.navbar .leftLi.logo img {
    transform: translateY(1px);
}

.navbar .leftLi {
    padding: 4px 8px;
}

.navbar .leftLi a {
    text-decoration: none;
}

.navbar .leftLi:hover {
    color: wheat;
    border-radius: 5px;
}

.container-sidebar-right .sidebar-right:first-child {
    margin-top: 24px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
body .cb_template .mb-2,
body .cb_template .my-2 {
    padding: 0 0 0 7px !important;
}

main div div div {
    padding: 2px;
    border-radius: 3px;
}

.cb_template .bg-light {
    background-color: rgb(0, 0, 0, 0) !important;
}

#modules-form {
    color: #777;
}

.cbTabsMenuMain.row.no-gutters {
    color: #777;
}

html body .cb_template .cbCanvasLayout .cbCanvasLayoutTop {
    min-height: 222px !important;
}

.cbTabsContent.tab-content {
    color: #777;
}

.cbPoweredBy.cb_template.cb_template_default {
    display: none;
}

#cbcheckedadminForm {
    color: #777;
}

.a2a_kit.a2a_kit_size_20.addtoany_list {
    float: right;
    position: inherit;
    margin: 0;
}

.main-top.card {
    text-align: center !important;
}

#cf_1 {
    margin: 0 auto !important;
}

.avs-description {
    color: white;
}

.container-search a {
    font-size: 12px;
    padding: 0 4px 0 0;
    margin: 0;
}

.page-link {
    background: maroon;
}

#no-permission-consent-message {
    background: maroon;
    border: maroon solid 1px !important;
    padding: 10px 5px;
    font-size: 1.5em;
}

html .list-group-item {
    background: maroon;
}

html .list-group-item:hover {
    color: white !important;
}

:root {
    --color-white: #fff;
    --color-white-100: rgb(255, 255, 255, 0.1);
    --color-white-200: rgb(255, 255, 255, 0.2);
    --color-white-400: rgb(255, 255, 255, 0.4);
    --color-white-800: rgb(255, 255, 255, 0.8);
    --color-white-900: rgb(255, 255, 255, 0.9);
    --color-black: #1e1e1e;
    --color-black-100: rgb(0, 0, 0, 0.1);
    --color-black-50: rgb(211, 197, 197, 0.39);
    --color-black-200: rgb(0, 0, 0, 0.2);
    --color-black-500: rgb(0, 0, 0, 0.5);
    --color-black-600: rgb(0, 0, 0, 0.6);
    --color-blue-800: #007ff7;
    --app-color-white: rgb(252, 255, 251);
    --color-red: rgb(255, 2, 2, 0.788);
    --color-green: #11dd4e;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    list-style: none;
}

@media screen and (max-width: 900px) {
    .hidden {
        display: none;
    }
}

:root {
    --secondary-color: blue;
}

.mod-menu.mod-list.nav {
    display: block;
    margin: 0 5px 0 0;
}

.mod-list li {
    padding: 0 2px 0 0 !important;
    margin: 1px auto;
    font-size: 16px;
    float: left;
}

video:focus,
#video:focus,
.video-container:focus,
button {
    outline: none;
}

.itemid-217 main {
    text-align: center;
}

.item-title,
dl.article-info,
h1,
h3,
h5 {

}

p {
    background: transparent;
}

.site-grid {
    background: transparent;
    position: relative;
    z-index: 1;
}

.bubblescontainer {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
}

.itemid-126 h2 {
    text-align: center;
}

html .container-header .navbar-brand {
    display: block ruby;
}

.container .box .content {
    position: relative;
    left: 0;
    padding: 20px 40px;
    background: rgb(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    z-index: 1;
    transition: 0.5s;
    color: #fff;
}

html body ul li a.maximenuck:hover {
    color: white !important;
}

.floatck {
    background: black !important;
}

.floatck li:hover {
    background: blue !important;
}

.site-description {
    font-size: 22px !important;
}

html body.com_allvideoshare div .container-sidebar-right .noton,
html body.com_allvideoshare div #camera_wrap_132.noton,
html body.com_allvideoshare div .grid-child .noton,
html .com_users div .noton {
    display: none !important;
}

html body main .avs div span,
html body main .avs div p {
    color: cornflowerblue;
}

html body main .avs div {
    padding: 0 0 0 5px;
}

.navbar-brand .site-description {
    font-size: 30px !important;
}

.item-content .menu a {
    color: blue !important;
    background: transparent;
    padding: 10px 15px 5px 0;
    margin: 0 0 0 5px;
    border-radius: 3px;
    border: #f007 solid 1px;
}

.item-content .menu a:hover {
    color: white !important;
    border: red solid 1px;
}

body.itemid-170 main {
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.77)), url("/images/insite.tv.bg2.jpg");
    text-align: center;
    padding: 220px 0 0;
    text-shadow: -1px 1px 1px black;
    background-position: top;
}

body.itemid-170 .item-content img {
    border-radius: 5px;
    box-shadow: -2px 2px 5px #000;
}

body.itemid-170 .item-content img {
    border-radius: 5px;
    box-shadow: -2px 2px 5px #000;
    max-width: 33%;
}

.card {
    border: none !important;
}

.container-banner {
    margin: 0;
    display: block;
}

.blog-items.items-leading {
    border-bottom: 0 solid white;
    padding: 0 5px 5px;
}

body.wrapper-fluid .site-grid {
    gap: 2px;
}

a.brand-logo img {
    max-height: 30px;
    width: auto !important;
    padding: 0;
}

.navbar-brand {
    margin: 0 auto !important;
}

.container-header {
    z-index: 10;
    background: linear-gradient(315deg, #0d4077, #000);
    border-bottom: 1px solid #763E53;
    box-shadow: 0 10px 20px 0 #0d4077;
}

.container-header .mod-menu,
h1,
h2,
h3,
h4,
h5 {
    color: blue;
}

.container-header .mod-menu li:hover {
    color: #eee;
}

.card-header {
    color: #444;
    border-bottom: 1px solid white;
}

.grid-child {
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.footer {
    background-color: #000 !important;
    background-image: none !important;
}

html .widget-player .playlist {
    min-height: 300px !important;
}

.ig {
    height: 16px;
    width: auto;
    padding: 0 2px;
}

.blog-featured,
.com-content-category-blog.blog {
    color: #fff;
}

.article-info {
    color: #763E53 !important;
}

.container-header .navbar-brand a,
.container-header .site-description {
    color: white;
    text-decoration: none;
    font-family: initial;
    text-shadow: 1px 1px 0 #4b242e;
    font-variant-caps: petite-caps;
    font-size: 40px;
    list-style: none;
}

.container-header .navbar-brand {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: blue;
    text-decoration: none !important;
    font-family: initial;
    font-variant-caps: petite-caps;
}

#registrationTable {
    background: rgb(255, 255, 255, 0.977);
}

.category-name a:hover {
    color: cornflowerblue !important;
}

.m-0.p-0.mb-2.cb-page-header-title {
    background: transparent !important;
}

.sidebar-right.card,
.sidebar-left.card {
    color: #fff !important;
    background-color: transparent;
}

.com-contact.contact {
    color: #eee !important;
}

.article-info.text-muted {
    color: #eee !important;
    padding: 5px 10px 0;
    border-radius: 3px;
    border-bottom: 1px solid white;
    border-left: 0 solid white;
}

.article-info-term {
    display: none;
}

.item-title {
    margin: 0 !important;
}

.mod-menu li img {
    /* max-height: 20px !important; */
    width: auto !important;
}

.ig.menny {
    filter: invert(50%);
}

.menny:hover {
    filter: invert(100%);
}

html #iframeChat {
    min-height: 400px !important;
    height: auto;
}

html img,
svg {
    vertical-align: sub;
}

.mod-menu li.item-111 img {
    max-height: 20px !important;
    width: auto !important;
    margin: 0 5px 0 5px !important;
    position: relative;
    top: -3px;
}

html body .lb.menny {
    max-height: 40px !important;
}

.left.item-image {
    padding: 0 10px 10px 0;
    margin: 0 0 0 !important;
}

#footer {
    color: #eee;
    text-align: center;
}

html .site.com_content.wrapper-fluid.view-article.layout-blog.no-task.itemid-123.has-sidebar-right,
h1,
h2,
h3,
h4,
h5,
h6 {

}

.addtoany_list.a2a_kit_size_32 a > span {
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: relative;
    top: -7px;
}

#polina {
    background-color: #000;
    padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: blue;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#mod-custom122,
#blockrandom-130 {
    border-bottom: 2px solid #763E53;
}

.site-grid {
    gap: initial !important;
}

.header,
html.bg .header a {
    color: #fff;
    text-shadow: -1px 1px black;
}

body {
    margin: 0;
}

a.button > img {
    vertical-align: sub;
    width: 32px !important;
}

#main {
    background: transparent;
    margin: 0;
    padding: 30px 3%;
}

html body {
    margin: 0;
}

#main {
    color: #eee;
}

.trans {
    border-top: 1px solid #a00;
    border-bottom: 1px solid #a00;
    color: #ddd;
}

.menu img {
    height: 36px;
    margin: 0 7px 0;
}

.maximenucklogo img {
    height: 44px;
}

figure.left img {
    width: 100%;
}

html body .item-content h2.item-title a {
    text-shadow: -1px 1px 2px #4b242e;
    font-size: 36px;
    color: blue;
}

figure.left {
    width: 100% !important;
}

p.back {
    float: left;
}

p.back > button {
    background: #eee;
    border: 0;
    font-size: 20px;
    vertical-align: super;
    border-radius: 4px;
    padding: 2px 7px 2px 7px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

div#definitions {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 4px 10px 4px;
    text-align: center;
    display: inline-grid;
    min-width: 46%;
    border-right: 1px solid gray;
    text-align: initial;
    margin: 0 0 0 5px;
}

div#instruction {
    background-color: #ffe;
    padding: 25px 15px 0;
    border-bottom: 1px solid #aaa;
}

div#try {
    background-color: #fff;
    padding: 25px 15px 0;
}

.flip-card h1 {
    color: white;
    font-size: 40px;
}

.flip-card {
    background-color: transparent;
    width: 50%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.flip-card h1 {
    margin-top: 100px;
    font-size: 1em;
}

progress#progressBar {
    width: 100%;
}

#countdown {
    color: #eee;
    text-align: center;
    font-size: 30px;
}

.center {
    text-align: center;
}

#verb,
#pronoun {
    font-size: 1em;
}

p.button > a,
a.button {
    color: blue;
    background-color: transparent;
    padding: 2px 10px;
    border-radius: 7px;
    box-shadow: -1px 2px 3px 1px #000;
    display: ruby-text;
    position: relative;
    top: 10px;
    text-shadow: -1px 1px 1px rgb(0, 0, 0, 0.7);
}

p.button > a:hover {
    box-shadow: none;
}

p.button {
    text-align: center;
    margin: 20px 0;
}

html .bootbox.modal.fade.bootbox-alert.in {
    display: none !important;
}

html div#maximenuck131 ul.maximenuck {
    border-top: none;
}

.com-content-article__link.content-links-a,
a {
    text-decoration: none !important;
    list-style: none;
}

.introy.item-image {
    display: none;
}

.sidebar-right.card {
    border: none;
}

.card-body {
    background-color: transparent !important;
    color: #eee;
    text-align: center;
}

.imgLoaded {
    margin: 0 !important;
    height: auto !important;
}

.bottom-b.card {
    border: none;
}

a {
    color: blue;
    text-decoration: none !important;
    font-family: initial;
}

.main-bottom.card {
    border: none;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
    background: rgb(55, 49, 49, 0.85);
}

.main-top.card {
    border: none;
    border-bottom: 1px solid brown;
}

.btn.btn-primary.button.subbutton,
.btn.btn-primary.validate {
    height: 30px;
    padding: 2px 20px 10px 10px;
}

.btn.btn-primary.button.subbutton:hover,
.btn.btn-primary.validate:hover {
    font-weight: normal;
}

.btn-primary {
    background-color: transparent !important;
    color: blue !important;
    font-weight: bold !important;
    border-color: maroon !important;
    border-radius: 1px !important;
}

.btn-primary:hover {
    border-radius: 2px !important;
}

.acym_module_form input {
    cursor: pointer;
    max-width: 180px;
}

button,
input {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.navbar {
    width: 100%;
    padding: 0.1rem 0;
    position: relative;
    top: 0;
    left: 0;
    color: var(--color-white-900);
    box-shadow: 0 2px 10px var(--color-black-100);
    background: linear-gradient(to right, rgb(0, 0, 100, 0.2), rgb(0, 100, 100, 0.4), rgb(0, 0, 0, 0.9));
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    animation: top-to-bottom 0.3s;
}

.navbar > ul {
    display: flex;
    align-items: center;
    color: white;
}

.navbar li {
    position: relative;
    font-size: 14px;
    margin: 0 4px;
    cursor: url(Link.cur), pointer;
    text-shadow: 0 1px 1px rgb(0, 0, 0, 0);
    transition: 0.2s;
    user-select: none;
}

.navbar .leftLi.logo img {
    transform: translateY(1px);
}

.navbar svg {
    fill: white;
}

.navbar svg:hover {
    fill: blue !important;
}

.navbar ul > .leftLi:hover {
    color: blue;
}

.navbar .leftLi {
    padding: 7px;
}

.navbar .leftLi a {
    text-decoration: none;
    color: var(--color-white);
}

.navbar .leftLi:hover {
    color: var(--color-white);
    border-radius: 1px;
}

li.app_name {
    display: none;
    font-weight: 900 !important;
}

.navbar__right li {
    margin: 0 10px;
}

.navbar__right li svg {
    transform: scale(0.8);
}

.wifi svg {
    transform: translateY(1px) scale(0.8) !important;
}

.navbar__right .clock #clock {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar__right li .control-center {
    width: 32px;
    height: 19px;
    transform: scale(0.8) translateY(1px);
}

.navbar__right .battery {
    margin: 0;
    display: flex;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 0.3rem 0.5rem;
    background: transparent;
    transition: all 0.2s ease-out;
}

.navbar__right .battery.selected {
    background: var(--color-white-200);
}

.navbar__right .battery__container {
    width: 22px;
    height: 10px;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    border: rgb(255, 255, 255, 0.4) solid 1px;
}

.navbar__right .battery__container::after {
    content: "";
    background: rgb(255, 255, 255, 0.4);
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navbar__right .battery__progress {
    height: 100%;
    display: flex;
    background: white;
    border-radius: 2px;
}

.navbar__right .battery__progress .is-charging {
    display: none;
    width: 100%;
    height: 100%;
}

.is-charging-visible {
    display: block !important;
}

.navbar__right .battery__low {
    background-color: var(--color-red);
}

.navbar__right .battery__high {
    background-color: #11dd4e;
}

.navbar__right .battery__text {
    font-size: 12px;
    margin-right: 4px;
}

.navbar__right .battery__popup {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    opacity: 0;
    width: 220px;
    transition: all 0.2s ease-out;
    padding: 4px;
    background: rgb(0, 0, 0, 0.1);
    border: rgb(255, 255, 255, 0.2) solid 1px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background: rgb(0, 0, 0, 0.6);
    border-radius: 8px;
}

.navbar__right .battery__popup.opened {
    opacity: 1;
}

.navbar__right .battery__popup header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.navbar__right .battery__popup header h3 {
    font-size: 16px;
    font-weight: 600;
}

.navbar__right .battery__popup header span {
    opacity: 0.75;
    font-size: 12px;
}

.navbar__right .battery__popup p {
    font-size: 11px;
    margin-top: 4px;
    padding: 0 10px;
}

.navbar__right .battery__popup hr {
    margin: 6px 8px;
    border: 0;
    border-radius: 99px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar__right .battery__popup button {
    padding: 4px 10px;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    color: white;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.navbar__right .battery__popup button:active {
    background-color: #0063f7;
}

li > ul {
    display: none;
    position: absolute;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 100%;
    margin-top: 1px;
    font-weight: 600;
    padding: 4px;
    min-width: 200px;
    background: rgb(0, 0, 0, 0.77);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgb(0, 0, 0, 0.363);
    color: #fff;
}

li > ul > li > button:hover {
    background: blue !important;
}

li:hover > ul {
    display: flex;
}

li > ul > li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, 0.15);
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}

li > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

li > ul > li > button {
    color: var(--color-white);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 5px;
    transition: 80ms;
    font-size: 14px;
    cursor: url(Link.cur), pointer;
}

.maximenuck {
    color: var(--color-white) !important;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 100;
    padding: 0;
    border-radius: 5px;
    transition: 80ms;
    font-size: 14px;
    cursor: url(Link.cur), pointer;
}

li > ul > li > button:active {
    background-color: #0063f7;
}

li > .menu__container {
    display: none;
    position: absolute;
    width: 380px;
    border-radius: 20px;
    top: 100%;
    right: 50%;
    height: 24rem;
    transform: translateX(50%);
    background-color: rgb(255, 255, 255, 0.99);
    border: rgb(70, 50, 77, 0.308) solid 4px;
    box-shadow: 0 7px 15px rgb(26, 26, 26, 0.24);
    overflow: hidden;
    padding: 15px;
}

li:hover .menu__container {
    display: flex;
}

li > .menu__container > .grid__controling {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: "Toggles Toggles DoNotDisturb DoNotDisturb" "Toggles Toggles KeyboardBrightness Battery" "Display Display Display Display" "Audio Audio Audio Audio" "Music Music Music Music";
    gap: 1em 1em;
}

li > .menu__container > .grid__controling .control_center--grid {
    display: grid;
    box-shadow: 0 5px 15px rgb(44, 44, 44, 0.37);
    border: rgb(255, 255, 255, 0.178) solid 1px;
    overflow: hidden;
    border-radius: 12px;
}

.menu__container > .grid__controling .col-5 {
    grid-area: Toggles;
}

.menu__container > .grid__controling .col-7 {
    grid-area: DoNotDisturb;
}

.menu__container > .grid__controling .col-3--brightness {
    grid-area: KeyboardBrightness;
}

.menu__container > .grid__controling .col-3--battery {
    grid-area: Battery;
}

.menu__container > .grid__controling .col-12--light {
    grid-area: Display;
}

.menu__container > .grid__controling .col-12--volume {
    grid-area: Audio;
}

.menu__container > .grid__controling .col-12--music {
    grid-area: Music;
}

.grid__controling .control_center--grid button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    transition: all 120ms ease-in-out;
    font-family: "Lexend", sans-serif;
    cursor: url(Link.cur), pointer;
}

.sound,
.brightness {
    position: relative;
}

.menu__container > .grid__controling input[type="range"] {
    outline: 0;
    border: 0;
}

.sound img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.brightness img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.menu__container > .grid__controling input[type="range"]::-webkit-slider-thumb {
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    box-shadow: -2px 0 3px -2px #5f6063, -340px 0 0 320px #ffffff;
    border-radius: 50%;
    border: rgb(0, 0, 0, 0.226) solid 1px;
    cursor: pointer;
}

.grid__controling input[type="range"]::-webkit-slider-runnable-track {
    margin: 10px;
    background: rgb(255, 255, 255, 0.404);
    border-radius: 50px;
    overflow: hidden;
}

.grid__controling .control_center--grid button p {
    display: block;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}

.nobtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nobtn svg {
    background-color: transparent !important;
}

.grid__controling .control_center--grid button svg {
    padding: 3px;
    border-radius: 50%;
    margin: 0 3px;
}

.col-7 button svg {
    background-color: #b63333 !important;
}

.col-7 button:focus {
    background: #b63333 !important;
    color: var(--color-white);
}

.grid__controling .control_center--grid button:focus {
    background: #007ff7;
    color: var(--color-white);
}

.grid__controling .control_center--grid .musicPlayer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.musicPlayer--image {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--image img {
    width: 50px;
    margin: 0 0 0 10px;
}

.musicPlayer--content {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--content span {
    font-size: 40px;
}

.grid__controling .control_center--grid button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    transition: all 120ms ease-in-out;
    font-family: "Lexend", sans-serif;
    cursor: url(../cursor/Link.cur), pointer;
}

.sound,
.brightness {
    position: relative;
}

.menu__container > .grid__controling input[type="range"] {
    outline: 0;
    border: 0;
}

.sound img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.brightness img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.menu__container > .grid__controling input[type="range"]::-webkit-slider-thumb {
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    box-shadow: -2px 0 3px -2px #5f6063, -340px 0 0 320px #ffffff;
    border-radius: 50%;
    border: rgb(0, 0, 0, 0.226) solid 1px;
    cursor: pointer;
}

.grid__controling input[type="range"]::-webkit-slider-runnable-track {
    margin: 10px;
    background: rgb(255, 255, 255, 0.404);
    border-radius: 50px;
    overflow: hidden;
}

.grid__controling .control_center--grid button p {
    display: block;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}

.nobtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nobtn svg {
    background-color: transparent !important;
}

.grid__controling .control_center--grid button svg {
    background-color: #007ff7;
    padding: 5px;
    border-radius: 50%;
    margin: 0 5px;
}

.col-7 button svg {
    background-color: #b63333 !important;
}

.col-7 button:focus {
    background: #b63333 !important;
    color: var(--color-white);
}

.grid__controling .control_center--grid button:focus {
    background: #007ff7;
    color: var(--color-white);
}

.grid__controling .control_center--grid .musicPlayer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.musicPlayer--image {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--image img {
    width: 50px;
    margin: 0 0 0 10px;
}

.musicPlayer--content {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--content span {
    font-size: 40px;
}

@media screen and (max-width: 600px) {
    .navbar__right .clock #clock {
        margin-left: 0;
    }
}

.dock {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 0.2rem 0.5rem 0 0.5rem;
    bottom: 3%;
    left: 50%;
    height: 65px;
    transform: translateX(-50%);
    border: var(--color-white-200) solid 1px;
    border-radius: 2px;
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.555);
    z-index: 10;
    background: rgb(0, 0, 55, 0.6);
}

@media screen and (max-width: 900px) {
    .dock {
        border-radius: 20px;
    }
}

.dock .point {
    width: 6px;
    height: 6px;
    margin: 0;
    background: #f08080;
    border-radius: 50%;
    display: none;
    animation: top-to-bottom 0.3s;
    transition: 0.3s;
}

.dock .column {
    width: 1px;
    height: 45px;
    margin: 0 4px;
    background: var(--color-white-400);
}

.dock .icon {
    position: relative;
    display: grid;
    place-items: center;
    background: none;
    border: none;
    outline: none;
    transition: all 0.3s;
    transform: translate3d(0, 0%, 0);
}

.dock .icon::after {
    font-size: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 95px;
    height: 22px;
    padding: 1px !important;
    border-radius: 8px;
    font-family: "lexend", sans-serif;
    font-weight: 700;
    border-radius: 1rem !important;
    overflow: hidden !important;
    clip-path: none !important;
    top: -30px !important;
    line-height: 1rem;
    margin: 0;
}

html body .dock button.icon::after {
    background: rgba(0, 0, 255, 0.2) !important;
    box-shadow: 0 0 5px #fff;
    font-size: 11px;
    font-style: italic;
    color: cornflowerblue;
}

.dock .icon img {
    width: 3.6rem;
    transition: 0.2s;
    transform: translateY(-2.5px);
}

.dock .icon:hover img {
    margin: 0 0 40px 0;
    width: 7.1rem;
}

.dock .icon:hover + .icon img {
    width: 5.6rem;
    margin: 0 0 25px 0;
}

.dock .icon img:active {
    filter: brightness(0.6) drop-shadow(0 0 10px #2c2c2c);
}

.container__Window {
    width: 100%;
    height: 90%;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.window {
    display: none;
    min-width: 50%;
    max-width: 80%;
    height: 430px;
    overflow: hidden;
    border-radius: 1rem;
    background: transparent !important;
    box-shadow: 0 20px 30px rgb(0, 0, 0, 0.6);
    border: #ffffff34 solid 1px;
    animation: zoom-out 0.3s;
    z-index: 10;
    touch-action: none;
}

.window__taskbar {
    height: 12%;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    background-color: var(--app-color-white);
}

.window__taskbar--actions {
    display: flex;
    align-items: center;
}

.window__taskbar:hover button::after {
    color: #333;
}

.window__taskbar--actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    padding: 8px;
    border-radius: 50%;
    transition: 0.4s;
}

.window__taskbar--actions button:not(:last-child) {
    margin-right: 8px;
}

.window__taskbar--actions button:nth-child(1) {
    background-color: #ff5f56;
    box-shadow: 0 0 0 0.5px #e0443e;
}

.window__taskbar--actions button::after {
    display: block;
    font-size: 12px;
    color: transparent;
    font-weight: 900;
}

.window__taskbar--actions button:nth-child(1)::after {
    content: "x";
}

.window__taskbar--actions button:nth-child(1):hover {
    background-color: #fc3c32;
}

.window__taskbar--actions button:nth-child(2) {
    background-color: #ffbd2e;
    box-shadow: 0 0 0 0.5px #dea123;
}

.window__taskbar--actions button:nth-child(2)::after {
    content: "-";
}

.window__taskbar--actions button:nth-child(2):hover {
    background-color: #ffa600;
}

.window__taskbar--actions button:nth-child(3) {
    background-color: #27c93f;
    box-shadow: 0 0 0 0.5px #1aab29;
}

.window__taskbar--actions button:nth-child(3)::after {
    content: "/";
}

.window__taskbar--actions button:nth-child(3):hover {
    background-color: #12aa29;
}

.window__taskbar--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.window__taskbar--content h2 {
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}

.terminal .window__taskbar,
.Vscode .window__taskbar,
.maps .window__taskbar {
    height: 9%;
}

.terminal_content {
    width: 100%;
    height: 91%;
    overflow-y: scroll;
    padding-left: 1rem;
    background-color: rgb(5, 5, 99, 0.63);
    background: rgb(0, 0, 0, 0.2);
    color: rgb(235, 235, 235);
    font-size: 20px;
    font-family: "Roboto Mono", monospace;
}

.color_green {
    color: green;
}

.color_blue {
    color: #1f48ff;
}

.window__taskbar--right {
    width: 60%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 900px) {
    .window__taskbar--right {
        width: 70%;
    }
}

.Customize__icon span {
    border: rgb(204, 200, 200, 0.412) solid 1px;
    border-radius: 9px;
    transition: 0.2s;
    padding: 5px;
    cursor: url(../cursor/Link.cur), pointer;
}

.window__taskbar--right .containerSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    height: 75%;
    background-color: var(--app-color-white);
    border-radius: 5px;
    border: rgb(123, 123, 123, 0.412) solid 1px;
    padding-left: 8px;
}

.window__taskbar--right .containerSearch svg {
    fill: rgb(123, 123, 123, 0.412);
}

.window__taskbar--right input[type="search"] {
    width: 85%;
    height: 100%;
    background-color: transparent;
    color: var(--color-black);
    font-size: 18px;
    padding-right: 10px;
    font-family: "Lexend", sans-serif;
}

.window .content {
    width: 100%;
    height: 92%;
    display: flex;
}

.Parent__content--typing {
    width: 70%;
    height: 100%;
    border-top: 1px solid #e0e2e1;
    background-color: var(--app-color-white);
}

.content__typing {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    display: none;
    color: var(--color-black);
    font-weight: 900;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    padding: 16px;
}

.content__sidebar {
    width: 30%;
    height: 100%;
    background: var(--color-white-400);
    background: rgb(0, 0, 0, 0.2);
}

.content__sidebar--notes {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: transparent;
}

.content__sidebar--notes input {
    width: 85%;
    padding-left: 10px;
    height: 10%;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    outline: none;
    color: var(--color-black);
    transition: all 0.2s;
    border-radius: 4px;
    margin: 10px auto;
    font-weight: 100;
    display: block;
    transition: 0.3s;
}

.content__sidebar--notes input:hover {
    background-color: rgb(0, 0, 0, 0.336);
}

.content__sidebar--notes input::placeholder {
    color: white;
}

.spotlight_search {
    width: 400px;
    height: 50px;
    display: none;
    align-items: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: var(--color-white-100) solid 1px;
    justify-content: start;
    border-radius: 8px;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.2);
    z-index: 10;
    box-shadow: 0 10px 10px rgb(37, 37, 37, 0.137);
}

.spotlight_search svg {
    margin-left: 10px;
}

.spotlight_search input {
    width: 90%;
    font-size: 20px;
    font-weight: 100;
    font-family: Lexend;
    margin-left: 10px;
    padding-right: 10px;
}

.spotlight_search input::placeholder {
    color: white;
}

.launchpad {
    display: none;
    animation: opacity 300ms;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.3);
}

.searchbox {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox .searchContainer {
    height: 30px;
    width: 220px;
    display: none;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid rgb(255, 255, 255, 0.582);
    border-bottom: 1px solid rgb(255, 255, 255, 0.582);
    border-right: 1px solid rgb(255, 255, 255, 0.219);
    border-left: 1px solid rgb(255, 255, 255, 0.219);
    border-radius: 4px;
    padding: 0 3px;
}

.searchbox .searchContainer svg {
    fill: #fff;
}

.searchbox input {
    text-align: center;
    color: #fff;
    font-size: 15px;
    height: 100%;
    font-family: "Roboto", sans-serif;
}

.searchbox input::placeholder {
    color: #fff;
    font-weight: 100;
}

.searchbox input:focus {
    text-align: left;
}

.Apps-container {
    width: 90%;
    height: 60%;
    margin: 0 auto;
    display: grid;
    row-gap: 10px;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%;
}

.launchpad .child-launchpad {
    display: flex;
    place-items: center;
    flex-direction: column;
    cursor: url(../cursor/Link.cur), pointer;
}

.launchpad .child-launchpad img {
    width: 80px;
}

@media screen and (min-width: 1200px) {
    .launchpad .Apps-container {
        row-gap: 20px;
    }
    .launchpad .child-launchpad img {
        width: 80px;
    }
    .launchpad .child-launchpad strong {
        font-size: 18px;
    }
}

.launchpad .child-launchpad:active {
    animation: vibrate 0.1s ease-in infinite alternate forwards;
    transition: transform 0.1s cubic-bezier(0.42, 0, 1, 0.2);
}

.launchpad .child-launchpad strong {
    color: #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: #fff solid 4px;
}

::-webkit-scrollbar-button {
    display: none;
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes to-top-bottom {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(-3px);
    }
    75% {
        transform: translateY(-21px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes vibrate {
    0% {
        transform: rotate(9deg);
    }
    100% {
        transform: rotate(-9deg);
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.calculator {
    display: none;
    width: 20rem;
    max-width: 100%;
    height: 25rem;
    max-height: 80%;
    background: rgb(0, 0, 55, 0.6);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgb(0, 0, 55, 0.6);
    border: var(--color-white-200) solid 1px;
    animation: zoom-out 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.calculator__top {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
}

.calculator__top--taskabr {
    height: 40px;
    padding: 0 2px;
    display: flex;
    align-items: center;
}

.calculator__top--taskabr button {
    position: relative;
    width: 1px;
    height: 1px;
    padding: 8px;
    border-radius: 50%;
    margin-left: 8px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator__top--taskabr button:nth-child(1) {
    background-color: #ff6059;
}

.calculator__top--taskabr button:nth-child(1):hover {
    background-color: #fc3c32;
}

.calculator__top--taskabr button:nth-child(2) {
    background-color: #ffbd2e;
}

.calculator__top--taskabr button:nth-child(2):hover {
    background-color: #ffa600;
}

.calculator__top--taskabr button:nth-child(3) {
    background-color: #28c941;
}

.calculator__top--taskabr button:nth-child(3):hover {
    background-color: #12aa29;
}

.calculator__top--taskabr button::after {
    display: block;
    font-size: 14px;
    color: transparent;
    font-weight: 900;
    position: absolute;
}

.calculator__top--taskabr:hover button::after {
    color: #000;
}

.calculator__top--taskabr button:nth-child(1)::after {
    content: "x";
}

.calculator__top--taskabr button:nth-child(2)::after {
    content: "-";
}

.calculator__top--taskabr button:nth-child(3)::after {
    content: "/";
}

.calculator__top--output {
    flex: 1;
    color: var(--color-white);
    font-size: 2rem;
    text-align: right;
    font-family: "Lexend";
    border: none;
    background: transparent;
    padding: 0 1rem;
}

.input {
    width: 100%;
    height: 70%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 20% 20% 20% 20% 20%;
}

.input .button {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-family: "Montserrat";
    font-weight: bold;
    border: rgb(95, 95, 95, 0.336) solid 1px;
}

.r-radius {
    border-bottom-right-radius: 15px;
}

.large {
    grid-column-start: span 2;
    border-bottom-left-radius: 15px;
}

.operator {
    background-color: #fd9e2a;
    color: #fff;
}

.number {
    background-color: #d6d6d6;
    color: rgb(0, 0, 0);
}

.operator-2 {
    background-color: #ccc9c9;
    color: rgb(0, 0, 0);
}

#contextMenu {
    z-index: 11;
}

.context-menu {
    padding: 0 3px;
    position: absolute;
    border-radius: 7px;
    text-align: center;
    background: rgb(255, 255, 255, 0.219);
    border: rgb(255, 255, 255, 0.281) solid 1px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.2);
}

.context-menu ul {
    padding: 0;
    margin: 0;
    min-width: 250px;
    list-style: none;
}

.context-menu ul li {
    margin: 4px 0;
    border-bottom: 1px solid rgb(65, 64, 64, 0.288);
}

.context-menu ul li:last-child {
    border: none;
}

.context-menu ul li button {
    color: skyblue;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 15px;
    font-family: "Lexend", sans-serif;
    border-radius: 5px;
    padding: 4px 8px;
    transition: 80ms;
    font-weight: 300;
    margin: 0 0 4px 0;
    display: flex;
    flex-direction: row;
    cursor: url(../cursor/Link.cur), pointer;
}

.context-menu ul button:hover {
    background: #007ff7;
}

.widgets-panel {
    position: fixed;
    top: 42px;
    right: 10px;
    transform: translateX(115%);
    transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    background: rgb(0, 0, 0, 0.2);
    border: var(--color-white-200) solid 1px;
    border-radius: 16px;
    overflow: hidden;
}

.widgets-panel.open {
    transform: translateX(0);
}

.widgets-panel__calendar {
    background: transparent;
    padding: 16px;
    min-width: 160px;
}

.widgets-panel #taghvim {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widgets-panel__calendar h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
    margin-bottom: -10px;
}

.widgets-panel__calendar h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
}

.widgets-panel__calendar li {
    position: relative;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 4px;
    margin-left: 8px;
    margin: 8px 0;
}

.widgets-panel__calendar li::before {
    content: "";
    width: 8px;
    height: calc(100% - 2px);
    position: absolute;
    border-radius: 99px;
    top: 2px;
    left: -12px;
}

.widgets-panel__calendar li.blue {
    color: #34aadc;
    background: #283646;
}

.widgets-panel__calendar li.blue::before {
    background: #34aadc;
}

.widgets-panel__calendar li.green {
    color: #32d74b;
    background: #2d402e;
}

.widgets-panel__calendar li.green::before {
    background: #32d74b;
}

.widgets-panel__calendar li.purple {
    color: #9c5ffd;
    background: #422948;
}

.widgets-panel__calendar li.purple::before {
    background: #7a3edb;
}

.widgets-panel__calendar li span {
    display: block;
}

.widgets-panel__calendar li span:first-child {
    font-weight: bold;
}

.container-component >:first-child,
.container-sidebar-left >:first-child,
.container-sidebar-right >:first-child,
.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
    margin-top: 0 !important;
}

#ipform input {
    color: white;
}

#wifi-info {
    background: rgb(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    padding: 3px 0;
}

.maximenuck.item298.last.first.level1 {
    padding: 4px 0 0 4px;
}

.maximenuck.item298.last.first.level1:hover {
    background: blue !important;
}

.maximenuck {
    font-size: inherit;
    font-family: inherit;
    font-weight: initial;
}

#cbfv_45 {
    color: grey;
}

body .nav-item.item-299 {
    margin: 0;
    font-family: initial !important;
    font-weight: inherit !important;
}

body .nav-item.item-299 a {
    margin: 0;
    font-family: initial !important;
    font-weight: inherit !important;
}

main > div, .com-content-article, .item-page, .cbProfile, #spotlight_search {
	width: 100%;
	margin: 0 auto;
	height: auto;
	resize: both;
	background: rgb(0, 0, 0, 0.97);
	padding: 0;
	border-radius: 4px;
	position: relative;
	color: white !important;
	border: rgb(0, 0, 0, 0.1) solid 3px;
	overflow: auto;
	scroll-behavior: auto;
	border-radius: 1rem;
}

body .cb_template .navbar-light .navbar-nav .show > .nav-link,
.cb_template .navbar-light .navbar-nav .active > .nav-link,
.cb_template .navbar-light .navbar-nav .nav-link.show,
.cb_template .navbar-light .navbar-nav .nav-link.active {
    color: rgb(250, 250, 250, 0.9);
}

.cb_template .navbar-light .navbar-nav .nav-link {
    color: rgb(250, 250, 250, 1);
    text-shadow: none;
}

.cb_template .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 250, 1);
}

body .cb_template .border {
    border: #dee2e6 solid 0 !important;
}

.navbar {
    width: 100%;
    padding: 0.1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    color: var(--color-white-900);
    box-shadow: 0 2px 10px var(--color-black-100);
    background: linear-gradient(to right, #6e1438, #270598, #e54c2d);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    animation: top-to-bottom 0.3s;
}

.navbar > ul {
    padding: 0;
    margin: 0;
}

.navbar li {
    position: relative;
    font-size: 14px;
    margin: 0 4px;
    cursor: url(Link.cur), pointer;
    text-shadow: 0 3px 10px rgb(0, 0, 0, 0.288);
    transition: 0.2s;
    user-select: none;
}

.navbar .leftLi.logo img {
    transform: translateY(1px);
}

.navbar svg {
    fill: var(--color-white);
}

.navbar .leftLi {
    padding: 4px 8px;
}

.navbar .leftLi a {
    text-decoration: none;
    color: var(--color-white);
}

.navbar .leftLi:hover {
    color: wheat;
    border-radius: 5px;
    background-color: var(--color-white-200);
}

.container-sidebar-right .sidebar-right:first-child {
    margin-top: 24px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
body .cb_template .mb-2,
body .cb_template .my-2 {
    padding: 0 0 0 7px !important;
}

main div div div {
    padding: 2px;
    border-radius: 3px;
}

.cb_template .bg-light {
    background-color: rgb(0, 0, 0, 0) !important;
}

#modules-form {
    color: #777;
}

.cbTabsMenuMain.row.no-gutters {
    color: #777;
}

html body .cb_template .cbCanvasLayout .cbCanvasLayoutTop {
    min-height: 222px !important;
}

.cbTabsContent.tab-content {
    color: #777;
}

.cbPoweredBy.cb_template.cb_template_default {
    display: none;
}

#cbcheckedadminForm {
    color: #777;
}

.a2a_kit.a2a_kit_size_20.addtoany_list {
    float: right;
    position: inherit;
    margin: 0;
}

.main-top.card {
    text-align: center !important;
}

#cf_1 {
    margin: 0 auto !important;
}

.avs-description {
    color: white;
}

.container-search a {
    font-size: 12px;
    padding: 0 4px 0 0;
    margin: 0;
}

.page-link {
	background: blue !important;
	color: white !important;
}
.page-link:hover {
	color: cornflowerblue !important;
}
#no-permission-consent-message {
    background: cornflowerblue;
    border: maroon solid 1px !important;
    padding: 10px 5px;
    font-size: 1.5em;
}

html .list-group-item {
    background: blue;
}

html .list-group-item:hover {
    color: white !important;
}

:root {
    --color-white: #fff;
    --color-white-100: rgb(255, 255, 255, 0.1);
    --color-white-200: rgb(255, 255, 255, 0.2);
    --color-white-400: rgb(255, 255, 255, 0.4);
    --color-white-800: rgb(255, 255, 255, 0.8);
    --color-white-900: rgb(255, 255, 255, 0.9);
    --color-black: #1e1e1e;
    --color-black-100: rgb(0, 0, 0, 0.1);
    --color-black-50: rgb(211, 197, 197, 0.39);
    --color-black-200: rgb(0, 0, 0, 0.2);
    --color-black-500: rgb(0, 0, 0, 0.5);
    --color-black-600: rgb(0, 0, 0, 0.6);
    --color-blue-800: #007ff7;
    --app-color-white: rgb(252, 255, 251);
    --color-red: rgb(255, 2, 2, 0.788);
    --color-green: #11dd4e;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    list-style: none;
}

@media screen and (max-width: 900px) {
    .hidden {
        display: none;
    }
}

:root {
    --secondary-color: wheat;
}

.mod-menu.mod-list.nav {
    display: block;
    margin: 0 5px 0 0;
}

.mod-list li {
    padding: 0 2px 0 0 !important;
    margin: 1px auto;
    font-size: 16px;
    float: left;
}

video:focus,
#video:focus,
.video-container:focus,
button {
    outline: none;
}

.itemid-217 main {
    text-align: center;
}

.blog-item p {
    padding: 0 0 1rem;
    margin: 0.1rem 0;
}

p {
	background: transparent;
	text-align: initial;
	padding: 0 0 1rem !important;
}

.site-grid {
    background: transparent;
    position: relative;
    z-index: 1;
}

.bubblescontainer {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
}

.itemid-126 h2 {
    text-align: center;
}

html .container-header .navbar-brand {
    display: block ruby;
}

.container .box .content {
    position: relative;
    left: 0;
    padding: 20px 40px;
    background: rgb(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    z-index: 1;
    transition: 0.5s;
    color: #fff;
}

html body ul li a.maximenuck:hover {
    color: cornflowerblue !important;
}

.floatck {
    background: rgba(0, 0, 0, 0.97) !important;
    border-radius: 1rem;
}

.floatck li:hover {
    border-radius: 1rem;
}

.maximenuck {
    background: transparent !important;
}

.site-description {
    font-size: 22px !important;
}

html body.com_allvideoshare div .container-sidebar-right .noton,
html body.com_allvideoshare div #camera_wrap_132.noton,
html body.com_allvideoshare div .grid-child .noton,
html .com_users div .noton {
    display: none !important;
}

html body main .avs div span,
html body main .avs div p {
    color: #eee;
}

html body main .avs div {
    padding: 0 0 0 5px;
}

.navbar-brand .site-description {
    font-size: 30px !important;
}

.item-content .menu a {
    color: wheat !important;
    background: #69110D;
    padding: 10px 15px 5px 0;
    margin: 0 0 0 5px;
    border-radius: 3px;
    border: #f007 solid 1px;
}

.item-content .menu a:hover {
    color: white !important;
    border: red solid 1px;
}

body.itemid-170 main {
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.77)), url("/images/insite.tv.bg2.jpg");
    text-align: center;
    padding: 220px 0 0;
    text-shadow: -1px 1px 1px black;
    background-position: top;
}

body.itemid-170 .item-content img {
    border-radius: 5px;
    box-shadow: -2px 2px 5px #000;
}

body.itemid-170 .item-content img {
    border-radius: 5px;
    box-shadow: -2px 2px 5px #000;
    max-width: 33%;
}

.card {
    border: none !important;
}

.container-banner {
    margin: 0;
    display: block;
}

.blog-items.items-leading {
    border-bottom: 0 solid white;
    padding: 0 5px 5px;
}

body.wrapper-fluid .site-grid {
    gap: 2px;
}

a.brand-logo img {
    max-height: 30px;
    width: auto !important;
    padding: 0;
}

.navbar-brand {
    margin: 0 auto !important;
}

.container-header {
    z-index: 10;
    background: linear-gradient(315deg, #0d4077, #000);
    border-bottom: 1px solid #763E53;
    box-shadow: 0 10px 20px 0 #0d4077;
}

.container-header .mod-menu,
h1,
h2,
h3,
h4,
h5 {
    color: wheat;
}

.container-header .mod-menu li:hover {
    color: #eee;
}

.card-header {
    color: #444;
    border-bottom: 1px solid white;
}

.grid-child {
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.footer {
    background-color: #000 !important;
    background-image: none !important;
}

html .widget-player .playlist {
    min-height: 300px !important;
}

.ig {
    height: 16px;
    width: auto;
    padding: 0 2px;
}

.blog-featured, .com-content-category-blog.blog, .com-wrapper.contentpane {
	color: #fff;
	padding: 0rem 1rem 0 0;
	height: calc(-7rem + 100vh) !important;
}

#frame0 {
	background: rgba(0, 0, 0, 0.9) !important;
}

.article-info {
    color: #763E53 !important;
}

.container-header .navbar-brand a,
.container-header .site-description {
    color: white;
    text-decoration: none;
    font-family: initial;
    text-shadow: 2px 2px 0 #4b242e;
    font-variant-caps: petite-caps;
    font-size: 40px;
    list-style: none;
}

.container-header .navbar-brand {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: cornflowerblue;
    text-decoration: none !important;
    font-family: initial;
    font-variant-caps: petite-caps;
}

#registrationTable {
    background: rgb(255, 255, 255, 0.977);
}

.metismenu .metismenu-item {
	margin-left: 1rem;
	font-size: 14px !important;
	color: white;
	text-decoration: none !important;
}
.metismenu .metismenu-item a {
	 font-family: sans-serif !important; 
	padding:3px;
	border-radius: 2px;
}
.metismenu  .metismenu-item a:hover, .nav .nav-item span:hover {
	background: blue !important;
}
.container-header .mod-menu > li.active::after {
	background: transparent !important;
}
.category-name a {
	text-decoration: none;
	font-size: 1rem !important;
	color: white;
}

.m-0.p-0.mb-2.cb-page-header-title {
    background: transparent !important;
}

.sidebar-right.card,
.sidebar-left.card {
    color: #fff !important;
    background-color: transparent;
}

.com-contact.contact {
    color: #eee !important;
}

.article-info.text-muted {
    color: #eee !important;
    padding: 5px 10px 0;
    border-radius: 3px;
    border-bottom: 1px solid white;
    border-left: 0 solid white;
}

.article-info-term {
    display: none;
}

.item-title {
    margin: 0 !important;
}

.mod-menu li img {
    /* max-height: 20px !important; */
    width: auto !important;
}

.ig.menny {
    filter: invert(50%);
}

.menny:hover {
    filter: invert(100%);
}

html #iframeChat {
    min-height: 400px !important;
    height: auto;
}

html img,
svg {
    vertical-align: sub;
}

.mod-menu li.item-111 img {
    max-height: 20px !important;
    width: auto !important;
    margin: 0 5px 0 5px !important;
    position: relative;
    top: -3px;
}

html body .lb.menny {
    max-height: 40px !important;
}

.left.item-image {
    padding: 0 10px 10px 0;
    margin: 0 0 0 !important;
}

#footer {
    color: #eee;
    text-align: center;
}

html .site.com_content.wrapper-fluid.view-article.layout-blog.no-task.itemid-123.has-sidebar-right,
h1,
h3,
h5 {
    color: cornflowerblue !important;
}

.addtoany_list.a2a_kit_size_32 a > span {
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: relative;
    top: -7px;
}

#polina {
    background-color: #000;
    padding-top: 20px;
}

h2,
h4,
h6 {
    color: white;
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#mod-custom122,
#blockrandom-130 {
    border-bottom: 2px solid #763E53;
}

.site-grid {
    gap: initial !important;
}

.header,
html.bg .header a {
    color: #fff;
    text-shadow: -4px 2px black;
}

body {
    margin: 0;
}

a.button > img {
    vertical-align: sub;
    width: 32px !important;
}

#main {
    background: transparent;
    margin: 0;
    padding: 30px 3%;
}

html body {
    margin: 0;
	background:transparent;
}

#main {
    color: #eee;
}

.trans {
    border-top: 1px solid #a00;
    border-bottom: 1px solid #a00;
    color: #ddd;
}

.menu img {
    height: 36px;
    margin: 0 7px 0;
}

.maximenucklogo img {
    height: 44px;
}

figure.left img {
    width: 100%;
}

html body .item-content h2.item-title a {
	text-shadow: none;
	font-size: 2rem;
	color: cornflowerblue;
}
html body .item-content h2.item-title a:hover {
	color: blue;
}
figure.left {
    width: 100% !important;
}

p.back {
    float: left;
}

p.back > button {
    background: #eee;
    border: 0;
    font-size: 20px;
    vertical-align: super;
    border-radius: 4px;
    padding: 2px 7px 2px 7px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

div#definitions {
    background-color: #fff;
    font-size: 18px;
    padding: 10px 4px 10px 4px;
    text-align: center;
    display: inline-grid;
    min-width: 46%;
    border-right: 1px solid gray;
    text-align: initial;
    margin: 0 0 0 5px;
}

div#instruction {
    background-color: #ffe;
    padding: 25px 15px 0;
    border-bottom: 1px solid #aaa;
}

div#try {
    background-color: #fff;
    padding: 25px 15px 0;
}

.flip-card h1 {
    color: white;
    font-size: 40px;
}

.flip-card {
    background-color: transparent;
    width: 50%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.flip-card h1 {
    margin-top: 100px;
    font-size: 1em;
}

progress#progressBar {
    width: 100%;
}

#countdown {
    color: #eee;
    text-align: center;
    font-size: 30px;
}

.center {
    text-align: center;
}

#verb,
#pronoun {
    font-size: 1em;
}

p.button > a,
a.button {
    color: wheat;
    background-color: brown;
    padding: 2px 10px;
    border-radius: 7px;
    box-shadow: -1px 2px 3px 1px #000;
    display: ruby-text;
    position: relative;
    top: 10px;
    text-shadow: -1px 1px 1px rgb(0, 0, 0, 0.7);
}

p.button > a:hover {
    box-shadow: none;
}

p.button {
    text-align: center;
    margin: 20px 0;
}

html .bootbox.modal.fade.bootbox-alert.in {
    display: none !important;
}

html div#maximenuck131 ul.maximenuck {
    border-top: none;
}

.com-content-article__link.content-links-a,
a {
    text-decoration: none !important;
    list-style: none;
}

.introy.item-image {
    display: none;
}

.sidebar-right.card {
    border: none;
}

.card-body {
    background-color: rgb(0, 0, 0, 0.3) !important;
    color: #eee;
}

.imgLoaded {
    margin: 0 !important;
    height: auto !important;
}

.bottom-b.card {
    border: none;
}

a {
    color: cornflowerblue;
    text-decoration: none !important;
    font-family: initial;
}

.main-bottom.card {
    border: none;
}

.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
    background: rgb(55, 49, 49, 0.85);
}

.main-top.card {
    border: none;
    border-bottom: 1px solid brown;
}

.btn.btn-primary.button.subbutton,
.btn.btn-primary.validate {
    height: 30px;
    padding: 2px 20px 10px 10px;
}

.btn.btn-primary.button.subbutton:hover,
.btn.btn-primary.validate:hover {
    font-weight: normal;
}

.btn-primary {
    background-color: cornflowerblue !important;
    color: brown !important;
    font-weight: bold !important;
    border-color: maroon !important;
    border-radius: 2rem !important;
}

.btn-primary:hover {
    border-radius: 2px !important;
}

.acym_module_form input {
    cursor: pointer;
    max-width: 180px;
}

button,
input {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.navbar {
    width: 100%;
    padding: 0.1rem 0;
    position: relative;
    top: 0;
    left: 0;
    color: var(--color-white-900);
    box-shadow: 0 2px 10px var(--color-black-100);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    animation: top-to-bottom 0.3s;
}

.navbar > ul {
    display: flex;
    align-items: center;
    color: white;
}

.navbar li {
    position: relative;
    font-size: 14px;
    margin: 0 4px;
    cursor: url(Link.cur), pointer;
    text-shadow: 0 3px 10px rgb(0, 0, 0, 0);
    transition: 0.2s;
    user-select: none;
}

.navbar .leftLi.logo img {
    transform: translateY(1px);
}

.navbar svg {
    fill: white;
}

.navbar svg:hover {
    fill: blue !important;
}

.navbar ul > .leftLi:hover {
    color: blue;
}

.navbar .leftLi {
    padding: 4px 8px;
}

.navbar .leftLi a {
    text-decoration: none;
    color: var(--color-white);
}

.navbar .leftLi:hover {
    color: var(--color-white);
    border-radius: 5px;
}

li.app_name {
    display: none;
    font-weight: 900 !important;
}

.navbar__right li {
    margin: 0 4px;
}

.navbar__right li svg {
    transform: scale(0.8);
}

.wifi svg {
    transform: translateY(1px) scale(0.8) !important;
}

.navbar__right .clock #clock {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar__right li .control-center {
    width: 32px;
    height: 19px;
    transform: scale(0.8) translateY(1px);
}

.navbar__right .battery {
    margin: 0;
    display: flex;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 0.3rem 0.5rem;
    background: transparent;
    transition: all 0.2s ease-out;
}

.navbar__right .battery.selected {
    background: var(--color-white-200);
}

.navbar__right .battery__container {
    width: 22px;
    height: 10px;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    border: rgb(255, 255, 255, 0.4) solid 1px;
}

.navbar__right .battery__container::after {
    content: "";
    background: rgb(255, 255, 255, 0.4);
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navbar__right .battery__progress {
    height: 100%;
    display: flex;
    background: white;
    border-radius: 2px;
}

.navbar__right .battery__progress .is-charging {
    display: none;
    width: 100%;
    height: 100%;
}

.is-charging-visible {
    display: block !important;
}

.navbar__right .battery__low {
    background-color: var(--color-red);
}

.navbar__right .battery__high {
    background-color: #11dd4e;
}

.navbar__right .battery__text {
    font-size: 12px;
    margin-right: 4px;
}

.navbar__right .battery__popup {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    opacity: 0;
    width: 220px;
    transition: all 0.2s ease-out;
    padding: 4px;
    background: rgb(0, 0, 0, 0.1);
    border: rgb(255, 255, 255, 0.2) solid 1px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    background: rgb(0, 0, 0, 0.6);
    border-radius: 8px;
}

.navbar__right .battery__popup.opened {
    opacity: 1;
}

.navbar__right .battery__popup header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.navbar__right .battery__popup header h3 {
    font-size: 16px;
    font-weight: 600;
}

.navbar__right .battery__popup header span {
    opacity: 0.75;
    font-size: 12px;
}

.navbar__right .battery__popup p {
    font-size: 11px;
    margin-top: 4px;
    padding: 0 10px;
}

.navbar__right .battery__popup hr {
    margin: 6px 8px;
    border: 0;
    border-radius: 99px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.navbar__right .battery__popup button {
    padding: 4px 10px;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    color: white;
    width: 100%;
    cursor: pointer;
    user-select: none;
}

.navbar__right .battery__popup button:hover {
    background-color: #007ff7;
}

.navbar__right .battery__popup button:active {
    background-color: #0063f7;
}

li > ul {
    display: none;
    position: absolute;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 100%;
    margin-top: 1px;
    font-weight: 600;
    padding: 4px;
    min-width: 200px;
    background: rgb(0, 0, 0, 0.77);
    border-radius: 5px;
    box-shadow: 0 2px 7px rgb(0, 0, 0, 0.363);
    color: #fff;
}

li > ul > li > button:hover {
    background: blue !important;
}

li:hover > ul {
    display: flex;
}

li > ul > li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, 0.15);
    padding-bottom: 5px;
    margin-bottom: 5px !important;
}

li > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

li > ul > li > button {
    color: var(--color-white);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 5px;
    transition: 80ms;
    font-size: 14px;
    cursor: url(Link.cur), pointer;
}

.maximenuck {
    color: var(--color-white) !important;
    flex-direction: row;
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-weight: 100;
    padding: 0;
    border-radius: 5px;
    transition: 80ms;
    font-size: 12px;
    cursor: url(Link.cur), pointer;
}

li > ul > li > button:hover,
.maximenuck:hover {
    color: var(--color-white);
    background: #007ff7;
}

li > ul > li > button:active {
    background-color: #0063f7;
}

li > .menu__container {
    display: none;
    position: absolute;
    width: 380px;
    border-radius: 20px;
    top: 100%;
    right: 50%;
    height: 24rem;
    transform: translateX(50%);
    background-color: rgb(255, 255, 255, 0.99);
    border: rgb(70, 50, 77, 0.308) solid 4px;
    box-shadow: 0 7px 15px rgb(26, 26, 26, 0.24);
    overflow: hidden;
    padding: 15px;
}

li:hover .menu__container {
    display: flex;
}

li > .menu__container > .grid__controling {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: "Toggles Toggles DoNotDisturb DoNotDisturb" "Toggles Toggles KeyboardBrightness Battery" "Display Display Display Display" "Audio Audio Audio Audio" "Music Music Music Music";
    gap: 1em 1em;
}

li > .menu__container > .grid__controling .control_center--grid {
    display: grid;
    box-shadow: 0 5px 15px rgb(44, 44, 44, 0.37);
    border: rgb(255, 255, 255, 0.178) solid 1px;
    overflow: hidden;
    border-radius: 12px;
}

.menu__container > .grid__controling .col-5 {
    grid-area: Toggles;
}

.menu__container > .grid__controling .col-7 {
    grid-area: DoNotDisturb;
}

.menu__container > .grid__controling .col-3--brightness {
    grid-area: KeyboardBrightness;
}

.menu__container > .grid__controling .col-3--battery {
    grid-area: Battery;
}

.menu__container > .grid__controling .col-12--light {
    grid-area: Display;
}

.menu__container > .grid__controling .col-12--volume {
    grid-area: Audio;
}

.menu__container > .grid__controling .col-12--music {
    grid-area: Music;
}

.grid__controling .control_center--grid button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    transition: all 120ms ease-in-out;
    font-family: "Lexend", sans-serif;
    cursor: url(Link.cur), pointer;
}

.sound,
.brightness {
    position: relative;
}

.menu__container > .grid__controling input[type="range"] {
    outline: 0;
    border: 0;
}

.sound img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.brightness img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.menu__container > .grid__controling input[type="range"]::-webkit-slider-thumb {
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    box-shadow: -2px 0 3px -2px #5f6063, -340px 0 0 320px #ffffff;
    border-radius: 50%;
    border: rgb(0, 0, 0, 0.226) solid 1px;
    cursor: pointer;
}

.grid__controling input[type="range"]::-webkit-slider-runnable-track {
    margin: 10px;
    background: rgb(255, 255, 255, 0.404);
    border-radius: 50px;
    overflow: hidden;
}

.grid__controling .control_center--grid button p {
    display: block;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}

.nobtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nobtn svg {
    background-color: transparent !important;
}

.grid__controling .control_center--grid button svg {
    background-color: #007ff7;
    padding: 5px;
    border-radius: 50%;
    margin: 0 5px;
}

.col-7 button svg {
    background-color: #b63333 !important;
}

.col-7 button:focus {
    background: #b63333 !important;
    color: var(--color-white);
}

.grid__controling .control_center--grid button:focus {
    background: #007ff7;
    color: var(--color-white);
}

.grid__controling .control_center--grid .musicPlayer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.musicPlayer--image {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--image img {
    width: 50px;
    margin: 0 0 0 10px;
}

.musicPlayer--content {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--content span {
    font-size: 40px;
}

.grid__controling .control_center--grid button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 20px;
    transition: all 120ms ease-in-out;
    font-family: "Lexend", sans-serif;
    cursor: url(../cursor/Link.cur), pointer;
}

.sound,
.brightness {
    position: relative;
}

.menu__container > .grid__controling input[type="range"] {
    outline: 0;
    border: 0;
}

.sound img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
}

.brightness img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translatey(-50%);
    background: white;
}

.menu__container > .grid__controling input[type="range"]::-webkit-slider-thumb {
    height: 2rem;
    width: 2rem;
    background-color: #fff;
    box-shadow: -2px 0 3px -2px #5f6063, -340px 0 0 320px #ffffff;
    border-radius: 50%;
    border: rgb(0, 0, 0, 0.226) solid 1px;
    cursor: pointer;
}

.grid__controling input[type="range"]::-webkit-slider-runnable-track {
    margin: 10px;
    background: rgb(255, 255, 255, 0.404);
    border-radius: 50px;
    overflow: hidden;
}

.grid__controling .control_center--grid button p {
    display: block;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}

.nobtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.nobtn svg {
    background-color: transparent !important;
}

.grid__controling .control_center--grid button svg {
    background-color: #007ff7;
    padding: 5px;
    border-radius: 50%;
    margin: 0 5px;
}

.col-7 button svg {
    background-color: #b63333 !important;
}

.col-7 button:focus {
    background: #b63333 !important;
    color: var(--color-white);
}

.grid__controling .control_center--grid button:focus {
    background: #007ff7;
    color: var(--color-white);
}

.grid__controling .control_center--grid .musicPlayer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.musicPlayer--image {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--image img {
    width: 50px;
    margin: 0 0 0 10px;
}

.musicPlayer--content {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.musicPlayer--content span {
    font-size: 40px;
}

@media screen and (max-width: 600px) {
    .navbar__right .clock #clock {
        margin-left: 0;
    }
}

.dock {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 0.2rem 0.5rem 0 0.5rem;
    bottom: 1%;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    border: var(--color-white-200) solid 1px;
    border-radius: 14px;
    box-shadow: 0 0 30px rgb(0, 0, 0, 0.555);
    z-index: 10;
    background: rgb(200, 200, 255, 0.3);
}

@media screen and (max-width: 900px) {
    .dock {
        border-radius: 20px;
    }
}

.dock .point {
    width: 6px;
    height: 6px;
    margin: 0;
    background: #f08080;
    border-radius: 50%;
    display: none;
    animation: top-to-bottom 0.3s;
    transition: 0.3s;
}

.dock .column {
    width: 1px;
    height: 45px;
    margin: 0 4px;
    background: var(--color-white-400);
}

.dock .icon:nth-child(1):hover::after {
    content: "IN | OS";
}

.dock .icon:nth-child(2):hover::after {
    content: "Ace Coder";
}

.dock .icon:nth-child(3):hover::after {
    content: "Maps";
}

.dock .icon:nth-child(4):hover::after {
    content: "Pix Edit";
}

.dock .icon:nth-child(5):hover::after {
    content: "Spanish 500";
}

.dock .icon:nth-child(6):hover::after {
    content: "IN | Edit";
}

.dock .icon:nth-child(7):hover::after {
    content: "UAIDE | AI";
}

.dock .icon:nth-child(8):hover::after {
    content: "IN | Office";
}

.dock .icon:nth-child(9):hover::after {
    content: "IN | 3D";
}

.dock .icon:nth-child():hover::after {
    content: "Mix TV";
}

.dock .icon:nth-child(11):hover::after {
    content: "Terminal";
}

.dock .icon:nth-child(12):hover::after {
    content: "Preferences";
}

.dock .icon img {
    width: 2.4rem;
    transition: 0.2s;
    transform: translateY(-2.5px);
    border-radius: 2rem;
    background: white;
    height: 2.4rem;
    margin: 2px;
    padding: 2px;
    border: 1px solid rgba(100, 100, 255, 0.6);
}

.dock .icon:hover img {
    margin: 0 0 40px 0;
    width: 7.1rem;
}

.dock .icon:hover + .icon img {
    width: 5.6rem;
    margin: 0 0 25px 0;
}

.dock .icon img:active {
    filter: brightness(0.6) drop-shadow(0 0 10px #2c2c2c);
}

.container__Window {
    width: 100%;
    height: 90%;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.window {
    display: none;
    min-width: 50%;
    max-width: 80%;
    height: 430px;
    overflow: hidden;
    border-radius: 1rem;
    background: transparent !important;
    box-shadow: 0 20px 30px rgb(0, 0, 0, 0.6);
    border: #ffffff34 solid 1px;
    animation: zoom-out 0.3s;
    z-index: 10;
    touch-action: none;
}

.window__taskbar {
    height: 12%;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    background-color: var(--app-color-white);
}

.window__taskbar--actions {
    display: flex;
    align-items: center;
}

.window__taskbar:hover button::after {
    color: #333;
}

.window__taskbar--actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    padding: 8px;
    border-radius: 50%;
    transition: 0.4s;
}

.window__taskbar--actions button:not(:last-child) {
    margin-right: 8px;
}

.window__taskbar--actions button:nth-child(1) {
    background-color: #ff5f56;
    box-shadow: 0 0 0 0.5px #e0443e;
}

.window__taskbar--actions button::after {
    display: block;
    font-size: 12px;
    color: transparent;
    font-weight: 900;
}

.window__taskbar--actions button:nth-child(1)::after {
    content: "x";
}

.window__taskbar--actions button:nth-child(1):hover {
    background-color: #fc3c32;
}

.window__taskbar--actions button:nth-child(2) {
    background-color: #ffbd2e;
    box-shadow: 0 0 0 0.5px #dea123;
}

.window__taskbar--actions button:nth-child(2)::after {
    content: "-";
}

.window__taskbar--actions button:nth-child(2):hover {
    background-color: #ffa600;
}

.window__taskbar--actions button:nth-child(3) {
    background-color: #27c93f;
    box-shadow: 0 0 0 0.5px #1aab29;
}

.window__taskbar--actions button:nth-child(3)::after {
    content: "/";
}

.window__taskbar--actions button:nth-child(3):hover {
    background-color: #12aa29;
}

.window__taskbar--content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.window__taskbar--content h2 {
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}

.window .content {
    width: 100%;
    height: 92%;
    display: flex;
}

.Parent__content--typing {
    width: 70%;
    height: 100%;
    border-top: 1px solid #e0e2e1;
    background-color: var(--app-color-white);
}

.content__typing {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    display: none;
    color: var(--color-black);
    font-weight: 900;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    padding: 16px;
}

.content__sidebar {
    width: 30%;
    height: 100%;
    background: var(--color-white-400);
    background: rgb(0, 0, 0, 0.2);
}

.content__sidebar--notes {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: transparent;
}

.content__sidebar--notes input {
    width: 85%;
    padding-left: 10px;
    height: 10%;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    outline: none;
    color: var(--color-black);
    transition: all 0.2s;
    border-radius: 4px;
    margin: 10px auto;
    font-weight: 100;
    display: block;
    transition: 0.3s;
}

.content__sidebar--notes input:hover {
    background-color: rgb(0, 0, 0, 0.336);
}

.content__sidebar--notes input::placeholder {
    color: white;
}

.spotlight_search {
    width: 400px;
    height: 50px;
    display: none;
    align-items: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: var(--color-white-100) solid 1px;
    justify-content: start;
    border-radius: 8px;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.2);
    z-index: 10;
    box-shadow: 0 10px 10px rgb(37, 37, 37, 0.137);
}

.spotlight_search svg {
    margin-left: 10px;
}

.spotlight_search input {
    width: 90%;
    font-size: 20px;
    font-weight: 100;
    font-family: Lexend;
    margin-left: 10px;
    padding-right: 10px;
}

.spotlight_search input::placeholder {
    color: white;
}

.launchpad {
    display: none;
    animation: opacity 300ms;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: rgb(0, 0, 0, 0.3);
}

.searchbox {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchbox .searchContainer {
    height: 30px;
    width: 220px;
    display: none;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid rgb(255, 255, 255, 0.582);
    border-bottom: 1px solid rgb(255, 255, 255, 0.582);
    border-right: 1px solid rgb(255, 255, 255, 0.219);
    border-left: 1px solid rgb(255, 255, 255, 0.219);
    border-radius: 4px;
    padding: 0 3px;
}

.searchbox .searchContainer svg {
    fill: #fff;
}

.searchbox input {
    text-align: center;
    color: #fff;
    font-size: 15px;
    height: 100%;
    font-family: "Roboto", sans-serif;
}

.searchbox input::placeholder {
    color: #fff;
    font-weight: 100;
}

.searchbox input:focus {
    text-align: left;
}

.Apps-container {
    width: 90%;
    height: 60%;
    margin: 0 auto;
    display: grid;
    row-gap: 10px;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%;
}

.launchpad .child-launchpad {
    display: flex;
    place-items: center;
    flex-direction: column;
    cursor: url(../cursor/Link.cur), pointer;
}

.launchpad .child-launchpad img {
    width: 80px;
}

@media screen and (min-width: 1200px) {
    .launchpad .Apps-container {
        row-gap: 20px;
    }
    .launchpad .child-launchpad img {
        width: 80px;
    }
    .launchpad .child-launchpad strong {
        font-size: 18px;
    }
}

.launchpad .child-launchpad:active {
    animation: vibrate 0.1s ease-in infinite alternate forwards;
    transition: transform 0.1s cubic-bezier(0.42, 0, 1, 0.2);
}

.launchpad .child-launchpad strong {
    color: #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: #fff solid 4px;
}

::-webkit-scrollbar-button {
    display: none;
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes to-top-bottom {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(-3px);
    }
    75% {
        transform: translateY(-21px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes vibrate {
    0% {
        transform: rotate(9deg);
    }
    100% {
        transform: rotate(-9deg);
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.calculator {
    display: none;
    width: 20rem;
    max-width: 100%;
    height: 25rem;
    max-height: 80%;
    background: rgb(0, 0, 55, 0.6);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgb(0, 0, 55, 0.6);
    border: var(--color-white-200) solid 1px;
    animation: zoom-out 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.calculator__top {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
}

.calculator__top--taskabr {
    height: 40px;
    padding: 0 2px;
    display: flex;
    align-items: center;
}

.calculator__top--taskabr button {
    position: relative;
    width: 1px;
    height: 1px;
    padding: 8px;
    border-radius: 50%;
    margin-left: 8px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator__top--taskabr button:nth-child(1) {
    background-color: #ff6059;
}

.calculator__top--taskabr button:nth-child(1):hover {
    background-color: #fc3c32;
}

.calculator__top--taskabr button:nth-child(2) {
    background-color: #ffbd2e;
}

.calculator__top--taskabr button:nth-child(2):hover {
    background-color: #ffa600;
}

.calculator__top--taskabr button:nth-child(3) {
    background-color: #28c941;
}

.calculator__top--taskabr button:nth-child(3):hover {
    background-color: #12aa29;
}

.calculator__top--taskabr button::after {
    display: block;
    font-size: 14px;
    color: transparent;
    font-weight: 900;
    position: absolute;
}

.calculator__top--taskabr:hover button::after {
    color: #000;
}

.calculator__top--taskabr button:nth-child(1)::after {
    content: "x";
}

.calculator__top--taskabr button:nth-child(2)::after {
    content: "-";
}

.calculator__top--taskabr button:nth-child(3)::after {
    content: "/";
}

.calculator__top--output {
    flex: 1;
    color: var(--color-white);
    font-size: 2rem;
    text-align: right;
    font-family: "Lexend";
    border: none;
    background: transparent;
    padding: 0 1rem;
}

.input {
    width: 100%;
    height: 70%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 20% 20% 20% 20% 20%;
}

.input .button {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-family: "Montserrat";
    font-weight: bold;
    border: rgb(95, 95, 95, 0.336) solid 1px;
}

.r-radius {
    border-bottom-right-radius: 15px;
}

.large {
    grid-column-start: span 2;
    border-bottom-left-radius: 15px;
}

.operator {
    background-color: #fd9e2a;
    color: #fff;
}

.number {
    background-color: #d6d6d6;
    color: rgb(0, 0, 0);
}

.operator-2 {
    background-color: #ccc9c9;
    color: rgb(0, 0, 0);
}

#contextMenu {
    z-index: 11;
}

.context-menu {
    padding: 0 3px;
    position: absolute;
    border-radius: 7px;
    text-align: center;
    background: rgb(255, 255, 255, 0.219);
    border: rgb(255, 255, 255, 0.281) solid 1px;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.2);
}

.context-menu ul {
    padding: 0;
    margin: 0;
    min-width: 250px;
    list-style: none;
}

.context-menu ul li {
    margin: 4px 0;
    border-bottom: 1px solid rgb(65, 64, 64, 0.288);
}

.context-menu ul li:last-child {
    border: none;
}

.context-menu ul li button {
    color: skyblue;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 15px;
    font-family: "Lexend", sans-serif;
    border-radius: 5px;
    padding: 4px 8px;
    transition: 80ms;
    font-weight: 300;
    margin: 0 0 4px 0;
    display: flex;
    flex-direction: row;
    cursor: url(../cursor/Link.cur), pointer;
}

.context-menu ul button:hover {
    background: #007ff7;
}

.widgets-panel {
    position: fixed;
    top: 42px;
    right: 10px;
    transform: translateX(115%);
    transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    background: rgb(0, 0, 0, 0.2);
    border: var(--color-white-200) solid 1px;
    border-radius: 16px;
    overflow: hidden;
}

.widgets-panel.open {
    transform: translateX(0);
}

.widgets-panel__calendar {
    background: transparent;
    padding: 16px;
    min-width: 160px;
}

.widgets-panel #taghvim {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widgets-panel__calendar h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
    margin-bottom: -10px;
}

.widgets-panel__calendar h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
}

.widgets-panel__calendar li {
    position: relative;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 4px;
    margin-left: 8px;
    margin: 8px 0;
}

.widgets-panel__calendar li::before {
    content: "";
    width: 8px;
    height: calc(100% - 2px);
    position: absolute;
    border-radius: 99px;
    top: 2px;
    left: -12px;
}

.widgets-panel__calendar li.blue {
    color: #34aadc;
    background: #283646;
}

.widgets-panel__calendar li.blue::before {
    background: #34aadc;
}

.widgets-panel__calendar li.green {
    color: #32d74b;
    background: #2d402e;
}

.widgets-panel__calendar li.green::before {
    background: #32d74b;
}

.widgets-panel__calendar li.purple {
    color: #9c5ffd;
    background: #422948;
}

.widgets-panel__calendar li.purple::before {
    background: #7a3edb;
}

.widgets-panel__calendar li span {
    display: block;
}

.widgets-panel__calendar li span:first-child {
    font-weight: bold;
}