/* Minification failed. Returning unminified contents.
(14,19): run-time error CSS1039: Token not allowed after unary operator: '-c20'
(17,17): run-time error CSS1039: Token not allowed after unary operator: '-c20'
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-c12'
(24,17): run-time error CSS1039: Token not allowed after unary operator: '-c6'
(28,17): run-time error CSS1039: Token not allowed after unary operator: '-c4'
(32,17): run-time error CSS1039: Token not allowed after unary operator: '-c8'
(45,28): run-time error CSS1039: Token not allowed after unary operator: '-c12'
(61,20): run-time error CSS1039: Token not allowed after unary operator: '-b60'
(67,25): run-time error CSS1039: Token not allowed after unary operator: '-c20'
(75,32): run-time error CSS1039: Token not allowed after unary operator: '-w90'
(115,19): run-time error CSS1039: Token not allowed after unary operator: '-b100'
(128,22): run-time error CSS1039: Token not allowed after unary operator: '-w80'
(148,28): run-time error CSS1039: Token not allowed after unary operator: '-c9'
(159,28): run-time error CSS1039: Token not allowed after unary operator: '-c12'
(160,16): run-time error CSS1039: Token not allowed after unary operator: '-w100'
(188,21): run-time error CSS1039: Token not allowed after unary operator: '-b20'
(203,25): run-time error CSS1039: Token not allowed after unary operator: '-b90'
(240,28): run-time error CSS1039: Token not allowed after unary operator: '-w60'
(241,17): run-time error CSS1039: Token not allowed after unary operator: '-b80'
(252,32): run-time error CSS1039: Token not allowed after unary operator: '-c12'
(253,21): run-time error CSS1039: Token not allowed after unary operator: '-w80'
(258,25): run-time error CSS1039: Token not allowed after unary operator: '-w80'
(262,32): run-time error CSS1039: Token not allowed after unary operator: '-w40'
(298,21): run-time error CSS1039: Token not allowed after unary operator: '-b70'
(319,17): run-time error CSS1039: Token not allowed after unary operator: '-c20'
(322,17): run-time error CSS1039: Token not allowed after unary operator: '-b100'
 */
a.btn.submit, input.btn.submit {
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin: 0;
}
a.forget {
    display: block;
    text-align: left;
   font-size:12px;
    margin-top:10px;
}
    a.forget:hover {
      color: var(--c20);
    }
.prio.prio0 {
    color: var(--c20) !important;
}
.prio.prio1 {
    color: var(--c12) !important;
}

.prio.prio2 {
    color: var(--c6) !important;
}

.prio.prio3 {
    color: var(--c4) !important;
}

.prio.prio4 {
    color: var(--c8) !important;
}
span.icon.bigs {
    font-size:30px;
    font-weight:normal;
}
.form-group.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: initial;
}
a.btn.btn-blue {
    background-color: var(--c12);
}
.home {
    display: flex;
    justify-content: center;
    min-height: calc(100dvh - 140px);
    flex-direction: column;
    align-items: center;
}
   
    .home h1 {
        font-size: 16px;
        margin: 0 0 20px 0;
        display:flex;
        flex-direction:row-reverse;
        align-items:center;
        color:var(--b60);
    }
        .home h1 span {
            font-size: 22px;
            margin-left:5px;
            font-weight: bold;
            color: var(--c20);
        }
    .home p {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        border-radius: 15px;
        background-color: var(--w90);
        margin: 20px 0;
    }
    .home p.desc {
       
      
        padding: 10px;
        border-radius: 15px;
         margin:20px 0 5px 0;
        line-height:2;
        font-size:11px;
    }
    .home .support label
    {
        margin:0 0 10px 0;
        display:block;
        font-size:12px;
        cursor:pointer;
    }
    .home a.pwa {
        position: fixed;
        top: 15px;
        right: 15px;
        display: flex;
        align-items: center;
        font-size: 12px;
        z-index:10;
    }
    
    .home a.pwa img {
      width:40px;
      margin-right:10px;
    }
    
    .home .submit
    {
        width:100%;
    }
  
    .home .support:hover .btn {
       color:var(--b100)
    }

    .home img.logo {
        max-width: 140px;
        aspect-ratio: 1;
    }

.fixform {
    min-height: auto !important;
    position: fixed;
    width: 500px;
    right: 50%;
    background: var(--w80);
    padding: 10px 20px 20px 20px !important;
    border-radius: 0 0 10px 10px;
    margin-right: -325px;
}
    .fixform.full {
        width: 700px;
        margin-right: -350px;
    }
    .fixform a.btn,button.btn,input.btn
    {
        margin-top:15px;
    }
a.new {
    display: inline-flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    flex-direction: row-reverse;
    background-color: var(--c9);
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}
a.new span {
  margin-left:5px;
    font-size: 18px;
}
a.new:hover {
   
    background-color: var(--c12);
    color:var(--w100);
}
.form-group {
    position: relative;
    padding-top: 14px;
}
.abs .form-group {
    height: 70px;
}
.abs .form-group.auto {
    height: 45px;
}
.half .form-group
{
    width:49.5%;
    display:inline-block;
}
.abs .form-group input:not(.chk), .abs .form-group select {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}
    .form-group span:not(.desc)  {
        font-size: 14px;
        padding: 0 0 3px 0;
        display: inline-block;
        position: absolute;
        color: var(--b20);
        top: 28px;
        right: 9px;
        transition: all .3s;
        opacity: 0;
     
        z-index:0;
    }

  
        .form-group span:not(.desc).in {
            font-size: 11px;
            opacity: 1;
            top: -5px;
            right: 0;
            color: var(--b90);
            z-index:5;
           
        }
    .form-group span.desc {
        position: absolute;
        left: 0;
        bottom: 2px;
        font-size: 11px;

    }
p.form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form.color {
    font-size: 20px;
    height: 50px;
    width: 100px !important;
    padding: 5px !important;
}
.fixform select.form {
    margin-top: 20px;
}

#select.fc {
    justify-content: flex-start;
}

.s-members.hide {
    opacity: 0;
}

#select.fc .btn {
    display: flex;
    justify-content: space-between;
    background-color: var(--w60);
    color: var(--b80);
    font-weight: normal;
    align-items: center;
    font-size: 13px;
    min-height: 46px;
    margin-bottom: 10px;
    transition: background-color .5s;
    cursor:pointer;
}

    #select.fc .btn.type_0 {
        background-color: var(--c12) !important;
        color: var(--w80) !important;
        min-height: 70px;
    }

        #select.fc .btn.type_0 .chat-item b {
            color: var(--w80) !important;
        }

    #select.fc .btn:hover {
        background-color: var(--w40);
    }

    #select.fc .btn .chat-item {
        display: flex;
        align-items: center;
    }

    #select.fc .btn .chat-item {
        width: calc((100% - 180px) / 3);
    }
    #select.fc .btn .chat-item:last-child span.icon {
      font-size:20px;
      margin-right:20px;
    }

        #select.fc .btn .chat-item:first-child {
            width: 180px;
        }

            #select.fc .btn .chat-item:first-child div {
                line-height: 1.5;
            }

    #select.fc .btn.type_0 .chat-item:first-child {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
#select.fc.dashboard .btn .chat-item {
    width: 100% !important;
}
    #select.fc .btn .chat-item i {
        display: block;
        font-size: 9px;
        color: var(--b70);
    }
    #select.fc .btn .chat-item i.big {
     
        font-size: 12px;
     }

    #select.fc .btn .chat-item b {
        font-size: 24px;
        margin-left: 10px;
    }
.admin #select.fc .btn .chat-item.s-reacts b {
    font-size: 22px;
     
}

    #select.fc .btn .chat-item.s-title b {
        font-size: 32px;
    }

div.btn .chat-item a {
    color: var(--c20);
}
div.btn .chat-item a:hover {
    color: var(--b100);
}

.form-container form, .form-container.padd {
    padding: 0 15px;
}
    .form-container form, .form-container.padd.paddfix {
        padding: 40px 15px 0 15px;
    }
.form-container form.auto
{
    min-height:auto;
}
@media (max-width:767px) {

    #select.fc .btn .chat-item:last-child span.icon {
        font-size:18px;
        margin-right: 15px;
    }
    #select.fc .btn .chat-item {
        width: calc((100% - 160px) / 3);
    }

        #select.fc .btn .chat-item:first-child {
            width: 160px;
        }

        #select.fc .btn .chat-item b {
            font-size: 18px;
            margin-left: 7px;
        }

        #select.fc .btn .chat-item.s-title b {
            font-size: 28px;
        }

        #select.fc .btn .chat-item:not(:first-child) i {
            display: none;
        }

    #select.fc .btn .chat-item {
        display: flex;
        align-items: center;
    }
    .fixform {
        width: 90dvw;
        right: 0;
        margin-right: 0;
    }
        .fixform.full {
            width: calc(100% - 20px);
            right:10px;
            margin-right:0;
        }
}
