@font-face {
    font-family: 'Verdana Pro Light';
    src: url('../fonts/VerdanaPro-Light.eot');
    src: url('../fonts/VerdanaPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VerdanaPro-Light.woff') format('woff'),
    url('../fonts/VerdanaPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Verdana Pro Regular';
    src: url('../fonts/VerdanaPro-Regular.eot');
    src: url('../fonts/VerdanaPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/VerdanaPro-Regular.woff') format('woff'),
    url('../fonts/VerdanaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    height: 100%;
}
nav{
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
}
div.wrapper {
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 1 0 auto;
}
footer{
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
}
html.main-page h1 {
    text-transform: uppercase;
}
body {
    font-family: 'Noto Sans', sans-serif;
    /*font-size: 1.6em;*/
    background: transparent;
    padding: 0 !important;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#160aca;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
}
textarea {
    resize: none;
}
.maintable {
    /*max-width: 600px;*/
}

.maintable td:first-child {

}

.maintable td {
    padding: 3px 5px 3px 5px;
}
.maintable .headerTable {
    background: #0099FF;
    color: #fff;
    vertical-align: middle;
}
.info-row {
    padding: 10px 0 30px;
}
.phone {
    color: #EAEBED; 
    font-size: 22px;
    line-height: 24px;
}
.phone > a
{
    font-size: 46px;
    line-height: 49px;
    color: #EAEBED; 
}
.email > a {
    font-size: 34px;
    line-height: 30px;
    color: #EAEBED; 
}
.phone > a:hover,
.email > a:hover {
    text-decoration: none;
    color:#FFF;
}
.email {
    padding-bottom: 50px;
}
.page-footer {
    padding-top: 50px;
    padding: 20px 0;
    background: rgb(250,250,250);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(217,217,217,1) 33%, rgba(191,197,201,1) 42%, rgba(124,172,220,1) 60%, rgba(82,145,221,1) 100%);
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 18px;
}
.m-t-30 {
    margin-top: 30px;
}
.pd {
    font-size: 0.8em;
    color: #8D8D8D;
    padding-bottom: 20px;
}
.pd a {
    color: #8D8D8D;
}

.color-w, .color-w a {
    color: #fff;
}
.color-yellow {
    color: #ffa012;
}
/*
.navbar-small a {
    font-size: 1em !important;
    padding: 10px !important;
}*/
.registertable td:first-child {
    width: 200px;
}

.listTable .headerTable {
    background: #B0CEFF;
}
.headerBlueRowTable .headerBlueRow {
    background: #D3B5E9;
    color: #fff;
}
.blueRow {
    background: #D3B5E9;
    color: #fff;
}
.table {
    font-size: 1em;
}
.help-block {
    display: block;
    color: gray;
    font-size: 0.9em;
}
.btn-default + .btn-default {
    margin-left: 10px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-24 {
    font-size: 24px;
}
.table-sm td {
    padding: 4px !important;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: rgb(250,250,250);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(217,217,217,1) 33%, rgba(191,197,201,1) 42%, rgba(124,172,220,1) 60%, rgba(82,145,221,1) 100%);
    border-color: #fff;
    border: 0;
    border-radius: 0;
}
/*.navbar-nav {
    padding: 12px 0;
}*/
.navbar-brand {
    margin-top:12px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a{
    color: #404040;
    font-size: 22px;
    line-height: 25px;
}
.main-page {
    
}
.main-page footer {
}

.main-page h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #FFF;
    margin-bottom: 60px;
}
.register-block-hint {
    background: #0460A9;
    color: #fff;
    padding: 0 30px;
    margin-top: 20px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.download_files {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 400px;
    font-size: 13px;
}
.navbar-small .dropdown-menu a {
    padding: 4px 10px !important;
}
.dropdown-menu .divider {
    margin: 4px 0;
}
.btn {
    outline:none !important;
}
.btn-big {
    padding: 10px 20px;
    font-size: 18px;
}
.btn-container + .btn-container {
    margin-top:10px;
}
.btn-container .btn {
    max-width: 500px;
    min-width: 380px;
}
.btn-green {
    color: #3c763d;
    background: #dff0d8;
}
.btn-blue {
    color:#fff;
    background: #0066FF;
}
.view-attention {
    font-weight: bold;
    color: red;
    font-size: 18px;
}
.view-attention-normal {
    font-weight: bold;
    color: red;
}
.page-logo {
    background: url("/images/logo-white.png") no-repeat right top;
}

.education-block a {
    color: #0066FF;
}
.education-block a.h3 {
    font-size:28px;
    padding-bottom: 12px;
}
.education-block a.h4 {
    font-size:18px;
    padding-bottom: 8px;
}
.education-block a.h3,
.education-block a.h4 {
    display: inline-block;
    margin: 0;
}

.download-link {
    font-size: 24px;
    display: inline-block;
    background: url("/images/download.png") no-repeat left center;
    padding-left:30px;
    background-size: 26px;
}
.expert-photo img {
    max-width: 100%;
}
.expert-description {
    margin: 20px 0 30px 0;
}
.news-item + .news-item {
    margin-top: 30px;
}
.news-item .news-date {
    color: #8D8D8D;
    font-size:16px;
    margin-bottom:10px;
}
.news-item .news-title a {
    font-weight: bold;
    font-size: 16px;
    color: #0066FF;
}
.news-title {
    margin-bottom: 10px;
}
.news-item .news-image img {
    max-width: 100%;
}
h1 {
    font-size: 22px;
    margin-right:80px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 42px;
        font-weight: 700;
    }
}
.c-w {
    color: #fff;
}
.education-block a.h3 {
    font-size:18px;
    padding-bottom: 8px;
}
@media (min-width: 768px) {
    .education-block a.h3 {
        font-size:28px;
        padding-bottom: 12px;
    }
}
.education-block a.h4 {
    font-size:14px;
    padding-bottom: 6px;
}
@media (min-width: 768px) {
    .education-block a.h4 {
        font-size:18px;
        padding-bottom: 8px;
    }
}
.page-logo {
    background-size: 64px;
    background-position: right 15px top 15px;
}
@media (min-width: 768px) {
    .page-logo {
        background-size: 118px;
        
    }
}
.education-block {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .education-block {
        margin-top: 40px;
    }
}

.blue-block {
    display: block;
    color: #fff;
    background: #0066FF;
    height: 80px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .blue-block  {
        height: 150px;
        font-size: 24px;
    }
    .blue-block-2 {
        margin-top:50px;
    }
    .blue-block-3 {
        margin-top:100px;
    }
}
.datepicker-hidden {
    opacity:0;
    height: 0;
}
.datepicker-hidden select {
    height: 0;
}
.image-preview {
    width: 60px;
}
.imageContainer {
    margin-bottom: 10px;
}
.education-title {
    margin-bottom: 60px;
}
.description-hidden {
    display: none;
}
.h4, h4 {
    margin: 0;
    padding: 10px 0;
}
.direction-btn {
    background: #FFD966;
    color: #000;
    font-size: 22px;
    padding: 12px 36px !important;
    text-transform: uppercase;
}
.direction-btn:hover {
    color: #fff;
    opacity: 0.7;
}
.btn-width-full {
    width: 100%;
}
.btn-width-400 {
    width: 400px;
}
.maintable-300 td:first-child {
    width: 400px;
}
.delimiter-title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.delimiter-subtitle {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.form-auth {
    margin-top: 60px;
}

.main-bg {    
    /*background: rgb(255,255,255);
    background: linear-gradient(13deg, rgba(255,255,255,1) 0%, rgba(191,197,201,1) 27%, rgba(124,172,220,1) 53%, rgba(82,145,221,1) 100%) ;*/ 
    min-height: 400px;
}

.main-image {
/*    background: url("../images/main-bg.jpg") no-repeat right center;
    background-size: contain;*/
}

.main-title-bg {
    background: linear-gradient(90deg, #E5E5E5 3.99%, #0460A9 100%);
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 6px 6px 36px;
    margin-top: 70px;
    color: #000;
}
.custom-checkbox label {
    color: #000;
    font-size: 14px;
    
    font-weight: 400;
}
.form-auth a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.form-auth a:hover {
    text-decoration: none;
}
.btn-green {
    background: rgba(169,207,109,1);
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 30px;
}
.btn-green:hover {
    background: rgba(169,207,109,0.8);
}
.main-forms-style {
    background: #0460A9;
    color: #fff;
    padding: 1rem 0;
}
.half-table td:first-child {
    width: 50%;
}
.pt-30 {
    padding-top: 30px;
} 
.pb-10 {
    padding-bottom: 10px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.dna-logo {
    position: relative;

}
.dna-logo:before {
    display: block;
    content:"";
    width: 81px;
    height: 165px;
    background: url("../images/dna.png") no-repeat;
    position: absolute;
    left: -83px;
    top: -16px;
}
.navbar-title {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 16px;
}
.styled-table--main .headerTable {
    background: rgba(68,84,106,0.8);
    color: #fff;
    position: sticky;
    top: 0;
}
.styled-table--main .headerTable b {
    font-weight: 400;
}
.styled-table--main tr:nth-child(even) {
    background-color: #E9EBF5;
}
.styled-table--main tr:nth-child(odd) {
    background-color: #CFD5EA;
}
.styled-table--main td {
    border: 1px solid #EBEEF6;
}
.styled-table--main a {
    color:#0563C1;
    text-decoration: underline;
}
.styled-table--main  a:hover {
    color:#0563C1;
    text-decoration: none;
}

.styled-table--main .headerTable a {
    color:#FFFFFF;
    text-decoration: underline;
}
.styled-table--main .headerTable a:hover {
    color:#FFFFFF;
    text-decoration: none;
}

.register-block .btn {
    font-size: 18px;
    padding: 10px 16px;
}
.img-fluid {
    max-width: 100%;
}
.about-button {
/*    background: linear-gradient(90deg, #E5E5E5 3.99%,  100%);*/
    background: linear-gradient(90deg, #0460A9 3.99%, #E5E5E5 100%);
    display: block;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    padding: 6px 10px;
    text-align: left; 
    text-shadow: 0px 1px 10px black;
    outline: none;
}
.doctor-about-content {
    padding-top: 10px;
    display: none;
}
.items-block {
    margin: 20px 0;
}
.items-block--item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.items-block--item-button {
    width:8%;
    justify-content: center;
}
.items-block--item-button a {
    font-size: 22px;
}
.items-block--item-desc {
    width:62%;
    background: #9ABFDC;
    font-size: 22px;
}

.items-block--item-desc-moderate {
    width: 47%;
}
.items-block--item-status {
    width:22%;
    background: #AFABAB;
    color:#3B3838;
    justify-content: center;
    font-size: 16px;
}

.items-block--item-status-moderate {
    width:19%;
}
.items-block--item-button,
.items-block--item-desc,
.items-block--item-status {
    display: flex;
    align-items: center;
    padding: 0 8px;
    min-height: 40px;
}
.items-block--item-status-filled {
    background: #dee2e6 !important;
    color: #035630 !important;
}
.items-block--item-status-half-filled {
    background: rgba(222, 226, 230,0.5) !important;
    color: #000 !important;
}
.text-blue {
    color:#4472C4;
    padding-bottom: 20px;
}
.font-italic {
    font-style: italic!important;
}
.alert-gray {
    background: #AFABAB;
    color: #3B3838 !important;
    border-color: #3B3838 !important;
}
.fs-18 {
    font-size: 18px;
}
.fs-28 {
    font-size: 28px;
}
.w-74 {
    width: 74%;
}
.w-70 {
    width: 70%;
}
.w-65 {
    width: 65%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}
.w-30 {
    width: 30%;
}
.w-28 {
    width: 28%;
}
.text-gray {
    color: #404040;
}
.font-bold {
    font-weight: bold;
}
.ui-datepicker table {
    font-size: 0.8em !important;
}
.maintable-white {
    background: #fff;
}
hr.color-black {
    border: 1px solid #000;
}

/*** new div styles ***/
div[table-view=tr] {
    display: flex;
    border-top: 1px solid #ddd;
    
}
div[table-view=tr] > div {
    padding: 8px;
    line-height: 1.42857143;
    width: 50%;
}

div[table-view=tr] > div[table-colspan='2'] {
    width: 100%;
}

/*** new div styles[end] ***/

.navbar-brand {
    font-size: 18px;
}
.navbar-right {
    margin-left: auto;
}
.h1, .h2, .h3, h1, h2, h3 {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}
.form-control {
    font-size: 14px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
/*.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}*/
/*
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.w-90 {
    width: 90%;
}
.input-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}
.engine--icon {
    font-size: 18px;
}
.color--warning{
    color: #ff0a00;
}
button[data-type=gene-add-button],
button[data-type=gene-add-button-st2]{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border-width: 1px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ResultGenesContainer > div  {
    display: flex;
    flex-wrap:wrap;
    
}
.gene-container {
    width: calc(33% - 10px);
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}
.alert--same {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.main--title {
    font-size: 28px;
    color: #C00000;
}
@media (min-width: 768px) {
    .main--title {
        font-size: 32px;
    }
}
@media (min-width: 1200px) {
    .main--title {
        font-size: 38px;
    }
}
.c-red {
    color: #C00000 !important;
}
.c-green {
    color: #008547 !important;
}
.copy-text {
    font-size: 10px;
    line-height: 1.1;
}
.content {
    min-height: 400px;
}
#up {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
    background: #FF732A;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    border: 0;
    outline: 0;
    transition: all 0.5s ease 0.2s;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

/*** sort row styles ***/
.sortrow {
    position: relative;
    margin: 0 10px;
    display:block;
}
.sortrow::after,
.sortrow::before {
    position:absolute;
    display: block;
    width:20px;
    height: 15px;
    right: -15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    opacity: 0.4;
}
.sortrow::after {
    top: calc(50% - 12px);
    content: "\f0de";
}
.sortrow::before {
    top: calc(50% - 10px); 
    content: "\f0dd";
}

.sortrow.sortDesc::before,
.sortrow.sortAsc::after{
    opacity: 1;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}
.b-r-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.img-max-300 { 
    max-width: 300px;
} 
.img-max-200 { 
    max-width: 200px;
} 
.img-max-100 { 
    max-width: 100px;
}
.navbar-borders .nav-item + .nav-item {
    border-left: 1px solid rgba(255,255,255,0.3);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.3);
}
 
.pivot--brand-row {
    display: none;
}
.add-cart {
    border:0;
    padding: 0;
    margin:0;
    background: transparent;
    font-size:18px;
    color:#0563C1;
}
.add-cart:hover {
    opacity: 0.7;
}
.add-cart--do {
    padding: 0;
    margin:0;
    background: transparent;
    color:#0563C1;
    border: 0;
    margin: 0 3px;
}
.add-cart--do:hover {
    opacity: 0.7;
}
.cart {
    font-size: 20px;
    position: relative; 
}
.cart--count {
    position:absolute;
    display: block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 4px;
    text-align: center;
    /*border: 2px solid #fff;*/
    border-radius: 10px;
    line-height: 12px;
}

.in-cart {
    color:#0fc105;
}
.in-cart:hover {
    opacity: 1;
    cursor: default;
}
.diagram {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
}
.add-cart--row {
    padding-bottom: 16px;
}
.add-cart--row .add-cart--item {
    font-size: 16px;
}
.add-cart--row .add-cart--item:first-child {
    color: #8e8e8e;
    font-size: 12px;
    padding-bottom: 0px;
}

.add-cart--total {
    font-weight: bold;
}
.add-cart--quantity {
    display: inline-block;
    width: 30px;
    text-align: center;
}
.table-inline tr {
    display: inline-block;
}
.cart-success,
.cart-success-add {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.add-cart-quantity-row {
    width:70px;
    display:inline-block;
    text-align: center;
}
.all-items-add-cart {
    display: none;
}
.pages {
    font-size: 12px;
}
.ui-widget {
    font-size: 1rem !important;
}
.ui-menu .ui-menu-item {
    font-size: 14px !important;
}
.btn-info-inner {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #FFD966;
    border-color: #FFD966;
    color: #000;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-info-inner:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(255, 217, 102, 0.8) !important;
    border-color: #FFD966;
    box-shadow: 0 0 0 0.25rem rgb(255 217 102 / 50%);
}
.news-date {
    font-size: 14px; 
    color: #AFABAB;
}

.vertical-align--middle tr {
    vertical-align: middle;
}
.green-row-bg {
    background-color: #acefac !important;
}
.yellow-row-bg {
    background-color: #ffe63373 !important;
}
.hint-stock--container {
    display: none;
}
.hint-stock {
    display: flex;
    align-items: center;
}
.greenBlock {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #acefac;
}
.f-b {
    font-weight: bold;
}
.green {
    color: green;
}
.red {
    color:red;
}
.orange {
    color: orange;
}
.highlightGreen {
    background-color: #036a033b !important;
}
.ftp-brands {
    display:none;
}

.diagram-help-block {
    display:inline-block;
    width: 24px;
    height: 12px;
    border: 1px solid #00000055;
    margin-right: 8px;
    background-color: #6c757d52;
}
.alert-data {

    font-weight: bold;
    color: red;
    cursor: pointer;
    padding: 0 4px;
}
.icon-stop {
    width: 18px;
}
.icon-pause {
    height: 18px;
}
.redeemed-partnumbers {
    color: #EAEBED;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
}
.redeemed-partnumbers img {
    height:24px;
    margin-right: 6px;
}
.styled-table--main + .total-table-container {
    margin-top: -17px;
}
.total-table-container .headerTable {
    font-size: 0;
    padding:0 !important;
}
.styled-table--main + .total-table-container .styled-table--main tr:nth-child(even) {
    background-color: #b6bed9;
}
.toggle-ui {
    cursor: pointer;
    /*text-decoration: underline dotted;*/
    display: inline-flex;
    font-weight: 700;
    color: #0009b3;
    align-items: center;
    gap: 0.25em;
}
.toggle-ui:hover {
    text-decoration: underline solid;
    color: #0056b3;
}

.notification {
    display: flex;
    align-items: center;
    min-width: 250px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.notification.success {
    background-color: #28a745; /* Зеленый */
}

.notification.error {
    background-color: #dc3545; /* Красный */
}

.link-w-dotted {
    color: #fff;
    text-decoration: underline;
}
.link-w-dotted:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.7);
}
.input-markup {
    width:60px;
}
.mini-menu--item {
    margin:0 7px;
}
.color-pl-download {
    color: #ed2046d1 !important;
}