
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 30px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
.indexicons a{
  padding: 5px;
}

button.btn.btn-danger.waves-effect.waves-light {
  padding: 5px 1rem;
}

.indexicons a:hover svg, .indexicons form button:hover svg {
  background-color: #e0e0e0; 
  border-radius: 4px; 
}
.breadcrumbcotainer {
  padding-left: 2.3%;
}
.breadcrumb a {
  text-decoration: none; 
  color: #6c757d; 
}

.breadcrumb a:hover {
  color: #9055fd; 
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d; 
}
a.indexiconsanchor {
  padding: 8px 5px;
}
.custom-tooltip {
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 5px 6px; 
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); 
}

.custom-tooltip .tooltip-inner {
  background-color: white ;
  color: rgb(92, 91, 91) ;
  border: none;
}
.custom-tooltip .tooltip-arrow {
  display: none; 
}

.indexiconsanchor {
  display: inline-block;
  transition: transform 0.2s, color 0.2s; 
  border-radius: 2%;

}

.indexiconsanchor:hover {
  transform: scale(1.1);
}

.indexicons {
  position: relative;
  display: flex;
  align-items: center;
}


/* rating css start */
.stars {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2rem;
  cursor: pointer;
  justify-content: center; 
}
.stars input {
  display: none;
}
.stars label {
  color: lightgray;
  transition: color 0.3s;
  padding: 5px;
}
.stars input:checked ~ label,
.stars label:hover,
.stars label:hover ~ label {
  color: gold;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plan-css {
    font-size: 11px !important;
    padding: 7px !important;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border-radius: 20px !important;
}
/* rating css end */
.device-block {
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    position: relative;
    margin: 0 0 25px;
}
.c-flag {
    margin: 70px auto 12px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.c-flag img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.c-name {
    color: #1B1818;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    margin: 0 auto 21px;
}
.act-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    color: #1B1818;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.32px;
    padding: 0 0 8px;
    margin: 0 18px 8px;
}
.act-flex .act-time {
    color: #7B7B7B;
}

.w-system {
    position: absolute;
    border-radius: 20px 0 20px 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    background-color: #336aea;
    font-weight: 600;
}
.logout-device {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    display: block;
    margin: 15px 16px 19px;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 14px 10px;
}

ul.vod-content-css li {
    cursor: pointer;
    border: 1px solid #d1d1d1;
    margin: 4px 3px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}
ul.vod-content-css {
    display: -webkit-box;
    list-style: none;
    padding: 0;
}
.vod-content-css .active {
    background: #43b1ff;
    color: #fff;
    border: 1px solid;
}

.video-box {
  border-radius: .625rem;
  box-shadow: 0 0 20px 0 rgba(76, 87, 125, .02);
  background-color: #fff;
  padding: 10px;
  height: 100%;
}
.channel-name {
  color: #3f4254;
  margin: 8px auto 0;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}


/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.90);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.loader img {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */

a.favorite-toggel.liked svg path {
    fill: red;
    stroke: red;
}
a.nav-link.tabingClick.active {
    border-bottom: 3px solid !important;
    padding-bottom: 10px;
}
.max-height {
    max-height: 600px;
    overflow: auto;
}
table .btn-primary {
    font-size: 12px;
    padding: 3px 11px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
