html {
    font-size: 14px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.div_selectable {
    -webkit-user-select: text !important; /* Safari */
    -ms-user-select: text !important; /* IE 10 and IE 11 */
    user-select: text !important; /* Standard syntax */
}

.copy_button {
    color: var(--brand-color);
    font-size: 12px !important;
    line-height: 22px !important;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    margin: -5px 5px 0 -20px;
}

.copy_button:hover{
    color:white!important;
    background: #777;
    border-radius: 2.5px;
}

@media (min-width: 768px) {
        html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a:hover {
    color: #212529; /*#333;*/
    background: #c6c6c6;
}


.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    line-height: 30px!important;
}

header {
    position: fixed;
    left: 10px;
    top: 10px;
    display: block;
    z-index: 99;
    height: calc(100% - 20px);
    border-radius: 25px 30px 30px 25px;
}

.panel_overlay {
    background-color: #0A0A16;
    display: none;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transition-property: opacity;
    transition-duration: 0.15s;
}

.loading_general {
    position: fixed;
    z-index: 999;
    padding: 5px;
    top: 49%;
    left: calc(47.5% - 5px);
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);
    display: none;
    width: 5%;
    min-width: 50px;
    animation: rotate_loading 0.4s;
    -webkit-animation: rotate_loading 0.4s;
    animation-iteration-count: infinite; /*infinite*/
    -webkit-animation-iteration-count: infinite; /*Safari and Chrome*/
}

#menu {
    padding: 15px;
    padding: 10px;
    width: 80px; /*200px open menu*/
    height: calc(100% - 20px);
    text-align: center;
    display: inline-block;
    float: left;
}

    #menu > li {
        display: inline-block;
        height: 40px;
        width: calc(100% + 10px);
        cursor: pointer;
        list-style-type: none;
    }

        #menu > li:hover {
            background: #ababab; /*#dddddd;*/ /*#c6c6c6;*/
            border-radius: 5px 0 0 5px;
        }

        #menu > li > a, #menu > li > div {
            display: inline-block;
            overflow: hidden;
            padding: 5px;
            text-decoration: none;
        }

.menu_icon {
    float: left;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-left: -5px;
}

.menu_title {
    display: none;
    line-height: 30px;
    padding: 0 5px;
    width: 130px;
    color: white;
}


.logo_container {
    margin-bottom: 50px;
    background: transparent !important;
    margin-left: -5px;
    height: 70px !important;
}

    .logo_container > a > img:nth-of-type(1) {
        background-color: white;
        border-radius: 5px;
        display: inline-block;
        float: left;
        width: 55px;
        height: 55px;
        padding: 5px;
    }

    .logo_container > a > .menu_title {
        line-height: 60px;
        font-weight: bold;
        font-size: 1.1em;
        float: left;
    }

.mobile_logo {
    border-radius: 50%;
    position: fixed;
    left: 0;
    top: 2.5px;
    display: none;
    z-index: 99;
    padding: 5px;
    margin: 5px;
}

#company_menu, #filter_type_menu {
    padding:0;
}

#company_menu > li, #filter_type_menu > li {
    list-style-type: none;
    padding: 5px;
    cursor: pointer;
}

    #filter_type_menu > li > span:nth-child(2) {
        display: none;
    }

    #company_menu > li > a > span:nth-child(2) {
        display: none;
    }

    #company_menu > li:hover, #filter_type_menu > li:hover {
        background: #c6c6c6 !important;
        border-radius: 5px 0 0 5px;
    }

#company_menu > li > a {
    text-decoration: none;
    color: var(--bs-body-color);
    display:inline-block;
    width:100%;
}



.button_scroll_down {
    background: var(--brand-color);
    border-radius: 2.5px !Important;
    color: white;
    border-radius: 1.5px;
    width: 45px;
    height: 20px;
    font-size: 0.8em;
    margin: 0px 32px 0 50px;
    padding: 2.5px !important;
    display: block;
    position: sticky;
    float: right;
    bottom: 0;
    right: calc(50% - 12.5px);
    border: 1px solid #dddddd;
}

    .button_scroll_down > span {
        display: inline-block !important;
    }

#company_menu { /*#filter_type_menu*/
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#second_menu {
    border-radius: 25px;
    padding: 10px 0 10px 10px;
    width: 120px;
    height: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    background: #dddddd;
    width: 80px; /*200px*/
    position: relative;
}

    #second_menu > li {
        list-style-type: none;
        /*padding: 5px;*/
        cursor: pointer;
    }



#search_cointainer {
    display: inline-block !important;
    overflow: hidden;
    text-decoration: none;
    background: #cdcdcd !important;
    width: calc(100% - 10px);
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

.search_icon {
    width: 42px;
    height: 42px;
    line-height: 42px!important;
    color: white;
    float: left;
    display: inline-block !important;
}

#search_menu {
    background: transparent;
    border: 0px;
    display: inline-block;
    line-height: 38px;
    padding: 2px;
    font-size:0.8em;
    width: calc(100% - 50px);
    text-align: center;
}

.menu_expand, .menu_expand_second {
    width: 40px !important;
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block !important;
}

#expandMenu0, #expandMenu1, #expandSecondMenu0, #expandSecondMenu1 {
    margin: 0 !important;
    line-height: 30px !important;
}

.mobile_logo > a {
    padding: 5px;
    display: inline-block;
    background: var(--brand-color); !important;
    border-radius: 5px;
}

#menuMobile0, #menuMobile1 {
    padding: 5px;
    display: inline-block;
    background: var(--brand-color); !important;
    border-radius: 50%;
    position: fixed;
    top: 60px;
    left: 10px;
    line-height: 20px !important;
    font-size: 1.5em;
    cursor: pointer;
}

#menuMobile0 {
    top: 55px;
}


    #menuMobile0:hover, #menuMobile1:hover {
        background: #ababab !important;
    }

.menu_expand:hover, .menu_expand_second:hover {
    border-radius: 50px !important;
}

.menu_children {
    display: none !important;
}


.menu_childrenShown {
    display: inline-block !important;
}

.menu_expand_second > div > .menu_icon {
    color: var(--bs-body-color);
    margin-left: 0px;
}


#menu_account {
    margin-left: 7.5px;
    position: absolute;
    bottom: 75px;
    width: 50px !important;
    left: 10px;
    display: inline-block !important;
}

    #menu_account > div > .menu_icon {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: #777;
        background: white;
        line-height: 40px;
        font-size: 1.2em;
    }

.menu_account_expanded {
    bottom: 110px !important;
}

    .menu_account_expanded > div > .menu_icon {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px!important;
        font-size: 1.8em !important;
        margin: 0 30px !important;
    }

    .menu_account_expanded > div > .menu_title {
        display: inline-block !important;
        float: left;
        padding: 0;
        font-size: 0.9em;
        width: 120px !important;
    }

#menu_account > div > p {
    background: #777;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    font-size: 0.8em;
    margin: 0 0px -15px 0px;
    padding: 2.5px;
    display: inline-block;
    float: right;
    position: relative;
}

.menu_account_expanded > div > p {
    margin: 0 25px -15px 0px !important;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    z-index: 99;
    height: calc(100% - 0px);
    border-radius: 0px
}

#second_menu {
    border-radius: 0px;
}

.search_container {
    border-radius: 6px;
}

.filter_type > p {
    background: #b1b1b1;
    color: white;
    border-radius: 1.5px;
    min-width: 20px;
    height: 20px;
    font-size: 0.8em;
    margin: 0 5px 0 0;
    padding: 2.5px;
    display: inline-block;
    float: right;
}

.company_menu > a > div {
    background: #b1b1b1;
    color: white;
    border-radius: 1.5px;
    min-width: 20px;
    height: 20px;
    font-size: 0.8em;
    margin: 0 5px 0 0;
    padding: 2.5px;
    display: inline-block;
    float: right;
    overflow: hidden;
}

.company_menu > a > div > b {
    display: block;
}

.company_menu > a > div > p {
        background: var(--brand-color);;
        margin: -22.5px -2.5px -2.5px -2.5px;
        display: block;
        height: 25px;
        float: left;
 }

.login-logo {
}

    .login-logo > img {
        width: 200px;
        margin-bottom: 40px;
        height: auto;
        display: inline-block;
    }

.login-page {
    width: 80%;
    max-width: 1024px;
    display: inline-block;
    margin: 5% auto;
    padding: 2.5%;
    background: #efefef;
}

.form {
    width: 60%;
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 20px auto 0 0;
    padding: 30px;
    text-align: center;
    float: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background: rgb(255 255 255 / 78%);
    /*border-radius: 10px;*/
}

.banner-login {
    width: 60%;
    display: inline-block;
    margin-left: -10%;
    margin-top: 50px;
}

    .banner-login > img {
        width: 100%;
        display: inline-block;
    }

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button, .form .changeForm {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: var(--brand-color);;
    border: 1px solid var(--brand-color);;
    border-radius:5px;
    width: 100%;
    padding: 15px;
    margin: 5px 0;
    /*border-radius:5px;*/
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

    .form button:hover, .form button:active, .form button:focus, .form .changeForm:hover, .form .changeForm:focus {
        background: #dddddd;
    }

.accountError {
    color: #f11c31;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
}


.blink_me {
    animation: blinker 1s;
    animation-iteration-count: 3;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes rotate_loading { /* Standard syntax */
    0% {
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(90deg); /* IE 9 */
        transform: rotate(90deg);
    }

    50% {
        -ms-transform: rotate(180deg); /* IE 9 */
        transform: rotate(180deg);
    }

    75% {
        -ms-transform: rotate(270deg); /* IE 9 */
        transform: rotate(270deg);
    }

    100% {
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_loading /* Chrome, Safari, Opera */
{
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    }

    25% {
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    }

    50% {
        -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    }

    75% {
        -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    }
}

/********************
*   Mobile Styles 768px   *
********************/
@media only screen and (max-width: 768px) {
}

/********************
*   Mobile Styles 480px   *
********************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {


    header {
        display: none;
        width:100%;
    }

    .headerMobile{
        display:block;
    }

    #menu, #second_menu {
        width: 50% !important;
    }

    .mobile_logo {
        display: inline-block;
    }

    .menu_children {
        display: inline-block !important;
    }

    .menu_title{
        display:block!important;
    }

    #menu_account > div > .menu_icon {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 1.8em !important;
        margin: 0 30px !important;
    }

    /*#filter_type_menu > li > span:nth-child(1) {
        display: none!important;
    }*/

    #filter_type_menu > li > span:nth-child(2) {
        display: inline-block!important;
        max-width:80px;
        overflow:hidden;
    }

    #company_menu > li > a > span:nth-child(1) {
        display: none !important;
    }

    #company_menu > li > a > span:nth-child(2) {
        display: inline-block !important;
        /*max-width: 80px;*/
        overflow: hidden;
    }

    #expandMenu0, #expandMenu1, #expandSecondMenu0, #expandSecondMenu1 {
        display:none!important;
    }

    #container_body {
        width: 100%!important;
    }

    #filter_device_list {
        margin-left: 60px!important
    }

    .login-page{
        width:100%;
    }

    .form {
        width: 100%;
    }

    /***********************************************/
    /*30-05-2025*/

    .logo_container {
        padding-top: 7.5px;
        height: auto!important;
        margin-bottom: 0px !important
    }

    .logo_mini{
        display:none!important;
    }

    .logo_large {
        display: inline-block !important;
        width: calc(110% - 10px) !important;
        float:left;
    }

    #menu {
        width: 100% !important;
        padding: 0px;
        height: auto;
    }

    #second_menu {
        width: 100% !important;
    }

    .menu_children {
        display: inline-block !important;
    }

    .menu_title {
        display: block !important;
        width: 100%;
        text-align:center;
    }

    #menu_account {
        bottom: auto;
        left: auto;
        width: 100px !important;
        right: 10px;
        top: 5px;
    }

        #menu_account > div > .menu_title {
            display: none !important;
        }

    #menu > li{
        border-radius:0px!important; 
    }

    #menu > li > a {
        width: 90%;
        padding: 5px 5%;
        float:left;
    }

    #menu_account > div > p {
        margin: 0 0px -15px 55px;
        float:none;
    }
     
    #menu_account > div > .menu_icon{
        margin-top:-15px!important;
    }

    .logo_container > a {
        width: 60% !important;
        float: left;
        background: transparent !important;
    }

    #menuMobile0 {
        top: 85px;
        right: 5px;
        left: auto;
        /*background: #dddddd;*/
    }
}