/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.btn-primary, .btn-primary:hover, .btn-primary:active {
  color: #fff !important;
  background-color: #7E00B0 !important;
  border-color: #7E00B0 !important;
}

/* Input file - estilo só no botão "Escolher arquivo" (todo o Administrativo) */
input[type="file"]::-webkit-file-upload-button,
input[type="file"].form-control::-webkit-file-upload-button,
input[type="file"].custom-file-input::-webkit-file-upload-button {
  color: #fff !important;
  background-color: #7E00B0 !important;
  border-color: #7E00B0 !important;
}
input[type="file"]{
    height: 55px;
}
input[type="file"]::file-selector-button,
input[type="file"].form-control::file-selector-button,
input[type="file"].custom-file-input::file-selector-button {
  color: #fff !important;
  background-color: #7E00B0 !important;
  border-color: #7E00B0 !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* Oculta "Nenhum arquivo escolhido" quando não há arquivo selecionado */
input[type="file"].file-input-empty {
  color: transparent !important;
}

/* Abas modernas XPTOEdu (ex.: Vídeos/Edit) – roxo ativo + hover acinzentado com “mexendo” */
.nav-tabs-xptoedu {
  border-bottom: 2px solid #e9ecef;
  gap: 0;
}
.nav-tabs-xptoedu .nav-item {
  margin-bottom: -2px;
}
.nav-tabs-xptoedu .nav-link {
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 0.6rem 1.1rem;
  font-weight: 500;
  color: #6c757d !important;
  background: transparent;
  transition: color 0.2s ease, background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-right: 3px;
}
.nav-tabs-xptoedu .nav-link:hover {
  color: #495057 !important;
  background-color: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}
.nav-tabs-xptoedu .nav-link.active {
  color: #fff !important;
  background-color: #7E00B0;
  border: none;
  text-decoration: none;
  box-shadow: 0 -2px 10px rgba(126, 0, 176, 0.25);
}
.nav-tabs-xptoedu .nav-link.active:hover {
  background-color: #6a0096;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 -2px 12px rgba(126, 0, 176, 0.35);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #6a0096;
  border-color: #6a0096;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: #fff !important;
    color: #000;
}

/* Administrativo: mantém topo + sidebar fixos; scroll só no conteúdo */
html,
body {
    height: 100%;
    overflow: hidden; /* evita scroll do body (topo/sidebar não "andam") */
}
* {
    font-family: Montserrat, sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.invalid-feedback {
    display: block !important;
    font-size: 79% !important;
}

.input-validation-error {
    border-color: #fb6340 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
}

.sidenav {
    max-width: 100% !important;
}

.navbar-brand{
    display: block !important;
}

.sidenav{
    z-index: 900 !important;
}

/* Sidebar compacto (ícones) + expandir no hover */
.layout-main-row {
    --sidebar-collapsed-width: 85px;
    --sidebar-expanded-width: 260px;
     --sidebar-item-min-height: 56px;
}

/* A row ocupa a viewport inteira e não faz scroll */
.layout-main-row {
    height: 100vh;
    overflow: hidden;
}

.layout-main-row > .sidebar-col {
    flex: 0 0 var(--sidebar-collapsed-width) !important;
    max-width: var(--sidebar-collapsed-width) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: max-width 800ms cubic-bezier(0.22, 1, 0.36, 1), flex-basis 800ms cubic-bezier(0.22, 1, 0.36, 1);
    height: 100vh; /* referência pra scroll interno do menu */
    overflow: hidden; /* impede scroll “vazar” pra fora da coluna */
}

/* Mantém o conteúdo ocupando o resto do espaço (padrão da aplicação é col-10) */
.layout-main-row > .col-10 {
    flex: 1 1 auto !important;
    max-width: calc(100% - var(--sidebar-collapsed-width)) !important;
    transition: max-width 800ms cubic-bezier(0.22, 1, 0.36, 1);
    height: 100vh;
    overflow-y: auto; /* scroll apenas do miolo */
    overflow-x: hidden;
}

/* Quando a row recebe a classe (via JS), o menu expande e o conteúdo é "empurrado" */
.layout-main-row.sidebar-expanded > .sidebar-col {
    flex: 0 0 var(--sidebar-expanded-width) !important;
    max-width: var(--sidebar-expanded-width) !important;
}

.layout-main-row.sidebar-expanded > .col-10 {
    max-width: calc(100% - var(--sidebar-expanded-width)) !important;
}

.sidebar-col #sidenav-main {
    width: 100% !important;
    max-width: none !important; /* override do .sidenav { max-width:100% } para permitir expandir */
    overflow-x: hidden;
    transition: width 800ms cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: -10px;
    height: 100vh; /* necessário para o scrollbar-inner calcular scroll */
}

/* largura do nav acompanha a coluna; expansão é controlada pela .sidebar-col:hover */

/* IMPORTANT: o Argon define `.navbar-vertical.navbar-expand-xs { position: fixed; max-width: 62px; }`
   e o `site.css` também força `.navbar-vertical { position: absolute !important; }`.
   Para o menu "empurrar" a página (layout), o `#sidenav-main` precisa participar do fluxo. */
#sidenav-main.navbar-vertical.navbar-expand-xs {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.sidenav {
    height: 100%;
}

/* Estrutura do link */
.sidebar-col #sidenav-main .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    min-height: var(--sidebar-item-min-height);
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.sidebar-col #sidenav-main .navbar-nav .nav-link .menu-item-main {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

/* Estado FECHADO: só nível 0, ícone + texto embaixo; sem setas e sem filhos */
.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link[data-menu-level="0"] {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link[data-menu-level="0"] .menu-item-main {
    flex-direction: column;
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link[data-menu-level="0"] .menu-item-main > i {
    margin-right: 0 !important;
    font-size: 1.15rem;
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link[data-menu-level="0"] .nav-link-text {
    margin-top: .25rem;
    font-size: .72rem;
    line-height: 1.1;
    white-space: normal;
}

/* Menu fechado: esconde a barra de scroll (Argon custom scrollbar) e desabilita scroll */
.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .scrollbar-inner {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .scrollbar-inner > .scroll-element {
    display: none !important;
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .scrollbar-inner > .scroll-element.scroll-x {
    display: none !important;
}

.layout-main-row.sidebar-expanded .sidebar-col #sidenav-main .scrollbar-inner {
    overflow-y: auto !important;
}

/* Garante altura do container que realmente recebe o scroll */
.sidebar-col #sidenav-main .scrollbar-inner {
    height: calc(100vh - 90px); /* 90px = padding-top da .sidenav (abaixo do topo fixo) */
}

.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link:not([data-menu-level="0"]) {
    display: none !important;
}

/* Esconde apenas os submenus das áreas (collapses com id "areaX"), mas NÃO o container principal #sidenav-collapse-main */
.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .collapse[id^="area"].show,
.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .collapse[id^="area"] {
    display: none !important;
}

/* Esconde a seta padrão do "collapse" no modo fechado; no hover ela volta automaticamente */
.layout-main-row:not(.sidebar-expanded) .sidebar-col #sidenav-main .navbar-nav .nav-link[data-toggle="collapse"]::after {
    display: none !important;
}

/* Estado ABERTO: layout “normal” (texto ao lado do ícone) */
.layout-main-row.sidebar-expanded .sidebar-col #sidenav-main .navbar-nav .nav-link {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.layout-main-row.sidebar-expanded .sidebar-col #sidenav-main .navbar-nav .nav-link .menu-item-main {
    flex-direction: row;
}

.layout-main-row.sidebar-expanded .sidebar-col #sidenav-main .navbar-nav .nav-link .menu-item-main > i {
    margin-right: .85rem !important;
    font-size: inherit;
}

header .navbar {
    z-index: 1000 !important;
    background-color: #111111;
    color: #fff !important;
}

.user-image{
    width: 35px;
}

.logomanager {
    width: 185px;
    float: left;
}

.nav-link-text {
    color: rgb(61, 61, 61);
}

.navbar-vertical .navbar-nav .nav-link > i {
    color: rgb(61, 61, 61);
}

.sair {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 50px;
}

.footer{
    padding: 0px !important;
}

.navbar-vertical{
    position: absolute !important;
}

/* Vídeos > Categorias: mostra botão de editar só no hover da linha */
.categoria-row {
    padding: .25rem .5rem;
    border-radius: .375rem;
}

.categoria-row .categoria-edit-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.categoria-row:hover {
    background-color: #f2f2f2;
}

.categoria-row:hover .categoria-edit-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.table-action {
    color: #919ca6;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.table-action:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-action-view:hover {
    color: #28a745
}

.select2-container .select2-selection--single {
    height: auto;
    border: 1px solid #dee2e6
}

.navbar-vertical .navbar-nav .nav-link > i{
    min-width: initial;
    margin-right: 7px;
}

#sidenav-main {
    background-color: #fff;
    color: rgb(61, 61, 61);
}

.nav-link {
    color: rgb(61, 61, 61) !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    background-color: #fff !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
    padding-left: 2rem !important;
}

.imgrodape {
    max-width: 100% !important;
    max-height: 4rem !important;
}

.display-4{
    color: #000;
    font-style: italic;
}

p {
    font-size: inherit;
}

.alert-warning {
    color: #fff;
    border-color: #444648;
    background-color: #444648;
}

.table-flush > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-flush tr:nth-child(even) {
    background-color: #fff;
}

.table .thead-light th {
    color: #212529;
    background-color: #fff;
}

.table-limpa > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-limpa tr:nth-child(even) {
    background-color: #fff;
}

.colunaescura {
    background-color: #f2f2f2 !important;
}

.cabecalho-tabela, .cabecalho-tabela td {
    color: #8898aa !important;
    background-color: #f6f9fc !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    font-size: 0.65rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active {
    color: rgb(8, 8, 8) !important;
    border: 1px solid #7E00B0 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7E00B0 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #7E00B0 !important;
    border-color: #7E00B0 !important;
    border-radius: 5px;
}

.btn-success {
    color: rgb(8, 8, 8) !important;
}

.btn-success, .btn-success:hover, .btn-success:active {
    border: 1px solid #7E00B0 !important;
    background-color: transparent !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.btn-default {
    color: #fff;
    background-color: #7E00B0;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: none !important;
}

.btn-default:hover, .btn-default:active {
  color: #fff !important;
  background-color: #7E00B0 !important;
  border: none !important;
}

.nav-link.active {
    text-decoration: underline;
    color: rgb(61, 61, 61) !important;
}

/*@media (min-heigth: 768px) {
    .divimgrodape {
        position: absolute;
    }
}*/

.btnadicionarnovo, .btnadicionarnovo:hover {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: 1px solid #7E00B0;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    color: rgb(8, 8, 8);
    width: 157px;
    height: 48px;
}

main {
    margin-top: 120px;
    min-height: calc(100vh - 61px);
}

.sidenav {
    padding-top: 90px;
}

.cabecalho {
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    background-color: #121212;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    right: 0;
}

.novotexto {
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    padding: 14px 50px;
    width: 256px;
    height: 48px;
    background: rgb(237, 237, 237);
    border-radius: 8px;
    margin: 16px;
}

.divcampo {
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    padding: 14px 24px;
    width: 256px;
    height: 48px;
    background: rgb(237, 237, 237);
    border-radius: 8px;
    margin: 16px;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.campopesquisa {
    background: rgb(237, 237, 237);
    background-size: 20px;
}

.secaoativa {
    border-bottom: 1px solid #7E00B0;
}

.labelarquivo {
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: 0 3px 2px rgb(233 236 239 / 5%);
}

.fKbVHm {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: center;
}

.kFMILB {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 48px;
    font-size: 14px;
    gap: 16px;
    width: 384px;
    background: rgb(237, 237, 237);
    border-radius: 8px;
}

.hyaNop {
    color: #7E00B0;
}

.fzeRhJ {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    color: rgb(8, 8, 8);
}

.dpzuaA {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    color: rgb(109, 109, 109);
}

.divFaixa {
    background-color: rgb(237, 237, 237);
    border-radius: 10px;
    padding: 10px;
    margin-right: 15px;
}

.imgClassificacao{
    width: 25px;
    margin-left: 10px;
    border-radius: 5px;
}

.checkClassificacao {
    transform: scale(1.3);
    accent-color: #7E00B0;
}

.bBWnuK {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
    gap: 16px;
    -webkit-box-align: center;
    width: 800px;
    background: rgb(237, 237, 237);
    border-radius: 8px;
    max-width: 100%;
}
    
.hyaNop {
    color: #7E00B0;
}

.fzeRhJ {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    color: rgb(8, 8, 8);
}

.MuiFormHelperText-root {
    color: rgba(0, 0, 0, 0.54);
    margin: 0;
    font-size: 0.75rem;
    margin-top: 3px;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 1.66;
}

.ezYPRS {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgb(109, 109, 109);
}

canvas{
    width: 100% !important;
}

.btnSalvar {
    padding: 12px 32px;
    gap: 8px;
    height: 48px;
    background: #7E00B0;
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    margin-top: 30px;
    cursor: pointer;
    width: 100%;
}

.infosComplementares {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
    gap: 16px;
}

.bBWnuK {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 48px;
    font-size: 14px;
    gap: 16px;
    width: 800px;
    background: rgb(237, 237, 237);
    border-radius: 8px;
}

.hyaNop {
    color: #7E00B0;
}

.fzeRhJ {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    color: rgb(8, 8, 8);
}

.hsCiRy form label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.ezYPRS {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgb(109, 109, 109);
}

.episodios, .salas {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
    gap: 16px;
}

.izpEut {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 48px;
    font-size: 14px;
    gap: 16px;
    height: 100%;
    width: 100%;
    background: rgb(237, 237, 237);
    border: 2px dashed rgb(61, 61, 61);
    border-radius: 8px;
}

.hyaNop {
    color: #7E00B0;
}

.fzeRhJ {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    color: rgb(8, 8, 8);
}

.ezYPRS {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: rgb(109, 109, 109);
}

.legendas {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 48px;
    gap: 16px;
    width: 100%;
}

.backLegenda {
    background-color: #ccc;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
    margin-top: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.form-control-label {
    color: #000;
    margin-top: 1.5rem;
}

.form-control {
    border: 1px solid #aaa;
}

.table-actions {
    display: flex;
    border: none;
}

.progress-bar {
    background-color: #7E00B0 !important;
}

.progress {
    height: 40px;
}

.itenscursoedit {
    padding: 15px;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid rgb(237, 237, 237);
}

.itenscursoedit.active{
    text-decoration: underline;
    color: #7E00B0;
}

.remover{
    cursor: pointer;
}

.backLegenda strong {
    word-break: break-word;
}

.linkalterar, .linkalterar:hover{
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

td, th{
    text-align: center;
}

.bmpui-ui-watermark {
    display: none !important;
}

.embed-responsive-16by9::before {
    padding-top: 0% !important;
}

.form-group {
    max-width: 100%;
}

.table-action-delete:hover{
    color: #fff !important;
}

.divBotoes{
    display: flex
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .divBotoes {
        display: inline
    }
}

.bg-danger {
    background-color: #f5365c !important;
}

#sidenav-main{
    overflow: hidden;
}

.bmpui-seekbar-playbackposition {
    background-color: #7E00B0 !important;
}

.bmpui-seekbar-playbackposition-marker {
    background-color: #7E00B0 !important;
    border: #7E00B0 !important;
}

.bmpui-ui-watermark {
    display: none !important;
}

.bmpui-ui-selectbox {
    color: #7E00B0 !important;
}

.bmpui-ui-settingstogglebutton {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='m25.6 13.8-1.4-.3c-.2-.5-.4-1-.6-1.4l.9-1.3c.4-.5.3-1.3-.1-1.7L23 7.7c-.3-.3-.6-.4-1-.4-.3 0-.6.1-.8.3l-1.2.9c-.5-.3-1-.5-1.5-.6l-.3-1.4c0-.6-.6-1.1-1.3-1.1H15c-.7 0-1.2.5-1.3 1.1L13.5 8c-.5.2-1 .4-1.4.6l-1.3-.9c-.2-.2-.5-.3-.8-.3-.4 0-.7.1-1 .4L7.8 9.1c-.5.5-.5 1.2-.1 1.7l.9 1.3c-.3.5-.5 1-.6 1.4l-1.4.3c-.7 0-1.2.6-1.2 1.3V17c0 .7.5 1.2 1.1 1.3l1.5.2c.2.5.4 1 .6 1.4l-.9 1.3c-.4.5-.3 1.3.1 1.7l1.4 1.4c.3.3.6.4 1 .4.3 0 .6-.1.8-.3l1.3-.9c.5.2 1 .4 1.4.6l.3 1.4c.1.7.7 1.1 1.3 1.1H17c.7 0 1.2-.5 1.3-1.1l.3-1.4c.5-.2 1-.4 1.4-.6l1.3.9c.2.2.5.3.8.3.4 0 .7-.1 1-.4l1.4-1.4c.5-.5.5-1.2.1-1.7L23.5 20c.3-.5.5-1 .6-1.4l1.4-.3c.7-.1 1.1-.7 1.1-1.3v-2c0-.5-.5-1.1-1-1.2zm-1 3.1c0 .1 0 .1 0 0l-1.8.4c-.2 0-.4.2-.4.4-.2.6-.4 1.2-.7 1.6-.1.2-.1.4 0 .6l1 1.4v.1l-1.2 1.2h-.2l-1.4-1c-.2-.1-.4-.1-.6 0-.5.3-1.1.6-1.6.7-.2.1-.4.2-.4.4l-.3 1.8c0 .1-.1.1-.1.1h-1.7c-.1 0-.1 0-.1-.1l-.3-1.7c0-.2-.2-.4-.4-.4-.6-.2-1.2-.4-1.6-.7-.1 0-.2-.1-.3-.1-.1 0-.2 0-.3.1l-1.4 1h-.2l-1.2-1.2v-.1l1-1.4c.1-.2.1-.4 0-.6-.4-.4-.7-1-.8-1.6-.1-.2-.2-.4-.4-.4L7.5 17c-.1 0-.1-.1-.1-.1v-1.7c0-.1 0-.1.1-.1l1.7-.2c.2 0 .4-.2.5-.4.2-.6.4-1.2.7-1.6.1-.2.1-.4 0-.6l-1-1.4v-.1l1.2-1.2h.2l1.4 1c.2.1.4.1.6 0 .5-.3 1.1-.6 1.6-.7.2-.1.4-.2.4-.4l.2-2c0-.1.1-.1.1-.1h1.7c.1 0 .1 0 .1.1l.2 1.7c0 .2.2.4.4.5.6.2 1.2.4 1.7.7.2.1.4.1.6 0l1.4-1h.2l1.2 1.2v.1l-1 1.4c-.1.2-.1.4 0 .6.3.5.6 1.1.7 1.6.1.2.2.4.4.4l1.6.3c.1 0 .1.1.1.1v1.8h.2zM16 11.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm0 7.3c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8z' style='fill:%23fff'/%3E%3C/svg%3E") !important;
    color: aquamarine;
}

#videoAdPlayerContainer{
    max-width: 500px
}

.owl-next {
    height: 30px;
    font-size: 30px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
    z-index: 999;
    margin: auto 0;
    margin-right: 10px;
    color: #fff
}

.owl-prev {
    height: 30px !important;
    font-size: 30px !important;
    position: absolute !important;
    top: 0% !important;
    bottom: 0% !important;
    margin: auto 0 !important;
    z-index: 999 !important;
    color: #fff !important;
}

.owl-next,
.owl-prev {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    width: 40px !important;
    justify-content: center !important;
    margin: 0px !important;
    /*background-color: rgba(0,0,0,0.7);*/
}

.owl-prev,
.owl-next {
    font-size: 20px !important;
    width: 40px !important;
    border-radius: 50% !important;
    background-color: rgba(204, 204, 204, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    outline: none !important;
    color: #7E00B0 !important;
}

.owl-prev .fas, .owl-next .fas {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link{
    border-color: #7E00B0 !important;
    background-color: #7E00B0 !important;;
}

.custom-toggle input:checked+.custom-toggle-slider:after{
    color: #7E00B0 !important;
}

.custom-toggle input:checked+.custom-toggle-slider:before{
    background: #7E00B0 !important;
}

.custom-toggle input:checked+.custom-toggle-slider{
    border: 1px solid #7E00B0 !important;
}

.input-validation-error {
    border-color: inherit !important;
    background-image: none !important;
}

.btn.active{
    background-color: #7E00B0 !important;
    color: #fff !important;
}
