@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
;

:root {
    --maincolor: #097dcb;
    --color2: #344781;
    --zold: #5cb85c;
    --bgcolor: #3c9043;
    --bgcolordark: #307636;
    --bgcolorlight: #b6cbc5;
    --bgcolordarker: #26562a;
    --txtcolor: #2f3e4c;
    --txtcolorlight: #f1f9f1;
}


* {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    font-size: 13pt;
    background-color: #2A3550;
    color: #222;
}

@media screen and (min-width:500px) {
    body {
        background: #2A3550 url('images/circles.png') center no-repeat;
        background-attachment: fixed;
    }
}

body#tinymce,
body.embed {
    background: #fff !important;
}

body.pw {
    overflow: hidden;
    height: auto;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #2DA478;
    outline: none;
}

a:hover {
    /* color: #666; */
}

.content input,
.content select,
.content textarea {
    border: 1px solid #ccc;
    font-size: 13pt;
}

.btn {
    border: 0 !important;
    color: #fff;
    background: #00BADA;
    padding: 5px 12px 5px 12px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin: 20px;
    font-size: 15pt;
    min-width: 200px;
    min-height: 50px;
}

.btn:hover,
.btn:active,
.btn:visited,
.btn {
    color: #ffffff;
    background: #3c9043;
    text-decoration: none;
}

.txt {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444;
    padding: 3px;
    min-width: 330px;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.h {
    display: none;
}

::selection {
    background: #aaaaaa;
}

::-moz-selection {
    background: #aaaaaa;
}

div#cookie {
    width: 100%;
    padding: 5px;
    font-size: 10pt;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: #2f3e4c50;
    color: #2f3e4c;
    text-align: center;
    display: none;
    z-index: 100;
}

div#cookie a {
    color: #000;
    text-decoration: underline;
}

div#cookie input {
    border: 0;
    background: #3c9043;
    color: #ffffff;
    padding: 3px 15px;
    margin-left: 10px;
    border-radius: 3px;
}

#pop_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: var(--bgcolordark) !important;
    color: var(--txtcolorlight);
    overflow: hidden;
    padding: 0px 0px;
    height: 100%;
    width: 430px;
}

#pop_menu a {
    display: block;
    color: var(--txtcolorlight);
    padding: 10px 20px;
}

#pop_menu .menu0 {
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ADB9D820;
}

#pop_menu .menu0::before {
    content: '';
    cursor: pointer;
    height: 5px;
    width: 5px;
    border-radius: 50px;
    border: 2px solid var(--txtcolorlight);
    /* background-color: #ADB9D8; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#pop_menu .head_logo_wrapper {
    height: 70px;
    background-color: var(--bgcolordarker);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
}

#pop_menu .menu0:hover {
    background-color: rgba(27, 38, 59, .7);
}

#pop_menu_close {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    font-weight: bold;
    font-size: 15pt;
    z-index: 105;
    background: transparent url('images/close.png') center center no-repeat;
    background-size: contain;
}

#hamburger {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: 4px;
    background: transparent url('images/menu_w.png') center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
}

#hider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(20, 20, 20, .6);
    z-index: 50;
    display: none;
}

.expandblock {
    margin-bottom: 15px;
}

.expandblock_title {
    cursor: pointer;
    background: #888888 url('images/right.png') 5px center no-repeat;
    color: #FFFFFF;
    padding: 3px 5px 3px 25px;
    font-weight: bold;
}

.expandblock_content {
    display: none;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
}

a.minigallery {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

@media screen and (max-width: 1000px) {
    #head_logo {
        height: 120px !important;
    }

    div.inlineblock {
        padding: 10px;
    }
}

div#main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#head {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0;
    background-color: #35415E;
}

.logins {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#head_logo {
    display: block;
    background: transparent url('images/pwlogo.png') center center no-repeat;
    background-size: contain;
    height: 50px;
    width: 300px;

}

#overbox_content {
    background-color: #1b263b80;
}


#head_menu {
    flex-grow: 1;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 100;
}

#pop_menu .dropContent {
    top: 0px;
}

#pop_menu .dropbtn {
    display: flex !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

#pop_menu .langshowed {
    min-width: 150px;
    justify-content: flex-start;
}



div#head .menu0,
div#head .menusel0 {
    color: #eee;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 14pt;
    height: 100%;
    line-height: 150px;
}

#userbutton {
    /* display: block; */
    width: 35px;
    height: 35px;
    background: #eee url('images/user.png') center center no-repeat;
    margin: 0 20px 0 10px;
    border-radius: 50%;
    display: none;
}

#usermenu {
    background: #fff;
    color: #444;
    padding: 10px 20px;
    min-width: 100px;
    position: absolute;
    border: 1px solid #aaa;
    abox-shadow: 1px 1px 1px #aaa;
    top: 60px;
    right: 30px;
    z-index: 10;
    display: none;
}

#usermenu::after {
    content: '';
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1px;
    top: -6px;
    width: 10px;
    height: 10px;
    display: block;
    z-index: 9;
    border: solid #aaa;
    border-width: 1px 0 0 1px;
}

#usermenu span {
    display: block;
    font-size: 0.8em;
    text-align: center;
}

#usermenu b {
    display: block;
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

#usermenu a {
    display: block;
    color: #444;
    margin-top: 5px;
    padding: 5px 35px 5px 25px;
}

#usermenu a:hover {}

#usermenu .head_logout {
    margin-top: 10px;
    border-top: 1px solid #aaa;
}

div#breadcrumbs {
    color: #666;
    font-size: 8pt;
    padding-left: 5px;
    margin-bottom: 10px;
}

div#breadcrumbs a {
    color: #666;
}

div#content {
    width: 100%;
    margin-top: 10px;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
}

div#contentb {
    /* padding: 10px; */
    width: 80%;
    max-width: 1960px;
    padding: 10px;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

}

div#foot {
    clear: both;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
    color: #444;
    aborder-top: 2px solid #444;
    apadding-top: 10px;
    color: #2f3e4c;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

div#foot a:visited,
div#foot a:active,
div#foot a:hover,
div#foot a {
    color: #2f3e4c;
}

.s {
    max-width: 400px;
    margin: auto;
}

div.mlogin {
    color: #2f3e4c !important;
}

div.login .warning {
    color: #2f3e4c;
}

div.login_tab {
    width: 100%;
    text-align: center;
}

div.login .l {
    margin-bottom: 10px;
    color: #4E5677;
}

form.login {
    color: #2f3e4c;
    padding: 30px;
    text-align: center;
    min-width: 400px;
    top: -35px;
    z-index: -10;
    margin: auto;
    border-left: 1px solid #4E5677;
    border-bottom: 1px solid #4E5677;
    border-right: 1px solid #4E5677;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 50px;
    margin-bottom: 20px;
}

form.login .btn {
    text-transform: uppercase;
    min-width: 240px;
    font-size: 13pt;
    padding: 3px 10px 3px 10px;
    margin: 35px 0px;
}

form.login a:visited,
form.login a:active,
form.login a:hover,
form.login a {
    color: #fff;
}

form.login input.txt {
    background-color: transparent;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: 30px;
    padding: 10px;
    max-width: 250px;
}

form.login .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15pt;
    margin-bottom: 10px;
}

form.login input[type=text],
form.login input[type=password] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17pt;
}


.loginregister {
    margin: 20px 0;
    padding: 20px;
    background: rgba(100, 100, 100, .2);
    text-align: center;
    color: #ffffff;
    min-width: 300px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}

.loginregister .btn {
    line-height: 40px;
}

.loginregister h1 {
    text-align: center;
    padding: 0 10px 10px 0;
    font-size: 14pt;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.login_native .logins_head {
    cursor: pointer;
    display: inline-block;
    color: #444;
    min-height: 85px;
    border-radius: 3px;
    width: 400px;
    text-align: left;
    font-weight: normal;
    font-size: 13pt;
    color: #ffffff;
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: 37px;
}

.login_native .logins_head {
    background: url('images/email_white.png') 20px center no-repeat;
    border-radius: 40px;
    background-color: #4E5677;
}

.c label {
    color: #4E5677;
    font-size: 14pt;
}

.fpass {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    margin: auto;
}

.resetpasswd {
    font-size: 12pt;
    color: #fff;
    font-weight: 600;
}

.fpass [type="checkbox"] {
    height: 23px;
    width: 23px;
    border: 1px solid #4E5677;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

#persistentlogin:checked {
    height: 20px;
    width: 20px;
    background-color: #4E5677;
    border: 1px solid #2A3550;
    outline: 1px solid #2DA478;
    outline-offset: 1px;
}


@media screen and (max-width: 1000px) {
    div#contentb {
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {
    div#contentb {
        padding: 10px;
    }
}

/* INDEX */
#index_logo {
    background: transparent url('images/practi-logo-center.png') top center no-repeat;
    padding: 150px 20px 20px 20px;
    font-size: 22pt;
    max-width: 960px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    color: #ffff;
}

#index_logo span {
    color: #39cae2;
}

#i_bs {
    max-width: 990px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#i_bs>div {
    width: 32%;
    min-width: 200px;
    margin: .5%;
    padding: 20px 15px 50px 15px;
    background: #eeeeff;
    flex-grow: 1;
    background-position: center 10px;
    background-repeat: no-repeat;
    transition: ease all .1s;
    z-index: 10;
    position: relative;
}

#i_bs>div:nth-child(1) {
    background: #0079c1;
}

#i_bs>div:nth-child(2) {
    background: #39cae2;
}

#i_bs>div:nth-child(3) {
    background: #74b3de;
}

#i_bs>div a {
    text-align: center;
    padding: 10px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    font-size: 15pt;
    letter-spacing: 1px;
    font-weight: bold;
}

#i_bs>div a span {
    color: #000000;
}

#i_bs>div h1 {
    text-align: center;
    font-size: 22pt;
    margin: 0 0 10px 0;
    color: #444444;
}

#i_bs2 {
    max-width: 990px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#i_bs2>div {
    width: 49%;
    text-align: center;
    background: rgba(100, 100, 150, .2);
    padding: 20px 15px 50px 15px;
    margin: .5%;
    position: relative;
}

#i_bs2>div a {
    text-align: center;
    padding: 10px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    font-size: 15pt;
    letter-spacing: 1px;
    font-weight: bold;
}

div#i_b2_2 {
    background: rgba(100, 100, 150, .5);
}

@media screen and (max-width: 500px) {

    #i_bs>div,
    #i_bs2>div {
        width: 100%;
    }
}

.error {
    background: rgba(255, 100, 100, 0.2);
    text-align: center;
    max-width: 330px;
    margin: 20px auto 20px auto;
    display: block;
    padding: 15px;
    color: #ff0000;
    border-bottom: 4px solid #ff0000;
}


.profile_password {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: #ADB9D8;
    width: 100%;
    height: 60vh;
}

.profile_password h1 {
    margin: 30px 20px;
    width: 100%;
    /* margin: 50px 10px; */
}

.profile_password .row {
    min-width: 300px;
}

.profile_password .row input {
    min-width: 400px;
    font-size: 16pt;
    margin-bottom: 5px;
    margin-top: 10px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ADB9D8;
    color: #ADB9D8;
    text-align: center;
    padding: 5px;
}

.profile_password .row .l {
    margin-bottom: 10px;
    margin-top: 10px;

}

.profile_password .row .s {
    display: flex;
    justify-content: center;
    align-items: center;

}

.profile_password .row .s .btn {
    width: 150px;
    min-width: 150px !important;
    border-radius: 3px;
    margin: auto;
    background-color: #4E567750;
    border: 1px solid #ADB9D8 !important;
}


#p_profile #logininfo {
    max-width: 1800px;
    margin: auto;
    color: #ADB9D8;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#logininfo a {
    border-radius: 3px;
    background-color: #35415E50;
    border: 1px solid #ADB9D8 !important;
    color: #ADB9D8;
    min-width: 300px;
}

#logininfo a:hover {
    background-color: #ADB9D850;
}


.homebtn {
    display: none;
}

.uname {
    position: absolute;
    color: #ADB9D8;
    right: 120px;
    top: 30px;
}

@media screen and (min-width: 350px) and (max-width:450px) {

    .login_native .logins_head {
        width: 85vw;
        margin: auto;
    }

    #head_logo {
        margin: auto;
        width: 320px;
    }

    div#foot {
        font-size: 12pt;
    }

    form.login {
        padding: 25px;
        width: 85vw;
        min-width: 200px;
        font-size: 12pt;
    }

    form.login input.txt {
        font-size: 13pt;
    }

    .txt {
        padding: 3px;
        min-width: 200px;
    }


    form.login .btn {
        font-size: 12pt;
        min-width: 210px;
    }

    .c label {
        font-size: 12pt;
    }

    .resetpasswd {
        font-size: 10pt;
    }

    #pop_menu {
        width: 100%;
    }
}

.droped {
    display: inline-block !important;
}

.langMenupoint {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    width: 100%;
    position: absolute;
    z-index: 100;
    padding: 5px 20px;
    background-color: var(--bgcolordark);
    gap: 10px;
}

#pop_menu .langMenupoint a {
    color: var(--txtcolorlight);
    background-color: var(--bgcolor);
    width: 20%;
    margin: 5px 3px;
    /* border: 1px solid #ADB9D880; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 3px;
    font-weight: 600;
}

#pop_menu .langMenupoint .selected_lang {
    background-color: #ADB9D8;
    border: 1px solid #35415E;
    color: #35415E;
}

#pop_menu .langMenupoint a:hover {
    background-color: var(--bgcolordarker);
}


.resetpassword {
    margin-top: 40px;
    min-height: 45vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.resetpassword .row {
    width: 100%;
}

.resetpassword .row input {
    width: 100%;
    background-color: #35415E;
    border: none;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

.r_text {
    margin: 10px 0px;
}

.resetpassword .row .btn {
    width: 90% !important;
    background-color: #2DA478;
    font-weight: 500;
}

@media screen and (min-width: 1500px) and (max-width: 1750px) {

    div#head .menu0,
    div#head .menusel0 {
        margin-right: 0;
        padding: 10px 12px;
        font-size: 13pt;
    }

    div#head_menu {
        padding-left: 16%;

    }
}

@media screen and (min-width: 1281px) and (max-width: 1500px) {
    div#contentb {
        width: 95%;

    }

    div#head .menu0,
    div#head .menusel0 {
        padding: 5px 5px;
        font-size: 11pt;
    }

    div#head_menu {
        padding-left: 13%;

    }
}

@media screen and (max-width: 1280px) {

    div#contentb {
        width: 98%;
    }

    div#head .menu0,
    div#head .menusel0 {
        padding: 5px 5px;
        font-size: 10pt;
    }


    div#head_menu {
        padding-left: 15%;

    }
}


@media screen and (max-width: 700px) {
    .langMenupoint {
        aright: 100px;
        atop: 10px;
    }
}

#contentb .mlogin {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

#contentb .mlogin a {
    margin: 4px;
}