h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}
body {
    font-family: 'Inter', sans-serif;
}
.dragging {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 16px;
}

.teacher.navbar-light .navbar-nav .nav-link, .student.navbar-light .navbar-nav .nav-link{
    color: #FFFFFF;
}
.teacher.main-sidebar, .student.main-sidebar{
    background-color: #FFFFFF;
}
.teacher.btn-primary:hover, .student.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}
.teacher .user-header.bg-primary, .student .user-header.bg-primary{
    background-color: #FFFFFF !important;
}
.quantity-filled {
    background-color: green;
}
.quantity-default {
    background-color: silver;
}
.projects p {
    margin: 0;
}
.brand-link {
    padding: 1rem;
    border-color: #523381!important;
}
.brand-link > h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.tox.tox-tinymce{
    border-radius: .25rem;
}
.content-filter{
    padding: 0 .5rem;
}
label:not(.form-check-label):not(.custom-file-label){
    font-weight: normal;
}
/* TEACHER */
.teacher.main-header{
    background-color: #f36523;
}
.teacher .navbar-nav>.user-menu>.dropdown-menu>.user-footer{
    background-color: #f36523;
}
.teacher .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{
    color: #f36523;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
.teacher .user-header.bg-primary, .bg-primary>a{
    color: #f36523 !important;
}
.teacher.btn-primary {
    background-color: #f36523;
    border-color: #f36523;
    color: #FFFFFF;
}
.teacher.card-primary.card-outline{
    border-top: 3px solid #f36523;
}
.teacher .card-header{
    background-color: #f36523 !important;
}
.teacher.text-primary{
    color: #f36523 !important;
}
.teacher.main-sidebar .user-panel{
    border-bottom: 1px solid #f36523;
}
.teacher.main-sidebar .brand-link{
    border-bottom: 1px solid #f36523;
    color: #f36523;
}
.teacher.main-sidebar .sidebar a{
    color: #f36523;
}
.teacher.main-sidebar .sidebar a.active{
    background-color: #f36523 !important;
}
.teacher.main-sidebar .sidebar a:hover{
    color: #000000 !important;
}
.teacher.main-footer a{
    color: #f36523;
}
.teacher.main-footer a:hover{
    color: #000000;
}
.teacher.list-unstyled a{
    color: #f36523;
}
.teacher.list-unstyled a:hover{
    color: #000000;
}
.teacher .custom-control-input:checked~.custom-control-label::before{
    background-color: #f36523;
    border-color: #f36523;
}
.teacher .page-item.active .page-link{
    background-color: #f36523;
    border-color: #f36523;
}
label.col-sm-2{
    max-width: unset;
}
.teacher.breadcrumb a{
    color: #f36523;
}
.teacher.breadcrumb .breadcrumb-item a.active{
    color: #6c757d;
}
/* END TEACHER */

/* STUDENT */
.student.main-header{
    background-color: #144ECB;
}
.student .navbar-nav>.user-menu>.dropdown-menu>.user-footer{
    background-color: #144ECB;
}
.student .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{
    color: #144ECB;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}
.student .user-header.bg-primary, .bg-primary>a{
    color: #144ECB !important;
}
.student.btn-primary {
    background-color: #144ECB;
    border-color: #144ECB;
    color: #FFFFFF;
}
.student.card-primary.card-outline{
    border-top: 3px solid #144ECB;
}
.student .card-header{
    background-color: #144ECB !important;
}
.student.text-primary{
    color: #144ECB !important;
}
.student.main-sidebar .user-panel{
    border-bottom: 1px solid #144ECB;
}
.student.main-sidebar .brand-link{
    border-bottom: 1px solid #144ECB;
    color: #144ECB;
}
.student.main-sidebar .sidebar a{
    color: #144ECB;
}
.student.main-sidebar .sidebar a.active{
    background-color: #144ECB !important;
}
.student.main-sidebar .sidebar a:hover{
    color: #000000 !important;
}
.student.main-footer a{
    color: #144ECB;
}
.student.main-footer a:hover{
    color: #000000;
}
.student.list-unstyled a{
    color: #144ECB;
}
.student.list-unstyled a:hover{
    color: #000000;
}
.student .custom-control-input:checked~.custom-control-label::before{
    background-color: #144ECB;
    border-color: #144ECB;
}
.student .page-item.active .page-link{
    background-color: #144ECB;
    border-color: #144ECB;
}
.student.breadcrumb a{
    color: #144ECB;
}
.student.breadcrumb .breadcrumb-item a.active{
    color: #6c757d;
}
.image-container img {
    width: 100%;
}

.text-container p{
   text-align: justify;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END STUDENT */

.user-panel img {
    height: 2.1rem !important;
    width: 2.1rem !important;
}

.select2-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;

}
.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}

.select2-tags-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;

}
.select2-tags-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}
.user-image {
    float: none;
    line-height: 10px;
    margin-right: .4rem;
    margin-top: -8px;
    border-radius: 50%;
    float: left;
    height: 2.1rem;
    margin-right: 10px;
    margin-top: -2px;
    width: auto;
}
.elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
}
.img-circle {
    border-radius: 50%;
}

.img-responsive {
    max-width: 100%;
}

.table-avatar {
    width: 3rem;
    border-radius: 50%;
}

.main-sidebar {
    background-color: #25015a;
}

/*.left-menu-column > .nav-item > .nav-link > .nav-icon {*/
/*    display: block;*/
/*}*/
/*.left-menu-column > .nav-item > ul.nav .nav-icon {*/
/*    display: block;*/
/*}*/
.nav-sidebar>.nav-item {
    margin-bottom: 5px;
}
.left-menu-column > .nav-item > ul.nav > li .nav-link {

    font-size: 15px;
    padding: 0.4rem 1rem;
    padding-left: 30px;
}

.left-menu-column .nav-item.menu-open > .nav-link {
   border-radius: 0px 999px 999px 0px !important;
        background-color: rgba(231, 227, 252, 0.08);
}


.bg-admin-violet {
    background-color: #7248b0!important;
}
.nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(231, 227, 252, 0.08);
    color: #fff;
    box-shadow: none!important;
    border-radius: 0px 999px 999px 0px !important;
}
.nav-treeview li {
    margin-top: 6px;
}
.nav-sidebar .nav-item:not(.menu-open)>.nav-link.active {
    background-image: linear-gradient(270deg, rgb(140, 87, 255), rgb(197, 171, 255) 100%);
    color: #fff!important;
}
.left-menu-column > .nav-item > ul.nav > li .nav-link.active {
    background-image: linear-gradient(270deg, rgb(140, 87, 255), rgb(197, 171, 255) 100%);
    color: #fff!important;
}

.left-menu-column > .nav-item > ul.nav > li .nav-link:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16"/></svg>');
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    min-width: 12px;
    filter: invert(1);
    margin-right: 16px;
}



.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0rem;
    border-radius: 0px 999px 999px 0px !important;
    padding: 7px 7px 7px 22px !important;
    font-size: 15px;
    color: rgba(231, 227, 252, 0.9)!important;
    display: flex;
    align-items: center;
}
.nav-sidebar .nav-item>.nav-link:hover {
background-color: rgba(231, 227, 252, 0.04);
    border-radius: 0px 999px 999px 0px !important;
}

.nav-sidebar > .nav-item.menu-open > .nav-link.active + ul.nav {
    display:  block!important;
}




.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.os-content {
    padding: 0px!important;
}

.nav-sidebar .nav-link.user-logout {
    background-color: #cb3025;
    width: fit-content;
    border-radius: 6px!important;
    padding: 5px 10px;
    margin-left: 15px;
    font-size: 12px;
}
li.user-divider {
    margin: 50px 15px 0px;
    border-bottom: 1px solid #523381;
}
.nav-sidebar .nav-link.user-logout:hover {
    background-color: #db4a40!important;

}

.text-dark {
    color: #2e263d!important;
}

.content-header h1 {
    font-weight: 600;
}

[data-tooltip-custom] {
    position: relative;
}
[data-tooltip-custom]:hover:before {
    content: ""attr(title)"";
    position: absolute;
    top: -100%;
    background: black;
    display: block;
    white-space: nowrap;
    width: fit-content;
    left: -10px;
    padding: 5px 8px;
    font-size: 13px;
    right: -10px;
    margin: 0 auto;
}

.hide {
    display: none!important;
}
.login-page {
    overflow:  hidden;
}

.login-page .wrapper-flex {
    background-color: unset;
    align-items: center;
}


.login-card-body .form-control {
    padding: 15px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px!important;
    margin-bottom: 15px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    color: #e6e6e6;
    height: auto;
}
.login-card-body .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
}
.login-card-body .form-control:focus {
    background: #ffffff;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0, 0.06);
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0, 0.06);
    border-color: #4a304d;
    color: #000;
}
.login-card-body .form-control:focus::placeholder {
    color: #666666;
}
@media (min-width: 576px) {
    .login-page:before {
        content: '';
        background-image: url(/img/bg-1.svg);
        background-size: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        width: 500px;
        height: 590px;
        top: -160px;
        background-repeat: no-repeat;
        right: 0;
    }
    .login-card-body:after {
        content: '';
        background-image: url(/img/bg-2.svg);
        background-size: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        width: 257px;
        height: 248px;
        opacity: .5;
        background-repeat: no-repeat;
        left: -170px;
        bottom: -100px;
    }
}



.btn-login {
    background: #fcae21;
    padding: 15px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
    color: black;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-login:hover {
    background: #ffc151;
}

.login-box-msg {
    font-size: 24px;
}
.remember-me {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
}
.remember-me label {
    margin-bottom: 0px;
    padding-left: 5px;
}
.login-register {
    text-align: center;
    padding: 25px 20px;
    font-size: 16px;
    color: #e6e6e6;
}
.login-register a {
    color: #fcae21;
}
.login-register a:hover {
    color: #fcae21;
    text-decoration: underline;
}
.login-card-body label[for="email"], .login-card-body label[for="password"] {
    margin-bottom: 5px;
    color: #e6e6e6;
    font-weight: bold!important;
}
.login-card-body label[for="password"] {
    display: flex;
}
.login-card-body label[for="password"] a {
    color: #fcae21;
    font-weight: normal!important;
    margin-left:  auto;
    font-size:  14px;
}
.login-card-body label[for="password"] a:hover {
    text-decoration: underline;
}
.login-logo + .card {
    border-radius: 3px;
    background-color: transparent;
    box-shadow: none;
}

.login-card-body {
    background: #5b3497;
    background: linear-gradient(45deg, #5716b9, #613a9d);

    padding: 50px;
    position:  relative;
    color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.01), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.01), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.register-page {
    height: auto;
    padding: 50px 0px;
}

.register-page .login-box {
    width: 550px;
}
.text-c-white {
    color:  #fff!important;
}
.text-underline-c {
    text-decoration: underline;
}
.text-underline-c:hover {
    text-decoration: none;
}
.register-fields label {
    margin-bottom: 5px;
    color: #e6e6e6;
    font-weight: bold!important;
}

.register-page .login-logo {
    max-width: 450px;
    margin: 0 auto;
}

.register-fields > .form-group {
    width:  100%;
}

@media (max-width: 576px) {
    .login-page > div {
        width: 100%;
    }
    .login-box, .register-box {
        margin-top: 0.5rem;
        width: 90%!important;
        margin: 0.5rem auto!important;
    }
}

@media (max-width: 479.98px) {
    .login-card-body {
        padding: 30px 20px;
    }
}

.text-c-muted {
    color: #9b9b9b!important;
}
.content-header {
    background-color: #fff;
    padding-left: 1.5rem;
    margin-bottom: 25px;
    box-shadow: rgba(46, 38, 61, 0.2) 0px 4px 10px 0px;
    border-radius: 6px;
}

.table-content.content .card-header {
    margin: 0px 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card-history .card-header {
     margin: 0px 1.25rem;
     font-size: 21px!important;

}
.card-history .card-title {
     font-size: 21px!important;
     color: #25015a;
    font-weight: 600;
}

.table-clean thead th {
    color: #8898aa;
    background-color: #f6f9fc;
    font-size: 13px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
}

.table-clean td {
    vertical-align: middle;
}
.table-clean tr:hover {
    box-shadow: 0 1rem 0.5rem -0.8rem rgba(0, 0, 0, 0.1);
}
.table-clean tr:hover > td {
    background-color: #f8fafd;
}
.running:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #4caf50;
    display: inline-block;
    border-radius: 666px;
    margin-right: 7px;
}

.waiting:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffc107;
    display: inline-block;
    border-radius: 666px;
    margin-right: 7px;
}
.waiting, .running {
    display: flex;
    align-items: center;
}

td.function-icons {
    display: flex;
    flex-wrap:  wrap;
}

.delete-icon {
    order: 3;
padding: 7px !important;
    border-radius: 999px;
}

.table-content.content .card-header .card-title {
    font-size: 21px;
    color: #25015a;
    font-weight: 600;
}
.table-content.content .card-header .card-title .fa {
    font-size: 1.1rem;
}
.max-w-lg {
    max-width: 999px;
    margin-right: auto;
    margin-left: 13px;
}

a.history-records-item {
    font-size: 14px;
    color: #525252;
}

a.history-records-item:hover {
    color: #a986dd!important;
}


a.history-records-item:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}



.styled-form label.required:after {
    content:  '*';
    margin-left: 3px;
    color: red;
}


.form-check {
    display: flex;
    flex-wrap: wrap;
}
.form-check label {
    margin-bottom: 0px;
}
.task-active, .task-forbidden {
    border-radius: .25rem;
}
[data-toggle="collapse"] {
    cursor:  pointer;
}
.btn-white {
        background-color: #fff;
    border: 1px solid #9e9e9e;
}
.btn-pills {
    background-color: #f3f3f3;
    border-color: #f8f9fa;
    color: #444;
    display: flex;
    align-items: center;
    border-radius: 999px;
    font-size: 14px;
}
.btn-pills .fa {
    font-size: 13px;
}
.function-icons .btn:not(.btn-danger):not(.btn-info):hover {
    background-color: #e5e5e5;
}
.function-icons .btn.delete-icon:hover {
    background-color: #dc3545;
    color: #fff!important;
}
.btn-white:hover {
    background-color: #f2f2f2;
}
.text-underline:hover {
    text-decoration:  underline!important;
}
.task-rules .card-header {
    border-radius: .25rem;
}

.task-rules .card-header[aria-expanded="true"] {
    border-radius: .25rem .25rem 0rem 0rem!important;
    background-color: #f3e9ff;
    transition: .5s all;
}
.task-rules .card-header:hover {
    background-color: #f3e9ff;

}

.task-rules .card-header[aria-expanded="true"] .fa-angle-down {
    transform: rotate(-180deg);
    transition: .5s all;
}
.row_task_debug label {
    margin-bottom: 0px!important;
    display:  flex;
    order: 1;
}
.row_task_debug > div {
    display: flex;
    position: relative;
    padding-left: 1.25rem;
    order: 2;
}
select#automator_task_form_cron {
    max-width: 100%;
}
.row_task_debug > .form-group > div {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    line-height: 1;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.row_task_debug > .form-group > div > input {
    height:  auto;
}
.task-rules .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
select, .select {
  padding-right: 2.6668em !important;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23274249' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8334em center;
  background-size: 0.9em 0.7em;
  -webkit-appearance: none;
  appearance: none;
}

.task-container .content-header {
        border-radius: 0.25rem 0.25rem 0rem 0rem;
}
.task-rules .form-group label {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-top: 0;
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.3;
    font-weight: 600;
}

.task-rules .form-group label + div {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}


@media (max-width: 1270px) {
    .task-rules .form-group label {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   .task-rules .form-group label + div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.help-text:not(#automator_task_form_eshop_help):not(#automator_task_form_first_eshop_help):before {
    content: "\f05a";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}
.help-text:not(#automator_task_form_eshop_help):not(#automator_task_form_first_eshop_help) {
    color: #b1b1b1;
    font-style: italic;
    margin-top: 5px;
    font-size: 0.9rem;
}

.price-dashboard {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}

.pricing-box {
    display:  flex;
    justify-content: space-between;
    flex-wrap:  wrap;
}
.dashboard-box {
    padding:  25px 15px 15px 15px!important;
    height:  100%;
    position: relative;
    z-index: 1;
    display:  flex;
    flex-direction: column;
}
.small-box h3 {
    font-family: "Kumbh Sans";
    font-size: 1.9rem!important;
        white-space: normal;
}
.small-box h3 span {
    color: #fcae21;
}
.small-box {
    box-shadow: 0px 3px 7px rgba(35, 0, 88, 0.07);
    display: flex;
    transition: .5s all;
    flex-direction: column;
    background-color: #f9f5ff;
    position: relative;
    border-radius: 0.35rem;
    height: 100%;
    overflow: hidden;
    min-height: 291px;
}
.bg-info-orders h3 {
    color: #25015a;
}
.bg-info-ambasador h3 {
    color: #25015a;
}
.bg-info-feed h3 {
    color: #25015a;
}
.bg-info-products h3 {
    color: #25015a;
}
.small-box-wrapper-temp {
    position: relative;
}

.small-box-bottom > span.disabled {
    color: #7248b0;
      opacity: .7;
    pointer-events: none;
}
.bg-info-stock h3 {
    color: #25015a;
}

.mh-200 {
    min-height: 200px;
}

.icon-small {
    display: none;
    height: 27px;
    width:  auto;
}
.bg-admin-violet.main-header {
    height: 65px;
}
.dropdown-user {
    padding: 12px 20px!important;
}


body.sidebar-collapse .icon-small {
    display: block;
}

body.sidebar-collapse .icon-big {
    display: none;
}

.sidebar-divider h3 {
    padding: 0.5rem 1rem;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 500;
}

#s2id_eshop_form_languageId {
    padding: 0;
}

#s2id_eshop_form_languageId > .select2-choices {
    border: none;
    min-height: unset;
    padding: 0px!important;
    height: 35px!important;
}

.select2-tags > .select2-choices {
    border: none;
    min-height: unset;
    padding: 0px!important;
    height: 35px!important;
}

#s2id_autogen1 {
    line-height: 2.3;
}

#s2id_eshop_form_countryCode {
    padding: 0;
}

#s2id_autogen2 {
    line-height: 2.3;
}

#s2id_eshop_form_countryCode > .select2-choices {
    border: none;
    min-height: unset;
    padding: 0px!important;
    height: 35px!important;
}

.btn-logout {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    float: right;
    font-weight: 500;
    text-decoration: none !important;
}
@media (min-width: 993px) {
    .sidebar-collapse .this-is-menu .fa-bars:before {
        content: "\f152";
    }
    .sidebar-collapse .sidebar-divider{
        display:  none;
    }
    .this-is-menu .fa-bars:before {
            content: "\f191";
            font-size: 25px;
    }
}

.reset-pass .btn-login + .col-md-12 {
    display:  none;
}

.reset-pass label {
        margin-bottom: 5px;
    color: #e6e6e6;
    font-weight: bold!important;
}

p#automator_task_form_first_eshop_help {
    margin-top: 5px;
    font-size: 14px;
}

p#automator_task_form_first_eshop_help a {
    text-decoration: underline;
    color:  #25015a;
}

p#automator_task_form_first_eshop_help a:hover {
    text-decoration: none;
}
.dashboard-header {
    padding-left: 0.5rem;
    border-bottom: none!important;
}

#automator_task_form_eshop_help {
    margin-top: 5px;
    font-size: 14px;
}
#automator_task_form_eshop_help a {
    text-decoration: underline;
     color:  #25015a;
}
#automator_task_form_eshop_help a:hover {
    text-decoration: none;
}

.small-box-bottom {
    width: 100%;
    background-color: #d2c3e8;
    padding: 15px;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: flex-end;
}

.small-box-bottom .btn .fa-angle-right {
    position:  relative;
    top: 1px;
}

.bg-info-desc {
    font-size: 15px;
    color: rgba(46, 38, 61, 0.7);
    letter-spacing: 0px;
    line-height: 1.3;
    margin-bottom: auto;
}


.is-preparing {
    padding-bottom: 55px!important;
    position: relative;
}

.in-progress-work {
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #fff;
    z-index: 1;
    background: #fcae21;
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 6px 6px;
    height: 36px;
}

p#automator_task_form_once_help {
    width: 100%;
    margin-left: -1.25rem;
}

.bg-full {
    background-image: linear-gradient(to bottom, #25015a, #38136f, #4b2584, #5f369a, #7248b0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-full:before {
content: '';
    background-image: url(/img/bg-1.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 590px;
    top: -160px;
    background-repeat: no-repeat;
    right: 0;

}

.central-box-error {
    padding: 0% 5% 10% 5%;
    text-align: center;
    position: relative;
    font-family: "Source Sans Pro";
    color: #fff;
}

a.error-page-back {
    border: 1px solid #ffa400;
    padding: 12px 21px;
    text-transform: uppercase;
    border-radius: 100px;
    font-weight: 400;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 25px;
    display: inline-block;
}

a.error-page-back:hover {
    background-color: #ffa400;
}

.central-box-error span {
    font-size: 250px;
    font-weight: bold;
}

.central-box-error p {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}

.central-box-error:after {
    content: '';
    background-image: url(/img/bg-2.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    width: 257px;
    height: 248px;
    opacity: 0.4;
    background-repeat: no-repeat;
    left: -170px;
    bottom: 30px;
}

.select2-container-multi {
    padding: 0px;
}

.select2-container-multi.form-control > ul {
    border: none!important;
    border-radius: 6px;
}

.input-group.date .input-group-append {
   height: calc(2.25rem + 2px);
}


.table-orders-boxes tbody {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}

.table-orders-boxes tbody tr {
        max-width: calc(25% + -1em) !important;
        position:  relative;
        -ms-flex-preferred-size: calc(25% + -1em) !important;
        flex-basis: calc(25% + -1em) !important;
        margin: 0.5em;
        display: flex;
        box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0.25rem;
        flex-wrap: wrap;
}
.table-orders-boxes tbody tr td.ambsador-order-view {
    position: absolute!important;
    right: 14px;
    top: 6px;
    padding: 0px!important;
    background-color: #fbf9fd;
    width: auto;
    height: auto;
}
.table-orders-boxes tbody tr td.ambsador-order-view a:hover {
        color: #7248b0;
}
td.ambsador-order-view:before {
    content: unset!important;
}

td.ambsador-order-view a {
    padding:  0px!important;
    display:  block;
}
.table-orders-boxes tbody tr td {
    border:  none;
    font-weight: 600;
    display:  block;
    font-size: 19px;
    line-height: 1.2;
    background-color: #fbf9fd;
    padding-bottom: 5px;
}
.custom-tooltip {
    position: relative;
}
.custom-tooltip:before {
    content: ""attr(title)"";
    position: absolute;
    top: -100%;
    background: black;
    display: none;
    white-space: nowrap;
    width: fit-content;
    left: -10px;
    padding: 5px 8px;
    font-size: 13px;
    right: -10px;
    margin: 0 auto;
}
.custom-tooltip:hover:before {
    display:  block;
}

td.ambasador-name {
    color: #4CAF50;
}
.table-orders-boxes tbody tr td:before {
    content: attr(title);
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    color: #4e4e4e;
    font-weight: 400;
}
.ambasador-eshop, .ambasador-name {
    width: calc(50% - 1.5rem);
}
.ambasador-order-number, .ambasador-order-date {
    width: calc(50% - 1.5rem);
}
.ambasador-total-price, .ambasador-points {
    width: calc(50% - 1.5rem);
}

@media (max-width: 1400px) {
    .table-orders-boxes tbody tr {
        max-width: calc(33.333% + -1em) !important;
        -ms-flex-preferred-size: calc(33.333% + -1em) !important;
        flex-basis: calc(33.333% + -1em) !important;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .table-orders-boxes tbody tr {
        max-width: calc(50% + -1em) !important;
        -ms-flex-preferred-size: calc(50% + -1em) !important;
        flex-basis: calc(50% + -1em) !important;
    }
}

@media (max-width: 850px) {
    .table-orders-boxes tbody tr {
        max-width: calc(50% + -1em) !important;
        -ms-flex-preferred-size: calc(50% + -1em) !important;
        flex-basis: calc(50% + -1em) !important;
    }
}

@media (max-width: 666px) {
    .table-orders-boxes tbody tr {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}

.orders-content #browse-table_wrapper .row {
    margin: 0px;
}

.orders-content #browse-table_wrapper .row > .col-sm-12 {
    padding: 0px;
}

div#registration_ambasador_form_password {
    border: none;
    padding: 0px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        width: auto;
}
div#registration_ambasador_form_password > div {
-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

div#registration_ambasador_form_password > div > label {
    display:  block;
}
div#registration_ambasador_form_password > div > input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.user-add form .row > div:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.user-add form .row > div:nth-child(4) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.user-add form .row > div:nth-child(5) {
    order: 11;
}
.user-add form .row > div:nth-child(5) > .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.user-add form .row > div:nth-child(5) > .form-group label {
    margin-bottom: 0px;
    order: 4;
}
.user-add form .row > div:nth-child(5) > .form-group input {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}


.user-add form .row > div:nth-child(6) {
    padding:  0px;
}
.user-add form .row > div:nth-child(6) > div > label {
    display: none;
}

@media (min-width: 568px) and (max-width: 768px) {
  .orders-content #browse-table_wrapper .row:first-child > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
     .orders-content #browse-table_wrapper .row:first-child > div > div {
    text-align: left;
}
.orders-content #browse-table_wrapper .row:first-child #browse-table_filter {
    text-align: right;
}
}
@media (max-width:  567.98px) {
    .orders-content #browse-table_wrapper .row:first-child > div > div {
        text-align: left;
    }
    .orders-content #browse-table_wrapper .row:first-child #browse-table_filter {
        text-align: left;
    }
}

.summary-order-box {
    background-color: #7248b017;
    padding: 15px 0.5rem;
    padding-left: 1.5rem;
}

.table-orders-products {
    margin-top: 25px!important;
}

.table-orders-products th {
    font-size: 0.733rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    line-height: 1.333;
    border-top: none!important;
}


@media (min-width: 568px) and (max-width: 768px) {
  .summary-order-box + .content #browse-table_wrapper .row:first-child > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    .summary-order-box + .content #browse-table_wrapper .row:first-child > div > div {
    text-align: left;
}
.summary-order-box + .content #browse-table_wrapper .row:first-child #browse-table_filter {
    text-align: right;
}
}
@media (max-width:  567.98px) {
    .summary-order-box + .content #browse-table_wrapper .row:first-child > div > div {
        text-align: left;
    }
    .summary-order-box + .content #browse-table_wrapper .row:first-child #browse-table_filter {
        text-align: left;
    }
}

@media (min-width:  768px) {
    .table-orders-products tr:hover td {
        background: #f4f6f9;
    }
}
@media (max-width:  767.98px) {
    .table-orders-products tbody tr td:before {
        content: attr(title);
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        white-space: nowrap;
        color: #4e4e4e;
        font-weight: 400;
    }
    .table-orders-products thead {
        display: none;
    }
    table.table-orders-products {
        margin-top: 25px!important;
    }
    table.table-orders-products td {
        border:  none!important;
        width: calc(50% - 1.5rem);
    }
     table.table-orders-products tr {
        display: flex;
        border-top: 1px solid #dedede!important;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
    }
    table.table-orders-products tbody {
        display: flex;
        flex-wrap: wrap;
    }
    table.table-orders-products td:not(:last-child) {
        padding-bottom: 0px;
    }
}

.back-href {
    margin: 0 0.5rem;
    display: inline-flex;
    align-items: center;
}


.br-1 {
    border-right: 2px solid #f3f3f3;
}
h2.order-service {
    color: rgba(26,26,26,0.6);
    font-size: 16px;
    line-height: 1.5;
}

.powered-by-stripe {
    text-align: center;
    width: 100%;
    color: #9b9b9b!important;
}


.powered-by-stripe svg {
    fill: #9b9b9b!important;
}

h2.order-service span {
    color: #000;
    font-size: 25px;
    display:  block;
}

.order-service-desc {
    color: #212529;
    line-height: 1.3;
    display: block;
    max-width: 450px;
}

.order-service-top {
    padding-bottom: 45px;
}

.order-service-bottom {
    max-width: 450px;
    border-top: 1px solid #D4D4D4;
    padding-top: 12px;
}

.order-service-price {
    margin-left: auto;
}

.order-service-price.font-size-lg {
    font-size: 25px;
}

div#payment-element {
    padding: 45px;
}

button#pay-now {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #4CAF50;
}

.order-button-wrapper {
    padding: 0px 45px;
}
form[name="automator_task_form"] .form-group:not(.form-check) label {
    flex: unset;
    max-width: 100%;
}

.custom-generated-form div.col-md-12:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-generated-form div.col-md-12:nth-child(2) + .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.custom-generated-form div.col-md-12:nth-child(2) + .col-md-12 + .col-md-6.styled-form:before {
    content: 'Ostatní nastavení';
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5556;
    color: var(--primary-n);
    display: block;
    margin-bottom: 15px;
}
.custom-generated-form div:nth-child(5) {
    margin-bottom: 20px;
    margin-top: 20px!important;
}
.custom-generated-form div:nth-child(6):before {
    content: 'Balíkobot údaje';
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5556;
    color: var(--primary-n);
    display: block;
    margin-bottom: 15px;
}

.custom-generated-form div:nth-child(6) + div:before {
    content: '';
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    height:  46px;
    display:  block;
}

.task-rules .form-group label {
    font-weight: 400!important;
}

.inner-task-form > div:nth-child(4) {
    border-bottom: 1px solid #ced4da!important;
    margin-bottom: 35px;
}

.inner-task-form > div:nth-child(5):before {
    content: 'Podmínky / Pravidla';
    width: 100%;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Kumbh Sans', sans-serif;
}

.inner-task-form > div:nth-child(19):before {
    content: 'Po splnění podmínek proveď akci';
    width: 100%;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'Kumbh Sans', sans-serif;
}

.inner-task-form .select2-container-multi {
    padding: 0px;
}
.select2-results .select2-highlighted {
    background: #7248b0!important;
    color: #fff;
}
.select2-search input {
    border: 1px solid #ced4da!important;
    padding: 4px!important;
    font-size: 14px!important;
    background: none!important;
}
.select2-container .select2-arrow {
    border: none!important;
    background: #fff!important;
    background-image: none!important;
}
.inner-task-form .select2-container-multi.form-control > ul {
    border: none!important;
    border-radius: 6px;
}

.select2-drop-active {
    border-color: #ebedf2!important;
    border-top: none!important;
    box-shadow: none!important;
}
.select2-container {
    border: 1px solid #ced4da!important;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: none!important;
    padding-right: 2.6668em !important;
      vertical-align: middle;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23274249' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 0.8334em center;
      background-size: 0.9em 0.7em;
      -webkit-appearance: none;
      appearance: none;
}
.select2-container .select2-choice .select2-arrow b {
    background:  none!important;
}
.select2-container .select2-choices  {
    border: none!important;
    background: #fff!important;
    background-image: none!important;
    padding-left: 0px!important;
    box-shadow: none!important;
}

.select2-container-multi .select2-choices {
    min-height: 32px!important;

}

label[for="automator_task_settings_form_0_statuses"] + div.select2_container .select2-container-multi  > .select2-choices,
label[for="automator_task_settings_form_0_mutation"] + div.select2_container .select2-container-multi  > .select2-choices {
    max-height: unset!important;
}

.select2-container-multi.form-control {
    height: auto!important;
}

.fab.fa-youtube {
    color: white;
}

.fa-youtube:before {
    padding-right: 20px;
}

.card-helper-right a {
    text-decoration: underline;
    color: #25015a;
}
.card-helper-right a:hover {
    text-decoration: none!important;
    color: #25015a;
}
a.helper:before {
    content: '\f167';
    font-family: 'Font Awesome 5 Brands';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    left: 0;
    color: #FF0000;
    top: 3px;
    line-height: 1;
}
a.helper {
    display: flex;
    position: relative;
    padding-left: 25px;
    align-items: center;
    line-height: 1.3;
    padding-bottom: 3px;
}

.function-eshop-buttons > .btn {
    font-size: 12px!important;
}

.function-eshop-buttons {
    grid-gap: 5px;
    justify-content: flex-end;
}

.is-napoveda img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.products-table tbody tr > td:last-child {
    display: flex;
    flex-wrap: wrap;
}

.in_days .form-control {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.in_days .form-control input {
    display: none;
}

.in_days .form-control label {
    padding: 0;
    display: flex;
    max-width: unset;
    flex: unset;
    position: relative;
    width: calc(100% / 4 - 10px);
}
.in_days .form-control label:after {
    content: "";
    position: absolute;
    top: calc((1em* 1.55 - 20px)* 0.4);
    left: 0px;
    font-size: inherit;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: block!important;
}

.in_days .form-control label:before {
    content: "";
    position: absolute;
    top: calc((1em* 1.55 - 20px)* 0.4);
    left: 0px;
    font-size: inherit;
    width: 18px;
    height: 18px;
    border: 2px solid #6c6777;
    border-radius: 6px;
    display: block!important;
}

.in_days .form-control input:checked + label:before {
    background-color: var(--purple-n);
    border-color: var(--purple-n)!important;
}

.in_days .form-control input:checked + label:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    filter:invert(1);
    background-size: 100%;
}

.in_days .form-control label {
    padding-left: 25px!important;
}

.superfaktura-form div:nth-child(6)::before {
    display: none !important;
}

.card-header:after {
    display: none;
}

#filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#filters > div {
    width: calc(100% / 3 - 15px + 15px / 3);
}

div#active-filters {
    background-color: #f4f5fa;
}

.active-filter {
    background: #c5ffd2;
    border-radius: 999px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.active-filter-value {
    font-weight: 800;
}

.display-order-link {
    text-decoration:underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.fit-content {
    width: fit-content;
}

.btn-pills:hover {
    background-color: #444;
    color: #fff;
}

.table-orders .form-control {
    padding: 5px 14px;
    font-size: 14px;
    max-width: 330px;
}



.table-orders tbody tr td:last-child .btn {
    font-size: 15px;
    padding: 4px 10px;
}
.table-orders td {
    padding: 0.35rem;
    font-size: 14px;
}

.table-orders .function-icons {
    display: table-cell;
}

.dataTables_filter input[type="search"] {
    height: 15px;
}
div.dataTables_wrapper div.dataTables_processing {
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    font-size: 0; /* schová defaultní text */
    margin: 0 !important;
    padding: 0 !important;
    display: none; /* DataTables to ovládá */
}

div.dataTables_processing .spinner {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #8C57FF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.sr-input{
    position:absolute;
    width:1px;
    height:1px;
    opacity:0;
    pointer-events:none;
    border:0;
    padding:0;
    margin:0;
}
.date-icon-group {
    width: auto !important;   /* nebude 100% */
    display: inline-flex;     /* ikonka hezky drží */
}

.table-orders th.dont-break {
    white-space: nowrap;
}

.table-orders .form-control-number {
    width: 40px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-flex;
}

.customer-info-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.customer-info-wrapper > div {
    width: calc(100% / 4 - 15px + 15px / 4);
}

.customer-info-wrapper > div > label {
        font-size: 17px;
    font-weight: 700!important;
    margin-bottom: 15px;
}

.customer-info-wrapper .form-control {

    padding: 9px 14px;
    font-size: 14px;
}

.function-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.function-buttons-wrapper .btn {
    border-radius: 6px;
    font-size: 15px;
}

.custom-tooltip-n.is-left:before {
    left: -70px;
}

.order-function-buttons-wrapper a, .order-function-buttons-wrapper button {
    padding: 8px 18px;
    font-size: 15px;
    border-radius: 6px;

}
