:root {
    --primary-bg: rgba(61, 26, 120, .3);
    --lighter-bg: rgba(255, 255, 255, 0.58);
    --modal-bg: #000115c9;
    --primary-font-color: #fff;
}

#tab {
    width: 100%;
    height: 180px;
    border-collapse: collapse;
}

.container-fluid-nav {
    width: 100%;
}

#reg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.links-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: transparent;
    float: left;
    margin-left: 5.5%;
}

.links-title {
    float: left;
    font-size: 1rem;
    padding: 3px;
}

.links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: .9rem;
    font-weight: 700;
    padding: 3px;
}

.links a {
    color: #fff;
}

#links:hover {
    text-decoration: none !important;
    background: #dddddd2e !important;
    border-radius: 5px;
}

#tab2 {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border-collapse: collapse;
    border-color: #690e93;
}

#toppanel a {
    color: #fff;
    font-size: 15px;
}

.panel-buttons {
    padding: 3px;
    float: right;
}

.panel-buttons-item {
    margin-right: 5px;
}

.modal-dialog {
    border: 1px solid #ffffff47;
    border-radius: 10px;
}

#box {
    background-image: url(../img/background.jpg);
    /* position: relative; */
    /*height: 235px;*/
    width: 1024px;
    background-size: cover;
    background-position: top;
    display: none;
    /*background: linear-gradient(180deg, rgba(125, 201, 237,0.9) 0%, rgba(27, 130, 178,0.9) 100%);*/
}

#panel {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: flex-start;
    /*flex-direction: column;*/
    border: 1px solid #ffffff47;
    flex-wrap: wrap;
	min-height:55px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
    color: #000;
    border-radius: 0 0 10px 10px;
}

.panel-menu {
    position: fixed;
    top: 0;
    right: -24.5rem;
    z-index: 99999;
    min-width: 25rem;
    background-color: #251649;
    transition: all .75s;
    list-style-type: none;
    height: 100%;
    border-radius: 10px;
    overflow: auto;
    direction: rtl;
    max-width: 30rem;
	z-index: 9999;
}

.panel-admin {
    right: -24.5rem;
}

.panel-menu-element {
    height: 10%;
}

.enter .panel-menu-element {
    height: auto;
    min-height: 4.8rem;
}

@media(max-width:875px) {
    .header {
        padding-bottom: 10px;
    }
    .links-container {
        display: none;
    }
    .panel-menu {
        right: -32rem;
    }
}

.toppanel-btn2 {
    width: 80%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	border-radius: 5px;
}

.panel-menu.enter {
    opacity: 1;
    right: -6.5rem;
}

.panel-menu.enter {
    opacity: 1;
    right: -7rem;
}

.panel-admin.enter {
    opacity: 1;
    right: -5.5rem;
}

.toggle-arrows {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: all .75s;
    transform: rotate(0deg)
    /* float: left; */
}

.toggle-arrows.open {
    transform: rotate(180deg);
}

.toggle-img2 {
    width: 30%;
    float: right;
}

.co2panel {
    background: #ffffff2e;
}

#text2 {
    background: #0002187a;
    width: 75%;
    padding: 0;
    padding-left: 0px;
    padding-left: 1%;
    padding-left: 5%;
    color: white !important;
    text-align: left;
    border: 1px solid #ffffff47;
}

#domain_main_offer p {
    margin-right: 5%;
}

.direct {
    color: #fff;
    font-weight: 700;
    opacity: 0;
    width: 80%;
    transition: opacity .75s;
}

.direct.enter {
    opacity: 1;
}

.panel-menu-element {
    clear: both;
    padding: 1%;
}

.panel-menu-element a {
    float: left;
    height: 100%;
}

.direct a {
    float: none;
}

.panel-menu-element a img {
    width: 70%;
    margin: 12%;
}

.close {
    color: #999;
}

.modal-content {
    background-color: var(--modal-bg) !important;
}

.modal-header {
    color: #fff;
}

.greatings {
    color: var(--primary-font-color);
    font-weight: 700;
    padding: 1rem 0 0 1rem;
}

.white {
    color: #fff !important;
}

#napis a,
#napis {
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-left: 50px;
}

#napis2 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#napis2,
#napis {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

tr h1 {
    text-align: center;
    color: #fff;
}

#toggle {
    background: url("../img/plus-icon.png");
    background-size: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
    padding-left: 29px;
    margin-right: 80px;
}

#toggle:after {
    width: 100px;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-right: 40px;
    margin-top: 3px;
}

#toggle.expanded {
    background: url("../img/onebit_32.png");
    background-size: 25px;
    background-repeat: no-repeat;
}

#box input[type="submit"]:hover {
    opacity: 1;
}

#box input[type="submit"] {
    height: 83px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    text-align: center;
    border: none;
}

#box .left_box {
    float: left;
    height: 100%;
    width: 33%;
    border-right-width: thin;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}

#box .center_box .left_login {
    width: 70%;
    min-height: 70px;
}

#box .center_box .right_login {
    width: 28%;
    float: right;
    min-height: 95px;
}

.left_login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--lighter-bg);
    font-weight: 700;
    padding: 1rem;
    border-radius: 5px;
}

.label_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#box .center_box .label_in {
    margin-bottom: 10px;
}

#box .center_box {
    float: left;
    height: 100%;
    border-right-width: thin;
}

#box .right_box {
    float: left;
    height: 100%;
    word-spacing: 33%;
    width: 33%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

#box {
    height: 185px;
}

.mow {
    margin-left: 3% !important;
}

#box .left_box,
#box .center_box,
#box .right_box {
    text-align: center;
    color: white;
}

#box .center_box .all-t {
    width: 100%;
    text-align: center;
    float: left;
}

#box .right_box .left-all {
    width: 300px;
}